/* Add here all your CSS customizations */
.clear {
    clear: both;
}

/***************************Loading de carregamente da página**********/


/* Layout Fixed - Page header */
.btnPage {
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 97;
}

@media only screen and (max-width: 767px) {
    .btnPage {
        left: 0px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 125px;
        z-index: 97;
        width: 100%;
        box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.41);
        background-color: rgba(51, 51, 51, 0.67);
    }

    .textoBtn {
        display: none;
    }

}

.jquery-loading-base-container {
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    opacity: 0.8;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    background: #747474;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.input-errors {
    color: #a94442;
    font-size: 11px;
}

.fundoGoverno {
    background-color: #40a11c;
}

.fundoEscuroGoverno {
    border-color: #194e1e;
    background-color: #194e1e;
}

#SIAU-clock {
    bottom: 15px;
    right: 15px;
    padding: 10px 15px;
    position: fixed;
    background: #333;
    border-radius: 5px;
}

#SIAU-clock span {
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

#SIAU-clock span.sep {
    width: 15px;
}

#SIAU-clock .time span {
    color: #fff;
    font-size: 20px;
}

#SIAU-clock .date {
    padding-top: 2px;
}

#SIAU-clock .date span {
    color: #ccc;
    font-size: 14px;
}

.toggle label {
    border-left-color: #000000;
    color: #000000;
}

.toggle.active>label {
    background: #000000 !important;
    border-color: #000000;
}

.alertaMensagem {
    background-color: #d2322d;
    color: white;
    padding: 3px;
    border-radius: 50%;
}
.panel-group .panel-accordion .panel-heading a {
    color: #47a447 !important;
}
.fab {
    width: 60px;
    height: 60px;
    background-color: #47a447;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;

    font-size: 25px;
    line-height: 60px;
    color: white;
    text-align: center;

    position: fixed;
    right: 50px;
    bottom: 50px;

    transition: all 0.1s ease-in-out;
    z-index: 1;
}

.fab:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
}

.tabulacao {
    padding-left: 5% !important;
}

.textoMensagemAtendente {
    display: block;
    max-height: 200px;
    display: block;
    overflow-y: scroll;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px;
}

.textoMensagemSupervisor {
    display: block;
    height: 40vh;
    display: block;
    overflow-y: scroll;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px;
}

.align-middle {
    display: flex;
    align-items: center;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

.senhasFilaInline{
    display:inline;
}

.indicadoresMonitor{
    font-size: 2.4rem;
}

.itemFila{
    margin-right: 7px;
    word-break: break-word;
}