@import url("utiles.css");
@import url("colores.css");
@import url("callouts.css");
/*@import url("tabs_util_.css");*/
@import url("font-awesome-animation.minmod.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap");

/*
breakpoints": { "sm": 576, "md": 768, "lg": 992, "xl": 1200, "xxl": 1400 },
 "colors": { "theme": { "base": { "white": "#ffffff", "primary": "#3699FF", "secondary": "#E5EAEE",
 "success": "#1BC5BD", "info": "#8950FC", "warning": "#FFA800", "danger": "#F64E60", "light": "#E4E6EF", "dark": "#181C32" },
 "light": { "white": "#ffffff", "primary": "#E1F0FF", "secondary": "#EBEDF3", "success": "#C9F7F5", "info": "#EEE5FF", "warning":
 "#FFF4DE", "danger": "#FFE2E5", "light": "#F3F6F9", "dark": "#D6D6E0" },
 "inverse": { "white": "#ffffff", "primary": "#ffffff", "secondary": "#3F4254", "success": "#ffffff", "info": "#ffffff", "warning": "#ffffff", "danger": "#ffffff", "light": "#464E5F", "dark": "#ffffff" } },
 "gray": { "gray-100": "#F3F6F9", "gray-200": "#EBEDF3", "gray-300": "#E4E6EF", "gray-400": "#D1D3E0", "gray-500": "#B5B5C3", "gray-600": "#7E8299", "gray-700": "#5E6278", "gray-800": "#3F4254", "gray-900": "#181C32" } },
 "font-family": "Poppins"
*/

.primary {
    color: #3699FF !important
}

.secondary {
    color: #181C32 !important
}

.success {
    color: #1BC5BD !important
}

.danger {
    color: #F64E60 !important
}

.warning {
    color: #FFA800 !important
}

.info {
    color: #8950FC !important
}

:root {
    --color-indigo: #3F51B5;
    --color-blue: #2196F3;
    --color-blue-grey: #607D8B;
    --color-teal: #009688;
    --color-danger: #F64E60;


    --color-primary: #5956E9;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    --color-accent1: #FFDC60;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #6865FF;
    --color-link: #2522BA;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #C75C6F;
    --color-chart1: #896BA7;
    --color-chart2: #BADEFF;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #99A1AA;
    --color-ship-gray: #42424A;
    --color-ghost: #C7C7D5;
    --color-mercury: #E5E5E5;
    --darkgreen: #005361;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'DM Sans', sans-serif;
    --font-awesome: 'Font Awesome 5 Pro';
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px;
}

#recaptcha-box {
    width: 304px;
    margin: 0 auto;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    color: #e6d379;
}

.card.card-custom > .card-header {
    min-height: 30px;
}

.card.card-custom > .card-body {
    padding: 1rem 0rem;
}

.card.card-custom.pad > .card-body {
    padding: 2rem 2.25rem;
}

.card.card-custom.padmini > .card-body {
    padding: 1rem 1.25rem;
}

/*Tabs Clientes y otros*/

.card.card-custom > .card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .nav-link.active,
.nav.nav-tabs.nav-tabs-line .show > .nav-link {
    border-bottom: 3px solid #3699FF;
}


.etiqueta {
    display: inline-block;
    border-radius: 5%;
    text-shadow: none;
    background-color: #abbac3;
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    white-space: nowrap;
    vertical-align: baseline;
}

.etiqueta-sm {
    padding: 1px 5px 3px;
    font-size: 1em;
    line-height: 1em;
}

/*Botones*/
.btn-xs, .btn-group-xs > .btn {
    padding: 0.45rem 0.45rem 0.45rem 0.55rem;
    font-size: 0.725rem;
    line-height: 1.05;
    border-radius: 0.32rem;
}

/*
.btn.btn-icon.btn-xs, .btn-group-xs > .btn.btn-icon {
    height: calc(1.35em + 1.1rem + 2px);
    width: calc(1.35em + 1.1rem + 2px);
}
*/

/*Botones Portada*/
.btn-squared-default {
    width: 68px !important;
    height: 68px !important;
    font-size: 11px;
    margin-top: 5px;
    line-height: 11.5px;
    padding: 0.2rem 0.2rem;
    position: relative;
    color: #fff;

}

.btn-squared-default i {
    vertical-align: unset !important;
    margin-top: 2px !important;
    padding-right: unset;
    color: #fff;
    font-size: 90%;
}

.btn-squared-default:hover {
    color: #fff;
}

.hover-indigo:hover {
    color: var(--color-danger) !important;
}

.btn-squared-default span {
    width: 50px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-squared-default span.badge-aviso, .btn-squared-default span.etiqueta-aviso {
    width: auto !important;
    position: absolute !important;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    /*margin-right: -18px;*/
}

@media (max-width: 991.98px) {
    .btn-squared-default {
        width: 60px !important;
        height: 60px !important;
        font-size: 10px;
        margin-top: 5px;
        line-height: 11px;
        padding: 0.1rem 0.1rem;
        position: relative;
        color: #fff;
    }

    .btn-squared-default i {
        vertical-align: unset !important;
        margin-top: 2px !important;
        padding-right: unset;
        color: #fff;
        font-size: 80%;
    }
}

/*
.btn-squared-default .badge{
    position: absolute!important;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
}
*/
.btn-squared-default span.badge-aviso, .btn-squared-default span.etiqueta-aviso {
    width: auto !important;
    position: absolute !important;
    top: -3px;
    right: -3px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    /*margin-right: -18px;*/
}

.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 0 0;
    background-color: #fafafa;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #646464;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}

.icon-btn, .ie8 .icon-btn:hover {
    filter: none;
}

.icon-btn > i {
    font-size: 18px;
}

.icon-btn > div {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #3f444a;
    font-size: 12px;
    font-weight: 300;
}

.icon-btn > .badge {
    position: absolute;
    font-size: 11px;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 6px;
    color: #fff;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.editable-container.editable-inline,
.editable-container.editable-inline .control-group.form-group,
.editable-container.editable-inline .control-group.form-group .editable-input,
.editable-container.editable-inline .control-group.form-group .editable-input textarea,
.editable-container.editable-inline .control-group.form-group .editable-input select,
.editable-container.editable-inline .control-group.form-group .editable-input input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
    width: 100% !important;
}

.editable-container.editable-inline .control-group.form-group div {
    width: 80% !important;
}

.tablesorter-default th,
.tablesorter-default thead td {
    font-weight: bold;
    color: #000;
    background-color: #aed7ff;
    border-collapse: collapse;
    border-bottom: #ccc 1px solid;
    padding: 0;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd > td {
    background-color: #ebf2fa !important;
}

.tablesorter-default tr.even > td {
    background-color: #fff !important;
}

.tablesorter-default thead th, .tablesorter-default thead td {
    font-weight: 600;
    font-size: 1rem;
    border-bottom-width: 1px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.tablesorter-bootstrap th,
.tablesorter-bootstrap thead td {
    font-weight: bold;
    color: #000;
    background-color: #aed7ff;
    border-collapse: collapse;
    border-bottom: #ccc 1px solid;
    padding: 0;
}

/* Zebra Widget - row alternating colors */
.tablesorter-bootstrap tr.odd > td {
    background-color: #ebf2fa !important;
}

.tablesorter-bootstrap tr.even > td {
    background-color: #fff !important;
}

.tablesorter-bootstrap thead th, .tablesorter-bootstrap thead td {
    font-weight: 600;
    font-size: 1rem;
    border-bottom-width: 1px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}


/*PHPINFO*/
.phpinfo {
    width: 100%;
}

.phpinfo pre {
    margin: 0;
    font-family: monospace;
}

.phpinfo a:link {
    color: #000099;
    text-decoration: none;
    background-color: #fff;
}

.phpinfo a:hover {
    text-decoration: underline;
}

.phpinfo table {
    border-collapse: collapse;
    width: 100%
}

.phpinfo .center {
    text-align: center;
}

.phpinfo .center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.phpinfo .center th {
    text-align: center !important;
}

.phpinfo td, .phpinfo th {
    border: 1px solid #000;
    font-size: 100%;
    vertical-align: baseline;
    padding: 2px;
}

.phpinfo h1 {
    font-size: 160%;
    color: #000;
}

.phpinfo h2 {
    font-size: 135%;
    color: #000;
}

.phpinfo .p {
    text-align: left;
}

.phpinfo .e {
    background-color: #ccccff;
    font-weight: bold;
    color: #000;
}

.phpinfo .h {
    background-color: #9999cc;
    font-weight: bold;
    color: #000;
}

.phpinfo .v {
    background-color: #ccc;
    color: #000;
}

.phpinfo .vr {
    background-color: #ccc;
    text-align: right;
    color: #000;
}

.phpinfo img {
    float: right;
    border: 0;
}

.phpinfo hr {
    width: 100%;
    background-color: #ccc;
    border: 0;
    height: 1px;
    color: #000;
}

.phpinfo h1.p {
    float: left
}


.flecha_abajo::after {
    line-height: 1;
    font-size: 90%;
    text-decoration: inherit;
    content: "\25BC";
}


.sololectura {
    background-color: #FFFACE !important;
}

.sololectura2 {
    background-color: #e0f3fe !important;
}

.cortatelasvenas {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.escuende {
    display: none !important;
}


@media screen and (max-width: 767.98px) {
    /* ul.nav-tabs  span.infotab{display: none;}
     ul#tabs_bloque span.nav-text{display: none;}*/
    #tabs_bloque .nav-link {
        padding: 0.5rem 0.5rem;
    }

    #tabs_bloque .nav-link .nav-icon {
        width: 1rem;
    }

    .escuende_chico {
        display: none;
    }
}

@media (min-width: 768px) {
    .muestra_chico {
        display: none;
    }
}


.badge-up {
    position: relative;
    top: -10px;
    right: 0px;
    height: 15px;
    width: 15px;
    font-size: 0.8rem;
}


.card.card-custom > .card-header.card-header-tabs-line.estrecha .nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav.nav-tabs.nav-tabs-line.nav-tabs-line-gorda .nav-link:hover:not(.disabled),
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-gorda .nav-link.active,
.nav.nav-tabs.nav-tabs-line.nav-tabs-line-gorda .show > .nav-link {
    border-bottom: 3px solid #2522BA;
    color: #2522BA;
}

.nav.nav-pills.nav-azul .show > .nav-link,
.nav.nav-pills.nav-azul .nav-link:hover:not(.active) {
    color: #2522BA;
    background-color: transparent;
}

.nav.nav-pills.nav-azul .show > .nav-link .nav-text,
.nav.nav-pills.nav-azul .nav-link:hover:not(.active) .nav-text {
    color: #2522BA;
}

.nav.nav-pills.nav-azul .show > .nav-link .nav-icon i,
.nav.nav-pills.nav-azul .nav-link:hover:not(.active) .nav-icon i {
    color: #2522BA;
}

.nav.nav-pills.nav-azul .show > .nav-link .nav-icon .svg-icon svg g [fill],
.nav.nav-pills.nav-azul .nav-link:hover:not(.active) .nav-icon .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #2522BA;
}

.nav.nav-pills.nav-azul .show > .nav-link .nav-icon .svg-icon svg:hover g [fill],
.nav.nav-pills.nav-azul .nav-link:hover:not(.active) .nav-icon .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.nav.nav-pills.nav-azul .show > .nav-link:after,
.nav.nav-pills.nav-azul .nav-link:hover:not(.active):after {
    color: #2522BA;
}

.nav.nav-pills.nav-azul .nav-link.active {
    color: #ffffff !important;
    background-color: #2522BA;
}

.nav.nav-pills.nav-azul .nav-link.active .nav-text {
    color: #ffffff;
}

.nav.nav-pills.nav-azul .nav-link.active .nav-icon i {
    color: #ffffff !important;
}

.nav.nav-pills.nav-azul .nav-link.active .nav-icon .svg-icon svg g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    fill: #ffffff !important;
}

.nav.nav-pills.nav-azul .nav-link.active .nav-icon .svg-icon svg:hover g [fill] {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.nav.nav-pills.nav-azul .nav-link.active:after {
    color: #ffffff;
}


/*Formularios*/
.datepicker {
    z-index: 1060 !important;
}

.radio.radio-black > input:checked ~ span {
    background-color: #000000;
}

.label.label-inline-peque {
    width: auto;
    padding: 0.15rem 0.20rem;
    border-radius: 0.2rem;
}

.label.label-auto {
    width: auto;
}


.font-size-2xs {
    font-size: 0.6rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1em + 1.3rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1em + 1.3rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border: 1px solid #35628a;
    box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #F3F6F9;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Elegir";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    border: 1px solid #75a2ca;
    border-radius: 0.42rem;
    box-shadow: none;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.3rem);
    padding: 0.65rem 1rem;
    line-height: 1.5;
    color: #ffff;
    content: "Elegir";
    background-color: #1b3145;
    border-left: inherit;
    border-radius: 0 0.42rem 0.42rem 0;
}

.tachado {
    text-decoration: line-through;
}

.error-ajax {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #F64E60;
}

.alerta-ajax {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #fd7e14;
}

.info-ajax {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #4851FF;
}

#form_editar_cliente .form-control-sm, #form_editar_cliente .select2-selection__rendered {
    font-weight: bold;
    /* font-size: 1rem; */
}

.form-control {
    font-weight: bold;
    border: 1px solid #75a2ca; /*4d88bb*/
}

.form-control:focus {
    border: 1px solid #35628a;
}


.custom-fileaa {
    border: 1px solid #75a2ca;
    cursor: pointer;
}


#form_editar_cliente .fv-plugins-message-container {
    display: none;
}

#form_editar_cliente .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0.2rem 1rem 0;
    line-height: 1.5;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #9f0000;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #f7f8fa;
    color: #000080;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.65rem 3rem 0.65rem 1rem;
    line-height: 1.1;
}

.select2 {
    width: 100% !important;
}

.select2_80 + .select2 {
    width: 80% !important;
}

.select2_75 + .select2 {
    width: 75% !important;
}

.select2_70 + .select2 {
    width: 70% !important;
}

.select2_50 + .select2 {
    width: 50% !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #75a2ca;
}

.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: 1px solid #35628a;
}

.is-invalid .select2-container--default .select2-selection--single,
.is-invalid .select2-container--default .select2-selection--multiple,
.is-invalid .select2-container--default.select2-container--focus .select2-selection--multiple,
.is-invalid .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px #dc3545 !important;
}

.is-invalid::after span.select2-container--default .select2-selection--single,
.is-invalid::after span.select2-container--default .select2-selection--multiple,
.is-invalid::after span.select2-container--default.select2-container--focus .select2-selection--multiple,
.is-invalid::after span.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #dc3545 !important;
}

.is-invalid + .select2-container--default .select2-selection--single {
    border: 1px solid #f44336;
}


.tablesorter-default th,
.tablesorter-default thead td {
    font-weight: bold;
    color: #000;
    background-color: #aed7ff;
    border-collapse: collapse;
    border-bottom: #ccc 1px solid;
    padding: 0;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd > td {
    background-color: #ebf2fa !important;
}

.tablesorter-default tr.even > td {
    background-color: #fff !important;
}

.tablesorter-default thead th, .tablesorter-default thead td {
    font-weight: 600;
    font-size: 1rem;
    border-bottom-width: 1px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.tablesorter-bootstrap th,
.tablesorter-bootstrap thead td {
    font-weight: bold;
    color: #000;
    background-color: #aed7ff;
    border-collapse: collapse;
    border-bottom: #ccc 1px solid;
    padding: 0;
}

/* Zebra Widget - row alternating colors */
.tablesorter-bootstrap tr.odd > td {
    background-color: #ebf2fa !important;
}

.tablesorter-bootstrap tr.even > td {
    background-color: #fff !important;
}

.tablesorter-bootstrap thead th, .tablesorter-bootstrap thead td {
    font-weight: 600;
    font-size: 1rem;
    border-bottom-width: 1px;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}


#ficha_datos {

}

.valor_campo_100 {
    font-size: 1.1rem;
    vertical-align: bottom !important;
    font-weight: bolder;
    border-bottom: 1px solid #b0bec5 !important;
    padding-right: 2px;
    padding-left: 2px;
    min-height: 23px;
    width: 100%;
    display: block;
}

.titulo_campo {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    color: #667e99;
    text-align: right;
    padding-right: 4px;
    padding-left: 2px;
}

.valor_campo {
    font-size: 1.1rem;
    vertical-align: bottom !important;
    font-weight: bolder;
    border-bottom: 1px solid #b0bec5 !important;
    padding-right: 2px;
    padding-left: 2px;
    min-height: 23px;
}

.fila_campo {
    margin-top: 10px;
}

.ficha_fila {
    position: relative;
}

.ficha_fila_doble {
    position: relative;
}

.ficha_tit {
    width: 100px;
    color: #667e99;
    text-align: right;
}

.ficha_dat {
    font-size: 1.1rem;
    margin-left: 110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    font-weight: bolder;
}


.ficha_tit.dos {
    width: 130px;
}

.ficha_dat.dos {
    margin-left: 140px;
}


.comentario_destacado {
    background-color: #fae4e6 !important;
}

.comentario_destacado:before {
    border-right: solid 10px #fae4e6 !important;
}

table.tabla_ficha_datos {
    width: 100%;
}

table.tabla_ficha_datos th {
    color: #667e99 !important;
    font-weight: normal !important;
    white-space: nowrap;
    vertical-align: bottom;
    text-align: right;
}

table.tabla_ficha_datos td {
    /*white-space: nowrap;*/
    vertical-align: bottom;
}


.fila_llamada {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.4rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #a7b0c6;
}

.fila_llamada.eliminada {
    background-color: #fff0f2;
    /* cursor: pointer;*/
}

.fila_llamada.eliminada:hover {
    background-color: #ffccd2;
    /* cursor: pointer;*/
}

.fila_llamada:hover {
    background-color: #f2ffff;
    /* cursor: pointer;*/
}

.fila_llamada .fila_llamada_icono {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    width: 40px;
    height: 40px;

}

.fila_llamada .fila_llamada_icono i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #74788d;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
}

.fila_llamada .fila_llamada_detalles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: table-cell;
    vertical-align: top;
    padding-left: 1rem;
}

.fila_llamada_opciones {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    padding: 0 .5rem 0 .8rem;
    white-space: nowrap;
}

.fila_llamada_programada {
    white-space: nowrap;
}


@media (min-width: 730px) {
    .daterangepicker.show-calendar .ranges {
        height: 315px !important;
    }
}

.daterangepicker .drp-buttons {
    padding: 0.2rem 1.75rem;
    border-top: 1px solid #EBEDF3;
}


.editable-error-block {
    color: #B12323 !important;
}

/*PARA QUE SE VEAN MEJOR LOS DIAS DESACTIVADOS DEL DATEPICKER*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #cccccc;
    cursor: default;
    text-decoration: line-through;
    background: #666;
}

.enlace_migas {
    color: #202020 !important;
}

a.enlace_migas:hover,
a.enlace_migas:hover i {
    color: #2196F3 !important
    /* -webkit-transform: scale(1.05); */
}

.watermark_firma {
    height: 250px;
    position: relative;
    background-color: #f9ecc5;
}

.watermark_firma p {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #cccccc;
    font-size: 16px;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
}

.incidencia-tooltip {

}

.incidencia-fechas {
    margin-top: 10px;
    font-weight: bold;
}

.incidencia-titulo {
    padding: 5px 3px;
    font-size: 1.1em;
    color: #ffffff;
}

.incidencia-titulo-vacaciones {
    background-color: blue;
}

.incidencia-titulo-baja {
    background-color: red;
}

.incidencia-titulo-maternal {
    background-color: purple;
}

.incidencia-titulo-asuntos {
    background-color: black;
}

.incidencia-titulo-justificadas {
    background-color: green;
}

.incidencia-titulo-citaprivada {
    background-color: orange;
}

.incidencia-titulo-noretribuido {
    background-color: grey;
}

.incidencia-titulo-ertep {
    background-color: cyan;
}

.incidencia-titulo-ertet {
    background-color: indigo;
}


.timeline-container {
    position: relative;
    padding-top: 4px;
    margin-bottom: 32px;
}

/*
.timeline-container:last-child {
  margin-bottom: 0;
}
.timeline-container:before {

  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #E2E3E7;
  background-color: #E7EAEF;
  width: 4px;
  border-width: 0 1px;
}
.timeline-container:first-child:before {
  border-top-width: 1px;
}
.timeline-container:last-child:before {
  border-bottom-width: 1px;
}*/
.timeline-item {
    position: relative;
    margin-bottom: 8px;
    /* border:3px solid #ccc;*/
}

.timeline-item .widget-box {
    background-color: #F2F6F9;
    color: #595C66;
}

.timeline-item .transparent.widget-box {
    border-left: 3px solid #DAE1E5;
}

.timeline-item .transparent .widget-header {
    background-color: #ECF1F4;
    border-bottom-width: 0;
}

.timeline-item .transparent .widget-header > .widget-title {
    margin-left: 8px;
}

.timeline-item:nth-child(even) .widget-box {
    background-color: #F3F3F3;
    color: #616161;
}

.timeline-item:nth-child(even) .widget-box.transparent {
    border-left-color: #DBDBDB !important;
}

.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
    background-color: #EEE !important;
}

.timeline-item .widget-box {
    margin: 0;
    position: relative;
    max-width: none;
    /* margin-left: 60px;*/
}

.timeline-item .widget-main {
    margin: 0;
    position: relative;
    max-width: none;
    border-bottom-width: 0;
}

.timeline-item .widget-body {
    background-color: transparent;
}

.timeline-item .widget-toolbox {
    padding: 4px 8px 0 !important;
    background-color: transparent !important;
    border-width: 0 !important;
    margin: 0 0px !important;
}

.timeline-info {
    float: left;
    width: 60px;
    text-align: center;
    position: relative;
}

.timeline-info img {
    border-radius: 100%;
    max-width: 42px;
}

.timeline-info .label,
.timeline-info .badge {
    font-size: 12px;
}

.timeline-container:not(.timeline-style2) .timeline-indicator {
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 30px;
    width: 36px;
    text-align: center;
    text-shadow: none !important;
    padding: 0;
    cursor: default;
    border: 3px solid #FFF !important;
}

.timeline-label {
    display: block;
    clear: both;
    margin: 0 0 18px;
    margin-left: 34px;
}

.timeline-item img {
    border: 1px solid #AAA;
    padding: 2px;
    background-color: #FFF;
}

.timeline-style2:before {
    display: none;
}

.timeline-style2 .timeline-item {
    padding-bottom: 22px;
    margin-bottom: 0;
}

.timeline-style2 .timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-style2 .timeline-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 90px;
    top: 5px;
    bottom: -5px;
    border-width: 0;
    background-color: #DDD;
    width: 2px;
    max-width: 2px;
}

.timeline-style2 .timeline-item:last-child:before {
    display: none;
}

.timeline-style2 .timeline-item:first-child:before {
    display: block;
}

.timeline-style2 .timeline-item .transparent .widget-header {
    background-color: transparent !important;
}

.timeline-style2 .timeline-item .transparent.widget-box {
    background-color: transparent !important;
    border-left: none !important;
}

.timeline-style2 .timeline-info {
    width: 100px;
}

.timeline-style2 .timeline-indicator {
    font-size: 0;
    height: 12px;
    line-height: 12px;
    width: 12px;
    border-width: 1px !important;
    background-color: #FFFFFF !important;
    position: absolute;
    left: 85px;
    top: 3px;
    opacity: 1;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
}

.timeline-style2 .timeline-date {
    display: inline-block;
    width: 72px;
    text-align: right;
    margin-right: 25px;
    color: #777;
}

.timeline-style2 .timeline-item .widget-box {
    margin-left: 112px;
}

.timeline-style2 .timeline-label {
    width: 75px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right;
    color: #666;
    font-size: 14px;
}

.timeline-time {
    text-align: center;
    position: static;
}

.timeline-item p {
    margin: auto !important;
}

.phases-list > li ul,
.phases-list > li ul li:last-child {
    padding-bottom: 0;
}

.phases-list__container {
    max-height: 300px;
    overflow: auto;
}

.phases-list__container::-webkit-scrollbar {
    width: 5px;
}

.phases-list__container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.phases-list__container::-webkit-scrollbar-thumb {
    background: #777;
}

.product-section-title {
    font-size: 15px !important;
}

.list-phase-item {
    min-height: 35px;
}

.custom-complete-phase {
    width: 92px;
    text-align: center;
}
