body{
    color: #2b2b2b;
}

.title-action {
    padding-top: 15px;
}

.title-action .btn{
    margin-left: 3px;
    margin-right: 3px;
}

.page-heading {
    border-top: 0;
    padding: 0 10px 10px 10px;
}

.page-heading .h1, .page-heading .h2, .page-heading .h3, .page-heading h1, .page-heading h2, .page-heading h3 {
    margin-top: 10px;
    margin-bottom: 3px;

}

.col-form-label {
    padding-top: calc(.55rem + 1px);
    padding-bottom: calc(.55rem + 1px);
}

.middle-box h1 {
    font-size: 120px;
}

.inmodal .modal-header{
    padding: 15px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    opacity: 0.3;
}

.form-group .select2-container{
    display: block;
    font-size: 0.9rem;
    line-height: 0.9rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 5px;
}

.input-group .select2-container--default .select2-selection--single{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon{
    border-color: #D4D4D4;
}

.input-xs{
    padding: 1px 6px;
    height: 26px;
    font-size: 12px;
    line-height: 12px;
}

.input-group-xs .input-group-addon{
    padding-top: 6px;
}

.form-control{
    border: 1px solid #d4d4d4;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-color: #d4d4d4;
}

.select2-dropdown {
    border-color: #d4d4d4;
    
}

.select2-container--default .select2-selection--single{
    height: 35.6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33.6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 33.6px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    margin-top: -1px;
}

.select2-container .selection .badge{
    margin-top: -2px;
    vertical-align: middle;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-style: none;
    background-color: #ECF9E9;
}

.select2-hidden-accessible{
    position: absolute !important;
}

.eidy-select2-xs .select2-container--default .select2-selection--single{
    min-height: 29.6px;
    height: 31.6px;
}

.eidy-select2-xs .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 29.6px;
}

.eidy-select2-xs .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 27.6px;
}

.eidy-select2-xs .select2-container--default .select2-selection--single .select2-selection__clear{
    margin-top: -1px;
}

.eidy-select2-xs .select2-container .selection .badge{
    margin-top: -2px;
    vertical-align: middle;
}

.eidy-select2-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    height: auto !important;
}

.eidy-select2-wrap .select2-container--default .select2-selection--single{
    height: auto !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.eidy-select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 14px !important;
}

.eidy-select2-results-400 .select2-results{
    min-width: 400px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .text-success {
    color: #FFF !important;
}

/* Ajustar ancho al texto contenido */
.eidy-text-fit {
    white-space: nowrap;
}

/* Ajustar ancho al contenido */
.table td.eidy-dt-fit, 
.table th.eidy-dt-fit {
    white-space: nowrap;
    width: 1% !important;
}

/* Centrar contenido horizontalmente*/
.table td.eidy-dt-c-h, 
.table th.eidy-dt-c-h {
    margin: auto;
    text-align: center;
    padding-right: 24px;
}
/* Centrar contenido verticalmente*/
.table td.eidy-dt-c-v, 
.table th.eidy-dt-c-v {
    vertical-align: middle !important;
}
/* Alinear contenido derecha*/
.table td.eidy-dt-a-r, 
.table th.eidy-dt-a-r {
    float: right;
    margin-right: 10px;
}
/* Alinear contenido verticalmente*/
.table td.eidy-dt-a-l, 
.table th.eidy-dt-a-l {
    float: left;
    margin-left: 10px;
}

.table td.eidy-dt-opciones{
    padding-top: 3px;
    padding-bottom: 2px;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    width: 1%;
}
.table td.eidy-dt-opciones .btn{
    margin-left: 1px;
    margin-right: 1px;
}

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    max-width: 100% !important;
    border-collapse: collapse !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    justify-content: flex-end;
}

div.dataTables_wrapper .dataTables_info{
    float:left;
    margin-left: 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 8px;
    left: 4px;
    height: 13px;
    width: 13px;
}

.dt-bootstrap4{
    padding-left: 0;
    padding-right: 0;
}

/*Tablas estilo grilla*/

 .eidy-table-grid > tbody > tr > th, 
 .eidy-table-grid > tbody > tr > td, 
 .eidy-table-grid > tfoot > tr > td {
     padding: 0;
}
 .eidy-table-grid > thead > tr > th,
 .eidy-table-grid > tbody > tr > th, 
 .eidy-table-grid > thead > tr > td, 
 .eidy-table-grid > tbody > tr > td {
     border: 1px solid #d4d4d4 !important;
}

.eidy-table-grid > thead > tr > th, 
.eidy-table-grid > thead > tr > td {
    padding: 3px;
} 

.eidy-table-grid .form-control,
.eidy-table-grid .select2-container--default .select2-selection--single{
    border-color: transparent;
}

.eidy-table-grid .dataTables_empty{
    height: 30px;
}

@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_paginate ul.pagination{
        justify-content: center;
    }
    div.dataTables_wrapper .dataTables_info {
        float: none;
        margin-left: 0;
    }
}

.eidy-fitrar-dt{
    height: 31px;
    line-height: 1.5;
    margin-top: -6px;
    width: 170px;
    display: inline;
    background-color: #f2f2f2;
    border-style: none;
}

.eidy-fitrar-dt:focus{
    background-color: #F7F7F7;
}

.eidy-table-sm tbody td{
    font-size: 11px;
}

/*Ocurece un poco mas el fondo de los sweet alert*/
.swal2-container.swal2-shown{
    background-color: rgba(0,0,0,0.5);
}

.sweet-alert{
    z-index: 2250;
}
/*Evita que el sweet alert oculte el scroll*/
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: visible !important; }

/*Clase extra para un modal mas grande*/
.modal-md{
    max-width: 600px;
}

.modal-xl{
    max-width: 1000px;
}

.modal-xxl{
    max-width: 80%;
}

/*Reducir el tamano del titulo del modal*/
.inmodal .modal-title{
    font-size: 20px;
}

/*Color de los input cuando estan deshabilitados*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background-color:#EEE !important;
    opacity:1
}


/*Etiquetas en las vistas de informacion*/
.eidy_info div>label{
    display: block;
    color: #777 !important;
    margin: 0 !important;
    font-style: normal;
    /*mismas reglas de eidy-no-space-break*/
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    vertical-align:top;
}

/*Valores de las etiquetas en las vistas de informacion*/
.eidy_info div > span:not(.select2){
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;

    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.eidy_info div > span.eidy-no-bold{
    font-weight: lighter;
}

.eidy_info .eidy_info_seccion{
    margin-top: 30px;
    margin-bottom: 10px;
}

.eidy_info .eidy_info_seccion:first-child{
    margin-top: 0;
}

/*Etiquetas en las vistas de informacion en cuadricula*/
.eidy-grid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap:wrap;
}
.eidy-grid>label{
    display: block;
    color: #555 !important;
    margin: 0 !important;
    padding: 10px !important;    
    vertical-align:top;
    background-color: #F6F6F6;
    border-bottom: 1px solid #e9e9e9;
}

.eidy-grid.text-nowrap>label,
.eidy-grid.text-nowrap>span{
    /*mismas reglas de eidy-no-space-break*/
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

/*Valores de las etiquetas en las vistas de informacion*/
.eidy-grid>span{
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #000;
    padding: 10px !important;

    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin: 0 !important;
    border-bottom: 1px solid #e9e9e9;
}

.eidy-detalle-tbl{
    background: #F2F2F2;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.eidy-flecha-arriba {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F2F2F2;
    margin-left: 5px;
}

.eidy-detalle-tbl table th,
.eidy-detalle-tbl table td {
    font-size: 11px !important;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .eidy-tbl-resposive table, 
    .eidy-tbl-resposive thead, 
    .eidy-tbl-resposive tbody, 
    .eidy-tbl-resposive th, 
    .eidy-tbl-resposive td, 
    .eidy-tbl-resposive tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .eidy-tbl-resposive thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .eidy-tbl-resposive tr { border: 1px solid #ccc; }

    .eidy-tbl-resposive td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 110px !important; 
        white-space: normal;
        text-align:left;
    }

    .eidy-tbl-resposive td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 100px; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .eidy-tbl-resposive td:before { content: attr(data-titulo); }
}

.eidy-display-block{display: block;}
.eidy-display-ib{display: inline-block;}
.eidy-display-none{display: none;}
.eidy-position-absolute{position: absolute;}
.eidy-position-relative{position: relative;}
.eidy-hidden{visibility: hidden;}
.eidy-no-border{
    border-style: none !important;
}
/*Ignorar el no-wrap cuando pantalla es pequeÃ±a*/
@media (max-width:480px) {
    .table td.text-nowrap{
        white-space: normal !important;
    }
}

.eidy-m-0{margin: 0 !important;}
.eidy-m-t--20{margin-top:-20px !important;}
.eidy-m-t--15{margin-top:-15px !important;}
.eidy-m-t--10{margin-top:-10px !important;}
.eidy-m-t--7 {margin-top:-7px  !important;}
.eidy-m-t--5 {margin-top:-5px  !important;}
.eidy-m-t--3 {margin-top:-3px  !important;}
.eidy-m-t-0 {margin-top:0  !important;}
.eidy-m-t-2 {margin-top:2px  !important;}
.eidy-m-t-5 {margin-top:5px  !important;}
.eidy-m-t-7 {margin-top:7px  !important;}
.eidy-m-t-10{margin-top:10px !important;}
.eidy-m-t-15{margin-top:15px !important;}
.eidy-m-t-20{margin-top:20px !important;}
.eidy-m-t-25{margin-top:25px !important;}
.eidy-m-t-28{margin-top:28px !important;}
.eidy-m-t-30{margin-top:30px !important;}

.eidy-m-b-0 {margin-bottom:0  !important;}
.eidy-m-b-2 {margin-bottom:2px  !important;}
.eidy-m-b-5 {margin-bottom:5px  !important;}
.eidy-m-b-10{margin-bottom:10px !important;}
.eidy-m-b-15{margin-bottom:15px !important;}
.eidy-m-b-20{margin-bottom:20px !important;}
.eidy-m-b-25{margin-bottom:25px !important;}
.eidy-m-b-30{margin-bottom:30px !important;}
.eidy-m-b-40{margin-bottom:40px !important;}
.eidy-m-b-50{margin-bottom:50px !important;}

.eidy-m-l--20 {margin-left:-20px  !important;}
.eidy-m-l--15 {margin-left:-15px  !important;}
.eidy-m-l--10 {margin-left:-10px  !important;}
.eidy-m-l--5 {margin-left:-5px  !important;}
.eidy-m-l-2 {margin-left:2px  !important;}
.eidy-m-l-3 {margin-left:3px  !important;}
.eidy-m-l-5 {margin-left:5px  !important;}
.eidy-m-l-10{margin-left:10px !important;}
.eidy-m-l-15{margin-left:15px !important;}
.eidy-m-l-20{margin-left:20px !important;}
.eidy-m-l-25{margin-left:20px !important;}
.eidy-m-l-30{margin-left:30px !important;}
.eidy-m-l-35{margin-left:35px !important;}
.eidy-m-l-40{margin-left:40px !important;}

.eidy-m-r-2 {margin-right:2px  !important;}
.eidy-m-r-3 {margin-right:3px  !important;}
.eidy-m-r-5 {margin-right:5px  !important;}
.eidy-m-r-10{margin-right:10px !important;}
.eidy-m-r-15{margin-right:15px !important;}
.eidy-m-r-20{margin-right:20px !important;}
.eidy-m-r-30{margin-right:30px !important;}
.eidy-m-r-35{margin-right:35px !important;}
.eidy-m-r-40{margin-right:40px !important;}

.eidy-r-3 {right:3px  !important;}
.eidy-r-5 {right:5px  !important;}
.eidy-r-10{right:10px !important;}
.eidy-r-15{right:15px !important;}
.eidy-r-20{right:20px !important;}
.eidy-r-30{right:30px !important;}

.eidy-t--20{top:-20px !important;}
.eidy-t--15{top:-15px !important;}
.eidy-t--10{top:-10px !important;}
.eidy-t--5 {top:-5px  !important;}
.eidy-t-0 {top:0  !important;}
.eidy-t-2 {top:2px  !important;}
.eidy-t-5 {top:5px  !important;}
.eidy-t-10{top:10px !important;}
.eidy-t-15{top:15px !important;}
.eidy-t-20{top:20px !important;}
.eidy-t-30{top:30px !important;}

.eidy-p-0{padding:0 !important;}
.eidy-p-2{padding:2px !important;}
.eidy-p-5{padding:5px !important;}
.eidy-p-10{padding:10px !important;}
.eidy-p-15{padding:15px !important;}
.eidy-p-20{padding:20px !important;}

.eidy-p-t-0{padding-top:0 !important;}
.eidy-p-t-2{padding-top:2px !important;}
.eidy-p-t-3{padding-top:3px !important;}
.eidy-p-t-4{padding-top:4px !important;}
.eidy-p-t-5{padding-top:5px !important;}
.eidy-p-t-7 {padding-top:7px  !important;}
.eidy-p-t-10{padding-top:10px !important;}
.eidy-p-t-15{padding-top:15px !important;}
.eidy-p-t-20{padding-top:20px !important;}
.eidy-p-t-25{padding-top:25px !important;}
.eidy-p-t-30{padding-top:30px !important;}

.eidy-p-b-0 {padding-bottom:0  !important;}
.eidy-p-b-2 {padding-bottom:2px  !important;}
.eidy-p-b-3 {padding-bottom:3px  !important;}
.eidy-p-b-4 {padding-bottom:4px  !important;}
.eidy-p-b-5 {padding-bottom:5px  !important;}
.eidy-p-b-10{padding-bottom:10px !important;}
.eidy-p-b-15{padding-bottom:15px !important;}
.eidy-p-b-20{padding-bottom:20px !important;}
.eidy-p-b-25{padding-bottom:25px !important;}
.eidy-p-b-30{padding-bottom:30px !important;}

.eidy-p-l-0 {padding-left:0  !important;}
.eidy-p-l-5 {padding-left:5px  !important;}
.eidy-p-l-10{padding-left:10px !important;}
.eidy-p-l-15{padding-left:15px !important;}
.eidy-p-l-20{padding-left:20px !important;}
.eidy-p-l-30{padding-left:30px !important;}

.eidy-p-r-0 {padding-right:0  !important;}
.eidy-p-r-5 {padding-right:5px  !important;}
.eidy-p-r-10{padding-right:10px !important;}
.eidy-p-r-15{padding-right:15px !important;}
.eidy-p-r-20{padding-right:20px !important;}
.eidy-p-r-30{padding-right:30px !important;}

.eidy-font-6{font-size: 6px !important;}
.eidy-font-7{font-size: 7px !important;}
.eidy-font-8{font-size: 8px !important;}
.eidy-font-9{font-size: 9px !important;}
.eidy-font-10{font-size: 10px !important;}
.eidy-font-11{font-size: 11px !important;}
.eidy-font-12{font-size: 12px !important;}
.eidy-font-13{font-size: 13px !important;}
.eidy-font-14{font-size: 14px !important;}
.eidy-font-16{font-size: 16px !important;}
.eidy-font-18{font-size: 18px !important;}
.eidy-font-20{font-size: 20px !important;}
.eidy-font-22{font-size: 22px !important;}

.eidy-font-dotted{border-bottom: 2px orange dotted;}

.eidy-font-600{font-weight: 600;}

.eidy-width-10{width: 10px !important;}
.eidy-width-20{width: 20px !important;}
.eidy-width-30{width: 30px !important;}
.eidy-width-40{width: 40px !important;}
.eidy-width-50{width: 50px !important;}
.eidy-width-60{width: 60px !important;}
.eidy-width-70{width: 70px !important;}
.eidy-width-80{width: 80px !important;}
.eidy-width-90{width: 90px !important;}
.eidy-width-100{width: 100px !important;}
.eidy-width-120{width: 120px !important;}
.eidy-width-150{width: 150px !important;}
.eidy-width-200{width: 200px !important;}
.eidy-width-300{width: 300px !important;}
.eidy-width-400{width: 400px !important;}

.eidy-width-30p{width: 30% !important;}
.eidy-width-40p{width: 40% !important;}
.eidy-width-50p{width: 50% !important;}
.eidy-width-60p{width: 60% !important;}
.eidy-width-70p{width: 70% !important;}
.eidy-width-80p{width: 80% !important;}
.eidy-width-90p{width: 90% !important;}
.eidy-width-100p{width: 100% !important;}

.eidy-min-height-20{min-height: 20px !important;}
.eidy-min-height-40{min-height: 40px !important;}
.eidy-min-height-60{min-height: 60px !important;}
.eidy-min-height-80{min-height: 80px !important;}
.eidy-min-height-100{min-height: 100px !important;}
.eidy-min-height-200{min-height: 200px !important;}
.eidy-min-height-300{min-height: 300px !important;}
.eidy-min-height-400{min-height: 400px !important;}
.eidy-min-height-500{min-height: 500px !important;}

.eidy-min-width-100{min-width: 100px !important;}
.eidy-min-width-200{min-width: 200px !important;}
.eidy-min-width-300{min-width: 300px !important;}
.eidy-min-width-400{min-width: 400px !important;}

.eidy-float-n{float: none !important;}
.eidy-float-l{float: left !important;}
.eidy-float-r{float: right !important;}

.eidy-valing-m{
    vertical-align: middle !important;
}
.eidy-valign-m td{
    vertical-align: middle !important;
}

.eidy-hover-1:hover{
    font-weight: bold;
}

.eidy-hover-2:hover{
    background-color: #EEE;
}

.eidy-scrollbar
{
    float: left;
    height: 30px;
    width: auto;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 8px;
}

.eidy-scrollbar-sm::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.eidy-scrollbar-sm::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.eidy-scrollbar-sm::-webkit-scrollbar-button {
    background: rgba(26,179,148,0.5);
}

.eidy-scrollbar-sm::-webkit-scrollbar-thumb {
   background-color: rgba(26,179,148,0.4);
}

.text-danger-hover:hover {
    color: #ed5565 !important;
}

.eidy-bold{
    font-weight: bold !important;
}

.eidy-normal{
    font-weight: normal !important;
}

.eidy-fw-400{
    font-weight: 400 !important;
}

.eidy-nowrap{
    white-space:nowrap;
    overflow:hidden;
}

.eidy-no-break{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

/*Boton derecho en los dropdown */
.eidy-btn-dd-r{
    width: 36px;
}

/*Mano para el cursor*/
.eidy-cursor-pointer{
    cursor: pointer;
}

.eidy-form-control-big{
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.eidy-form-control-xs{
    padding: 3px 5px;
}

textarea.eidy-form-control-xs[rows="1"]{
    height: 29px;
}

/*Texto sutil*/
.eidy-texto-sutil{
    font-size: 9px;   
    color: #999;
}

.eidy-align-center{text-align: center !important;}


.eidy-fondo-buscar{
    background: url(../img/fondo_buscar.png) no-repeat right bottom;
    min-height: 400px;
}



/*Select2 con iconos*/
.eidy-select2-icon{
    position: relative;
}

.eidy-select2-icon>i{
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 5px;
    color: #CCC;
}

.eidy-select2-icon>i.fa{
    left: 8px;
}

.eidy-select2-icon .select2-container--bootstrap .select2-selection--single{
    padding-left: 24px;
}

/*Display inline-block*/
.eidy-dp-in-bl{
    display: inline-block;
}

/*Animacion del la barra cargando cuando se envia el archivo en la drop zone*/
.dropzone .dz-progress .dz-upload{
    /*-webkit-animation: progress-bar-stripes 2s linear infinite !important;
    -o-animation: progress-bar-stripes 2s linear infinite !important;
    animation: progress-bar-stripes 2s linear infinite !important;
    
    background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    */
    animation: progress-bar-stripes 2s linear infinite !important;
    animation-name: progress-bar-stripes !important;
    animation-duration: 2s !important;
    animation-timing-function: linear !important;
    animation-delay: initial !important;
    animation-iteration-count: infinite !important;
    animation-direction: initial !important;
    animation-fill-mode: initial !important;
    animation-play-state: initial !important;

    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 40px 40px !important;
}


/*Estilo que evita que el texto del objeto sea selccionable*/
.eidy-no-seleccion{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eidy-bg-gris-claro{
    background-color: #F7F7F7;
}

.eidy-bg-gris-oscuro{
    background-color: #EFEFEF;
}

.eidy-font-gris{
    color: #CCC;
}

.eidy-font-gris-bbb{
    color: #BBB;
}

.eidy-font-gris-azul{
    color: #7f9bb4 !important;
}

.eidy-font-verde-claro{
    color: #9ee8a2 !important;
}

.eidy-font-oscuro{
    color: #333 !important;
}

.eidy-bg-claro{
    background-color: #FFF;
}

.eidy-bg-azul{
    background-color: #D5F3F5;
}
tr.eidy-bg-azul>td{
    background-color: #D5F3F5;
}

.eidy-border-radius{
    border-radius: 5px;
}

.eidy-cebrado:nth-child(odd){
    /*background-color: #F7F7F7;*/
    background-color: rgba(0,0,0,.05);
}

.eidy-texto-vertical{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 9px;
    font-weight: bold;
    position: absolute;
}

.sidebar-izq-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    height: 100%;
    min-height: 100vh;
    flex-direction: row;
    padding-bottom: 40px
}

.sidebar-izq {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 20px;
}

.sidebar-izq-content .wrapper-content{
    width: 100%;
}

@media (min-width: 576px) {
    .sidebar-izq {
        width: 250px !important;
    }
    .sidebar-izq-content .wrapper-content{
        width: calc(100% - 250px);
    }
}

.btn-circle-sm{
    height: 25px;
    width: 25px;
    line-height: 1;
}

.onoffswitch-inner::before {
    content: "SI";
}

.onoffswitch-inner::after {
    content: "NO";
}

.switch-xl .onoffswitch-inner::before, 
.switch-xl .onoffswitch-inner::after{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.eidy-radio-inline .radio{
    display: inline-block;
    margin-right: 25px;
}

.eidy-form-flex-c .form-group > [class^='col-']{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

.radio {
    padding-left: 0;
}

.form-control.error{
    border: 1px solid #cc5965;
}

.form-group.error label{
    color: #cc5965;
}

.form-group.error .select2-container--default .select2-selection--single{
    border-color: #cc5965;
}


body.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2003;
}
body > .sk-spinner {
    display: none;
}

body.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2002;
}

.eidy-puc-clase{
    font-weight: bold;
}

.eidy-puc-grupo{
    margin-left: 10px;
}

.eidy-puc-grupo b{
    background-color: #F9F2F4;
    border-radius: 4px;
    color: #CCC;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}

.eidy-puc-cuenta{
    margin-left: 30px;
}

.eidy-puc-cuenta b{
    /*background-color: #1CBCFF;
    border-radius: 4px;
    color: #CCC;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;*/
    color: #1CBCFF;
}

.eidy-puc-subcuenta{
    margin-left: 60px;
}

.sweet-alert h2 {
    font-size: 22px;
}

.sweet-alert p {
    font-size: 14px;
}

/*Para ocultar la flecha hacia abajo cuando se desee*/
.dropdown-toggle[data-arrow="N"]::after {
    border-style: none;
}

/* Linea de tiempo */

.m-list-timeline__group {
    margin: 0 0 30px 0;
}

.m-list-timeline__heading {
    margin: 0 0 18px 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.m-list-timeline__items {
    position: relative;
    padding: 0;
    font-size: 30px;
    margin: 0;
}

.m-list-timeline__items:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 3px;
}

.m-list-timeline__items .m-list-timeline__item {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 6px 0;
    margin: 5px 0;
}

.m-list-timeline__items .m-list-timeline__item:first-child:before,
.m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: white;
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3px;
}

.m-list-timeline__items .m-list-timeline__item:last-child:before {
    top: auto;
    bottom: 0;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    width: 20px;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    border-radius: 100%;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 30px;
    padding: 0 5px 0 0;
    line-height: 0;
}

.m-list-timeline__items .m-list-timeline__item [class^="la-"],
.m-list-timeline__items .m-list-timeline__item [class*=" la-"] {
    font-size: 1.6rem;
}

.m-list-timeline__items .m-list-timeline__item [class^="fa-"],
.m-list-timeline__items .m-list-timeline__item [class*=" fa-"] {
    font-size: 1.2rem;
}

.m-list-timeline__items .m-list-timeline__item [class^="flaticon-"],
.m-list-timeline__items .m-list-timeline__item [class*=" flaticon-"] {
    font-size: 1.6rem;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding: 0 5px 0 0;
    font-size: 1rem;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__text:hover {
    text-decoration: none;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 80px;
    padding: 0 0 0 5px;
    font-size: .85rem;
}

.m-list-timeline__items .m-list-timeline__item:first-child {
    padding-top: 0;
    margin-top: 0
}

.m-list-timeline__items .m-list-timeline__item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.m-list-timeline .m-list-timeline__items:before {
    background-color: #ebedf2;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    background-color: #ebedf2;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
    background-color: #734CEA;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
    background-color: #c4c5d6;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
    background-color: #fff;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
    background-color: #00c5dc;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
    background-color: #9816f4;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
    background-color: #5867dd;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
    background-color: #34bfa3;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--info:before {
    background-color: #36a3f7;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--warning:before {
    background-color: #ffb822;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--danger:before {
    background-color: #f4516c;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
    color: #cfcedb;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    color: #575962;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    color: #7b7e8a;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item:first-child:before,
.m-list-timeline .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #fff;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
    opacity: .5;
    filter: alpha(opacity=50);
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items:before {
    background-color: #a1a4b1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    background-color: #a1a4b1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
    background-color: #734CEA;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
    background-color: #c4c5d6;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
    background-color: #fff;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
    background-color: #00c5dc;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
    background-color: #9816f4;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
    background-color: #5867dd;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
    background-color: #34bfa3;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--info:before {
    background-color: #36a3f7;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--warning:before {
    background-color: #ffb822;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--danger:before {
    background-color: #f4516c;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
    color: #dfdff1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    color: #fff;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    color: #8284a1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:first-child:before,
.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #333;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
    opacity: .5;
    filter: alpha(opacity=50);
}

.dt-right{
    text-align: right !important;
}

.dt-center{
    text-align: center !important;
}

.eidy-badeg-xs{
    font-size: 9px;
    padding-bottom: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal;
}

.ibox-tools a {
    margin-left: 8px;
    margin-right: 8px;
}

.ibox-tools a > i{
    font-size: 16px;
    color: #888 !important;
}

.badge-w100{
    white-space: 
    nowrap;text-overflow: 
    ellipsis;max-width: 100px;
    overflow: hidden;
}

.table-hover tbody tr:hover{
    /*background-color: rgba(62, 223, 3, 0.24);*/
    background-color: rgba(12, 127, 172, 0.24);
}


.invoice-total:not(b){
    font-size: 14px;
}

.invoice-total > tbody > tr > td:last-child{
    white-space: nowrap;
}

.sweet-alert button.cancel{
    color: #333;
}

.btn-default {
    border: 1px solid #c8c8c8;
}

.btn-default:hover {
    background-color: #EEE;
}

/*Mostrar la fecha hacia abajo en los dropmenu de los ibox*/
.ibox-tools button.dropdown-toggle::after{
    display: inline-block;
}

.modal-body > .sk-spinner {
    display: none;
}


.modal-body.sk-loading {
    position: relative;
}

.modal-body.sk-loading > .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}

.modal-body.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.select2-results__group{
    font-size: 11px;
    color: #a4a4a4;
}

.eidy-presupuesto-cat-n1{
    background-color: #6abdc8;
    /*color: #FFF;*/
    font-weight: bolder;
}
.eidy-presupuesto-cat-n2{
    background-color: #84ced6;
    /*color: #FFF;*/
    font-weight: bolder;
}
.eidy-presupuesto-cat-n3{
    background-color: #9edee4;
    font-weight: bolder;
}
.eidy-presupuesto-cat-n4{
    background-color: #b7eff1;
    font-weight: bolder;
}
.eidy-presupuesto-cat-n5{
    background-color: #d1ffff;
    font-weight: bolder;
}
.eidy-presupuesto-cat-n6{
    background-color: #f1f1f0;
    font-weight: bolder;
}
.eidy-presupuesto-cat-n7{
    background-color: #f1f1f0;
    font-weight: bolder;
}

.eidy-label-requerido:before{
    content: '*';
    color: red;
}

.toast-warning .toast-title,.toast-warning .toast-message{
    color: #000 !important;
}