@media (min-width: 360px) {
    .ajustaInputTextComBotao {
        margin-left: -7px;
        margin-top: 20px;
    }

    .botaoInputText {
        zoom: 100%;
    }
}

@media (min-width: 640px) {
    .ajustaInputTextComBotao {
        margin-left: -7px;
        margin-top: -7px;
    }

    .botaoInputText {
        zoom: 80%;
        margin-top: -9px;
    }
}

.centro {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

body {
    font-family: sans-serif;
    background-color: #eeeeee;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    background-image: url('/Voti-1.0.7/resources/ultima-layout/images/Aguarde.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .login-body-voti {
        /*background: url("/Voti-1.0.7/javax.faces.resource/images/login/login2x.png.xhtml?ln=ultima-layout") top left repeat;*/
        /*background-size: auto 100%;*/
    }

    .login-body-novo-cliente-voti {
        background: url("/Voti-1.0.7/javax.faces.resource/images/login/fundo_novo_cliente.jpg.xhtml?ln=ultima-layout") top left repeat;
    !important;
        background-size: auto 100%;
    }

    .pricing-body {
        /*background: url("/Voti-1.0.7/javax.faces.resource/images/login/fundo_novo_cliente.jpg.xhtml?ln=ultima-layout") top left repeat;*/
        background-size: auto 100%;
    }
}

.login-body-voti {
    /*background: url("https://voti.s3.sa-east-1.amazonaws.com/Empresa32/login-imagens/background-login.jpeg") top left repeat;*/
    background: url("https://voti.s3.sa-east-1.amazonaws.com/Empresa32/login-imagens/background-login.jpeg?v=1") top left repeat;
!important;
    /*height: 100%;
    width: 100%;
    background-size: 100% 100%;*/
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.login-body-novo-cliente-voti {
    background: url("/Voti-1.0.7/javax.faces.resource/images/login/fundo_novo_cliente.jpg.xhtml?ln=ultima-layout") top left repeat;
!important;
    height: 100%;
    width: 100%;
    /*background-size:100% 100%;*/
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

/* When the body has the loading class, we turn
 * the scrollbar off with overflow:hidden
*/
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
 * modal element will be visible
*/
body.loading .modal {
    display: block;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


.background-principal {
    width: 100%;
    min-height: 400px;
    background: url("/Voti-1.0.7/javax.faces.resource/images/login/fundo_novo_cliente.jpg.xhtml?ln=ultima-layout") top left no-repeat !important;
    background-size: 100% auto;
}

.ui-fluid .ui-inputtext[size], .ui-fluid .ui-inputfield[size] {
    width: 100% !important;
}

.ui-fluid .ui-inputtext[size] .width-pad, .ui-fluid .ui-inputfield[size] {
    width: 99% !important;
}

body.layout-compact .pad-texto .ui-inputfield {
    padding-left: 22px !important;
    margin-left: 6px;
}

@media (max-height: 768px) {
    .ui-dialog {
        margin-top: -130px !important;
    }
}

.iconeWhatsApp {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
}

.disbledRow {
    background-color: #F0FFFF !important;
}

.botaoPersonalizadoVoti {
    background: rgb(244, 134, 88);
    background: linear-gradient(90deg, rgba(244, 134, 88, 1) 0%, rgba(241, 108, 121, 1) 99%);
}

.label-input-padrao {
    margin-top: -20px;
    text-align: left !important;
    font-size: 12px;
    color: #607D8B;
}