*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* Sobrescreve estilização jquery.dataTables.css para remover scroll horizontal sem necessidade */
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* INÍCIO CSS PARA OS STEPS DO WIZARD */
.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.bootstrapWizard a:active, .bootstrapWizard a:focus, .bootstrapWizard a:hover {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: #0aa89e;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.active .title, .bootstrapWizard li.complete .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}

.bootstrapWizard + .progress.progress-micro {
    height: 4px;
    line-height: 4px;
}
/* FIM CSS PARA OS STEPS DO WIZARD */

legend {
    width: 100%;
    margin: 13px 0 20px 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-grid;
}

.input-group-addon,
.input-group-btn {
    padding-left: 0;
}

.form-group > label,
.form-group .control-label {
    opacity: unset;
}

.form-group .form-control:focus {
    border-color: #0aa89e;
}

.dataTables_processing {
    top: 15px !important;
    background-color: unset !important;
}

.select2-search input {
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12, 12, 12, 0.12);
    background: transparent;
    color: #0c0c0c;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#content {
    min-height: 100vh;
}

#menubar #pesMenu {
    color: rgba(255, 255, 255, 0.55);
}

#menubar .btn-pesquisa {
    background: transparent;
    border-color: transparent;
}

.menubar-inverse .btn-icon-toggle:hover,
.header-nav .btn-icon-toggle:hover {
    background-color: rgba(12, 12, 12, 0.2);
}

.menubar-inverse .btn-icon-toggle:active,
.header-nav .btn-icon-toggle:active {
    background-color: rgba(12, 12, 12, 0.25);
    color: inherit;
}

.header-nav .open > a,
.header-nav .open > a:hover,
.header-nav .open > a:focus {
    background-color: rgba(12, 12, 12, 0.25);
    border-color: #0000008f;
}

.headerbar .headerbar-center {
    position: absolute;
    left: 50%;
    right: 50%;
}

.gui-icon i {
    text-align: center;
}

.gui-controls > li > a:focus {
    background-color: unset;
}

.gui-controls > li ul > li > a {
    font-size: 15px;
}
.gui-controls li .title {
    white-space: unset;
}

@media (max-width: 1199px) {
    .menubar-pin:not(.menubar-visible) .menubar-fixed-panel .expanded,
    .menubar-pin:not(.menubar-visible) #menuSearch {
        display: none !important;
    }
}
