﻿
.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;
}

.th_categoria_warmup {
    color: #8b69b3 !important;
}

.th_categoria_rise {
    color: #e86d4e !important;
}

.th_categoria_premium {
    color: #f8c164 !important;
}

.th_categoria_exclusive {
    color: #75bb8f !important;
}

.th_rodape2 {
    color: #000;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.categoria_warmup {
    color: #8b69b3;
}

.categoria_rise {
    color: #e86d4e;
}

.categoria_premium {
    color: #f8c164;
}

.categoria_exclusive {
    color: #75bb8f;
}