.acao {
    font-size: 1.05rem !important;
    cursor: pointer;
    margin: 0px 4px;
}

.pauta-status {
    display: inline-block;
    font-size: 0.9rem !important;
    background-color: gray;
    padding: 5px 10px;
    border-radius: 4px;
    color: white !important;
}

.x_title {
    margin-top: 14px;
}

.table {
    color: #4d4d4d;
}

.table td,
.table th {
    padding: 8px;
}

.table td {
    font-size: 0.9rem !important;
    color: #555555 !important;
}

table.dataTable row {
    /* padding: 10px; */
}

.dataTable td {
    font-size: 1.1em;
}
.fc-event-container{
    cursor: pointer;
}
table.dataTable tr.dtrg-level-0 td {
    font-size: 1.5em;
}

#datatable-reg-atividades td,
#datatable-reg-atividades th {
    padding: 10px;
    font-size: 0.9rem !important;
    /*     background-color:khaki; */
}

.registro-pauta {
    padding: 0;
    display: inline-block;
    background-color: #bdbebd;
    /* padding: 5px 10px; */
    border-radius: 4px;
    line-height: normal;
    /* color: white !important; */

}

.registro-pauta-status {
    padding: 1px 10px;
}

.reg-status-log {
    padding: 0px 10px;
    background-color: #1abb9c;
}

.log-content {
    border-left: 5px solid #1abb9c;
    display: flex;
    justify-content: space-between;
}

.registro-data {
    font-weight: 600;
    margin-bottom: 3px;
}

.registro-atividades {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0px 8px;
    border: 1px solid rgba(0, 0, 0, 0.035);
}

.registro-atividades .data {
    color: #2a3f54;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}

#datatable-log td {
    padding: 2px 8px;
    border: 0;
    background-color: white;
}

.row-red {
    /*  background-color: rgba(186, 24, 27, 0.7); */
    background-color: #fa9191;
}

.row-red td {
    border-top: 1px solid #eb6383 !important;
    border-bottom: 1px solid #eb6383 !important;
    color: white;
}

.row-black {
    background-color: #1d1d1d !important;
    color: white !important;
}

.row-black td {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    color: #c0c0c0 !important;
}

.row-yellow {
    background-color: #ffe9c5;
}

.row-yellow td {
    /* border-top: 1px solid rgba(255, 123, 0, 1);
    border-bottom: 1px solid rgba(255, 123, 0, 1); */
    border-top: 1px solid #f8df8b;
    border-bottom: 1px solid #f8df8b;
}

.row-white td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}


.lbl {
    background-color: gray;
    color: white;
    padding: 3px 7px;
    border-radius: 4px;
}

.lbl-estagiario {
    background-color: #7f5539;
}

.lbl-advogado {
    background-color: #0077b6;
}

.lbl-administrador {
    background-color: #0a9396;
}

p,
h4 {
    color: #4d4d4d;
}

.ui-pnotify-title {
    font-size: 18px;
}

.alert h4 {
    color: inherit;
}

.select-status {
    padding: 7px 5px;
    background-color: #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.85rem;
    outline: none;
    border: 0;
    color: #4d4d4d;
    border: 1px solid #ccc;
}

.background-status {
    color: #4d4d4d !important;
    background-color: #ddd;
    border: 1px solid #ccc;
}

.modal-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.body-content {
    color: #4d4d4d;
    font-size: 0.97rem;
    border-left: 6px solid #1abb9c;
    padding-left: 6px;
}


/*==========================================================================================*/
/*Sobrescrevendo classes do plugin select2*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    font-size: 1rem !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6c757d !important;
    color: white;
}

/*==========================================================================================*/
.modal-lateral-bar {
    border-left: 7px solid #1abb9c;
    padding-left: 10px;
}

[scale-hover="true"]:hover {
    transform: scale(1.5);
}

.tipo-pauta {
    padding: 6px;
    border-radius: 3px;
    background-color: gray;
    color: white;
}

.pauta-adm {
    color: #4d4d4d;
    background-color: #e9ddd4;
}

.pauta-process {
    color: #4d4d4d;
    background-color: #b1d4e0;
}

#datatable-log tr {
    background-color: white;
}

span.reveal {
    display: inline-block;
    /* padding: 5px; */
    width: 27px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    border-radius: 44px;
    text-align: center;
    transition-duration: 0.5s;
    color: #1abb9c;
    font-size: 1rem;
    border: 1px solid transparent;
}

.section-log-list {
    height: 0;
    overflow: hidden;
    transition-duration: 0.5s;
}

.section-log-list ul {
    list-style: none;
    padding: 0;
}

span.reveal:hover {
    background-color: #e0e0e0;
    /* color: gray; */
}

#calendar {
    width: 100%;
    padding: 10px;
    background-color: #D1E8E4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(209, 232, 228, 1) 100%);
    border-radius: 18px;
    box-shadow: 0px 2px 6px -4px rgb(0 0 0 / 70%);
}

.audiencias {
    background-color: #1abb9c;
    color: white;
    padding: 7px 8px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.box-dashboard {
    width: 80%;
    /* color: #4d4d4d; */
    font-size: 1rem;
    margin: 15px;
    -webkit-box-shadow: 0px 2px 6px -4px rgba(0, 9, 0, 0.7);
    box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.7);
}

.yellow-background {
    background-color: #fcffa6;
    border: 1px solid #e5d549;
}

.blue-background {
    background-color: #d0e8f2;
    border: 1px solid #a2d5f2;
}

.box-dashboard .box-title {
    padding: 1px 10px;
}

.box-dashboard .box-valor {
    text-align: center;
    /* color: #4d4d4d; */
    -webkit-text-stroke-width: 3px;
}

.yellow-box-content {
    background-color: #ffe459;
    border-top: 1px solid #e5d549;
    padding: 2px 10px;
    font-size: 0.8rem;
}

.blue-box-content {
    background-color: #9ab3f5;
    border-top: 1px solid #a2d5f2;
    padding: 2px 10px;
    font-size: 0.8rem;
}

.box-dashboard .total-valor {
    color: #4d4d4d;
}

.btn-submit {
    background-color: white;
    border: 1px solid #d8d8d8;
}

.login_content h1 {
    color: #666666 !important;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    top: -49px;
    display: -ms-inline-flexbox;
    float: right;
    padding: 0;
}

a.btn.btn-default.buttons-excel.buttons-html5.excelButton {
    padding: 4px 5px;
    font-size: 0.8rem;
    border-radius: 5px;
    border-color: 1px solid #80ed99;
    background-color: #80ed99;
    color: white;
}

/*Chat box*/

.chat-box-container {
    /*    height: 50vh; */
    overflow: auto;
}

.chat-box-container .message {
    background-color: #e0e0e0;
    width: 340px;
    border-radius: 0px 16px 16px 16px;
    padding: 5px 12px;
    box-shadow: 0px 2px 10px -1px rgba(224, 224, 224, 0.75);
    word-break: break-word;
}

.chat-box-container .head {
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: 700;
}

.chat-box-container p {
    /* color: #b3b3b3; */
    font-weight: 400;
}

.chat-box-container .data {
    text-align: end;
}

.chat-box-container .chat-content {
    margin-bottom: 20px;
}

.chat-box-container .my-message {
    background-color: #dbd0c0;
    /*     background-color: #B8DFD8; */
    border-radius: 16px 0 16px 16px;
    box-shadow: 0px 2px 10px -1px rgba(224, 224, 224, 0.75);
}

.chat-box-container .my-chat {
    display: flex;
    justify-content: flex-end;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    /*     background: #949494; */
    background: #F7F7F7;
    /*   background: #999; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*  -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    /*   background: #ddd; */
    background: #adadad;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:window-inactive {
    /* background: #ddd; */
    background: #adadad;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/*Sobreescrevendo css do simeditor*/
.simditor {
    margin-top: 10px;
    border: 0 !important;
}

.simditor .simditor-body {
    min-height: 100px !important;
    overflow: auto;
}

.simditor-wrapper {
    border: 1px solid #c9d8db;
    border-radius: 6px;
}

.simditor .simditor-toolbar {
    border-bottom: none !important;
}

/*Fim da Sobreescrita do css do simditor*/



.btn-export-area {
    position: absolute;
    top: 24px;
    right: 6px;
    /* background-color: gray; */
}

.btn-export {
    background-color: gray;
    border: 0;
    outline: 0;
    padding: 2px 4px;
    border-radius: 3px;
}

.btn-export-area .btn-pdf {
    color: #e02401;
    background-color: white;
    box-shadow: 0 0 0 1pt #e02401;
}

.btn-export-area .btn-pdf:active {
    color: #e02401;
    background-color: white;
    box-shadow: 0 0 0 1pt lightblue;
}

.btn-export-area .btn-exell {
    background-color: #227447;
    color: white;
    box-shadow: 0 0 0 1pt #227447;
}



.pub-container {
    background-color: khaki;
    height: 110px;
    margin-bottom: 17px;
    border: 1px solid #FFCE45;
    -webkit-box-shadow: 0px 2px 6px -4px rgba(0, 9, 0, 0.7);
    box-shadow: 0px 2px 6px -4px rgba(0, 0, 0, 0.7);
}

.pub-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.pub-texto {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

span.pub-qtde {
    position: absolute;
    background: white;
    display: inline-block;
    font-size: 1.1rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    top: -14px;
    right: -28px;
    color: #4d4d4d;
}





.time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 35px;
}

/* 
.box-mensage-all ul{
    color: #4d4d4d;
    background: white;
}

.box-mensage-all li{
    margin: 6px 6px 0;

}

.box-mensage-all a{
   cursor: pointer;
   background: #f7f7f7;
}

span.icon-type-message {
    display: inline-block;
    font-size: 2.4em;
    margin-right: 10px;
    color: #bdbebd;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ddd;
} */

.modal-notificacoes ul li {
    position: relative;
    margin: 6px 6px 0;
    color: #4d4d4d;
}

.modal-notificacoes ul li.unread::before {
    left: 12px;
    top: 40px;
}

.modal-notificacoes ul li a {
    cursor: pointer;
    background: #f7f7f7;
    /*     word-break: break-all; */
}

.note-aud-content a {
    word-break: break-all;
}

.note-aud-content a,
.note-aud-content span,
.note-aud-content div,
.note-aud-content h1,
.note-aud-content h2,
.note-aud-content h3,
.note-aud-content h4,
.note-aud-content h5,
.note-aud-content h6,
.note-aud-content p {
    font-size: 1em;
    word-break: break-word;
}

.container-message {
    cursor: pointer;
    background: #f7f7f7;
    padding: 5px !important;
    width: 100%;
}

.logo_footer {
    width: 40px;
    height: 40px;
}

#c1 {
    display: none;
}


/*Estilos para as notificações*/
.notification.unread {
    position: relative;
    border: 1px solid #C3D48B;
}

/* .notification.unread a::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 34px;
    background: #61B15A;
    width: 10px;
    height: 10px;
    border-radius: 50%;
} */
.notification.unread .teste {
    position: relative;
    display: inline-block;
    left: 0;
    top: 27px;
    background: #61B15A;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.notification i {
    font-size: 14px;
}

.notification .ico {
    color: white;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
}

.notification .info {
    background: #39A2DB;
}

.notification .white {
    background: white;
}

.notification .warning {
    background: #FFC900;
}

.notification .roxo {
    background: #AE00FB;
}

.notification .green {
    background: #3E8E7E;
}

.notification .blue {
    background: #22577E;
}

.notification .text-gray {
    color: #4d4d4d;
}

.notification .note-aud-content {
    margin-top: 4px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.notification .destinatario {
    color: #666;
    font-weight: 300;
}

.notification .nome {
    font-weight: 600;
}

.dropdown-item, .dropdown-item:active {
    color: #4d4d4d !important;
}

/*Fim dos estilos de notificações*/

.status {
    padding: 2px;
    background: #1abb9c;
    color: white;
    border-radius: 5px;
}

/*================================================================================*/
/*Estilos para impedir o overflow das tabelas*/
.table-overflow td {
    max-width: 120px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow: hidden;
}


td.text-overflow {
    text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
}

/*Fim dos estilos para impedir o overflow das tabelas*/

span#id_pauta {
    border: 1px solid #ced4da;
    color: #495057;
    padding: 5px;
    width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
}

.modal-body .info {
    font-size: 0.9rem;
    color: #4d4d4d;
}

.focus {
    border: 2px solid black !important;
}

.special {
    color: black !important;
    font-size: 0.95rem;
}

/*Sobrescrevendo classes do plugin bootstrap select*/
.bootstrap-select button {
    border-radius: 0 !important;
    border: 1px solid #ced4da;
    background: white;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #6c757d;
    color: white !important;
}

.item input, .item textarea{
    -webkit-transition: none !important;
    transition: none !important;
}

/*Notificações no rodapé */
.notification-fixed {
    position: fixed;
    bottom: 0;
    right: 20px;
    background: #6c757d;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}
.notification-fixed i {
    color: white;
}

.notification-fixed i.color-black {
    color: black;
}
ul.notification-list {
    display: flex;
    margin: 4px;
    list-style-type: none;
}
.notification-tittle {
    font-weight: bold;
    color: white;
    margin-left: 10px;
}
/*Fim de notificações no rodapé */