﻿@font-face {
    font-family: 'Antenna';
    src: url('antenna-light.woff') format('woff');
}

section.content {
    min-height: 800px;
}

.datagrid {
    margin-bottom: 10px !important;
}

    .datagrid .datagrid-form td {
        vertical-align: top !important;
    }

    .datagrid .datagrid-actions {
        margin: 10px 0;
        text-align: right;
    }

    .datagrid .form-group {
        margin-bottom: 0;
    }

    .datagrid .datagrid-form {
        display: none;
    }

    .datagrid th {
        text-align: center !important;
        cursor: pointer;
    }

        .datagrid th a {
            color: white;
        }

    .datagrid .no-items-row {
        text-align: center !important;
    }

    .datagrid .datagrid-form td .field-validation-error {
        color: #f56954;
    }

    .datagrid .datagrid-form td .input-validation-error {
        border-color: #f56954;
    }

.box-body.form-content {
    width: 50%;
}

.nowrap {
    white-space: nowrap !important;
}

table th, table td {
    vertical-align: middle !important;
}

.pagination-container {
    text-align: center;
}

.pagination > li:first-of-type a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-of-type a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-group {
    margin: 5px !important;
}

.grid-popup-widget .form-group {
    margin: 8px 0 !important;
}

.grid-dropdown-inner {
    padding: 0 12px !important;
}

.grid-filter-buttons {
    display: flex;
    gap: .5rem;
}

.grid-filter-buttons .btn {
    flex-grow: 1;
}

.dashed-border, .dashed-border-left {
    border-left: dashed 1px #aaa;
}

.dashed-border, .dashed-border-bottom {
    border-bottom: dashed 1px #aaa;
}

.dashed-border, .dashed-border-right {
    border-right: dashed 1px #aaa;
}

.dashed-border, .dashed-border-top {
    border-top: dashed 1px #aaa;
}

.width-45-pc {
    width: 45% !important;
}

.width-55-pc {
    width: 55% !important;
}

.width-80-pc {
    width: 80% !important;
}

.width-100-pc {
    width: 100% !important;
}

.width-80-px {
    width: 80px !important;
}

.width-40-px {
    width: 40px !important;
}

.width-100-px {
    width: 100px !important;
}

.width-150-px {
    width: 150px !important;
}

.tamanhoBotaoNav {
    width: 110px !important;
}

.nav.nav-pills.navegacao > li.active > a,
.nav.nav-pills > li.active > a:hover {
    /* background-color: #f6f6f6; */
    border-top-color: #3c8dbc;
    /* color: #444; */
}

.nav.nav-pills > li.active > a {
    font-weight: 600;
}

.nav.nav-pills > li > a:hover {
    background-color: #f6f6f6;
}

.sistema {
    float: left;
    padding: 9px 5px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #f9f9f9;
    font-weight: bold;
    font-size: 18px;
}

a.sistema:hover,
a.sistema:active,
a.sistema:focus {
    outline: none;
    text-decoration: none;
    color: #f9f9f9;
}

.linha-invisivel {
    visibility: hidden;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-right-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.margem-padding-0 {
    margin: 0 !important;
    padding: 0 !important
}

.margem-esq-0px {
    margin-left: 0px !important;
}

.margem-esq-5 {
    margin-left: 5px !important;
}

.margem-esq-10 {
    margin-left: 10px !important;
}

.margem-esq-20 {
    margin-left: 20px !important;
}

.margem-sup-negativo-8 {
    margin-top: -8px !important;
}

.margem-sup-10 {
    margin-top: 10px !important;
}

.margem-sup-20 {
    margin-top: 20px !important;
}

.largura-20 {
    width: 20px !important;
}

.largura-40 {
    width: 40px !important;
}

.largura-60 {
    width: 60px !important;
}

.largura-80 {
    width: 80px !important;
}

.largura-100 {
    width: 100px !important;
}

.largura-150 {
    width: 150px !important;
}

.largura-200 {
    width: 200px !important;
}

.largura-450 {
    width: 450px !important;
}

.largura-800 {
    width: 800px !important;
}

.largura-90p {
    width: 90%;
    min-width: 500px !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.invisible {
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

.pagination-container {
    text-align: right;
}

    .pagination-container div.total {
        font-size: 0.8em;
        font-weight: bolder;
    }

/* Form elements */

.campodata, .campomes {
    width: 100px;
}

.passo-edicao span {
    display: inline-block;
}

/*Campo de edição de número de processo do TCE*/
.form-field-processoTCE {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0px;
    color: #555555;
    border-radius: 4px;
}

.numeroprocessoTCE, .dvprocessoTCE, .anoprocessoTCE, .numerooficioTCE {
    border-style: none;
}

.numeroprocessoTCE {
    padding-right: 0px;
    width: 62px !important;
}

.dvprocessoTCE {
    padding-left: 0px;
    padding-right: 0px;
    width: 10px !important;
}

.anoprocessoTCE {
    padding-left: 0px;
    width: 44px !important;
}

.numerooficioTCE {
    padding-right: 0px;
    width: 55px !important;
}

.progress {
    border-style: groove;
    border-width: 1px;
}

.obrigatorio {
    color: #a94442;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.input-validation-error {
    background: pink;
    border: 1px solid red;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

.panel {
    margin: 5px 10px 5px 10px;
}

.small-brand {
    font-size: 14px;
    color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
footer.navbar {
    background-color: #3B8BB9;
}

header div.small-brand {
    padding-top: 5px;
}



@media only screen and (min-width: 992px) {
     .navbar-btn {
        /*display: none;*/
    } 
}

.box-header > .btn-primary {
    margin: 10px 10px -10px 10px;
}

#numero-processo {
    margin: 0px 10px 0px 10px;
    width: 100px;
}

.botao-entrar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.follow {
    background: url("../img/icon-acompanhar02.png") top left;
    background-repeat: no-repeat;
    border: none;
    width: 34px;
    height: 25px;
}

    .follow span {
        display: none;
    }

.unfollow {
    background: url("../img/icon-desacompanhar02.png") top left;
    background-repeat: no-repeat;
    border: none;
    width: 34px;
    height: 25px;
}

    .unfollow span {
        display: none;
    }


.panel-body > .panel-menu {
    padding: 0px;
    margin-bottom: -30px;
    margin-top: -15px;
}

.navbar-brand {
    padding: 0 !important;
}

.logotce {
    margin-bottom: 8px;
    margin-left: 10px;
}

.logo {
    cursor: default;
    font-family: "Antenna" !important;
    font-size: 19px !important;
    text-align: left !important;
}

.logo>img {
    height: 32px;
}

.usuario-logado {
    color: white;
    margin-left: 10px;
    margin-top: 12px; 
}

.form-horizontal .control-label {
    text-align: inherit;
}

.form-control {
    display: inline;
}



.headtabela {
    background-color: #113d56 !important;
    color: white;
}

.panel-processos {
    background-color: #113d56 !important;
    border-color: #C4C4C4;
    cursor: default;
}

.panel-title {
    font-weight: bold;
    font-family: arial !important;
    font-size: 14px;
    color: white;
}

.grid-dropdown-inner {
    color: black;
}

.btn-default {
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-nf 
{
    vertical-align: unset;
    margin-left: 15px;
}

.details-table-col 
{
    width: 30%;
}


@media screen and (min-width: 320px) {
    .imagemapp {
        width: 100%;
        margin-left: 4px;
    }
}


@media screen and (min-width: 375px) {
    .imagemapp {
        width: 100%;
        margin-left: 4px;
    }
}

@media screen and (min-width: 425px) {
    .imagemapp {
        width: 100%;
        margin-left: 4px;
    }
}

@media screen and (min-width: 1200px) {
    .imagemapp {
        width: 70%;
        margin-left: 160px;
    }

    .tabelagrid {
        margin-right: 0px;
        margin-left: -7px;
    }

    .tabelagrid2 {
        margin-right: 0px;
        margin-left: -7px;
    }
}

@media screen and (min-width: 1880px) {
    .imagemapp {
        width: 70%;
        margin-left: 250px;
    }


    .tabelagrid {
        margin-right: 0px;
        margin-left: 2px;
    }

    .tabelagrid2 {
        margin-right: 0px;
        margin-left: 2px;
    }
}

@media screen and (min-width: 2560px) {
    .imagemapp {
        width: 40%;
        margin-left: 570px;
    }
}


.panel-heading.collapsed .fa-chevron-up,
.panel-heading .fa-chevron-down {
    display: none;
    float: right;
}

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-up {
    display: inline-block;
    float: right;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}

.org {
    align-items: center;
    background-color: #113d56;
    color: white;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
}

.panelprocessos3 {
    background-color: #113d56 !important;
    color: white !important;
    font-weight: bold;
    cursor: pointer;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Standard syntax */
}

.panelprocessos2 {
    border-color: #c4c4c4;
}

.panelmapa2 {
    background-color: transparent;
    color: black;
    border-color: transparent;
}

.texto-justify {
    text-align: justify !important;
}

.texto-negrito {
    font-weight: bold !important;
}

.textopanel {
    font-size: 16px;
    cursor: default;
    text-align: justify;
}

.textopanel h3 {
    text-align: left;
}

.btnmapas {
    margin-top: 15px;
    float: right;
    background-color: #367fa9;
    color: white;
}

    .btnmapas:hover {
        background-color: #255977;
        color: white;
    }

.corpopanelmapa {
    margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
    .imagemmapatce {
        padding-top: 110px;
    }

    .panelmapa2 {
        margin-top: -20px;
    }
}

@media screen and (min-width: 1880px) {
    .imagemmapatce {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}




/*BANNER PORTAL INDICADORES*/


@media screen and (min-width: 1353px) {

    .bannerPortalIndicadores img {
        width: 650px;
        position: absolute;
        right: 0px;
        margin-right: 5%;
        margin-top: 2%;
    }
}


/*menu Novo*/
/* Itens Principais */
.sidebar * {
    font-family: "Antenna" !important;
}

.item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dddddd;
    font-size: 10pt;
    cursor: pointer;
    color: #4C4C4C;
    border-bottom: solid 2px white;
    font-weight: normal;
    list-style: none;
    margin: 0px;
    width: 220px;
    min-height: 44px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding-left: 15px;
}

.item0 label {
    background-color: #005477;
    color: white;
    font-size: 12px;
}

    .item0 label:hover {
        background-color: #094a65;
    }

.item1 label {
    background-color: #0b6489;
    color: white;
    font-size: 12px;
}

    .item1 label:hover {
        background-color: #003D57;
    }

.item2 label {
    background-color: #0a6478;
    color: white;
    font-size: 12px;
}

.item2 label:hover {
    background-color: #085161;
}

.item3 label {
    background-color: #1e8295;    
    color: white;
    font-size: 12px;
}

.item3 label:hover {
    background-color: #218DA2;
}

.item5 label {
    background-color: #82aabe;
    color: white;
    font-size: 12px;
}

.item5 label:hover {
    background-color: #7193A4;
}

.item6 label {
    background-color: #489c9f;
    color: white;
    font-size: 12px;
}

.item6 label:hover {
    background-color: #007991;
}

.item7 label {
    background-color: #328993;
    color: white;
    font-size: 12px;
}

.item7 label:hover {
    background-color: #277983;
}

.item4 label {
    background-color: #64b4a0;
    color: white;
    font-size: 12px;
}

.item4 label:hover {
    background-color: #569A89;
}

.item ul {
    width: 100%;
    list-style: none;
    overflow: hidden;
    max-height: 0;
    margin-bottom: 0;
}

    /* Itens Secundários */
    .item ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 5px;
        display: block;
        border-bottom: solid 2px white;
        font-weight: normal;
        font-size: 10px;
        width: 195px;
        text-decoration: none;
        white-space: break-spaces;
    }

.item {
    margin-bottom: 5px;
}

.item0 ul li a {
    background-color: #005477;
    color: white !important;
}

    .item0 ul li a:hover,
    .item0 ul li.menu-ativo a {
        background-color: #094a65;
    }

.item1 ul li a {
    background-color: #0b6489;
    color: white !important;
}

    .item1 ul li a:hover,
    .item1 ul li.menu-ativo a {
        background-color: #003D57;
    }

.item2 ul li a {
    background-color: #0a6478;
    color: white !important;
}

    .item2 ul li a:hover,
    .item2 ul li.menu-ativo a {
        background-color: #085161;
    }

.item3 ul li a {
    background-color: #1e8295;
    color: white !important;
}

    .item3 ul li a:hover,
    .item3 ul li.menu-ativo a {
        background-color: #2395AB;
    }

.item4 ul li a {
    background-color: #64b4a0;
    color: white !important;
}

    .item4 ul li a:hover,
    .item4 ul li.menu-ativo a {
        background-color: #569A89;
    }

.item input:checked ~ ul {
    height: auto;
    width: 100%;
    max-height: 100%;
}

.item input {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.label-padding
{
    margin-left: -10px;
}


.label-padding-right 
{
    padding-left: 15px;
    padding-right: 3px;
}

.text-white {
    color: white;
}

/*
* Seta para BAIXO *
.class1::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: 7px;
}

.class2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: 7px;
}

.class3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: 7px;
}

.class4::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-top: 7px;
}

input[type=checkbox]:checked + label::after {
    transform: rotate(180deg);
}
*/
/* Item sozinho */
.item-solo label {
    display: block;
    background-color: #82aabe;
    font-size: 12px;
    cursor: pointer;
    color: white;
    border-bottom: solid 1px #B6B6B6;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0px;
    width: 220px;
    height: 44px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

    .item-solo label:hover {
        background-color: #7193A4;
    }

.item-solo a {
    display: block;
    color: white !important;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}

.item-solo input:checked ~ ul {
    height: auto;
    width: 100%;
    max-height: 100%;
}

.item-solo input {
    display: none;
}

.imagem {
    width: 50px;
    height: 50px;
    float: right;
    margin-right: -2px;
}

/*.imagem-solo {
    width: 50px;
    height: 50px;
    float: right;
    margin-top: -18px;
    margin-right: -2px;
}*/

.container {
    float: left;
    margin-top: 6px;
    margin-left:-14px;
    width: 250px;
}

.fa-sort{
    color:white;
}

.table-responsive{
    overflow-x:visible;
}


iframe {
    width: 100%;
    height: 85vh;
}

.tamanho-anexo {
    color: gray;
    margin-left: 10px;
}

/*CUSTOM FILTERS*/
.combo-container {
    position: relative;
    width: 100%;
}

.combo-input {
    width: 100%;
    padding: 4px 4px 4px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 8px;
}

.combo-list {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    display: block;
    margin: 8px 0; 
}

.combo-item {
    padding: 10px;
    cursor: pointer;
}

.combo-item--disabled {
    background-color: #f0f0f0;
    color: #808080;
    padding: 10px;
    cursor: default;
}

.combo-item:hover {
    background-color: #f0f0f0;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 16px;
    color: #999;
    pointer-events: none;
}

/*FILTER SCROLL BAR*/
.combo-list {
    --sb-track-color: #e6e6e6;
    --sb-thumb-color: #113d56;
    --sb-size: 6px;
}

.combo-list::-webkit-scrollbar {
    width: var(--sb-size);
}

.combo-list::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 4px;
}

.combo-list::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 4px;
}

/* CHOSEN */
.chosen-container {
    width: 100% !important;
}
.chosen-container-multi .chosen-choices {
    border-color: #ccc;
    padding: 2.7px 12px;
    box-shadow: none;
    background-image: none;
}
.chosen-container-single .chosen-single {
    border-color: #ccc;
    border-radius: 0;
    padding: 4px 12px;
    box-shadow: none;
    background-image: none;
    height: 34px;
}

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position-y: 6px;
}

.chosen-container-single .chosen-single abbr {
    top: 10px;
}

/* OVERRIDE DIALOG*/
.ui-dialog-buttonset button {
    padding: 4px 8px;
    border-radius: 4px;
    border-width: 1px;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: none;
}

@supports not selector(::-webkit-scrollbar) {
    .combo-list {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
}

.telaDiaria .pagination {
    position: sticky;
    left: 0;
}

.telaDiaria .table {
    margin-bottom: 0;
}