body
{
    /*font-size: .85em;*/
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #D83030;
    font-size: .85em;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #D83030;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.loading
{
    font-family: Arial;
    font-size: 10pt;
    padding:20px;
    position: fixed;
    background-color: #eee;
    z-index: 99998;
    border-radius:5px;
    width:100%;
    height:100%;
    opacity:0.5;
    background: url('/Content/Imagens/progressbar2.gif') 50% 50% no-repeat rgb(249,249,249);
}

.imgLoadingInJS { 
    background-image: url('/Content/Imagens/procloading.gif');
    width: 85px;
    height: 85px;
    margin: 0 auto;
}

.dataTables_processing { 
    position: relative !important;
    display: block ;
    top: 74px !important;
    margin: 0px auto !important;
    padding: 0px !important;
    left: 0 !important;
    right: 100% !important;
    z-index: 10 !important;
    border: 0px;
    background: none;
    background-color: transparent;
    left: -73px;
    top: -16px !important;
    height: 0px !important;
}

.dataTables_wrapper {
    margin-bottom: -22px;
}

:root {
    --background-color-superscript: #FF0000;
}

.superscript {
    vertical-align: super;
    font-size: 10px;
    position: relative;
    text-align: center;
    z-index: 2;
}

    .superscript::after {
        content: "";
        position: absolute;
        top: 0px;
        left: -3px;
        width: 12px;
        height: 12px;
        background-color: var(--background-color-superscript);
        border-radius: 50%;
        z-index: -1;
    }


#painelNotificacoes {
    width: 350px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    background-color: white;
    box-shadow: -5px 0 5px -5px #333;
    overflow: auto;
    transition: right 0.5s;
    z-index: 99999;
    padding: 10px
}

    #painelNotificacoes.show {
        right: 0; 
    }

.btn-panel {
    border-radius: 20px;
    padding: 0px 10px;
    cursor: pointer;
    height: 20px !important;
    font-size: 12px !important;
}

.btn-action {
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 10px !important;
    color: black !important;
    z-index: 1000;
}

.d-none{
    display:none;
}

.mensagem {
    margin-left: 8px;
    text-align: justify;
    font-size: 12px;
}

.anexo {
    margin-left: 8px;
    font-size: 10px;
    color: blue;
}

.selecaoMensagem {
    min-height: 30px;
}

.selecaoMensagem:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

.tituloMensagem {
    margin-left: 8px;
    padding-top: 3px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tituloMensagemLida {
    margin-left: 8px;
    padding-top: 3px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataMensagem {
    margin-left: 8px;
    font-size: 10px;
}