<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(281,16): run-time error CSS1038: Expected hex color, found '#fff0'
(391,16): run-time error CSS1038: Expected hex color, found '#fff0'
(1182,64): run-time error CSS1030: Expected identifier, found '.'
(1182,82): run-time error CSS1031: Expected selector, found ')'
(1182,82): run-time error CSS1025: Expected comma or open brace, found ')'
(2209,1): run-time error CSS1019: Unexpected token, found '}'
(2254,1): run-time error CSS1019: Unexpected token, found '}'
(2667,1): run-time error CSS1019: Unexpected token, found '}'
(3116,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3117,8): run-time error CSS1035: Expected colon, found '{'
(3632,23): run-time error CSS1038: Expected hex color, found '#cccc'
(4229,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4230,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(5046,1): run-time error CSS1019: Unexpected token, found '}'
(5498,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5499,10): run-time error CSS1035: Expected colon, found '{'
 */


.label-dark {
    background-color: #343a40;
}


.table thead &gt; tr &gt; th, .table tbody &gt; tr &gt; th, .table tfoot &gt; tr &gt; th, .table thead &gt; tr &gt; td, .table tbody &gt; tr &gt; td, .table tfoot &gt; tr &gt; td {
    vertical-align: middle !important;
}

.modal-style-no-content {
    border: none !important;
    border-radius: 0px !important;
}

.card-body {
    padding: 0 !important;
}

.display-visible {
    display: block !important;
}


/*Celular and tablet not Desktop*/
.show-mobile {
    display: none;
}

.dropdown-kanban {
    width: 100%;
    padding-left: 45px
}

.m-n1 {
    margin: -2.3px !important;
}

.p-n1 {
    padding: 0 0 0 0em !important;
}

.drop {
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.class-span {
    background-color: #343a40;
    color: #FFF;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 1px;
}

.form-control-aux .form-control {
    height: 100% !important;
}

@media (max-height: 768px) {
    .drop {
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dropdown-kanban {
        width: 100%;
        padding-left: 0px
    }

    .class-span {
        display: none;
    }
}

.page-wrapper {
    padding-bottom: 0px !important;
    min-height: calc(100vh - 70px) !important;
}

@media (min-width: 768px) {
    .top115 {
        top: 60px;
        margin-left: 0px;
    }

    .col-md-3 {
        max-width: 100% !important;
    }
}

@media print {
    /* Forçar exibição de cores de fundo */
    .list-group-item {
        background-color: #007bff !important; /* Azul dos boxes */
        color: #fff !important; /* Texto branco */
        -webkit-print-color-adjust: exact; /* Ajuste de cores no Chrome */
        print-color-adjust: exact; /* Ajuste de cores no Firefox */
    }

    .fa-check {
        display: inline-block; /* Garante que o ícone do check apareça */
    }

    /* Corrigir a seta */
    div[style*="border-left: 30px solid #007bff;"] {
        border-left: 30px solid #007bff !important;
    }

    /* Manter o layout flex */
    .d-flex {
        display: flex !important;
    }

    .col-md-4 {
        float: left;
        width: 33.3333%;
    }

    .relatorio {
        page-break-inside: avoid; /* Evita quebras no meio dos boxes */
    }

    .container-seta svg {
        display: block !important;
    }
}

.container-seta {
    margin: 15px 0; /* Espaçamento ao redor */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Tablet */
@media only screen and (max-width: 765px) {
    .div-modal-center {
        max-width: 100% !important;
        min-width: unset !important;
    }

    .col-mobile-6 {
        max-width: 50% !important;
    }

        .col-mobile-6 .card-menu-grid {
            padding: 10px !important;
            min-height: 140px !important;
            margin: 10px 0 !important;
        }


    .card-menu-grid .card-content {
        line-height: 60px !important;
    }

        .card-menu-grid .card-content .btn {
            padding: 0.25rem 0.5rem !important;
        }

    #modal-grid-menu-geral .row, .modal-parametros .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-wrapper {
        padding-bottom: 0px !important;
    }

    .col-not-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }


    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .btn-min-block {
        width: 30% !important;
        min-width: 100px !important;
    }

    .card-collapse {
        padding: 5px !important;
    }

    #toast-container {
        margin: 10px !important;
    }

    .form-group {
        margin-bottom: 5px !important;
    }

    .checkbox {
        padding-top: 12px !important;
        padding-bottom: 5px !important;
    }

    .show-mobile {
        display: block;
    }

    /*dropzone*/

    .dropzone .dz-preview .dz-image img {
        width: 100%;
    }

    .dropzone .dz-preview .dz-image {
        width: 80px !important;
        height: 80px !important;
    }

    .dropzone .dz-preview .dz-remove {
        font-size: x-small !important;
    }

    .dropzone .dz-preview .dz-details {
        font-size: x-small !important;
        line-height: 100% !important;
    }

        .dropzone .dz-preview .dz-details .dz-size {
            font-size: 12px !important;
        }
}

.dropzone .dz-open {
    position: absolute;
    top: 0;
    font-size: 30px;
    z-index: 10;
    right: 0;
    margin-top: -25px;
}

.dropzone.dropzone-view:hover
{
    background-color: transparent !important;
}

.btn-local-filter {
    padding: 9px 10px !important;
}

/*Celular grande ou deitado */
@media only screen and (max-width: 500px) {

    .div-select-exibicao {
        width: 70% !important;
        margin-right: 0 !important;
    }

    .status-ged-mobile {
        width: 20px !important;
        color: #fff0 !important;
    }

    .img-ged-listagem-mobile {
        width: 14% !important;
        height: 14% !important;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 42px !important;
    }

    .btn {
        padding: 5px 10px !important;
    }

        .btn.icon-expandable-btn {
            padding: 7px 10px !important;
        }

        .btn.btn-full {
            padding: 10px !important;
        }


    .login-form, .login-content {
        /*height: 100vh !important;*/
    }

    .sweet-alert {
        right: 15px !important;
    }

    .tam-input {
        width: 100% !important;
        margin-right: -2px;
    }

    .not-mobile {
        display: none !important;
    }

    .btn-local-filter {
        position: absolute;
        top: 1px;
        left: 15px;
        padding: 9px 5px !important;
    }

    .car-btn {
        padding: 10px 12px !important;
        margin-top: -3px;
    }

    .m-l-m-15 {
        margin-left: 15px;
    }

    .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6.h1 {
        font-size: medium !important;
    }

    .modal-parameter {
        top: -6px !important;
    }

    /* #modal-grid-menu-geral, .modal-parametros {
        top: 90px !important;
    }*/

    #btn-menu-geral {
        right: 4px !important;
        bottom: 8px !important;
        width: 55px !important;
        height: 55px !important;
        padding: 12px 11px !important;
        font-size: 22px !important;
        line-height: 17px !important;
        border: 1px solid #fff;
    }


    .grid-icon {
        display: none !important;
    }

    .page-titles {
        margin: 0 0 10px !important;
    }

    .card {
        margin: 10px 0 !important;
        padding: 10px !important;
    }

    .tabs-listagem li a.nav-link {
        padding: 4px !important;
    }

    .fc button {
        height: unset !important;
    }
}
/*Celular pequeno */


@media only screen and (max-width: 400px) {

    .status-ged-mobile {
        width: 20px !important;
        color: #fff0 !important;
    }

    .tam-input {
        margin-right: -85px;
    }

    .img-ged-listagem-mobile {
        width: 14% !important;
        height: 14% !important;
    }

    .fc-title {
        display: none;
    }


    .fc-qtd {
        position: absolute;
        color: #fff !important;
        top: 0px !important;
        right: 14px !important;
        font-weight: bold;
        text-align: center;
        border-radius: unset !important;
        background: unset !important;
        padding: 0 !important;
        width: unset !important;
        height: unset !important;
        font-size: 11px !important;
        line-height: unset !important;
    }

    .fc-event .fc-content {
        min-height: 14px !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .login-form {
        padding-top: 10px !important;
    }

    .unix-login .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    body {
        font-size: small !important;
    }



    .logo-login {
        height: auto !important;
        width: 70% !important;
    }

    .btn:not(.btn-circle) {
        font-size: small !important;
    }

    .btn .hidden-text-btn {
        font-size: 16px !important;
    }

    .login-form .btn {
        padding: 12px !important;
    }


    .form-control {
        height: inherit !important;
        font-size: medium !important;
    }

    .card {
        padding: 15px !important;
    }
}

.iframe {
    margin-top: 0%;
    display: flex;
    width: 100%;
    height: 62rem;
    min-width: max-content;
    margin-inline: auto;
}

.menu-logo {
    /*position: absolute;*/
    /*top: 50%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    text-transform: uppercase;
}

.menu-principal {
    padding-left: 20px !important;
    font-size: large !important;
}


td.descricao {
    /*white-space: pre-wrap;*/
    text-align: justify !important;
}

.container {
    padding: 0 25px 25px !important;
}

.btn-min-block {
    width: 15%;
    min-width: 160px;
    margin-top: 5px;
}


.input-group-btn .btn {
    padding: .375rem .75rem !important;
    border-radius: 0px;
}

.form-check-input {
    margin-left: 0px !important
}

.div-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .div-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #9d9c9c;
}

/* On mouse-over, add a grey background color */
.div-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.div-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    box-sizing: unset !important;
}

/* Show the checkmark when checked */
.div-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.div-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*radio button*/
.div-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .div-radio input {
        position: absolute;
        opacity: 0 !important;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.div-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.div-radio input:checked ~ .checkmark-radio {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.div-radio input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.div-radio .checkmark-radio:after {
    top: 8px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

textarea:not(.auto) {
    height: 130px !important;
    resize: none;
}

.btn-card-close {
    margin-right: -15px;
    color: white !important;
    float: right;
}

.master-ged .btn-card-close {
    color: #0e0d0d !important;
}

p {
    margin-bottom: 0 !important;
}

.panel {
    border: 1px solid;
    border-radius: 8px !important;
}


.panel-default {
    border-color: #ccc;
}

    .panel-default .panel-heading {
        background: #fafafa;
        border-color: #f5f5f5;
        color: #333;
        border-radius: 8px;
    }


.text-justify {
    text-align: justify !important;
}

.table {
    font-size: small !important;
    width: 100% !important;
}

tbody tr td:last-child {
    /*text-align: left !important;*/
}

.unix-login {
    height: 100%;
}

/*table row colors*/
.table &gt; tbody &gt; tr.danger &gt; td, .table &gt; tbody &gt; tr.danger &gt; th, .table &gt; tbody &gt; tr &gt; td.danger, .table &gt; tbody &gt; tr &gt; th.danger, .table &gt; tfoot &gt; tr.danger &gt; td, .table &gt; tfoot &gt; tr.danger &gt; th, .table &gt; tfoot &gt; tr &gt; td.danger, .table &gt; tfoot &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th, .table &gt; thead &gt; tr &gt; td.danger, .table &gt; thead &gt; tr &gt; th.danger {
    background-color: #fc6180;
}

.table &gt; tbody &gt; tr.info &gt; td, .table &gt; tbody &gt; tr.info &gt; th, .table &gt; tbody &gt; tr &gt; td.info, .table &gt; tbody &gt; tr &gt; th.info, .table &gt; tfoot &gt; tr.info &gt; td, .table &gt; tfoot &gt; tr.info &gt; th, .table &gt; tfoot &gt; tr &gt; td.info, .table &gt; tfoot &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th, .table &gt; thead &gt; tr &gt; td.info, .table &gt; thead &gt; tr &gt; th.info {
    background-color: #17a2b8;
}

.table &gt; tbody &gt; tr.success &gt; td, .table &gt; tbody &gt; tr.success &gt; th, .table &gt; tbody &gt; tr &gt; td.success, .table &gt; tbody &gt; tr &gt; th.success, .table &gt; tfoot &gt; tr.success &gt; td, .table &gt; tfoot &gt; tr.success &gt; th, .table &gt; tfoot &gt; tr &gt; td.success, .table &gt; tfoot &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th, .table &gt; thead &gt; tr &gt; td.success, .table &gt; thead &gt; tr &gt; th.success {
    background-color: #28a745;
}

.table &gt; tbody &gt; tr.warning &gt; td, .table &gt; tbody &gt; tr.warning &gt; th, .table &gt; tbody &gt; tr &gt; td.warning, .table &gt; tbody &gt; tr &gt; th.warning, .table &gt; tfoot &gt; tr.warning &gt; td, .table &gt; tfoot &gt; tr.warning &gt; th, .table &gt; tfoot &gt; tr &gt; td.warning, .table &gt; tfoot &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th, .table &gt; thead &gt; tr &gt; td.warning, .table &gt; thead &gt; tr &gt; th.warning {
    background-color: #ffc107;
}

.table &gt; tbody &gt; tr.dark &gt; td, .table &gt; tbody &gt; tr.dark &gt; th, .table &gt; tbody &gt; tr &gt; td.dark, .table &gt; tbody &gt; tr &gt; th.dark, .table &gt; tfoot &gt; tr.dark &gt; td, .table &gt; tfoot &gt; tr.dark &gt; th, .table &gt; tfoot &gt; tr &gt; td.dark, .table &gt; tfoot &gt; tr &gt; th.dark, .table &gt; thead &gt; tr.dark &gt; td, .table &gt; thead &gt; tr.dark &gt; th, .table &gt; thead &gt; tr &gt; td.dark, .table &gt; thead &gt; tr &gt; th.dark {
    background-color: rgba(52, 58, 64, 1);
}


.table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; thead &gt; tr &gt; th {
    padding: 5px;
}

.certificado {
    position: absolute;
    top: -20px;
    right: -15px;
    /*padding:5px;*/
}

    .certificado i {
        position: relative;
        font-size: 6em;
    }

        .certificado i span {
            font-size: 13%;
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%)
        }

.menu-local-nestable {
    margin-top: 6px;
    margin-right: 5px;
    float: right;
}

.click-botao {
    display: block !important;
}

.check-local-nestable {
    margin-top: 6px;
    margin-right: 5px;
    float: left;
}

.dd-item .form-control {
    height: 36px !important;
    margin: 2px;
    width: 91% !important;
}

.dd-item .input-edit {
    width: 65% !important;
}

.dd-handle {
    min-height: 40px;
    height: 100% !important;
}

@media only screen and (max-width: 400px) {
    .menu-local-nestable {
        display: none;
    }

    .dd-handle.active {
        background: #e5e5e5 !important;
    }

    .dd-item .div-edit button {
        font-size: x-small !important;
    }
}

.dd-list .dd-list {
    padding-left: 5px !important;
}

.dd-list .dd-list2 {
    padding-left: 1px !important;
}

.dd-list ol {
    margin-left: 1em;
    position: relative;
}

.dd-list ol2 {
    margin-left: 1em;
    position: relative;
}

.dd-list &gt; .dd-item {
    margin: 0;
    line-height: 2em;
    padding: 0 0 0 1em;
    color: #e5e5e5;
    font-weight: 700;
    position: relative;
}

.dd-list ol:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: -9px;
    bottom: 0;
    left: -11px;
    border-left: 1.5px solid;
}

.dd-list ol .dd-item:before {
    content: "";
    display: block;
    width: 14px;
    height: 0;
    border-top: 1px solid;
    margin-top: 9px;
    position: absolute;
    top: 1em;
    left: -12px;
}


.dropzone-view .dz-preview .dz-remove {
    display: none !important;
}

.dropzone-view.dz-clickable {
    cursor: auto !important;
}

/*table hover xy*/

.table-hover-xy th {
    text-align: left;
}

.table-hover-xy tbody tr:hover {
    background-color: #f5f5f5;
}

.table-hover-xy colgroup.hover:nth-child(n+3) {
    background-color: #f5f5f5;
}


.table-hover-xy tbody tr td:hover:not(.td-not-hover) {
    background-color: #ffc107 !important;
}

.table-hover-xy tbody tr td.active {
    background-color: #ffc107 !important;
}

@media only screen and (max-width: 576px) {

    .table-hover-xy {
        font-size: x-small !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: unset !important;
    }
}

@media (max-width: 576px) {
    .min-font-size {
        font-size: 12px !important;
    }

    img:not(.logo-login ):not(.logo-cabecalho) {
        width: 25px !important;
        height: 25px !important;
    }

    .mobile-10 {
        font-size: 10px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .login-content {
        margin: 100px 0 !important;
    }
}

.tamanho {
    height: 100% !important;
}


.div-contrato:not(:last-child):after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #607d8b;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    /* transform: rotate(135deg) translate(0, -50%); */
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    right: -0.2em;
    top: 50%;
}

.div-contrato .card {
    min-height: 380px !important;
}

.div-contrato .div-radio-group, .div-contrato .div-valores {
    margin-top: 60px;
}

@media only screen and (max-width: 576px) {

    .div-contrato .card {
        min-height: unset !important;
    }

    .div-contrato .div-radio-group, .div-contrato .div-valores {
        margin-top: 20px;
    }
    /*.div-contrato .div-valores p{
        font-size:100%!important;
    }*/
}


.div-contrato .div-text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div-text-center h1,
.div-text-center h2,
.div-text-center h3,
.div-text-center h4,
.div-text-center h5,
.div-text-center span,
.div-text-center p {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 568px) {

    .div-contrato:not(:last-child):after {
        -webkit-transform: rotate(225deg) translate(0, -50%);
        -ms-transform: rotate(225deg) translate(0, -50%);
        -o-transform: rotate(225deg) translate(0, -50%);
        /* transform: rotate(135deg) translate(0, -50%); */
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        right: 50%;
        bottom: -0.7em;
        top: auto;
    }

    .div-contrato h1 {
        font-size: 36px !important;
    }

    .dataTables_length span {
        display: none;
    }

    .small-mobile {
        font-size: x-small;
    }
}


#painel-noti, #li-noti .slimScrollDiv {
    height: auto !important;
}

.border-primary {
    border-color: #5c4ac7 !important;
}

.border-r-primary {
    border-right-color: #007bff !important;
}

.border-l-primary {
    border-left-color: #007bff !important;
}

.border-success {
    border-color: #26dad2 !important;
}

.border-r-success {
    border-right-color: #26dad2 !important;
}

.border-l-success {
    border-left-color: #26dad2 !important;
}

.border-info {
    border-color: #1976d2 !important;
}

.border-r-info {
    border-right-color: #1976d2 !important;
}

.border-l-info {
    border-left-color: #1976d2 !important;
}


.border-warning {
    border-color: #ffb22b !important;
}

.border-r-warning {
    border-right-color: #ffb22b !important;
}

.border-l-warning {
    border-left-color: #ffb22b !important;
}

.border-danger {
    border-color: #ef5350 !important;
}

.border-r-danger {
    border-right-color: #ef5350 !important;
}

.border-l-danger {
    border-left-color: #ef5350 !important;
}

.border-megna {
    border-color: #00897b;
}

.border-theme {
    border-color: #1976d2;
}

.border-inverse {
    border-color: #2f3d4a;
}

.border-purple {
    border-color: #7460ee;
}

.border-light-part {
    border-color: rgba(0, 0, 0, 0.02);
}

.border-light-primary {
    border-color: #f1effd;
}

.border-light-success {
    border-color: #e8fdeb;
}

.border-light-info {
    border-color: #cfecfe;
}

.border-light-extra {
    border-color: #ebf3f5;
}

.border-light-warning {
    border-color: #fff8ec;
}

.border-light-danger {
    border-color: #f9e7eb;
}

.border-light-inverse {
    border-color: #f6f6f6;
}

.border-light {
    border-color: #f2f4f8;
}

.border-white {
    border-color: #ffffff;
}

.legend-sprint {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 100%;
}

#ul-filtros li, .ul-filtros li {
    float: left;
    padding: 5px
}

.ul-menu-tab li {
    float: left;
    padding: 0 20px;
    text-align: center;
}

    .ul-menu-tab li .text {
        font-size: small;
        cursor: pointer;
    }

    .ul-menu-tab li .btn.active {
        background-color: #0069d9 !important;
        border-color: #0062cc !important;
    }

    .ul-menu-tab li .btn {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }


.div-centered {
    float: none;
    margin: 0 auto;
}

.dataTables_wrapper {
    font-size: small !important;
}

    .dataTables_wrapper &gt; .table-data-table .not-search ::cue( .dataTables_filter) {
        display: none;
    }

@media only screen and (max-width: 568px) {

    .table-relatorio-360 thead .not-order::after {
        display: none;
    }

    .table-relatorio-360 {
        font-size: x-small !important;
    }
}


.item-nestable-disabled {
    pointer-events: none;
    background-color: #dddddd !important;
}

.sidebar-nav #sidebarnav a.disabled {
    pointer-events: none;
}

.input-group-btn .btn {
    padding: .5rem .75rem !important;
    border-radius: 0px;
}

.msg_history {
    height: 516px;
    overflow-y: auto;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.dd-nodrag {
    display: block;
    height: 40px;
    margin: 5px 0;
    padding: 8px 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 40px;
    height: 100% !important;
}




.files-upload input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 85px 10px 115px 5%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
    font-size: small !important;
}

    .files-upload input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files-upload {
    position: relative
}

    .files-upload .icon {
        pointer-events: none;
        position: absolute;
        top: 30px;
        left: 0;
        width: 50px;
        right: 0;
        height: 56px;
        margin: 0 auto;
        font-size: 3em;
    }

    .files-upload .color input {
        background-color: #f1f1f1;
    }

    .files-upload:before {
        position: absolute;
        bottom: 10px;
        left: 0;
        pointer-events: none;
        width: 100%;
        right: 0;
        height: 57px;
        content: "Clique ou arraste os arquivos !  ";
        display: block;
        margin: 0 auto;
        color: #1976d2 !important;
        font-weight: 600;
        text-align: center;
    }


.img-perfil {
    max-width: 150px;
    margin-left: 20px;
}
/*img effect*/
.img-effect img {
    height: auto;
    width: 100%
}

@media only screen and (max-width:360px) {
    .img-effect .box-content {
        padding-top: 20%
    }
}

@media only screen and (max-width:990px) {
    .img-effect {
        margin-bottom: 30px
    }
}

.img-effect {
    /*box-shadow: 0 0 5px #a3a3a3*/
}

.img-effect {
    text-align: center;
    position: relative
}

    .img-effect .box-content {
        width: 100%;
        height: 100%;
        background: 0 0;
        padding-top: 25%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s ease 0s
    }


    .img-effect:hover .box-content {
        background: rgba(0,0,0,.5)
    }



.img-effec:hover .title {
    transform: scale(1)
}

.img-effect .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.img-effect:hover .icon {
    opacity: 1
}

.img-effect .title-img {
    text-align: center;
    text-transform: capitalize;
    transition: all .2s ease 0s;
    font-size: 14px;
    color: #fff;
    transform: scale(0)
}

.img-effect:hover .title-img {
    transform: scale(1)
}

.img-effect .icon li {
    display: inline-block
}

    .img-effect .icon li:first-child a, .img-effect .icon li:last-child a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #fff;
        border: 1px solid #fff;
        position: relative
    }

    .img-effect .icon li a {
        top: -150px
    }

.img-effect:hover .icon li a {
    top: 0
}

    .img-effect:hover .icon li a:hover {
        background: #1976d2;
        border-color: #1976d2
    }

.img-effect .icon li:first-child a {
    transition: all .6s cubic-bezier(.175,.885,.32,1.275) 0s
}

.img-effect .icon li:last-child a {
    transition: all .6s cubic-bezier(.175,.885,.32,1.275) .1s
}

@media only screen and (max-width:990px) {
    .img-effect {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:360px) {
    .img-effect .box-content {
        padding-top: 20%
    }
}

.profiletimeline .div-link span {
    font-size: x-small;
}

.bg-ged {
    background-color: #007bff !important;
}

.sweet-alert {
    border-radius: 15px !important;
}

    .sweet-alert button {
        border-radius: 15px !important;
    }



.div-donut-thin {
    display: block;
    position: relative;
    text-align: center;
}

    .div-donut-thin .total-donut-thin {
        font-size: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .div-donut-thin svg path:after {
        content: "";
        height: 20px;
        width: 20px;
        background-color: red;
    }


.ul-filtros-donut {
    font-size: 11px;
}

    .ul-filtros-donut li {
        display: block;
        margin-top: 5px;
    }

.table.table-donut thead td {
    padding-top: 0 !important;
}

.table.table-donut td {
    border: none !important;
}

.table.table-donut tbody td {
    padding: 0.2rem !important;
}

.font-bold {
    font-weight: bold;
}

.card-dashboard .div-text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card.card-dashboard {
    min-height: 215px;
    padding: 15px 10px 0 !important;
}

.card.card-indicador h6 {
    font-size: 15px !important;
}

.card.card-indicador h1 {
    font-size: 50px !important;
}



@media (max-width: 500px) {

    .modal-dialog {
        width: 90% !important;
    }
}

@media (max-width: 1500px) {

    .ul-filtros-donut li {
        min-width: 120px;
    }


    .card.card-indicador {
        max-height: 105px;
    }

        .card.card-indicador h6 {
            font-size: 12px !important;
        }

        .card.card-indicador h1 {
            font-size: 40px !important;
        }
}

.range {
    position: relative;
}

    .range input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 100%;
        height: 22px;
        cursor: pointer;
        display: block;
    }

        .range input[type=range]:focus {
            outline: none;
        }

        .range input[type=range][disabled] {
            opacity: .3;
            cursor: default;
        }

    .range .rangeslider {
        position: relative;
        height: 22px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .rangeslider:before {
            box-sizing: border-box;
            width: 100%;
            height: 4px;
            background: #e6e6e6;
            border-radius: 100px;
            content: "";
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .range input::-webkit-slider-runnable-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-moz-range-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        margin: 11px 0;
    }

    .range input::-ms-track {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
        color: transparent;
        padding: 11px 0;
        background: transparent;
        border-color: transparent;
    }

    .range input::-ms-fill-lower,
    .range input::-ms-fill-upper {
        box-sizing: border-box;
        width: 100%;
        height: 4px;
        background: #e6e6e6;
        border-radius: 100px;
    }

    .range input::-ms-fill-lower {
        background: #60cd18;
    }

    .range .rangeslider-fill-lower {
        background-color: #60cd18;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 4px;
        will-change: width;
    }

    .range input::-webkit-slider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 2px;
    }

    .range input::-moz-range-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range input::-ms-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
    }

    .range .rangeslider-thumb {
        box-sizing: border-box;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
        border: 6px solid #fff;
        height: 24px;
        width: 24px;
        border-radius: 100px;
        background: #333940;
        cursor: pointer;
        position: absolute;
        touch-action: pan-x;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        will-change: left;
    }

    .range .range-output {
        position: absolute;
        left: 6px;
        top: 6px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .range .range-output .output {
            display: block;
            position: absolute;
            height: 60px;
            line-height: 60px;
            min-width: 32px;
            padding: 0 20px;
            top: -26px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-25%, -100%);
            background: #383c42;
            color: #fff;
            border-radius: 100px;
            white-space: nowrap;
            font-weight: bold;
            font-size: 1.2em;
            text-align: center;
        }

        .range .range-output .output {
            font-size: 0.8em;
            height: 35px;
            min-width: 35px;
            width: 35px;
            line-height: 35px;
            padding: unset;
            min-height: 35px;
            max-width: 35px;
        }

            .range .range-output .output:before {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 50%;
                border: 10px solid #383c42;
                border-bottom: none;
                border-left-color: transparent;
                border-right-color: transparent;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }


main {
    display: flex;
    /*height: 100vh;*/
    justify-content: center;
    align-items: center;
    color: #333;
}

h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.red-color {
    background-color: #F44336;
    color: #fff;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 10px;
}

.light-blue {
    background-color: #00BCD4;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 10px;
}

.yelo-color {
    background-color: #ffc107;
    color: #fff;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 10px;
}

.megenta-color {
    background-color: #009688;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 10px;
}

.margin {
    margin-top: 100px;
}

/*///////////////Right Tooltip w/ Left Arrow////////////////*/
.tooltip-col {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    text-align: center;
}

.tooltiptext {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -13px;
    left: 110%;
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }

.tooltip-col:hover .tooltiptext {
    visibility: visible;
}


/*///////////////Left Tooltip w/ Right Arrow////////////////*/

.tooltiptext2 {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -13px;
    right: 120px;
}

    .tooltiptext2::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        margin-top: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #fc6180;
    }

.tooltip-col:hover .tooltiptext2 {
    visibility: visible;
}

/*///////////////Bottom Tooltip w/ Top Arrow////////////////*/

.tooltiptext3 {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 30px;
    right: -19px;
}

    .tooltiptext3::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 61px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }

.tooltip-col:hover .tooltiptext3 {
    visibility: visible;
}


/*///////////////Top Tooltip w/ Bottom Arrow////////////////*/

.tooltiptext4 {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -56px;
    right: -19px;
}

    .tooltiptext4::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 61px;
        border-width: 10px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.tooltip-col:hover .tooltiptext4 {
    visibility: visible;
}

/* Tablet and up */

@media screen and (min-width: 768px) {
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        -webkit-transition: none;
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

/* Desktop and up */

@media screen and (min-width: 992px) {
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        -webkit-transition: none;
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.hover-white:hover {
    color: #FFF;
}



.list-group-ishikawa {
    padding: 0px 0px 0px 0px !important;
}

.panel-ishikawa {
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.panel-textarea-ishikawa {
    padding-top: 100px !important;
}

.title-class-top-ishikawa {
    padding-left: 0 !important;
}

.arrow {
    width: 100%;
}

.arrow-line {
    margin-top: 18px;
    width: calc(100% - 30px);
    background: #007bff;
    height: 0.2em;
    float: left;
}

.arrow-point {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #007bff;
    float: right;
}

.endereco-root {
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
    position: relative;
    margin-top: -22px;
}

.span-root-arq {
    position: absolute;
    margin-left: 5px;
    /*margin-top: -35px;*/
    width: 80%;
}

.span-root-woc {
    position: absolute;
    margin-left: 40px;
    margin-top: -35px;
    width: 80%;
}

.fa-xl {
    font-size: 2rem !important;
}

.fa-green {
    color: green;
}

.fa-red {
    color: red;
}

.fa-blue {
    color: blue;
}

.fa-yellow {
    color: #ffee00;
}

.font-shadow {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}



/*CheckBox Modelo Avaliação*/

.boxes {
    margin: auto;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #007bff;
            position: absolute;
            left: -10px;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: -5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}

a.link-external:after {
    font-family: 'FontAwesome';
    content: " \f08e";
}

.tool-info::after {
    content: "" !important;
    position: absolute !important;
    top: 109% !important;
    right: 150px !important;
    margin-top: -10px !important;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: #fc6180 transparent transparent transparent !important;
}

.tool-info2::after {
    content: "" !important;
    position: absolute !important;
    top: 110% !important;
    right: 105px !important;
    margin-top: -10px !important;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: #fc6180 transparent transparent transparent !important;
}

.text-nowrap {
    white-space: nowrap
}

/* \f142 is ellipsis-v */
/* \202F is thin unbreakable space */
.fa.fa-grip:before {
    content: "\f142 \202F \f142 \202F \f142";
    font-size: 1rem !important;
}

.fa.fa-grip-large:before {
    content: "\f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142";
    font-size: 1rem !important;
}

}

.m-240 {
    margin-right: 240px;
}

.right-sidebar {
    position: fixed;
    width: 240px;
    height: 1000%;
    top: 0;
    right: 0px;
    z-index: 20;
    padding-top: 60px;
    background: #FFF;
    z-index: 5;
    box-shadow: -2px 20px 15px rgba(3,4,3,0.5);
}

.chat-header {
    font-size: 16px;
    color: #7f8186;
    padding: 30px 35px;
    line-height: 1;
    margin: 0;
    border-bottom: 1px solid #343a45;
    position: relative;
}

.chat-group {
    margin-top: 30px;
}

    .chat-group &gt; strong {
        text-transform: uppercase;
        color: #7f8186;
        display: block;
        padding: 6px 35px;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
        font-size: 12px;
        line-height: 1.42857143;
    }

    .chat-group &gt; a {
        position: relative;
        color: #bec0c2;
        transition: background 250ms ease-in-out;
        display: block;
        padding: 6px 35px;
    }

.user-status {
    display: inline-block;
    background: #575d67;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    transition: all 300ms ease-in-out;
    position: relative;
    color: #bec0c2;
}

.is-offline {
    background-color: #575d67;
}

.chat-group &gt; a em {
    font-style: normal;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #444;
}

.chat-group &gt; a {
    position: relative;
    color: #bec0c2;
    -webkit-transition: background 250ms ease-in-out;
    -moz-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
}

    .chat-group &gt; a:hover,
    .chat-group &gt; a.active {
        background-color: #19191966;
    }

        .chat-group &gt; a:hover,
        .chat-group &gt; a.active,
        .chat-group &gt; a:hover em {
            color: #fff !important;
        }

    .chat-group &gt; a:before {
        content: '';
        display: block;
        position: absolute;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #2b303a;
        left: 0;
        top: 50%;
        margin-top: -4px;
        zoom: 1;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #bec0c2;
    }

    .chat-group &gt; a.active:before {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        color: #fff;
    }

.chat-conversation {
    position: fixed;
    right: 240px;
    width: 340px;
    background: #2b303a;
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 0 0 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 0 0;
    background-clip: padding-box;
    bottom: 0px;
    box-shadow: -2px 20px 15px rgba(3,4,3,0.5);
}

    .chat-conversation .conversation-header {
        padding: 20px 24px;
        font-size: 14px;
        color: #fff;
        border-bottom: 1px solid #343a45;
    }

        .chat-conversation .conversation-header small {
            color: rgba(190, 192, 194, 0.6);
            font-size: 12px;
            padding-left: 8px;
        }

        .chat-conversation .conversation-header .conversation-close {
            float: right;
            color: #7f8186;
            zoom: 1;
            filter: alpha(opacity=100);
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            position: relative;
            top: 3px;
        }

    .chat-conversation .conversation-body {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        height: 250px;
    }

        .chat-conversation .conversation-body &gt; li {
            padding: 20px 24px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .chat-conversation .conversation-body &gt; li:before,
            .chat-conversation .conversation-body &gt; li:after {
                content: " ";
                display: table;
            }

            .chat-conversation .conversation-body &gt; li:after {
                clear: both;
            }

            .chat-conversation .conversation-body &gt; li.odd,
            .chat-conversation .conversation-body &gt; li.even,
            .chat-conversation .conversation-body &gt; li.opponent {
                background: #343a45;
            }

            .chat-conversation .conversation-body &gt; li.unread {
                background: #3d4451;
            }

            .chat-conversation .conversation-body &gt; li .user {
                font-weight: bold;
                color: #444;
                font-size: small;
            }

            .chat-conversation .conversation-body &gt; li .time {
                float: right;
                font-style: italic;
                color: #444;
                font-size: 11px;
            }

    .chat-conversation .chat-textarea {
        padding: 10px 15px;
        position: relative;
    }

.chat-enviar {
    font-family: "Entypo";
    color: #bec0c2 !important;
    right: 25px;
    top: 20px;
    font-size: 20px;
    position: absolute;
}

.chat-conversation .chat-textarea textarea {
    background: #dee1e4;
    border: 1px solid #343a45;
    color: #444;
    max-height: 100px !important;
    padding-right: 35px;
    height: 32px;
}

    .chat-conversation .chat-textarea textarea::-moz-placeholder {
        color: #444;
        opacity: 1;
    }

    .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
        color: #444;
    }

    .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
        color: #444;
    }

    .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
        color: #444;
    }

    .chat-conversation .chat-textarea textarea:-moz-placeholder {
        color: #444;
    }

    .chat-conversation .chat-textarea textarea::-moz-placeholder {
        color: #444;
    }

    .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
        color: rgba(190, 192, 194, 0.85);
    }


.chat-history {
    display: none;
}
/* Relatively-Small screen */
@media (max-width: 767px) {
    .chat-visible,
    .chat-visible .fixed {
        display: none;
    }

        .chat-visible.toggle-click,
        .chat-visible.toggle-click .fixed {
            display: block;
        }


    .fixed {
        position: fixed;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 10px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }

        /*.chat-conversation,
        .fixed .chat-conversation {
            position: fixed;
            width: auto;
            left: 0;
            right: 0;
            top: 0 !important;
            bottom: 0;
            margin: 10px;
            overflow: auto;
            -webkit-border-radius: 3px;
            -webkit-background-clip: padding-box;
            -moz-border-radius: 3px;
            -moz-background-clip: padding;
            border-radius: 3px;
            background-clip: padding-box;
        }*/

        .chat-conversation .conversation-body,
        .fixed .chat-conversation .conversation-body {
            height: auto;
            max-height: 450px;
        }
}

.page-titles {
    background: #ffffff;
    margin: 0 0 15px;
    padding: 15px 25px;
    position: inherit !important;
    z-index: 10;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.scrollbar::-webkit-scrollbar-button:start:decrement,
.scrollbar::-webkit-scrollbar-button:end:increment {
    display: none;
}

.scrollbar::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

.scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: #666;
    -webkit-border-radius: 6px;
}

.user-status.is-online {
    background-color: #06b53c !important;
}

/*CheckBox Modelo Avaliação*/

.boxes {
    margin: auto;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        color: #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid #007bff;
            position: absolute;
            left: -10px;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: -5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}

a.link-external:after {
    font-family: 'FontAwesome';
    content: " \f08e";
}

.tool-info::after {
    content: "" !important;
    position: absolute !important;
    top: 109% !important;
    right: 150px !important;
    margin-top: -10px !important;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: #fc6180 transparent transparent transparent !important;
}

.tool-info2::after {
    content: "" !important;
    position: absolute !important;
    top: 110% !important;
    right: 105px !important;
    margin-top: -10px !important;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: #fc6180 transparent transparent transparent !important;
}

.text-nowrap {
    white-space: nowrap
}

/* \f142 is ellipsis-v */
/* \202F is thin unbreakable space */
.fa.fa-grip:before {
    content: "\f142 \202F \f142 \202F \f142";
    font-size: 1rem !important;
}

.fa.fa-grip-large:before {
    content: "\f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142";
    font-size: 1rem !important;
}

#btn-menu-geral {
    position: fixed;
    right: 4px;
    bottom: 20px;
    width: 55px;
    height: 57px;
    padding: 7px 12px;
    font-size: 28px;
    line-height: 22px;
    z-index: 100;
}

/*Modal*/
.div-modal-center {
    position: relative !important;
    z-index: 101;
    margin: 0 auto !important;
    top: 70px;
    margin: auto;
    min-width: 90%;
    padding: 20px;
    max-width: 1000px;
    max-height: 90% !important;
    overflow-y: scroll;
}

.modal-center {
    position: absolute;
    z-index: 101;
    top: 70px;
    min-width: 100%;
    text-align: -webkit-center;
}

    .modal-center .modal-body {
        text-align-last: left;
    }

.overflow-hiden {
    overflow: hidden !important;
}

.div-modal-center span.btn-fechar-modal {
    float: right;
    cursor: pointer;
}

.div-bk-modal {
    width: 100%;
    height: 100%;
    top: 0 !important;
    position: fixed;
    z-index: 100;
    background: rgba(3, 3, 3, 0.75) !important;
}



.col-md-4 .card-menu-grid {
    padding: 15px;
    min-height: 220px;
}

.col-md-3 .card-menu-grid {
    padding: 15px;
    min-height: 185px;
}

/*#modal-grid-menu-geral, .modal-parametros {
    top: 130px;
}*/

.modal {
    top: -1% !important;
}

.card-menu-grid .div-btns {
    right: 18px;
    position: absolute;
    bottom: 18px;
}


.card-menu-grid .card-content {
    line-height: 98px;
}

    .card-menu-grid .card-content .btn {
        /*padding: .7rem 1.25rem !important;*/
        font-size: 1rem !important;
    }

.tabs-listagem li a.nav-link.active {
    background-color: #007bff;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}

.tabs-listagem {
    border: 0px !important;
}

    .tabs-listagem.w25.nav-tabs .nav-item {
        width: 25% !important
    }


    .tabs-listagem.w20.nav-tabs .nav-item {
        width: 20% !important
    }

    .tabs-listagem.w14.nav-tabs .nav-item {
        width: 14% !important
    }

    .tabs-listagem li a.nav-link {
        border: 0 none;
        color: #455a64;
        padding: 15px 20px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

        .tabs-listagem li a.nav-link:hover {
            font-weight: bold;
            color: #007bff;
        }

        .tabs-listagem li a.nav-link.active:hover {
            font-weight: bold;
            color: #FFFFFF !important;
        }



.grid-icon {
    font-size: 2rem !important;
    text-align: right;
    color: #fff;
}


.div-painel-carousel:not(.active) {
    display: none;
}


/*Slider*/

.switch.switch-sm {
    height: 27px !important;
    width: 45px !important;
}

.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 53px;
    margin-bottom: 0;
}

    .switch input {
        display: none;
    }

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}


    .slider:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 20px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 20px;
    }

.switch-sm .slider:before {
    bottom: 5px;
    height: 17px;
    width: 17px;
}

input:checked + .slider {
    background-color: #007bff;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }

input:checked + .slider-sm:before {
    transform: translateX(19px) !important;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.text-bold {
    font-weight: bold;
}

.logo-sgi {
    height: auto;
    width: auto
}

.img-responsiva {
    display: flex;
    align-items: center;
}

    .img-responsiva img {
        max-width: 100%;
        max-height: 60px;
    }

.div-select-exibicao {
    min-width: 200px;
    margin-right: 12px;
    max-width: 200px;
    display: inline-block;
}

/* ----------------- Item Modificado -----------------*/

.tr-item-modificado.nao td:first-child {
    border-left: 3px solid #fff;
}


/*Primary*/
.tr-primary td:first-child {
    border-left: 3px solid #007bff;
}

.table tbody &gt; tr.tr-primary &gt; td, .table tbody &gt; tr.tr-primary &gt; td, .table tbody &gt; tr.tr-primary &gt; td {
    background: rgba(0, 123, 255, 0.055);
}


/*Purple*/
.tr-purple td:first-child {
    border-left: 3px solid #5c4ac7;
}

.table tbody &gt; tr.tr-purple &gt; td, .table tbody &gt; tr.tr-purple &gt; td, .table tbody &gt; tr.tr-item-purple &gt; td {
    background: rgba(92, 74, 199, 0.055);
}



/*Warning*/
.tr-warning td:first-child {
    border-left: 3px solid #ffc107;
}

.table tbody &gt; tr.tr-warning &gt; td, .table tbody &gt; tr.tr-warning &gt; td, .table tbody &gt; tr.tr-warning &gt; td {
    background: rgba(255, 193, 7, 0.055);
}


/*Dark*/
.tr-dark td:first-child {
    border-left: 3px solid #343a40;
}

.table tbody &gt; tr.tr-dark &gt; td, .table tbody &gt; tr.tr-dark &gt; td, .table tbody &gt; tr.tr-dark &gt; td {
    background: rgba(52, 58, 64, 0.055);
}



/*Info*/
.tr-info td:first-child {
    border-left: 3px solid #17a2b8;
}

.table tbody &gt; tr.tr-info &gt; td, .table tbody &gt; tr.tr-info &gt; td, .table tbody &gt; tr.tr-info &gt; td {
    background: rgba(23, 162, 184, 0.055);
}


/*Success*/
.tr-success td:first-child {
    border-left: 3px solid #28a745;
}

.table tbody &gt; tr.tr-success &gt; td, .table tbody &gt; tr.tr-success &gt; td, .table tbody &gt; tr.tr-success &gt; td {
    background: rgba(40, 167, 69, 0.055);
}


/*Danger*/
.tr-danger td:first-child {
    border-left: 3px solid #fc6180;
}

.table tbody &gt; tr.tr-danger &gt; td, .table tbody &gt; tr.tr-danger &gt; td, .table tbody &gt; tr.tr-danger &gt; td {
    background: rgba(252, 97, 128, 0.055)
}

/*Danger*/
.tr-default td:first-child {
    border-left: 3px solid #fc6180;
}

.table tbody &gt; tr.tr-default &gt; td, .table tbody &gt; tr.tr-default &gt; td, .table tbody &gt; tr.tr-default &gt; td {
    background: rgba(252, 97, 128, 0.055)
}

#documenteditor_titlebar {
    margin-top: 10px;
}

.btn-full {
    min-width: 225px;
}

@media (max-width: 768px) {
    .btn-full {
        width: 95% !important;
    }
}

.div-edit-mobile {
    margin-top: 6px !important;
    position: absolute;
    right: 0px !important;
}

.scroll-sidebar {
    box-shadow: none !important;
}

.btn-min {
    padding: 0px !important;
    color: #FFF !important;
    position: absolute;
    padding-left: 4px !important;
    padding-right: 4px !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    border-radius: 0 0 0 10px !important;
    font-size: 12px !important;
}

#div-propriedades-arquivo .form-horizontal .control-label {
    padding-top: 5px;
}

.label-vcp {
    padding: 4px 3px !important;
    font-size: 68% !important;
}
/*img usuario*/
.profile-pic {
    /* width: 30px !important;*/
    border-radius: 100% !important;
}


.modal-open {
    padding-right: 0px !important;
    overflow-y: scroll !important;
}


.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner-eventos:before {
    content: '';
    animation: spinner .6s linear infinite;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}

#bg-lock {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
}

.preview-impressao .label {
    color: #455a64 !important;
    background-color: #28a74500 !important;
    font-size: 100% !important;
    padding: 0px !important;
}

.preview-impressao .panel {
    background-color: #ffffff00 !important;
    border-color: #d8d8d8 !important;
}

.preview-impressao .text-white {
    color: #455a64 !important;
}

.preview-impressao .card-header {
    background-color: #222222 !important;
    border-radius: 0 !important;
    margin-top: 8px !important;
    padding: 0px !important;
}

.preview-impressao .card-title {
    margin: 4px !important;
    padding: 4px !important;
    color: #ffffff !important;
}

.preview-impressao .col-md-12 {
    padding: 5px !important;
}

.preview-impressao .collapse {
    display: block;
}

.preview-impressao .text-primary,
.preview-impressao .text-danger {
    color: #455a64 !important;
}

.preview-impressao .border-primary,
.preview-impressao .border-danger {
    border-color: #abadae !important;
}

.preview-impressao .panel-success .panel-heading,
.preview-impressao .panel-danger .panel-heading,
.preview-impressao .panel-default .panel-heading {
    background-color: #dadada !important;
}

.preview-impressao .p-10 {
    padding: inherit !important;
}

.preview-impressao tbody tr td {
    font-size: 100% !important;
}

.preview-impressao hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.preview-impressao .alert-info {
    color: #455a64 !important;
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
}

.preview-impressao img:not(.not-remove),
.preview-impressao .dropzone,
.preview-impressao #table-acoes th:last-child,
.preview-impressao #table-acoes td:last-child,
.preview-impressao #table-acoes th:first-child,
.preview-impressao #table-acoes td:first-child,
.preview-impressao #table-equipe th:first-child,
.preview-impressao #table-equipe td:first-child,
.preview-impressao button,
.preview-impressao .btn,
.preview-impressao #problemas .table th:last-child,
.preview-impressao #problemas .table td:last-child,
.preview-impressao #problemas .table th:first-child,
.preview-impressao #problemas .table td:first-child,
.preview-impressao ul.nav-tabs,
.preview-impressao .ul-filtros,
.preview-impressao #ul-filtros,
.preview-impressao .card-subtitle,
.preview-impressao .certificado {
    display: none;
}

.preview-impressao #informacoes,
.preview-impressao #problemas,
.preview-impressao #acoes,
.preview-impressao #menuacao,
.preview-impressao #menuproblema,
.preview-impressao #menufinal {
    display: block;
}

.preview-impressao .div-comentarios-preview {
    overflow-y: unset !important;
    height: fit-content !important;
}

.preview-impressao .card {
    padding: 4px !important;
}

.preview-impressao .status-preview {
    padding-left: 0px !important;
}

.b-12 {
    bottom: 12px !important;
}

.style-name {
    color: black;
    font-size: 13px;
}

.modal-simulacao {
    margin: 20px -10px 20px -10px !important;
}

@font-face {
    font-family: inter;
    src: url('../fonts/Inter.ttf');
}

body {
    margin: 0px;
}

#header {
    width: 100%;
    height: 80px;
    background-color: #007bff;
    text-align: center;
}

    #header img {
        height: 70px;
        margin-top: 5px;
    }

#corpo {
    min-width: 1150px;
}

#boas-vindas {
    margin-top: 15px;
}

.tiulo-simulador-g {
    font-family: inter;
    font-size: calc(40px + 1vw);
    ;
    color: #007bff;
    text-align: center;
}

.azul {
    background-color: #007bff;
}

    .azul:hover {
        background-color: rgba(0, 123, 255, 0.5);
    }

.vermelho {
    background-color: #FC6180;
}

    .vermelho:hover {
        background-color: rgba(252, 97, 128, 0.63);
    }

#recursos {
    width: 70%;
    float: left;
}

.tit-recursos {
    font-family: inter;
    font-weight: 800;
    font-size: 35px;
    color: #FC6180;
    text-align: center;
    letter-spacing: 20px;
    margin-bottom: 20px;
}

.caixa-recursos {
    width: 100%;
}

.caixa-recurso {
    width: 22%;
    margin: 0px 15px 15px 0px;
    min-height: 290px !important;
    border-radius: 10px;
    float: left;
    min-height: 261px;
    cursor: pointer;
}

.img-icone {
    width: 30%;
    margin: 20px auto;
}

    .img-icone img {
        width: 100%;
    }

.tit-recurso {
    font-family: inter;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.txt-recurso {
    font-family: inter;
    font-size: 16px;
    width: 90%;
    margin: 10px auto 10px;
    color: #FFF;
    text-align: center;
}

.tit-simulacao {
    font-family: inter;
    text-align: center;
    color: #007bff;
    letter-spacing: 10px;
    margin: 10px 0 20px;
    font-size: 35px;
    font-weight: 800;
}

#formulario {
    width: 29%;
    float: left;
}

.caixa-formulario {
    background-color: lightgrey;
    border-radius: 10px;
    padding: 20px 0px 20px;
    margin-top: 74px;
}

#formulario input {
    border: 3px solid #007bff;
    border-radius: 10px;
    height: 50px;
    line-height: normal;
    color: #282828;
    display: block;
    width: 90%;
    box-sizing: border-box;
    user-select: auto;
    font-size: 16px;
    padding: 0 6px;
    padding-left: 12px;
    margin: 0px 0px 0px 20px;
}

.btn-simular {
    border: 3px solid #FC6180 !important;
    background-color: #FC6180 !important;
    border-radius: 10px !important;
    height: 50px !important;
    line-height: normal !important;
    color: #FFF !important;
    display: block !important;
    width: 90% !important;
    box-sizing: border-box !important;
    user-select: auto !important;
    font-size: 16px !important;
    padding: 0 6px !important;
    padding-left: 12px !important;
    margin: 20px 0px 20px 20px !important;
    cursor: pointer !important;
}


    .btn-simular:hover {
        background-color: #FFF;
        color: #007bff;
        font-family: inter;
    }

.tit-slogan {
    font-family: inter;
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0px 10px;
}

.txt-slogan {
    font-family: inter;
    font-size: 16px;
}

.logo-foguete {
    width: 50% !important;
    height: 100% !important;
    float: left;
    margin-top: 10px;
}

.foguete {
    width: 30% !important;
    height: 100% !important;
    float: right;
    margin-top: 42px;
    margin-bottom: 40px;
}

footer img {
    height: 100% !important;
    width: 100% !important;
    margin-top: -53px;
}

.tit-planos {
    font-family: inter;
    text-align: center;
    font-weight: bold;
}

.txt-planos {
    font-family: inter;
    list-style: none;
    margin: 35px;
}

.tit-modal {
    font-family: inter;
    font-size: 25px !important;
    color: #007bff;
}

.tabela-usuarios {
    border-collapse: collapse;
    border: 1px solid #007bff;
    font-family: inter;
}

    .tabela-usuarios th {
        border: 1px solid #007bff;
        text-align: center;
        font-weight: bold;
        height: 30px;
        color: white;
        min-width: 56px;
    }

    .tabela-usuarios td {
        border: 1px solid #007bff;
    }

    .tabela-usuarios tr:hover {
        background-color: lightgrey;
        cursor: pointer;
    }

.marcador {
    text-align: center;
    color: white;
    font-weight: bold;
}

/* MOBILE */
@media only screen and (min-width:320px) and (max-width:768px) {
    #corpo {
        width: 100%;
        min-width: 100%;
    }

    .tiulo-simulador-g {
        font-size: calc(20px + 1vw);
    }

    #conteudo {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;
    }

    #recursos {
        width: 100%;
        order: 2;
    }

    #formulario {
        width: 100%;
        order: 1;
    }

    .caixa-formulario {
        margin-top: 0px;
    }

    .foguete {
        width: 30%;
        float: right;
        margin-top: 42px;
        margin-bottom: 40px;
    }

    .caixa-recurso {
        width: 100%;
    }

    .img-icone {
        width: 20%;
        margin: 20px auto;
    }

    .tit-recurso {
        font-family: inter;
        font-weight: 600;
        font-size: 16px;
        color: #FFF;
        text-align: center;
    }

    .txt-recurso {
        font-family: inter;
        font-size: 15px;
        width: 90%;
        margin: 10px auto 10px;
        color: #FFF;
        text-align: center;
    }
}


.edit-medicao {
    position: absolute;
    right: 0px;
    top: -4px;
}

    .edit-medicao:focus, .btn-modal-comentario:focus {
        border: unset !important;
        box-shadow: unset !important;
    }

.input-efetivo-parcial {
    /*width: 100%*/
}

span.status-medicao {
    border-radius: 25px;
}

.sombra {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

#chartdiv {
    height: 150px !important;
}

/*#chartdiv .am5-layer-0 {
        left: 30px !important;
    }*/

.am5-layer-30 {
    display: none;
}

/*remove as setinhas do input number*/
.input-efetivo-parcial::-webkit-inner-spin-button, .input-efetivo-parcial::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.painel-objetivo {
    border-radius: 20px;
    border: 1px solid #cccc;
}

    .painel-objetivo .div-filtros {
        margin-bottom: -47px;
    }

    .painel-objetivo .panel-heading {
        background: #d7dbde;
        padding: 5px;
        border-radius: 7px 7px 0 0;
    }



    .painel-objetivo table &gt; tbody &gt; tr &gt; td {
        padding-right: 0;
    }

    .painel-objetivo table .profile-pic {
        width: 25px;
        height: auto;
    }

    .painel-objetivo table tr .ver-mais-text {
        font-weight: bold;
        cursor: pointer;
    }

    .painel-objetivo table tr span.status-objetivo {
        border-radius: 0.3rem;
        padding: 4px;
    }

#informacoes div span {
    border-radius: 0.3rem;
}

.border-objetivo {
    border-left: #007bff 3px solid
}

.border-objetivo-finalizado {
    border-left: #28a745 3px solid
}

.label-waiting {
    background: lightgrey;
    /*color: #455a64;*/
}

.c-p {
    cursor: pointer;
}

.c-d {
    cursor: default;
}

#caracteres {
    margin-top: 187px;
    margin-left: 13px;
    position: absolute;
    color: gray;
}

.card-grafico, .card-info {
    height: 90%;
}

@media (min-width: 992px) {
    /* .h-200{
        height:200% !important;
    }*/
}

@media (min-width: 1557px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 500px) {
    .card-mobile {
        margin: 10px 0 !important;
        padding: 25px !important;
    }
}

.table-meus-objetivos-detalhado thead tr {
    border-top: 2px solid #ccc;
}

.table-meus-objetivos-detalhado {
    padding: 7px;
}


    .table-meus-objetivos-detalhado thead tr th:last-child {
        border-right: 2px solid #ccc;
    }

    .table-meus-objetivos-detalhado thead tr th {
        padding: 10px 0 10px 10px !important;
        font-size: 15.5px;
        border: none;
    }

        .table-meus-objetivos-detalhado thead tr th:not(:last-child) div {
            white-space: nowrap;
            text-align: center;
        }

        .table-meus-objetivos-detalhado thead tr th div {
            border-right: 1px solid #ccc;
            text-align: right;
            padding: 5px 10px;
        }

        .table-meus-objetivos-detalhado thead tr th:last-child div {
            border-right: none;
            text-align: center;
        }

    .table-meus-objetivos-detalhado tbody tr td div {
        border-right: 1px solid #ccc;
        padding: 0px 10px;
        place-content: center;
        display: flex;
        position: sticky;
        z-index: 1;
    }

    .table-meus-objetivos-detalhado tbody tr td:last-child div {
        border-right: none;
    }


    .table-meus-objetivos-detalhado tbody tr {
        border-bottom: 2px solid #ccc;
    }

    .table-meus-objetivos-detalhado tbody {
        border-right: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }

    .table-meus-objetivos-detalhado tr {
        width: 100% !important;
    }

    .table-meus-objetivos-detalhado tbody tr:first-child td:nth-child(2) div {
        font-weight: bold;
        text-align: end;
    }

    .table-meus-objetivos-detalhado tbody tr:nth-child(2) td:first-child div {
        font-weight: bold;
        text-align: end;
    }

    .table-meus-objetivos-detalhado tbody tr:last-child td:first-child div {
        font-weight: bold;
        text-align: end;
    }

    .table-meus-objetivos-detalhado tbody tr:first-child td:first-child {
        border-right: 1px solid #ccc
    }

        .table-meus-objetivos-detalhado tbody tr:first-child td:first-child div {
            border-right: none;
        }

.parcial-final {
    display: flex;
}

    .parcial-final div:last-child {
        border-right: none;
    }

.bordaverde {
    background-color: green;
    border-radius: 0.3rem;
    padding: 0px 35% !important;
    color: white;
    white-space: nowrap;
}

.campoverde {
    color: green;
}

.campovermelho {
    color: red;
}

.bordavermelho {
    background-color: #fc6180;
    border-radius: 0.3rem;
    padding: 0px 25% !important;
    color: white;
    justify-content: center;
    white-space: nowrap;
}

#containerMedicao div h1 {
    white-space: nowrap;
}

.btn-pular {
    color: #fff;
    background-color: #004C7F;
    border-color: #004C7F;
}

    .btn-pular:hover {
        color: #fff;
        background-color: #035a94;
        border-color: #035a94;
    }

.div-btn-vertical {
    height: 64px;
}

    .div-btn-vertical a {
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

    .div-btn-vertical button {
        height: 100%;
        white-space: pre-wrap;
    }

.tr-filho {
    background-color: #cccccc4a;
}

#filtroObjetivo {
    padding: 8px !important;
}

.slimScrollBar {
    background-color: #007bff;
    left: unset !important;
    right: -5px;
    border-radius: 15px !important;
    opacity: 1 !important;
}

.slimScrollRail {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0px;
    background: transparent !important;
    z-index: 90;
    right: -5px !important;
    left: unset !important;
    display: block !important;
}

#legend-li {
    border-radius: 15px;
}

.div-block-menu .block-form {
    border-radius: 15px;
}

.row.page-titles .col-md-5 .row {
    align-items: center !important;
    gap: 10px !important;
}

    .row.page-titles .col-md-5 .row .fa {
        font-size: 25px !important;
    }

.icon-expandable-btn.default-closed {
    min-width: 40px;
    max-width: 40px;
    transition: max-width 0.5s ease !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    height: 40px !important;
    padding: 7px 10px !important;
}

    .icon-expandable-btn.default-closed:hover {
        max-width: 250px;
    }

    .icon-expandable-btn.default-closed .hidden-text-btn {
        visibility: hidden;
    }

.icon-expandable-btn .hidden-text-btn {
    margin-left: 10px;
}

.icon-expandable-btn.default-closed:hover .hidden-text-btn {
    visibility: visible;
}

.icon-expandable-btn.default-closed span .fa {
    font-size: 20px !important;
}

.icon-expandable-btn.default-closed span:nth-child(1) {
    width: 100%;
}

.icon-expandable-btn .fa {
    font-size: 16px !important;
}


.icon-expandable-btn.default-closed:hover span:nth-child(1) {
    width: auto;
}

.dropdown-menu {
    border-radius: 15px !important;
}

.btn {
    transition: opacity .25s ease !important;
}

    .btn:hover {
        opacity: 0.6;
    }

.btn-info {
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5) !important;
    }

.card-header {
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
}

    .card-header .card-title {
        color: #000000 !important;
    }

        .card-header .card-title .btn-card-close {
            color: #000000 !important;
        }

.page-titles h3 {
    color: #000000 !important;
}

.nav.nav-tabs {
    border: none !important;
    margin-bottom: 15px !important;
}

.customtab li a.nav-link.active,
.profile-tab li a.nav-link.active {
    font-weight: bold !important;
    border-radius: 15px;
    color: #FFFFFF !important;
    background-color: #007bff;
}

.customtab li a.nav-link:hover,
.profile-tab li a.nav-link:hover {
    font-weight: bold;
}

.customtab li a.nav-link {
    text-align: center;
}

.nav-link.hidden-md-up.text-muted-white.btn-screenfull {
    display: none !important;
}

.dt-buttons .dt-button {
    border-radius: 10px !important;
}

.nav.nav-tabs.tabs-listagem {
    margin-bottom: 0 !important;
}

div.parametrizacao-btn {
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 15px;
    padding: 5px 10px;
    gap: 15px;
    transition: background-color .25s ease;
}

    div.parametrizacao-btn .container.cont-click {
        margin: 0 !important;
        background-color: #000000a1;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        div.parametrizacao-btn .container.cont-click .icon-click {
            padding: 0 !important;
            font-size: 20px !important;
        }

    div.parametrizacao-btn .name-parametro {
        color: #000000 !important;
        margin: 0 !important;
    }

.parametrizacao-btn:hover {
    background-color: #e5e5e5;
}

.table.dataTable thead .sorting.white-sorting::after {
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width: 767px) {
    .slimScrollBar {
        opacity: 0 !important;
    }
}

.state-circle {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 11px;
    height: 11px;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    position: relative;
}

.modern-panel .dataTables_wrapper {
    padding-top: 0 !important;
}

.panel.modern-panel {
    border-radius: 8px !important;
    overflow: hidden;
}

.state-circle {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    width: 11px;
    height: 11px;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    position: relative;
}

.vcp-respondido,
.vcp-nao-respondido,
.auditoria-respondida,
.auditoria-nao-respondida,
.label-acao {
    font-size: 13px !important;
    padding: 5px !important;
}

.label-orange {
    background-color: #fd7e14 !important;
}

select.disabled, select:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #e9ecef !important;
}

.IA-btn {
    width: fit-content;
    padding: 2px;
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    border-radius: 15px;
    cursor: pointer;
}

.IA-btn-white-section {
    background-color: white;
    border-radius: 13px;
    transition: .3s ease background-color;
    padding: 3px 10px;
    font-size: 12px;
}

.ia-gradient {
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.IA-btn:hover .IA-btn-white-section,
.IA-btn.active .IA-btn-white-section {
    background-color: rgba(0, 0, 0, 0);
}

.IA-btn:hover .ia-gradient.gradient-hover,
.IA-btn.active .ia-gradient.gradient-hover {
    background: white; /* Change to solid white background */
    -webkit-background-clip: text;
    -webkit-text-fill-color: white; /* Set text fill color to white on hover */
}

.iaModal-background {
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    padding: 3px;
    position: fixed;
    z-index: 99;
    width: min(90%, 800px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    display: none;
    overflow: auto;
    min-height: 80vh;
}

    .iaModal-background.active {
        display: block;
    }

.loading-text-bar-ia {
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    background-size: 200% 100%;
    animation: pulseBg 3s linear infinite;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    margin: 10px 0;
}

.loading-text-ia {
    transition: opacity .5s ease;
}

#result-text {
    display: none;
    height: 70vh;
    overflow: auto;
}

.ia-modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99;
    transition: .5s ease background-color;
    display: none;
}

.ia-card .card {
    margin: 0 !important;
    height: 100%;
}

.ia-card {
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    padding: 3px !important;
    border-radius: 18px;
}

@keyframes pulseBg {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.text-blue {
    color: #007bff !important;
}

.blue {
    background-color: #007bff !important;
}

.modal-card-new {
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 2.5vh 0;
}

.div-modal.div-modal-new {
    top: 0 !important;
    position: fixed !important;
}

.modern-scrollbar::-webkit-scrollbar {
    width: 8px;
    border-radius: 100vw;
}

/* Track */
.modern-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100vw;
}

/* Handle */
.modern-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100vw;
}

    /* Handle on hover */
    .modern-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.painel-ia .panel-heading {
    border: none;
    background-color: white;
}

.ia-card .panel {
    border-radius: 15px !important;
    overflow: hidden;
    border: none;
}

.ia-card .panel-body {
    background-color: white;
}

.ia-assist-btn {
    border-radius: 100% !important;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 46px;
    transition: background-color .35s ease;
}

    .ia-assist-btn:hover {
        background-color: transparent;
    }

        .ia-assist-btn:hover .ia-gradient {
            color: white !important;
            background: transparent;
            -webkit-background-clip: unset;
            -webkit-text-fill-color: unset;
        }

.ia-assist-outer {
    display: none;
    padding: 2px;
    background: linear-gradient(38deg, rgba(212,107,135,1) 0%, rgba(127,118,201,1) 43%, rgba(58,163,188,1) 78%, rgba(49,144,177,1) 100%);
    border-radius: 100%;
    position: fixed;
    bottom: 15px;
    right: 25px;
    width: 50px;
    height: 50px;
    transition: .25s ease opacity, .5s ease width, .5s ease height, .5s ease border-radius;
}

    .ia-assist-outer.open {
        width: min(600px, 90%);
        height: min(600px, 80vh);
        border-radius: 16px;
    }

.message-ia {
    background-color: rgba(231, 231, 231, 0.70);
    padding: 5px 10px;
    border-radius: 10px;
    width: 80%;
    margin: 10px 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform .5s ease;
}

    .message-ia.user {
        margin-left: 18%;
        transform: translateX(100%);
        background-color: #888888;
        color: white;
        font-size: small;
    }

#messages {
    height: 70%;
    overflow: auto;
    overflow-x: hidden;
    display: none;
}

#ia-assist-inner {
    display: none;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.select-pasta-fornecedor {
    transition: background-color .3s ease;
}

    .select-pasta-fornecedor:hover {
        background-color: #eee !important;
        cursor: pointer;
    }

.ui-menu.ui-autocomplete,
.ui-menu.ui-autocomplete {
    z-index: 99999 !important;
    min-width: 350px;
}

li.breadcrumb-item a {
    display: inline !important;
}

.dropleft .dropdown-toggle::after {
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropleft .dropdown-toggle::before {
    display: none !important;
}

.module-header.row {
    padding: .2rem 0;
}

.profile-tab li a.nav-link {
    text-align: center;
}

.form-scroll-card {
    max-height: calc(100dvh - 315px);
    overflow-y: auto;
    overflow-x: hidden;
}

input {
    border-radius: 5px;
}

.ui-autocomplete.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: none !important;
    background: #e3e3e3 !important;
    color: #000000 !important;
    margin: 0 !important;
}

.locais-modern {
    width: 100%;
    border: 1px dashed #b1b8bb;
    min-height: 150px;
    border-radius: 8px;
    background: white;
    transition: background-color .25s ease;
    padding: 20px 20px;
}

    .locais-modern:hover {
        cursor: pointer;
        background-color: #eeeeee;
    }

#li-noti:hover {
    background-color: transparent !important;
}

.login-custom-card {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gap {
    gap: 10px;
}

.div-relatorio-eventos .label {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 5px !important;
}

.border-left-radius-unset {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.border-right-radius-unset {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.card-scroll {
    max-height: 95vh;
}

.border-all-head-table-relatoriomp {
    border: 3px solid #007bff !important;
}

.tr-table-relatoriomp {
    background: gainsboro;
}

.divisor-validacao {
    display: inline-block;
    margin: 0px 4px;
    color: #888;
}

.input-group &gt; .custom-select:not(:last-child), .input-group &gt; .form-control:not(:last-child) {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

[id^="inputContainer-dropdown-"] {
    margin-top: 0;
}

[id^="inputContainer-dropdown-"]:not(:empty) {
    margin-top: 15px;
}

.hover-card {
    transition: all .25s ease;
    padding: 10px 15px;
    border-radius: 10px;
}

    .hover-card:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        background-color: #f8f9fa;
    }

.table-relatorio-massa-hidden .col-check-selecionar-relatorio-massa{
    display: none;
}
.table-relatorio-massa-shown .col-esconder-relatorio-massa {
    display: none;
}

.btn-download-relatorio {
    z-index: 999999;
}
body {
}


/*.profile-pic-ged {
    border-radius: 100% !important !important;
}*/

.master-ged .text-muted {
    color: rgb(235, 235, 235) !important;
}

.nav-pills li {
    margin-right: 5px;
}

.link-p {
    cursor: pointer;
}

.nav-principal-ged {
    padding: .5rem 1rem !important;
    background: #fff;
    /*box-shadow: 1px 0 5px rgba(0, 114, 198, 0.50)*/
}

/*.item-ged {
    display:inline-block;
    border: 1px solid #1976d2 !important;
    padding:10px;
}*/


.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background: #028ee1;
    border: 1px solid #028ee1;
}

/*.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 114, 198, 0.50) !important;
    }*/


button {
    background-color: transparent;
}


.div-modal {
    position: absolute !important;
    z-index: 105;
    float: none !important;
    margin: 0 auto !important;
    top: 60px;
    left: 0;
    right: 0;
}


.ui-menu {
    z-index: 110 !important
}

@media only screen and (max-width: 568px) {
    .div-modal {
        top: 60px !important
    }
}

.div-bk-modal {
    width: 100%;
    height: 100%;
    top: 56px;
    position: fixed;
    z-index: 102;
    background: rgba(3, 3, 3, 0.35);
}

.img-pasta {
    max-width: 70px;
    margin-left: 20px;
}

.img-upload {
    max-width: 50px;
    font-size: 9px;
}

.img-pasta img {
    height: auto;
    width: 100%
}

.title-img {
    font-size: 11px;
}


.hide {
    display: none !important;
}
/*Movimentar pastas*/
.drop-hover {
    padding: 10px;
    padding-bottom: 0px;
    color: #fff;
    background-color: rgba(204, 204, 204, 0.20);
    border: dotted 2px #ccc;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: background-color 0.3s;
}


/* context menu */

.context-menu-right {
    display: none;
    position: absolute;
    z-index: 10;
    padding: .5rem;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    border-radius: 15px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.context-menu-right--active {
    display: block;
}

.context-menu-right__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu-right__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu-right__item:last-child {
        margin-bottom: 0;
    }

.context-menu-right__link {
    display: block;
    padding: 4px 12px;
    color: #455a64;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px !important;
}

    .context-menu-right__link:hover {
        background-color: rgba(204, 204, 204, 0.20);
    }

.bordered {
    border: 1px solid;
}



.img-arquivos .dz-image {
    border-radius: 0 !important;
    width: 50px;
    height: 50px;
    /*background: linear-gradient(to bottom, #eee, #ddd);*/
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 10;
}

    .img-arquivos .dz-image img {
        width: 50px;
        display: block;
    }

.img-arquivos {
    max-width: 60px;
    margin: 14px 0 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.disable-edicao[type='text'], textarea.disable-edicao, select.disable-edicao, input.disable-edicao[type='date'] {
    pointer-events: none;
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.disable-edicao-responsavel {
    pointer-events: none;
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.page-wrapper-modal {
    margin-left: 60px;
}

@media (min-width: 1024px) {
    .page-wrapper-modal {
        margin-left: 264px;
    }
}

@media (max-width: 1023px) {
    .page-wrapper-modal {
        margin-left: 125px;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
}

@media only screen and (max-width: 765px) {
    .page-wrapper-modal {
        margin-left: 0;
    }

    .ul-opcoes-documentos li button {
        margin-top: 5px;
    }

    .ul-opcoes-documentos li {
        text-align: left;
    }
}

.dropdown-menu li:hover {
    background: rgba(204, 204, 204, 0.20);
    cursor: pointer;
}

li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.ul-opcoes-documentos li:not(.dropdown-menu) {
    text-align: right;
}

.ul-opcoes-documentos li .dropdown-menu li {
    text-align: left;
}



.preloader-documentos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2px;
}

.img-thumbnail {
    padding: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.dropable-active {
    border: 1px dotted #028ee1;
    background: rgba(2, 142, 225, 0.04);
    color: #777620;
    margin: -5px;
    padding: 4px;
}

.dropable-hover {
    border: 1px dotted #028ee1;
    background: rgba(2, 142, 225, 0.25);
}

    .dropable-active a, .dropable-hover a, .dropable-hover p, .dropable-hover span {
        color: #333 !important;
    }

.dragable-acive {
    border: 1px dotted #028ee1;
    background: rgba(2, 142, 225, 0.04);
    color: #777620;
}

#selectable .ui-selecting {
    border: 1px dotted #028ee1;
    background: rgba(2, 142, 225, 0.04);
    color: #777620;
}

#selectable .ui-widget-content {
    border: none !important;
}


#selectable .ui-selected {
    background: rgba(2, 142, 225, 0.25);
    border-color: #028ee1;
}


#menu-documentos {
    height: 100%;
}

    #menu-documentos ul.fancytree-container {
        height: 100%;
        border: none;
    }




span.drag-source {
    border: 1px solid grey;
    /*border-radius: 3px;*/
    padding: 2px;
    background-color: silver
}

ul.fancytree-container {
    /*max-height: 200px;*/
    /*overflow-y: scroll;*/
}

span.fancytree-node.fancytree-drag-source {
    outline: 1px dotted grey;
}

span.fancytree-node.fancytree-drop-accept {
    outline: 1px dotted #028ee1;
    padding-top: 4px;
}

span.fancytree-node.fancytree-drop-reject {
    outline: 1px dotted red;
}

span.fancytree-title {
    font-size: 14px;
    color: unset !important;
    margin-top: -4px !important;
}

.fancytree-treefocus span.fancytree-selected span.fancytree-title,
.fancytree-treefocus span.fancytree-active span.fancytree-title {
    color: #1976d2 !important;
    background-color: unset !important;
}

span.fancytree-custom-icon {
    font-size: 16px
}

span.fancytree-icon, span.fancytree-checkbox, span.fancytree-expander, span.fancytree-custom-icon {
    margin-top: -2px !important;
}

ul.fancytree-container li {
    margin-top: 5px !important;
}

.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title, .fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
    font-weight: unset !important;
}


.bolinha-top-right {
    /*border-radius: 50%;
    width: 12px;
    height: 12px;
    position: fixed;
    z-index: 9999;
    margin-left: 45px;
    margin-top: -55px;*/
    width: 50px;
    height: 5px;
    position: absolute;
    z-index: 9999;
    top: 0;
}

.item-pesquisar {
    padding: 1px;
}

.esquerda {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 10px;
    background-color: #fff;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none;
    }

    #custom-search-input button {
        margin: 1px 0 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666666;
        padding: .375rem .75rem !important;
        border-left: solid 1px #ccc !important;
        background-color: transparent !important;
        border-radius: 0 !important;
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc;
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px;
    }


@media (min-width: 768px) and (max-width: 1366px) {
    .div-pop-up {
        width: 92% !important;
    }
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align-last: right;
}

.opcoes-tipos-codigos-personalizados {
    border: #ece6e6 1px solid;
    padding: 6px;
}

.tag {
    position: relative;
    background: #21235f;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0
}

    .tag .tag-remove {
        position: absolute;
        background: 0 0;
        display: block;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        color: #ff6b6b;
        line-height: 30px;
        padding: 0;
        border: 0
    }


.badge-pink {
    background-color: #e91e63;
}

.badge-gray {
    background-color: #607d8b;
}

.badge-blue {
    background-color: #3f51b5;
    color: white;
}

.badge-white {
    color: #676767 !important;
    border: 1px solid #67676733;
}

.sweet-btn {
    padding: 5px 15px !important;
}

}


/*fluxo de aprovação*/



.fluxo-permissoes {
    width: 23% !important;
    margin-top: -14%;
    margin-right: -12%;
}


.fluxo-switch &gt; .flux-input {
    display: none;
}

.fluxo-switch &gt; .flux {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    margin-right: -16px !important;
    margin-top: 6px;
}

    .fluxo-switch &gt; .flux::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
        border-radius: 8px !important;
        content: '' !important;
        height: 16px !important;
        margin-top: -8px !important;
        position: absolute !important;
        opacity: 0.3 !important;
        transition: all 0.4s ease-in-out !important;
        width: 40px !important;
        -webkit-transform: rotate( 0deg ) !important;
        top: 0px !important;
    }

    .fluxo-switch &gt; .flux::after {
        background: rgb(255, 255, 255);
        border-radius: 16px !important;
        box-shadow: 0px 0px 5px rgba(0, 0, 0,0.3) !important;
        content: '';
        height: 18px !important;
        left: -9px !important;
        margin-top: -8px !important;
        position: absolute !important;
        top: -1px !important;
        transition: all 0.3s ease-in-out !important;
        width: 18px !important;
    }

.fluxo-switch &gt; .flux-input:checked + .flux::before {
    background: inherit;
    opacity: 0.5;
}

.fluxo-switch &gt; .flux-input:checked + .flux::after {
    background: inherit !important;
    left: 20px !important;
}

.span-nome-fluxo {
    margin-left: -17px;
    font-size: 15px;
    top: -15px;
}

.div-fluxo-aprov {
    margin-top: -29px;
}

.label-card {
    margin-bottom: 0%;
    margin-top: 7%;
    width: 65%;
    margin-left: 15%;
}



#fluxo-aprov {
    top: 16px !important;
}

#check-revis-label {
    top: -8px;
}

.organograma-title {
    color: white;
    margin-top: -25px;
    transform: rotate( 180deg);
}

.organograma {
    border-radius: 31px;
    max-height: 46px;
    margin-top: 10px;
    margin-left: 6px;
}

.color-borda-criacao {
    border: solid 1px #007bff;
}

.color-borda-revisao {
    border: solid 1px #ca3636;
}

.color-borda-aprovacao {
    border: solid 1px #419441;
}

.background-criacao {
    background: #007bff;
}

.background-revisao {
    background: #ca3636;
}

.background-aprovacao {
    background: #419441;
}

.color-criacao {
    color: #007bff;
}

.color-revisao {
    color: #ca3636;
}

.color-aprovacao {
    color: #419441;
}

.fotos-usuarios-organograma {
    margin-top: 2px;
    margin-bottom: 2px;
}

.tag-sem-usuario {
    max-height: 46px !important;
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 3px !important;
}

.label-msg {
    text-decoration: none;
    font-size: 14px;
}

.icone-seta {
    margin-left: 50% !important;
    transform: rotate( 89deg ) !important;
    font-size: 34px !important;
}

.badge-information-flow-mobile {
    border-radius: 0 !important;
    margin-inline-start: auto;
    width: 96.3%;
    margin-right: auto;
}

.badge-information-flow {
    border-radius: 0 !important;
    margin-inline-start: auto;
}

.btn-atualizar-codigo-template {
    align-self: flex-end !important;
    padding-left: 0px !important;
    text-align-last: right !important;
}

.badge-white {
    color: #676767 !important;
    border: 1px solid #67676733;
}

.div-text-pesq {
    display: flex;
    gap: 10px;
    margin-left: -5px;
}

.label-result-pesquisa {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

.link-arquivo-pesquisa {
    font-size: 18px;
    color: black !important;
    font-weight: 600;
}

.span-pasta-pesquisa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    color: black !important;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-info-ged-pesquisa .endereco-root {
    margin-top: 0 !important;
}

.label-pasta-pesquisa {
    color: #666;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.btn-validacao-status-arquivo span {
    color: #fff;
}

.card-gerenciamento-template-pasta {
    border: 1px solid #21a8f8;
    background: #afdefa;
}

.pasta-template-desativada , .classificacao-paramet-desativada {
    background: #cbcbcb70 !important;
    border: 1px solid #4e4a4a !important;
}

.gray-ged-template {
    color: #808080 !important;
}

.caminho-pasta {
    background-color: #e6e6e6 !important;
    color: rgb(47, 61, 74) !important;
    border-radius: 0px !important;
    padding: 5px !important;
    font-size: 10px !important;
}

.btn-modal-close {
    margin-top: -9px;
    margin-right: -15px;
    color: #212529 !important;
    float: right;
}

.card-informacao-pasta-gerenciada {
    border: 1px solid #a8b0c1;
    background: #FFFFFF;
    justify-content: center;
    margin-bottom: 0;
}

.div-fluxo-paralelo {
    border: #9d9c9c solid 1px;
    border-radius: 1%;
}

button#chatGPT span {
    content: url('/imagens/chatgpt-icon.png');
    width: 32px;
    height: auto;
}

.div-gpt-woc p.exemple {
    font-size: 12px;
    line-height: 2;
    font-style: italic;
    margin: 10px 0 10px !important;
}
.div-gpt-woc p.resumo {
    line-height: 1.2;
    margin-top: 10px;
    margin: 10px 0 10px !important;
}
.div-gpt-woc textarea{
    width:100%
}
.btn-gerar-doc-chatgpt {
    background-color: #10a37f !important;
    color: #fff !important 
}

.img-head-chat-gpt {
    width: 30px !important;
    float: left;
    margin-right: 10px;
}

.div-head-chat-gpt{
    display:block;
    font-size:21px!important;
}

    .div-head-chat-gpt span {
        width: auto !important;
        padding: 1px 6px 1px;
        border-radius: 5px;
        display: inline-block !important;
        font-size: 11px !important;
        background: #767676;
        color: #fff;
        line-height: 1.2;
        margin-top: 13px;
    }
.alert-info-propriedades {
    /*color: #0c5460;*/
    background-color: #ffc10759 !important;
    border-color: #ffc10759 !important;
}
.pesquisa-ged {
    border-radius: 15px;
    margin: 10px 5px;
    background: #eeeeee;
    border-radius: 15px;
    padding: 15px;
    transition: background-color .25s ease;
}
    .pesquisa-ged:hover {
        background-color: #d3d3d3;
        cursor: pointer;
    }

.swal-header-custom {
    border-bottom: 1px solid #ccc; /* Adiciona uma borda inferior */
}

.tb-image-preview .img-preview {
    font-size: 9px!important;
}
.tb-image-preview .img-responsive {
    width: 45% !important;
    height: auto;
    display: block !important;
}

.tb-image-preview .checkmark {
    top: -13px!important;
}

.tb-image-preview .input-invalido {
    border-color: #fc6180;
}

.context-menu-right context-menu-right--active {
    border-radius: 15px !important;
}

.slimScrollBar {
    background-color: #007bff;
    left: unset !important;
    right: -5px;
    border-radius: 15px !important;
    opacity: 1 !important;
}

.slimScrollRail {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0px;
    background: transparent !important;
    z-index: 90;
    right: -5px !important;
    left: unset !important;
    display: block !important;
}

.nav-link.hidden-md-up.text-muted.btn-screenfull {
    display: none !important;
}

.sidebar-nav {
    min-width: 240px !important;
}

.mini-sidebar .sidebar-nav {
    min-width: 0 !important;
}

.status-ged-mobile {
    border-radius: 5px;
}

.file-info-ged-pesquisa {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 765px) {
    .status-ged-mobile {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .text-right.ged-pesquisa-info-adicional {
        text-align: left !important;
    }
}

.dropdown-menu {
    padding: 0.5rem !important;
}

.nav-pills .dropdown-menu li {
    margin-right: 0 !important;
}

.dropdown-menu li {
    border-radius: 10px;
}

.status-tooltip {
    position: relative;
}

.status-tooltip:hover:after {
    content: attr(tooltip-content);
    position: absolute;
    left: -50%;
    background-color: #fcfcfc;
    width: 200px;
    z-index: 999;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    color: #000000 !important;
    animation: ged-tooltip-animation .25s ease forwards;
}

td.status-tooltip:hover:after {
    left: 0 !important;
}

@keyframes ged-tooltip-animation {
    from {opacity: 0; bottom: 100%;}
    to{opacity: 1; bottom: calc(100% + 10px);}
}

.disable-bg-hover:hover {
    background-color: transparent !important;
}

.ged-input-pesquisa {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #b1b8bb;
    padding: 10px;
}

#table-documentos_wrapper {
    overflow: auto;
}

@media(max-width: 767px) {
    .slimScrollBar {
        opacity: 0 !important;
    }
}

#ul-filtros {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#inform-filtroPastas-listaMestra {
    border: 0 solid #e7e7e7;
    border-radius: 9px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.iframe {
    width: 100%;
    /*height: 90vh ;*/
    border: none;
    display: block !important;
    visibility: visible !important;
}

@media (max-width: 768px) {
    .iframe {
        display: block !important;
        width: 100% !important;
        /*height: 100vh !important;*/
    }
}


@media (min-width: 576px) {
    .container {
        max-width: unset !important;
    }
    .iframe {
        display: block !important;
        width: 100% !important;
        height: 100vh !important;
    }
}

@media (max-width: 576px) {
    .min-font-size {
        font-size: 12px !important;
    }
    .iframe {
        display: block !important;
        width: 100% !important;
        height: 100vh !important;
    }

    .mobile-10 {
        font-size: 10px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .iframe {
        margin: 100px 0 !important;
        display: block !important;
        width: 100% !important;
        height: 100vh !important;
    }
}

.full-page {
    width: 100%;
    height: 100vh; /* Ocupa toda a tela */
    display: flex;
    align-items: center;/* Opcional, centraliza conteúdo */
    background-color: #f5f5f5; /* Apenas para visualização */
}

button.btn-opt-atualizar-status-massivo-arquivo {
    margin: 5px 5px 0 5px !important;
}

.bloquear-redirect-office {
    height: 35px;
    background-color: #eeecea;
    bottom: 0;
    z-index: 99;
}
</pre></body></html>