@media (min-width: 1440px) { 
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 3000px;  
    }
    
    .modal-slide-in .modal-dialog {
        width: 800px;
    }
}

@media (min-width: 640px) { 
    
    .modal-slide-in .modal-dialog {
        width: 500px;
    }
}
 
.form-check {
	margin-top: 15px;
  }

.error {
	display: block;
}

#table tbody tr td, #table_noajax tbody tr td {
	font-size: 11px; 
}

#table_sinjustificar tbody tr td, #table_retiroshoy tbody tr td, #table_atrasoshoy tbody tr td   {
	font-size: 11px; 
}

#tabletodos tbody tr td, #tabletodos_noajax tbody tr td {
	font-size: 11px; 
}
#tableadd tbody tr td, #tableadd_noajax tbody tr td {
	font-size: 11px;  
}
#table_filter {
	font-size: 12px; 
}
.dataTables_filter {
	font-size: 12px; 
}
#tabletodos_filter {
	font-size: 12px; 
}
#tableadd_filter {
	font-size: 12px; 
}
.dataTables_info {
	font-size: 12px; 
}

.bg-activo {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-none {
    background-color: rgb(46, 46, 46);
  }

.nav-prueba .navbar-container {
	--bs-bg-opacity: 1;
	background-color: #c40750 !important;
}
.main-menu-prueba.menu-light .navigation > li ul {   
	background-color: #f40750 !important;

}
.main-menu-prueba.menu-light .navigation > li ul .active {
    box-shadow : none !important;
}
.bg-prueba {
	--bs-bg-opacity: 1;
	background-color: #c40750 !important;
}
.bg-inactivo {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.main-menu.menu-light .navigation-main-prueba {
    background: #c40750 !important;
}
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu-prueba {
    background-color: #c40750 !important;
    border-radius: 0px 30px 0px 0px;
}
.main-menu-prueba.menu-light .navigation > li.active > a {
	background: linear-gradient(118deg, #c40750, #540120);
    box-shadow: 0 0 10px 1px #540120;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}
.main-menu-prueba.menu-light {
    color: #fff;
    background: #c40750;
}
.main-menu-prueba .shadow-bottom {
    display: none;
    position: absolute;
    z-index: 1 !important;
    height: 50px;
    width: 100%;
    pointer-events: none;
    margin-top: -0.7rem;
    filter: blur(5px);
    background: linear-gradient(#c40750dd, #c40750cc, #c40750);
}

tbody tr td.acciones_tabla {
	width: 10%;
	text-align: right;
	white-space: nowrap !important;
}

tfoot.acciones_tabla {
	white-space: nowrap;
}
 
/* MENU */

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu { 
	background-color: #007BFC;
	border-radius: 0px 30px 0px 0px;
}
   

.mr-0 {
	margin-right: 0 !important;
}

.mr-25 {
	margin-right: 0.25rem !important;
}

.mr-50 {
	margin-right: 0.5rem !important;
}

.mr-75 {
	margin-right: 0.75rem !important;
}

.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 1.5rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

.mr-4 {
	margin-right: 3.5rem !important;
}

.mr-5 {
	margin-right: 4rem !important;
}

.mr-auto {
	margin-right: auto !important; 
}

.ml-1 {
	margin-left: 1rem !important;
}

.ml-2 {
	margin-left: 1.5rem !important;
}

.ml-3 {
	margin-left: 3rem !important;
}

.ml-4 {
	margin-left: 3.5rem !important;
}

.ml-5 {
	margin-left: 4rem !important;
}
.btn-group-xxs>.btn, .btn-xxs {
	padding: 2px 5px !important;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 3px;
}
.titulos-tabla-icon-acciones {
	white-space: nowrap;
}

.menu-mass a {
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: capitalize !important;
}

.text-primary {
	color: #007bff !important;
}

.btn-icon:hover {
	color: #333 !important;
}

.col-form-label-lg {
	padding-top: 0 !important;
}
.table thead th {
    padding: 0.2rem 10px;
	font-size:  10px;
}

.table_acciones {
	white-space: nowrap;
}
td.ordentd {
	cursor: move;
}

.noselect {
	white-space: nowrap;
}
.fix-accion {
    right: 0px !important;
	text-align: right;
}
.dtfc-right-top-blocker {
	background: none !important;
}

.cursoselecttable {
	float: right;
}
div.modal_icon {
 	width: 100%; 
    text-align: center;
    padding: 10px;
}

.modal_icon i.primary {	
	background-color: white;
	border-radius: 50%;
	border: 4px solid #344fb8;
	padding: 20px; 
	width: 150px !important;
	height: 150px !important;
	color: #344fb8;
	margin-bottom: 10px;
	font-size: 100px;
	text-align: center;
}

.modal-body h3 {	 
	text-align: center; 
}
 
.cell-border {
    border: 1px solid #ccc;

}
.cell-fix-color-01 {
	background-color: #F0F8FF !important;
    z-index: 1 !important;
}
.cell-fix-color-02 {
	background-color: #820e5111 !important;
}
.cell-evaluaciones-nombre {
	font-weight: bold;

}
.cell-evaluaciones-nlista {
	font-weight: bold;
}
.cell-evaluaciones-nota-p {
	font-weight: bold;
	text-align: center;
}
.cell-evaluaciones-nota {
	text-align: center;
}

.font-usmall-1 {
	font-size: 9px !important;
}
table.dataTable tbody td{
    padding: 0.5rem 1.5rem !important;
    vertical-align: middle;
}
#table {
	color: #000000;
}
#table-header-menu-o { 
	float:left; 
}
#table-header-menu-o button {
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: capitalize !important;
	margin-right: 10px;
	padding-right: 20px !important;
}
#table-header-menu-m { 
	float:left; 
}
#table-header-menu-m button {
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: capitalize !important;
	margin-right: 10px;
	padding-right: 20px !important;
} 
.card-box {
    padding: 5px 15px;
}
.card-box h3 {
	margin-bottom: 0px !important;
}
.card-box span { 
	font-size: 10px;
}
.dataTables_length {
	font-size: 12px;

}
#table-header-acciones {
	float: left;
} 
#div-f-table.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
	background-color: #FFFFFF;
    overflow:auto;
 }
 table.dataTable tbody td {
    padding: 0.2rem 0.5rem !important;
    vertical-align: middle;
}
.toolbar {
	padding: 15px;
}
.dataTables_length  .form-select {
	padding: 0.2rem 1rem 0.2rem 1rem;
}
.dataTables_filter .form-control {
	padding: 0.2rem 1rem 0.2rem 1rem;
}

.dropdown-menu .dropdown-item { 
    font-size: 12px;
}
.strong {
	font-weight: bold;
}

.card {
    margin-bottom: 10px; 
}
table.dataTable tbody tr>.dtfc-fixed-left,table.dataTable tbody tr>.dtfc-fixed-right {
    z-index: 1 !important;
    background-color: #FFFFFF;
} 
.dtfc-fixed-left {
	z-index: 1 !important;
}
.dtfh-floatingparent {
	top: 75px !important;
}

table.dataTable tbody tr.selected>.dtfc-fixed-left {
	background-color: #b0bed9;
}

th.titulos-tabla-busqueda .dtfc-fixed-left {
    z-index: 1 !important;
}

#btn-search-toggle, #btn-add {
	font-size: 10px;
}
 
.yadcf-filter-wrapper {
	position: relative;
    display: flex;
/*    flex-wrap: wrap; */
    align-items: stretch;
    width: 100%;
}

.yadcf-filter-wrapper  input.form-control {
    width: 100%;
}

div[id^='yadcf-filter-wrapper--table-']{
    width: 100%;
}
 
.modal-dialog div.modal-content {
	padding-top: 0px !important;
}

.field-search .form-label{
	margin-top: 0px;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061" !important; 
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after { 
	color: #ff9933;
}
 
.main-menu.menu-light .navigation > li ul li ul a {
    padding: 10px 15px 10px 10px;
}
.main-menu.menu-light .navigation > li ul { 
    background: #0995EC;
}
.main-menu.menu-light .navigation > li ul .active > a {
    color: #fff;
    background: #ff9933;
    border-radius: 5px;
}

input[id^='yadcf-filter-'].inuse {  
	border: #ff9933 1px solid;
}

div[id^='tb-filtros'] div[id^='table-search-field']{
	float: left;
	min-width: 150px;
    margin-right: 10px;
    width: 100%;
}


select[id^='yadcf-filter-'].inuse  + .select2-container .select2-selection {    
	border: #ff9933 1px solid;
}
 
.main-menu.menu-light .navigation > li ul li ul .smenu-l2  a {
    padding: 10px 15px 10px 10px !important;
    font-size: 12px;
}

.filtros-row .select2-container--default .select2-selection--single {
   	min-height: 10px; 
    padding: 0px;
    border: 1px solid #d8d6de;
}

.hiden
{
	display: none;
}

.reset-btn-filter {
	height: 100%;
    /* margin: 0px; */
    position: absolute;
}

#table-header-menu-o #btn-search-toggle  {
	margin-right: 0px !important;
	padding-right: 5px !important;
}

button#limpiarfiltros {  
    padding-right: 5px !important;  
    margin-left: 2px;
}
.col-ini-2{
	padding-right: 2px;
}

.col-med-2{
	padding-right: 2px;
	padding-left: 2px;
}
.col-end-2{ 
	padding-left: 2px; 
}
div.dataTables_wrapper .dataTables_info { 
    color: #000;
}

.select-sm {  
    font-size: 10px !important;
}

select[id^='yadcf-filter-'].inuse {
    border: #ff9933 1px solid;
}

hr.div-menu {
	margin: 0px;
}

.card-datatable {
	min-height: 300px;
}

.user-nav {
    color: #FFFFFF;
}






/* container for the left table */
#main_container #left {
    width: 15%;
    height: auto;
    float: left; 
}
/* container for the main table and message line below */
#main_container #right {
    width: 83%;
    padding-left: auto;
    padding-right: 0px;
    /* align div to the right */
    margin-left: auto;
}

#calendar .event-title {

    color: #FFF;
    /*text-shadow: black 1px 1px 1px;*/

}

.fc .fc-timegrid-slot {
    height: 25px; 
}

/* REDIS */
 
.redips-drag {
    cursor: move;
    margin: auto;
    z-index: 10; 
    text-align: center;
    font-size: 10px; 
    font-weight: bold;
    /*opacity: 0.7;
    filter: alpha(opacity=70); */    
    width: 100%;
    padding: 5px;
    max-width: 200px;
    line-height: 100%;
    height: auto;
    border: 1px solid #555;
    border-radius: 3px;
    -moz-border-radius: 3px;   
    color: #FFF;
    text-shadow: black 1px 1px 1px; 
}

.nameasig {
    font-size: 9px;
    color: #000000;
    text-shadow: white 1px 1px 1px;
}
/* tables */
div#redips-drag table {
    background-color: #e4e4e4;
    border-collapse: collapse;
    width: 100%;
}
/* timetable */
div#drag #table2 { 
    margin-left: auto;
}


/* table cells */
div#redips-drag td {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    height: 32px;
    text-align: center;
    font-size: 10pt;
    padding: 2px;
}

div#redips-drag #table1 td {
    border-width: 0px 0px 1px 0px;
}
    /* styles for clone DIV elements in left table */
div#redips-drag #table1 div {
    float: left;
}
/* define styles for buttons */
div#redips-drag #table1 input {
    float: right;
    width: 15px;
    height: 23px;
    margin-right: 5px;
    border-width: 1px;
    /* round corners */
    border-radius: 3px;
    /* default visibility is hidden */
    visibility: hidden;
}


/* subject colors */
.ar {
background-color: #AAC8E2;
}
.bi {
background-color: #E7D783;
}
.ch {
background-color: #E99AE6;
}
.en {
background-color: #C4AFFF;
}
.et {
background-color: #91DEC5;
}
.hi {
background-color: #CFE17F;
}
.it {
background-color: #E7BD83;
}
.ma {
background-color: #FFC5C2;
}
.ph {
background-color: #A5F09D;
}


/* blank cells (upper left corner) */
.blank {
background-color: white;
}


/* background color for lunch */
.lunch {
color: #665;
background-color: #f8eeee;
}


/* trash cell */
.redips-trash {
color: white;
background-color: #6386BD;
}


/* message line */
#message {
color: white;
background-color: #aaa;
text-align: center;
margin-top: 10px;
}


/* dark cells (first column and table header) */
.dark{
color: #444;
background-color: #e0e0e0;
}

.button_container{
padding-top: 10px;
text-align: right;
}

/* "Save" button */
.button_container input{
    background-color: #6A93D4;
    color: white; 
    border-width: 1px;
    width: 40px;
    padding: 0px;
}

.eventoferiado {
    display: none;
}

.icon-estado .pendiente {
    color: gray;
}
.icon-estado .revisada {
    color: green;
}
.icon-estado .objetada {
    color: red;
}
.icon-estado .corregida {
    color: blue;
}
.fc-event {
    cursor: pointer;
}


.info-box {
    display: block;
    min-height: 90px;
    background: #fff; 
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
	
}
.info-box-link {
    bottom: 0px;
    position: absolute;
    float: right;
    width: 100%;
    text-align: right;
    padding: 5px; 
    right: 0;
}

.infobox-libro-clases {
    height: 120px; 
}
.bg-aqua {
    background-color: #00c0ef !important;
	font-size: 25px;
	color: #fff !important;
}
.bg-primary {
    background-color: #007bff !important;
    font-size: 25px;
    color: #fff !important;
}

.dtfc-fixed-right .bg-primary {
    background-color: #007bff !important;
    font-size: 9px;
    color: #fff !important;
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
    line-height: 110%;
}
.info-box-text {
    text-transform: uppercase;
}
#calendar .feriado {
    background-color: #ddd;
    opacity: 0.5;
}
#calendar .feriado .fc-timegrid-col-events {
    display: none;
    background-color: #222222cc;
}

#calendar .event-time {
    font-size: 9px; 
    color: #000;
    background: #FFF;
    border-radius: 2px;
    padding: 2px;
}
#calendar .event-title {
    font-size: 10px;
    
}
#calendar .event-desc {
    font-size: 9px;
    
}

#calendar .icon-estado{
    color: #333333;
    background: #FFFFFF;
    padding: 4px;
    font-size: 15px;
    margin: 2px;
    border-radius: 15px;
    width: 28px;
    height: 28px;
    text-align: center;
    float: right;
    position: relative;
 
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}  

.ovescroll {
    position: relative;
}
.ovescroll div { 
    position: absolute; 
    top: 0;
}

.form-control::-moz-placeholder {
    color: #e3e3e4;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #e3e3e4;
    opacity: 1;
}
.form-control::placeholder {
    color: #e3e3e4;
    opacity: 1;
}
.form_nota_input, .form_simbolo_input, .form_porcentaje_input,.form_punto_input  {
    background: none;
    border: none;
    width: 100%;
    min-width: 30px;
    outline: -webkit-focus-ring-color auto 0px;
}

.form_anota_input, .form_asimbolo_input, .form_aporcentaje_input,.form_apunto_input {
    background: none;
    border: none;
    width: 100%;
    min-width: 30px;
    outline: -webkit-focus-ring-color auto 0px;
}
.ev_suficiente {
    color: blue;    
}
.ev_pendiente {
    color: green;  
    font-weight: 600;   
}
.ev_insuficiente {
    color: red;    
}
.ev_destacado {
    color: blue;
    font-weight: 400;     
}
.leterleyenda {
    font-weight: bolder;
    font-size: 15px;
    color: green;  
    border: #ccc solid 1px;
    padding: 1px 4px;
}
.readonly_show {
    background-color: #fff !important;
	border: 1px dashed #ccc; 
}

.div_scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
} 

.vertical-align-top {
    vertical-align:top !important;
}

 
.dis-align-btn {
    bottom: 0;
    position: relative;
    width: auto;
    top: 80px;
}

.bg-retirado{
    background-color: #666666;
}



.cell-evaluaciones-nota-p  {
    text-align: center;

}

.cell-evaluaciones-nota input {
    text-align: center;
}

.dataTables_processing {
    z-index: 10000;
    background: bisque;

}

.tabla-admision .badge {
    font-size: 11px !important;
}


@keyframes movimiento {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    75% { transform: translateX(3px); }
  }
  
  .movimiento {
    animation: movimiento 0.5s infinite;
  }

 
.font-9 {
	font-size: 9px !important;
} 
.font-10 {
	font-size: 10px !important;
} 
.font-11 {
	font-size: 11px !important;
} 
.font-12 {
	font-size: 12px !important;
} 
.font-13 {
	font-size: 13px !important;
}