@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: ITCFranklinGothicStd-BkCd;
    src: url(../Fonts/ITCFranklinGothicStd-BkCd.otf);
}

@font-face {
    font-family: ITCFranklinGothicStd-DmCd;
    src: url(../Fonts/ITCFranklinGothicStd-DmCd.otf);
}

@font-face {
    font-family: LibreFranklin-Bold;
    src: url(../Fonts/LibreFranklin-Bold.ttf);
}

@font-face {
    font-family: LibreFranklin-Regular;
    src: url(../Fonts/LibreFranklin-Regular.ttf);
}



html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*
html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}*/

#main-wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 100px;
    position: relative;
}

#page-footer {
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    color: #CDD8DE;
    width: 100%;
    height: 104px;
    background-color: #CDD8DE;
}

#page-footer-Contacto {
    color: #023B59;
    width: 100%;
}

#page-footer-Contacto-Atencion {
    color: #023B59;
    margin: 0;
    padding-top: 7px;
    text-align: center;
    font-size: 12pt;
    font-family: LibreFranklin-Bold;
}

#page-footer-Contacto-Atencion-Contactos {
    display: flex;
    justify-content: center;
}

#page-footer-Contacto-Atencion-ContactosChild {
    width: 400px;
    align-self: center;
    align-items: center;
    text-align: center;
}

.page-footer-Contacto-Atencion-Contactos-XX {
    color: #023B59;
}

    .page-footer-Contacto-Atencion-Contactos-XX:hover {
        text-decoration: underline;
        color: #4584A9;
    }


#page-footer-Contacto-Atencion-Contactos-Telefono-Imagen {
    width: 25px;
    height: 23px;
}

#page-footer-Contacto-Atencion-Contactos-Whatsapp-Imagen {
    width: 25px;
    height: 23px;
}

.page-footer-Contacto-Atencion-Contactos-XX-Numero {
    font-size: 8.7pt;
    font-family: LibreFranklin-Regular;
    padding-top: 8px;
}


#page-footer-Contacto-Atencion-Contactos-Email-Imagen {
    width: 30px;
    height: 23px;
}

.page-footer-Contacto-Atencion-Contactos-Refencia {
    text-decoration: none;
}

#page-footer-Leyenda {
    background-color: #023B59;
    /* border-top: 0px solid lightgray;*/
    /* border-bottom: 0px solid lightgray;*/
    border-radius: 0px 0px 0px 0px;
    /*  position: fixed;
    bottom: 0;*/
    color: #023B59;
    width: 100%;
    font-size: 6.5pt;
    font-family: LibreFranklin-Regular;
    height: 18px;
    padding-top: 3px;
}

html, body {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #E5EBED;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





#divToolBar {
    width: 100%;
    background-color: #023B59;
    height: 86px;
    border-radius: 0;
    padding: 10.74px;
    margin: 0 0 0 0;
    display: flex;
    justify-content: space-around;
}

#divToolBar-Logo {
    margin-left: 0;
    width: 350px;
}

#imgLogo {
    width: 204px;
    height: 70px;
}

#divToolBar-Links {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    padding: 18px;
}

#divToolBar-Links-LinkTiendaEnLinea {
    text-decoration: none;
    padding-right: 50px;
    margin-top: -4px;
}

/*Se aplica cambio de font-size por cambio de tamaņo de pantalla especificado al final en @media*/
#divToolBar-Links-TiendaEnLinea {
    font-family: LibreFranklin-Bold;
    font-size: 15pt;
    color: #FFFFFF;
}

#divToolBar-Links-Facebook {
    width: 28px;
    height: 24px;
    margin-right: 15px;
}

#divToolBar-Links-Instagram {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

#divToolBar-Links-X {
    width: 27px;
    height: 24px;
}

#divButtonsIndex {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

#mainMenuInvoice {
    width: 325px;
    height: 205px;
    background-color: white;
    border: 1.5pt solid #CED9DF;
    border-radius: 0;
}

#mainMenuViewInvoice {
    width: 325px;
    height: 205px;
    background-color: white;
    border: 1.5pt solid #CED9DF;
    border-radius: 0;
}

.TextMainMenu {
    color: #023B59;
    font-size: 17pt;
    font-family: LibreFranklin-Bold;
}

.TextMainMenu_Over {
    color: #4584A9;
    font-size: 17pt;
    font-family: LibreFranklin-Bold;
}

.TextIndexTitle {
    color: #023B59;
    font-size: 35pt;
    font-family: ITCFranklinGothicStd-DmCd;
}



.TextIndexTitle2 {
    color: #023B59;
    font-size: 19pt;
    font-family: LibreFranklin-Regular;
}

.TextIndexTitle3 {
    color: #023B59;
    font-size: 16pt;
    font-family: LibreFranklin-Regular;
}

#containerPage {
    margin-top: 3rem;
}

.HeaderPage-Title {
    font-family: ITCFranklinGothicStd-DmCd;
    font-size: 35pt;
    color: #023B59;
    text-align: center;
}

.LabelsPage {
    font-family: LibreFranklin-Bold;
    font-size: 13pt;
    color: #023B59;
    text-align: left;
    width: 120px;
}

.EditControlsPage {
    border: 1.5pt solid #CDD8DE;
    background-color: #FFFFFF;
    font-family: LibreFranklin-Bold;
    font-size: 13pt;
    width: 273.5pt;
    height: 25.5pt;
}

.radioButton {
    font-family: LibreFranklin-Bold;
    font-size: 13pt;
    margin-right: 3rem;
}

.ComboBoxButton {
    border: 1.5pt solid #CDD8DE;
    background-color: #FFFFFF;
    font-family: LibreFranklin-Bold;
    font-size: 20pt;
}

.icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    height: 16px;
    width: 16px;
}

.my-style {
    width: 32px;
}

.icon-down {
    -webkit-mask-image: url("../images/Down.svg");
    background-image: url("../images/Down.svg");
}


/*Permiten cambiar el color de los items de los combobox al desplegarse*/
/*:root {
    --dxbl-list-box-item-hover-bg: yellow;
    --dxbl-list-box-item-selected-bg: blue;
    --dxbl-list-box-item-selected-hover-bg: blue;
}*/


/*Cambia el color del borde al tener el foco el control, en este caso se pone el mismo color de borde cuando no tiene el foco*/
.dxbl-text-edit {
    --dxbl-text-edit-focus-shadow-color: #CDD8DE;
    --dxbl-text-edit-focus-shadow-spread: 0px;
    --dxbl-text-edit-focus-shadow-blur: 0rem;
    --dxbl-text-edit-focus-border-color: #CDD8DE;
    --dxbl-text-edit-btn-color: Transparent; /*Color de fondo de la imagen del boton del combo*/
}

.dxbl-btn-outline-secondary:where(:not(.dxbl-btn-standalone)) {
    --dxbl-btn-active-bg: red;
    --dxbl-btn-active-color: red;
}


.btn-icon {
    width: 135px;
    height: 37px;
}


#page-footer-btns-ContinuarCancelar {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

#page-footer-btns-ContinuarCancelar-Center {
    width: 300px;
    align-self: center;
    align-items: center;
    text-align: center;
}

#div-img-TicketData {
    /*  width:302px;*/
}

#img-TicketData {
    width: 302px;
    height: 540px;
    margin-left: -15px;
    border: 0 none;
    /* height: 65vh;*/
}


#row-Control {
    margin-top: 1rem;
}

#row-ButtonControl {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#div-Center-Page {
    /* margin-left: 5rem;*/
    /* max-width: fit-content;
    margin-left: 302px;
    margin-right: auto;*/
}


/*SE UTILIZA PARA APLICAR CAMBIOS EN EL ESTILO EN BASE AL TAMAŅO DE LA PANTALLA*/
@media only screen and (max-width: 709px) {

    #divToolBar-Links-TiendaEnLinea {
        font-size: 10pt;
    }
}


@media only screen and (max-width: 800px) {

    #img-TicketData {
        transform: scale(0.8, 0.8);
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1450px) {

    #img-TicketData {
        transform: scale(0.9, 0.9);
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1366px) {

    #img-TicketData {
        transform: scale(0.9, 0.9);
        margin-left: auto;
        margin-right: auto;
    }
}
