@media only screen and (max-width: 600px) {
    .cuib{
        width: 90%;
    }
}
html {
    height:100%;
}
body {
    height:100%;
    margin: 0px;
    padding: 0px;
}

.butoane, #btnAdaug{
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 15px;
}
#btnAdaug{
    float: right;
    position: absolute;
    top: 7px;
    right: 7px;
}

/* *************************** */
#grupMeniu{
    display: flex;
    flex-wrap: wrap;
}
#meniu{
    margin: 10px;
    display: inline-block;
}

.btnMeniu {
    display: inline-block;
    cursor: pointer;
    margin: 10px;
}

.meniuL1, .meniuL2, .meniuL3 {
    width: 30px;
    height: 5px;
    background-color: rgb(0,43,127);
    margin: 4px 0;
    transition: 0.4s;
}
.meniuL2{
    background-color: rgb(252, 209, 22);
}
.meniuL3{
    background-color: rgb(206,17,38);
}
.tranzitie .meniuL1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-5px, 3px);
}

.tranzitie .meniuL2 {opacity: 0;}

.tranzitie .meniuL3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* ************************************************* */

#cuibNou{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    padding: 7px;
    margin: 7px;
    border: 1px solid #AAA;
    align-items: center;
    border-radius: 7px 7px 0px 0px;
    background-color: #D2FF91;
}
#cuibNou > input, #cuibNou > textarea, #setariCuibNou > input {
    margin: 10px;
    background-color: transparent;
    font-size: 1.2em;
    font-weight: bold;
    font-family:inherit;
    /* outline: none; */
    /* border:none; */
    /* text-align: center; */
}

#setariCuibNou{
    width: 100%;
}
#setariCuibNou > input  {
    text-align: right;

  }
#mnuPrioritate{
    background-color: transparent;
    font-size: 1em;
    margin-left: 10px;
    text-align: right;
}

  #meniuCuib {
      display: flex;
  }

#meniuCuib img, #cuibNou img, .iconMeniuCuib img{
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 3px;
}
.iconMeniuCuib, .detalii{
    display: none;
}
.iconCopii{
    display: none;
    /* margin-top: 10px; */
    cursor: pointer;
    float: left;
    width: 24px;
    height: 24px;
}
#numeU{
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 0 4px #000000;
    margin-left: 15px;
}

#info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* ****************** cuiburi ********** */
.cuib{
    /* color: #000; */
    display: flex;
    flex-direction: column;
    flex-basis: 350px;

    padding: 0.5em;
    box-shadow:1px 1px 5px grey; 
    text-align: left;
    font-size: 1.1em;
    border: 1px solid rgb(167, 166, 236);
    margin: 0.3em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-radius: 7px 7px 0px 0px;
    /* max-width: 350px; */
    overflow: auto;
}
.titluCuib{
    display: flex;
    /* color: rgb(68, 68, 68); */
    font-weight: bold;
    /* white-space: nowrap; */
    font-size: 1.2em;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    transition-delay:1s;
}

.detalii{
    display: none;
    font-size: .9em;
    white-space: pre-wrap;
    /* color: rgb(68, 68, 68); */
    border-top: 1px solid rgb(167, 166, 236);
    padding: 7px;
}

.evident{
    border: 2px solid navy;
}
