﻿.main-loader {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}

/* 
    Custom CSS for Select, inputs and similar items for form
*/
.select-dropdown.dropdown-content li.selected {
    background-color: #ff5900 !important;
    color: white !important;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #8f4444 !important;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #ff5900 !important;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #ff5900 !important;
    border-bottom: 2px solid #ff5900 !important;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #ff5900 !important;
}
/* 
   End Custom CSS for Select, inputs and similar items for form
*/
.selects-container .select-wrapper.select-month,
.selects-container .select-wrapper.select-year {
    padding-right: 15px;
}

    .selects-container .select-wrapper.select-month:after,
    .selects-container .select-wrapper.select-year:after {
        font-family: 'Material Icons';
        content: 'keyboard_arrow_down';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

img.brand-logo {
    position: absolute;
    top: 1em;
}

html {
    padding: 0;
}

div#titutlo {
    padding-left: 1.3em;
    text-align: center;
}

@font-face {
    font-family: 'Sharp Slab';
    src: url('fonts/sharpslab-medium-webfont.woff2') format('woff2'), url('fonts/sharpslab-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

span#anahuac {
    color: #ff5900;
    font-family: 'Sharp Slab';
}

body {
    margin: 0;
    padding: 0;
    background-image: url('../img/Fondo.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Arial;
}


img#escudo.brand-logo.left {
    visibility: hidden;
}

/*Quita arrows del tipo numerico*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

div#box.row.white {
    width: 45%;
    z-index: 999;
    /*margin-top: 9em;*/
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

input#MainContent_BAceptar.btn.white-text.col.s11.center {
    margin-top: 1em;
    background-color: rgb(255,89,0);
    margin-left: 1em;
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 60%;
    left: 50%;
}

a.orange-text {
    margin-bottom: 1em
}

#tym {
    color: rgb(255,89,0);
}

h4 {
    padding-top: 1.5em;
}

div.datepicker-date-display {
    background-color: rgb(255,89,0);
}

@media only screen and (max-width:1030px) {
    div#box.row.white {
        width: 80%;
        margin-top: 5em;
    }

    div#titutlo {
        margin-top: 7em;
        padding-left: 4.5em;
    }

    h4 {
        font-size: 3rem;
    }

    span#anahuac {
        color: #ffff;
    }

    div.g-recaptcha {
        margin-left: 2.5em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 3em;
    }
}

@media only screen and (max-width:820px) {
    div#box.row.white {
        width: 100%;
    }

    img.brand-logo {
        margin-left: 25%;
        width: 40%;
    }

    #toast-container {
        top: auto !important;
        right: auto !important;
        bottom: 80%;
        left: 10%;
    }
}

@media only screen and (max-width:770px) {
    body {
        background-size: auto;
    }

    div#box.row.white {
        width: 80%;
        margin-top: 0;
    }

    div#titutlo {
        margin-top: 7em;
        padding-left: 12em;
    }

    h4 {
        font-size: 2.5rem;
    }

    span#anahuac {
        color: #ffff;
    }

    div.g-recaptcha {
        margin-left: 4em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 4.5em;
    }
}

@media only screen and (max-width:550px) {
    div#titutlo {
        margin-top: 5em;
        padding-left: 3em;
    }

    div#box.row.white {
        width: 100%;
    }

    div.g-recaptcha {
        margin-left: 4em;
    }

    input#MainContent_BAceptar {
        margin-left: 2em;
    }
}

@media only screen and (max-width:500px) {
    img.brand-logo {
        margin-left: 10%;
        width: 80%;
    }

    #toast-container {
        top: auto !important;
        right: auto !important;
        bottom: 60%;
        left: 10%;
    }
}

@media only screen and (max-width:430px) {
    body {
        background-size: auto;
    }

    img#logo.brand-logo {
        margin-left: 0;
        width: 25em;
    }

    div#box.row.white {
        width: 100%;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 1em;
    }

    div.g-recaptcha {
        margin-left: 0;
    }
}

@media only screen and (max-width:414px) {
    div#box.row.white {
        width: 110%;
        margin-left: -1em;
        margin-top: 0;
    }

    div#titutlo {
        margin-top: 7em;
        padding-left: 3.5em;
    }

    h4 {
        font-size: 2rem;
    }

    span#anahuac {
        color: #ffff;
    }

    div.g-recaptcha {
        margin-left: 1.5em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 2em;
    }
}

@media only screen and (max-width:411px) {
    div#box.row.white {
        width: 110%;
        margin-left: -1em;
        margin-top: 0;
    }

    div#titutlo {
        margin-top: 7em;
        padding-left: 3em;
    }

    h4 {
        font-size: 2rem;
    }

    span#anahuac {
        color: #ffff;
    }

    div.g-recaptcha {
        margin-left: 1em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 1.5em;
    }
}

@media only screen and (max-width:387px) {
    div#box.row.white {
        margin-top: 0;
        width: 115%;
        padding-left: 0;
        margin-left: -1.5em;
    }

    div.g-recaptcha {
        margin-left: .5em;
    }

    div#titutlo {
        margin-top: 7em;
        padding-left: 1.5em;
    }

    h4 {
        font-size: 2rem;
    }

    span#anahuac {
        color: #ffff;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 1em;
    }

    img#logo {
        width: 23em;
        margin-left: 0;
    }
}

@media only screen and (max-width:337px) {
    div#box.row.white {
        width: 126%;
        margin-left: -10px;
    }

    div#titutlo {
        margin-top: 7.5em;
        padding-left: 3.5em;
    }

    h4 {
        font-size: 1.5rem;
    }

    span#anahuac {
        color: #ffff;
    }

    div.g-recaptcha {
        margin-left: -5px;
    }
}

@media only screen and (max-width: 1337px) and (orientation: landscape) {
    div#titutlo {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1030px) and (orientation: landscape) {
    img#logo.brand-logo {
        visibility: hidden;
    }

    img#escudo.brand-logo.left {
        visibility: inherit;
        width: 10%;
        margin-left: .5em;
    }

    div#box.row.white {
        width: 80%;
        margin-top: 1em;
        margin-left: 4em;
    }

    span#pruebas {
        margin-left: 0;
    }

    h4 {
        padding-top: 0;
    }

    div#titutlo {
        margin-top: 0;
        padding-left: 2.3em;
        text-align: center;
    }

    span#anahuac {
        color: #ff5900;
        font-family: 'Sharp Slab';
    }

    #toast-container {
        top: auto !important;
        right: auto !important;
        bottom: 65%;
        left: 10em;
    }

    div.g-recaptcha {
        margin-left: 3em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 3em;
    }
}

@media only screen and (max-width:830px) and (orientation: landscape) {
    body {
        background-size: auto;
    }

    div#box.row.white {
        width: 62%;
        margin-top: 1em;
        margin-left: 25%;
    }

    span#pruebas {
        margin-left: 0;
    }

    h4 {
        padding-top: 0;
    }

    div#titutlo {
        margin-top: 0;
        padding-left: 8.3em;
        text-align: center;
    }

    span#anahuac {
        color: #ffff;
        font-family: 'Sharp Slab';
    }

    img#escudo.brand-logo.left {
        margin-left: 2em;
        width: 8em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 3em;
    }

    div.g-recaptcha {
        margin-left: 2.3em;
    }
}

@media only screen and (max-width:750px) and (orientation: landscape) {
    body {
        background-size: auto;
    }

    img#escudo.brand-logo.left {
        top: 1em;
        width: 13%;
        margin-left: 3em;
    }

    span#pruebas {
        margin-left: 0;
    }

    h4 {
        padding-top: 0;
    }

    div#titutlo {
        margin-top: 0;
        padding-left: 8.3em;
        text-align: center;
    }

    span#anahuac {
        color: #ffff;
        font-family: 'Sharp Slab';
    }

    div#box.row.white {
        width: 75%;
        margin-top: 1em;
        margin-left: 20%;
    }

    div.g-recaptcha {
        margin-left: 2em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 2.5em;
    }
}

@media only screen and (max-width:670px) and (orientation: landscape) {
    div.g-recaptcha {
        margin-left: 1em;
    }

    div#titutlo {
        margin-top: 0;
        padding-left: 8.3em;
        text-align: center;
    }

    span#anahuac {
        color: #ffff;
        font-family: 'Sharp Slab';
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 1.5em;
    }

    img#escudo.brand-logo.left {
        margin-left: 0;
        width: 6em;
    }
}

@media only screen and (max-width: 570px) and (orientation: landscape) {
    body {
        background-size: cover;
    }

    img#escudo.brand-logo.left {
        width: 5em;
        margin-left: 0;
    }

    span#pruebas {
        margin-left: 0;
    }

    h4 {
        padding-top: 0;
    }

    div#titutlo {
        margin-top: 0;
        padding-left: 8.3em;
        text-align: center;
    }

    span#anahuac {
        color: #ff5900;
        font-family: 'Sharp Slab';
    }

    div.g-recaptcha {
        margin-left: 1em;
    }

    input#MainContent_BAceptar.btn.white-text.col.s11.center {
        margin-left: 1.5em;
    }
}

/*Pantalla de Validación_  Botón del calendario*/

.botonBuscar {
    border-radius: 5px;
    border-width: thin;
    background: #ff5900;
    border: none;
    color: white;
    height: 2em;
    width: 9em;
    margin-left: 1em;
}

.calendarBuscar {
    margin-top: 4em;
    cursor: pointer;
}

.inputFecha {
    width: 17em;
    border-color: #767676;
    border-radius: 5px;
    border-width: thin;
    padding-left: 2em; /*Margen izq. de las letras del interior de la caja*/
    margin-left: 4em; /*Sepaación entre cajas*/
    height: 1.5em;
}

/*-------------------*/