﻿: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: 11px;
}
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 {
    color: #3dd800;
}
.status-I {
    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;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #fff transparent;
}

@-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-selection__placeholder,
.select2-selection__rendered,
.select2-results__option {
    font-size: 13px;
}
.select2-search__field {
    color: #212529;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
}
.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;
}
.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;
}



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;
}