/*
Hoja exclusiva para el Sistema SAEM
*/


body{
    padding: 0;
    height: 100%;
    font-size: 14px;
    background-color: #ECF0F5;
    /*font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;

}
.DivAccordion{
    background-color: white;
}

/*MODAL CONTENT*/
.w3-modal-content {
    background-color: white;    
    border-radius: 5px;
}
.w3-modal-content header.w3-blue-gray{
    background-color: white !important;
    color:black !important;
    border-top-color: #3c8dbc;
    border-top: 3px solid;
}
.w3-modal-content header{
    border-radius: 5px 5px 0 0;
}
.w3-modal-content header h3{
    margin: 0;
}
.w3-modal-content footer.w3-container{
    padding: 8px 16px;
}
.w3-modal-content footer input{
    border-radius: 5px;
}
.w3-modal-content footer input.w3-light-green, .w3-modal-content footer button.w3-light-green{
    background-color: #3c8dbc !important; 
    color: white !important;
}
.w3-modal-content footer input.w3-light-green:focus{
    background-color: #337ab7 !important; 
}
/*MODAL CONTENT  END*/


/*header span.w3-button{
    background-color: transparent !important;
}*/
span.w3-button span.w3-button:hover{
    background-color: transparent !important;
}

.w3-blue-gray {
    color: #fff !important;
    background-color: #222D32;
}
.w3-light-gray, .w3-pale-blue {   
    color: white !important;
    background-color: #367FA9 !important;
}
label.w3-text-blue {
    color: black !important;
}

/*table.w3-table-all tr {        
    color: black !important;
    background-color: inherit !important;
}*/
div.DivTableBsn {
    background-color: white !important;
    border-radius: 0 0 10px 10px;
}

table.w3-table-all tr.saem-SelectedRow {        
    color: white ;
    background-color: #367FA9 ;
}
/*
.w3-table-all tr:nth-child(even) {
    background-color: #888888 !important; 
}
*/


.tablePaginador {
    text-align: right;
}

#ModalLoading .w3-modal-content{    
    background-color: #367FA9;
    color: white;
}

.negritas{
    font-weight: bold;
}




.lemusSelectContratos tbody td:nth-child(3), .lemusSelectContratos thead th:nth-child(3),
.lemusSelectContratos tbody td:nth-child(4), .lemusSelectContratos thead th:nth-child(4),
.lemusSelectContratos tbody td:nth-child(6), .lemusSelectContratos thead th:nth-child(6),
.lemusSelectContratos tbody td:nth-child(7), .lemusSelectContratos thead th:nth-child(7){
    display: none;
}
.w3-dropdown-hover, .w3-dropdown-click{
    width: 64px;
}