﻿.doris-bg-default {
    color: #000;
    background-color: #cccccc;
}

.alert-default {
    color: #000;
    background-color: #cccccc;
    border-color: #cccccc;
}

.doris-bg-primary {
    color: #ffffff;
    background-color: #2e6da3;
}

.alert-primary {
    color: #ffffff;
    background-color: #2e6da3;
    border-color: #2e6da3;
}

.doris-bg-secondary {
    color: #ffffff;
    background-color: #758088;
}

.alert-secondary {
    color: #ffffff;
    background-color: #758088;
    border-color: #758088;
}

.doris-bg-success {
    color: #ffffff;
    background-color: #48a548;
}

.alert-success {
    color: #ffffff;
    background-color: #48a548;
    border-color: #48a548;
}

.doris-bg-danger {
    color: #ffffff;
    background-color: #c32f2a;
}

.alert-danger {
    color: #ffffff;
    background-color: #c32f2a;
    border-color: #c32f2a;
}

.doris-bg-warning {
    color: #000;
    background-color: #ebc918;
}

.alert-warning {
    color: #000;
    background-color: #ebc918;
    border-color: #ebc918;
}

.doris-bg-warning-o {
    color: #000;
    background-color: #FF7700;
}

.alert-warning-o {
    color: #000;
    background-color: #FF7700;
    border-color: #FF7700;
}

.doris-bg-info {
    color: #ffffff;
    background-color: #2badd4;
}

.alert-info {
    color: #ffffff;
    background-color: #2badd4;
    border-color: #2badd4;
}

.doris-bg-dark {
    color: #fff;
    background-color: #2d2d2d;
}

.alert-dark {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.doris-bg-light {
    color: #000;
    background-color: #e0e0e0;
}

.alert-light {
    color: #000;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.doris-bg-neon {
    color: #fff;
    background-color: #6d00a2;
}

.alert-neon {
    color: #fff;
    background-color: #6d00a2;
    border-color: #6d00a2;
}

.doris-bg-link {
    color: #000;
    background-color: none;
}

.alert-link {
    color: #000;
    background-color: none;
    border-color: none;
}

.badge-default {
    color: #fff;
    background-color: #cccccc;
}

.badge-primary {
    color: #fff;
    background-color: #2e6da3;
}

.badge-secondary {
    color: #fff;
    background-color: #758088;
}

.badge-success {
    color: #fff;
    background-color: #48a548;
}

.badge-danger {
    color: #fff;
    background-color: #c32f2a;
}

.badge-warning {
    color: #000;
    background-color: #f0d64e;
}

.badge-warning-o {
    color: #000;
    background-color: #FF7700;
}

.badge-info {
    color: #fff;
    background-color: #2badd4;
}

.badge-light {
    color: #000;
    background-color: #d6d6d6;
}

.badge-dark {
    color: #fff;
    background-color: #232323;
}

.badge-link {
    color: #000;
    background-color: none;
}

.badge-neon {
    color: #fff;
    background-color: #6d00a2;
}



.badge-admin {
    color: #fff;
    background-color: #343A40;
    font-size: 14px;
    font-style: normal;
}

.badge-aluind {
    color: #fff;
    background-color: #006992;
    font-size: 14px;
    font-style: normal;
}

.badge-resp {
    color: #fff;
    background-color: #3A506B;
    font-size: 14px;
    font-style: normal;
}

.badge-mon {
    color: #fff;
    background-color: #453F78;
    font-size: 14px;
    font-style: normal;
}

.badge-alunuc {
    color: #fff;
    background-color: #008891;
    font-size: 14px;
    font-style: normal;
}

.doris-title {
    text-shadow: 0 0 3px white, 0 0 5px rgb(216, 231, 237);
    font-weight: 600;
}

h2.doris-title {
    font-size: 22px;
}

.doris-title-card {
    letter-spacing: -1px;
    margin-top: -15px;
    margin-bottom: 5px;
}

.doris-author-card {
    letter-spacing: -1px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.doris-card-text-s {
    margin-top: 10px;
    font-size: 13px;
    word-wrap: break-word;
}

.doris-card-text-n {
    margin-top: 10px;
    font-size: 18px;
    word-wrap: break-word;
}

.doris-card-text-m {
    margin-top: 10px;
    font-size: 16px;
    word-wrap: break-word;
}

.doris-card {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    box-shadow: 0px 0px 5px 0px rgba(189,189,189,1);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 442px;
    margin-bottom: 35px;
    margin-top: auto;
}

    .doris-card h2 {
        font-size: 1.5vw;
    }

.doris-card-deck {
    height: 460px;
    overflow-y: scroll;
    background-color: #f2f2f2;
}

.hvr-sweep-to-right:before {
    background: #007acc;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 204, 0.25);
}

.form-control {
    box-shadow: none;
    background: rgba(255, 255, 255, 255);
    border: 1px solid rgba(155, 181, 199, 0.50);
    border-radius: 5px 5px 5px 5px;
    height: 35px;
    font-size: 18px;
    font-weight: 300;
    padding: 1px 10px;
    font-weight: 400;
}

    .form-control:focus:enabled {
        color: #3c3c3c;
        background-color: #fffbce;
        border-color: #ffe291;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(197, 177, 31, 0.25);
    }

    .form-control:focus:disabled {
        cursor: not-allowed;
    }

    .form-control:hover:enabled {
        color: #3c3c3c;
        background-color: #fffbce;
        border-color: #ffe291;
        outline: 0;
        box-shadow: 0 0 0 0.1rem rgba(197, 177, 31, 0.25);
    }

    .form-control:hover:disabled {
        cursor: not-allowed;
    }

    .form-control::-webkit-input-placeholder {
        color: #e3e3e3;
    }
    /* WebKit, Blink, Edge */
    .form-control:-moz-placeholder {
        color: #e3e3e3;
    }
    /* Mozilla Firefox 4 to 18 */
    .form-control::-moz-placeholder {
        color: #e3e3e3;
    }
    /* Mozilla Firefox 19+ */
    .form-control:-ms-input-placeholder {
        color: #e3e3e3;
    }
    /* Internet Explorer 10-11 */
    .form-control::-ms-input-placeholder {
        color: #e3e3e3;
    }

/* Microsoft Edge */

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(131,131,131,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(131,131,131,1);
    box-shadow: 0px 0px 0px -0px rgba(131,131,131,1);
    word-wrap: break-word;
    margin-top: 5px;
    margin-bottom: 5px;
}

.input-group-addon {
    padding: 5px 5px;
    font-weight: normal;
    line-height: 1;
    color: #3c3c3c;
    text-align: center;
    background-color: none;
    border: 0px solid rgb(155, 181, 199);
    text-align: center;
}

.campo_obrigatorio {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    text-decoration: underline;
    text-decoration-color: #b91c1c;
    text-underline-offset: 3px;
    font-weight: 700;
    font-style: italic;
}
    .campo_obrigatorio strong {
        font-weight: 700;
    }

.campo_atencao {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    text-decoration: underline;
    text-decoration-color: #25a9ff;
    text-underline-offset: 3px;
    font-weight: 700;
    font-style: italic;
}
    .campo_atencao strong {
        font-weight: 700;
    }

.container-fixed {
    margin: 0 auto;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 100px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 3s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

.popupgrid {
    margin: 100px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 3s ease-in-out;
}

    .popupgrid h2 {
        margin-top: 0;
        color: #333;
    }

    .popupgrid .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popupgrid .close:hover {
            color: #06D85F;
        }

    .popupgrid .content {
        max-height: 30%;
        overflow: auto;
    }

.navbar-default .navbar-toggle {
    border-color: rgb(222, 222, 222);
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    background-color: rgba(222, 222, 222, 0);
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.espaco05 {
    margin-bottom: 6px;
}

.espaco10 {
    margin-bottom: 12px;
}

.espaco20 {
    margin-bottom: 25px;
}

.espaco30 {
    margin-bottom: 40px;
}

.espaco40 {
    margin-bottom: 50px;
}

.espaco60 {
    margin-bottom: 60px;
}

.espaco80 {
    margin-bottom: 80px;
}

.espaco100 {
    margin-bottom: 100px;
}

.espaco05up {
    margin-bottom: 6px;
}

.espaco10up {
    margin-bottom: 12px;
}

.espaco20up {
    margin-bottom: 25px;
}

.espaco30up {
    padding-top: 40px;
}

.espaco40up {
    padding-top: 50px;
}

.espaco60up {
    padding-top: 60px;
}

.espaco80up {
    padding-top: 80px;
}

.espaco100up {
    padding-top: 100px;
}

.optcancelar {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #DDD;
    border-radius: 10px;
}

.dropdown-high {
    height: 45px;
}

.ibad-form {
    background: #fff;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 0px #acacac;
    border-radius: 5px;
}

    .ibad-form hr {
        margin-bottom: 10px;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #e4e4e4;
}

.fonte_preta {
    color: black;
}

.atencao {
    color: #ebc918;
    background: #fefcf1;
}

.red {
    color: #c32f2a;
    /*background: #fcf1f0;*/
}

.green {
    color: #48a548;
    /*background: #f2faf2;*/
}

.blue {
    color: #2e6da3;
    /*background: #fafcfe;*/
}

.orange {
    color: #FF7700;
    /*background: #ffffff;*/
}

.gray {
    color: #808080;
}

.ibad-amarelo {
    color: #F6B604;
}

.correta {
    background: #059314;
    color: white;
}

    .correta:focus {
        color: #215127;
        background-color: #ddffdf;
        border-color: #56ff47;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(51, 204, 51, 0.25);
    }

    .correta:hover {
        color: #23422b;
        background-color: #e2ffe2;
        border-color: #a8ff91;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(51, 204, 51, 0.25);
    }

.errada {
    background: #ad1111;
    color: white;
}

    .errada:focus {
        color: #3d2424;
        background-color: #ffdddd;
        border-color: #ff4747;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
    }

    .errada:hover {
        color: #422323;
        background-color: #ffe4e2;
        border-color: #ff9191;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(197, 177, 31, 0.25);
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: white;
}

    .table td, .table th {
        border-top: 1px solid #c2c2c2;
    }

.rodape {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: rgb(0,42,71);
    background: linear-gradient(#193a57, #193a57);
}

.bground {
    background-image: linear-gradient(#1d3557,#193a57);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.navtopo {
    background: #193a57;
    background: #193a57, #2a6294;
    box-shadow: 0px 0px 5px 1px rgb(79, 90, 97);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}

.nav-item:hover::after {
    width: 100%;
}

.navbar-dark
.navbar-nav
.active >
.nav-link,
.navbar-dark
.navbar-nav
.nav-link.active,
.navbar-dark
.navbar-nav
.nav-link.show,
.navbar-dark
.navbar-nav
.show > .nav-link,
.navbar-dark
.navbar-nav
.nav-link:focus,
.navbar-dark
.navbar-nav
.nav-link:hover {
    color: #fff;
}

.nav-link {
    transition: 0.5s;
}

.vl {
    border-left: 2px solid #808080;
    height: 100%;
}

.img-thumbnail-default {
    color: #000;
    padding: .25rem;
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: .25rem;
    width: 100%;
    height: auto;
}

.img-thumbnail-primary {
    color: #fff;
    padding: .25rem;
    background-color: #5195ce;
    border: 1px solid #2e6da3;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-secondary {
    color: #fff;
    padding: .25rem;
    background-color: #9fa7ac;
    border: 1px solid #758088;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-success {
    color: #fff;
    padding: .25rem;
    background-color: #78c478;
    border: 1px solid #48a548;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-danger {
    color: #fff;
    padding: .25rem;
    background-color: #dd635f;
    border: 1px solid #c32f2a;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-warning {
    color: #000;
    padding: .25rem;
    background-color: #f1da60;
    border: 1px solid #ebc918;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-warning-o {
    color: #000;
    padding: .25rem;
    background-color: #ffa14e;
    border: 1px solid #FF7700;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-info {
    color: #fff;
    padding: .25rem;
    background-color: #6cc6e1;
    border: 1px solid #2badd4;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-light {
    color: #000;
    padding: .25rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-dark {
    color: #fff;
    padding: .25rem;
    background-color: #545454;
    border: 1px solid #2d2d2d;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-neon {
    color: #fff;
    padding: .25rem;
    background-color: #a200f0;
    border: 1px solid #6d00a2;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.img-thumbnail-link {
    color: #000;
    padding: .25rem;
    background-color: none;
    border: 1px solid none;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.swal2-popup .swal2-content {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    word-wrap: break-word;
}

.prova-moldura {
    padding: 20px;
}

.scroll-termos {
    overflow-y: scroll;
    height: 250px;
    background-color: #f2f2f2;
}

@media (max-width: 991px) {
    .input-group-addon {
        text-align: left;
        padding-bottom: 10px;
    }
}

@media (max-width: 780px) {
    .doris-card h2 {
        font-size: 3.75vw;
    }
}

@media (max-width: 420px) {
    .doris-card h2 {
        font-size: 8vw;
    }
}

@media (max-width: 352px) {
    .doris-title {
        font-size: 8vw;
    }

    .doris-card {
        width: 230px;
        height: 410px;
        margin-bottom: 20px;
    }

    .img-thumbnail-default {
        width: 100%;
    }

    .card-body {
        flex: 0.5 0.5 auto;
    }
}
