@media print {
    body * {
        visibility: hidden;
    }

    body {
        background: #fff none;
    }

    #simulados {
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 !important;
        margin: 0 !important;
    }

    #simulados h1, #simulados .container-prever-questao * {
        visibility: visible;
    }

    .container-prever-questao, .container-conteudo-questao, .simulado_qrcode {
        font-size: 22px !important;
        padding: 0 !important;
        margin: 0 !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    .container-conteudo-questao {
        padding-bottom: 10px !important;
    }

    .simulado_qrcode *, .simulado_gabarito * {
        visibility: visible;
    }

    .simulado_qrcode, .simulado_gabarito {
        display: block !important;
    }

    .form-check-input, .simulado_correcao, .simulado_imprimir, .simulado_geraroutro, .sharelink, .header-ver-prova, .ads10, .ads_mobi,
    #footer, #header, #menu_lateral, #menu_nav, #lateralnoticias {
        display: none !important;
    }

}
.mt-mobile-simulado {
    margin-top:0.12rem;
}
@media screen and (max-width:768px) {
    .span_compartilhar {
        display: none;
    }
    .mt-mobile-simulado {
        margin-top:0;
    }

}



.container {
    background: #fff;
}

.container-prever-questao {
    word-break: break-word;
    text-overflow: ellipsis;
    padding-bottom: 30px;
    margin-bottom: 30px;
    /*padding: 10px;*/
    border-radius: 4px;
}

.opt-alternativa {
    display: inline-block;
}

.opt-alternativa > span:first-child, .container-prever-questao > b.nro-questao {
    float: left;
    padding-right: 10px;
    position: relative;
    display: block;
    /*padding-left: .2rem;*/
}

.conteudo-texto-questao {
    display: flow-root;
    padding-bottom: 25px;

}

.container-opcoes-resposta {
    /*color: #495057;*/
}

.conteudo-texto-associado {
    margin-bottom: 20px;
}

.conteudo-texto-associado a {
    color: #205c98 !important;
    cursor: pointer;
    width: 100%;
    display: flex;
}

.content-texto-associado {
    margin-top: 10px;
}


.conteudo-texto-associado .btn-ver-texto-associado[aria-expanded="true"] span.loading:after {
    display: none;
}

.conteudo-texto-associado .btn-ver-texto-associado[aria-expanded="true"] span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0de";
    float: right;
    margin-left: 12px;
    margin-top: 7px;
    position: absolute;
}

.conteudo-texto-associado .btn-ver-texto-associado[aria-expanded="false"] span:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    float: right;
    margin-left: 12px;
    position: absolute;
}

.conteudo-texto-associado .status-loading {
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .125em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-left: 11px;
    float: right;
    margin-top: 7px;
}

.btn-ver-texto-associado span {
    margin: -3px;
}

.texto-alternativa {
    display: flow-root;
}

input.input-escolher-questao {
    float: left;
    margin-top: 6px;
    margin-right: 8px;
}

.form-check.check-me > .form-check-label {
    width: 100%;
}

.form-check.check-me > .form-check-label:hover {
    /*font-size: 16.5px;*/
    color: #205c98;
}

.container-opcoes-resposta > .container-escolha-usuario:not(:last-child) {
    padding-bottom: 8px;
}

/*.texto-alternativa:hover::after {
  content: "\f044";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #205c98;
  font-weight: 900;
  cursor: pointer;
  margin-left: 10px;
}*/

.wrap-questao-disciplina {
    width: 300px;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 311;
    /*z-index: 2400;
    opacity: 0.70;*/
    right: 0;
    top: 0px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: aliceblue;
    /*border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-radius: 4px;*/
}

.line-questao-checked {
    padding: 10px;
}

#buttonTop {
    display: inline-block;
    background-color: #205c98;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 312;
}

#buttonTop::after {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
}

#buttonTop:hover {
    cursor: pointer;
    background-color: #17426d;
}

#buttonTop:active {
    background-color: #004085;
}

#buttonTop.show {
    opacity: 1;
    visibility: visible;
}

.resultado-questao {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.resultado-simulado {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px 40px 0px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 10px;
}

.qcerta {
    background-color: #CCFFCC;
}

.resultado-questao.resultado-questao-certa {
    color: #28a745;
}

.qerrada {
    background-color: #ffcccc;
}

.resultado-questao.resultado-questao-errada {
    color: #dc3545;
}

.resultado-smile {
    font-size: 32px;
}

ol[type='1'] {
    list-style: decimal;
}

ol[type='a'] {
    list-style: lower-alpha;
}

ol[type='A'] {
    list-style: upper-alpha;
}

ol[type='i'] {
    list-style: lower-roman;
}

ol[type='I'] {
    list-style: upper-roman;
}

ol {
    display: block;
    margin-block-start: 0;
    margin-block-end: 20px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 20px;
}

ol.orderedlist {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol.orderedlist > li.insertorderedlist2-bold {
    margin: 0;
    /*padding: 0 0 0 2em;*/
    padding: 0 0 0 1.8em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol.orderedlist > li.insertorderedlist3-bold {
    margin: 0;
    padding: 0 0 0 2.1em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol.orderedlist > li.insertorderedlist2-bold:before {
    display: inline-block;
    width: 2em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

ol.orderedlist > li.insertorderedlist3-bold:before {
    display: inline-block;
    width: 2em;
    padding-right: 0.4em;
    font-weight: bold;
    text-align: right;
    content: counter(item) " -";
}

table.table-richtext tbody:nth-child(odd) {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
}

table.table-richtext tbody:nth-child(even) {
    background-color: #ffffff;
    border: solid 1px #ddd;
}

table.table-richtext {
    width: 100% !important;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: separate;
}

table.table-richtext-50 {
    width: 50%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: separate;
}

table.table-richtext-25 {
    width: 25%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: separate;
}

table.table-richtext tbody {
    word-break: break-word;
}

table.table-richtext-border, table.table-richtext-border th, table.table-richtext-border td {
    border: 2px solid black;
}

table.table-richtext-border tbody {
    word-break: break-word;
}

table.table-richtext-border {
    border-collapse: collapse;
    color: black;
    width: 100% !important;
}

table.table-richtext-border-50, table.table-richtext-border-50 th, table.table-richtext-border-50 td {
    border: 2px solid black;
}

table.table-richtext-border-50 tbody {
    word-break: break-word;
}

table.table-richtext-border-50 {
    border-collapse: collapse;
    color: black;
    width: 50% !important;
}

table.table-richtext-border-25, table.table-richtext-border-25 th, table.table-richtext-border-25 td {
    border: 2px solid black;
}

table.table-richtext-border-25 tbody {
    word-break: break-word;
}

table.table-richtext-border-25 {
    border-collapse: collapse;
    color: black;
    width: 25% !important;
}

table.table-richtext td {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.btn-enviar-erro-questao:disabled {
    cursor: not-allowed;
}

/* HEADER QUESTAO */
.header-questao2 {
    display: flex;
    background: #f2f2f7;
    font-weight: bold;
    border-radius: .25rem;
    padding: 10px;
    border-left: 4px solid #205c98;
}

.header-info-questao {
    width: 100%;
    margin: 0px 15px;
    padding: 5px;
    border-radius: 4px;
}

.hif-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.questao-header-id, .bc-name-disciplina, .info-tag {
    height: auto;
    min-height: 24px;
    line-height: 1.2;
    padding: 2px 6px;
    margin: 0 0 4px 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
}

.header-informar-erro, .footer-informar-erro, .header-ver-prova, .footer-ver-estatisticas {
    font-size: 12px;
}

.header-numero-questao, .header-informar-erro, .header-ver-prova, .footer-informar-erro, .footer-ver-estatisticas {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 15px;
    padding: 10px;
}

.header-ver-prova a.m_icones.m_provas {
    padding: 8px 8px 8px 35px;
    color: #205c98 !important;
    cursor: pointer;
    background-position: 8px -1140px;
}

@media screen and (max-width: 985px) {
    .header-ver-prova a.m_icones.m_provas {
        padding: 0;
    }
}

.footer-informar-erro, .footer-ver-estatisticas {
    border: 1px solid transparent;
}

/* FOOTER QUESTAO */

.footer-questao {
    display: flex;
    padding: 10px;
    margin-top: 25px;
}

.footer-questao a {
    color: #205c98 !important;
}

.footer-questao a:hover {
    color: #17426d !important;
}

.footer-info-questao {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    background-color: transparent;
}

.erro-questao-opcoes {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    /*margin-top: 25px;*/
    border: 2px dashed #adb5bd;
    min-height: 352px;
    position: relative;
}

.erro-questao-opcoes ul {
    padding: 0;
}

.erro-questao-opcoes .form-group {
    /*margin: 0;*/
}

.erro-questao-opcoes .form-group textarea {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 61px;
}

/* LOADING FOOTER QUESTAO */

.blockOverlay {
    z-index: 1050 !important;
}

.blockElement, .blockPage {
    z-index: 1051 !important;
}

.icon-spin {
    display: inline-block;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.font-medium-2 {
    /*font-size: 1.2rem !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    transform: translate(0, 0);
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.ft-refresh-cw:before {
    content: "\f2f1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    color: #205c98;
    font-weight: 900;
    cursor: wait;
}

.link-with-icon > i {
    margin-right: 5px;
}

.btn-active {
    border: 1px dashed #adb5bd;
    border-radius: .25rem;
    background: #f8f9fa;
}

.header-info-questao div:first-child {
    width: 100%;
}

.header-questao .bc-name-disciplina, .header-questao2 .bc-name-disciplina {
    margin-left: 5px;
    margin-right: 5px;
}

.header-info-questao div.hif-disciplina, .header-info-questao div.hif-concurso {
    line-height: 1;
    padding-right: 5px;
}

.header-info-questao div.hif-concurso {
    font-size: 12px;
    line-height: 2.3;
    margin-bottom: -6px;
}

.header-info-questao div.hif-concurso .__hifc {
    background: #e9ecef;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
}

.header-info-questao div.hif-concurso ._hifc {
    padding-left: 5px;
    font-weight: 500;
    color: #205c98;
}

.badge-light {
    background-color: #e9ecef;
}

.simulado-acertos-erros-nulas {
    font-size: 14px;
    font-weight: normal;
    background: #e9ecef;
    border-radius: 4px;
    margin-left: 10px;
    /* border-left: 5px solid #205c98;*/
}

.simulado-acertos-erros-nulas > span {
    display: inline-block;
    padding: 10px;
}

.resultado-smile-title {
    padding-left: 10%;
    padding-right: 2%;
}

.texto_img {
    /*display: inline-block;*/
    max-width: 100%;
    height: auto;
    padding: 0px;
}

@media all and (-ms-high-contrast: none) {
    .texto_img {
        max-width: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-graphs {
        display: block !important;
    }

    .graph-wrap-pie {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*
* MENU CLOSE
*/

.shelf-dismiss {
    position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #959da5;
    float: right;
    z-index: 1;
}

.shelf-dismiss .close-button, .shelf-dismiss .close-button-header {
    width: 28px;
    height: 28px;
    padding: 3px 5px;
    color: rgba(27, 31, 35, .7);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 28px;
}

.tooltipped {
    position: relative;
}

.close-button, .close-button-header {
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

svg:not(:root) {
    overflow: hidden;
}

.v-align-text-top {
    vertical-align: text-top !important;
}

.octicon {
    vertical-align: text-bottom;
}

.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}

.font-size-12 {
    font-size: 12px;
    opacity: 1;
}

.blink {
    animation-name: blinking;
    animation-duration: 3.5s
}

.opacity-in {
    animation-name: opacity-in;
    animation-duration: .5s
}

@keyframes blinking {
    from {
        background: #9acaff
    }
    to {
        background: rgba(244, 168, 61, 0)
    }
}

@keyframes opacity-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/*
* BACKGROUND COLABORACAO
*/
._3u13 {
    position: relative;
}

._3u13 ._3u15 {
    background: #000;
    bottom: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s, bottom 0s .3s;
    z-index: 310;
}

._3u14 ._3u15 {
    bottom: 0%;
    /*opacity: .6;*/
    opacity: .4;
    transition: opacity .3s;
}

._3u16 {
    padding: 10px;
}

._3u14 ._3u16 {
    position: relative;
    z-index: 311 !important;
    /*padding: 10px;*/
    border-radius: 4px;
    background-color: #fff;
}


/*
* CHART
*/


.axis path,
.axis:not(.axis--x) line {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #dee2e6;
    stroke-width: 1;
    /*stroke-dasharray: 4, 4;*/
}

.axis.axis--x line:not(.gridline) {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #dee2e6;
    stroke-width: 1;
    /*stroke-dasharray: 4, 4;*/
}

.axis.axis--x, .axis.axis--y {
    font-size: 10px;
}

.axis.axis--x text, .axis.axis--y text {
    fill: #6c757d;
}


.bar {
    /*fill: orange;*/
}

.bar:hover {
    /*fill: orangered ;*/
    /*opacity: .5;*/
}

.x.axis path {
    display: none;
}

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: #6c757d;
    color: #fff;
    border-radius: 2px;
    z-index: 315;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #6c757d;
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
    margin: -2px 0 0 0;
    top: 100%;
    left: 0;
}

.graph-wrap, .graph-wrap-pie {
    display: grid;
}

.text-title-chart {
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    text-align: center;
    color: #6c757d;
    top: 5px;
    margin-bottom: -10px;
}


/* PIE CHART */

.slice path {
    stroke: #f8f9fa;
    stroke-width: 5px;
}

.graph-wrap-pie .textTop {
    font-size: 14pt;
    fill: #bbb;
}

.graph-wrap-pie .textBottom {
    fill: #444;
    font-weight: bold;
    font-size: 18pt;
}

.legend text {
    font-size: 18px;
}

/** FOOTER */
#footer a {
    color: #c0c0c0 !important;
    text-decoration: none;
}