/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

pre.xdebug-var-dump {
    margin-left: 14%;
    margin-top: 12px;
}

html, body.smart-style-6 { background: #EFF0F0; }

html, body {
    height: 100%;
}

body.smart-style-6.deslogado #main { margin-left:0; }

body.smart-style-6 #ribbon {
    background: #FFF;
}

body.smart-style-6 #content {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.bootbox {
    left: 0;
    right: 0;
    margin: auto;
}
.bootbox .modal-dialog {
    margin-top: 25%;
}


body.smart-style-6 .modal .modal-header .close {
    color: #FFFFFF;
    text-shadow: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: red;
    padding: 2px 6px;
    border-radius: 50%;
    transition: 70ms all ease-in-out;
}
body.smart-style-6 .modal .close:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

body.smart-style-6 .popover {
    border: 2px solid rgb(71, 173, 255);
}
body.smart-style-6 .popover.top .arrow {
    border-top-color:rgb(71, 173, 255);
}
body.smart-style-6 .popover.left .arrow {
    border-left-color:rgb(71, 173, 255);
}
body.smart-style-6 .popover-title,
body.smart-style-6 .popover-content {
    padding: 7px 10px;
}

.alert .close { margin-left:5px; line-height: 18px; }

.fixed-header {
    padding-top: 49px;
}
.fixed-header #main {
    margin-top: 0;
}

.header-dropdown-list>li>.dropdown-toggle.big {
    margin-top:14px;
}

#logo-group.notificacoes-container {
    margin: 0 6px 0 9px;
    float: right;
    width:auto!important;
}

.ajax-dropdown {
    left:auto;
    right:20px;
}

.ajax-dropdown:before, .ajax-dropdown:after {
    sleft:50px;
    display:none;
}

.jarviswidget.fill-body-height .widget-body {
    min-height: calc(100vh - 313px);
    overflow: auto;
}
.jarviswidget header h2 {
    width:auto;
}

.smart-form legend:first-child {
    padding-top:0px;
}

.smart-form fieldset:first-child {
    padding-top: 5px;
}

body.smart-style-6 .smart-form label.control-label {
    font-weight: bold;
}

body.smart-style-6 .smart-form .select:not(.disabled) select:hover {
    font-weight: bold;
}

body.smart-style-6 .smart-form select:disabled,
body.smart-style-6 .smart-form .select.disabled i,
body.smart-style-6 .smart-form input:disabled,
body.smart-style-6 .smart-form .textarea textarea:disabled {
    border-color: #BDBDBD!important;
    background: #f5f5f5;
    color: #999;
    box-shadow:none;
}

body.smart-style-6 .smart-form .textarea textarea:disabled {
    padding: 5px!important;
}

body.smart-style-6 .ajax-notifications {
    background: #E9E9E9;
}

#speech-btn body.smart-style-6>:first-child body.smart-style-6>a+.popover, body.smart-style-6 .ajax-dropdown {
    -webkit-box-shadow: 0 0 30px rgba(140, 140, 140, 0.75);
    -moz-box-shadow: 0 0 30px rgba(140, 140, 140, 0.75);
    box-shadow: 0 0 30px rgba(140, 140, 140, 0.75);
}

tbody th {
    background: #f5f5f5;
}

#boxFiltraMenu {
   margin:10px 0!important;
}

.modal.ui-draggable .modal-header {
    cursor: move;
}

.highlight { background-color: yellow }

.btn-header>:first-child>a.block { line-height: 48px!important; display:inline; }

/* QUANDO NAO EXISTE A DIV CAD-AND-SEARCH ELE COLOCA MARGIN NO GRID DO WIDGET */
body.smart-style-6 #content > #widget-grid {
    margin-top: 10px;
}

/*.container .alert:first-child {
    margin-top: 5px;
}*/

.cad-and-search { margin-top: 10px; }

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.modal { overflow: auto; }

.modal.footer-center .modal-footer { text-align: center; }

#jarviswidget-fullscreen-mode #widget-grid {
    overflow: auto;
    height: 100%;
}

#select-aplicacoes {
    min-height: 150px;
}

#grid-aplicacoes { margin:5px 13px 0 13px; transition: box-shadow 200ms ease-in-out; }
#grid-aplicacoes.fix-scroll-padding {  border-bottom: 1px solid #ddd; }
.small-grid {
    max-height:200px;
    overflow: auto;
}
#grid-aplicacoes.fix-scroll-padding #body-grid-aplicacoes { margin-right: -10px; }

#grid-aplicacoes.glow {
    box-shadow: 0px 0px 0 2px #58C1FF;
}
#grid-aplicacoes.glow label.checkbox i {
    box-shadow: 0px 0px 20px rgba(0, 161, 255, 0.66);
}
.limparBusca {
    display:none;
    position: absolute;
    right: 27px;
    top: 6px;
    font-size: 14px;
    cursor:pointer;
    color: #FD4949;
}
#nenhumResultadoAplicacoesAcesso {
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}

.buscaPrincipal {
    top:0;
    right:30px;
}
.buscaPrincipal i {
    top: 0!important;
    color: #777777!important;
}

.icon-margin-left { margin-left: 5px; }
.icon-margin-right { margin-right: 5px; }

.frm-login {
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:45px;
}

.no-margin-bottom { margin-bottom: 0; }
.no-padding-right { padding-right: 0; }

.btn-header>:first-child>a {
    cursor:pointer!important;
}

body.smart-style-6 #header {
    background: #35454d;
}

.fixed-header #header {
    box-shadow: none;
}

.block-ui-modal, .block-ui-modal-item-inconsistentes {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=5);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 3;
}

body.smart-style-6.no-menu #logout {
    display: block!important
}

body.smart-style-6 .page-footer {
    height: 39px;
    padding-top: 11px;
    padding-bottom: 13px;
}

.margin-right-13 {
    margin-right:13px;
}

.MessageBoxMiddle {
    left: 10%;
    width: 80%;
}

.jarviswidget .widget-body { min-height: auto; }

header .progress {
  margin: 9px 0 0 0;
  left: 10px;
  width: 200px;
  float:left;
}

.minified #hide-menu {
    display: inline-block!important;
}

body.smart-style-6 #hide-menu i {
    color:#FFFFFF;
}

.hidden-menu #hide-menu>:first-child>a {
    background: #498090;
}

body.smart-style-6.deslogado #main {
    min-height: auto;
}

body.smart-style-6.deslogado .alerta-localhost {
    float:none!important;
    text-align: center;
}

body.smart-style-6 .dropdown-menu>li>a.info:hover {
    background: transparent;
    color: #333;
    cursor: initial;
}

body.smart-style-6 .smart-form .radio,
body.smart-style-6 .smart-form .checkbox {
    line-height:normal;
    min-height:auto;
}
body.smart-style-6 .smart-form .radio input:checked+i {
    border-color:#3276B1;
}

#overlayBodyLeftPanel {
    display:none;
}

#btnFecharLeftPanel {
    background: #455A64;
}

#left-panel .dados-instituicao {
    PADDING: 10px;
    background: white;
    box-sizing: initial;
    margin-Right: 0px;
}
#left-panel .dados-instituicao img.img-responsive {
    margin-top: 5px;
}

body.smart-style-6 .txt-color-magenta, body.smart-style-6 nav ul li.active>a:before {
    color: #F3216D!important;
}

body.smart-style-6 nav>ul>li>a {
    padding: 14px 14px 14px 15px;
}

nav>ul>li>a b {
    right: 14px;
}

nav ul ul li>a {
    padding-left: 35px;
}

.loadingCollection {
    opacity:0.4;
    filter: alpha(opacity=40);
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
}

#carregandoCollection .widget-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
#carregandoCollection .widget-body .fa-spin {
    vertical-align: middle;
    margin-right:10px;
}

table#planoContaItemTable, table#balanceteItemTable {
    background: #FFF;
}

#brasao-loginform {
    border: 1px solid #ccc;
    padding: 6px;
    background: white;
}

#filter { background: #FFFFFF; }

#newButtonContainer .btn + .btn {
    margin-left: 5px;
}

/* para separar as colunas verticalmente da busca avançada */
.painel-busca-avancada .panel-body .control-label {
    margin-top:5px;
}
.painel-busca-avancada .panel-body label.checkbox span {
    line-height: 25px;
}

.painel-busca-avancada .panel {
    margin-bottom: 10px!important;
}


.visible-on-minified { display:none; }
body.smart-style-6.minified .hide-on-minified { display:none; }
body.smart-style-6.minified .visible-on-minified { display:block; }

body.smart-style-6.minified nav>ul>li {
    border-color:transparent;
}
body.smart-style-6.minified nav>ul>li>a {
    padding: 14px;
}

body.smart-style-6:not(.minified) ol.breadcrumb li:first-child {
    margin-left: 10px;
}

body.smart-style-6 nav ul li li.active>a:before {
    top:5px;
}

body.smart-style-6.minified .minifyme {
    position: relative;
    height: 40px;
    line-height: 40px;
}
body.smart-style-6.minified nav ul li.active>a:before {
    right: -20px;
}
.minified nav>ul>li>ul { min-height: 60px; }
body.smart-style-6.minified nav>ul>li>ul { background: #FFFFFF; }

body.smart-style-6 .fieldset[disabled] .form-control, body.smart-style-6 .form-control[disabled], body.smart-style-6 .form-control[readonly], body.smart-style-6 .smart-form .select select, body.smart-style-6 .smart-form .textarea textarea {
    border-bottom: 1px dashed #aaa;
}

body.smart-style-6 .select2-selection__rendered {
    padding-left: 5px;
}

.select2-container .select2-choice, .select2-selection {
    border:1px solid transparent;
    border-bottom: 1px dashed #aaa;
}

.select2-container .select2-choice .select2-arrow, .select2-selection__arrow {
    border-color: transparent;
    background: transparent;
}

.select2-container .select2-selection:focus {
    border-bottom-color: #2196F3;
}

.select2-container--open .select2-selection, .select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-container--open .select2-dropdown, .select2-drop-active {
    border-color:#2196F3;
}

.select2-results li {
    padding:5px;
    cursor:default;
}

.select2-results .select2-highlighted, .select2-results__option--highlighted
.select2-results .select2-highlighted, .select2-results__option--highlighted {
    background:#2196F3;
}


body.smart-style-6 .dropdown-menu>.disabled.active>a,
body.smart-style-6 .dropdown-menu>.disabled:hover>a,
body.smart-style-6 .dropdown-menu>.disabled>a:focus {
    color: #848484!important;
    background: #D9D9D9!important;
}

body.smart-style-6 .dropdown-toggle.disabled.btn-default {
    background: #f5f5f5;
    color: #999;
    border: none;
    border-bottom: 1px #bdbdbd solid;
    opacity: 1;
}


/* para quebrar as linhas das opções do bootstrap-select (exemplo em item dos planos de contas) */
body.smart-style-6 .dropdown-menu {
    overflow-x: hidden;
}
body.smart-style-6 .dropdown-menu>li>a {
    white-space: normal;
    min-width: 300px;
}
body.smart-style-6 .bootstrap-select .dropdown-toggle .filter-option {
    max-width: calc(100vw - 175px);
}
body.smart-style-6 .bootstrap-select span {
    white-space: normal;
}

/* tira o cursos de negado dos inputs disabled */
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: default!important;
}


.modal:not(.modal-lg) .modal-body { padding:10px; }

.ui-widget-content { z-index:400000000!important; }

.demo-modal {
    z-index: 2050!important;
}


/* hacks IE */
body.isIE .demo-modal {
    left: 50%;
    margin-left: -25%;
}

/*.modal-lg { width: 100%; }

.modal-lg .modal-content {
    width: 600px;
    left:50%;
    margin-left:-25%;
}*/


.modal-peq { width: 100%; }

.modal-peq .modal-dialog {
    max-width: 800px;
}

body.smart-style-6 .smart-form section {
    margin-bottom: 10px;
}

/* PERSONALIZA CAIXA SUGESTAO JQUERY UI AUTOCOMPLETE */
/*.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background:#2196F3!important;
    color:#FFF !important;
    border-radius:0;
}*/

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #eee!important;
    border: none!important;
    color: #FFF  !important;
    border-radius:0;
    font-weight: normal;
}

@media (max-width: 468px){

    .margin-top-15px-on-xs {
        margin-top: 15px !important;
    }

    #newButtonContainer .btn:not(:first-child) {
        margin-top:10px;
        display: block;
        margin-left: 0!important;
    }

    #newButtonContainer .btn + .btn {
        margin-left: 0;
    }

    .modal {
        padding: 0!important;
        margin-right: -10px;
    }
    .modal-dialog {
        margin:5px;
    }
    .modal-body {
        padding: 10px;
    }

    body.smart-style-6 #logo-group span#activity, body.smart-style-6 .btn-header>:first-child>a {
        margin-right:20px;
    }

    body.smart-style-6 .minifyme {
        margin-top: 500px !important;
        top: 70px!important;
    }

    body.smart-style-6.fixed-navigation #left-panel {
        z-index: 2050!important;
        padding-top: 0;
    }
    body.smart-style-6.hidden-menu.fixed-navigation #left-panel {
        box-shadow: 0 0 15px rgba(0,0,0,0.3);
    }
    body.smart-style-6.hidden-menu #overlayBodyLeftPanel {
        display:block;
    }

    .hidden-xxs {
        display: none!important;
    }
    #header .visible-xxs {
        display:inline-block!important;
    }
    .visible-xxs {
        display:block!important;
    }
    #show-shortcut {
        font-size:70%;
    }
    .fixed-header #header .pull-right {
        float:left!important;
    }
    body.smart-style-6 #content {
        margin-left:0!important;
        margin-right:0!important;
    }
    .container, .container-fluid {
        padding-left:0;
        padding-right:0;
    }
    .fixed-header:not(.deslogado) {
        padding-top: 99px;
    }
    .fixed-header:not(.deslogado) #header {
        height: 99px;
    }
}

@media (min-width: 768px){
    .checkbox-tributado-center i {
        left:50%!important; margin-left:-25%; margin-bottom: 10px;
    }
    .up-image-preview, #preview { max-height:150px!important; }
    .modal-dialog {
        width: 70%;
    }
    .modal-full-width .modal-dialog {
        width: 90%;
        max-width: 1440px;
    }

    .modal-nested { margin:25px 35px 0 25px!important; }
    /* DESCOBRIR PQ REMOVI AS MARGENS ACIMA? VER O PORQUE TEM ISSO AQUI
    .modal-nested { margin-top:25px; }*/
}

@media (max-width: 768px){

    .block-md { display:block; }

    body.smart-style-6.scroll #header {
        margin-top: -100px;
    }
    body.smart-style-6 #header {
        transition: all 200ms ease-in-out;
    }

    body.smart-style-6 #content {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
    }

    .fixed-header {
        padding-top: 59px;
    }

    .margin-bottom-13px-on-xs { margin-bottom: 13px; }

    #no-more-tables tr {
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
        border-bottom: 2px solid #2196F3;
        border-top: none
    }
    #no-more-tables tr:first-child {
        border-top: 2px solid #2196F3
    }
    #no-more-tables table,
    #no-more-tables tbody,
    #no-more-tables td,
    #no-more-tables th,
    #no-more-tables thead,
    #no-more-tables tr {
        display: block
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%!important;
        white-space: normal;
        text-align: left;
        min-height: 18px
    }
    #no-more-tables tr td:last-child {
        border-bottom: none
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
        content: attr(data-title)
    }

    #no-more-tables td.edit {
        width: auto!important;
    }
}

@media (max-width: 968px) {
    body.smart-style-6:not(.minified) #left-panel .minifyme {
        display: none;
    }
}

@media (min-width: 968px) {
    .pull-right-lg {
        float:right;
    }
}



/* proprioUsuario topop */
#header li.active .dropdown-toggle {
    background: #126EB7;
    padding: 5px 9px;
    margin-top: 9px;
    border-radius: 4px;
}

.table>tbody>tr.active>td {
    border-color:transparent!important;
}

.single-item.table-condensed.table>tbody>tr>td {
    padding-left: 30%!important;
}
.single-item.table-condensed.table>tbody>tr>td.edit {
    width:auto!important;
}

.single-item tr {
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    border-bottom: 2px solid #2196F3;
    border-top: none
}
.single-item tr:first-child {
    border-top: 2px solid #2196F3
}
.single-item table,
.single-item tbody,
.single-item td,
.single-item th,
.single-item thead,
.single-item tr {
    display: block
}
.single-item thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}
.single-item td, .single-item .table-condensed.table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%!important;
    white-space: normal;
    text-align: left;
    min-height: 18px
}
.single-item tr td:last-child {
    border-bottom: none
}
.single-item td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 700;
    content: attr(data-title)
}

.single-item td.edit {
    width: auto!important;
}

body.smart-style-6 .btn-primary {
    background: #2196F3;
    border-color: #0c7cd5!important
}

body.smart-style-6 .btn-sm {
    padding: 6px 12px;
}

body.smart-style-6 .btn-md {
    padding: 6px 12px;
    font-size: 13px;
}
body.smart-style-6 .btn-md.dropdown-toggle {
    padding-right:25px;
}

body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:focus,
body.smart-style-6 .btn-primary:hover {
    background: #0c7cd5!important
}

body.smart-style-6 .btn-primary.active,
body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-primary {
    border-color: #0c7cd5!important
}

body.smart-style-6 .btn-primary.active.focus,
body.smart-style-6 .btn-primary.active:focus,
body.smart-style-6 .btn-primary.active:hover,
body.smart-style-6 .btn-primary:active.focus,
body.smart-style-6 .btn-primary:active:focus,
body.smart-style-6 .btn-primary:active:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-primary.focus,
body.smart-style-6 .open>.dropdown-toggle.btn-primary:focus,
body.smart-style-6 .open>.dropdown-toggle.btn-primary:hover {
    background: #0c7cd5!important;
    border-color: #0c7cd5!important
}

body.smart-style-6 .btn-warning {
    background: #FF9800;
    border-color: #cc7a00!important
}

body.smart-style-6 .btn-warning:active,
body.smart-style-6 .btn-warning:focus,
body.smart-style-6 .btn-warning:hover {
    background: #cc7a00!important
}

body.smart-style-6 .btn-warning.active,
body.smart-style-6 .btn-warning:active,
body.smart-style-6 .btn-warning:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-warning {
    border-color: #cc7a00!important
}

body.smart-style-6 .btn-warning.active.focus,
body.smart-style-6 .btn-warning.active:focus,
body.smart-style-6 .btn-warning.active:hover,
body.smart-style-6 .btn-warning:active.focus,
body.smart-style-6 .btn-warning:active:focus,
body.smart-style-6 .btn-warning:active:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-warning.focus,
body.smart-style-6 .open>.dropdown-toggle.btn-warning:focus,
body.smart-style-6 .open>.dropdown-toggle.btn-warning:hover {
    background: #cc7a00!important;
    border-color: #cc7a00!important
}

body.smart-style-6 .pagination>li>a,
body.smart-style-6 .pagination>li>span {
    color: #03A9F4
}

body.smart-style-6 .pagination>.active>a,
body.smart-style-6 .pagination>.active>a:focus,
body.smart-style-6 .pagination>.active>a:hover,
body.smart-style-6 .pagination>.active>span,
body.smart-style-6 .pagination>.active>span:focus,
body.smart-style-6 .pagination>.active>span:hover {
    color: #fff;
    border-color: #0398db
}

body.smart-style-6 .pagination>li>a:active {
    background: #E3E3E3;
}

body.smart-style-6 .btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: #f32c1e
}

body.smart-style-6 .btn-danger:active,
body.smart-style-6 .btn-danger:focus,
body.smart-style-6 .btn-danger:hover {
    background-color: #ba160a
}

body.smart-style-6 .btn-danger.active,
body.smart-style-6 .btn-danger:active,
body.smart-style-6 .btn-danger:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-warning {
    border-color: #ea1c0d!important
}

body.smart-style-6 .btn-danger.active.focus,
body.smart-style-6 .btn-danger.active:focus,
body.smart-style-6 .btn-danger.active:hover,
body.smart-style-6 .btn-danger:active.focus,
body.smart-style-6 .btn-danger:active:focus,
body.smart-style-6 .btn-danger:active:hover,
body.smart-style-6 .open>.dropdown-toggle.btn-danger.focus,
body.smart-style-6 .open>.dropdown-toggle.btn-danger:focus,
body.smart-style-6 .open>.dropdown-toggle.btn-danger:hover {
    background: #ea1c0d!important;
    border-color: #ea1c0d!important
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #999 !important;
}

body.smart-style-6 .bg-color-blueLight,
body.smart-style-6 .label-primary,
body.smart-style-6 .noUi-connect,
body.smart-style-6 .pagination>.active>a,
body.smart-style-6 .pagination>.active>a:focus,
body.smart-style-6 .pagination>.active>a:hover,
body.smart-style-6 .pagination>.active>span,
body.smart-style-6 .pagination>.active>span:focus,
body.smart-style-6 .pagination>.active>span:hover,
body.smart-style-6 .slider-selection {
    background: #03A9F4!important
}

.bg-color-transparent {
    background: transparent!important;
}

body.smart-style-6 #logo-group>span#logo:before {
    content:'';
}
body.smart-style-6 #logo img {
    display:block;
}

body.smart-style-6 .smart-form .select select {
    padding: 5px;
}

body.smart-style-6 .nav-tabs>li.active>a {
    -webkit-box-shadow: 0 -2px 0 #2196F3 inset;
    -moz-box-shadow: 0 -2px 0 #2196F3 inset;
    box-shadow: 0 -2px 0 #2196F3 inset;
    z-index: 0;
    border-bottom-color: #2196F3;
    background: rgb(245, 245, 245);
}

body.smart-style-6 .nav-tabs.bordered {
    background: #F5F5F5;
    border: 1px solid #ddd;
}

.smart-form .badge { padding: 3px 7px; }

table.collection th:not(#header_Edit) {
    min-width: 88px!important;
}

table.collection th:hover:not(#header_Edit) {
    cursor: pointer;
    opacity: 1;
    background: #E0F1FF;
}

table.collection td.edit i.fa.fa-pencil {
    margin-right: 2px;
}

table.vertical-align-middle tr td, table.vertical-align-middle tr td i.fa.fa-2x {
    vertical-align: middle;
}

section.legenda {
    margin:13px 0;
    width: 100%!important;
}

th#header_Edit {
    cursor: default;
}

#modelLoader, #modelLoaderItem, #modelLoaderUsuarios, #modelLoaderPlanoConta, #modelLoaderItemInconsistentes,
#loaderItem, #loaderItemInconsistentes, #loaderUsuarios {
    display: inline-block;
    width: 120px;
    margin: -1px 10px;
}

.modal .modal-dialog { min-width: 250px; }