@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

html,
body {
    height: 100%;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

body {
    font-family: 'Lato', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.90em;
}
.footer .container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}
.footer .container .powered-by {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.navbar-brand {
    padding: 0 15px !important;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.mb-4 { margin-bottom: 40px; }
.mb-3 { margin-bottom: 30px; }
.mb-2 { margin-bottom: 20px; }
.mb-1 { margin-bottom: 10px; }

.mt-4 { margin-top: 40px; }
.mt-3 { margin-top: 30px; }
.mt-2 { margin-top: 20px; }
.mt-1 { margin-top: 10px; }

.img-full-size {
    max-width: 100%;
}
.legend {
    color: #0080cc;
    border-bottom: 0;
    font-weight: 300;
    font-size: 32px;
}

.btn-custom {
    border-radius: 20px;
    padding: 15px 30px 15px 30px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
    font-weight: 300;
}
.hidden {
    display: none;
}

.grupo_lista_arquivos {
    list-style-type: none;
    padding-left: 15px;
}

.lista_arquivos {
    padding-bottom: 4px;
}
.lista_arquivos a {
    color: black !important;
    cursor: pointer;
}
.with-sub-legend {
    margin-bottom: 0 !important;
}
.sub-legend {
    margin-top: 0 !important;
    margin-bottom: 25px;
    font-size: 0.9em;
    line-height: 15pt;
}
fieldset + fieldset {
    margin-top: 30px;
}
.nao-e-cpf {
    text-decoration: none;
    margin-left: 20px;
    font-weight: normal;
    font-size: 0.9em;
}

.overlay {
    position: fixed;
    background: #0080cc;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: table;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.loader-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
}
#inscricao-sexo label {
    padding-right: 20px;
    font-weight: normal;
}
#inscricao-sexo input[type=radio] {
    margin-right: 6px;
}
#inscricao-tipo_vaga_reservada label {
    padding-right: 20px;
}
#inscricao-tipo_vaga_reservada input[type=radio] {
    margin-right: 6px;
}
#candidato-sexo label {
    padding-right: 20px;
    font-weight: normal;
}
#candidato-sexo input[type=radio] {
    margin-right: 6px;
}
#pagamento-forma label {
    padding-right: 20px;
}
.tipoPagamento {
    margin-right: 5px !important;
}
#pagamento-forma {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px !important;
}

.title1 {
    font-size: 18pt;
    color: grey;
}
.title2 {
    font-size: 18pt;
    color: #000;
}
.title3 {
    font-size: 14pt;
    color: gray;
}
.text {
    font-size: 13pt;
    color: #000;
}
.btn {
    background-color: #277800;
    color: #fff;
    font-size: 12pt;
    padding: 10px 60px;
    border: 0;
}
.pedido {
    width: 100%;
    background-color: #E8E7E5;
    padding: 20px;
    margin-top: 20px;
}

.container-pix .pix-status {
    font-size: 14px;
    color: #0080cc;
}
.container-pix .status-atualizacao {
    margin-top: 20px;
}
.container-pix .instrucoes {
    margin-top: 50px;
}
.container-pix .instrucoes p {
    font-size: 1.4em;
    color: #0080cc;
}
.container-pix .instrucoes ul {
    padding-left: 5px;
    list-style-type: none;
}
.container-pix .instrucoes ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.container-pix .panel-body {
    padding: 40px;
}
.container-pix .instrucoes ul li span {
    font-size: 1.3em;
    font-weight: 600;
    color: #0080cc;
    opacity: 0.6;
    margin-right: 10px;
}
.container-pix .panel-qr {
    text-align: center;
}
.container-pix .panel-qr .title {
    font-size: 1.4em;
    color: #0080cc;
}
.container-pix .panel-qr .limit-date {
    margin-top: 25px;
}
.container-pix .panel-qr .qr-code {
    margin-top: 30px;
}
.container-pix .panel-qr .shopper {
    margin-top: 20px;
}
.container-pix .panel-qr .link-copy {
    margin-top: 20px;
    color: #0080cc;
    font-size: 1.2em;
}
.container-pix .panel-qr .link-copy i {
    margin-right: 8px;
}
.btnCopyQrCode:hover, .btnCopyQrCode:visited, .btnCopyQrCode:link {
    text-decoration: none;
}

.container-pix .panel-qr .tip {
    margin-top: 20px;
    color: white;
    width: 100%;
    text-align: left;
    padding: 30px;
    background-color: #0080cc;
}

.panel-status .boleto-status {
    font-size: 14px;
    color: #0080cc;
    margin-left: 20px;
}

.pix ul li {
    list-style-type: none;
}
.pix ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bolder;
    font-size: 1.4em;
    margin-right: 7px;
    content: "\f105";
    color: #0080cc;
}

@media (max-width: 767px) {
    .pix-container div {
        text-align:left !important;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .title-pagamento {
        text-align: left;
        margin-top: 60px;
    }
}

.btn-custom3 {
    background: #277800;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    padding: 8px;
    max-width: 60px;
}
.btn-custom3:hover {
    color: #ffffff;
    background-color: #449D44;
}
.btn-custom3:focus {
    color: #ffffff;
}

.btn-custom5 {
    background: #277800;
    color: #ffffff;
    border: 0;
    font-size: 0.9em;
    padding: 8px;
}
.btn-custom5:hover {
    color: #ffffff;
    background-color: #449D44;
}
.btn-custom5:focus {
    color: #ffffff;
}

.btn-custom4 {
    border-radius: 40px;
    background: #0080cc;
    color: #ffffff;
    border: 0;
    font-weight: 200;
    font-size: 0.95em;
}

.legenda {
    color: gray;
}
.legenda-publicacoes {
    color: #277800;
    font-size: 0.8em;
    margin-right: 10px;
}
.legenda-icone {
    font-size: 1.4em;
    margin-right: 15px;
}
.legenda-vagas {
    color: #277800;
    font-size: 0.9em;
    margin-left: 20px;
}
.legenda-salario {
    color: #4D81A9;
    font-size: 0.9em;
    margin-left: 20px;
}

.form-area-usuario input {
    max-width: 130px;
}
.message {
    padding: 15px;
}
.small-legend {
    color: #0080cc;
    border-bottom: 0;
    font-weight: 300;
    font-size: 0.75em;
}

.quadro-pagamento {
    border: 1px solid rgba(215,215,215,0.42);
    background-color: rgba(239,239,239,0.42);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.container-foto {
    width: 160px;
}
.ico-no-user {
    font-size: 4em;
    padding: 10px;
    border: 1px solid #dedede;
}
.ico-no-user-big {
    font-size: 6em;
    padding: 26px;
    border: 1px solid #dedede;
}
.panel-body {
    line-height: 1.9em;
}
.badge-danger {
    background-color: #b11e16;
}
.link-danger {
    color: unset !important;
}
.link-danger:hover {
    text-decoration: none !important;
}