@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
body {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-family: 'Roboto', 'arial' !important;
    line-height: 20px;
    min-height: 100vh !important;
}

@media only screen and (max-width: 305px) {
 .logoCliente {
    max-height: 50px;
    max-width: 110px;
 }
 .logoSistema {
    max-height: 50px;
    max-width: 128px;
    align-content: left;
    -webkit-align-content: left;
    object-fit: contain;
 }
}

@media only screen and (min-width: 306px) and (max-width: 420px) {
 .logoCliente {
    max-height: 60px;
    max-width: 130px;
 }
 .logoSistema {
    max-height: 60px;
    max-width: 128px;
    align-content: left;
    -webkit-align-content: left;
    object-fit: contain;
 }
}

@media (min-width: 421px) {
    .logoCliente {
        max-height: 90px;
        max-width: 195px;
        align-content: right;
        -webkit-align-content: right;
        object-fit: contain;
    }
    .logoSistema {
        max-height: 90px;
        max-width: 190px;
        align-content: left;
        -webkit-align-content: left;
        object-fit: contain;
    }
}

@media(max-width:599px) {
    .relative {
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
    }
    .card {
        box-shadow: none;
        padding: 0px;
    }
    #teclado-virtual {
        width: 100%;
    }
}

@media(min-width: 600px) {
    body {
        background-color: #053552;
        background-image: url();
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        min-height: 100vh !important;
    }
    body::after {
        min-height: 56px;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    body::before {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        content: '';
        display: block;
        height: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
}

.relative {
    margin: 0 auto;
}

.relative_servidor {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -364px;
}

.relative_mobile {
    padding: 1rem;
    overflow-y: auto;
    height: 100vh
}

.relative_servidor.div {
    width: 500px;
}

.relative.div {
    width: 450px;
}

.button-modal{
    width: 100%; 
    height: 40px; 
    background-color: #8B0000; 
    color: #fff; 
    border-radius: 10px;
    border: none;
}

.card {
    min-width: 300px;
    transition: .2s;
    overflow: hidden;
    flex-grow: 1;
    -webkit-box-flex: 1;
    padding: 32px;
    min-height: 300px;
    height: auto;
    overflow-y: auto;
    border-radius: 8px !important;
    padding: 1.5rem 2rem 2rem 2rem !important;
}

.dropdown-content {
    max-height: 14rem;
}

.footer {
    min-width: 400px;
    transition: .2s;
    overflow: hidden;
    flex-grow: 1;
    -webkit-box-flex: 1;
    padding: 16px;
    height: auto;
    overflow-y: auto;
}

.containerLogo {
    overflow: visible;
    <!-- height: 48px; -->
    position: relative;
}

table, th, td {
    border: 0px solid #fff;
}

.containerText {
    padding-left: 4px;
}

.dropdown-content {
    max-height: 14rem;
}

.containerText h1 {
    padding-bottom: 0;
    padding-top: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
    margin-top: 0;
}

.bodyText {
    padding-bottom: 3px;
    padding-top: 1px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4286;
    margin-bottom: 0;
    margin-top: 0;
}

.containerForm {
    display: inline-block;
    font-size: 14px;
    padding: 18px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: top;
    white-space: normal;
    width: 100%;
    padding-left: 4px;
}

/* label focus color */

.input-field input:label {
    color: #2196F3;
}

/* label underline focus color */

.input-field input:focus {
    border-bottom: 1px solid #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
}

.captionText {
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4286;
    margin-bottom: 0;
    margin-top: 0;
    color: rgba(117, 117, 117, 0.8);
}

.textBtnFlat {
    font-size: 11px;
    color: #2196F3;
}

.inputLabelIE {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.inputIE {
    display: block;
    width: 96%;
    padding: 2%;
    font-size: 14px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #CCC;
}

.btn {
    background-color: #2196f3 !important
}

.btn-flat {
    color: #2196f3 !important;
    padding: 0px !important;
    font-size: 0.875rem !important;
}

.row {
    margin-bottom: 0px !important;
}

ul.dropdown-content.select-dropdown li span {
    color: #2196f3 !important;
    font-family: 'Roboto', 'arial' !important;
}

.input-field input:focus+label {
    color: #2196f3 !important;
    font-family: 'Roboto', 'arial' !important;
}

.input-field input:focus {
    border-bottom: 1px solid #2196f3 !important;
    box-shadow: 0 1px 0 0 #2196f3 !important
}

.with-gap[type="radio"]:not(:checked)+span {
    color: rgba(0, 0, 0, 0.87);
}

.with-gap[type="radio"]:checked+span {
    color: rgba(0, 0, 0, 0.87);
}

.with-gap[type="radio"]:checked+span:before {
    border: 2px solid #2196f3 !important;
}

.actionsCard {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

.actionsCardLink {
    display: flex;
    line-height: 18px;
    margin-right: 22px;
}

.actionsCardTitle {
    margin-left: 5px;
    font-size: 0.6875rem;
    font-family: 'Roboto', 'arial' !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-transform: uppercase !important;
}

.containerCard {
    width: 100%;
    height: 100% !important;
    border: 3px solid #0E5378;
    border-radius: 0.5rem;
    opacity: 1;
    margin-top: 0.25rem;
    padding: 1rem;
}

.modal {
    top: 7% !important;
    max-height: 88%;
    max-width: 512px;
}

.titleheaderModal {
    text-align: center;
    color: #F74D6D;
    text-transform: uppercase;
    opacity: 1;
    font-family: "Roboto" !important;
    font-size: 30px !important;
    margin: 0px !important;
}

.divider {
    width: 100% !important;
    height: 0.25rem;
    background-color: #FB4C6F;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contentTextnfo {
    text-align: center;
    font: Roboto !important;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    color: #6A6A6A;
    opacity: 1;
}

.containerButtons {
    padding-top: 8px;
    padding-bottom: 8px;
}

.qrcodeContainer {
    width: 100%;
    height: 195px;
    object-fit: contain;
}

/*!
 * 
 *   simple-keyboard v2.24.1
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */

body, html {
    margin: 0;
    padding: 0
}

.simple-keyboard {
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    touch-action: manipulation
}

.simple-keyboard .hg-row {
    display: flex
}

.simple-keyboard .hg-row:not(:last-child) {
    margin-bottom: 5px
}

.simple-keyboard .hg-row .hg-button-container, .simple-keyboard .hg-row .hg-button:not(:last-child) {
    margin-right: 5px
}

.simple-keyboard .hg-row>div:last-child {
    margin-right: 0
}

.simple-keyboard .hg-row .hg-button-container {
    display: flex
}

.simple-keyboard .hg-button {
    display: inline-block;
    flex-grow: 1;
    cursor: pointer
}

.simple-keyboard .hg-button span {
    pointer-events: none
}

.simple-keyboard.hg-theme-default {
    background-color: rgba(0, 0, 0, .1);
    padding: 5px;
    border-radius: 5px
}

.simple-keyboard.hg-theme-default .hg-button {
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.simple-keyboard button.hg-button {
    border-width: 0;
    outline: 0;
    font-size: inherit
}

.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button {
    width: 33.3%;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd, .simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {
    height: 85px
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {
    width: 105px
}

.simple-keyboard.hg-theme-default .hg-button.hg-button-com {
    max-width: 85px
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
    max-width: 45px
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
    background: rgba(5, 25, 70, .53);
    color: #fff
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
    max-width: 82px
}

.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
    max-width: 60px
}

/**
    Teclado Virtual
**/

#teclado-virtual {
    position: absolute;
    background-color: #efefef;
    margin-left: 20px;
    width: 517px;
    height: 187px;
    border: #e1e1e1 solid 1px;
}

#teclado-virtual .header {
    float: left;
    width: 100%;
    cursor: move;
}

#teclado-virtual .close {
    float: right;
    margin: 5px;
    cursor: pointer !important;
}

#teclado-virtual .simple-keyboard {
    width: 517px;
    height: 155px;
    background-color: rgba(0, 0, 0, .05);
}

#teclado-virtual .simple-keyboard .hg-button {
    height: 25px !important;
}

#teclado-virtual .simple-keyboard .hg-button:active {
    background-color: #EEE;
}

#ambient-tag {
    position: fixed;
    padding: 0.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.2rem;
}

#ambient-tag.interv {
    background: yellow;
    color: #8B0000;
}

#ambient-tag.homol {
    background: red;
    color: yellow;
}