﻿
#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: #68db89;
}

.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: #3d78d2;
}

.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.3em;
        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.2em;
        font-size: .8em;
    }

    .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;
    }

.textfield span {
    border:0 !important;
}

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 {
    display: inline-block;
    background: #eee;
    min-width: 40px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

button.btn {
    color: #fff;
    background: #eba02f;
    min-width: 40px;
    padding: 10px;
    border: 0;
    border-radius: 7px;
}

    button.btn:disabled, button.btn:disabled:hover {
        color: #fff;
        background: #bbb;
    }

    button.btn:hover {
        background: #f7ad3d;
    }

button.btn-validado {
    color: #0faa68;
    background: #fff;
    border: 1px #0faa68 solid;
}
button.btn-validado:hover {
    background: #d6fcec;
}

.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-tipo-vestibular {
    color: #777;
    padding: 7px;
    min-width: 230px;
    margin-right: 10px;
    border: 1px #777 solid;
    border-radius:5px;
}
    .btn-tipo-vestibular i {
        margin-right: 5px;
    }
    .btn-tipo-vestibular.active {
        background: #1266F1;
        border-color: #1266F1;
        color: #fff;
    }

.btn-confirmar-acesso-ava {
    background: #21c661 !important;
    color: #fff;
    border-radius: 7px;
    min-width: 130px;
    text-align: center;

    display: inline-block;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
    .btn-confirmar-acesso-ava:hover {
        color: #fff;
        box-shadow: 0 6px 5px 0 rgba(0,0,0,0.2);
    }

.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 {
    display: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.3rem;
    color: #666;
}

.box-info {
    background: #ecf8ff;
    border: 1px solid #B9E1FE;
}

.box-sucesso {
    background: #e7ffed;
    border: 1px solid #4ed065;
}

.box-erro {
    background: #ffd8d8;
    border: 1px solid #fa4747;
}

    .box-info .fa, .box-sucesso .fa, .box-erro .fa {
        display: inline-table;
        font-size: 1.5rem;
        margin-right: 5px;
    }

    .box-info span, .box-sucesso span {
        width: 96%;
    }

#box-consultar-inscricao {
    margin: 1em -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 {
    font-size: 1.5rem;
}

#box-consultar-inscricao-resultado .box-info .fa-info-circle {
    color: #39bcff;
}

#box-inscricao-info {
    font-size: 1.4rem;
}

#box-inscricao-sucesso-info {
    font-size: 1.4rem;
}

#form-consultar-inscricao {
    margin: 0 auto;
    height:300px;
    width: 350px;
    min-width: 350px;
}

.box-confirmacao {
    font-size: 1.5rem;
    color: #999;
}
    .box-confirmacao h5 {
        text-align: center;
        font-size: 1.6rem;
        color: #4f76cd;
        margin-bottom: 1rem;
    }
.box-confirmacao label {
    color: #777;
    font-size: 1.5rem;
}
    .box-confirmacao label.error {
        color: #b40d0d;
        font-size: 1.2rem;
    }

#box-comprovante label {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.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-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;
        height: 60px;
        width: auto;
        min-width: 300px;
    }


    #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;
}
