﻿.mention {
    color: #007bff; /* Azul padrão para links */
    font-weight: bold;
}

.contenteditable {
    display: block;
    width: 100%;
    height: 200px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    overflow: auto;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}

    .contenteditable:focus {
        outline: none;
        box-shadow: 0 0 5px #529cdc80;
        border: 1px solid #529cdc;
    }

.tribute-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

    .tribute-container ul {
        margin: 0;
        margin-top: 2px;
        padding: 0;
        list-style: none;
        background: #efefef;
    }

    .tribute-container li {
        padding: 8px 12px;
        cursor: pointer;
        font-size: 14px;
        color: #333;
    }

        .tribute-container li:hover {
            background-color: #f1f1f1;
        }

        .tribute-container li.selected {
            background-color: #007bff;
            color: white;
            font-weight: bold;
            cursor: pointer;
        }

    .tribute-container input {
        padding: 5px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 100%;
        margin-top: 10px;
    }

    .tribute-container li.highlight {
        background: #ddd;
    }

    .tribute-container li span {
        font-weight: bold;
    }

    .tribute-container li.no-match {
        cursor: default;
    }

    .tribute-container .menu-highlighted {
        font-weight: bold;
    }

.panel-form-pessoas .input-group-addon-checkbox {
    padding: 1px 10px;
}

.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade {
    opacity: 1;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }

/*  Modal Aberta   */
body.modal.in {
    overflow: hidden !important;
}
/*PADDING*/
.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*MARGING*/
.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

input.input-exs {
    font-size: 12px !important;
}

input.input-sm {
    font-size: 12px !important;
}

.daterangepicker.dropdown-menu {
    z-index: 100000 !important;
}
/*
****************   Capas Processos e Desdobramentos ****************************
***************************************************************
*/
#processo-geral div:empty {
    display: none !important;
}

@media (max-width: 768px) {
    #panel-processo .nav-tabs:before {
        content: 'Menu' !important;
    }
}

#panel-processo.page-header-default {
    margin-bottom: 0px;
}

#desdobramento-geral .select2 .select2-selection {
    height: 30px !important;
}

.panel-center-flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px !important;
}

/*
****************   HEADER ****************************
***************************************************************
*/

.page-header-pessoa {
    margin-bottom: 5px;
}

.page-title-pessoa {
    margin-bottom: 5px;
}

.page-header-content-pessoa {
    height: 50px;
}
/*
****************   TABLE   ****************************
***************************************************************
*/
.table-lg > tbody > tr > td, .table-lg > thead > tr > td {
    padding: 8px 20px;
}

.bg-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/*
****************   INPUT   ****************************
***************************************************************
*/

.group-select2-input {
    padding-left: 0;
    padding-right: 0;
}

.select-group select2--single {
    border-radius: 0 !important;
}

.select-group {
    border-radius: 0 !important;
}

/*
****************   FONT   ****************************
***************************************************************
*/
.font-8 {
    font-size: 8px;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.width-20 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100px !important;
}

.text-ligthbold {
    font-weight: 400;
    color: black !important;
}

/*
****************   SELECT2   ****************************
***************************************************************
*/
.select2-results__option.select2-results__option--highlighted {
    background-color: #cccccc;
}

.select2-results__option[aria-selected=true] {
    background-color: #2196F3;
    color: #fff;
    text-decoration-color: #fff;
}

    .select2-results__option[aria-selected=true] legend {
        color: #fff;
        text-decoration-color: #fff;
    }

    .select2-results__option[aria-selected=true] div {
        color: #fff;
        text-decoration-color: #fff;
    }

    .select2-results__option[aria-selected=true] small {
        color: #ddd;
        text-decoration-color: #ddd;
    }

.select2-results__option .text-black {
    color: #000 !important;
}

.select2-results__option[aria-selected=true] .text-ligthbold {
    font-weight: 400;
    color: #fff !important;
}

.select2-results__option[aria-selected=true] .text-muted {
    font-weight: 400;
    color: #fff !important;
}

.bj-yellow-400 {
    background-color: #fff242;
    border-color: #fff242;
    color: #fff;
}

.text-yellow-400,
.text-yellow-400:hover,
.text-yellow-400:focus {
    color: #fff242 !important;
}

.bj-yellow-600 {
    background-color: #e5d722;
    border-color: #e5d722;
    color: #fff;
}

.text-yellow-600,
.text-yellow-600:hover,
.text-yellow-600:focus {
    color: #e5d722 !important;
}

/*
****************   DASHBOARD   ****************************
***************************************************************
*/
.chartDashboard {
    margin: 0 auto;
    opacity: 0.9;
}

.panel-body-dashboard {
    padding-top: 0 !important;
    height: 300px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.panel-body-dashboard-sempage {
    padding-top: 0 !important;
    height: 354px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.panel-heading-dashboard {
    padding: 15px 20px 0 20px;
    margin-bottom: 0 !important;
}

.fieldset-dashboard {
    margin-bottom: 0 !important;
}

    .fieldset-dashboard legend {
        margin-bottom: 0;
    }

.col-xs-12 .metaDashboard .iconDashboard {
    font-size: 30px;
}

.col-xs-12 .metaDashboard .fontDashboard {
    font-size: 14px;
}

/*
****************   BUTTONS   ****************************
***************************************************************
*/
.btn-exs,
.btn-group-exs > .btn {
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 2px;
}

.btn-labeled.btn-exs {
    padding-left: 34px;
}

    .btn-labeled.btn-exs > b {
        padding: 3px;
        font-size: 12px;
    }

    .btn-labeled.btn-exs > i {
        font-size: 12px;
        padding-left: 0;
    }

    .btn-labeled.btn-exs > b > i {
        top: 0;
        font-size: 12px;
        padding: 3px;
        font-weight: lighter;
    }

    .btn-labeled.btn-exs.btn-labeled-right {
        padding-left: 12px;
        padding-right: 42px;
    }

.multiselect.btn-exs {
    padding-left: 5px;
    padding-right: 10px;
}

    .multiselect.btn-exs .caret {
        right: 5px;
    }

.btn-danger-600 {
    /*color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;*/
    background-color: #E53935;
    border-color: #E53935;
    color: #fff;
}

    .btn-danger-600:hover,
    .btn-danger-600:focus,
    .btn-danger-600:active,
    .btn-danger-600.active,
    .open .dropdown-toggle.btn-danger-600 {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

    .btn-danger-600:active,
    .btn-danger-600.active,
    .open .dropdown-toggle.btn-danger-600 {
        background-image: none;
    }

    .btn-danger-600.disabled,
    .btn-danger-600[disabled],
    fieldset[disabled] .btn-danger-600,
    .btn-danger-600.disabled:hover,
    .btn-danger-600[disabled]:hover,
    fieldset[disabled] .btn-danger-600:hover,
    .btn-danger-600.disabled:focus,
    .btn-danger-600[disabled]:focus,
    fieldset[disabled] .btn-danger-600:focus,
    .btn-danger-600.disabled:active,
    .btn-danger-600[disabled]:active,
    fieldset[disabled] .btn-danger-600:active,
    .btn-danger-600.disabled.active,
    .btn-danger-600[disabled].active,
    fieldset[disabled] .btn-danger-600.active {
        background-color: #E53935;
        border-color: #E53935;
    }

    .btn-danger-600 .caret {
        border-top-color: #fff;
    }

.dropup .btn-danger-600 .caret {
    border-bottom-color: #fff;
}

/**LOGIN**/
.validation-summary-errors li {
    list-style-type: circle !important;
    margin-left: 0;
}

.validation-invalid-label {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
    color: #f44336;
    position: relative;
}

.validation-valid-label {
    color: #4caf50;
}

.validation-invalid-label i {
    font-family: icomoon;
    font-size: 1.1rem;
    position: absolute;
    top: 0.21802rem;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.validation-invalid-label span {
    margin-left: 15px;
}

.validation-valid-label span {
    margin-left: 0px !important;
}

/**PNOTIFY**/
.pnotify-center {
    right: calc(50% - 150px) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-break-legacy {
    word-wrap: break-word;
    word-break: break-word;
    display: block;
    max-width: 100%;
}

.descrTramite {
    max-width: 50ch;
    overflow: auto;
    text-overflow: inherit;
}