﻿@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/Montserrat-Regular.ttf');
}

/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, form {
    height: 100%;
    font-family: Montserrat, sans-serif;
}

.layout-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.header {
    text-align: center;
    background-color: white;
}

.logo {
    max-width: 760px;
    height: auto;
}

.separator {
    width: 100%;
    height: 10px;
    margin-top: 5px;
}

/* Main */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}

/* Footer */
.footer {
    background-color: #003366;
    color: white;
    text-align: center;
    height:60px;
    padding: 10px;
}

.footer a {
    color: White;
    text-decoration: none;
}

.footer a:hover {
    color: Yellow;
    text-decoration: none;
}

/* Layout con menú a la izquierda y contenido a la derecha */
.content-wrapper {
    display: flex;
    flex: 1;
    gap: 15px;
    flex-wrap: wrap;
}

.left-menu {
    width: 270px;
    min-width: 200px;
}

.right-content {
    flex: 1;
}

.modalBackgroundFrontal {
    background-color: gray;
    filter: opacity(0);
    opacity: 0;
}

.modalBackgroundForm {
    background-color: #000000;
    filter: opacity(0.6);
}

.clash3 {
    background: url(../images/b_t.png);
    font-family: Montserrat, sans-serif;
    padding:0px;
}

.encabezadoTablaUsuario {
    background-color: #F7F6F3;
    text-align: center;
    color: #7C6F57;
}

.tablaRecibo {
    font-family: Montserrat, sans-serif;
    font-size: 9pt;
    margin-left: 40px;
    width: 95%;
}

.CellsResults {
    background-color: #D3D3D3;
    font-weight: bold;
}

.titleCollapsePanel {
    background: #D0DEF0 url(../images/thbackground.gif) repeat;
    color: #15428B;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
    border-style: none;
    border-spacing: 0px;
    border-width: thin;
    border-color: Silver;
    width: auto;
    height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.headline {
    background: #104e8b url(../images/tab_m.png) repeat;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: white;
    width: 100%;
}

.checkBox {
    color: #104e8b;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.checkBox .checkBox-cls {
    float: left;
    margin-left: -1.5em
}

.checkBox-cls {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
}

.checkBox-cls[type=checkbox] {
    border-radius: .25em
}

.checkBox-cls[type=radio] {
    border-radius: 50%
}

.checkBox-cls:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.checkBox-cls:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.checkBox-cls:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.checkBox-cls:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}

.radioButton {
    color: #104e8b;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

.Button {
    border: thin Outset Silver;
    background: #D0DEF0 url('../images/thbackground.gif');
    color: #15428B;
    font-family: Montserrat;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border-spacing: 1px;
    width: auto;
    height: 22px;
    margin-left: 0px;
    margin-right: 0px;
}

.textBox {
    padding: .1rem .75rem;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #20252a;
    color: var(--app-component-color);
    background-color: #fff;
    background-color: var(--app-component-bg);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width:100%;
}

.label {
    color: #104e8b;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
}

/*.dropDownList {
    color: Black;
    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
}*/

.dropDownList {
    font-family: Montserrat, sans-serif;
    padding: .0rem 0rem .0rem .2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .dropDownList {
        transition: none;
    }
}

.dropDownList:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.dropDownList:disabled {
    background-color: #e9ecef;
}

.dropDownList-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.dropDownList-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.dropDownListHeadline {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: Black;
    width: 100%;
}

.headSimple {
    background: #F0F8FF;
    color: #104e8b;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    text-align: center;
    border-style: inset;
    border-spacing: 1px;
    border-width: 1px;
    border-color: #D0DEF0;
    width: auto;
    height: 25px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: initial;
    border: 2px solid transparent;
    padding: .2rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-primary {
    color: #000000;
    border-color: #0d6efd;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000000;
    background-color: initial;
}

.btn-xs {
    font-size: 1rem;
    padding: 0rem .4rem;
}

/* Responsivo */
@media (max-width: 768px) {
    /*.main-content*/
    .content-wrapper {
        flex-direction: column;
    }

    .left-menu {
        width: 100%;
    }

    .right-content {
        width: 100%;
    }

    .logo {
        max-width: 150px;
    }
}
