/*
@media print 
{
    body
    {
        display: none;
        visibility: hidden;
    }
}
*/
/*
@import "https://fonts.googleapis.com/css?family=Open_Sans:300,400,700";
*/

/* Logo Nuevo 2026 ------------------*/
@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@400;500&display=swap";

/* ── Navbar brand ── */
.cn-navbar-brand {
    display: flex;
    align-items: center;
    padding: 13px 15px;
}

/* ── Sidebar logo ── */
#edu_LogoCN {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 6px;
}
.cn-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cn-sidebar-brand-icon {
    flex-shrink: 0;
    display: block;
}
.cn-sidebar-brand-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.cn-sidebar-brand-name {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 700;
    color: #FAFBFC;
    line-height: 1;
}
.cn-sidebar-brand-name span {
    color: #E2BC6A;
}
.cn-sidebar-brand-sub {
    font-size: 8.5px;
    font-weight: 400;
    color: #CBD0D8;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1.4;
}
/* -----------------------------------*/


@media print 
{
    body {
        display: initial;
        visibility: initial;
    }

    body * {
        visibility: hidden;
    }

    .modal-body * {
        visibility: visible;
        overflow: visible;
    }

    .modal {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        min-height: 550px;
        visibility: visible;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }

    .modal-dialog {
        visibility: visible !important;
        overflow: visible !important; /* Remove scrollbar for printing. */
    }
    
    .imprimirContenido {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .imprimirContenido, .imprimirContenido * {
        visibility: visible;
    }    
}

@font-face 
{
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body
{
    /*font-family: 'Open_Sans', sans-serif;*/
    color: #444444;
}

/*Color Botones --------------------------------------------*/
.btn
{
    font-size: 1.1em;
    border-radius: 3px;
    border: 1px solid #000;
}

.btn-primary
{
    background-color: #0b1f3a;
    border-color: #286090;
    color: #FFF;
    border-left: 1px solid #F0F0F0;
}

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary */
.btn-primary:hover
{
    color: #fff;
    background-color: #4aafcd;
    border-color: #4aafcd;
}

.btn-info
{
    background-color: #1b61d1;
    border-color: #1b61d1;
    color: #FFF;
    /*color: #121313;*/
}

.btn-success
{
    background-color: #5ab75c;
    border-color: #5ab75c;
    color: #FFF;
    /*color: #121313;*/
}

.btn-warning
{
    background-color: #faa632;
    border-color: #faa632;
    color: #FFF;
}

.btn-error
{
    background-color: #da4f4a;
    border-color: #da4f4a;
    color: #FFF;
}

.btn.active
{
    /*OLD*/
    /*background-color: #F5FCF7;*/ /*Blanco*/
    /*background-color: #CECE31;*/ /*Verde - Amarillo*/
    /*text-decoration: underline;*/
    
    /*2018 - Oct. 2023*/
    /*background-color: #f4fa80;*/ /*Amarillo*/
    /*color: #000000;*/
    
    /*Oct. 2023 - ?*/
    background-color: #faa632;
    border-color: #faa632;
    text-decoration: underline;
    font-size: 1.1em;
    /*padding-top: 4px;
    padding-bottom: 4px;*/
}

/*.btn.active.resaltado
{
font-weight: bold;
//border: 3px solid #428bca;
background-color: red;
}*/

/*
table td[rowspan] 
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 3); 
    //width: 5px;
}
*/

/*Mensajes Noty --------------------------------------------*/
.noty_text
{
    font-size: 1.15em;
}

.noty_type_information
{
    background-color: #4aafcd;
    border-color: #4aafcd;
    color: #FFF;
}

.noty_type_success
{
    background-color: #5ab75c;
    border-color: #5ab75c;
    color: #FFF;
}

.noty_type_warning
{
    background-color: #faa632;
    border-color: #faa632;
    color: #FFF;
}

.noty_type_error
{
    background-color: #da4f4a;
    border-color: #da4f4a;
    color: #FFF;
}


/*Error scroll modals dentro de modals cuando se cerraba una*/
.modal 
{
  overflow-y: auto;
}

.circulo
{
    width: 49px; 
    height: 49px;
    line-height:49px;
    border-radius: 50%;
    text-align:center;
    margin: auto; 
    border: 1px solid #F2F2F2;
}

/*
body 
{
    padding-top: 70px;
    min-height: 900px;
}
*/

.semi-danger
{
    background: #FDE7BE;
}

.parrafo
{
    text-align: justify;
}

.footer 
{
    /*position: relative;*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #2E2E2E;
}

.container .text-muted 
{
    text-align: right;
    margin: 20px 0;
}

.footer > .container 
{
    padding-right: 15px;
    padding-left: 15px;
}

/*
@media screen and (max-width: 768px)
{  
	#panelParametros
	{
		top: -226px;	
		color: red;		
	}

	#panelDatosConsulta
	{
		top: inherit;
		color: blue;
	}
}
*/

.botonSeleccionarBusqueda 
{
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
}

.botonSeleccionarBusqueda:hover
{
    background: #E6E6E6;
    /*border: 1px solid #d0d0d0*/
}

/*Estilos de la Cortina de Loading*/
#cortinaLoading 
{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 50000;
}
#imagenLoading 
{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    z-index: 50001;
}

/*Color para los Glyph Icons*/
.rojoGlyphIcon 
{
    color: red;
}

/*Leyenda de los Graficos de Chart.js*/
.chart-legend li span
{
    display: inline-block;
    list-style-type: none;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

/*Panel que se colapsa en los CRUD's'*/
#contenedorTituloPanelColapsable
{
    cursor: pointer; 
    padding: 0px;
}

#contenedorTituloPanelColapsable div h3
{
    padding: 0.64em;
}

.modal-full
{
    width: 95%;
}

/*Estilos para que las Tab's de Bootstrap tengan el "recuadro completo"*/
.tab-content 
{
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs 
{
    margin-bottom: 0;
}

.colorheaderTable{
    background-color: #f5f5f5;
}

.intermintente
{
  animation: animacionIntermintente 2s linear infinite;
    
}

@keyframes animacionIntermintente 
{
    50% 
    {
        opacity: 0;
    }
}

/*- Menu ------------------------------------*/

.menuHorizontal
{
    background-color: #00171F;
}

.menuHorizontal .nav a
{
    color: #F2F2F2;
}

.menuHorizontal .nav .dropdown-menu a
{
    color: #00171F;
}

.menuHorizontal li a:hover 
{
    /*background-color: #E0E1E2;*/
    background-color: #E2BC6A;
    color: #00171F;
}

.menuVertical
{
    background-color: #00171F;
    /*background-color: #031b4d;*/
    border-color: #2E2E2E;
}

.menuVertical a
{
    color: #F2F2F2;
}

.menuVertical .sidebar-nav ul li a.active
{
    border-left: 3px solid #C49A3C !important;
    color: #C49A3C;
}

.divider hr
{
    border-top: 1px solid #8293B6;
    margin: 9px 5px;
}
/*-------------------------------------*/

