body{
    -webkit-print-color-adjust: exact !important;
}
@font-face {
    font-family: Seat;
    src: url(/admin/fonts/SeatBcn-Web-Book.ttf);
}
@font-face {
    font-family: SeatBold;
    src: url(/admin/fonts/SeatBcn-Web-Bold.ttf);
}


.kt-header-mobile{
    background-color: #FFF !important;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::before,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span::after,
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span{
    background-color: #3758ff;
}
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i{
    color: #3758ff;
}
.la-xl{
    font-size: 2em !important;
}

.dropdown-menu{
    min-width: 18rem;
}

.popover-body .mt-datatable-list{
    padding-left:15px;
}

.popover-body .mt-datatable-list li{
    list-style: none;
    float:left;
    margin:10px;
    margin-right: 20px;
    margin-top: 0;
}

.popover-body .mt-datatable-list li::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #a7abc3;
}

.mt-datatable-list-visible{
    padding-left: 0;
    margin-bottom: 0;
}

.mt-datatable-list-visible li{
    list-style: none;
    margin-bottom: 10px;
    text-align: left;
}

.mt-datatable-list-visible li:last-child{
    margin-bottom: 0;
}

.form-control.readonly {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.mt-image-input{
    background-position: center center;
}

.mt-video-input video{
    max-width: 100%;
}

.mt-show-all-columns td{
    word-break: break-word;
}

.kt-header .kt-header__top{
    background-color: white;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-username{
    color: #374afb ;
}

.modal .modal-content .modal-header .close{
    margin-left: -1rem;
}

.modal .modal-content .modal-header .close::before{
    display: none;
}

.mt-datatable-image{
    width: 140px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: auto;
}

.mt-badge-height{
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 18px !important;
}

.mt-video-input,
.mt-image-input{
    width: auto !important;
    height: auto !important;
}

.mt-image-input img{
    max-width: 100%;
}

body.mt-show-tooltip-extra-info .mt-tooltip-extra-info{
    display: block !important;
}


.kt-header__brand .kt-header__brand-nav .dropdown .btn{
    background-color: #fff;
    border: 1px solid #FFc602;
}



@media (max-width: 1399px) {
    .modal-dialog.modal-xxl{
        max-width: 90% !important;
        min-width: 70% !important;
    }
}

#filename-error{
    position: absolute;
    width: 320px;
}

@media (max-width: 1024px) {
    #filename-error{
        left: 40px;
    }
}


html:not(.framed) .only-framed,
.framed .hide-framed,
.framed #kt_header,
.framed #kt_subheader,
.framed #kt_footer,
.framed #kt_header_mobile,
.framed .kt-portlet__head,
.framed tfoot,
.framed .kt-separator,
.framed .dataTables_length,
.framed .dataTables_info,
.framed .btn-back,
.framed .mt-not-in-iframe
{
    display: none !important;
}


.framed .kt-portlet{
    box-shadow: none !important;
}

.framed body{
    background: #FFF;
}

.framed  .kt-header-mobile--fixed .kt-wrapper,
.framed .kt-content,
.framed .kt-portlet .kt-portlet__body{
    padding: 0 !important;
}
.framed .kt-portlet .kt-portlet__body{
    padding-top: 10px !important;
}
.framed .kt-container{
    padding: 1px !important;
}

.dataTables_wrapper .dataTables_pager{
    text-align: right;
}


.mt-repeater .kt-checkbox span{
    background-color: #FFF !important;
}
.mt-repeater .ui-sortable .ui-sortable-handle{
    cursor: move;
}

.mt-block-repeater-item{
    border: 1px dashed #ebedf2;
    background-color: #f9f9fc;
}
/*
.summernote-air ~ div .note-toolbar{
    background: transparent !important;    
}
*/

.select2-container {
    width: 100% !important;
}

.mt-repeater [data-repeater-list="slider"],
.mt-repeater [data-repeater-list="section"]{
    counter-reset: sliderItem;
}

.mt-repeater [data-repeater-list="slider"] [data-repeater-item] h3.kt-portlet__head-title::after,
.mt-repeater [data-repeater-list="section"] [data-repeater-item] h3.kt-portlet__head-title::after{
    counter-increment: sliderItem;
    content: '#' counter(sliderItem);
}


.badge-grey{
    color: #111111;
    background-color: #e0e2eb;
}

.select-readonly{
    pointer-events: none !important;
    background-color: #ddd !important;
    border-color: #a8a8a8 !important;
}

.modal .hide-on-modal{
    display: none !important;
    border: 10px solid blue;
}


.btn-drag, .btn-drag:hover, .btn-drag i, .btn-drag i:hover{
    cursor: move !important;
}

#stats .kt-portlet__head{
    background-color: #f7f8fa;
}


.alert-danger a{
    color: #FFF;
    text-decoration: underline;
}



.je-object__container  .card-header,
.je-object__container  .card-header ul {
    margin-bottom: 0;
    padding-bottom: 0;
}
.json-content-form > div > .card-body {
    background-color: transparent;
    padding:0;
    border: 0;
}

/*
.je-object__container > .card-title{
    display: none !important;
}*/
.json-content-form > .je-object__container > .je-object__controls{
    display: block !important;
}

.json-content-form .je-object__controls{
    display: none !important;
}
.json-editor-btntype-properties{
    margin-bottom: 10px;
}
.json-editor-btntype-properties span{
    display: none !important;
}

.select2-form-group .select2-search__field:placeholder-shown{
    width: auto !important;
}




h1,h2,h3,h4,h5, .font-weight-bold{
    font-family: SeatBold;
    font-weight: normal !important;
    color: #000 !important;
}
.swal2-container h2{
    font-family: Seat;
    font-weight: normal !important;
}
.font-weight-normal, .text-body{
    font-family: Seat !important;
    font-weight: normal !important;
}
.header-menu .menu-nav > .menu-item-active > .menu-link{
    font-family: SeatBold;
    font-weight: normal;
    background-color: #b3a097 !important;

}
.header-menu .menu-nav > .menu-item-active > .menu-link .menu-text{
    color: #000 !important;
    font-family: SeatBold;
    font-weight: normal;
}


table.dataTable th{
    font-family: SeatBold !important;
    font-weight: normal;
}
.aside-nav .nav-link {
    padding: 36px 44px;
    color: #000;
}

.btn-brand{
    border: 1px solid #c8f446;
}

.table-striped tbody tr:nth-of-type(2n+1){
    background-color: #f6f7f5;
}

.dataTable th{
    text-transform: uppercase;
}

.btn-primary, .btn-secondary{
    font-family: SeatBold;
    font-weight: normal;
}

.container{
    max-width: 100%;
}

.datatable-container .card-header{
    border-bottom: 1px solid #f6f6f6 !important;
}

.btn-brand:hover{
    background-color: #f6f7f7;
}


#kt_content{
    padding-bottom : 0;
}


.modal-full-height{
    height: 90vh;
}

@media (max-width: 991px) {
    .login-aside {
        display: none !important;
    }
}

.aside-nav .nav-item a.nav-link{
    color: #000 !important;
}

.swal2-styled.swal2-confirm{
    background-color: #DBD5D0 !important;
    color: #000;
    border-radius: 0;
}

label.error{
    color: #bc0404;
    margin-top: 4px;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.badge{
    border-radius: 3px !important;
}

.dataTable tbody tr:first-child .btn-up,
.dataTable tbody tr:last-child .btn-down{
    display:none;
}
.table-sortable #mt-static-list_processing{
    display: none !important;
}

.dataTables_pager select{
    margin-right: 6px;
}

.wizard-step .wizard-title{
    font-family: SeatBold !important;
    font-weight: normal !important;
    color: #000 !important;
}

#mt-itinerary-form .wizard-wrapper{
    padding: 2rem 1.65rem !important;
}

.note-editor .note-btn{
    height: 26px !important;
}

#kt_header_menu > .menu-nav > .menu-item > .menu-link > .menu-text{
    color: #000 !important;
}

.readonly-disabled{
    background-color: #f6f7f7 !important;
    cursor: default;
}
#datapicker-range-from-error, #datapicker-range-to-error{
    position: absolute;
    top: 36px;
    /*left: 0 !important;*/
}

.datepicker{
    z-index: 9999999 !important;
}

.navi .navi-item .navi-link:hover .navi-text .font-weight-bold{
    color: #b3a097 !important;
}

label.error {
    font-size: .9rem;
}


/* Opción con display absolute 
#datapicker-range-from-error, #datapicker-range-to-error{
    left: 0 !important;
}

label.error {
    position: absolute !important;
    left: 16px;
    top: 38px;    
}
.radio-inline label.error{
    top: 20px !important;
}

.image-input label.error{
    top: 0;
    left: 0;
    position: initial !important;
}
*/

.hint{
    font-style: italic;
    background-color: #b3a097;
    color: #000;
    font-size: 1rem;
}


.card-with-table .table tr:first-child td {
    border-top: 0 !important;
}

body.profile-R .datatable-readonly .switch input:empty ~ span,
body.profile-R .form-readonly .switch input:empty ~ span,
body.profile-R .form-readonly .radio,
body.profile-R .form-readonly .select2-selection--multiple,
body.profile-R .form-readonly .checkbox{
    cursor: default;
}

body.profile-R .form-readonly select.readonly-disabled{
    appearance: none;
}

body.profile-R .form-readonly .readonly-disabled,
body.profile-R .form-readonly .input-group-text,
body.profile-R .form-readonly .select2-selection--multiple{
    border: none;
}

body.profile-R .form-readonly .select2-selection__choice__remove,
body.profile-R .form-readonly .select2-search,
body.profile-R .form-readonly .image-input .btn-icon,
body.profile-R .form-readonly [data-repeater-create],
body.profile-R .form-readonly [data-repeater-item] > .row > div:last-child{
    display: none !important;
}

body.profile-R .form-readonly [data-repeater-item] > .row > div:first-child{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

body.profile-R .form-readonly .select2-selection__rendered{
    padding-left: 0;
    padding-right: 0;
}

body.profile-R .form-readonly .note-editing-area .note-editable[contenteditable=false] {
    background-color: #f6f7f7 !important;
    cursor: default;
}

body.profile-R .form-readonly .note-editing-area .note-codable{
    color: inherit;
}

body.profile-R .form-readonly .select2-selection__choice,
body.profile-R .form-readonly select.readonly-disabled{
    user-select: text;
}

.file-info{
    background-color: #f6f7f7;
    border-radius: 6px;
    color: inherit !important;
}

.file-info i{
    font-size: 50px;
}

.file-info-container{
    min-height: 120px;
}

.file-info-container .btn-delete-file{
    position: absolute;
    top: 12px;
    right: 24px;
}

.file-info-container .btn-delete-file i {
    font-size: 20px;
}

.file-info-container .file-container{
    position: relative;
}
@media (min-width: 1399.99px) and (max-width: 1800px){
    #mt-learning-form .wizard-wrapper div {
        font-size: 1rem;
    }
    #mt-learning-form .wizard-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #mt-course-form .wizard-wrapper div {
        font-size: 1rem;
    }
    #mt-course-form .wizard-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width: 1399.99px) and (max-width: 1500px){
    #mt-course-form .wizard-wrapper div {
        font-size: 12px;
    }
}

.dashboard-totals .dashboard-total-seat .display-4{
    color: #ee681d;
}
.dashboard-totals .dashboard-total-seat-spain .display-4{
    color: #b3a097;
}

#dashboard-form label{
    width: 4em;
    text-align: right;
}

#dashboard-stats .donut-chart-container{
    position: relative;
}
#dashboard-stats .donut-chart-container .apexcharts-canvas {
    position: unset;
}

@media (max-width: 1575px) and (min-width: 1421px){
    #kt_header_menu > .menu-nav > .menu-item > a{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (max-width: 1420px) and (min-width: 1331px){
    #kt_header_menu > .menu-nav > .menu-item > a{
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (max-width: 1330px) and (min-width: 1251px){
    #kt_header_menu > .menu-nav > .menu-item > a{
        padding-left: 5px !important;
        padding-right: 6px !important;
    }

    #kt_header_menu .menu-nav > .menu-item > .menu-link .menu-text{
        font-size: 13px;
    }
}

@media (max-width: 1250px) and (min-width: 1200px){
    #kt_header_menu > .menu-nav > .menu-item > a{
        padding-left: 1px !important;
        padding-right: 6px !important;
    }

    #kt_header_menu .menu-nav > .menu-item > .menu-link .menu-text{
        font-size: 12px;
    }
}

.fc-timeline-event-harness{
    margin-top: 7px;
}

.resource-child{
    cursor: pointer;
}
.resource-parent{
    font-weight: bold;
}



th.fc-timeline-slot a{
    font-size: 10px !important;
    color: #4b4d4d !important;
}

.fc-timeline-header-row:nth-child(2) .fc-day-disabled a{
    color: transparent !important;
}

.fc-timeline-header-row:nth-child(0) div a,
.fc-timeline-header-row:nth-child(1) div a,
.fc-timeline-header-row:nth-child(2) div a{
    color: #4b4d4d !important;
    font-size: 12px !important;
    text-transform: capitalize;
}

.fc-button-primary{
    background-color:#dbd5d0 !important;
    color: #4b4d4d !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.fc-button-primary:hover{
    background-color:#b3a097 !important;
}

.calendar-primary{
    background-color: #000 !important;
    border: 0 !important;
}
.calendar-secondary{
    background-color: #b3a097 !important;
    border: 0 !important;
}

@media print {
    body{
        background: #FFF !important;
    }
    .fc-header-toolbar{
        display: none !important;
    }

    .calendar-primary{
        border: 2px solid  #000 !important;
    }

    .calendar-secondary{
        border: 2px solid  #b3a097 !important;
    }

    .fc-resource-timeline  a{
        text-decoration: none !important;
    }

    .datatable-container > .card-header{
        display: none !important;
    }
    .card.card-custom > .card-body{
        padding: 0px !important;
    }



    .box-shadow{
        box-shadow: none !important;
    }

    .wrapper {
        padding: 0 !important;
    }

    .fc-media-print .fc-bg-event,
    .fc-media-print .fc-non-business,
    .fc-media-print .fc-timegrid-axis-chunk,
    .fc-media-print .fc-timegrid-slots,
    .fc-media-print .fc-timeline-slots {
        display: initial !important;
    }

    .fc-scrollgrid-section td{
        border: 1px solid #EFEFEF !important;
    }

    @page {
        size: landscape;
    }
}



td.fc-timeline-slot.fc-day-tue,
td.fc-timeline-slot.fc-day-wed,
td.fc-timeline-slot.fc-day-thu,
td.fc-timeline-slot.fc-day-fri,
td.fc-timeline-slot.fc-day-sat,
td.fc-timeline-slot.fc-day-sun
{
    border: 0 !important;
}
th.fc-day-disabled{
    border: 0 !important;
}
th.fc-day-disabled a{
    color: transparent !important;
}
td.fc-timeline-slot.fc-day-mon{
    border-left: 1px solid #f5f5f5 !important;
}

#calendar.calendar-announcement td.fc-timeline-slot.fc-day-tue,
#calendar.calendar-announcement td.fc-timeline-slot.fc-day-wed,
#calendar.calendar-announcement td.fc-timeline-slot.fc-day-thu,
#calendar.calendar-announcement td.fc-timeline-slot.fc-day-fri,
#calendar.calendar-announcement td.fc-timeline-slot.fc-day-sat,
#calendar.calendar-announcement td.fc-timeline-slot.fc-day-sun
{
    border-left: 1px solid #f5f5f5 !important;
}

.calendar-holiday{
    border: 1px solid red !important;
    background-color: #fabdb9 !important;
}

.calendar-resource-header{
    background-color: #f7f7f7;
}

.repeater-big-item{
    background-color: #f6f7f7;
}

.draggable--is-dragging .repeater-big-item{
    margin-bottom: 0 !important;
}

.image-input-wrapper{
    background-image: url(/admin/img/upload200.jpg);
}

.course-selector-card .btn-select-all:disabled ~ span{
    cursor: default;
    opacity: 0.4;
}

.course-selector-card .course-selector-type{
    margin-left: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: black;
}

.fc-datagrid-cell{
    cursor: pointer;
}


.d-disabled{
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.show-child-table i{
    color: #b3a097 !important;
}

tr:not(.shown) .show-child-table .fa-caret-down{
    display: none;
}

tr.shown .show-child-table .fa-caret-right{
    display: none;
}

tr.shown + tr,
.child-table tr{
    background-color: transparent !important;
}

.child-table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f6f7f5 !important;
}

.dataTables_wrapper .dataTable tr.shown + tr > td{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 40px;
}

.child-table td:last-child{
    width: 190px;
    padding-right: 50px;
}

.child-table th,
.child-table td{
    box-sizing: border-box !important;
    height: 61px;
}

table.dataTable.child-table{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#course-announcements{
    min-height: 90px;
}

@media (max-width: 991px){
    .dataTables_wrapper .dataTable tr.shown + tr > td{
        padding-left: 25px;
    }
}

.switch input:checked ~ span:after{
    background-color: #000 !important;
}

.switch input:empty ~ span::after {
    background-color: #f2edeb;
    opacity: 1;
}

.wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-wrapper .wizard-number,
.checkbox > input:checked ~ span,
.symbol.symbol-light-primary .symbol-label{
    background-color: #c8f446 !important;
    color: #000 !important;
}
.checkbox > input:checked ~ span::after{
    border-color: #000 !important;
}

.btn-secondary{
    background-color: #b3a097 !important;
    color: #000 !important;
}

.swal2-icon.swal2-success .swal2-success-ring{
    border-color: #b3a097 !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #b3a097 !important;
}


#kt_header_mobile .logo-default{
    height: 71px !important;
    max-height: 71px !important;

}
.fc-toolbar-title:first-letter{
    text-transform: uppercase;


}
.note-editor .note-editable i{
    color: inherit;
    font-size: inherit;
}

.child-table.table-striped tbody tr.highlight-row:nth-of-type(2n+1),
tr.highlight-row{
    background-color: rgb(200, 244, 70, 0.5) !important;
}

/**
Perfiles y filtros
**/
body.profile-A .profile-allow:not(.profile-A),
body.profile-U .profile-allow:not(.profile-U),
body.profile-R .profile-allow:not(.profile-R),
body.profile-P .profile-allow:not(.profile-P) {
    display: none !important;
}

body.profile-A .profile-deny.profile-A,
body.profile-U .profile-deny.profile-U,
body.profile-R .profile-deny.profile-R,
body.profile-P .profile-deny.profile-P {
    display: none !important;
}

.calendar-owner.calendar-primary{
    background-color: #c8f446 !important;
}

.calendar-owner.calendar-secondary{
    background-color: rgb(246, 255, 217) !important;
}

.highlight-select + span .select2-selection--single{
    background-color: rgb(200, 244, 70, 0.1) !important;
    border: 1px solid rgb(200, 244, 70, 1) !important;
}