.bold {
    font-weight: bold;
}

.tabs-container .nav-custom {
    border-bottom: 1px solid #b1afaf;
}

.loading-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.tabs-container .nav-custom > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #b1afaf;
    border-bottom-color: transparent;
}

.ibox-action {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 6px 15px 7px;
    height: 48px;
}

.dataTables_filter,
.dataTables_paginate {
    text-align: right;
}

.profile-element span.clear {
    z-index: 0;
}

.tree ul li div {
    float: left;
}

.tree ul li div a {
    margin-left: 3px;
}

.tree ul li label {
    max-width: 65%;
    font-size: 12px;
    font-weight: 500;
}

#telaarvore {
    border-right: 1px solid #e7eaec;
}

#telaarvore fieldset legend {
    display: none;
}

.chosen-container {
    width: 100% !important;
}

/*.navbar {*/
/*  position: relative;*/
/*  min-height: 50px;*/
/*}*/
/*.navbar:before,*/
/*.navbar:after {*/
/*  content: " ";*/
/*  display: table;*/
/*}*/
/*.navbar:after {*/
/*  clear: both;*/
/*}*/
.navbar .navbar-devider {
    display: block;
    width: 20px;
    height: 5px;
}
.navbar-center {
    float: left;
    /** Teste  width: 40%; */
    width: 55%;
}
.navbar-center li {
}
.navbar-center .header-nav {
    width: 100%;
}
.navbar-left a {
    float: left;
}
.navbar-left .header-nav {
    margin-left: 6px;
}
.navbar-right {
    float: right;
}
.navbar-right .header-nav {
    display: inline-block;
    float: left;
}
.navbar-center .header-nav {
    display: inline-block;
    float: left;
    /** teste */
    height: 60px;
}
.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-right .header-nav-toggle {
    margin-left: 0;
}
.header-nav {
    margin: 0 12px;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.header-nav > li {
    position: relative;
    display: block;
    padding: 14px 0 14px 12px;
    float: left;
}
.header-nav > li:first-child {
    padding-left: 0;
}
.header-nav > li > a {
    position: relative;
    display: block;
}
.header-nav > li > a:hover,
.header-nav > li > a:focus {
    text-decoration: none;
}
.header-nav > li.disabled > a {
    color: #969c9c;
}
.header-nav > li.disabled > a:hover,
.header-nav > li.disabled > a:focus {
    color: #969c9c;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.header-nav .open > a,
.header-nav .open > a:hover,
.header-nav .open > a:focus {
    background-color: #e5e6e6;
    border-color: #0aa89e;
}
.header-nav > li > a > img {
    max-width: none;
}
.header-nav .btn-icon-toggle:hover {
    background-color: rgba(12, 12, 12, 0.07);
}
.header-nav .navbar-search {
    float: right;
}
.header-nav .header-nav-brand {
    display: inline-table;
    padding: 0;
    height: 64px;
}
.header-nav .header-nav-brand .brand-holder {
    display: table-cell;
    vertical-align: middle;
}
.header-nav .header-nav-brand a {
    text-decoration: none;
}
.header-nav-profile .dropdown {
    padding: 0;
}
.header-nav-profile .dropdown > a {
    position: relative;
    min-height: 64px;
    padding: 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.header-nav-profile .dropdown > a:after {
    /* content: "\f107";
    position: absolute;
    *margin-right: .3em;
    right: 10px;
    top: 22px; */
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.header-nav-profile .dropdown > a .ink {
    background-color: rgba(83, 88, 88, 0.15);
}
.header-nav-profile .dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}
.header-nav-profile .dropdown .profile-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 10px;
    line-height: 15px;
    color: #212529;
}
.header-nav-profile .dropdown.open > a > span {
    color: #313534 !important;
}
.header-nav-profile .dropdown .profile-info small {
    display: block;
    opacity: 0.5;
}
.header-nav-profile .dropdown .dropdown-menu {
    min-width: 100%;
}
.header-nav-profile .dropdown.open {
    color: #313534;
}
.header-nav-profile .dropdown.open > a {
    margin-top: 6px;
    padding: 6px 12px 12px 12px;
    min-height: 58px;
    background-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.header-nav-profile .dropdown.open > a:after {
    top: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-nav-profile .dropdown.open .dropdown-menu {
    margin-top: -1px;
    border-top: none;
}
.header-nav-options .dropdown > a .badge {
    position: absolute;
    font-size: 10px;
    top: -1px;
    right: 4px;
}
.header-nav-options .dropdown .dropdown-menu {
    top: 14px;
}
@media (min-width: 1200px) {
    .menubar-first.menubar-pin .header-nav .header-nav-brand {
        display: none;
    }
    .menubar-first.menubar-pin #header {
        left: 240px;
    }
}
@media (min-width: 769px) {
    .menubar-first #header .menubar-toggle {
        display: none;
    }
    .menubar-first #header {
        left: 64px;
    }
}
@media (max-width: 768px) {
    #header {
        position: relative;
    }
    .header-fixed #header {
        position: relative;
    }
    .header-fixed #header:before {
        content: '';
        z-index: 0;
        position: fixed;
        top: 0;
        display: block;
        width: 100%;
        height: 64px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    }
    .navbar .dropdown-menu {
        position: relative;
    }
    .navbar-left {
        float: left;
        width: 65px;
        z-index: 1011;
        height: 64px;
    }
    .navbar-center .header-nav {
        width: auto;
    }
    .header-fixed .navbar-left {
        position: fixed;
    }
    .navbar-center {
        height: 64px;
        width: 45%;
        float: right;
        background: #ffffff;
        border-bottom: 1px solid #e5e6e6;
    }
    .navbar-right {
        position: absolute;
        right: 10px;
        top: 0;
        float: none !important;
    }

    .navbar-right .count-info {
        right: 50px;
    }

    .mini-navbar .navbar-static-side .slimScrollDiv {
        /* overflow: hidden !important; */
    }
    .mini-navbar .navbar-static-side .sidebar-collapse {
        /* overflow: hidden !important; */
    }
    .fixed-sidebar.mini-navbar li.active .nav-second-level,
    .canvas-menu.mini-navbar li.active .nav-second-level {
        left: 0px !important;
    }
    body.fixed-sidebar.mini-navbar .nav-label,
    body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
    body.canvas-menu.mini-navbar .nav-label,
    body.canvas-menu.mini-navbar .navbar-default .nav li a span {
        display: inline;
    }
    .navbar-right .header-nav-options {
        margin-right: 12px;
        float: right;
    }
    .navbar-right .header-nav-profile {
        position: absolute;
        float: left;
    }
    .header-nav-profile .dropdown > a:after {
        display: none;
    }
    .navbar-right .header-nav-toggle {
        position: absolute;
        z-index: 1012;
        top: -64px;
        right: 0;
    }
    ul.header-nav.header-nav-options li:nth-child(2) {
        width: 40px !important;
    }
    .header-fixed .navbar-right .header-nav-toggle {
        position: fixed;
        top: 0;
    }
    .navbar-left .header-nav {
        margin-left: 12px;
    }
    .header-nav-profile .dropdown img {
        width: 40px;
    }
    .header-nav-profile .dropdown .profile-info {
        padding-left: 0;
        padding-right: 30px;
    }
    .navbar-search {
        position: relative;
        z-index: 1;
    }
    .navbar-search.expanded .form-group {
        max-width: 100%;
        width: 480px;
    }
    .modal-lg {
        width: 100% !important;
        margin: 0px;
        padding: 10px;
    }
    .panel-body .profile-pic {
        width: 80px !important;
        height: 80px !important;
    }
}
#header.header-inverse {
    background: #242a31;
    color: rgba(255, 255, 255, 0.6);
}
.header-inverse .header-nav .btn-icon-toggle:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
    .header-inverse .navbar-left {
        background: #242a31;
        border-bottom-color: rgba(255, 255, 255, 0.15);
    }
    .header-inverse .navbar-right {
        background: #242a31;
    }
}
.dropdown-header {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.6;
    display: block;
    padding: 15px 20px 5px 20px;
    line-height: 1.846153846;
    color: #969c9c;
    white-space: nowrap;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
    margin: 0px;
}
.header-nav > li:first-child {
    padding-left: 0;
}
.header-nav .header-nav-brand {
    display: inline-table;
    padding: 0;
    height: 64px;
}
.nav-second-level li a {
    padding-left: 25px;
}
ul.nav-second-level {
    background: #fcfdfe;
}
/*
.nav-third-level li a {
	padding-left: 35px;
}
*/
.chosen-drop {
    text-align: left;
}
.navbar-default {
    position: fixed;
}
.dz-preview {
    display: none;
}
.page-heading {
    padding: 0px 10px 10px 10px;
}
.dtree {
    margin-top: 15px;
}
.input-group-addon span {
    width: 15px;
}
.input-group-addon {
    border-left: 1px solid #b1afaf !important;
    border-top: 1px solid #b1afaf !important;
    border-bottom: 1px solid #b1afaf !important;
}
.tituloFormulario {
    padding: 10px 5px 5px 20px !important;
    margin-top: 10px;
    border-top: 2px solid #e3e3e3;
}
.mini-navbar .nav-second-level li {
    width: 200px;
}
.nav > li > a i {
    width: 12px;
}
.btn-group .btn-default:hover,
.btn-group .btn-default:focus,
.btn-group .btn-default:active,
.btn-group .btn-default.active,
.btn-group .open .dropdown-toggle.btn-default {
    background-color: #3276b1;
    border-color: #3276b1;
    color: #ffffff;
}
.btn-group .btn-primary:hover,
.btn-group .btn-primary:focus,
.btn-group .btn-primary:active,
.btn-group .btn-primary.active,
.btn-group .open .dropdown-toggle.btn-primary {
    background-color: gray;
    border-color: gray;
    color: #ffffff;
}

/*
    Correï¿½ï¿½o para os botï¿½es do elemento radio do tipo Sim e Nï¿½o apareï¿½am da cor
    cinza quando desativado e verde quando ativado.
    label.btn.btn-primary.active
*/
/*
    Correï¿½ï¿½o para os botï¿½es do elemento radio do tipo Sim e Nï¿½o apareï¿½am da cor
    cinza quando desativado e verde quando ativado.
    label.btn.btn-primary.active
*/
label.btn.btn-primary {
    background-color: gray;
    border-color: gray;
}

label.btn.btn-primary.active {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.navbar-listagem {
    margin-top: -62px;
    float: right;
    position: relative;
}
section .form-group .btn-group {
    margin-left: 15px;
}
.form-actions {
    padding-left: 10px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.danger {
    color: #ef5352 !important;
}
.primary {
    color: #1c84c6 !important;
}
-webkit-baseline-.info {
    color: #23c6c8 !important;
}
.warning {
    color: #f8ac59 !important;
}
.success {
    color: #1ab394 !important;
}
.database-info {
    display: block;
    vertical-align: -webkit-baseline-middle;
    color: #fff;
}

.form-control,
.single-line,
.checkbox label::before,
.radio label::before,
.chosen-choices {
    border: 1px solid #b1afaf;
    opacity: 1 !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.chosen-disabled .chosen-choices {
    border: 1px solid #b1afaf !important;
}

.chosen-disabled,
.chosen-disabled .chosen-choices {
    background: #eee;
    opacity: 1 !important;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* .ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #B1AFAF !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #1c84c6;
	border: 1px solid #1c84c6 !important;
	border-radius: 10px;
}

.ui-slider-range {
	background: #1c84c6 !important;
} */

.tour-step-background {
    background: transparent !important;
}

.popover[class*='tour-'] {
    z-index: 1200;
}

.nav.tour-step-backdrop {
    z-index: 1200;
    background: #fff !important;
}

.popover[class*='tour-'] {
    z-index: 1200;
}

.popover-title {
    font-size: 16px;
    font-weight: bold;
}

.popover-content {
    font-size: 14px;
}

.tour-backdrop {
    opacity: 0.3 !important;
}

@media (max-width: 1024px) {
    .navbar-right {
        width: 25%;
    }
    .header-nav-profile .dropdown .profile-info {
        width: 75%;
    }
    ul.header-nav.header-nav-options li:nth-child(2) {
        width: 40%;
    }
}

.ibox-footer {
    padding: 10px 15px 8px 25px;
}

.btn-campo {
    background-color: #fff !important;
    color: #666 !important;
}

label.btn.btn-campo.active {
    color: #fff !important;
}

@media print {
    #tarja-aviso-19358 {
        display: none !important;
    }

    #msg_ambiente {
        display: none !important;
    }

    #nao_imprimir {
        display: none !important;
    }

    .nav {
        display: none !important;
    }
}

/** A PARTIR DAQUI ESTAVA No cabecalho_bootstrap_v4.inc direto na tag <style> **/

* {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
}

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
    /*margin-top: 66px;*/
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
    /* teste background-color: #DCDCDC;*/
    background-color: #2a3f54;
    font-size: 11px !important;
    color: #676a6c;
    overflow-x: hidden;
}

.table-responsive td {
    font-size: 11px !important;
}

.table-responsive th {
    font-size: 11px !important;
}

.border-bottom {
    border-bottom: 1px solid #dddddd !important;
}
.header-nav-profile .dropdown .profile-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 10px;
    line-height: 15px;
    color: #212529;
}
.database-info {
    color: #212529;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
/*Cor de fundo do item pai*/
.nav > li.active > a {
    /*Teste
    color: #212529;
    */
    color: #fff;
}
/*Ao passar o mouse*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    /** Teste
    background-color: #d5edf5;
    color:#212529;
    border-left: 4px solid #1c84c6;
     */
    background-color: rgb(55, 74, 94);
    color: #fff;
    /*border-left: 4px solid #1c84c6;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#navbar-fixed-top {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #e6e6e6 !important;
    margin: 0px;
    height: 71px;
    /* teste background-color: #DCDCDC;*/
    background-color: #2a3f54;
}
/*Níveis de menu*/
.nav > li > a {
    /* teste color: #212529;*/
    color: #e7e7e7;
    font-weight: 600;
    padding: 9px 20px 13px 25px;
    /*font-size: 12.5px;*/
}
.nav > li.active {
    /*border-left: 4px solid #1c84c6;*/
    /** Teste
    background: #ffffff;
     */
    /*background-color: rgb(55, 74, 94);*/
}

.nav > li.active > a {
    /*background-color: rgb(55, 74, 94);*/
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
    /* teste background-color: #ffffff;*/
    background-color: #2a3f54;
    /* teste
    color:#212529;
     */
    color: #fff;
}
.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    /*background-color: #6ebb44;*/
    /* teste background-color: #DCDCDC;*/
    background-color: #2a3f54;
    padding: 4px;
    /*font-size: 12px;*/
}
.nav-second-level li:last-child {
    padding-bottom: 0px;
}
.metismenu .collapse {
    display: none;
    background: white;
}

/*Cor do menu filho - Níveis de menu*/

.nav-third-level {
    background-color: #f0f0f0;
}

/*Cor do houve menu filho*/
.nav-third-level > li > a {
    padding-left: 40px;
    /* teste background-color: #f0f0f0;*/
    background-color: #2a3f54;
    /*font-size: 11.5px;*/
}
.nav-fourth-level > li > a {
    padding-left: 60px;
    /*font-size: 10.5px;*/
}

.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';

    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    color: black;
}
.active {
    /*background-color: #e3e3e3;*/
}

div#chosen_sistema_chosen {
    background-color: #f5f5f5;
}

.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 4px 12px;
    position: relative;
    width: 100%;
    border: 1px solid #b1afaf;
}
.chosen-container-single .chosen-single span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.chosen-container-single .chosen-drop {
    border-radius: 0px;
}

.chosen-container-single .chosen-drop {
    border-radius: 0px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    font-size: 12px;
}

.btn-primary {
    color: #fff;
    /*background-color: #35b44a;*/
    border-color: #1ab394;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '\f0c9';
    color: azure;
}
.fa-search:before {
    content: '\f002';
    color: white;
}
.header-nav-profile .dropdown > a:after {
    color: #1c84c6;
}

.header-nav-profile .dropdown.show > a {
    margin-top: 6px;
    padding: 6px 12px 12px 12px;
    min-height: 58px;
    background-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.navbar-form-custom {
    width: auto !important;
    float: right !important;
}

.dropdown-menu-usuario {
    border-radius: 0px 0px 3px 3px !important;
}

.logo-sis {
    width: 200px;
    text-align: center;
}

.navbar-form-custom .form-group {
    padding: 12px 0px 0px 30px !important;
}

@media (max-width: 768px) {
    .navbar .dropdown-menu.dropdown-menu-usuario {
        position: absolute;
    }
    .header-nav-profile .dropdown .profile-info {
        /*display: none!important;*/
    }
    .navbar-minimalize.minimalize-styl-2 {
        display: inline-block !important;
        margin: 18px !important;
    }
    .mini-navbar .nav .nav-second-level {
        position: relative;
        background-color: #6ebb44;
        padding: 0px !important;
        left: 0px !important;
    }
    .mini-navbar .nav-second-level li {
        width: auto !important;
    }
    .dropdown-menu.dropdown-menu-usuario .select-modulo-responsivo {
        display: block !important;
        padding: 12px;
    }
    .govsp-desktop {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .navbar.white-bg.navbar-fixed-top ul.header-nav.header-nav-profile {
        margin: 0px !important;
        padding: 0px !important;
    }
    .navbar.white-bg.navbar-fixed-top
        ul.header-nav.header-nav-profile
        li.dropdown {
        margin: 0px !important;
        padding: 0px !important;
    }
    .header-nav-profile .dropdown .profile-info {
        display: none;
        margin-right: 10px;
    }
    .header-nav-profile .dropdown .fa-caret-down {
        display: none;
    }
    .navbar .dropdown-menu.dropdown-menu-usuario {
        left: -200px;
        width: 264px;
    }
    .logo-sis {
        width: 100px;
        margin-left: 30px;
    }
    .navbar-minimalize {
        margin-left: 20px;
    }
}

.form-group.hidden {
    display: none !important;
}

ul.nav.nav-tabs.nav-custom {
    background: #fff !important;
    padding: 10px 5px 0px 10px !important;
    border-bottom: 1px solid #cccccc73 !important;
}

.ibox-title {
    padding: 10px 15px 10px 15px !important;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    /* teste width: 100%;*/
}

.note-editor .note-toolbar.btn-toolbar .caret {
    display: none !important;
}

select.form-control:not([size]):not([multiple]) {
    /*height: 2.25rem;*/
}

.has-error .chosen-container.chosen-container-single a.chosen-default {
    border-color: #ed5565 !important;
}

.has-error .chosen-container.chosen-container-multi ul.chosen-choices {
    border-color: #ed5565 !important;
}

.nav-third-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li .nav-third-level li a {
    padding-left: 34px !important;
}
.nav-fourth-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li .nav-fourth-level li a {
    padding-left: 44px !important;
}
body.fixed-sidebar.mini-navbar
    .navbar-default
    .nav
    > li
    > .nav-second-level
    li
    a {
    font-size: 13px !important;
}
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px !important;
}

table.table.tabela-listagem tr.remover {
    display: none;
}

@media (max-width: 420px) {
    .navbar.navbar-default.navbar-listagem .navbar-form.navbar-left span {
        display: none;
    }
}

li.pgd-item.active a {
    background: #e3e3e3 !important;
}

.chosen-disabled a.chosen-single {
    border: 1px solid #b1afaf !important;
    background-color: #e9ecef !important;
    cursor: not-allowed !important;
}

.btn-group.btn-group-toggle label.btn.btn-campo.disabled {
    cursor: not-allowed !important;
}

.btn-group button.btn.btn-primary.active {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.btn-group button.btn.btn-primary {
    border-color: #808080 !important;
}

.btn-group button.btn.btn-campo.active {
    color: #fff !important;
}

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

@media (max-width: 500px) {
    ul.nav.nav-tabs.nav-custom li {
        width: 100%;
        text-align: center;
        border-top: 1px solid #e8e8e8;
    }
}

@media (min-width: 768px) {
    .navbar .navbar-header .navbar-form-custom .form-group .form-control {
        min-width: 220px !important;
    }
}
/* .fixed-nav .slimScrollDiv #side-menu {
    border-right: 1px solid rgb(221, 221, 221)!important;
} */
.navbar .navbar-header a.navbar-minimalize.btn.btn-primary {
    margin-bottom: 5px;
}
.titulo-breadcrumb h2 {
    margin-top: 10px;
}

/*
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  width: 188%;
}
.nav-tabs > li > a {
  color: #c3c3c3;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}
a.nav-link.active.show {
  width: 155%;
}
.tabs-container .tabs-left > .nav-tabs a.active, .tabs-container .tabs-left > .nav-tabs a.active:hover, .tabs-container .tabs-left > .nav-tabs a.active:focus {

  width: 230px;
  border-left: 10px solid #1c84c6;
}
.active {
  background-color: #f3f3f4;
}

.nav-tabs .nav-link:not(.active):focus, .nav-tabs .nav-link:not(.active):hover {
  width: 230px;
  border-left: 10px solid #1c84c6;
  background-color: #dfffbc;

}
#tamanho{
  color: #f3f3f4;
}
*/

.text-green {
    color: #1c84c6;
}

.ibox ul.nav.nav-tabs.nav-custom li:hover {
    background: #fbfbfb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #040404 !important;
    border: none !important;
    background: #ffffff !important;
    cursor: pointer !important;
}

.btn-outline {
    border: 1px solid;
}

.btn-limpar {
    border: 1px solid;
}

.avisoSimulandoUsuario {
    position: fixed;
    z-index: 2029;
    border: 0px solid #e11919;
    background: #bd5a5a;
    width: 100%;
    padding: 3px 0px 3px 15px;
    margin-left: -15px;
    color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .avisoSimulandoUsuario {
        position: fixed;
        z-index: 2029;
        border: 0px solid #e11919;
        background: #bd5a5a;
        width: 100%;
        padding: 3px 0px 3px 15px;
        margin-left: -15px;
        color: #ffffff;
    }
}

.navbar-extented {
    margin-left: 14.5% !important;
}

.btn-muda-sistema {
    color: #fff !important;
}

.panel-modal-user {
    border-color: #000;
}

.panel-modal-user > .panel-heading {
    background-color: #000;
    border-color: #000 !important;
    color: #ffffff;
}

#custom_dt_header {
    text-align: right;
    /*margin-right: 16%;*/
    width: 100%;
}

.loadingTokenize {
    background: url(http://www.xiconeditor.com/image/icons/loading.gif) no-repeat right center;
}

.tox.tox-silver-sink.tox-tinymce-aux{
    z-index: 9999999999999999 !important;
}

.flex-center{
    display: flex;
    justify-content: center;
}