﻿.containerTopo {
    width: 100%;
    height: auto;
    margin: auto;
}

.perguntasFrequentesMobile, .manualPss {
    display: none;
    padding: 5px 15px;
    align-items: center;
    text-align: center;
    border: 1px solid var(--colorPrimary);
    border-radius: 5px;
    color: var(--colorPrimary);
    text-decoration: none !important;
    margin-top: 15px;
}

    .perguntasFrequentesMobile:hover, .manualPss:hover {
        background-color: var(--colorPrimary);
        color: #fff;
    }

.manualPss {
    margin-right: 15px;
}

.container-tela .tituloPagina {
    margin-top: 0;
}

.pgHome .tituloPagina {
    margin-top: 30px;
}

.topoAcesso {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .topoAcesso h2 {
        font-size: 1.75rem;
        color: #333;
        padding: 20px 0;
        margin: 0px 0 10px 0;
        font-family: roboto-bold;
        display: inline-block;
        position: relative;
    }

        .topoAcesso h2:after {
            content: "";
            width: 20%;
            height: 4px;
            border-radius: 30px;
            background: var(--colorPrimary);
            display: flex;
            transform: translateY(20px);
        }

.progress .progress-bar.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,var(--colorPrimary) 25%,transparent 25%,transparent 50%,var(--colorPrimary) 50%,var(--colorPrimary) 74%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,var(--colorPrimary) 25%,transparent 25%,transparent 50%,var(--colorPrimary) 50%,var(--colorPrimary) 74%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,var(--colorPrimary) 25%,transparent 25%,transparent 50%,var(--colorPrimary) 50%,var(--colorPrimary) 74%,transparent 75%,transparent);
}

.progress .progress-bar {
    background-color: #009f45;
}

.etapa .ativo span {
    background-color: var(--colorPrimary);
    color: #fff;
}

.etapa .ativo a {
    color: var(--colorPrimary);
    text-decoration: none !important;
    font-family: roboto-bold;
}

.checkbox input[type="checkbox"]:checked + span span, label.checkbox-inline input[type="checkbox"]:checked + span span {
    border-color: var(--colorPrimary);
    color: var(--colorPrimary);
}

    .checkbox input[type="checkbox"]:checked + span span::before, label.checkbox-inline input[type="checkbox"]:checked + span span::before {
        color: var(--colorPrimary);
    }

.datepicker table tr th.dow {
    color: var(--colorPrimary);
}

.select2-dropdown, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td span.focused, .datepicker table tr td.today.active, .datepicker table tr td.today:active, .datepicker table tr td.today.focus, .datepicker table tr td.today:focus, .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.focus:active, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
    border-color: var(--colorPrimary);
}

strong {
    font-family: roboto-bold;
}

.boxData {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
}

.dtpublicacao {
    padding: 1px 5px;
    font-size: 9px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    color: #666;
    border: 1px solid #666;
    display: flex;
    justify-content: flex-start;
}

.dtAtualizacao {
    padding: 1px 5px;
    font-size: 9px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    color: #666;
    display: flex;
    justify-content: flex-start;
}

.boxInfo h3 {
    font-size: 1.375rem;
    font-family: roboto-bold;
    color: #202121;
}

.pgDetalhe .line {
    margin: 25px 0;
}

.pgDetalhe .topoIntro {
    margin-bottom: 0;
}

.categoria {
    font-size: 16px;
    color: #6a6a6a;
    font-family: roboto-regular;
    display: block;
}

.tituloInterno {
    font-size: 1.5rem;
    color: #333;
    font-family: roboto-medium;
}

@media (max-width: 650px) {
    .containerListaEditais ul li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.headingIcons {
    display: flex;
    align-items: center;
}

    .headingIcons span {
        margin-right: 15px;
    }

.pgHome .panel-heading {
    color: #333 !important;
}

.btn-primary:hover, 
.btn-primary.focus, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active,
.btn-primary, 
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open > .dropdown-toggle.btn-primary.focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
    height: 45px;
    text-decoration: none !important;
}

    .btn-primary[disabled] {
        color: #fff;
        background-color: #3c8c5f;
        border-color: #3c8c5f;
        height: 45px;
        text-decoration: none !important;
    }

    .btn-right {
        float: right !important;
    }

.linha-botao-paginacao li.proximo input {
    border-color: var(--colorPrimary);
    background: var(--colorPrimary);
    color: #FFF;
    margin-bottom: 50px;
}

    .linha-botao-paginacao li.proximo input:hover {
        opacity: .8;
    }

.btn-primary.disabled.focus, 
.btn-primary.disabled:focus, 
.btn-primary.disabled:hover, 
.btn-primary[disabled].focus, 
.btn-primary[disabled]:focus, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary.focus, 
fieldset[disabled] .btn-primary:focus, 
fieldset[disabled] .btn-primary:hover {
    background-color: var(--colorPrimary);
    color: #fff;
    border-color: var(--colorPrimary);
}

.float-left {
    float: left !important;
}

.mensagemUsuario {
    font-family: roboto-regular;
    color: #666;
    font-size: 1.2rem;
    text-align: left;
}

    .mensagemUsuario strong {
        color: var(--colorPrimary);
    }

.linksInscricao {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .linksInscricao a:first-child {
        margin-right: 20px;
    }

    .linksInscricao a:last-child {
        margin-left: 20px;
    }

.dadosLogin {
    display: inline-flex !important;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.0);
    border-bottom: 0;
}

    .dadosLogin .caret {
        margin-left: 10px;
    }

.iconUser:before {
    content: "";
    width: 23px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
    background: url(../image/user.png) no-repeat center center;
    background-size: contain;
}

.iconeUsuarioHome {
    display: none;
    color: #202121;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem;
    padding: 15px;
}

    .iconeUsuarioHome span {
        font-size: 1.5rem;
        margin-right: 10px;
    }

.btnInscrevase {
    margin-bottom: 10px;
}

.deslogado .iconeUsuarioHome {
    display: inline-flex;
}

.iconePerguntasFrequentes {
    color: #202121;
    align-items: center;
    text-decoration: none !important;
    font-size: 1rem;
}

    .iconePerguntasFrequentes span {
        font-size: 1.5rem;
        margin-right: 10px;
    }

.deslogado .iconePerguntasFrequentes {
    display: inline-flex;
}

.alert.alert-sucesso {
    background-color: var(--colorPrimary);
}

    .alert.alert-sucesso span {
        color: #FFF;
    }
/* / --*/

/* PAGINACAO*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

.pagination > li > a, .pagination > li > span {
    color: #202121;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        color: var(--colorPrimary);
        background-color: transparent;
    }

.numeroResultados {
    font-family: roboto-regular;
    font-size: 1rem;
    color: #a3a3a3;
}

.caixa-serrilhada.menor {
    color: var(--colorPrimary);
}

.caixa-serrilhada {
    border-color: var(--colorPrimary);
}

.div-geral {
    min-height: 90%;
}

.descricaoPg {
    margin-bottom: 15px;
}

/* MODAL */
.modal-content {
    border-radius: 5px;
}

.modal-body {
    padding: 25px;
}

.modal-header {
    position: relative;
    border-bottom: 0;
    padding-right: 55px;
}

.modal-title {
    font-family: roboto-bold;
}

.btn.focus, .btn:focus, .btn:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: var(--colorPrimary);
    border-color: var(--colorPrimary);
}

/*Avisos*/
.avisoEncerradas {
    display: inline-flex;
    margin-bottom: 20px;
}

    .avisoEncerradas p {
        color: #ff0000;
        padding: 0;
        margin: 0;
    }

.avisoAbertas {
    display: inline-flex;
}

    .avisoAbertas p {
        color: var(--colorPrimary);
        padding: 0;
        margin: 0;
    }


@media (max-width: 767px) {
    .teste1 {
        font-size: .8rem;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
    
}

@media (max-width: 992px) {
    .navbar-default .navbar-toggle {
        display: none;
    }

    .container {
        width: 970px;
        max-width: 100%;
    }

    .btnAuxiliarCursos {
        margin-bottom: 15px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: #fcfcfc;
    }
}

@media (max-width: 767px) {
    
}

:root {
    --colorPrimary: #004f9f;
    --colorPrimary-hover: #114483;
    --colorSecondary: #beffda;
}