/** CLASSES CORINGA **/
.no-padding{padding: 0px !important;}
.no-margin{margin: 0px !important;}
.ocultar{display:none;}
.clear{clear: both;}
.float-right{float:right;}
.float-left{float:left;}
/**********************************/

/** TOPO **/
#imagem_logo_topo{
    /* margin-right: 10px; */
    height: 30px;
    position: relative;
    top: -2px;
    left: -6px;
    width: auto;
}
/** TOPO - MODELO 1**/
/* .user-menu .user-header{background-color:#0065a5 !important} 
#nav-topo{background-color:#0065a5}
.dropdown-menu{
    background-color:#0065a5 !important;
    border-color:#0065a5 !important
}
@media (max-width: 767px){
    .dropdown-menu a:visited{background-color: #005b94;}
    .dropdown-menu a:hover{background-color: #005b94 !important;}
} */

/** TOPO - MODELO 2**/
/*-----FUNDO MENU ------- */
#listagem-menu-opcoes a:hover, 
#nav-topo,
.user-menu 
.user-header,
.dropdown-menu {
    background-color:#fff !important;
}

.dropdown,
.dropdown-menu,
.dropdown-menu a:visited,
.dropdown-menu a:hover {border-color:#eee !important}

#menu-topo-host a,
#menu-topo-cadastro a,
#listagem-menu-opcoes,
#listagem-menu-opcoes a,
.dropdown-submenu a, 
.dropdown-menu a {color:#000 !important}

@media (max-width: 767px){
    .dropdown-menu a:visited,
    .dropdown-menu a:hover{background-color: #eee !important;}
    .dropdown-toggle .caret{ float: right; }
    .link-submenu{ margin-right: 2%; }
}

#listagem-menu-opcoes{
    text-align:left;
    color:white;
    list-style-type: none;
}

#listagem-menu-opcoes li{ margin-left:70px }

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


/** FORMULARIO **/
.formulario{padding: 10px 0px;}
.formulario-input{padding: 10px 10px 0px 0px;}
.formulario-botoes{padding: 35px 10px 0px 0px;}
.formulario-botoes input{height: 34px;}
.formulario-input input[type=password],select{height: 26px; border: 1px solid #a9a9a9; padding: 1px 0;}
.formulario-input input[type=password]{display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;}

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

/** BOTOES **/
.btn{margin-right: 10px;}
.btn-add-listagem{float:right;}
/**********************************/

/** BOTOES **/
.menu-dashboard{background: #fff !important; border-color: #eee !important;}
/**********************************/

/** DIV LOADING **/
#loading{font-size: 20px; text-align: center;}
/**********************************/

/** CAMPOS OBRIGATORIOS DOS FORMULARIOS **/
/* 
   Para adicionar sombra nos campos 
   box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);
*/
textarea:required:focus, 
input:required:focus {
    border: 1px solid red;
    outline: none;
}

textarea:required:hover,
input:required:hover {
    border: 1px solid red;
    opacity: 1;
}
.exemplo{color:gray;}
.campo-obrigatorio{color:red;}
/**********************************/

.alert{margin: 10px 0;}

/**  ALERTAS TOPO **/
.navbar-custom-menu{border-color: #ccc !important;}
.navbar-custom-menu .dropdown-menu{border-color: #ccc !important;}
.navbar-custom-menu .dropdown-menu{background-color: #ccc !important;}
.navbar-custom-menu .menu li{background-color: #ffffff !important; margin: 10px 0;}
.navbar-custom-menu .menu{background-color: #ffffff !important;}
.navbar-custom-menu .menu li:hover {background-color: #ccc !important}
.navbar-custom-menu .menu li:hover {background-color: #ccc !important}
/**********************************/

/** DATATABLE **/
input[type="search"] {margin-left: 10px;}
tbody input{width: 100%;}
tbody select{width: 70%;}

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

/** ICONE <i> SOBREPOSTO **/
.icone-2{   
    position: relative;
    left: -13px;
}
/**********************************/


/** Background-Colors **/
.bg-mute{background-color:#d4d4d4;}
.bg-musgo{background-color:#009688; color: #FFF;}
.bg-musgo:hover{color: #FFF;}

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

/** CHECKBOX **/
.campo-checkbox{ padding-top: 0px;}
.campo-checkbox input[type=checkbox]{ position: relative; top: 2px;}
.campo-label-checkbox{
    background-color: #3c8dbc;
    /* border-bottom: 1px solid #000; */
    color: #FFF;
    height: 20px;
}
.campo-label-checkbox label{
    margin-left: 5px
}
/**********************************/

