::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
}

html, body {
    background-color: white;
    width: 100%;
    height: 100%;
}

.modalPopup {
    position: relative;
    background: #FFF;
    width: 30%;
    margin-left: 10%;
    top: 90px;
    padding: 0;
    text-align: center;
    border: 0;
    border-top: 5px solid #a48530;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
    z-index: 1;
}

.modalPopup::backdrop {
    position: relative;
    width: 50%;
    height: 100%;
    margin-left: 0;
    margin-top: 68px;
    margin-bottom: auto;
    background-color: rgba(0,0,0,0.5);
}

.modalPopupFullScreen {
    position: relative;
    background: #FFF;
    width: 30%;
    /*margin-left: 10%;*/
    top: 90px;
    padding: 0px 40px;
    text-align: center;
    border: 0;
    border-top: 5px solid #a48530;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
    z-index: 1;
}

.modalPopupFullScreen::backdrop {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 68px;
    margin-bottom: auto;
    background-color: rgba(0,0,0,0.5);
}

.pv-operation-mode-title {
    font-weight: bolder;
}

.pv-form-emprestar {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.pv-form-emprestar .cancelar {
    display: inline-block;
    text-align: center;
}

.pv-form-emprestar .emprestar {
    display: inline-block;
    text-align: center;
}

.pv-form-devolver {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.pv-form-devolver .cancelar {
    display: inline-block;
    text-align: center;
}

.pv-form-devolver .devolver {
    display: inline-block;
    text-align: center;
}

.pv-alerta-foco {
    padding: 16px;
    background-color: #a80000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.pv-alerta-erro-serial {
    margin-top: 67px;
    padding: 16px;
    background-color: #a80000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 2000;
    width: 100%;
}

.pv-alerta-erro-internet {
    margin-top: 67px;
    padding: 16px;
    background-color: #a80000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 3000;
    width: 100%;
}

.pv-loan-error {
    color: red;
    font-weight: bold;
}

.pv-subtitulo-cidade {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #a48530;
    text-align: center;
}

.pv-subtitulo-contador {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.pv-stats-subtitle {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #a48530;
    text-align: center;
}

.pv-stats-aguarde {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #a48530;
    text-align: center;
}

.pv-version {
    display: block;
    border: 1px solid transparent;
    color: #a48530;
    text-align: center;
}

.pv-version a,
.pv-version a:active,
.pv-version a:focus,
.pv-version a:hover {
    display: block;
    border: 1px solid transparent;
    color: #a48530;
    text-align: center;
    background: transparent;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-transition: 100ms all ease-out;
    -moz-transition: 100ms all ease-out;
    -ms-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    border-radius: 3px;
    display: inline-block;
    /*width: 20px;*/
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.pv-version-light {
    display: inline-block;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: smaller;
}

.pv-locale_select {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
}

.pv-locale_select .lang_option {
    -webkit-transition: 100ms all ease-out;
    -moz-transition: 100ms all ease-out;
    -ms-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    border-radius: 3px;
    padding: 0px 4px;
    display: inline-block;
}

.pv-locale_select .lang_option:hover {
    -webkit-transition: 100ms all ease-out;
    -moz-transition: 100ms all ease-out;
    -ms-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    background: #a48530;
    color: #fefefe;
}

.help_option {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-transition: 100ms all ease-out;
    -moz-transition: 100ms all ease-out;
    -ms-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: none;
}

.help_option:active,
.help_option:focus,
.help_option:hover {
    -webkit-transition: 100ms all ease-out;
    -moz-transition: 100ms all ease-out;
    -ms-transition: 100ms all ease-out;
    transition: 100ms all ease-out;
    background: #a48530;
    color: #fefefe;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    border: none;
}

#fullscreen-click {
    width: 300px;
    margin: 10px;
}
