@font-face{
    font-family: 'qatar';
    src: url('../font/Qatar2022Arabic-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 800px){
    .index table{
        white-space: nowrap;
    }
}

@media print {
    body * {
        visibility: hidden;
        padding: 0px;
    }
    .no-print {
        display: none;
    }
    .print, .print * {
        visibility: visible;
        /* margin-top: -60px !important; */
    }
    .print {
        width: 800px;
        font-size: 0.9rem;
        position: fixed;
        top: 0;
        left:0;
    }
    .print.btn {
        display: none;
    }
    @page {
        size: portrait;
    }
}

.related table{
    white-space: nowrap;
}

.form.content {
    background-color: #f5f5f5;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         6px 6px 4px rgba(50, 50, 50, 0.77);
    padding: 5px;
    padding-bottom: 40px;
    margin-bottom: 13px;
}

.editalQuestoes .form-label{
    font-weight: bold;
}

.editalQuestoes form .input{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed;
    border-bottom-color: rgb(172, 172, 172);
    border-bottom-width: 1px;
}

.Formulario .form-label{
    font-weight: bold;
}

.Formulario .input{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed;
    border-bottom-color: rgb(172, 172, 172);
    border-bottom-width: 1px;
}

.sub-questao {
    padding-left: 40px;
    /* visibility: hidden; */
    /* display: none; */
}

.related label{
    font-size: 20px;
    font-weight: bold;
    color: rgb(124, 124, 124);
}

table a {
    color:rgb(126, 125, 125);
}

.form .input,.form .btn {
    margin-top: 15px;
}

table tr td strong{
    color:#554e4b;
}

.menu-index strong{
    color:#554e4b;
}
