﻿
.div-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(images/loading.gif) center no-repeat #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.modal-backdrop.show {
    opacity: 0.9;
}

.captcha {
    width: 304px;
    height: 78px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 5px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}

.g-recaptcha-parent {
    width: 100%;
}

.menu-Accordion-content-active {
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #DAE0E5 !important;
    padding-left: 28px;
    color: #1C1C62 !important;
}

.menu-content-active {
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: #DAE0E5 !important;
    color: #1C1C62 !important;
}

.align-left {
    text-align: left;
    /*white-space: normal !important;
    word-break: break-all !important;*/
}

.align-center {
    text-align: center;
    /*white-space: normal !important;
    word-break: break-all !important;*/
}

.align-right {
    text-align: right;    
}

.align-break {
    white-space: normal !important;
    word-break: break-all !important;
}

.red {
    color: red;
}

#message {
    display: none;
    background: #f1f1f1;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 5px 15px;
    }

.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -15px;
    content: "✔";
}

.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -15px;
    content: "✖";
}

.linkeditar {
    width: 21px;
    height: 21px;
    border-width: 0px;
}

.linkdownload {
    width: 21px;
    height: 21px;
    border-width: 0px;
}

.listaRespostas {
    margin-top: -40px;
    height: 200px;
}

.font-resposta-data {
    font-size:12px;
    font-style:normal;
    font-weight:bold;
}

.font-resposta {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}

.UploadButton {
    background-image: url(images/ico/ic_backup_white.svg);
    background-repeat: no-repeat;
    background-position: left calc(0.675em + 0.1875rem) center;
    background-size: calc(0.85em + 0.675rem) calc(0.85em + 0.675rem);
    height: 40px;
    width: 240px
}

.ExcelButton {
    background-image: url(images/ico/ic_description_white.svg);
    background-repeat: no-repeat;
    background-position: left calc(0.675em + 0.1875rem) center;
    background-size: calc(0.85em + 0.675rem) calc(0.85em + 0.675rem);
    height: 40px;
    width: 240px
}

.BuscaButton {
    background-image: url(images/ico/ic_search_white.svg);
    background-repeat: no-repeat;
    background-position: left calc(0.675em + 0.1875rem) center;
    background-size: calc(0.85em + 0.675rem) calc(0.85em + 0.675rem);
    height: 40px;
    width: 240px
}

.esquerda {
    float: left;
    text-align: left;
}

.direita {
    float: right;
    padding-left: 10px;
}

.simulador_pontos {
    background-color: #F8F3FE;
    padding: 30px;
    background: #F5F8FA;
    margin-bottom: 35px;
    border-radius: 8px;
}

.simulador_pontos_titulo {
    color: rgba(40,36,71,1) !important;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
}

.btn-pq-action2 {
    width: 100%;
    height: 44px;
    color: #fff;
    background-color: #0033a0;
    border: 1px solid #0033a0;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Barlow-Regular', sans-serif;
    border-radius: 130px;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    outline: none;
    text-align: center;
    font-weight: bold;
}

    .btn-pq-action2:hover,
    .btn-pq-action2:focus {
        background-color: #1f4db0;
        background-position: 0 -15px;
        color: #fff;
        border-color: #1f4db0;
    }

    .btn-pq-action2:active,
    .btn-pq-action2.active {
        background-color: #0033a0;
        border-color: #0033a0;
        color: #fff;
    }