.table_login{
    border-radius: 15px;
}

.waves-effect_m
{
    position: relative;
    z-index: 1;

    display: inline-block;
    overflow: hidden;

    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
    vertical-align: middle;

    -webkit-tap-highlight-color: transparent;
}

.waves-effect_m .waves-ripple
{
    position: absolute;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;

    -webkit-transition: all .7s ease-out;
            transition: all .7s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    pointer-events: none;

    opacity: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
}

.waves-effect_m.waves-light .waves-ripple
{
    background-color: rgba(255, 255, 255, .45);
}

.waves-effect_m.waves-red .waves-ripple
{
    background-color: rgba(244, 67, 54, .7);
}

.waves-effect_m.waves-yellow .waves-ripple
{
    background-color: rgba(255, 235, 59, .7);
}

.waves-effect_m.waves-orange .waves-ripple
{
    background-color: rgba(255, 152, 0, .7);
}

.waves-effect_m.waves-purple .waves-ripple
{
    background-color: rgba(156, 39, 176, .7);
}

.waves-effect_m.waves-green .waves-ripple
{
    background-color: rgba(76, 175, 80, .7);
}

.waves-effect_m.waves-teal .waves-ripple
{
    background-color: rgba(0, 150, 136, .7);
}

.waves-effect_m input[type='button'],
.waves-effect_m input[type='reset'],
.waves-effect_m input[type='submit']
{
    font-size: inherit;
    font-style: normal;

    text-transform: inherit;

    border: 0;
    background: none;
}

.waves-effect_m img
{
    position: relative;
    z-index: -1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .logo_footer{
        max-width: 50%;
        height: auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .logo_footer{
        max-width: 50%;
        height: auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .logo_footer{
        max-width: 50%;
        height: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .logo_footer{
        max-width: 20%;
        height: auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .logo_footer{
        max-width: 20%;
        height: auto;
    }
}


.title{
    font-size: 1.5em;
}

.header-search-wrapper{
    margin: 0px auto 0 260px !important;
    text-align: right;
}

.bold{
    font-weight: bold;
}
.divPrincipal{    
    font-size: 18px;
    font-weight: bold;
}

.top5{
    margin-top:5%; 
}
.primer_nivel >.row> .input-field > label{
    color: #1d286d !important;
    font-size: .9rem !important;
}

.select-wrapper + label{
    font-size: .9rem !important;
}

.hospitalario >.row> .input-field > label{
    color: #5183f2 !important;
    font-size: .9rem !important;
}

.tbl_hospitalario>tbody > tr:nth-child(odd), .tbl_gestion>tbody > tr:nth-child(odd){
    background-color: rgb(255 228 220 / 50%) !important
}
.tbl_primernivel>tbody > tr:nth-child(odd), #incidentes_todo>tbody>tr>td>ul>li:nth-child(odd){
    background-color: rgb(198 215 255 / 50%) !important;
}
#incidentes >tbody > tr:nth-child(odd), #incidentes_todo >tbody > tr:nth-child(odd), #egresos_tabla >tbody > tr:nth-child(odd){
    background-color: #5e97ec17;
}

#incidentes.dataTable.display tbody tr.odd>.sorting_1, #incidentes.dataTable.display tbody tr.even>.sorting_1, #incidentes_todo.dataTable.display tbody tr.odd>.sorting_1, #incidentes_todo.dataTable.display tbody tr.even>.sorting_1, #egresos_tabla.dataTable.display tbody tr.odd>.sorting_1, #egresos_tabla.dataTable.display tbody tr.even>.sorting_1{
    background-color: #5e97ec17;
}

#incidentes >tbody > tr:hover,#incidentes_todo >tbody > tr:hover, #egresos_tabla >tbody > tr:hover{
    background-color: #d6e5f7;
}
#incidentes >thead, #incidentes_todo >thead, #egresos_tabla >thead, .nowrap>thead{
    background: #3949ab;
    background: -webkit-linear-gradient(45deg, #3949ab, #4fc3f7) !important;
    background:         linear-gradient(45deg, #3949ab, #4fc3f7) !important;

    color:white;
}

#incidentes >tbody>tr>td>.btn, #incidentes_todo >tbody>tr>td>.btn, #egresos_tabla >tbody>tr>td>.btn 
{
    padding: 0.2rem 0.8rem 0rem 0.8rem; 
    float: right;
    margin-left: 5px 
}

#incidentes >tbody>tr>td>.btn>i, #incidentes_todo >tbody>tr>td>.btn>i, #egresos_tabla >tbody>tr>td>.btn>i
{
    font-size: 1.1rem

}

.modal_confirmacion{
    max-height: 93% !important;
    top: 1%!important;
    width: 90% !important;
}
.parrafo_justificado_centrado{
    width: 100%;
    padding: 5% 5% 5% 5%;
    text-align: justify;
    font-size: 16px;
}

.clasificacion_table >.row >.input-field > label{
    color: #1a91bf !important;
    /*font-size: 14px !important;*/
    width: 100%;
    /*font-weight: bold;*/
}

/*.clasificacion_table >.row:nth-child(4)>.input-field > label,
.clasificacion_table >.row:nth-child(16)>.input-field > label,
.clasificacion_table >.row:nth-child(17)>.input-field > label
{
    background: #e232ab;
}

.clasificacion_table >.row:nth-child(5)>.input-field > label, 
.clasificacion_table >.row:nth-child(6)>.input-field > label,
.clasificacion_table >.row:nth-child(7)>.input-field > label,
.clasificacion_table >.row:nth-child(8)>.input-field > label,
.clasificacion_table >.row:nth-child(14)>.input-field > label,
.clasificacion_table >.row:nth-child(15)>.input-field > label 
{
    background: #f26f4e;
}

.clasificacion_table >.row:nth-child(9)>.input-field > label, 
.clasificacion_table >.row:nth-child(10)>.input-field > label,
.clasificacion_table >.row:nth-child(13)>.input-field > label
{
    background: #ea4f7f;
}

.clasificacion_table >.row:nth-child(11)>.input-field > label, 
.clasificacion_table >.row:nth-child(12)>.input-field > label
{
    background: #fc9413;
}
*/
div>input{
    color: #635b5b;
}

.clasificacion_table > .row{
    padding-right: 24px;
}
.scroll_clasifica{
    overflow: scroll; 
    height: 37em;
}

#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li>span:hover{
  background: rgba(255, 255, 255, .2);
}


/*.cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li>span:hover{
    background: rgba(255, 255, 255, .2)
}

#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(9), #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(8) {
    background: red;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(9) span, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(8) span{
  color: white;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(9)>span:hover, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(8)>span:hover{
  background: rgba(255, 255, 255, .2);
}

#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(7), #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(6), #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(5), #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(4) {
background: #f96e1d;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(7) span, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(6) span, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(5) span, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(4) span{
  color: white;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(7)>span:hover, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(6)>span:hover, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(5)>span:hover, #cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(4)>span:hover{
  background: rgba(255, 255, 255, .2);
}

#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(3){
background: #f1d50b;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(3) span{
  color: white;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(3)>span:hover{
  background: rgba(255, 255, 255, .2);
}

#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(2){
background: green;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(2) span{
  color: white;
}
#cat_severidad>.select-wrapper>ul.dropdown-content.select-dropdown li:nth-child(2)>span:hover{
  background: rgba(255, 255, 255, .2);
}

#cat_severidad>.select-wrapper>input{
  margin-top: 12px
}
*/
 
.swal2-cancel .swal2-styled{
    background-color: red !important

 }

#incidentes_filter>label, #incidentes_length>label, #incidentes_todo_filter>label, #incidentes_todo_length>label, #egresos_tabla_filter>label, #egresos_tabla_length>label{
    color: blue !important;
    font-size: 15px !important
}
#incidentes_filter>label>input, #incidentes_length>label>div>.select-dropdown, #incidentes_todo_filter>label>input, #incidentes_todo_length>label>div>.select-dropdown, #egresos_tabla_filter>label>input, #egresos_tabla_length>label>div>.select-dropdown{
    background: #d5e4fb;
    text-align: center;
}
.dataTables_wrapper .dataTables_filter{
    float: left;
    text-align: left;
}

.dataTables_wrapper .dataTables_length{
    float: right;
    text-align: center;
}


#main .section-data-tables .dataTables_wrapper .dataTables_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter
{
    display: block!important;
}


#main .section-data-tables .dataTables_wrapper table.dataTable th,
#main .section-data-tables .dataTables_wrapper table.dataTable td,
#main .section-data-tables .dataTables_wrapper table.dataTable tbody th,
#main .section-data-tables .dataTables_wrapper table.dataTable tbody td,
#main .section-data-tables .dataTables_wrapper table.dataTable tfoot th,
#main .section-data-tables .dataTables_wrapper table.dataTable tfoot td
{

    white-space: normal!important;

}

.dtr-data{
    word-break: break-word !important;

}
.dataTables_paginate{
    float: right !important;
}

#main .section-data-tables .dataTables_wrapper table.dataTable thead th{
    color: white !important
}

.title_modal{
    text-align: center;
    background: #ef7878;
    color: white;
    font-size: 17px;
    font-weight: bold;
}

#incidentes>tbody>tr>td:nth-child(5) {
    word-break: break-word;
}

@media only screen and (max-width: 412px)
{
    .card-image{
        display: none;
    }
    .navbar .header-search-wrapper img{
        height: 66px!important;
        float: right;
        margin-top: 2px;
        margin-right: -43px;
    }
    header .brand-logo img{
        height: 60px;
    }

    .delete{
        margin-top: -58px;

    }    

    .navbar .header-search-wrapper img{
        height: 56px !important
    }

    .navbar .header-search-wrapper img{
        margin-top: 0px !important
    }

        
}

@media only screen and (max-width: 768px)
{
    header .brand-logo img{
        height: 69px;
    }
}

header .brand-logo img{
    height: 63px
}

@media only screen and (max-width: 966px)
{
    header .brand-logo img{
        height: 69px
    }
}

@media only screen and (max-width: 600px)
{
    header .brand-logo img{
        height: 61px
    }
    .navbar .header-search-wrapper img {
        height: 58px!important;
    }
    .img_inicio{
        display: none;
    }

}

.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5% 0% 5% 0% !important;
}

.flex-container>div {
  margin-left:4%;
  width: 25%
}
.img_inicio>img{
    width: 100%;
    padding: 3%;

}

.bienvenido{
        color: #4c8ef1 !important;
        float: right !important;
    }

#incidentes>tbody>tr>td:nth-child(5) {
        word-break: break-word;
    }

.buttons-copy{
    background: #0066ff;
    border: none;
    color: white;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 4px;
}
.buttons-copy:focus{
    background: #0066ff85;        
}

.buttons-excel{
    background: #4caf50;
    border: none;
    color: white;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 4px;
}
.buttons-excel:focus{
    background: #4caf5085;        
}

.buttons-csv{
    background: #fdd835;
    border: none;
    color: white;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 4px;
}
.buttons-csv:focus{
    background: #fdd83585;        
}
.buttons-pdf{
    background: #f44336;
    border: none;
    color: white;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 4px;
}
.buttons-pdf:focus{
    background: #f4433685;        
}
.dt-buttons{
    margin-bottom: 3%
}

div.dt-buttons {
    float: none !important;

}
#main .section-data-tables .dataTables_wrapper table.dataTable thead th{
    min-width: none !important;
}