html {
    --bg-light-gray: #f0f0f0;
    --bg-dark-gray: #e9e9e9;
}

@import url('https://fonts.googleapis.com/css?family=Alef');

@font-face {
    font-family: roboto;
    src: url(../fonts/roboto.ttf);
}

@font-face {
    font-family: helvetica;
    src: url(../fonts/HelveticaNeue-Light.otf)
}

@font-face {
    font-family: 'custom-if';
    src: url('../fonts/custom-if.eot?b3g73r');
    src: url('../fonts/custom-if.eot?b3g73r#iefix') format('embedded-opentype'), url('../fonts/custom-if.ttf?b3g73r') format('truetype'), url('../fonts/custom-if.woff?b3g73r') format('woff'), url('../fonts/custom-if.svg?b3g73r#custom-if') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'total-icon';
    src: url('../fonts/total-icon.eot?5del8i');
    src: url('../fonts/total-icon.eot?5del8i#iefix') format('embedded-opentype'), url('../fonts/total-icon.ttf?5del8i') format('truetype'), url('../fonts/total-icon.woff?5del8i') format('woff'), url('../fonts/total-icon.svg?5del8i#total-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ticon-"], [class*=" ticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'total-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ticon-money:before {
    content: "\e902";
}

.ticon-report:before {
    content: "\e904";
}

.ticon-bd-up:before {
    content: "\e905";
}

.ticon-court:before {
    content: "\e906";
}

.ticon-admin:before {
    content: "\e907";
}

.ticon-btndisc:before {
    content: "\e900";
}

.ticon-reproved:before {
    content: "\e90a";
}


.ticon-door:before {
    content: "\e901";
}

.ticon-door-open:before {
    content: "\e903";
}

.ticon-check-time:before {
    content: "\e908";
}

[class^="cif-"], [class*=" cif-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom-if' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.flexdiv {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.no-spinners {
    -moz-appearance: textfield;
}

    .no-spinners::-webkit-outer-spin-button,
    .no-spinners::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.scrollStyle {
    overflow-x: auto;
}

.home-msg {
    font-size: 36px;
    color: #609662;
    font-family: roboto;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.tb-fixed {
    table-layout: fixed;
}

.bigCol {
    width: 500px !important;
}

.cif-desassign:before {
    content: "\e900";
}

.cif-desassign {
    font-size: 1.8em;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    background: repeating-linear-gradient( 45deg, var(--bg-light-gray), var(--bg-light-gray) 50%, var(--bg-dark-gray) 50%, var(--bg-dark-gray) 100% );
}

.sysconfig {
    padding-left: 20px;
    padding-right: 20px;
}

.tl-syscon {
    display: flex;
    flex-flow: column wrap;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    float: left;
    list-style: none;
    margin-left: 0;
    background-color: #689ACC;
    border: 1px solid #003366;
    padding: 0;
    margin-bottom: 0;
}

    .tl-syscon li {
        position: relative;
        text-align: center;
        display: inline-block;
        background-color: #689ACC;
        width: 100%;
        padding: 10px;
        transition: 0.3s;
    }

.active > .arrow-right {
    display: block;
}

.arrow-right {
    display: none;
    z-index: 2;
    top: -30px;
    left: calc(100% - 2px);
    position: absolute;
    font-size: 52pt;
    color: #003366;
}

.tl-syscon li:hover {
    background-color: #335F8C;
}

.tl-syscon li.active {
    background-color: #003366;
}

.tl-syscon li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

    .tl-syscon li a:active {
        text-decoration: none;
    }

    .tl-syscon li a:hover {
        text-decoration: none;
    }

.tabs-sysconfig {
    padding: 0;
    border-top: 1px solid #003366;
}

    .tabs-sysconfig > .tabs-cont {
        display: none;
    }

    .tabs-sysconfig > .active {
        display: block;
    }

.hide {
    display: none;
}

.unique-form {
    float: left;
    width: 90%;
}

.btn-folder-proc {
    background-color: white;
    color: #089884;
}

    .btn-folder-proc:hover {
        color: black;
    }

.greatSubtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 15pt;
    color: #089985;
}

.subtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 10pt;
}

.btn-title {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: right;
}

.btn-fixTableR {
    position: absolute;
    right: 20px !important;
    top: -50px !important;
}

.btn-fixTableM {
    position: absolute;
    right: 65px !important;
    top: -50px !important;
}

.btn-fixTableL {
    position: absolute;
    right: 110px !important;
    top: -50px !important;
}

.btn-proc {
    background-color: #089985;
    color: white;
    border-radius: 4px;
    border: none;
    padding: 5px 10px 5px 10px;
}

    .btn-proc:hover {
        background-color: white;
        color: #089985;
    }

.center-box {
    position: center;
}

.top-box {
    vertical-align: top;
}

.tabela {
    border: 1px solid #089985;
    background-color: white;
}

.tabelaCinza {
    border: 1px solid #089985;
    background-color: white;
}

    .tabelaCinza th {
        background-color: #eeeeee;
        font-family: "Gill Sans", "Gill Sans MT", sans-serif;
        font-size: 8pt;
    }

.tabela th {
    background-color: #eeeeee;
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 8pt;
}

.ltable th {
    min-width: 150px;
}

.ltable {
    background-color: #eee;
}

.fr {
    float: right;
    /*margin-right: 20px;*/
}

.margem-left-10px {
    margin-left: 10px;
}

.margem-left-5px {
    margin-left: 5px;
}

.ExcelExterno .dt-toolbar {
    display: none;
}

.table-hover tbody tr:hover td {
    background-color: #DDDDDD;
}

html {
    background-color: #f2f2f2;
}

th {
    color: #089985;
}

h4 {
    color: #089985;
}

hr {
    height: 1px;
    border: none;
    color: #089985;
    background-color: #089985;
    margin-top: 0px;
    margin-bottom: 0px;
}

label {
    font-family: sans-serif;
    color: #089985;
    font-size: 13px;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
}

.noMargin {
    margin: 0 !important;
}

.fa-check-circle {
    color: #089985 !important;
    margin-top: 15px;
    font-size: 20px;
}

.fa-times-circle {
    color: #D84141;
    margin-top: 15px;
    font-size: 20px;
}

.tituloGreen {
    font-family: sans-serif;
    color: #089985;
    font-size: 20px;
}

.fontSize17 {
    font-size: 17px !important;
}

.titulo {
    font-family: roboto, sans-serif;
    color: #089985;
    font-size: 24pt;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.titulo2 {
    font-family: sans-serif;
    color: #fff;
    font-size: 20px;
}

.titulo3 {
    font-family: roboto, sans-serif;
    color: white;
    margin-right: 15px;
    font-size: 10pt;
}

.titulo4 {
    font-family: roboto, sans-serif;
    color: #089985;
    text-align: center;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.escrita {
    font-family: sans-serif;
    color: gray;
    text-align: left;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.escrita2 {
    font-family: sans-serif;
    color: gray;
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.escrita3 {
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}

.escrita4 {
    font-family: sans-serif;
    color: gray;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
}
.menor-quebra-linha {
    margin-bottom: 0.2em; 
}
.infotop {
    background-color: #089985;
    padding-left: 15px;
    padding-top: 15px;
    height: 50px;
    font-size: 8pt !important;
}
.editable-cell {
    width: 100%;
    height: 100%;
    border: none;
    padding: 2px;
    box-sizing: border-box;
}
.atosCobraveisBlue {
    color: #0000FF;
    font-weight: bold;
}

.atosCobraveisRed {
    color: #FF0000;
    font-weight: bold;
}

.atosCobraveisDarkRed {
    color: #8B0000;
    font-weight: bold;
}

.atosCobraveisGreen {
    color: #008000;
    font-weight: bold;
}

/*.infotop2 {
    background-color: #089985;
    padding-left: 15px;
    padding-top: 15px;
}*/

.infolateral_e {
    background-color: #fff;
    text-align: center;
}

.infolateral_d {
    background-color: #fff;
}

.bigBox a {
    color: white;
}

.bigboxi {
    float: right !important;
    font-size: 24px;
    margin-right: 10px;
}

.bigBoxNum {
    color: white;
    font-size: 24px;
    text-align: left;
}

.autor_processo {
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.custom-body {
    background: none;
    background-color: #f2f2f2;
}

.fa-chevron-right {
    color: #089985;
}

.fa-chevron-down {
    color: gray;
}

.smart-form .button {
    background-color: #089985;
}

.btn-default {
    color: #fff;
    background-color: #089985;
    border-color: #089985;
}

    .btn-default:hover, .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #089985;
    }

.btn-circle {
    color: #fff;
    background-color: #089985;
    border-color: #089985;
    font-size: inherit;
    height: auto;
}

    .btn-circle:hover {
        color: #089985;
        background-color: #e6e6e6 !important;
    }

.btn-square {
    background: #089985;
    color: #fff;
    border-color: #089985;
    border-radius: 2px !important;
}

    .btn-square:hover {
        color: #089985;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-square2 {
    color: #089985;
}

.arredondar {
    border-radius: 5px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #089985;
    border-color: #089985;
}

.pagination > li > a, .pagination > li > span {
    color: #089985;
}

.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #089985;
    background-color: #089985;
}

.select2-results .select2-highlighted {
    background: #089985;
    color: #fff;
}

.green {
    color: #089985;
}

.red {
    color: #D84141;
}

.blue {
    color: #0072bc;
}

#gridResultadoTipoLiminares {
    flex: 1;
}

.box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 3px 3px;
}

.box2 {
    background-color: #089985;
}

.botoes {
    text-align: right;
}

.moldura {
    margin: 20px;
}

.moldura2 {
    margin: 20px 7px;
}

.moldura3 {
    margin: 20px 0px 20px 20px;
}

.moldura4 {
    margin: 20px 20px 20px 0;
}

.moldura5 {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.moldura6 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.margem {
    margin-top: 24px;
    margin-bottom: 20px;
}

.margem10 {
    margin-top: 10px;
}

.margem2 {
    margin-top: 22px;
}

.alinhar-botao {
    margin-left: 90%;
    margin-bottom: 1%;
}

.alinharBotoes {
    margin-top: 100px;
    text-align: center;
}

.alinharBotoes2 {
    margin-top: 200px;
    text-align: center;
}

.alinharBotoes3 {
    margin-top: 24px;
    text-align: center;
}

.alinharBotoes4 {
    margin-top: 150px;
    text-align: center;
}

.rotulo {
    font-family: sans-serif;
    color: #089985;
    font-size: 16px;
}

.ms-container .ms-list.ms-focus {
    border-color: #089985;
    box-shadow: #089985;
}

.centralizar {
    text-align: center;
}

.divBotao {
    width: 100%;
    text-align: center;
}

.linkLerMais {
    cursor: pointer;
}

.borderLeftWidth0 {
    border-left-width: 0 !important;
}

.largeModal {
    width: 90% !important;
}

.mediumModal {
    width: 50% !important;
}

.width100 {
    width: 100px !important;
}

.width150 {
    width: 150px !important;
}

.minHeight600 {
    min-height: 600px;
}

.btnSquareCinza {
    color: #089985 !important;
    background-color: #fff !important;
    border-color: #adadad !important;
}

    .btnSquareCinza:hover {
        background-color: #e6e6e6 !important;
    }

.processoEncerrado {
    color: #ff0000 !important;
    padding-right: 20px !important;
}

.processoAtivo {
    color: #089985 !important;
    padding-right: 20px !important;
}

.fecharAtivo {
    position: absolute;
    top: 0;
    left: 90%;
    font-weight: bold;
    color: #089985;
    cursor: pointer;
}

.fecharEncerrado {
    position: absolute;
    top: 0;
    left: 92%;
    font-weight: bold;
    color: #ff0000;
    cursor: pointer;
}

.btn-success {
    color: #089985;
    background-color: #fff;
    border-color: #fff;
}

    .btn-success:hover {
        color: #fff;
    }

#camposFiltroAvancado {
    width: 100%;
    float: left;
}

.divFiltroAvancado {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 15px;
}

.removerFiltro {
    cursor: pointer;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    background-color: #089985;
    width: 10%;
    float: left;
}

/*****************************LAYOUT MASTER******************************************/
#left-panel {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff 30%, #f2f2f2 100%) repeat scroll 0 0;
    border-right: 1px solid #cecece;
}

nav ul li a {
    color: #6d6a69 !important;
    /*font-size: 12px !important;*/
}

    nav ul li a:hover, nav ul ul li > a:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        color: #222222 !important;
    }

nav ul .active > a {
    color: #222222 !important;
}

nav ul li.active > a::before {
    color: #222222;
}

nav ul li.open > a, nav ul li.open > a b, nav ul ul b {
    color: #222222 !important;
}

nav ul ul {
    background: rgba(250, 250, 250, 0.6) none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 7px 0;
}

#header {
    min-width: 100%;
    margin-bottom: 20px;
    position: sticky;
    background-color: #f6f6f6;
}

.page-footer, .superbox-show {
    background-color: #f6f6f6;
    position: fixed;
    z-index: 998;
}

    .page-footer span {
        color: #333333;
    }

.minified nav > ul > li {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.minifyme, .minified .minifyme {
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #6d6a69;
}

    .minifyme:hover {
        background-color: #f8f8f8;
        background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
        border: 1px solid #bfbfbf;
        border-right: 0;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08) inset;
        color: #222;
    }

.minified .minifyme {
    border: 1px solid #bfbfbf;
}

.minified nav > ul > li > a > .menu-item-parent {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    color: #222222;
}

.minified nav > ul > li > ul {
    background: rgba(250, 250, 250, 0.6) none repeat scroll 0 0;
    top: 30px;
}

    .minified nav > ul > li > ul > li {
        background-color: rgba(250, 250, 250, 0.9);
        border: none !important;
    }

.minified nav > ul > li > ul {
    border-top: none !important;
    margin-top: 0px;
    z-index: 1;
}

    .minified nav > ul > li > ul > li > ul > li {
        background-color: #f6f6f6;
    }

.minified nav ul > li > ul > li > ul {
    margin-bottom: 60px !important;
}

.paddingButtom {
    padding: 6px 12px !important;
}

/*****************************LAYOUT MASTER******************************************/

/*****************************************************BEGIN SWITCH***********************************************************/

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
}


    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D84141;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #089985;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    left: 30%;
    font-size: 11px;
    font-family: sans-serif;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 49%;
    left: 65%;
    font-size: 11px;
    font-family: sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

.slider.round {
    border-radius: 34px;
    height: 35px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/****************************************END SWITCH***************************************************************************/

.rojo {
    border-color: #D84141;
    background-color: #D84141;
    color: white;
}

    .rojo:hover {
        color: #D84141;
    }

/************************************************BEGIN COLOR SELECT**************************************************/
.btn-select-tick, .btn-select-tick .label {
    height: 32px;
}

.bg-color-preto {
    background-color: #000 !important;
}

.bg-color-vermelho {
    background-color: #FF0000 !important;
}

.bg-color-laranja {
    background-color: #FF8C00 !important;
}

.bg-color-amarelo {
    background-color: #FFD700 !important;
}

.bg-color-roxo {
    background-color: #8A2BE2 !important;
}

.bg-color-verde {
    background-color: #00FA9A !important;
}

.bg-color-azul {
    background-color: #B0C4DE !important;
}

.bg-color-cinza {
    background-color: #A9A9A9 !important;
}

.bg-color-marrom {
    background-color: #A0522D !important;
}

/************************************************END COLOR SELECT**************************************************/
/*******************************************BEGIN IMPORT CUSTOM LAYOUT*********************************************/
.contentImport {
    display: table;
    margin: 0 auto;
    height: 100%;
}

    .contentImport ul {
        list-style: none;
        vertical-align: middle;
    }

        .contentImport ul li {
            display: table-row;
        }

.titleImport {
    display: inline;
    font-family: roboto, sans-serif;
    color: #089985;
    font-size: 48pt;
    text-align: center;
}

.optionsImport form {
    display: table;
    width: 80%;
    margin: auto;
}

.optionsImport section {
    margin: 20px;
}

.btnImport button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: none;
    width: 150px;
    height: 150px;
    background-image: url(../img/custom_btns/Button_Send.png);
    background-repeat: no-repeat;
}

.btnImportP button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: none;
    width: 150px;
    height: 150px;
    background-image: url(../img/custom_btns/Button_Rocket.png);
    background-repeat: no-repeat;
}

.btnImport button:hover {
    background-image: url(../img/custom_btns/Button_Send_Hover.png);
}

.btnImportP button:hover {
    background-image: url(../img/custom_btns/Button_Rocket_Hover.png);
}

.launchImport {
    display: inline;
    font-family: 'Gill Sans', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #a7a7a7;
    font-size: 18pt;
    text-align: center;
}
/*******************************************END IMPORT CUSTOM LAYOUT*********************************************/
/**********************************************HOME CUSTOM LAYOUT***********************************************/
.btnHome {
    width: 100%;
    height: 30vh;
    font-size: 12pt;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
}

    .btnHome:hover, .btnHome:active, btnHome.active, .btnHome:focus {
        background-color: #333;
        color: #e6e6e6;
        transition: 0.3s ease-in;
    }

    .btnHome .tfi-home {
        font-size: 80pt;
    }

.sidenav {
    text-align: center;
    padding-top: 100px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #f6f6f6;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav .closebtn {
        position: absolute;
        top: 50px;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav div {
        display: inline;
        margin: auto;
    }

    .sidenav a, .sidenav h3 {
        cursor: pointer;
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16pt;
        color: #6d6a69;
        display: block;
        transition: 0.3s;
    }

    .sidenav ul {
        list-style: none;
    }

    .sidenav li a {
        font-size: 12pt;
    }

    .sidenav a:hover, .sidenav h3:hover {
        color: #000;
    }

    .sidenav .sidenav-dropdown {
        height: 0px;
        transition: 0.2s;
    }

    .sidenav .dropdown-menu {
        box-shadow: none;
        width: 100px;
    }

        .sidenav .dropdown-menu a:hover {
            color: black;
            background-color: white;
        }

        .sidenav .dropdown-menu a {
            color: #6d6a69;
            background-color: white;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        right: 100px;
        margin-top: -153px;
    }

.sidenav-title {
    font-size: 80pt;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.modal-title {
    font-weight: bolder;
}

.popover {
    z-index: 2010;
}

[col-id=health].ag-column-hover {
    overflow: visible
}

div.DTS div.dataTables_scrollBody {
    background: none !important;
}

.nav-tabs > li.active > a {
    box-shadow: none;
}

#MovimentarMAX .nav-tabs {
    background-color: #f2f2f2 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #MovimentarMAX .nav-tabs > li.active > a {
        margin-top: 0px !important;
        font-size: 14px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-width: 0px !important;
        padding-top: 11px;
    }

#MovimentarMAX .nav > li > a:hover {
    text-decoration: none;
    background-color: #e6e6e6;
}

#MovimentarMAX .nav > li.active > a:hover {
    background-color: #FFF;
}

.bordaArredondataAbas {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.btnMAX {
    /*box-shadow: #eeeeee 5px 5px inset;*/
    height: 45px;
    width: 50px;
    border-radius: 10px;
}

.margin-bottom30 {
    margin-bottom: 35px;
}

.btn-circle2 {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.popover {
    max-width: none !important;
}

.linha-aceitacao-argumentos {
    vertical-align: middle !important;
    min-height: 25px;
}

.btn-header a > span {
    line-height: unset;
    height: unset;
}

/*Custon Fieldset*/
fieldset {
    border: 1px solid #ddd !important;
    margin: 0 2px 10px;
    padding: 0.35em 0.625em 0.10em;
}

legend {
    border: none;
    font-size: 1.5rem;
    width: auto;
    margin-bottom: 0;
    font-weight: bold;
    color: #6d6a69;
}

/*Custom ckeditor*/
.custom-ckeditor {
    width: 97% !important;
    margin-left: 14px !important;
}

.imgSlider {
}


.CustomTextArea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}




/************************************
    /*Acrescentado por Juliana*/


.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: #568A89;
}


.dd-empty, .dd-item, .dd-placeholder {
    margin-bottom: 19px;
}

.control-label {
    color: #555;
    font-weight: normal;
    text-align: justify;
}

.label-detalhar {
    color: #555;
    font-weight: bold;
    text-align: justify;
}

.btn-primary {
    /*color: #089985;*/
}

.btn-space {
    margin-top: 32px;
    margin-right: 10px;
}

.jarviswidget > div {
    padding-bottom: 15px
}

.dd-handle:hover, .dd-handle:hover + .dd-list .dd-handle {
    background: #f5f5f5 !important;
    box-shadow: rgba(0,0,0,0.1) 1px 1px;
    border: 1px solid #ccc;
    color: #fff !important;
    cursor: pointer;
}

.space-padding {
    padding: 10px
}


.subscript {
    cursor: pointer;
}

.margin-left-80 {
    margin-left: 80px
}

.ui-slider .ui-slider-handle {
    display: none;
}

/******* MENSAGEM CARREGANDO DASHBOARD HOME */
.dashboard-home-loading-Pequeno::before {
    padding-top: 12%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: inherit;
    background: rgba(255,255,255,.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute
}

.dashboard-home-loading-Gif-Pequeno::before {
    content: url(../img/ajax-loader.gif);
    padding-top: 3%;
}

.dashboard-home-loading-Grande::before {
    padding-top: 18%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255,255,255,.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute
}

.dashboard-home-loading-Gif-Grande::before {
    content: url(../img/ajax-loader.gif);
    padding-top: 19%;
}

.dashboard-home-loading-Medio::before {
    padding-top: 18%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255,255,255,.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute
}

.dashboard-home-loading-Gif-Medio::before {
    content: url(../img/ajax-loader.gif);
    padding-top: 5%;
}


.label-reprovada {
    background-color: #a57225;
}

/*******/

.CampoObrigatorioReq {
    color: #ff0000;
}



/*-------------------Switch Customizado-----------*/
.switch-custom {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 90px;
}

    .switch-custom input {
        display: none;
    }

.slider-custom {
    background-color: #d84141;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider-custom:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 26px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 26px;
    }

input:checked + .slider-custom {
    background-color: #089985;
}

    input:checked + .slider-custom:before {
        transform: translateX(55px);
        -webkit-transform: translateX(55px);
        -ms-transform: translateX(55px);
    }


    input:checked + .slider-custom .on {
        display: block;
    }

    input:checked + .slider-custom .off {
        display: none;
    }

.slider-custom.round-custom {
    border-radius: 34px;
}

    .slider-custom.round-custom:before {
        border-radius: 50%;
    }


.logo-webjur {
    margin-top: -3px;
    margin-left: 73px;
}

/*CSS Telas MaxII*/

.checkbox, .radio {
    margin-left: 23px;
}

.inativo {
    background: #ccc;
}

.dd-handle h4 {
    font-size: 15px;
}

.inativo h4 {
    color: #4d4d4d !important;
    font-size: 15px;
}

.perguntas {
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 10px;
    font-weight: bold;
}

.divider {
    margin-bottom: 25px;
}

a:link {
    /*color: #089985;*/
    text-decoration: none;
}

.icon-processo {
    margin-right: 5px;
    margin-top: 5px;
}

.datepicker:disabled {
    background-color: #f4f4f4 !important;
}


/*CSS NOVAS TELAS DE CADASTRO E VISUALIZAÇÃO D PROCESSOS */

.divider {
    margin-bottom: 25px;
}

.row20px {
    margin-top: 20px;
}

.row-20px {
    margin-top: -20px;
}

.row-23px {
    margin-top: 23px;
}

a {
    color: #089985;
    text-decoration: none;
}

    a:hover {
        color: #089985;
        cursor: pointer;
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }

.col-lg-1-tw {
    width: 11.66%;
}

.visualizar {
    color: #4d4d4d;
}

.icon-processo {
    margin-right: 5px;
    margin-top: 5px;
}

.visualizar-icon {
    margin-right: 8px;
    margin-top: 20px;
}

.form-control {
    color: #444;
}

.select2-container .select2-choice {
    color: #444;
}

.select2-default {
    color: #444 !important;
}

.error-message {
    color: red;
    display: block; 
    margin-top: 5px;
}
.error-message2 {
    color: red;
    display: block;
    margin-top: 5px;
}
/************************************
/*---------------------------------------------------------*/

.modal-header h4 {
    font-size: 18px !important;
}
/*****************************


    ********END HOME CUSTOM LAYOUT********************************************/
.select2ContaGerencial:focus {
    clip: rect(0 0 0 0) !important;
    padding: 0 !important;
    left: 1px;
}

.border-tab-selected {
    /*border-top: 1px solid #ddd !important;*/
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.grey {
    color: #444 !important;
}

.ag-header-cell-label {
    justify-content: center !important;
}

.ag-cell {
    text-align: center;
}

.invalid {
    color: #a90329 !important;
}

.tablePadding1px > tbody > tr > td, .tablePadding1px > tbody > tr > th, .tablePadding1px > tfoot > tr > td, .tablePadding1px > tfoot > tr > th, .tablePadding1px > thead > tr > td, .tablePadding1px > thead > tr > th {
    padding: 3px 10px !important;
}