/*tamaño del modal largo en pantallas mas grandes*/
/*@media (min-width: 1080px){
.modal-lg {
    max-width: 900px;
}
}
@media (min-width: 1280px){
.modal-lg {
    max-width: 1100px;
}
}
/*aqui temrina*/
html, body{
    font-family: Roboto,"Open Sans";
    /*font-size: 13px;*/
    font-weight: 400;
    
}

body{
    position: relative;
}

.m-dropdown__header.quick_actions{
    background: url(../metronic/assets/app/media/img/misc/quick_actions_bg.jpg); 
    background-size: cover;
}

.eidy-modo-oscuro{
    background-image: url(../img/bg-17.jpg);
    background-repeat: no-repeat;
    /*background-size: 100%;*/
    background-attachment: fixed;
}

.eidy-modo-oscuro .m-header{
    background: #0000003b !important;
}

.eidy-modo-oscuro .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i{
    color: #FFF ;
}

.eidy-modo-oscuro .m-subheader .m-subheader__title{
    color: #FFF ;
}

.eidy-modo-oscuro .m-portlet {
    border-radius:5px;
}

.eidy-modo-oscuro .m-aside-left-toggler span::before, .eidy-modo-oscuro .m-aside-left-toggler span::after{
    background: #FFF !important;
}

.eidy-modo-oscuro .m-aside-left-toggler span::before, .eidy-modo-oscuro .m-aside-left-toggler span::after{
    background: #FFF;
}

.eidy-modo-oscuro .m-aside-left-toggler span{
    background: #FFF;
}

.eidy-modo-oscuro .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-text,
.eidy-modo-oscuro .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-icon{
    color: #FFF;
}

.eidy-modo-oscuro .m-footer{
    /*background: #ffffff2b !important;*/
    background: #0000003b !important;
}

.eidy-modo-oscuro .m-footer a:hover{
    color: #32c5d2;
}

.eidy-modo-oscuro .m-footer .m-footer__copyright{
    color: #fff;
}

.eidy-modo-oscuro .m-nav .m-nav__item > .m-nav__link .m-nav__link-text{
    /*color: #fff;*/
}

.eidy-modo-oscuro .eidy-fondo-sombreado{
    background-color: #00000029;
    border-radius: 5px;
}

.eidy-modo-oscuro .eidy-mo-font-claro{
    color: #FFF !important;
}

.m-portlet .m-portlet__body {
    color: #333439;
}

.eidy-modo-oscuro .m-dropdown__header.quick_actions{
    background: url(../metronic/assets/app/media/img/misc/quick_actions_bg_dark.jpg); 
}

.eidy-modo-oscuro .m-portlet .m-portlet__head{
    border-bottom: 1px solid #d0d0d0;
}

.form-control.m-input--solid{
    background-color: #eaeaea;
    border-color: #eaeaea;
}

@media (min-width: 1025px){
    .m-header{
        height:60px !important;
    }
}

@media (min-width: 1025px){
    .m-header--fixed .m-body{
        padding-top:60px !important
    }
}

.m-subheader {
    margin: 20px 0 20px 0;
}

.btn{
    font-family: Roboto !important;
}

.btn.btn-default, .btn.btn-secondary {
 border-color:#ced0d2;
}

.m-btn--icon.m-btn--icon-only.btn-sm{
    width: 25px;
    height: 25px;
}

/*Estilo adicional para los state color*/
.m--font-secondary{
    color: #BBB;
}

.m-link {
    color: #2886ce;
}

.m-link code{
    color: #e83e8c;
}

.form-control[readonly], .form-control[disabled], .form-control{
    border-color: #bebfbf;
}

.input-group:not(.m-input-group--solid) .input-group-append > .input-group-text, 
.input-group:not(.m-input-group--solid) .input-group-prepend > .input-group-text {
    border-color: #bebfbf;
}

.has-danger .input-group-text, .has-danger .form-control {
    border-color: #bebfbf;
}

.form-group label:not(tbody > tr > td > label){
    /*Mismas reglas que eidy-no-break*/
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    vertical-align:top;
    font-size: 1.15rem;
}

.input-group .btn [class^="flaticon-"], 
.input-group .btn [class*=" flaticon-"]{
    font-size: 1.1rem;
}

.btn-primary{
    background-color: #36a3f7;
    border-color: #36a3f7;
}

.btn-primary:hover{
    background-color: #2b88d1;
    border-color: #2b88d1;
}

.btn-primary:disabled{
    background-color: #2b88d1;
    border-color: #2b88d1;
}

.m--font-primary{
    color: #36a3f7 !important;
    /*color: #5867dd !important*/
}

.form-group>[class^="col-"]{
    /*margin-bottom: 15px;*/
}

.col-form-label {
    padding-top: calc(.55rem + 1px);
    padding-bottom: calc(.55rem + 1px);
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary{
    border-color: #bebfbf;
}

.bootstrap-select.form-control-sm > .dropdown-toggle{
    height: calc(2.2125rem + 2px);
    padding: .45rem .8rem;
    font-size: 1rem;
    line-height: 1.4;
}

.bootstrap-select > .dropdown-toggle{
    padding-right: 1.5rem;
}

.form-control-sm .dropdown-menu{
    font-size: .875rem;
}

.form-control-sm .dropdown-menu .form-control{
    height: calc(2.2125rem + 2px);
    padding: .45rem .8rem;
}

.form-control-sm .dropdown-menu.inner > li.selected > a span.check-mark{
    margin-top: -0.8rem;
}

.bootstrap-select .dropdown-menu.inner > li > a{
    padding: 10px 28px 10px 15px;
}

.m-portlet .m-portlet__head .m-portlet__head-tools .bootstrap-select .btn{
    margin: 0;
}

.nav.nav-pills .nav-link [class^="la-"], 
.nav.nav-pills .nav-link [class*=" la-"], 
.nav.nav-tabs .nav-link [class^="la-"], 
.nav.nav-tabs .nav-link [class*=" la-"]{
    font-size: 1.8rem;
} 

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    opacity: 0.3;
}

.tooltip{
    font-family: Roboto;
}

.m-tooltip .tooltip-inner{
    background-color: #000;
    color: #FFF;
}

.m-tooltip.bs-tooltip-top .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #000;
}

.bootstrap-select .dropdown-toggle .filter-option{
    width: calc(100% - 15px);
}

.bootstrap-select > .dropdown-toggle::after{
    right: 1.2rem;
}

.form-control.m-input--dark {
    background-color: #efefef;
    border-color: #f4f5f8;
    color: #575962;

}

/*Aunmetar la fuente general de los select2*/
.select2-container--default{
    font-size: 1.1rem;
    /*font-family: sans-serif, Arial;*/
}

/*Esto es para colocar en negrita los label de grpoption debido a que al cambiar la fuente del container-default se pierder la negrita que trae el tema*/
.select2-container--default .select2-results__option .select2-results__group {
    font-weight: bold;
}

/*Ajustar ligeramente el alto del select2 para que sea igual al de los text*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: .82rem;
    padding-bottom: .82rem;
    padding-left: 1.15rem;
    padding-right: 2rem;
}
/*Subir un poco el x del clear*/
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear{
    margin-right: 0;
    margin-top: -.9rem;
}

/*Esto es un comodin par que el palceholder del select2 siempre tenga algo*/
.select2-selection__placeholder:before{
    content: "-";
    visibility: hidden;
}

/*Color de los select2 cuando estan deshabilitados*/
.select2-container--default.select2-container--disabled .select2-selection--multiple, 
.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color:#EEE !important;
    border-color: #bebfbf;
}

/*Mover un poco mas a la derecha el icono de clear de los select2*/
.select2-container--bootstrap .select2-selection__clear{
    margin-right: 5px;
}

/*Ajustes para disminuir el tamaño de los select2*/
.eidy-select2-sm .select2-container .select2-selection--single{
    height: calc(2.2125rem + 2px);
    /*padding: 5px 24px 4px 12px;*/
    padding: .45rem .8rem;
}

.eidy-select2-sm .select2-container .select2-selection,
.eidy-select2-sm .selection__choice{
    font-size: 12px;
}

.eidy-select2-sm .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: .27rem 0.6rem;
}

.eidy-select2-sm .select2-container .select2-results__option,
.eidy-select2-sm .select2-container--default .select2-results__option{
    padding: 5px;
}

.eidy-select2-sm .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 2px 0;
    padding-right: 18px;
}

.eidy-select2-sm .select2-container--bootstrap .select2-selection--multiple 
.select2-search--inline .select2-search__field{
    height: 28px;
}

.eidy-select2-sm .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear{
    margin-top: -.95rem;
    right: 1rem;
}

/*Para evitar el nowrap de los items seleccionados en el select2 multiple*/
.select2-container .select2-selection--multiple .select2-selection__rendered{
    white-space: normal;
}

.select2-container--default .select2-results__option[aria-selected="true"]:after{
    font-family: "LineAwesome";
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 0.85rem;
    content: "\f17b";
    position: absolute;
    right: 5px;
    top: 10px;
}

.select2-container--default .select2-results__option{
    position: relative;
}

.eidy-select2-sm .select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-right: 0;
}

.select2-container--default .select2-selection--multiple, 
.select2-container--default .select2-selection--single{
    border: 1px solid #bebfbf;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, 
.select2-container--default .select2-selection--multiple .select2-selection__arrow{
    width: 20px;
    text-align: left;
}

.select2-container .select2-results__option .text-warning{
    color: #F1C40F !important;
    font-size: 11px;
}

.select2-container--default .select2-search--dropdown{
    padding: 10px;
}

.eidy-select2-bg .select2-container .select2-selection{
    background-color: #f4f5f8;
    border-color: #f4f5f8;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--single, 
.select2-container--default.select2-container--open .select2-selection--multiple, 
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed !important;
}

.input-group .select2-container{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/*Option group select2*/
.select2-container--default .select2-results__option[role="group"] {
  color: #677279;
  font-size: 0.8rem;
}

/*Estas clases se usan para separar el titulo de los protlets en dos lineas cuando la pantalla es pequeÃ±a*/
@media only screen and (max-width: 768px) {
    .m-portlet.m-portlet--head-sm .m-portlet__head{
        height: auto;
        display: block;
        padding-top: 10px;
    }

    .m-portlet .m-portlet__head .m-portlet__head-tools{
        display: block;
    }

    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title{
        width: 100%;
    }

    .m-portlet__head .m-select2,.m-portlet__head .select2{
        width: 100% !important;
    }
}

/*Colocar en auto el ancho de la celda que muestra el valor en las filas de detalles de las tablas*/
.m-datatable__detail .m-datatable__row > .m-datatable__cell:last-child > span{
    width: auto !important;
}

.m-datatable.m-datatable--compact > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell, 
.m-datatable.m-datatable--compact > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell{
    padding: 8px;
}

.m-datatable.m-datatable--compact > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell{ 
    padding: 4px 8px;
}


/*Este estilo no estaba incluido en el nuevo Metronic pero si en e anterior*/
.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}
.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}
.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: #000;
}
.note {
    margin: 0 0 10px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

/*Ocurece un poco mas el fondo de los sweet alert*/
.swal2-container.swal2-shown{
    background-color: rgba(0,0,0,0.5);
}
/*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: 1200px;
}

.modal .modal-content .modal-header {
    padding: 15px 25px;
}

.modal-header .close {
    margin: 0 -1rem -1rem auto;
}
/*Clase extra para botones mas pequeños*/
.btn-xs, .btn-group-xs > .btn {
    padding: .15rem .6rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem;
}

/*Color de los input cuando estan deshabilitados*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
    background-color:#EEE !important;
    opacity:1
}

/*Ajuste generales a los controles del formulario*/
.form-control{
    font-size: 1.2rem;
    line-height: 1.45;
}

.eidy-inputdate-inline{
    display: inline;
    width: 74px;
    padding: 0;
    height: 20px;
    background-color:
    transparent;
    color:
    #000;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

/*Ajuste al fondo y borde del datepicker*/
.datepicker.datepicker-inline{
    border-color: #bebfbf;
    background-color: #FFF;
}


/*Padding para el icono de los input en el login*/
.m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group .form-control{
    padding-left: 2.8rem;
    margin-top: 0;
}

.m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group{
    margin-top: 1.5rem;
}

.m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .form-control-feedback{
    margin-left: 12px;
}



.user-login-5 .login-container > .login-content{
    margin-top: 5% !important;
}

.user-login-5 .login-container button[type="submit"]{
    margin-bottom: 20px;
    width: 150px;
}

/*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: 500;
    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;}

/*Ajutar los botones de herramientas que se usan en la barra superior*/
.page-toolbar>.actions .btn-icon-only{
    height: 27px;
    width: 27px;
    padding: 4px 6px 2px;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 1px !important;
    margin-left: 8px;
}

/*Imagen del afiliado*/
.afiliado_img img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}

.afiliado_img .estado {
    padding: 15px 10px;
    text-align: center;
    color: #5a7391;
    font-size: 18px;
    font-weight: 600;
}

.afiliado_img .tipo {
    padding: 0 10px;
    text-align: center;
    color: #5b9bd1;
    font-size: 14px;
    font-weight: 600;
}
/*Fin de imagen del afiliado*/


/*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--4 {margin-top:-4px  !important;}
.eidy-m-t-0 {margin-top:0  !important;}
.eidy-m-t-3 {margin-top:3px  !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-30{margin-top:30px !important;}

.eidy-m-b--3 {margin-bottom:-3px  !important;}
.eidy-m-b-0 {margin-bottom:0  !important;}
.eidy-m-b-3 {margin-bottom:3px  !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-30{margin-bottom:30px !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-0 {margin-left:0  !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-0 {margin-right:0  !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-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-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-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-5 {padding-bottom:5px  !important;}
.eidy-p-b-7 {padding-bottom:7px  !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-b-100{padding-bottom:100px !important;}
.eidy-p-b-120{padding-bottom:120px !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-2 {padding-right:2px  !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-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-17{font-size: 17px !important;}
.eidy-font-18{font-size: 18px !important;}
.eidy-font-20{font-size: 20px !important;}
.eidy-font-22{font-size: 22px !important;}
.eidy-font-30{font-size: 30px !important;}
.eidy-font-40{font-size: 40px !important;}

.eidy-width-10{width: 10px !important;}
.eidy-width-20{width: 20px !important;}
.eidy-width-25{width: 25px !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-65{width: 65px !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-180{width: 180px !important;}
.eidy-width-200{width: 200px !important;}
.eidy-width-300{width: 300px !important;}

.eidy-height-25{height: 25px !important;}
.eidy-height-35{height: 35px !important;}
.eidy-height-50{height: 50px !important;}
.eidy-height-100{height: 100px !important;}
.eidy-height-150{height: 150px !important;}
.eidy-height-200{height: 200px !important;}
.eidy-height-auto{height: auto !important;}

.eidy-width-10p{width: 10% !important;}
.eidy-width-20p{width: 20% !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-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-float-n{float: none !important;}
.eidy-float-l{float: left !important;}
.eidy-float-r{float: right !important;}

.eidy-vertical-aling-m{
    vertical-align: middle !important;
}

.eidy-vertical-aling-m > tbody > tr > td{
    vertical-align: middle;
}

.eidy-hover-1:hover{
    font-weight: bold  !important;
}

/*gris oscuro*/
.eidy-hover-2:hover{
    background-color: #EEE  !important;
}

/*gris claro*/
.eidy-hover-3:hover{
    background-color: #f7f8fa  !important;
}

/*Amarillo*/
.eidy-hover-4:hover{
    background-color: #FFF499 !important;
}

.eidy-bold{
    font-weight: bold !important;
}

.eidy-normal{
    font-weight: normal !important;
}

.eidy-fw-400{
    font-weight: 400 !important;
}

.eidy-no-border{
    border-style: none !important;
}

.eidy-nowrap{
    white-space:nowrap;
    overflow:hidden;
}

.eidy-no-break{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.eidy-form-control-big{
    font-size: 16px !important;
    font-weight: bold;
}

.form-control-xs {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.4rem;
    font-size: 1rem !important;
}

.eidy-font-cap{
    text-transform: capitalize;
}
/*Centrar verticalmente*/
.eidy-align-middle{
    vertical-align: middle !important;
}

.eidy-align-middle td{
    vertical-align: middle !important;
}

/*table.eidy-align-middle.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before{
    top: 50%;
    transform: translateY(-50%);
}*/

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before{
    content:"\f167";
    font-family: "LineAwesome";
    font-size: 12px;
    margin-top: -7px;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before{
    content:"\f165";
}

/*Texto sutil*/
.eidy-texto-sutil{
    font-size: 9px;   
    color: #999;
}

.eidy-align-center{text-align: center !important;}

/*Logo de la empresa*/
.eidy-logo-empresa img {
    float: none;
    margin: 0 auto;
    max-width: 70%;
    max-height: 70%;
}

.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-recargar{}

.eidy-select2-icon>i.fa{
    left: 8px;
}

.eidy-select2-icon .select2-container--bootstrap .select2-selection--single{
    padding-left: 24px;
}

/*Ajustes para disminuir el tamaÃ±o de ls boostrap select*/
.eidy-bs-sm .bootstrap-select .btn{
    font-size: 12px;
    color: #555;
}

/*Display inline-block*/
.eidy-dp-in-bl{
    display: inline-block;
}

/*Una replica de la clase card-icon i de css page/about ajustada para ser mas pequeÃ±a*/

.eidy-card{
    cursor: pointer;    
}

.eidy-card:hover{
    background-color: #f5f5f5;
}

.eidy-card .card-icon i {
    font-size: 30px !important;
    border: 1px solid #ecf0f4 !important;
    padding: 28px 20px !important;
    margin: 15px 0 !important;
}

.eidy-card:hover .card-icon i{
    border: 1px solid #DDD !important;
}

.eidy-card .card-desc{
    display: inline-block;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

/*Logo para la pantalla de Login*/
.logo_login{
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: auto;
    margin-bottom: 30px;
}

.logo_login img{
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
    /*box-shadow: 0px 0px 10px #777; /* Sombra */
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
/*Fin logo para la pantalla de Login*/

.breadcrumb{
    font-size: 12px;
}

.breadcrumb a:hover{
    text-decoration: none;
    color: #F90;
}

/*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;
}

/*TamaÃ±o de la fuente en los resultados del select2*/
.select2-results__option{
    font-size: 12px;
}

/*typeahead - Autocompletar*/
.tt-input{
    color: #4D6B8A !important;
}

/*Iluminado de los controles del formulario*/
.form-control:focus:not(.placeholder-no-fix){ 
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed !important;
}

.form-md-line-input .form-control:focus{ 
    box-shadow: none !important;
}

.sidebar-search .form-control:focus,
.search-form .form-control:focus{ 
    box-shadow: none !important;
}

/*iluminado de los switchs*/
.bootstrap-switch.bootstrap-switch-focused {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed !important;
}

.bootstrap-switch-primary {
    background-color: #36a3f7 !important;
    border-color: #36a3f7 !important;
}

/*Fin del iluminado*/

/*Ajuste para reducir la distancia de los iconos del borde de los input*/
.input-icon > i{
    margin-left: 7px;
}

.input-icon > .form-control {
    padding-left: 27px;
}

/*Ajustes al select2*/
.select2-container--bootstrap .select2-dropdown{
    border-color: #9ecaed;
    /*box-shadow: 0 0 10px #9ecaed !important;*/
}

.select2-container--bootstrap.select2-container--focus .select2-selection, 
.select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: 0 0 10px #9ecaed !important;
    border-color: #9ecaed;
}
/*Fin ajustes al select2*/

.select2-results__option .eidy-texto-sutil{
    display: block;
}

.select2-results__option--highlighted .eidy-texto-sutil{
    color:#EEE;
}

.ver-inline-menu li a .eidy-texto-sutil{
    font-size: 10px;
    padding-top: 0px;
}

.ver-inline-menu li.active a .eidy-texto-sutil{
    color:#fff;
}

/*  ===== INICIO: ESTILOS RELACIONADOS CON LAS TABLAS ===== */

/*Quitar borde de las tablas*/
.table-scrollable:not([data-border="S"]){
    border-style: none;
}

.dataTables_wrapper .dataTables_filter{
    display: none !important;
}

/*Fin del ajuste*/


/*Reducir el tamaÃ±o de la fuente en las tablas*/
.table th{
    font-size: 1rem !important;
    font-weight: 600;
}

/*Reducir el padding top y bottom de la filas de la tabla*/
table.dataTable tbody td{
    padding-top: 4px;
    padding-bottom: 4px;
    height: 28px;
}

table.dataTable tbody td {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 24px;
}

div.dataTables_wrapper div.dataTables_info{
    /*padding-top: 0.45rem;*/
}

.dataTable{
    margin-top: 0 !important;
    font-size: 11px;
}

a.dt-button{
    padding: 4px 6px 2px !important;
}

table.dataTable.dtr-column > tbody > tr > td.control::before, 
table.dataTable.dtr-column > tbody > tr > th.control::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    line-height: 14px;
}

.dt-button-background{
    display: block !important;
}

/*Para que el selector de columnas del datatable quede sobre el portlet cuando este esta en fullscreen'*/
div.dt-button-background{
    z-index: 10061;
}
div.dt-button-collection{
    z-index: 10062;
}

/** Para que la columna se ajuste a su contenido **/
.dt-fit {
    width: 1px;
    white-space: nowrap;
    /*display: inline-block;*/
}

/* 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%;
}

/* 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;
}

/*Reducir 1px al ancho del icono + de las tablas responsive*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before{
    width: 13px;
    height: 13px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr:hover > td:first-child::before{
    width: 17px;
    height: 17px;
    line-height: 16px;
}

.dataTables_wrapper .dataTable{
    margin-bottom: 0 !important;
}
/*  ===== FIN: ESTILOS RELACIONADOS CON LAS TABLAS ===== */




/*Camiar a otro verde el estilo de note-success*/
.note.note-success {
    background-color: #e3f9e3;
    border-color: #26C281;
    color: #000;
}

.note.note-danger{
    background-color: #fddada;
}
/*
.alert.alert-info {
    background-color: #f5f8fd;
    border-color: #e0ebf9;
    color: #000;
}

.alert.alert-warning {
    background-color: #fbedb9cc;
    border-color: #f9e491;
    color: #000;
}*/

.eidy-pop-portlet-tab{
    margin-top: -15px; 
    margin-bottom: -15px; 
}

.eidy-pop-portlet-tab>div[class|="portlet"]{
    margin-top: -11px;
}

.eidy-table_info_bold td{
    font-style: normal !important;
    font-weight: 600 !important;
    color: #000;
    font-size: 14px !important;
}

.eidy_autosize_textarea{
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

/*Estilo del pie de pagina de la pantalla de bloqueo de sesion*/
.page-footer-custom{
    color: #dbe2ea !important;
}

.page-footer-custom a{
    color: #FFF !important;
}

/*Estilo de los portlet cuando estan dentro de un Tab*/
.tab-pane .portlet > .portlet-title{
    /*border-bottom-style: none;*/
    min-height: 40px;
}

/*Quitar el padding de los portlet cuando estan dentro de una ficha o de otro portlet*/
.tab-pane .portlet.light,
.portlet.light .portlet.light{
    padding: 0;
}

.tab-pane .portlet.light .portlet-body{
    padding-top: 0;
}

.tab-pane .portlet.light.portlet-fullscreen{
    padding: 12px 20px 15px;
}

/*Ajuste para el Head de las secciones en los formularios*/

.m-form .m-form__section:first-child, .m-form .m-form__section.m-form__section--first {
    margin-top: 0;
}
.m-form .m-form__section {
    color: #5c5c60;
}
.m-form .m-form__section {
    margin: 40px 0 40px 0;
}

.m-form .form-control-label, .m-form label{
    font-size: 1rem;
}

.m-form.m-form--compact .m-form__content, .m-form.m-form--compact .m-form__heading, .m-form.m-form--compact .m-form__group {
    padding-left: 0;
    padding-right: 0;
}

.m-form .m-form__heading {
    padding: 0;
    margin: 0 0 15px 0;
}

.m-form .m-form__heading .m-form__heading-title {
    color: #575962;
}
.m-form .m-form__heading .m-form__heading-title {
    font-weight: 500;
    font-size: 1.3rem;
}

/*CUENTAS MEDICAS*/

.eidy-cm{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
}

.eidy-cm>.row{
    margin-left: 0;
    margin-right: 0;
}

.eidy-cm{
    border-top: 1px solid #e7ecf1;
}
.eidy-cm:nth-child(odd){
    background-color: #F7F7F7;
}


/*CUENTAS MEDICAS FACTURAS*/
.eidy-cm-factura{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
}

.eidy-cm-factura>.row{
    margin-left: 0;
    margin-right: 0;
}

.eidy-cm-factura{
    border-top: 1px solid #e7ecf1;
}
.eidy-cm-factura:nth-child(odd){
    background-color: #F7F7F7;
}

.eidy-cm-factura-nro{
    font-size: 16px;
    display:block;
}

.eidy-cm-factura .fa-circle{
    font-size: 5px;
    margin: 0 6px 0 6px;
    color: #a7b2c0;
    display: inline-block;
    line-height: 12px;
}

.eidy-cm-factura-afiliado{
    padding: 3px 0;
}

.eidy-cm-factura-detalle{

    margin-top: 5px;
    margin-bottom: 10px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;*/
}

.eidy-cm-factura-item{
    border: 1px solid #DDD;
    margin: 0 !important;
}

.eidy-cm-factura-detalle > .eidy-cm-factura-item ~ .eidy-cm-factura-item{
    border-top-style: none;
}
.eidy-cm-factura-item>div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.eidy-cm-factura-anexos{
    margin: 0 !important;
}

.eidy-cm-factura-anexos > div{
    margin-bottom: 20px;
}

.eidy-cm-factura-anexos > div > div:first-child{
    border: 1px dashed #CCC;
    height: 60px;
    padding: 5px;
}

.eidy-cm-factura-anexos .fileinput{
    width: 100%;
}

.eidy-cm-factura-anexos .fileinput .btn{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.eidy-cm-factura-anexado{
    background-color: #32c5d2;
    border: 1px solid transparent !important;
}

.eidy-cm-factura-anexado span{
    font-weight: bold;
    color:#FFF !important;
}

.eidy-cm-factura-anexado p{
    color:#FFF !important;
}

.eidy-cm-factura-anexos > div > div:first-child > span{
    font-size: 14px;
    display: block;
}

.eidy-cm-factura-anexos > div > div:first-child p{
    font-size: 10px;
    color: #999;
    max-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.eidy-cm-factura-anexos .btn-group{
    width: 100%;
}

.eidy-cm-factura-anexos .btn-group button{
    width: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.eidy-cm-factura-anexos .btn-group button[data-n="1"]{
    width: 100%;
}

.eidy-cm-factura-anexos .btn-group .btn + .btn{
    margin-left: 0 !important;
}

.eidy-auditor-seleccionado .mt-comment-img > img{
    border: 2px solid #26C281;
}

.eidy-auditor-seleccionado .mt-comment-img:before{
    content: '';
    background:transparent url("../img/check.png") no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    margin-top: 24px;
    margin-left: 30px;
}
/*FIN CUENTAS MEDICAS */

.cargando{
    background: transparent url("../metronic/assets/global/img/loading-spinner-blue.gif") no-repeat center center;
}


/*Estilo adicional para los .label*/
.label.eidy-label-default{
    color: #515151;
    background-color: #e1e5ec;
}
.label.eidy-label-sm {
    font-size: 10px;
    padding: 0 4px;
}

/*Mano para el cursor*/
.eidy-cursor-pointer{
    cursor: pointer;
}

/*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;
}

/*Estilo para que los badge sean sin relleno*/

.eidy-badge-outline{
    background-color: transparent;
    border: 2px solid;
    font-weight: bold;
    height: 20px;
}

.eidy-badge-outline.badge-success{
    border-color: #36c6d3;
    color: #36c6d3;
}

.eidy-badge-outline.badge-warning{
    border-color: #F1C40F;
    color: #F1C40F;
}

.eidy-badge-outline.badge-info{
    border-color: #659be0;
    color: #659be0;
}

.eidy-badge-outline.badge-success:hover{
    background-color: #36c6d3;
    color: #FFF;
}

.eidy-badge-outline.badge-warning:hover{
    background-color: #F1C40F;
    color: #FFF;
}

.eidy-badge-outline.badge-info:hover{
    background-color: #659be0;
    color: #FFF;
}

.eidy-badge-sm{
    line-height: 15px;
    min-height: 15px;
    min-width: 15px;
}

.eidy-badge-xs{
    line-height: 10px;
    min-height: 10px;
}

.eidy-badge-help{
    /* 
    float: left; */
    margin-left: 3px;
    color: gainsboro;
    cursor: help;
}

/*Tabla compacta*/

.eidy-tbl-compacta{

}

.eidy-tbl-compacta > tbody > tr > td, 
.eidy-tbl-compacta > tfoot > tr > td, 
.eidy-tbl-compacta > thead > tr > td{
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
}

.eidy-tbl-compacta > tbody > tr > th, 
.eidy-tbl-compacta > tfoot > tr > th, 
.eidy-tbl-compacta > thead > tr > th{
    padding-top: 3px;
    padding-bottom: 3px;
}

/*Linea de tiempo compacta*/

.eidy-timeline-compacta .timeline-body {
    padding: 8px;
    margin-top: 10px;
    margin-left: 75px;
}

.eidy-timeline-compacta .timeline-badge-userpic {
    width: 50px;
}

.eidy-timeline-compacta .timeline-badge {
    padding-right: 20px;
    height: 60px;
    width: 60px;
}

.eidy-timeline-compacta::before{
    margin-left: 24px;
}

.eidy-timeline-compacta .timeline-body-arrow{
    top: 12px;
}

.eidy-timeline-compacta .timeline-body-content{
    font-size: 12px;
    margin-top: 22px;
}

.eidy-timeline-compacta .timeline-body-alerttitle, .timeline .timeline-body-title{
    font-size: 12px;
}

.eidy-timeline-compacta .timeline-body-time{
    font-size: 12px;
}

@media (min-width: 992px) {
    .eidy-step{
        display: table;
        height: 100%;
    }

    .eidy-step-col{
        display: table;
        height: 100%;
        table-layout: fixed
    }
}

.eidy-bg-gris-claro{
    background-color: #F7F7F7;
}

.eidy-bg-gris-claro .m-widget16 .m-widget16__body .m-widget16__item {
    border-bottom: 0.07rem dashed #d2d2d7;
}

.eidy-bg-gris-oscuro{
    background-color: #EFEFEF !important;
}

.eidy-font-gris{
    color: #CCC !important;
}

.eidy-font-gris-999{
    color: #999;
}

.eidy-font-gris-6f{
    color: #6f6f6f;
}

.eidy-font-gris-555{
    color: #555;
}

.eidy-font-gris-azul{
    color: #7f9bb4 !important;
}

.eidy-font-oscuro{
    color: #333 !important;
}

.eidy-font-fff{
    color: #FFF !important;
}

.eidy-bg-claro{
    background-color: #FFF;
}

.eidy-border-radius{
    border-radius: 5px;
}

.eidy-foto-paciente{
    border: 2px solid #f4f5f8;
    padding: 4px;
    display: inline-block !important;
    margin: auto;
    border-radius: 100%;
}

.eidy-foto-paciente img{
    width: 100%;
    border-radius: 50%;
}

.agenda-medica{
    min-height: 80px;
    margin-left: -5px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.agenda-medica .btn-group,.agenda-medica span[data-label="info"]{
    display: none;
}

.agenda-medica:hover .btn-group,.agenda-medica:hover span[data-label="info"]{
    display: inline-flex;
}

.selector_hora{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 1px 0;
}

.selector_hora > div{
    width: 54px;
    height: 40px;
    float: left;
    text-align: center;
    padding: 4px 4px 4px 4px;
    padding-right: 12px;
    font-size: 13px;
    cursor: pointer;
    background-color: #FCFCFC;
    border: 1px solid #EEEEEE;
    color: #000;
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
    font-weight: normal;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.selector_hora.hora_small > div{
    width: 58px;
    height: 30px;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    padding-top: 6px;
}

.selector_hora.hora_small > div:not(.en_uso):hover{
    font-size:12px !important;
    overflow: hidden;
}

.selector_hora[data-cupos="1"] div{
    padding-top: 2px;
    height: 32px;
}

.selector_hora .disponible{
    border: 1px solid #A0E216;
    background-color: #D9F59C;    
}

.selector_hora .AM,
.selector_hora .A,
.selector_hora .P,
.selector_hora .PM{
    font-size: 8px;
    line-height: 8px;
    color:#b0b0b0;
    display: block;
    position: absolute;
    right: 2px;
    width: 10px;
    word-wrap: break-word;
    top: 2px;
    font-weight: bold;
    text-align: center;
}

.selector_hora .disponible .A,
.selector_hora .disponible .AM,
.selector_hora .disponible .P,
.selector_hora .disponible .PM{
    color: #6c9b3c ; 
}

.selector_hora .ocupado .A,
.selector_hora .ocupado .AM,
.selector_hora .ocupado .P,
.selector_hora .ocupado .PM{
    color: #b1002a ; 
}

.selector_hora .asistida .A,
.selector_hora .asistida .AM,
.selector_hora .asistida .P,
.selector_hora .asistida .PM{
    color: #3253B7; 
}

.selector_hora .asistida-proceso .A,
.selector_hora .asistida-proceso .AM,
.selector_hora .asistida-proceso .P,
.selector_hora .asistida-proceso .PM{
    color: #927495; 
}

.selector_hora .asistida-finalizada .A,
.selector_hora .asistida-finalizada .AM,
.selector_hora .asistida-finalizada .P,
.selector_hora .asistida-finalizada .PM{
    color: #33206C; 
}

.selector_hora>div:not(.en_uso):hover{
    /*background-color: #FFFFCC;
    border: 1px solid #FFE599;*/
    color:#000;
    font-weight: bold;
    font-size: 14px;
}

.selector_hora .ocupado{
    border: 1px solid #F58852;
    background-color: #fdc246; /*#ffb822;*/
}

.selector_hora .asistida{
    border: 1px solid #077ad4;
    background-color: #36a3f7;
    color: #FFF;
}

.selector_hora .asistida-proceso{
    border: 1px solid #927495;
    background-color: #E392EA;
    color: #FFF;
}

.selector_hora .asistida-finalizada{
    border: 1px solid #025ea6;
    background-color: #734CEA;
    color: #FFF;
}

.selector_hora .en_uso{
    background-color: #FFF !important;
}

.selector_hora span.m--font-warning{
    display: inline-block;
    font-size: 10px;
    position: absolute;
    bottom: -1px;
    white-space: nowrap;
    left: 11px;
}


.selector_hora span.pyp{
    border-radius: 3px;
    display: block !important;
    letter-spacing: 1px !important;
    /*background-color: #FF7114;*/
    color: #b1002a !important;
    
    font-size: 9px;
    font-weight: bold;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-top: -4px;
    left: 0;
}

.selector_hora:hover span.pyp{
    margin-top: -5px;
}

.selector_hora .asistida span.pyp{
    color: #114777 !important;
}

.selector_hora .asistida-proceso span.pyp{
    color: #927495 !important;
}

.selector_hora .asistida-finalizada span.pyp{
    color: #33206C !important;
}

.selector_hora .cupos_cita{
    display: block;
    margin-top: -4px;
}

.selector_hora .cupos_cita span{
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    background-color: #F59A61;
    width: 6px;
    height: 6px;
    margin: auto;
    font-size: 6px;
    line-height: 6px;
}

.selector_hora .cupos_cita span[data-asignada="N"]{
    background-color: #788756;

}

.selector_hora .ocupado .cupos_cita{
    background-color: #FF590D;
}

.selector_hora.hora_libre{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 1px 0;
    margin-bottom: 10px;
}

.selector_hora.hora_libre > div{
    float:left;
    font-size: 13px;
    white-space: nowrap;
    line-height: 18px;
    width: auto;
}

.selector_hora.hora_libre > div.disponible{
    
}

.selector_hora.hora_libre > div small{
    display: block;
    margin-top: -3px;
    color: #E40000;
}

.selector_hora .marcado{
    background-color: rgb(255, 221, 37);
    border-color: rgb(243, 193, 23);
}

.selector_hora .minutos_disp{
    font-size: 10px;
    display: block;
    text-align: center;
    margin-top: -2px;
    line-height: 10px;
    color: #777;
}

div .eidy-cebrado:nth-child(odd){
    background-color: #F7F7F7;
}

/*.eidy-cebrado[style*="display: none"] ~ .eidy-cebrado:nth-child(odd),
.eidy-cebrado[style*="display:none"] ~ .eidy-cebrado:nth-child(odd){
  background: transparent;
}

.eidy-cebrado[style*="display: none"] ~ .eidy-cebrado:nth-child(even),
.eidy-cebrado[style*="display:none"] ~ .eidy-cebrado:nth-child(even) {
  background: #F7F7F7;
}

.eidy-cebrado:nth-child(odd) .btn.btn-secondary:hover:not(:disabled){
    border-color: #eaeaea;
    background-color: #eaeaea;
}

.eidy-cebrado[style*="display: none"] ~ .eidy-cebrado:nth-child(even)  .btn.btn-secondary:hover:not(:disabled),
.eidy-cebrado[style*="display:none"] ~ .eidy-cebrado:nth-child(even) .btn.btn-secondary:hover:not(:disabled){
  border-color: #e3e4e6;
  background-color: #e3e4e6;
}*/

.eidy-texto-vertical{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 9px;
    font-weight: bold;
    position: absolute;
}

.fileinput {
    display: inline-block;
    margin-bottom: 9px;
}
.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
}
.fileinput .thumbnail {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail > img {
    max-height: 100%;
}
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;   
    cursor: inherit;
    display: block;
}

.diferencia_conteo{
    opacity: 1 !important;
}

.conteo_sololectura{
    background-color:#bebfbf !important;
}

.conteo_igual{
    background-color: #d1f8d1 !important;
    font-weight: bold !important;
}

.conteo_dif{
    border-color:#BC3315 !important;
    background-color:#FFC3C3 !important;
    font-weight: bold;
}

.conteo_requerido{
    border-color:#f4516c !important;
}

.m-link-black{
    color: #000;
}

.btn-outline-info:hover .m--font-metal {
    color: #FFF !important;
}

.m-widget2 .m-widget2__item::before {
    height: calc(100% - 10px) !important;
}

.m-widget4__item .m-widget4__sub{
    color: #5b5b5b;
}

.detalles_hover{
    display: none;
}

*:hover>.detalles_hover{
    display: block;
}

.detalles_hover_2{
    display: none;
}

*:hover>.detalles_hover_2{
    display: inline;
}

.eidy-max-lines{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.eidy-multilinea{
    white-space: pre-wrap;
}
.eidy-line-1{
    -webkit-line-clamp: 1;
}
.eidy-line-2{
    -webkit-line-clamp: 2;
}

tr.tachar {
    position: relative;
}

tr.tachar td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
}

tr.tachar td:after {
  content: "\00B7";
  font-size: 1px;
}

.eidy-list-timeline{
    font-family: sans-serif;
}

.eidy-list-timeline .m-list-timeline__item{
    padding: 0;
    color: #333;
}

.eidy-list-timeline .m-list-timeline__item .m-list-timeline__text{
    font-size: 0.8rem;
}

table.fixedHeader-floating{
    z-index: 1000;
}

.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:hover {
    color: #fff !important;
}

.m-error-1 .m-error_container .m-error_number > h1 {
    font-size: 100px;
    margin-top: 5rem;
 }
 
.bootstrap-switch span::before {
    content: "";
}

.m-widget1__item .m-widget1__desc {
    color: #606060;
}

.m--font-metal-dark {
    color: #c4c5d6 !important;
}

.btn-outline-secondary {
    color: #bbb;
    border-color: #bbb;
}

.pick:after {
    content: " ";
    position: absolute;
    right: -15px;
    top: calc(50% - 30px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 10px 22px 0;
    border-color: transparent #DDD transparent transparent !important;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

.eidy-border-l-danger{
    border-left: solid 3px #f4516c;
}

.eidy-border-l-info{
    border-left: solid 3px #36a3f7;
}

.eidy-border-l-success{
    border-left: solid 3px #34bfa3;
}

.eidy-border-l-metal{
    border-left: solid 3px #c4c5d6;
}

.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}
.invoice-total > tbody > tr > td {
  border: 0 none;
}
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 25%;
}

.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    background: #fff;
    border: 1px solid #ebedf2;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
    box-shadow: 0px 1px 15px 1px rgba(69,65,78,0.08);
}
.fc-unthemed .fc-day-grid-event {
    margin: 0;
    margin-top: 0px;
}
.fc-unthemed .fc-event, .fc-unthemed .fc-event-dot {
    padding: 0;
    border-radius: 4px;
}

.fc-unthemed .fc-event .fc-content, .fc-unthemed .fc-event-dot .fc-content {
    padding: 3px 3px 3px 3px;
}

.fc-unthemed .fc-content {
    border-color: #ddd;
}

.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    color: #3f4047;
}
.fc-unthemed .fc-event .fc-title, .fc-unthemed .fc-event-dot .fc-title {
    font-size: .85rem;
    font-weight: 400;
}

.fc-day-grid-event .fc-time {
    font-weight: bold;
    color: #000;
}

.fc-unthemed .fc-event.fc-start.fc-consulta,
.fc-unthemed .fc-event-dot.fc-start.fc-consulta{
    border-left: solid 4px #00b100;
}

.fc-unthemed .fc-event.fc-start.fc-procedimiento,
.fc-unthemed .fc-event-dot.fc-start.fc-procedimiento{
    border-left: solid 4px #ffaa2a;
}

.fc-unthemed .fc-event.fc-start.fc-medicamento,
.fc-unthemed .fc-event-dot.fc-start.fc-medicamento{
    border-left: solid 4px #2244a8;
}

.fc-unthemed .fc-event.fc-start.fc-paquete,
.fc-unthemed .fc-event-dot.fc-start.fc-paquete{
    border-left: solid 4px #9d9d9d;
}

.fc-unthemed .fc-event.fc-start.fc-realizado,
.fc-unthemed .fc-event-dot.fc-start.fc-realizado{
    border-left: solid 4px #00b100;
}

.fc-unthemed .fc-event.fc-start.fc-pendiente,
.fc-unthemed .fc-event-dot.fc-start.fc-pendiente{
    border-left: solid 4px #ffaa2a;
}

.fc-unthemed .fc-list-item.fc-pendiente .fc-event-dot, 
.fc-unthemed .fc-list-item.fc-pendiente .fc-event-dot{
    background: #ffaa2a;
    border-color: #ffaa2a;
}

.fc-unthemed .fc-list-item.fc-realizado .fc-event-dot, 
.fc-unthemed .fc-list-item.fc-realizado .fc-event-dot{
    background: #00b100;
    border-color: #00b100;
}

.fc-day-number{
    color:#575962;
}

.fc-row .fc-content-skeleton tbody td{
    padding-left: 3px;
    padding-right: 3px;
}


.fc-unthemed .fc-event.fc-start .fc-content::before, .fc-unthemed .fc-event-dot.fc-start .fc-content::before{
    background: none;
}

.tbl_ficha_paciente{
    width: 100%;
}

.tbl_ficha_paciente td{
    padding: 5px;
    text-align: left;
}

.qtip-bootstrap{
    max-width: 350px !important;
}

.input-group-sm > .bootstrap-select{
    padding: 0;
}

.m-tabs-line.eidy-tabs .m-tabs__link{
    /*padding: .4rem .5rem;
    margin-bottom: 1rem !important;
    background-color:#f4f6f9 !important;
    position: relative;
    border-radius: .5rem;
    cursor: pointer;
    border-style: none;
    width: 145px;
    height: 42px;
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;*/
    
    padding: .2rem .5rem;
    margin-bottom: 1rem !important;
    background-color: #f4f6f9 !important;
    position: relative;
    border-radius: .5rem;
    cursor: pointer;
    border-style: none;
    width: 125px;
    height: 38px;
    overflow: hidden;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.m-tabs-line.nav.nav-tabs .nav-link, .m-tabs-line a.m-tabs__link{
    color: #4f5155;
}

.m-tabs-line.eidy-tabs .nav-item{
    margin-right: 5px;
    margin-left: 5px !important;
}

.m-tabs-line.eidy-tabs.nav.nav-tabs .nav-link:hover, 
.m-tabs-line.eidy-tabs.nav.nav-tabs .nav-link.active, 
.m-tabs-line.eidy-tabs a.m-tabs__link:hover, 
.m-tabs-line.eidy-tabs a.m-tabs__link.active{
    /*background-color: #7ddcc9 !important;*/
    background-color: #34bfa3 !important;
    border-bottom-style: none;
    color: #FFF;
}

/*Tablas simple, puede cambiar*/

table.tabla_simple{
    border-collapse: collapse;
    border: 1px solid #D7D7D7;
    width: 100%;
}

table.tabla_simple th{
    background-color: #F7F7F7;
    padding: 5px;
    text-align: left;
    border: 1px solid #D7D7D7;
}

table.tabla_simple th.tabla_simple_aviso{
    background-color: #fffed6;/*#FFFFC6*/
    font-size: 12px;
    font-weight: normal;
}

table.tabla_simple td{
    padding: 3px;
    vertical-align: middle;
    border: 1px solid #D7D7D7 !important;
}

table.tabla_simple td img{
    cursor: pointer;
}

table.tabla_simple td>input[type="text"]:not(.si_no){
    border-style: none;
    text-align: left;
    border: 1px solid #FFF;
    font-size: 12px;
    width: calc(100% - 10px);
}

table.tabla_simple td>input[type="text"]:focus{
    background-color: #FFFFCC;
}

table.tabla_simple td.texto{
    padding: 0;
    vertical-align: middle;
    border: 1px solid #D7D7D7;
}

table.tabla_simple td.texto>input[type="text"]:not(.si_no){
    border-style: none;
    text-align: left;
    font-size: 12px;
    width: calc(100%-10px);
    padding: 5px;
}

table.tabla_simple td textarea
{
    border-style: none;
    text-align: left;
    border: 1px solid #FFF;
    font-size: 14px;
    width: calc(100% - 10px);
    padding: 4px;
}

table.tabla_simple td select
{
    border-style: none;
    text-align: left;
    font-size: 12px;
    width: calc(100% - 10px);
    padding: 2px;
}

table.tabla_simple .tbl_grupo{
    background-color: #edfadc;
}

.m-table.m-table--head-separator-default thead th {
    border-top: 0;
    border-bottom: 1px solid #e9ebef;
}

.table th, .table td {
    border-top: 1px solid #e9ebef;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

.dropdown-menu li.selected{
    border-width: 1px;
}

/*Para que la seccion del subtitulo se separe por lineas cuando la pantalla sea pequena*/
.d-flex{
    flex-direction: column;
}

/*Para medidas mayores a 576px*/
@media (min-width: 576px){
    .d-flex{
        flex-direction: row;
    }
}

/*Para oscurecer los iconos del acceso rapido*/
.m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__icon {
    color: #90919d !important;
}


.m-portlet .m-portlet__head .m-portlet__head-text .m-portlet__head-desc, 
.m-portlet .m-portlet__head .m-portlet__head-text small{
    color: #888;
}

.m-widget16 .m-widget16__body .m-widget16__item .m-widget16__date {
    color: #5f6168;
}

.m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text, 
.m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #494d64;
}

.traslado-citas-marcado {
    border: 2px solid #67d978 !important;
    background: #def4da;
    border-radius: 5px;
}

.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;
}

.irs-from, .irs-to, .irs-single{
    font-size: 12px;
}
.irs-bar {
 top:36px;
 height:4px;
 background-color:#006cfa;
 background-image: none;
}
.irs-from::after, .irs-to::after, .irs-single::after{
    border-top-color: #006cfa;
}
.irs-from, .irs-to, .irs-single{
 background-color:#006cfa;   
}
.irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px;
}
.irs-min, .irs-max{
    color:#555;
}
.irs-grid-text{
    color:#777;
}
.irs-slider {
 top:26px;
 width:24px;
 height:24px;
 border:4px solid #006cfa;
 background-color:white;
 border-radius:24px;
 box-shadow:0 1px 3px rgba(0,0,255,0.3);
 background-image: none;
}

.cabeceras_hc {
    text-align: center;
    height: auto !important;
    width: auto !important;
    min-width: 125px;
}

.eidy-btn-toggle:not(.eidy-btn-active) .eidy-btn-toggle-on
{
    display: none;
}

.eidy-btn-toggle.eidy-btn-active .eidy-btn-toggle-off
{
    display: none;
}

.eidy-seccion-tbl-hijo{
    margin: 10px;
    padding: 10px 10px 0 10px;
    border: 3px solid #c5dbd1;
    background-color: #FFF !important;
    border-radius: 5px;
}

.eidy-seccion-tbl-hijo table tr{
    background-color: #FFF !important;
}

.eidy-seccion-tbl-hijo .eidy-seccion-tbl-hijo-pick {
     margin-top: -34px;
     margin-left: -6px;
     width: 0;
     height: 0;
     border-right: 12px solid transparent;
     border-top: 12px solid transparent;
     border-left: 12px solid transparent;
     border-bottom: 12px solid #c5dbd1;
}

.svitales{
    width: 100%;
    border-collapse: collapse;
}

.svitales th.des_svitales{
    height: 20px;
    width: 60%;
    text-align: left;
    font-weight: lighter;
    border: 1px solid #CCC;
}

.svitales th.cab_svitales{
    height: 20px;
    text-align: left;
    font-weight: lighter;
    border: 1px solid #CCC;
}

.svitales td{
    border: 1px solid #CCC;
}

.svitales td input[type="text"]{
    font-size: 11px;
    height: 22px;
    width: 100%;
    border-style: none;
    padding: 3px;
}
.svitales td input[type="checkbox"]{
    margin: 3px 0 0 3px;
}

.svitales select{
    border-style: none;
    color: #606060;
    padding: 3px;
    width: 100% !important;
    font-size: 11px;
}

.eidy-menu-success {
    border-left: 5px solid #eee;
    border-left-color: rgb(238, 238, 238);
    background-color: #e3f9e3;
    border-color: #26C281;
    color: #000;
}
