﻿:root {
    --bg-menu-headertop: #ffffff;
    --bg-container-main: #eaeaea;
    --color-texto-menu: #495057;
    --border-color-table-asistencia: #bebebe !important;
    --bg-hover-tr-td-1: #e0c3fc87;
    --bg-hover-tr-td-2: #8ec5fc94;
    --bg-head-table-2: #8ab7e4;
    --border-head-table-2: #5683b1;
}
@font-face {
    font-family: 'LCD';
    src: url('../../Recursos/fonts/DS-DIGI.TTF') format('truetype');
}
@font-face {
    font-family: 'LCD-B';
    src: url('../../Recursos/fonts/DS-DIGIB.TTF') format('truetype');
}


table th.tiempo-inactivo,
table td.tiempo-inactivo {
    background-color: #f2f2f2 !important;
    color: #979797 !important;
}
table th.tiempo-activo,
table td.tiempo-activo {
    background-color: #48b648!important;
}

.navbar-main-top .container-fluid > a.border-0 {
    font-size: 24px;
    line-height: 1;
    color: #000;
}
#sidebarMain {
    height: 100vh;
    transition: width 0.6s ease, opacity 0.6s ease;
    background: var(--bg-menu-headertop);
}
#sidebarMain.collapse.show {
    max-width: 270px;
    min-width: 270px;
}
#sidebarMain .top-sidebar {
    border-bottom: 2px groove rgba(0,0,0, 0.41);
    height:51px;
}
#sidebarMenu .card-profile {
    width: 100%;
    display: grid;
    grid-template-columns: 85px auto;
}
#sidebarMain .card-profile img {
    max-width: 100px;
    border: 5px double #3f6ad8;
    border-radius: 50%;
}
#sidebarMain .card-profile .card-title {
    font-size:14px;
    color: var(--color-texto-menu);
}
#sidebarMain .accordion .accordion-item {
    border-radius:0px!important;
}
#sidebarMain .accordion .accordion-item .accordion-button  {
    padding: 10px 15px;
    font-size:14px;
}
#sidebarMain .accordion .accordion-item .accordion-button::after {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 0.8rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e ");
}
#sidebarMain #app-sidebar-scroll {
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 5px #9c9393;
}
.content-childrens {
    position: relative;
}
.content-childrens::before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #c2c2c2;
    position: absolute;
    left: 25px;
    top: 0;
    border-radius: 15px;
}
.content-childrens .list-childrens {
    padding: 0.75rem 0 0.75rem 2.7rem;
}
.accordion-child-link {
    padding: 0 1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-weight: normal;
    font-size: 0.85rem;

    display: block;
    position: relative;
    border-radius: .25rem;
    color: #fff;
    white-space: nowrap;
    transition: all .2s;
    text-decoration: none;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
}
.accordion-child-link:before {
    content: '';
    height: 3px;
    opacity: 1;
    width: 10px;
    background: #c2c2c2;
    position: absolute;
    left: -15px;
    top: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.accordion-child-link.active {
    color: #ff6a00;
    font-weight: 700;
}
.accordion-child-link.active:before {
    background: #ff6a00;
}
#app-sidebar-scroll {
    background: var(--bg-menu-headertop);
}
#app-sidebar-scroll .accordion {
    /*border-top: 3px solid #ff6a00;*/
}
#app-sidebar-scroll .accordion .accordion-header .accordion-button {
    border: 1px solid rgba(0,0,0,0.0);
    border-left: none;
    border-right: none;
    color: #fff;
    font-weight: 500;
    box-shadow: none !important;
}
#app-sidebar-scroll .accordion .accordion-header .accordion-button:hover,
#app-sidebar-scroll .accordion .accordion-header .accordion-button:focus,
#app-sidebar-scroll .accordion .accordion-header .accordion-button:active,
#app-sidebar-scroll .accordion .accordion-header .accordion-button[aria-expanded=true] {
    background: #000410;
    background: linear-gradient(0deg,rgba(0, 15, 44, 1) 0%, rgba(0, 4, 16, 1) 100%);
    border-color: transparent !important;
    box-shadow: none !important;
    border-top: 1px solid #dedede;
    z-index:0;
}
.accordion-collapse.show .accordion-body {
    border-bottom: 1px solid #212121;
    background: #010103;
    background: linear-gradient(0deg,rgba(1, 1, 3, 1) 0%, rgba(0, 15, 44, 0) 50%);
}
.navbar-main-top {
    background: var(--bg-menu-headertop);
    height: 51px;
    border-bottom: 2px groove #e2e2e2;
}
.bg-main {
    background-color: var(--bg-container-main);
}
.card-primary.card-outline {
    border-top: 3px solid #88a6f5;
}
table:not(.fc-scrollgrid):not(.not-default) thead tr th,
table:not(.fc-scrollgrid):not(.not-default) tbody tr th,
table:not(.fc-scrollgrid):not(.not-default) tr th {
    padding: .6rem .5rem .4rem .5rem !important;
    font-size: 12px;
    background-color: #333;
    color: #fff;
}
table:not(.fc-scrollgrid):not([role="presentation"]) tbody tr td,
table:not(.fc-scrollgrid):not([role="presentation"]) tbody tr td,
table:not(.fc-scrollgrid):not([role="presentation"]) tr td {
    padding: .3rem .5rem !important;
    font-size: 12px;
}
/*table:not(.fc-scrollgrid):not(.table-condensed) thead tr:hover td:not(.day),
table:not(.fc-scrollgrid):not(.table-condensed):not([role="presentation"]) tbody tr:hover td:not(.day),
table:not(.fc-scrollgrid):not(.table-condensed):not([role="presentation"]) tr:hover td:not(.day) {
    background-image: linear-gradient(180deg, var(--bg-hover-tr-td-1) 0%, var(--bg-hover-tr-td-2) 100%);
}*/
.btn-xs {
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 0.2rem;
}
/*[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: #333;
    color: white;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 2px;
    white-space: nowrap;
    z-index: 100;
}*/
.modal-header {
    background: #e0ebff;
    background: linear-gradient(0deg, rgba(224, 235, 255, 1) 0%, rgba(209, 221, 255, 1) 50%, rgba(176, 200, 255, 1) 100%);
    padding: 0.7rem 1rem 0.5rem 1rem!important;
}
.modal-header h5 {
    font-size: 14px;
    font-weight: 700;
    color: #323f83
}
.modal-header .btn-close {
    background-size: 10px;
    padding: 5px;
}
.modal-footer {
    padding: 5px 10px 10px 10px;
}
.form-select:focus,
.form-control:focus {
    box-shadow: 0 0 0 .08rem rgba(13, 110, 253, .25) !important;
}
.form-select,
.form-control,
.form-check-input[type=checkbox] {
    border: 1px solid #aaaaaa;
}
.status-A,
.status-S {
    color: #3dd800;
}
.status-I,
.status-N {
    color: #b4b4b4;
}


.toast {
    background-color: #ffffff;
    box-shadow: 3px 3px 7px #6d6d6d;
}
.toast .toast-body {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 1.0fr 6fr 0.5fr;
}
.toast.success {
    border-left: 5px solid #47D764;
}

.toast.error {
    border-left: 5px solid #ff355b;
}

.toast.info {
    border-left: 5px solid #2F86EB;
}

.toast.warning {
    border-left: 5px solid #FFC021;
}

.toast.error i {
    color: #ff355b;
}

.toast.info i {
    color: #2F86EB;
}

.toast.warning i {
    color: #FFC021;
}

.toast:not(:last-child) {
    margin-bottom: 20px;
}

.toast .outer-container, .inner-container {
    align-self: center;
}

.outer-container i {
    font-size: 25px;
}

.toast.success i {
    color: #47D764;
}

.toast .inner-container p:first-child {
    color: #101020;
    font-weight: 600;
    font-size: 16px;
    margin:0px;
    line-height:1;
}

.toast .inner-container p:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #656565;
    margin: 0px;
    line-height:1;
}

.toast button.btn-close-toast {
    align-self: flex-start;
    background-color: transparent;
    font-size: 20px;
    color: #656565;
    line-height: 0;
    cursor: pointer;
    margin-right: -30px;
    border:none;
}




.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1060;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #fff transparent;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loading p {
    margin: 25px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}


.table-footer .legend {
    font-size:11px;
}
.table-footer .pagination .page-item .page-link {
    padding: 0.1rem 0.5rem;
}
.table-footer .pagination .page-item .page-link:not(.active) {
    border: none !important;
    background: none !important;
    color: #333;
}
.table-footer .pagination .page-item .page-link:not(.active):hover {
    box-shadow: none !important;
    color: #0d6efd;
}
.table-footer .pagination .page-item .page-link.active {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    color: #333333;
}
.table tr th:last-child:empty {
    min-width: 70px;
}


.photo-label-table {
    width: 100%;
    display: grid;
    grid-template-columns: 37px auto;
    line-height:1.2;
}
.photo-label-table img {
    height: 25px;
    width:25px;
    border:1px solid #c2c2c2;
    border-radius: 50%;
    margin-right: 7px;
    float:left;
}



/*select2*/
.select2.select2-container {
    width: 100%!important;
}
.select2-selection__placeholder,
.select2-selection__rendered,
.select2-results__option {
    font-size: 13px;
}
.select2-search__field {
    color: #212529;
    border-radius: 3px;
    outline: none !important;
    font-size: 0.8rem !important;
    font-weight: 400;
    font-family: metropolis !important;
}
.select2-results__message {
    font-size: 12px;
}
.select2-results__option > p {
    margin: 0px;
    line-height:1;
}
.select2-results__option > div {
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
}
.select2-results__option > div > span {
    font-size: 12px;
    color: #686868;
}
/*select2*/

.table:not(.fc-scrollgrid):not([role="presentation"]) .dropdown-menu li a {
    line-height: 1.3;
}
.form-select-voucher {
    background: #aaa;
    border-radius: 0px;
    color: #333;
}
.border {
    border: 1px solid #aaaaaa!important;
}
.form-select-xs,
.form-control-xs {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .5rem;
    font-size: .8rem;
}
.col-form-label-xs {
    padding-top: .2rem;
    padding-bottom: .2rem;
    font-size: .8rem;
}
.list-curso-malla-curricular {
    padding: 0px;
    list-style: none;
    margin:0px;
}
.list-curso-malla-curricular li {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    border: 1px solid #656565;
    border-radius: 3px;
    padding: 6px 25px 6px 12px;
    background: #ffffff;
    width: 130px;
}
.list-curso-malla-curricular li:hover {
    box-shadow: 2px 2px 4px #333;
}
.list-curso-malla-curricular li .btn-close {
    padding: 8px 7px;
}
.list-curso-malla-curricular li p {
    margin: 0px;
    line-height: 1.1;
}
.list-curso-malla-curricular li table {
}
.list-curso-malla-curricular li table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 0px !important;
    background: #ffffff !important;
}
.list-curso-malla-curricular li table tr:first-child td {
    height:25px;
}

.input-group-text {
    border: 1px solid #aaaaaa;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.input-group .select2-container .select2-selection--single {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.input-group .select2 {
    position: relative;
    width: 1%;
    min-width: 0px;
    flex: 1 1 auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:29px;
}
.list-anexos {
    font-size: 13px;
    font-family: monospace;
}





.fc-event-main {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-timegrid-event-harness:has(div.evento-horario-lock) {
    background:#fff!important;
}
.fc-event:has(div.evento-horario-lock) {
    opacity:0.5!important;
}
.fc-event-main .evento-horario {
    width: 100%;
    text-align: center;
    white-space: normal;
}
.calendar-client .fc-col-header-cell-cushion {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}
.calendar-client .fc-header-toolbar {
    display:none;
}
.calendar-client td.fc-day-today.fc-timegrid-col {
    padding: 0rem .1rem !important;
}
.calendar-client .fc-scrollgrid-section-body > td[role=presentation] {
    padding: .1rem .5rem !important;
}
.calendar-client .evento-horario {
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    max-height: 100%;
    overflow-y: hidden;
}
.calendar-client .evento-horario p {
    margin-bottom: 4px;
    text-shadow: 0px 1px 3px #000000;
}
.calendar-client .evento-horario .btns-event {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    border-radius: 3px;
    display: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.calendar-client .fc-event-main:hover .btns-event {
    display: block;
}
.calendar-client .fc-timegrid-slot {
    height: 40px !important;
}




#sidebarMain .card {
    border-radius: 0;
    border: 0;
    height: auto;
    box-shadow: none;
}
#sidebarMain .card .card-header {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    height: auto;
    background: transparent;
}
.v-sidebar-menu .vsm-link:hover, .v-sidebar-menu .vsm-link.active-item, .app-sidebar.text-lighter .v-sidebar-menu .vsm-item.active-item > .vsm-link, .app-sidebar.text-darker .v-sidebar-menu .vsm-item.active-item > .vsm-link,
button.btn.btn-link.vsm-link.active {
    background: #e0f3ff;
    color: #3f6ad8;
}
.v-sidebar-menu .vsm-link {
    display: block;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0 1.5rem 0 45px;
    position: relative;
    border-radius: .25rem;
    color: #495057;
    white-space: nowrap;
    transition: all .2s;
    text-decoration: none;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
}
.v-sidebar-menu .vsm-icon {
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -17px;
    font-size: 1rem;
    opacity: .5;
    transition: color 300ms;
}
.v-sidebar-menu .vsm-title {
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    font-size: 0.8rem;
}
#accordionExample .card .card-header .btn-link.collapsed:after {
    content: "\f107";
}

#accordionExample .card .card-header .btn-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 0.8rem;
    right: 10px;
    position: absolute;
    top: 0px;
    transition: content 0.6s ease;
}
.v-sidebar-menu .vsm-dropdown {
    position: relative;
}
.v-sidebar-menu .vsm-dropdown::before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 3px;
    background: #d4ebf9;
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 15px;
}
.v-sidebar-menu .vsm-dropdown .vsm-list {
    padding: 0.75rem 0 0.75rem 2.25rem;
}
.v-sidebar-menu .vsm-dropdown .vsm-item .vsm-link {
    padding: 0 1rem;
    height: 1.9rem;
    line-height: 1.9rem;
    font-weight: normal;
    font-size: 0.85rem;
}
.v-sidebar-menu .vsm-dropdown .vsm-list .vsm-item a.active {
    font-weight: 500;
    color: #3f6ad8;
}


.bg-gradient-blue {
    background-image: linear-gradient(120deg, #c292f1 0%, #5ea5ec 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.bg-main > .card-primary {
    box-shadow: 3px 3px 5px #afafaf;
}





.table-asistencias {
    border: 1px solid var(--border-color-table-asistencia);
}
.table-asistencias .thead-asistencias {
    border-bottom: var(--border-color-table-asistencia);
}
.table-asistencias .thead-asistencias > th {
    background-color: #edf4f8 !important;
    color: #333 !important;
    border-bottom: 1px solid var(--border-color-table-asistencia);
    border-right: 1px solid var(--border-color-table-asistencia);
}
.table-asistencias .diaLab,
.table-asistencias .tabla-dia-L,
.table-asistencias .tabla-dia-M,
.table-asistencias .tabla-dia-J,
.table-asistencias .tabla-dia-V {
    background-color: #d7effd;
}
.table-asistencias tbody tr td {
    vertical-align: middle;
}
[class^="tabla-dia-"] {
    text-align: center;
    font-weight: 500;
}
.hover-col {
    background-image: linear-gradient(180deg, var(--bg-hover-tr-td-1) 0%, var(--bg-hover-tr-td-2) 100%);
}


.card-img-top {
    max-height: 75px;
    width: auto;
}

#sidebarMenu {
    border-right: 1px solid #dedede;
    box-shadow: 0px 1px 9px #b3b3b3;
}
#sidebarMenu .card-header {
    background:#fff;
    border:none;
    padding:0px 0px;
}
#sidebarMenu .accordion-header .vsm-link:not(.collapsed) {
    background: #e0f3ff;
    color: #3f6ad8;
}
#sidebarMenu .accordion-item {
    border:none;
}
#top-sidebar {
    border-bottom: 1px groove rgba(172, 172, 172, 0.41);
}
main {
    background: #eef5f9;
}
@media (min-width: 768px) {
    main {
        box-shadow: inset 1px 1px 8px #c0d8e2;
    }
}


.dropdown-item {
    font-size:14px;
}





.clock-box {
    text-align: center;
    color: red;
    background: #212121;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    font-family: 'Courier New', monospace;
    width: 100%;
    line-height: 1;
}

.clock {
    font-family: 'LCD-B', monospace;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
}
.clock > div {
    display: inline-block;
    width: 18px;
    text-align: right;
}
.clock > div:nth-child(3),
.clock > div:nth-child(6) {
    display: inline-block;
    width: 8px;
    text-align: center
}
.date {
    font-family: 'LCD-B', monospace;
    font-size: 20px;
    color: red;
}




.alert {
    line-height: 1;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}




.matriz-malla-curricular {
    background-color: #fff !important;
    width: 100%;
}
.matriz-malla-curricular thead tr th {
    background-color: #fff!important;
    padding: 5px 5px;
}
.matriz-malla-curricular thead tr th div {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #323232;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    padding: 7px 10px;
}
.matriz-malla-curricular tbody tr td {
    padding: 5px;
    vertical-align:top;
}
.matriz-malla-curricular tbody tr td > div {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 5px;
}
.curso-mc {
    position: relative;
    /*width: 300px;
    height: 200px;
    border: 1px solid #000;*/
    overflow: hidden;
}
.curso-mc .titles-cursos {
    height: 38px;
    /*width: 100%;
background: lightblue;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.curso-mc .detail-curso-mc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg-hover.png') repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.4s ease;
}
.curso-mc:hover .detail-curso-mc {
    transform: translateX(0); 
}
.curso-mc-title {
    text-align:center;
}
.curso-mc h4 {
    font-size: 0.6rem;
    margin-bottom: 0px;
    line-height: 1;
    font-family: sans-serif;
    font-weight: 600;
    width:100%;
}
.curso-mc h5 {
    font-size: 0.5rem;
    color: #585858;
    height: 12px;
    margin: 0px;
}

.border-start-lg {
    border-left-width: .25rem !important;
}
.border-voilet {
    border-color: #6900c7 !important;
}

.btn-download-chart {
    border: 1px solid #a776cd;
    background: #fff;
    height: 22px;
    line-height: 0;
    border-radius: 3px;
    padding: 1px 6px 4px 6px;
}
.btn-download-chart i {
    color: #633a82;
    font-size: 11px;
}
.btn-download-chart:hover {
    border: 1px solid #584368;
    /*background: url('../img/bg-hover.png');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-download-chart:hover i {
    color: #333;
}

.bg-gradient-primary-to-secondary {
    background-color: #0061f2 !important;
    background-image: linear-gradient(135deg,#0061f2 0%,rgba(105,0,199,.8) 70%) !important
}
@media (min-width: 768px) {
    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
}
.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mt-n10 {
    margin-top: -6rem !important;
}
.pb-10 {
    padding-bottom: 6rem !important;
}
.page-header.page-header-dark .page-header-title {
    color: #fff;
}
.page-header .page-header-content .page-header-title {
    line-height: normal;
    font-size: 1.35rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.page-header.page-header-dark .page-header-title .page-header-icon, .page-header.page-header-dark .page-header-subtitle {
    color: #ffffff80;
}
.page-header .page-header-content .page-header-title .page-header-icon {
    margin-right: .5rem;
    display: inline-flex;
}
.page-header .page-header-content .page-header-subtitle {
    font-size: 1rem;
}

.card-danger.card-outline {
    border-top: 3px solid #ff0000;
}

.list-class-teacher {
    padding: 0px;
    list-style: none;
}
.list-class-teacher > li {
    list-style: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0px 25px 0px;
}
.list-class-teacher .icon-class {
    font-size: 0.8rem;
    padding-right: .7rem !important;
}
.btn-2 {
    color: #000410;
    font-size: 0.7rem;
    padding: 5px 12px;
    border: 1px solid #656565;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    background: #ebebeb;
    background: linear-gradient(0deg,rgba(245, 245, 245, 1) 0%, rgba(247, 247, 247, 1) 35%, rgba(255, 255, 255, 1) 100%);
    display:inline-block;
}
.btn-tomar-asistencia {
    padding-left: 35px !important;
    background-image: url('../img/style_edit.png'), linear-gradient(0deg,rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 35%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 12px center, center;
}
.btn-ingresar-notas {
    padding-left: 35px !important;
    background-image: url('../img/calculator_edit.png'), linear-gradient(0deg,rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 35%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 12px center, center;
}
.btn-nueva-actividad {
    padding-left: 35px !important;
    background-image: url('../img/calculator_add.png'), linear-gradient(0deg,rgba(232, 232, 232, 1) 0%, rgba(247, 247, 247, 1) 35%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: 12px center, center;
}
.btn-tomar-asistencia:hover {
    background-image: url('../img/style_edit.png'), linear-gradient(0deg,rgba(214, 214, 214, 1) 0%, rgba(245, 245, 245, 1) 43%, rgba(247, 247, 247, 1) 100%);
}
.btn-ingresar-notas:hover {
    background-image: url('../img/calculator_edit.png'), linear-gradient(0deg,rgba(214, 214, 214, 1) 0%, rgba(245, 245, 245, 1) 43%, rgba(247, 247, 247, 1) 100%);
}
.btn-nueva-actividad:hover {
    background-image: url('../img/calculator_add.png'), linear-gradient(0deg,rgba(214, 214, 214, 1) 0%, rgba(245, 245, 245, 1) 43%, rgba(247, 247, 247, 1) 100%);
}

.mw-300 {
    max-width:300px;
}
.without-arrow:after {
    display:none!important;
}
.breadcrumb-white > li a {
    color: #ffffff;
}
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.breadcrumb-white .breadcrumb-item.active {
    color: #c2c2c2;
}
.nav-tabs-2 .nav-item {
    font-size: 14px;;
}
.nav-tabs-2 .nav-item.show .nav-link,
.nav-tabs-2 .nav-link.active {
    border-color: #aaaaaa #aaaaaa #ffffff;
}
.nav-tabs-2 .nav-link:not(.active):hover {
    cursor: pointer;
}
.fs-12 {
    font-size:12px;
}
.control-asistencia label,
.control-asistencia input {
    width:100%;
    text-align:center;
}

.input-note {
    min-width: 30px;
    border-radius:2px!important;
}


.table-2 {
    width:100%;
}
.table-2-header-general {
    width: 100%;
    font-size: 0.8rem;
    font-family: monospace;
    color: #000;
}
.table-2-header-general tr td {
    border-width: 1px;
    border-color: var(--border-head-table-2);
    padding: 3px 8px;
    color: #000;
}
.table-2-header-general tr td:nth-of-type(odd) {
    background: var(--bg-head-table-2);
}
.table-2 tr th {
    border-width: 1px;
    border-color: var(--border-head-table-2);
    background: var(--bg-head-table-2);
    background-color: var(--bg-head-table-2) !important;
    color: #000 !important;
    font-size: 0.8rem;
    padding: 3px 8px;
    color: #000;
}
.table-2 tr td {
    border-width: 1px;
    border-color: var(--border-head-table-2);
    font-size: 0.8rem;
    padding: 3px 8px;
    color: #000;
}
.table-2 tr td input.input-note  {
    border: none!important;
}
.ck-editor__editable[role="textbox"] {
    min-height: 200px; 
}
.mt-n1px {
    margin-top:-1px;
}
.list-attachment-edit {
    font-size: 0.8rem;
}
.input-daterange .input-group-append .input-group-text {
    border-radius:0px;
}
.dropdown-item:active .bi.text-primary {
    color: #fff!important;
}

.input-group-text {
    background: #eeeeee!important;
}
.list-attachment-tarea {
    margin: 0px;
    font-size: 0.8rem;
    list-style: none;
    padding: 0px;
}
.list-attachment-tarea > li {
    text-align:left;
}
.list-attachment-tarea > li > a {
    text-decoration:none;
}


.avatar-top {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    flex-shrink: 0;
}
.avatar-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-name {
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}



a.btn-sm > i.bi,
a.btn-sm > i.fa {
    margin-right: 0.4rem;
}





.nav-danger {
    border-bottom: none !important;
    margin-bottom: -0px !important;
    z-index: 1 !important;
    position: relative !important;
}
    .nav-danger .nav-item .nav-link {
        color: #fff;
        font-size: 1.2rem;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        font-weight: 600;
        padding: 10px 24px;
    }
    .nav-danger .nav-item .nav-link.active {
        color: #000 !important;
        background: #fff !important;
        border-left: 1px solid #a3a3a3;
        border-top: 1px solid #a3a3a3;
        border-right: 1px solid #a3a3a3;
    }
.card.tab-content {
    border-color: #a3a3a3 !important;
    border-top-left-radius: 0.0rem;
    border-top-right-radius: 0.0rem;
    box-shadow: 0.3rem 0.5rem 0.8rem rgba(0,0,0,0.5) !important;
}
.tab-pane.fade:not(.show) {
    display:none;
}



.bloque-rec-act {
    border-left: none;
    border-right: none;
}
.bloque-rec-act .clase-tipo {
    font-family: monospace;
    color: #156acd;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.bloque-rec-act .clase-fecha-sesion {
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.bloque-rec-act .clase-fecha-sesion > span {
    font-size: 0.7rem;
}
.content-p-nomargin p {
    margin-bottom:0px;
}

@media (max-width: 480px) {
    .nav-danger .nav-item .nav-link {
        font-size: 1rem;
    }
}
.iframe-pdf {
    height: 100vh;
}


.list-menu-form {
    margin-left: 15px;
}
.list-menu-form .form-check-inline a {
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
    padding-left: 7px;
    font-size: 0.9rem;
    color: #727272;
    text-decoration: none;
}
.list-menu-form .form-check-inline a:hover {
    color: #0061f2;
}
.list-menu-form > a > .nav-link-icon {
    margin-right: 7px;
}
.list-menu-form .collapse.show .nav .form-check-inline {
    padding: 0px 0px 0px 60px !important;
    width: 100%;
    background: url('../img/lineTree3.gif') no-repeat left center;
    background-size: 24px;
}
.list-menu-form .collapse.show .nav .form-check-inline:last-child {
    background: url('../img/lineTree4.gif') no-repeat left center !important;
    background-size: 24px !important;
}


select:required {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url('../img/asterik.png') !important;
    background-position: right 0.275rem center, right 1.3rem center !important;
}
    select:required:valid {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url('../img/valid.png') !important;
        background-position: right 0.275rem center, right 1.5rem center !important;
        background-size: 16px 12px, 10px !important;
    }
    select:required:focus:invalid {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23363d47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url('../img/asterik.png') !important;
        background-position: right 0.275rem center, right 1.3rem center !important;
    }
input:required {
    background: url('../img/asterik.png') 99% center no-repeat;
    background-size: 10px;
    padding-right: 15px;
}
input:required:valid {
    background: url('../img/valid.png') 99% center no-repeat;
    background-size: 10px;
    padding-right: 15px;
}
input:required:focus:invalid {
    background: url('../img/asterik.png') 99% center no-repeat;
    background-size: 10px;
    padding-right: 15px;
}

.line-height-1 {
    line-height: 1;
}
.min-width-90 {
    min-width: 90px;
}
.form-select {
    padding-right: 1.375rem !important;
    background-position: right 0.275rem center !important;
}

/*.datepicker-dropdown:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.5) !important;
    border-bottom-color: rgba(0, 0, 0, 0.5) !important;
}*/

.datepicker table thead tr th {
    color: #fff !important;
    background-color: #6200ee !important;
    border-color: #2e0070;
    border-radius: 0px;
}
.datepicker table tr td.day {
    color: #000;
}
.datepicker table tr td.active.day {
    background-color: #6200ee !important;
    border-color: #fff !important;
    border-radius: 50% !important;
}
.datepicker table tr td span.active.active {
    background-color: #6200ee !important;
    border-color: #fff !important;
}
.datepicker table tr td.new.day,
.datepicker table tr td.old.day {
    color: #888;
}
/*.datepicker-dropdown:before {
    border-bottom-color: #6200ee;
}*/


.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
    background-color: rgba(98, 0, 238, 0.15);
    border-radius: 50%;
}

.flex-1 {
    flex: 1 1 0 !important;
}

.flex-2 {
    flex: 2 1 0 !important;
}

.flex-3 {
    flex: 3 1 0 !important;
}

.flex-4 {
    flex: 4 1 0 !important;
}


.feather-xxl {
    height: 4.5rem !important;
    width: 4.5rem !important;
}

.calendar-client {
    min-width:750px;
}


.fc .fc-button-primary {
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
    letter-spacing: 1px;
    font-size: 14px;
    color: var(--bs-white);
}
.fc .fc-button {
    text-transform: capitalize;
    color: var(--bs-primary);
}
.fc .fc-button:active,
.fc .fc-button:hover {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-primary) !important;
}
.fc .fc-button-primary:focus {
    box-shadow: none!important;
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: var(--bs-primary);
    font-weight: 400;
    border-color: var(--bs-primary);
}
.fc .fc-button:disabled {
    opacity: 0.65;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}
.fc .fc-scrollgrid tr th {
    background-color: #e9ecef !important;
    vertical-align: middle !important;
    color: #9097a7 !important;
}
.c-timegrid-event-harness:has(.evento-bloqueado),
.c-timegrid-event-harness:has(.evento-bloqueado-atendido),
.c-timegrid-event-harness:has(.evento-bloqueado-cancelado) {
    cursor: no-drop;
    pointer-events: none;
}
.evento-bloqueado {
    cursor: no-drop;
    pointer-events: none;
    background: url('../../Recursos/ico/bloqueado.png') no-repeat left center;
    background-size: 16px;
    padding-left: 22px !important;
}
.evento-bloqueado-atendido {
    cursor: no-drop;
    pointer-events: none;
    background: url('../../Recursos/ico/check.png') no-repeat 3px center;
    background-size: 16px;
    padding-left: 22px !important;
}
.evento-bloqueado-cancelado {
    cursor: no-drop;
    pointer-events: none;
    background: url('../../Recursos/ico/bloqueado.png') no-repeat left center;
    background-size: 16px;
    padding-left: 22px !important;
}
.fc-event {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 4px 10px;
    border-width: 0px 0px 0px 5px;
}
input::placeholder {
    color: #999999; /* color que quieras */
    opacity: 1; /* importante para que no se vea más claro */
}

label {
    font-size: 0.8rem !important;
}


.nav-pills-adminfact {
    margin-bottom: -2px !important;
}
.nav-pills-adminfact .nav-link {
    border-top: 4px solid transparent !important;
}
.nav-pills-adminfact li button.active {
    color: #4a515b !important;
    background-color: #ffffff !important;
    border-color: #d4dae3 #d4dae3 #ffffff !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 4px solid #0061f2 !important;
}
.nav-pills-adminfact.nav-pills-adminfact-secondary li button.active {
    border-top: 4px solid #6900c7 !important;
}
.nav-pills-adminfact-secondary .nav-link {
    color: #6900c7;
}
.nav-pills-adminfact-secondary .nav-link:hover {
    color: #470086;
}
.tab-pane-vertical-admifnact .tab-content {
    border-color: #c7c9cd #c7c9cd #c7c9cd #c7c9cd;
    border-width: 1px;
    border-style: solid;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tab-pane-vertical-admifnact .nav {
    margin-right: -1px;
    z-index: 9;
}
.tab-pane-vertical-admifnact .nav .nav-link {
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    text-align:left;
    font-size: 0.8rem;
}
.tab-pane-vertical-admifnact .nav .nav-link.active {
    border-color: #c7c9cd #ffffff #c7c9cd #c7c9cd;
    background: #fff;
    color: #777;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: bold;
}
.btn-edit-2 {
    background: url(../ico/edit.png) 8px center no-repeat rgb(255, 255, 255);
    padding: 5px 10px 5px 30px !important;
}
.btn-print {
    background: url(../ico/print.png) 8px center no-repeat rgb(255, 255, 255);
    padding: 5px 10px 5px 30px !important;
}
.btn-pdf {
    background: url(../ico/pdf.png) 8px center no-repeat rgb(255, 255, 255);
    padding: 5px 10px 5px 30px !important;
}
.contenedor-tablas-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}



.bg-examen {
    background: url(../ico/examen.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-indicaciones {
    background: url(../ico/indicaciones.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-analisis {
    background: url(../ico/analisis.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-mo {
    background: url(../ico/mo.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-anexos {
    background: url(../ico/clip-de-papel.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-informe-medico {
    background: url(../ico/informe_medico.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-riesgo-laboratorio {
    background: url(../ico/flask.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-certificado-medico {
    background: url(../ico/document_signature.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.bg-presupuesto {
    background: url(../ico/total_plan_cost.png) no-repeat 10px center !important;
    background-size: 16px !important;
    padding-left: 30px !important;
}

.btn-white {
    border: 1px solid #bfbfbf!important;
    background: #fdfdfd;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
    border: 1px solid #bfbfbf !important;
    background-color: #fdfdfd;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
}





.grid-explorer {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.grid-explorer .table-explorer {
    width: 100%;
    border-collapse: collapse;
}
.grid-explorer th {
    background: #fafafa;
    background-color: #fafafa !important;
    color: #000 !important;
    font-weight: 600;
    text-align: left;
    padding: 6px 10px 6px 10px !important;
    border-bottom: 1px solid #d9d9d9;
    user-select: none;
}
.grid-explorer td {
    padding: 6px 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
}
.grid-explorer tr:hover td {
    background-color: #e5f1fb;
}
.grid-explorer tr.selected td {
    background-color: #cce8ff !important;
}
.grid-explorer tr:nth-child(even) td {
    background-color: #ffffff;
}
.grid-explorer tr:last-child td {
    border-bottom: none;
}
.grid-explorer .file-icon {
    margin-right: 6px;
    color: #0078d4;
}
.grid-explorer .col-nombre {
    display: flex;
    align-items: center;
}
.grid-explorer {
    overflow: auto;
    max-height: 400px;
}
.grid-explorer::-webkit-scrollbar {
    width: 10px;
}
.grid-explorer::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 5px;
}
.grid-explorer::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.bi-paperclip {
    transform: rotate(45deg);
}


.idCard {
    background: url('../img/bg_photocheck.jpg') no-repeat center center;
    background-size: cover;
    height: 380px;
}

.evento-adminfact {
    border-radius: 20px 0px 20px 20px;
    color: #777;
    height: 100%;
    background-image: url(../../Recursos/img/bg-waves.svg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    box-shadow: 3px 1px 7px #7f7f7f;
    background-color: #fff;
    font-size:10px;
    padding:5px 8px;
    position:relative;
}
.fc-event {
    padding: 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
}
.evento-adminfact-hora {
    font-size: 10px;
}
.fc-event-selected::after, .fc-event:focus::after {
    background: transparent!important;
}

.dropdown-toggle-not-arrow::after {
    display: none!important;
}

.btn-dropdown-event-day {
    float: right;
    top: 4px;
    position: absolute !important;
    right: 2px;
}
.btn-dropdown-event-day > a {
    background: #fff !important;
    background-color: #fff !important;
}



.fc-timegrid-event-harness:hover {
    z-index: 9999 !important;
}


.status-atendido,
.status-cancelado {
    color: #c3c3c3 !important;
}
.status-atendido i,
.status-cancelado i {
    color: #c3c3c3 !important;
}
.status-atendido .btn-dropdown-event-day,
.status-cancelado .btn-dropdown-event-day {
    display: none !important;
}




.span-tab-motivo-consulta {
    background: url(../img/icon-atencion/motivo_consulta.png) no-repeat center top;
    padding-top: 40px;
    line-height:1;
}
.span-tab-signos-vitales {
    background: url(../img/icon-atencion/signos_vitales.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-salud-bucal {
    background: url(../img/icon-atencion/salud_bucal.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-odontograma {
    background: url(../img/icon-atencion/odontograma.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-examenes {
    background: url(../img/icon-atencion/examenes_dental.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-diagnostico {
    background: url(../img/icon-atencion/diagnostico_dental.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-tratamientos {
    background: url(../img/icon-atencion/tratamiento_dental.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-prescripciones {
    background: url(../img/icon-atencion/prescripcion.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}
.span-tab-historial-clinico {
    background: url(../img/icon-atencion/historial_clinico.png) no-repeat center top;
    padding-top: 40px;
    line-height: 1;
}




.mw-50px {
    min-width: 50px;
}
.letter-element {
    font-size: 0.7em;
    font-family: cursive;
    font-weight: 600;
}

/*.box-element::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #c6c6c6;
    background: #f9f9f9;
    border-radius: 3px;
}*/

.box-element:hover {
    cursor: pointer;
    border-color: #0061f2 !important;
}
.box-element:hover .letter-element {
    color: #0061f2;
}

/*.box-element.selected {
    border-color: #0061f2 !important;
}
.box-element.selected .letter-element {
    color: #0061f2;
}
.box-element.selected::after {
    content: '✓';
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
}*/

/*.body-element-diagnostico [class^="odontogram-tooth-"] {*/
.body-element-diagnostico .odontogram-tooth-element-svg {
    left: 8%;
}

.list-table-attachment-examenes {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.list-table-attachment-examenes > li {
    display:inline-block;
    margin: 0px 3px 3px 0px;
    width: 70px;
    height: 70px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}




.aspNetDisabled {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.65!important;
}
.show-False {
    display:none!important;
}

.title-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient( 135deg, #27C5F5 0%, #1FAEEA 35%, #1976F3 70%, #0E5CCF 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align:center;
}
.title-logo-default {
    font-size: 5rem;
}
@media(max-width: 520px) {
    .title-logo-default {
        font-size: 4rem;
    }
}
@media(max-width: 400px) {
    .title-logo-default {
        font-size: 3rem;
    }
}
ul li.transition {
    transition: .25s;
}

.form-control-title {
    padding: 10px 0px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border: none !important;
    background: none !important;
    color: #425fff !important;
    font-size: 20px !important;
}

.table tbody tr:hover td {
    background-color: rgb(224, 243, 255, 0.36);
}

.title-historial-dcto {
    background: rgba(227, 241, 255,1);
    text-transform: uppercase;
    border: 1px solid rgba(138, 183, 228, 1);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 7px 10px 5px 12px;
    line-height: 1;
    color: rgb(75 127 178);
}
.subtitle-historial-dcto {
    color: rgb(75 127 178);
    font-size: 0.875em;
    text-transform: uppercase;
    padding: 5px 0px 4px 0px;
    line-height: 1.2;
}
.content-historial-dcto {
    font-size: 0.875em;
    line-height: 1;
    padding: 5px 0px 4px 0px;
}
.mw-600px {
    max-width: 600px;
}
@media (max-width: 900px) {
    .mw-600px {
        max-width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1160px) {
    .mw-600px {
        max-width: 100% !important;
    }
}

.table-3 {
    width: 100%;
}
.table-3 tbody tr th,
.table-3 thead tr th {
    background-color: #fff !important;
    background: #fff !important;
    color: #5f5f5f !important;
    font-weight: 700 !important;
    border: 1px solid #e0e5ec !important;
    border-bottom-width: 3px !important;
}
.table-3 tbody tr td {
    border-bottom: 1px solid #e0e5ec !important;
}
.table-3 tbody tr:nth-child(odd) td {
    background: #fcfdff !important;
}




@media (max-width: 915px) {
    .nav-pills-wrapper {
        position: relative;
    }
    .nav-pills-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
        margin-bottom: -1px;
    }
    .nav-pills-scroll::-webkit-scrollbar {
        display: none;
    }
    .nav-pills-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
        z-index: 10;
        pointer-events: none;
        background: linear-gradient(to left, rgb(100, 100, 100, .5) 10%, rgb(100, 100, 100, .3) 30%, rgb(100, 100, 100, .1) 60%, rgb(100, 100, 100, 0) 100%);
    }
    .nav-pills-adminfact {
        flex-wrap: nowrap !important;
        width: max-content;
    }
    .nav-pills-adminfact .nav-item {
        flex: 0 0 auto;
    }
    .nav-pills-wrapper.sin-fade::after {
        opacity: 0;
        transition: .25s;
    }
    .nav-pills-wrapper::after {
        transition: .25s;
    }
}

.btn-whatsapp-soporte {
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    border-radius: 50%!important;
    padding: 12px!important;
}

.bg-gradient-grey {
    margin: 0;
    font-family: Public Sans, sans-serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #f7f7ff;
}

.bg-gradient-bluelight {
    background-image: linear-gradient(120deg, #eddbff 0%, #d1e3f4 100%) !important;
}

.font-size-14 {
    font-size:14px;
}
.alert .bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}
.btn-close:focus {
    box-shadow:none!important;
}