﻿.div-pgb {
    display: initial;
}

.div-prev {
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

.div-next {
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

.div-btn-finish {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

/*MEDIA*/
/*XS - EXTRA-SMALL*/
@media (max-width: 575.98px) {
    .div-test-title {
        text-align: center !important;
    }

    .div-question-control {
        text-align: left !important;
    }

    .div-feedback {
        padding-left: 15px !important;
    }

    .div-pgb {
        display: none;
    }

    .div-prev {
        padding-right: 15px !important;
        margin-bottom: 15px !important;
    }

    .div-next {
        padding-right: 15px !important;
        margin-bottom: 15px !important;
    }

    .div-btn-finish {
        padding-left: 15px !important;
    }
}
/*SM - SMALL*/
@media (max-width: 767.98px) {
    .div-test-title {
        text-align: center !important;
    }

    .div-question-control {
        text-align: left !important;
    }

    .div-feedback {
        padding-left: 15px !important;
    }

    .div-pgb {
        display: none;
    }

    .div-prev {
        padding-right: 15px !important;
        margin-bottom: 15px !important;
    }

    .div-next {
        padding-right: 15px !important;
    }

    .div-btn-finish {
        padding-left: 15px !important;
    }
}
/*MD - MEDIUM*/
@media (max-width: 991.98px) {
    .div-time {
        text-align: center !important;
    }

    .div-question-control {
        text-align: left !important;
    }

    .div-prev {
        padding-right: 15px !important;
    }

    .div-next {
        padding-right: 15px !important;
    }

    .div-btn-finish {
        padding-left: 15px !important;
    }
}
/*LG - LARGE*/
@media (max-width: 1199.98px) {
    .div-test-title {
        text-align: left;
    }

    .div-time {
        text-align: center !important;
    }

    .div-question-control {
        text-align: center !important;
    }

    .div-pgb {
        display: none;
    }

    .div-btn-finish {
        padding-left: 15px !important;
    }
}
/*XG - EXTRA-LARGE*/
@media only screen and (min-width: 1200px) {
    .div-test-title {
        text-align: left;
    }

    .div-time {
        padding-right: 10px !important;
        text-align: center !important;
    }

    .div-question-control {
        /*border-right: 2px solid #6c757d !important;*/
        text-align: left !important;
    }
}

/*GENERAL*/

body {
    min-height: 100vh;
    background-image: -webkit-radial-gradient(57% 28%, circle closest-side, rgb(46, 164, 231) 2%, rgb(11, 104, 156) 200%);
}

header {
    background: #fff;
}

/*LOGIN*/

.login-title {
    margin: 0 0 15px 0;
}

.login-card {
    max-width: 320px;
}

/*CONTENT*/

.main-content {
    padding: 0;
}

.banner {
    padding: 15px;
}

.hidden {
    display: none !important;
}

/*FOOTER*/

footer {
    margin-bottom: 20px;
}

    footer .informacoes-footer a {
        text-decoration: none;
        display: inline-block;
        color: #696b7c;
    }

    footer .informacoes-footer .footer-email {
        text-decoration: none;
        display: block;
        color: #696b7c;
        font-size: 16px;
        margin-bottom: 8px;
    }

    footer .informacoes-footer p {
        color: #696b7c;
        margin: 0;
        font-size: 14px;
        margin-top: 4px;
    }

    footer .informacoes-footer .footer-email:hover {
        text-decoration: underline;
    }

/*SUBMIT DOC*/

.social a {
    color: #696b7c;
    font-size: 40px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
}

    .social a:hover {
        color: #A0157E;
    }

.btn-send {
    width: 150px;
}

.btn-clear {
    width: 150px;
}

.enunciated-text, .essay-text, .info-text {
    color: #222;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin: 5px 0 0 0;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #696b7c;
    color: #696b7c;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 90%;
    top: 50px;
    font-size: 16px;
}

.dropzone, .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover, .dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
    margin-bottom: 10px;
}

    .preview-zone .box {
        border: 2px dashed #696b7c;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0;
    }

.box-body {
    padding-top: 10px;
}

    .box-body p {
        margin-top: 10px;
        text-transform: uppercase;
    }

.success-message {
    color: #8e8e90;
    margin: 40px 0 30px 0;
}

.login-message {
    color: #8e8e90;
    margin: 10px 0 20px 0;
}

.div-mobile-file-control hr {
    margin: 10px 0 10px 10px;
}

.div-mobile-file-control p {
    margin-bottom: 10px;
}

.div-mobile-file-upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

    .div-mobile-file-upload input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.div-mobile-file-camera {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

    .div-mobile-file-camera input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.btn-mobile-remove-file {
    color: #dc3545;
}

.student-info {
    margin-bottom: 0;
}

/*FA STYLE*/

.fa-thumbs-up {
    margin: 30px 0 0 0;
    color: #28a745;
}

.fa-cog {
    margin: 30px 0 0 0;
    color: #e8b10d;
}

.fa-thumbs-down {
    margin: 30px 0 0 0;
    color: #c82333;
}

.fa-hourglass {
    margin: 30px 0 0 0;
    color: #28a745;
}

.fa-sign-language {
    margin: 30px 0 0 0;
    color: #28a745;
}

.fa-spinner {
    margin: 30px 0 30px 0;
    color: #007bff;
}

.fa-question-circle {
    font-size: 1.3rem;
}

.fa-sign-language {
    margin: 30px 0 0 0;
    color: #28a745;
}

.LightSwitch {
}

/*SCROLL*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background: #acafb2;
    border-radius: 15px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6c757d;
    }

/*PROVA*/

.container-fluid img {
    margin-right: 10px;
}

.div-question-control {
    color: #6c757d !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.div-test-title {
    text-align: left;
    color: #dc3545 !important;
}

    .div-test-title h2 {
        color: #dc3545 !important;
        font-weight: 400;
        font-size: 1.75rem;
    }

.div-time {
    color: #6c757d !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.div-feedback {
    padding-left: 0px;
}

.badge-question-id:hover {
    background-color: #007bff;
}

.ending-message {
    text-align: center;
}

.question {
    padding-bottom: 0px !important;
}

.progress {
    height: 38px;
}

.white-zone {
    background-color: #fff;
    margin: 15px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    border-radius: 5px;
}

.white-zone-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.disable-content {
    pointer-events: none;
    opacity: 0.9;
    cursor: default;
}

.answer-opt {
    margin-right: 7px;
}

.div-bottom-border {
    border-bottom: 1px solid #6c757d;
}

.div-multiple-choices {
    padding: 15px 15px 15px 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.div-discourse {
    padding-top: 15px;
}

    .div-discourse textarea {
        resize: none;
    }

    .div-discourse label {
        display: block;
    }

.div-enunciated {
    color: #252525 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-wrap: break-word;
}

    .div-enunciated img, .div-multiple-choices img {
        max-width: 80%;
        max-height: 200px;
        cursor: zoom-in;
        opacity: 1;
    }

        .div-enunciated img:hover, .div-multiple-choices img:hover {
            -webkit-animation: flash 1.5s;
            animation: flash 1.5s;
        }

@-webkit-keyframes flash {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.max-height-100 {
    transition: 1s ease-in-out;
    max-height: 100% !important;
}

.content-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.form-check {
    padding-bottom: 1.0rem !important;
    display: flex;
    align-items: start;
}

.question-body {
    color: #363738 !important;
    display: block;
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*GABARITO*/

.div-feedback-table {
    padding: 0;
}

.feedback-table {
    width: 100%;
    padding-bottom: 8px;
    table-layout: fixed;
    border-collapse: collapse;
    height: 420px;
    display: block;
    overflow: auto;
}

    .feedback-table thead {
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid #e9ecef;
        color: #6c757d;
    }

    .feedback-table thead, tbody {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .feedback-table thead tr th {
            font-weight: 500;
            padding: 10px 10px 10px 10px;
        }

            .feedback-table thead tr th:first-child {
                border-right: 1px solid #e9ecef;
            }

    .feedback-table tbody {
        text-align: center;
        font-size: 14px;
        color: #6c757d;
    }

        .feedback-table tbody tr:not(:last-child) {
            border-bottom: 1px solid #e9ecef;
        }

        .feedback-table tbody tr td {
            font-weight: 300;
            padding: 7px 7px 7px 7px;
            font-size: 100% !important;
        }

            .feedback-table tbody tr td[colspan="2"] {
                font-size: 14px !important;
                font-weight: 500 !important;
                color: #dc3545;
            }

            .feedback-table tbody tr td span {
                font-size: 100% !important;
            }

            .feedback-table tbody tr td:first-child:not([colspan="2"]) {
                border-right: 1px solid #e9ecef;
            }

            .feedback-table tbody tr td:nth-child(2) {
                text-transform: uppercase;
                font-weight: 800;
            }

/*DARK MODE*/

.white-zone-dark {
    color: #fff;
    background-color: #363636 !important;
}

.container-fluid-dark {
    background-color: #363636 !important;
}

    .container-fluid-dark img {
        -webkit-filter: drop-shadow(2px 2px 1px #e9ecef);
        filter: drop-shadow(2px 2px 1px #e9ecef);
    }

.font-weight-light-dark {
    color: #fff !important;
}

.enunciated-text-dark, .essay-text-dark, .info-text-dark {
    color: #e9ecef !important;
}

.div-test-title-dark h2 {
    color: #e9ecef !important;
}

.div-question-control-dark {
    color: #e9ecef !important;
}

.div-time-dark {
    color: #e9ecef !important;
}

.text-secondary-dark {
    color: #e9ecef !important;
}

.div-enunciated-dark {
    color: #e9ecef !important;
}

.div-multiple-choices-dark {
    color: #f8f9fa !important;
}

.feedback-table-dark thead {
    color: #fff !important;
}

.feedback-table-dark tbody {
    color: #fff !important;
}

    .feedback-table-dark tbody tr td[colspan="2"] {
        color: #fff !important;
    }

.info-text-dark {
    color: #e9ecef;
}

.fa-lightbulb-dark {
    color: #fff !important;
}

.fa-search-plus-dark {
    color: #fff !important;
}

.fa-search-minus-dark {
    color: #fff !important;
}

.modal-content-dark {
    background-color: #495057 !important;
}

.dropzone-wrapper-dark {
    border: 2px dashed #fff !important;
    color: #fff !important;
}

.toolbar {
    text-decoration: none;
    cursor: pointer;
    color: #6c757d;
}

    .toolbar:hover {
        color: #adb5bd;
    }

.toolbar-dark {
    color: #fff;
}

    .toolbar-dark:hover {
        color: #adb5bd;
    }

.essay-combo {
    min-height: 435px;
    max-height: 435px;
    overflow-y: auto;
}

.submit-info {
    font-size: 18px;
    font-weight: 400;
}

.cover-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.div-enunciated hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #222;
}

.div-enunciated-dark hr {
    border-top: 1px solid #fff !important;
}

.discipline-title {
    text-transform: uppercase;
    color: #dc3545;
}

.just-numbers {
    max-width: 200px;
}

.remove-mobile-file {
    height: 2rem;
    line-height: 1.5rem;
    width: 200px;
}

.menu-item {
    color: #222 !important;
}

.menu-item-dark {
    color: #fff !important;
}

.navbar-toggler-dark {
    border-color: #fff !important;
}

.navbar-toggler-icon-dark {
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3e%3cpath stroke="rgba%28255, 255, 255, 0.5%29" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3e%3c/svg%3e') !important;
}
/*OVERLAY SPINNER*/
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: calc(50vw - 25px);
    top: calc(50vh - 20px);
}

    .spinner > div {
        z-index: 999;
        background-color: #dee2e6;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#txt-coversheet {
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-button {
    display: none; /* Oculta o botão para dispositivos desktop */
    float: right;
}

.desktop-button {
    display: inline-block; /* Exibe o botão para dispositivos desktop */
}

.td-head {
    font-weight: 600;
}

.td-body {
    font-weight: 400;
}

/* Mídia query para dispositivos com largura menor ou igual a 768 pixels */
@media (max-width: 768px) {
    .mobile-button {
        display: inline-block; /* Exibe o botão para dispositivos mobile */
        float: right;
    }

    .desktop-button {
        display: none; /* Oculta o botão para dispositivos mobile */
    }

    .td-head {
        font-size: 14px;
        font-weight: 600;
    }

    .td-body {
        padding: 0.5rem;
        font-size: 14px;
        font-weight: 400;
    }
}
