html {
    font-size: 14px;
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/opensans-light.ttf') format('truetype');
}

@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'opensans-bold';
    src: url('../fonts/opensans-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'galakpro';
    src: url('../fonts/GalakPro Demo.ttf') format('truetype');
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@page {
    size: A4;
}
/* Oculta la URL del sitio y la fecha en el encabezado */
@page :left {
    content: none;
}

@page :right {
    content: none;
}



.opensansBold {
    font-family: opensans-bold;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.thEntidad {
    background-color: #009688;
    color: white !important;
    font-size: medium;
}

.thOts {
    background-color: #173891;
    color: white !important;
    font-size: medium;
}

.thPresupuesto {
    background-color: #7986CB;
    color: white !important;
    font-size: medium;
}

.thSolicitud {
    background-color: #42A5F5;
    color: white !important;
    font-size: medium;
}

.thNorma {
    background-color: #37474F;
    color: white !important;
    font-size: medium;
}
.thNotaCredito {
    background-color: #37474F;
    color: white !important;
    font-size: medium;
}
.thPresupuestosPendientes {
    background-color: #2196F3;
    color: white !important;
    font-size: medium;
}

.thPresupuestosItemPendientes {
    background-color: #546E7A;
    color: white !important;
    font-size: medium;
}
.thDetalle {
    background-color: #90A4AE;
    color: #263238 !important;
    font-size: medium;
}

.linkNavLateralConsultas {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralConsultas:hover {
        background-color: #E68F94;
        cursor: pointer;
    }
.linkNavLateralOtros:hover {
    background-color: #8A2BE2;
    cursor: pointer;
}
    
.linkNavLateralSolicitud {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralSolicitud:hover {
        background-color: #1976D2;
        cursor: pointer;
    }

.linkNavLateralEntidad {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralEntidad:hover {
        background-color: #004D40;
        cursor: pointer;
    }


.linkNavLateralPresupuesto {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralPresupuesto:hover {
        background-color: #283593;
        cursor: pointer;
    }


.linkNavLateralGenerales {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralGenerales:hover {
        background-color: #263238;
        cursor: pointer;
    }


.linkNavLateralOT {
    font-family: opensans-regular;
    font-size: 12px;
}

    .linkNavLateralOT:hover {
        background-color: #0c2770;
        cursor: pointer;
    }

.cabeceraFija {
    position: sticky;
    top: -15px;
    z-index: 100;
}

.tox-notification {
    display: none !important;
}

.tox-notifications-container {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit; 
    font-family: inherit;
}

.overlay {
    position: fixed;
    top: 26%;
    left: 60px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

.centrarH {
    display: flex;
    justify-content: center
}

.listItemMenu:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}


.checkBoxInfo .v-label {
    color: #2196F3; /* Cambia el color del texto de la etiqueta */
}

.BtnDerechaSuperior {
    position: absolute;
    top: 0px;
    right: -24px;
    z-index: 100;
}

.BorderSuccess {
    border-top: 1px #4aaa4d solid !important;
    border-right: 1px #4aaa4d solid !important;
    border-left: 1px #4aaa4d solid !important;
    border-bottom: 1px #4aaa4d solid !important;
}
.BorderRightSuccess {
    border-right: 1px #4aaa4d solid !important;
}

.report-container {
    flex-grow: 1; /* Ocupa el espacio restante */
    overflow: hidden; /* Evita desplazamiento en el contenedor */
}

.report-embed {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    border: none; /* Opcional, elimina el borde del embed */
}

.estiloQr1 {
    font-family: galakpro;
    font-size: 36px;
}

.imgQr1 {
    height: 28px;
    /*margin-bottom: 26px;*/
}

.estiloQr2 {
    font-family: galakpro;
    font-size: 16px;
    position: relative;
    /*top: -8px;*/
}

.estiloQr2Entidad {
    font-family: galakpro;
    font-size: 16px;
    position: relative;
    top: -8px;
}


.imgQr2 {
    height: 13px;
    margin-bottom: 6px;
    position: relative;
}

.imgQr2Entidad {
    height: 13px;
    margin-bottom: 6px;
    position: relative;
    top: -8px;
}

.estiloImagenQr {
    height: 118px;
    width: 118px;
    position: relative;
    top: 0;
}

.estiloImagenQrEntidad {
    height: 147px;
    width: 147px;
    position: relative;
    top: 0;
}

.estiloImagenQr2 {
    height: 48px;
    width: 48px;
    position: relative;
    top: 9px;
}

.estiloImagenQr2Entidad {
    height: 60px;
    width: 60px;
    position: relative;
    top: 9px;
}
/*QR OCP*/
.estiloQr2OCP {
    font-family: galakpro;
    font-size: 16px;
    position: relative;
    top: -4px;
}
.estiloImagenQrOCP {
    height: 118px;
    width: 123px;
    position: relative;
    top: 0;
}
.imgQr2OCP {
    height: 13px;
    margin-bottom: 6px;
    position: relative;
    top: -3px;
}
/**/
.estiloImagenQr2OCP {
    height: 48px;
    width: 48px;
    position: relative;
    top: 9px;
}

.altoAnchoDivQr {
    height: 150px;
    width: 125px;
}

.tablaLetrasQr {
    top: -2px;
}

.tablaLetrasQrEntidad {
    top: -15px;
}


.estiloImagenQr3 {
    height: 440px;
    width: 440px;
    position: relative;
    top: 35px;
}
.estiloQr3 {
    font-family: galakpro;
    font-size: 130px;
    position: relative;
    top: 18px;
}

.imgQr3 {
    height: 112px;
    position: relative;
}

.estiloImagenQrOCP3 {
    height: 440.5px;
    width: 440.5px;
    position: relative;
    top: 35px;
}
.fila-verde {
    background-color: #ADD8E6 !important;
}

