﻿@font-face {
  font-family: GOTHAM-BOOK;
  src: url(../fonts/GOTHAM-BOOK.OTF);
}

.GOTHAM {
    font-family: 'GOTHAM-BOOK' !important;
}
.text {
    font-family: 'GOTHAM-BOOK';
    font-weight: 500;
    color: #333;
}

.text-faded {
    opacity: 0.5;
    font-size: 12px;
}

.text-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #222222;
}

.info-text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #aaaaaa;
}

.a-btn {
    border: 0px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
}

.warning-text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #e97c37;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
}


.group-title {
    padding-bottom: 20px;
    text-transform: uppercase;
}

.section-active {
    z-index: 99998;
    position: relative;
}

.row-curso {
    margin-bottom: 8px;
}

.row-concurso {
    margin-top: 20px;
    margin-bottom: 20px;
}

.group-subtitle {
    padding: 2px 0px;
    font-size: 17px;
    color: #595959;
}

.custom-text-color {
    color: #11baee;
}

.text-shadow {
    text-shadow: 1px 1px 1px black;
}

.custom-border-color {
    background-color: #11baee;
}

.custom-bg-color {
    //background-color: #11baee;
	font-family: 'GOTHAM-BOOK' !important;
}

.affix {
    position: fixed;
    top: 216px;
}

.message {
    padding: 6px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    /*margin-bottom: 20px;*/
}

.success-message {
    background-color: #2ecc71;
}

.error-message {
    background-color: #e92e2e;
}




#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.form {
    margin-bottom: 55px;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form input {
        background-color: #f4f4f4;
        border: hidden;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

    .form textarea {
        background-color: #f4f4f4;
        border: hidden;
        border-radius: 0px;
    }

    .form a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        text-decoration: underline;
    }

    .form button {
        border: 0px;
        padding: 10px 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        min-height: 45px;
    }

    .form select {
        background-color: #f4f4f4;
        border: hidden;
        border-radius: 4px;
        border: 1px solid #ccc;
    }

    .form p {
        font-family: 'Roboto', sans-serif;
        font-kerning: 10px;
        font-weight: 500;
        /*color: #808080;*/
    }

    .form button {
        background-color: transparent;
    border: 2px solid #006b64;
    display: inline-block;
    cursor: pointer;
    color: #006b64;
    font-family: GOTHAM-MEDIUM;
    font-size: 20px;
    padding: 13px 44px;
    text-decoration: none;
    margin-left: 12px;
    margin-right: 12px;
    }

    .form label {
        border: 0px;
        padding-bottom: 2px;
        font-family: 'GOTHAM-book';
        font-weight: 700;
        font-size: 14px;
    }

    .form button span {
        margin-left: 20px;
    }

.footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.line-hr {
    height: 1px;
    width: 100%;
    margin-bottom: 15px;
}

.line-separator {
    background-color: #cecece;
    opacity: 0.3;
    margin: 8px 0px;
}

.footer {
    padding-bottom: 25px;
}

.span-icone {
    margin-right: 4px;
}

#load-screen {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../Images/loading.gif') no-repeat center center #fff;
    position: fixed;
    opacity: 0.7;
    display: none;
}

#lock-screen {
    width: 100%;
    height: 100%;
    z-index: 99997;
    background: #fff;
    position: fixed;
    opacity: 0.7;
    display: none;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    text-decoration: none !important;
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #30487b;
        border-color: rgba(0,0,0,0.2);
    }

.btn-social {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 42px;
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
    }

.padding-0 {
    padding: 0 0 0 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.lbl-esqueci-minha-senha {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #3b579c !important;
    margin-top: 10px;
}

.link-Esqueci-Minha-Senha {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #3b579c !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-25 {
    margin-top: 25px;
}

.modal-footer.esqueciMinhaSenha {
    border-top: none;
}

.modal-header.esqueciMinhaSenha {
    background-color: #e5e5e5;
    padding: 0px;
}

.modal-title.esqueciMinhaSenha {
    margin-top: 14px;
}

#esqueciMinhaSenha-cpfIcon {
    padding-right: 39px;
}

.modal-footer.login-facebook-celular {
    border-top: none;
}

.modal-header.login-facebook-celular {
    background-color: #e5e5e5;
    padding: 0px;
}

.modal-title.login-facebook-celular {
    margin-top: 14px;
}

#loginFacebookCelularIcon {
    padding-right: 39px;
}

.falha-icon {
    color: #11baee;
    font-size: 60px;
    margin-bottom: 30px;
}

.oops-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 43px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.oops-body {
    margin-bottom: 15px;
}

.oops-id-log {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200 !important;
    font-style: italic;
}

.oferta-title {
    padding-bottom: 20px;
}

.oferta-group {
    margin-bottom: 0px;
}

.pipeline-facebook {
    line-height: 29px;
    float: right;
    color: black;
    opacity: 0.4;
}

.banner-principal {
    display: block;
    width: 100vw;
    object-fit: cover;
}

.help-block {
    font-size: 12px;
}

.help-block-anexo {
    display: inline-block;
    float: left;
    margin-top: 18px;
}

@media (max-width: 992px) {
    .row-concurso {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .text-right {
        text-align: left !important;
    }

    .facebook {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .div-login-line {
        display: inherit;
    }

    .lbl-esqueci-minha-senha {
        font-size: 10px;
    }

    .form {
        margin-bottom: 15px;
    }

    .title {
        font-size: 17px;
    }

    .modal-footer.login-facebook-celular {
        margin-top: 20px;
    }

    .modal-footer.esqueciMinhaSenha {
        margin-top: 20px;
    }

    .modal-title {
        font-size: 11px;
    }

    .oops-title {
        font-size: 31px;
    }

    .help-block {
        font-size: 10px;
    }

    .btn {
        font-size: 11px;
    }

    p {
        word-wrap: break-word;
    }

    .table-gabarito > table {
        font-size: 70%;
    }

        .table-gabarito > table > thead > tr > th {
            padding: 8px 2px 8px 2px;
        }

    .opcional {
        display: none;
    }

    .label-pagamento {
        font-size: x-small !important;
    }

    .info-pagamento {
        font-size: x-small !important;
    }

    .button-boleto {
        padding: 10px 12px !important;
        font-size: x-small !important;
    }

    .bearings-tooltip {
        display: none !important;
    }

        .bearings-tooltip:before {
            display: none !important;
        }
}

@media (min-width: 993px) {
    #btnFacebook {
        display: block;
        width: 100%;
    }

    .facebook {
        padding: 0 0 0 0;
    }

    .div-login-line {
        display: none;
    }

    .pull-md-right {
        float: right;
    }

    .pull-md-left {
        float: left;
    }
}

.div-login-line {
    padding-right: 15px;
    padding-left: 15px;
}

.div-login-line-interna {
    position: inherit;
}

.facebook-mobile {
    text-align: center;
}

    .facebook-mobile .btn {
        padding-top: 10px;
        font-size: 11px;
        max-width: 181px;
    }

label {
    padding-top: 7px;
}

.login-line {
    height: 2px;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    border-top: 2px solid #808080;
}

.label-login-line {
    background-color: white;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.label-pagamento {
    margin-left: 5px;
    font-size: small;
    min-height: 45px !important;
    margin-bottom: 13px !important;
}

.radio-pagamento {
    position: relative !important;
}

.img-pagamento {
    display: inline-block;
    vertical-align: middle;
}

.container-boleto {
    border-radius: 6px;
    background-color: #eee;
    padding: 45px 30px;
    margin-bottom: 10px;
}

    .container-boleto .cod-barras {
        border-radius: 6px;
        color: #cecece;
        border: solid 1px;
        padding: 10px 5px;
    }

.modal-footer.gerenciar-anexos {
    border-top: none;
}

/*Inicio Resumo*/

.modal-footer.comprovante {
    border-top: none;
}

.modal-header.comprovante {
    background-color: #cecece;
    padding: 0px;
}

.modal-title.comprovante {
    margin-top: 10px;
}

.link-comprovante {
    border: 0px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
}

h4.comprovante {
    margin-top: 10px;
}

.comprovante-left-side {
    float: left;
    width: 40%;
    background-color: #e5e5e5;
    height: 550px;
}

.comprovante-inscricao-left-side {
    float: left;
    width: 40%;
    background-color: #e5e5e5;
    height: 640px;
}

.body-comprovante {
    padding: 0px 15px;
}

.logo-instituicao-comprovante {
    max-height: 115px;
    max-width: 192px;
}

@media (max-width: 1000px) {
    .comprovante-inscricao-left-side {
        height: 680px;
    }

    .comprovante-left-side {
        height: 501px;
    }

    .logo-instituicao-comprovante {
        max-height: 95px;
    }

    .body-comprovante {
        font-size: 12px;
    }

    .boleto-padding {
        display: block !important;
    }
}

.bg-color-gray {
    background-color: #cecece;
}

.bg-color-white {
    background-color: #ffffff;
}

.container-resumo {
    border-radius: 6px;
    color: #cecece;
    background-color: #f4f4f4;
    padding: 20px 20px;
}

.group-subtitle {
    margin-bottom: 5px;
}

h4.group-subtitle {
    font-weight: bold;
    color: #808080;
    margin-bottom: 5px;
}

p.group-subtitle {
    font-size: 14px;
}

    p.group-subtitle.label {
        font-size: 14px;
        color: gray;
    }

    p.group-subtitle.description {
        color: black;
        font-size: 14px;
    }

.color-green {
    color: green;
}

.color-orange {
    color: orange;
}

.color-red {
    color: red;
}

.color-blue {
    color: cornflowerblue;
}

.margin-left-5 {
    margin-left: 5px;
}

.social-logo-20 {
    height: 20px;
}

.social-logo-18 {
    height: 15px;
}

.table-gabarito {
    background-color: white;
    border: 1px solid lightgray;
    margin-top: 12px;
}

    .table-gabarito * {
        color: #222222;
        font-family: Roboto;
        font-weight: bold;
        text-align: center;
    }

    .table-gabarito a {
        color: #337ab7;
    }

        .table-gabarito a:hover {
            color: #2b618f;
        }

    .table-gabarito > table > thead {
        background-color: gray;
        color: darkgray;
    }

    .table-gabarito > table > tbody > tr td:nth-child(3n+3) {
        color: forestgreen;
    }

.error {
    color: red !important;
}

/*Fim Resumo*/

/* Extensão Bootstrap*/
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th {
    background-color: lightgray;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: lightgray;
}
/**/

/*Início Anexo*/
.btn-primary.btn-adicionar-arquivo {
    background-color: rgba(133, 133, 133, 0.88);
}

    .btn-primary.btn-adicionar-arquivo:hover {
        background-color: rgb(133, 133, 133);
    }


.modal-header.gerenciar-anexos {
    background-color: #e5e5e5;
    padding: 0px;
}

.modal-title.gerenciar-anexos {
    margin-top: 4px;
    text-align: left;
}

input[type="file"] {
    display: none;
}

.label-custom-file-upload {
    padding: 10px 20px !important;
    margin-right: 7px;
}

.span-acoes-anexo {
    float: right;
    margin-right: 16%;
}

td.carregando-nome-arquivo {
    line-height: 2.5;
}

span.carregando-nome-arquivo {
    vertical-align: -webkit-baseline-middle;
}

div.carregando-msg {
    margin-top: 3px;
    display: inline;
    width: 40px;
    height: 25px;
    margin-left: 4px;
    z-index: 99999;
    background: url(../Images/loading_black.gif) no-repeat center center #fff;
    position: fixed;
    opacity: 0.7;
}

span.carregando-msg {
    vertical-align: -webkit-baseline-middle;
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
    font-family: 'Roboto', sans-serif;
}

.arquivo-anexado td span {
    vertical-align: -webkit-baseline-middle;
}

.div-button-excluir {
    padding-left: 36%;
}

    .div-button-excluir .btn-excluir {
        float: right;
    }

        .div-button-excluir .btn-excluir span {
            margin-left: 0;
        }

.arquivo-anexado .btn-download {
    float: right;
}

    .arquivo-anexado .btn-download span {
        margin-left: 0;
    }
/*Fim Anexo*/

.has-success input {
    border: 1px solid;
}

.has-success textarea {
    border: 1px solid;
}

.has-success select {
    border: 1px solid;
}

.has-error input {
    border: 1px solid;
}

.has-error textarea {
    border: 1px solid;
}

.has-error select {
    border: 1px solid;
}

.negrito {
    font-weight: 800 !important;
}

.solicitar-revisao, .editar-revisao, .cancelar-revisao, .status-revisao {
    cursor: pointer;
}

textarea {
    resize: none;
}

.table-gabarito .table {
    margin-bottom: 0px;
}

.consultor {
    min-height: 35px !important;
}

.bearings-tooltip {
    position: absolute;
    width: 100%;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    display: inline-block;
    top: -26px;
    margin-left: 100%;
    min-height: 80px;
}

    .bearings-tooltip:before {
        position: absolute;
        top: 26px;
        left: -16px;
        display: inline-block;
        border-top: 16px solid transparent;
        border-left: 0 solid #c0c0c0;
        border-right: 16px solid #c0c0c0;
        border-bottom: 16px solid transparent;
        content: " ";
    }



.botao-enviar-novo:hover {
	background-color: #006B64 !important;
	border-color: #006B64 !important;
}