
/*
    Deve ficar na pasta
    public_html/sistema/app/lib/include/css
*/

label, input, button, select, textarea
{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
	font-family: calibri, "Helvetica Neue",Helvetica,Arial,sans-serif;	
}

/* Accordion Content */
#form_TabcadpontoPublicoList .panel-body{
 background-color:#ffffff;
}

/* Panel footer */
#form_TabcadpontoPublicoList .panel-footer{
 background-color:#ecf0f1;
}

/* Accordion Content */
#adianti_div_content div .panel-body{
 background-color:#ffffff;
}


@media(max-width:768px) {
    .card-body .panel-body {
        width: 100% !important;
    }
    
    
    /* Incluídas do CSS feito pelo Marcelo daqui */
    
    .tab-pane {
        margin: 0  !important;
        padding: 0 !important; 
    }
    
    .card-body {
        padding: 15px !important;
    }
    
    .card-footer {
        padding: 15px;
    }
    
    /* --------- Até aqui --------- */
    
    .btn{
        width: 100% !important;
        height: 55px !important;
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        border-radius: 3px !important;
        padding: 5px;
    }
    
    .tdate-group-addon{
        width: 30px !important;
        height: 40px !important;
        border-radius: 0px !important;
    }
    
    .tbutton_btn_voltar{
        height: 40px; 
    }
    
    
    .tfield{
        height: 40px !important;
        font-size: 16px !important;        
    }
    
    .tcombo{
        height: 40px !important;
        font-size: 16px !important;
    }
    
    .select2-container--default .select2-selection--single, .select2-selection .select2-selection--single
    {
        height: 40px !important;
        font-size: 16px !important;
    }
    
    .select2-results__option {
        font-size: 16px !important;
    }
    
    input.select2-search__field {
        height: 35px !important;
        font-size: 16px !important;
    }
         
    
    
    label{
        padding-top: 15px;
        font-size: 17px !important;
    }
     
    .btn .btn-default .btn-sm{
        height: 40px;
    }
    
    .fb-inline-field-container {
     width: 100%;  
    }
    
    /* Dependendo da versão FW deve alterar o AdminLTE.min.css e o application.css da pasta theme3*/
    .content {
         padding-top: 15px;
         padding-left: 0px;
         padding-right: 0px;	
     }
     
    button{
     height: 40px;
    }     
    
    button.btn-default{
     height: 40px;    
    }    
    
    .btn-group{
        width: 100%;
    }

}

.ui-dialog .window_modal_custom .panel {
    margin-bottom: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border: 0px !important;
}
.ui-dialog .window_modal_custom
{
    padding:0.2px;
}
.ui-dialog .window_modal_custom .panel {
    margin-bottom: 0;
    border-top: 0;
    border-radius: 0;
    overflow: hidden;
}

.messages-menu{ 
    display:none !important; 
}

#envelope_notifications{ 
    display:none !important; 
}

#support{
    display:none !important; 
}

 .wrapper header{
  position:relative !important; /* retira o fixagem do cabeçalho */
 }

/* Main sidebar */
.wrapper .main-sidebar{
 position:absolute;
}

/* Footer */
.wrapper footer{
 display:none;
}

/* Sidebar */
.main-sidebar div .sidebar{
 height:3000px !important;
}

/* Division */
.wrapper .main-sidebar .slimScrollDiv{
 height: 3000px !important;
}

.pulverizacao_agrupar{
  margin-top: 10px;
  padding: 25px;
  color: #f8f9fa;
  border-radius: 16px;
  border-style: solid;
}