﻿
#loading-vest {
    display: block;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
    background: url(/content/img/Preloader.gif) 50% 50% no-repeat #FFFFFF !important;
}

.title-section-print {
    display: none;
}

.f1-steps {
    margin: 10px -10px 0 -10px;
    overflow: hidden;
    position: relative;
}

.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #1266F1;
}

.f1-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.f2-step {
    width: 33%;
}

.f1-step-icon {
    display: table;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #1266F1;
    color: #1266F1;
    line-height: 38px;
}

.f1-step.last .f1-step-icon {
    background: #c6dcff;
}

.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #1266F1;
    font-size: 22px;
    line-height: 48px;
}

.f1-step p {
    color: #ccc;
    text-align: center;
}

.f1-step.activated p {
    color: #1266F1;
}

.f1-step.active p {
    color: #1266F1;
}

.f1-step.end .f1-step-icon {
    background: #2cc367;
}

.f1-step.end p {
    color: #2cc367;
}

.form-inscricao h4 {
    color: #0f63e0;
}

.form-row + .form-row {
    margin-top: 10px;
}

.textfield {
    display: block;
    position: relative;
    background: #FFF;
    z-index: 1;
}
    .textfield input, .textfield select {
        color: #888;
    }

    .textfield > .label-text {
        position: absolute;
        top: 0.844em;
        left: 0.688em;
        color: #99A3A4;
        cursor: text;
        transition: all 0.2s;
        z-index: -1;
    }

    .textfield.focus > .label-text {
        color: #0086de;
    }

    .textfield.focus > .label-text,
    .textfield.active > .label-text {
        top: 0.25em;
        font-size: .87em;
    }

    .textfield > input,
    .textfield > select {
        height: 3.188em;
    }

    .textfield > input,
    .textfield > textarea {
        padding: 1.313em 0.688em 0.25em;
    }

    .textfield > input,
    .textfield > select,
    .textfield > textarea {
        display: block;
        width: 100%;
        border: 1px solid #DDD;
        background-color: transparent;
    }

        .textfield > input:disabled,
        .textfield > select:disabled,
        .textfield > textarea:disabled {
            background: #ddd;
            border-color: #aaa;
            opacity: .4
        }

        .textfield > input:focus,
        .textfield > select:focus,
        .textfield > textarea:focus {
            outline: 0;
            border-color: #1aa4ff;
        }

    .textfield i.fa {
        position: absolute;
        margin-right: 7px;
        right: 15px;
        top: 15px;
        color: #6f7074;
        font-size: 16px;
    }

select {
    padding: 1.313em 3.125em 0.25em 0.375em;
    border-radius: 0;
    text-overflow: ellipsis;
}

.selectfield:after {
    position: absolute;
    right: 1em;
    top: 0.938em;
    color: #7F8C8D;
    font-size: 1.5em;
    line-height: 1;
    z-index: -1;
}

textarea {
    min-height: 10em;
}

.error-msg {
    margin-top: 0.313em;
    color: #CB4335;
}

.textfield input.error,
.textfield select.error,
.textfield textarea.error,
.validation-error > .radiobtn:before,
.validation-error.checkbox:before {
    border-color: #CB4335;
}

label.error {
    color: #b40d0d;
    font-size: 1.2rem;
}

.remove-error-btn {
    margin-right: 0.313em;
}

.hint {
    margin-top: 0.313em;
    color: #999;
}

    .hint:before {
        content: "";
        display: inline-block;
        margin: 0 0.417em 0.125em 0;
        border-bottom: 0.583em solid #999;
        border-right: 0.5em solid transparent;
        border-left: 0.5em solid transparent;
    }

a.btn, #btn-anexar-boletim {
    display: inline-block;
    background: #eee;
    min-width: 40px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

.row-form {
    min-height: 85px;
}

#box-inscricao-nav {
    margin: 20px -10px 20px -10px;
    padding: 20px 10px 0 10px;
    border-top: 1px solid #ccc;
}

#box-inscricao-rodape {
    margin: 20px -10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

a.navegacao {
    background: #2977ea;
    color: #fff;
    border-radius: 7px;
    min-width: 130px;
    text-align: center;
}

    a.navegacao .fa {
        margin-right: 4px;
        margin-left: 4px;
    }

    a.navegacao:hover {
        box-shadow: 0 6px 5px 0 rgba(0,0,0,0.2);
    }

#btn-inscricao-anterior:hover, #btn-inscricao-proximo:hover {
    background: #1a8fff;
}

#btn-inscricao-confirmar {
    min-width: 150px;
    background: #21c661;
}
#btn-inscricao-confirmar:hover {
    background: #17da68;
}

#btn-inscricao-iniciar, #btn-inscricao-reiniciar {
    background: #868aff;
}
#btn-inscricao-iniciar:hover, #btn-inscricao-reiniciar:hover {
    background: #5489d9;
}

#btn-inscricao-imprimir {
    background: #40b4ff;
}
#btn-inscricao-imprimir:hover {
    background: #20a8ff;
}

#btn-anexar-boletim {
    background: #20a8ff;
    border-radius: 7px;
    color: #fff;
    border: 0px;
}
    #btn-anexar-boletim:hover {
        background: #41b3fc;
    }

#btn-boleto {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    background: #0072ff;
    border-radius: 7px;
    color: #fff;
    border: 0px;
}
    #btn-boleto:hover {
        background: #137dff;
    }

.w3-right {
    float: right !important;
}


.obs {
    font-size: 1.2rem;
    color: #666;
}
    .obs span {
        font-size: 1.4rem;
        color: #ed1260;
    }

.box-conteudo {
    background: #fff;
    border-radius: 10px;
    min-height: 400px;
    padding: 10px;
}

.form-inscricao {
    margin: 0 10px;
}

.form-inscricao h4 {
    clear: both;
    margin: 0;
    padding: 2rem 0 1.5rem 0;
}

.box-info, .box-sucesso, .box-erro, .box-default, .box-warning {
    border-radius: 5px;
    padding: 10px;
    font-size: 1.3rem;
    color: #666;
}

.box-default {
    border: 1px solid #ccc;
}

.box-info {
    color: #084298;
    background: #ecf8ff;
    border: 1px solid #B9E1FE;
}

.box-sucesso {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.box-erro {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.box-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.box-info .fa, .box-sucesso .fa, .box-erro .fa, .box-warning .fa {
    display: inline-table;
    font-size: 1.5rem;
    margin-right: 5px;
}

    .box-info span, .box-sucesso span {
        width: 96%;
    }

#box-consultar-inscricao {
    margin: 2em -10px 2em -10px;
    border-bottom: 1px solid #ddd;
}

#box-consultar-inscricao-resultado .box-info, #box-consultar-inscricao-resultado .box-sucesso, #box-consultar-inscricao-resultado .box-erro, 
#box-consultar-inscricao-resultado .box-warning {
    font-size: 1.5rem;
}

#box-consultar-inscricao-resultado .fa {
    font-size: 2rem;
}

#box-inscricao-info, #box-inscricao-sucesso-info {
    font-size: 1.4rem;
}

#form-consultar-inscricao {
    margin: 0 auto;
    width: 600px;
    min-width: 600px;
}

.box-confirmacao {
    font-size: 1.5rem;
    color: #999;
}
.box-confirmacao h5 {
    font-size: 1.6rem;
    color: #777;
}
.box-confirmacao label {
    color: #777;
    font-size: 1.5rem;
}
.box-confirmacao span {
    font-size: 1.3rem;
    display: block;
    padding-bottom: .9rem;
    margin-bottom: .9rem;
    border-bottom: 1px solid #eee;
}

#box-editais ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

#box-editais ul a {
    display: block;
    border-bottom: #ddd 1px solid;
    padding-top: 6px;
    padding-bottom: 6px;
}

    #box-editais li:hover {
        background: #cbe7ff;
    }

#tabela-editais {
    width: 100%;
}

#tabela-editais tr {
    border-bottom: #ddd 1px solid;
}

#tabela-editais tr td  {
    color: #666;
    font-size: 1.5rem;
}

#tabela-editais tr td a {
    color: #428bca;
    text-decoration: none;
}
    #tabela-editais tr td small {
        font-weight: normal;
    }

    #tabela-editais tr td h4 a {
        display: block;
    }

#tabela-editais tr:hover {
    background: #cbe7ff;
}

img.off {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

#btn-consultar-inscricao {
    width: 100%;
    padding: .8em 0;
    border: 0;
    background: #0094ff;
    color: #fff;
    height: 3.188em;
    border-radius: 10px;
}

#btn-consultar-inscricao:hover {
    background: #31a9ff;
}

#btn-consultar-inscricao .fa {
    margin-right: 7px;
}

    #btn-consultar-inscricao .fa {
        margin-right: 7px;
    }

#contato-link-site {
    color: #48c1ff
}

.imprimir {
    display: none;
}

@media (max-width: 550px) {
    .logo {
        margin: 1.2rem !important;
    }

    .box-search {
        display: none;
    }

    ul.list li {
        width: 50%;
        padding: .5rem;
    }
    ul.list li a {
        font-size: 1.5rem;
    }
    ul.list li a img {
        width: 20px;
    }
        ul.list li button  {
            font-size: 2rem;
        }
    ul.list li button img {
        width: 30px;
    }

    .nav-featured { display: none; }

    #box-inscricao
    {
        margin-left: -10px;
        margin-right: -10px;
    }

    .title-section {
        margin-top: 0;
        font-size: 1.8rem;
    }

    .text-section {
        font-size: 1.3rem;
    }

    .f1-step.active .f1-step-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
        .f1-step.active .f1-step-icon .fa {
            font-size: initial;
        }

    .f1-step p {
        font-size: 1rem !important;
    }

    .row-form {
        min-height: 65px;
    }

    .form-inscricao .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-inscricao {
        margin: 0 5px;
    }

    .form-inscricao h4 {
        margin-left: -5px;
        padding: .5rem 0;
        font-size: 1.4rem;
    }

    .form-inscricao .box-info {
        padding: 4px;
        font-size: .95rem !important;
        margin-top: 3px;
    }

    .form-inscricao .box-info i {
        font-size: 1.2rem;
    }

        .form-inscricao .label-text, #box-consultar-inscricao .label-text {
            top: .1em !important;
            font-size: 1.2rem !important;
        }

        .form-inscricao input, .form-inscricao select, #box-consultar-inscricao input {
            font-size: 1.1rem;
            margin-top: 5px;
        }

        .form-inscricao label i, #box-consultar-inscricao label i {
            font-size: 1.2rem !important;
            margin-right: .1rem !important;
        }

    .form-inscricao label.error {
        font-size: .95rem;
    }

    #box-inscricao-info, #box-inscricao-sucesso-info {
        margin: 0 5px;
    }

    #box-inscricao-sucesso-info, #box-msg-inscricao, #box-msg-inscricao-aguardando-nota, .box-sucesso, .box-erro {
        font-size: 1.2rem !important;
    }

    .box-confirmacao {
        padding: 0 5px;
    }

    .box-confirmacao h5 {
        font-size: 1.3rem;
        margin: 1rem .5rem;
    }

    .box-confirmacao label {
        font-size: 1.2rem !important;
    }

    .box-confirmacao span {
        font-size: 1.1rem !important;
        padding-bottom: .4rem;
        margin-bottom: .4rem;
    }

    #box-inscricao-nav {
        margin: 10px -10px 10px -10px;
        padding: 10px 5px 0 5px;
    }

    a.navegacao {
        font-size: 1.3rem;
        min-width: 100px
    }

    #box-inscricao-rodape {
        margin: 10px -10px;
        padding-top: 10px;
    }

    #box-inscricao-rodape .obs {
        font-size: .9rem;
    }

    .box-conteudo {
        margin-left: -10px;
        margin-right: -10px;
    }

    #box-consultar-inscricao {
        margin: .5em -10px 1em -10px;
        border-bottom: 1px solid #ddd;
    }

    #form-consultar-inscricao {
        margin: 0;
        min-height: 60px;
        width: auto;
        min-width: 300px;
    }

        #form-consultar-inscricao label.textfield {
            margin-right: -30px;
        }

    #form-consultar-inscricao button {
        margin-top: 5px;
        padding: .8em 0;
        height: 2.7em;
        font-size: 1.3rem;
        margin-left: 0;
    }

    #box-data-consulta {
        font-size: 1rem !important;
    }

    footer {
        padding: 0;
    }

    #contato p {
        font-size: 1rem;
    }

    .blocker:before {
        content: initial !important;
    }

    .modal {
        padding: 10px 5px !important;
        min-width: 280px !important;
    }
}

@media print {
    header, footer, nav, .title-section, .text, .f1-steps, .link-map, #box-inscricao-nav, #box-inscricao-rodape, #box-consultar-inscricao {
        display: none !important;
    }

    .title-section-print, .imprimir {
        display: block;
    }

    .form-inscricao .col-md-4 {
        max-width: 225px;
    }

    .box-sucesso {
        color: #000;
    }

    #box-inscricao-titulo{
        text-align: center;
    }
}

.menu-interno {
    display: none;
    margin-left: 20px !important;
    margin-top: 1rem !important;
}

#menu-univag-cuiaba:hover #menu-interno-univag-cuiaba {
    display: block !important;
}

#menu-univag-sede:hover #menu-interno-univag-sede {
    display: block !important;
}

#anexo-link {
    margin-top: 2rem;
    border: 1px solid #ddd;
    padding: 1rem;
}
    #anexo-link a {
        color: #05af39;
    }


.card {
    border: 1px solid #ddd;
    border-radius: 1rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.card-header {
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #666;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.card-header i {
    margin-right: 1rem;
}
.card-header, .card-body { padding: 1.5rem; }
.card-body {
    padding-top: 0;
}

.opcao-meio-pagamento {
    text-align: center;
    cursor: pointer;
    padding: 10px !important;
    font-weight: bold;
    color: #000;
    opacity: 0.7;
}
.opcao-meio-pagamento .fa {
    margin-bottom:.9rem;
}
    .opcao-meio-pagamento:hover {
        background-color: #eee;
        border-radius: 10px;
        color: #000;
        opacity: 1;
    }

    .opcao-meio-pagamento:active, .opcao-meio-pagamento.active {
        background-color: #e8e8e8;
        border-radius: 10px;
        color: #000;
        opacity: 1;
    }

    .opcao-meio-pagamento:focus {
        color: #111;
    }

#opcao-CC span {
    color: cornflowerblue;
}
#opcao-CD span {
    color: #00888b;
}


.cartao-bandeiras {
    margin-top: -10px;
    width: 42px;
    height: 29px;
    background-color: #ccc;
    display: inline-block;
    background-image: url(/content/img/meios-pagamentos.png);
    background-size: 750px 58px;
}

    .cartao-bandeiras.visa {
    }

    .cartao-bandeiras.mastercard {
        background-position-x: -42px;
    }

    .cartao-bandeiras.amex {
        background-position-x: -85px;
    }

    .cartao-bandeiras.diners {
        background-position-x: -127px;
    }

    .cartao-bandeiras.elo {
        background-position-x: -168px;
    }

    .cartao-bandeiras.hipercard {
        background-position-x: -211px;
    }

    .cartao-bandeiras.aura {
        background-position-x: -253px;
    }

    .cartao-bandeiras.visaelectron {
        background-position-x: -295px;
    }

    .cartao-bandeiras:hover {
        background-position-y: -0px !important;
    }

#cartao-credito-numero-erro {
    margin-bottom: 5px;
}

.form-group.row.cartao {
    height: 50px;
}

#pagar-boleto {
    text-align: center;
}


#cartao-credito-bandeira-selecionada, #cartao-debito-bandeira-selecionada {
    margin-left: 8px;
    color: blue;
}

#btn-pagar-boleto {
    margin-bottom: 20px;
}

#info-pagar-boleto {
    margin-top: 25px;
}

#cartao-credito-dados-erro, #cartao-debito-dados-erro {
    font-size: 0.8rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 3.5rem;
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #1e5fc9 !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 3.5rem;
    padding: 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.row.cartao {
    height: 62px !important;
}

.invalid-feedback {
    color: #b40d0d;
    font-size: 1.2rem;
    padding-top: .2rem;
}

.btn-pagar {
    display: inline-block;
    background: #eee;
    min-width: 40px;
    padding: 12px 20px;
    cursor: pointer;
    min-width: 150px;
    background: #21c661;
    border: 0;
    border-radius: 1rem;
    color: #fff;
    text-decoration:none !important;
}

    .btn-pagar:hover {
        background: #17da68;
        color: #fff;
    }
    .btn-pagar:active , .btn-pagar:visited{
        color: #fff;
    }

#c-link-pagamento {
    font-size: 1.6rem;
}

#cartao-credito-nome, #cartao-debito-nome {
    text-transform: uppercase;
}

.btn-pagamento-pagar {
    padding: 1rem;
    text-align: center;
    width: 180px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    margin:auto
}

    .btn-pagamento-pagar:hover, .btn-pagamento-pagar:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px
    }