
#tela1 ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
 
#tela1  .form-control{
    text-align: center;
    background: #fff !important;
}
#tela2{
    margin-top: 30px;
}

#tela3 label{
    font-weight: bold;
}

#lista ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    
    padding-top: 10px;
    padding-left: 15px;
}
.itemAdicionado span{
    background: #999;
    color: #fff;
    padding: 4px 10px 2px 10px;
    border-radius: 10pc;
}
.dateAct{
    font-size: 30px !important;
}
header .utilitarios {
    font-family: 'intro_regular';
    padding: 5px 0;
    height: 37px;
}
.btns{
    text-align: center;
    padding: 60px 20px 20px 20px;
    
}
.btns a{
    color: #fff !important;
    background: #aed581;
    border: none;
}
.btns a:hover{
    color: #fff !important;
    background: #9ccc66;
    border: none;
}
#dataHora .form-control{
   height: 40px;
   padding: 10px;
   border: solid 1px #75d3a5;
   border-radius: 5px;
}
#dataHora label{
    font-weight: bold;
 }
h3{
    color: #255594;
    font-family: 'proxima_nova_rgbold';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
    /* text-align: center; */
}
.hide{
    display: none;
}
#tela1 li{
    display: inline-block;
}
.itBTN{
    cursor: pointer;
}
.form-control{
    text-align: left;
    background: #fff !important;
}
#tela1{
    padding: 20px 0;
}
.item.ativo{
    background: #aed581 ;
     transition:all .3s linear !important;
  -webkit-transition:all .3s linear !important;
  -moz-transition:all .3s linear !important;
    color: #fff;
}
.item.ativo:hover{
    background: #aed581 ;
    color: #fff;
     transition:all .3s linear !important;
  -webkit-transition:all .3s linear !important;
  -moz-transition:all .3s linear !important;
}
.itembtn{
    cursor: pointer;
    font-size: 20px;
    padding-top: 13px;
}
.item{
    transition:all .3s linear !important;
    -webkit-transition:all .3s linear !important;
    -moz-transition:all .3s linear !important;
  
    text-align: center;
 
    line-height: 40px;
  
    padding: 12px 10px 10px 12px;
    
    background: rgba(0, 0, 0, .04);
    margin-bottom: 2px;
}
.item:hover{
     transition:all .3s linear !important;
  -webkit-transition:all .3s linear !important;
  -moz-transition:all .3s linear !important;
    background: rgba(0, 0, 0, .02)
}
.item h4{
    font-size: 18px;
    margin: 0px;
    padding-top: 12px;
    
    text-align: left;
}