html{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

img.logo-auditto-2-0 {
    width: 35%;
    margin-bottom: 18px;
    padding: 10px;
    margin-top: 80px;
    height: 80px;
}
.contaBody {
    background: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-width: 200%;
    min-width: 100%;
    width: 100%;
    background-position: center top;
    animation: fadein 1.2s;
    -moz-animation: fadein 1.2s;
    -webkit-animation: fadein 1.2s;
    -o-animation: fadein 1.2s;
}

.backOpConta{
    background-color: rgba(240, 248, 255, 0.85);
    width: 100%;
    height: auto;
    min-height: 100%;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.v-central{
    position: relative;
    top: 8px!important;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 0!important;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.iconClick{
    cursor: pointer;
}

.iconClick:hover{
    text-decoration: underline;
}

.posicaoAlt{
    margin: 33px 133px 0!important
}

.posicaoAlt a{
    cursor: pointer;
}

.altSair {
    padding-top: 13px;
}

.campoSistemas{
    margin: 30px 0 0 0;
}

.fonteAlt{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
}

/*Inicio Pesquisa Satisfacao*/
.content-pesquisa{
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    padding-bottom: 19.2px !important;
    padding-top: 12.8px !important;
    display: none;
    z-index: 100001;
}

.container-satisfacao {
    display: flex;
    flex-direction: column;
}

.container-pesquisa h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 9.6px;
    padding: 0 12px;
    text-align: center;
    margin-top: 9.6px;
    color: black;
}

.container-get-satisfacao {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-get-satisfacao h2 {
    margin: 0;
    color: #5a5a5a;
}

.button-satisfacao {
    font-size: 16px!important;
    padding: 8px 15px!important;
    background: #0078ce!important;
    border-color: #0078ce!important;
    color: white;
    border-radius: 4px!important;
}

.button-satisfacao:hover {
    opacity: 0.8!important;
    color: white!important;
}

.button-satisfacao:focus {
    border: none!important;
    outline: none!important;
    color: white!important;
    padding: 9px 16px!important;
}

.fechar-pesquisa {
    position: absolute;
    right: 14px;
    top: 10px;
    color: #ccc;
}

.pesquisa-satisfacao {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 44%;
    background: white;
    border: 1px solid #337ab7;
    padding: 17px;
    z-index: 100001;
}

.pesquisa-satisfacao-head h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: bold;
}

.pesquisa-satisfacao-head {
    border-bottom: 1px solid #337ab7;
}

.pesquisa-satisfacao-body p {
    font-size: 16px;
}

.pesquisa-satisfacao-body {
    padding: 28px 0 10px;
}

.btn-pesquisa-satisfacao {
    background: #337ab7!important;
    color: white!important;
    padding: 10px 20px!important;
    border-radius: 0!important;
    font-size: 17px!important;
}

.pesquisa-satisfacao-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pesquisa-satisfacao .fechar-pesquisa {
    font-size: 20px;
    color: #337ab7;
    right: 16px;
}

.fechar-pesquisa:hover {
    cursor: pointer;
}

.container-mensagem {
    display: none;
    width: 37%;
    margin: 0 auto;
    padding-top: 20px;
}

.container-mensagem textarea {
    height: 86px !important;
}

.btn-enviar-pesquisa {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin: 0 auto!important;
    background: #0078ce!important;
    color: white!important;
    font-size: 17px!important;
    padding: 8px 81px!important;
}

.opacity-important{
    opacity: 0.2!important;
}

.background-importnat{
    background: #0078ce!important;
    opacity: 1!important;
}

.container-agradecimento-pesquisa {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    padding-bottom: 19.2px !important;
    padding-top: 12.8px !important;
    text-align: center;
    display: none;
}

.container-agradecimento-pesquisa p{
    font-size: 17px;
    color: black;
    margin-bottom: 0;
}

.pesquisa-center {
    top: 30%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    position: absolute;
}

.pesquisa-satisfacao-nao-participar {
    margin: 10px 0 0 0;
    color: #337ab7!important
}

.pesquisa-satisfacao-nao-participar:hover {
    opacity: 0.9;
    cursor: pointer;
}

.blockScrem {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
    display: none;
}

.blockScreamPesquisa {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
}
/*Fim Pesquisa Satisfacao*/

@keyframes fadein {
    from {

        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*************************************************/

@media only screen and (max-width:767px) {

    .backOp{
        background-color: rgba(240, 248, 255, 0.85);
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .iconClick{
        margin-top: 30px;
        text-align: center;
    }
    
    .campoLogado{
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .centralizar{
        text-align: center;
    }
    
    .posicaoAlt{
        margin: 0px 145px 0!important;
    }
    
    .v-central{
        position: relative;
        top: 10px!important;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 0!important;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        font-size: 40px!important;
        margin-bottom: 15px;
    }
    
    .altSair{
        text-align: center;
    }

    /*Início Pesquisa Satisfacao*/
    .pesquisa-center{
        max-width: 100%;
        width: 100%;
        position: absolute;
        /*top: 40px;*/
        padding: 0 22px;
    }

    .pesquisa-satisfacao{
        position: fixed;
        width: 90%;
    }

    .container-pesquisa h2 {
        font-size: 14px;
        padding: 0px 4px 0px 5px;
    }

    .button-satisfacao {
        font-size: 14px !important;
        padding: 5px 9px !important
    }

    .button-satisfacao:active,
    .button-satisfacao:focus,
    .button-satisfacao:active:focus,
    .button-satisfacao.active:focus,
    .button-satisfacao.focus,
    .button-satisfacao:active.focus,
    .button-satisfacao.active.focus {
        padding: 5px 9px !important;
    }

    .pesquisa-satisfacao-head h2 {
        font-size: 20px;
        font-weight: bold;
    }

    .pesquisa-satisfacao-body p {
        font-size: 15px;
    }

    .btn-pesquisa-satisfacao {
        padding: 8px 11px!important;
        font-size: 16px!important;
    }

    .container-mensagem {
        width: 90%;
    }
    /*Fim Pesquisa Satisfacao*/
    
}

@media only screen and (max-width:991px) {

    .backOp{
        background-color: rgba(240, 248, 255, 0.85);
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .iconClick{
        text-align: center;
    }
    
    .campoLogado{
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .centralizar{
        text-align: center;
    }
    
    .posicaoAlt{
        margin: 0px 145px 0!important;
    }
    
    .v-central{
        position: relative;
        top: 10px!important;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 0!important;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        font-size: 40px!important;
        margin-bottom: 15px;
    }
    
    .altSair{
        text-align: center;
    }

    /*Início Pesquisa Satisfacao*/
    .pesquisa-satisfacao-head h2 {
        font-size: 20px;
    }

    .btn-pesquisa-satisfacao {
        padding: 8px 15px!important;
        font-size: 16px!important;
    }

    .container-mensagem {
        width: 54%;
    }
    /*Fim Pesquisa Satisfacao*/
    
}

@media only screen and (min-width:991px) {

    .backOp{
        background-color: rgba(240, 248, 255, 0.85);
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .iconClick{
        text-align: center;
    }
    
    .campoLogado{
        text-align: center;
        margin: 0 0 5px 0;
    }
    
    .centralizar{
        text-align: center;
    }
    
    .posicaoAlt{
        margin: 0px 145px 0!important;
    }
    
    .v-central{
        position: relative;
        top: 10px!important;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 0!important;
        -webkit-font-smoothing: antialiased;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        font-size: 40px!important;
        margin-bottom: 15px;
    }
    
    .altSair{
        text-align: center;
    }
    
}