/* miscellaneous */
.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.alert-warning-top {
    color: #FFFFFF;
    background-color: #F39C12;
    border-color: #e39211;
    font-size: 10pt;
}

.contador_caracteres {
    float: right !important;
    font-size: 9pt;
    color: #969696;
}


.fieldset-bordered {
    border: 2px solid #e1e1e1;
    padding-bottom: 15px;
    padding-right: 15px;
}

.area_clicavel:hover {
    cursor: pointer;
}

.auto-overflow-x {
    width: 100% !important;
    overflow-x: auto !important;
}

.loading-img {
    display: block;
    position:relative;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    margin-top: 120px;
}

.loading-img-dashboard {
    display: block;
    position:relative;
    left:44%;
    top:50%;
    transform: translate(-50%, -50%);
}

.no_style_link {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */

}

.no_style_link:hover {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */

}

.no_style_link:visited {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */

}

/* BUTTON */
#logout:hover {
    cursor: pointer;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

/* FILTRO */
#filtros {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.btn-filtro {
    font-size: 11pt;
    color: #0073ff;
    cursor: pointer;
}

.js-date-icon {
    cursor: pointer;
}

/* TOP BAR */
.navbar {
    border-bottom: #d3e0e9 1px solid;
}

.navbar-nav {
    font-size: 11pt !important;
}

.navbar-collapse ul li a {
    color: #777 !important;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

/* BODY */
.content-card {
    margin: 18px;
    padding-top: 50px;
    background-color: #f8f9fa;
    height: 870px;
}

.content {
    margin: 18px;
    background-color: white;
    border-radius: 8px;
    height: 870px;
}

label {
    font-weight: 500;
}

.title {
    border: #d3e0e9 1px solid;
    padding: 14px;
}

.page-content {
    border: #d3e0e9 1px solid;
    border-top: 0;
    padding: 15px;
}

/* TABLES */
.table-docs {
    color: #6a6c6f;
    font-size: 13pt;
}

.table-docs thead {
    background-color: #f1f1f1;
}

.table-docs th:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}

.table-docs th {
    padding: 8px;
    border: 0;
    border-bottom: rgb(221, 221, 221) 2px solid;
    font-weight: 600;
}

.table-docs th {
    padding: 8px;
    border: 0;
    border-bottom: rgb(221, 221, 221) 2px solid;
}

/* LEGENDA CORES */
.doc-pendente {
    background-color: white;
}

.doc-aberto {
    background-color: #c5e1a5;
}

.doc-atrasado {
    background-color: #ffcdd2;
}

.soli_concluida {
    background-color: #00A65A;
}

.soli_recebida {
    background-color: #00c0ef;
}

.soli_aberta {
    background-color: rgba(0, 0, 0, 0.03);
}

#legenda_cores {
    vertical-align: middle;
    padding: 7px;
}

.legenda_documentos_pendente {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd;
    height: 20px;
    width: 20px;
}

.legenda_solicitacoes {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd;
    height: 20px;
    width: 20px;
}

/* PAGINACAO */
.totalizador {
    padding: 10px;
    border-radius: 5px;
    background-color: #1E94D2;
    margin-right: 10px;
}

.totalizador span {
    font-weight: bold;
}

.totalizador span {
    font-size: 10pt;
}

.totalizador span:first-child {
    color: white;
}

.totalizador .badge {
    margin-left: 5px;
}

/* MODAL */
.modal_cadastro {
    padding: 10px 15px 15px;
}

/* DROPZONE */
.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 100px;
    border: 2px dotted #45A6C7;
    background: #FAFAFA;
    padding: 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dropzone:hover {
    background-color: #EEEEEE;
    border-style: dashed;
    transition: background-color 1s, border-style 2s;
}

/* CHAT MESSAGES */
.chat-painel {
    background-color: #f5f5f5;
    height: 700px;
    border-radius: 10px;
    padding: 15px;
}

.chat-message-escritorio {
    float: left;
    background-color: #c8e6c9;
    padding: 10px;
    border: 1px solid #96e696;
    border-radius: 15px;
    width: 60%;
    margin-bottom: 15px;
}

.periodo-message {
    font-weight: bold;
}

.origem-message {
    float: right !important;
}

.remetente-message {
    font-style: italic;
}

.remetente-message:before {
    font-weight: bold;
    content: " - ";
}

.message-escritorio {
    margin-top: 9px;
}

.chat-message-cliente {
    float: right;
    background-color: #bbdefb;
    padding: 10px;
    border: 1px solid #9cbeff;
    border-radius: 15px;
    width: 60%;
    margin-bottom: 15px;
}

.message-cliente {
    margin-top: 9px;
}

.input-message {
    width: 92%;
}

.chat-messages {
    overflow-y: auto;
    height: 625px;
}

.campo-entrada-message {
    margin-top: 7px;
}

.btn-chat {
    height: 37px;
    margin-bottom: 4px;
}

/* FORM CHAT */

.form-control-chat {
    width: 92%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-chat {
        transition: none;
    }
}

.form-control-chat::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control-chat:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control-chat:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-chat::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-chat::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-chat:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-chat::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-chat::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-chat:disabled, .form-control-chat[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}