#side-menu .nav>li>a {
    color: #a7b1c2 !important;
}

#side-menu .nav>li.active>a {
    color: #ffffff !important;
}

.text-light-gray {
    color: lightgray !important;
}

.text-normal {
    color: #676a6c !important;
}

.font-normal {
    font-weight: normal;
}

.ibox-footer {
    border-color: #e7eaec;
    border-style: solid;
    border-width: 1px;
}

.page-heading {
    z-index: 2000;
    position: relative;
}

.page-heading-controls {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-heading-controls .btn {
    top: 80%;
    position: relative;
    float: right;
}

.breadcrumb-timeline {
    margin-top: 10px;
    margin-bottom: -10px;
}

.breadcrumb-timeline .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.table {
    color: unset !important;
}

.overflow {
    overflow: auto;
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width:576px) {
    .hide-on-mobile {
        display: none;
    }

    .wrapper-content {
        width: 114%;
        margin-left: -25px;
        padding-top: 3px;
    }
}

@media (max-width:576px) {
    .mobile-only {
        display: inherit;
    }
}
@media (min-width:577px) {
    .mobile-only {
        display: none;
    }
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 4px;
}

.nav-header {
    padding-top: 15px;
}
.nav-header img {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

.img-logo-sistema {
    width: 75% !important;
    height: 100% !important;
}

.hidden {
    display: none !important;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

tr.delete {
    background: #ffcaca;
    text-decoration: line-through;
}

.zindex {
    z-index: 99000 !important;
}

.inline {
    display: inline-block;
}

.input-sm, .form-control-sm {
    font-size: 0.8rem;
}

thead tr th {
    color: black;
}

.nav.navbar-right>li>a:hover
{
    color: #1ab394;
}

.mini-navbar .nav li:focus>.nav-second-level, body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover>.nav-second-level {
    z-index: 9999;
}

.inline-content {
    display: inline-flex;
}

div.pagination {
    margin-top: 20px;
    float: right;
}

.pagination select {
    height: 29px !important;
    padding: 0px 15px;
    margin-right: 5px;
}

.pull-right {
    float: right;
}

.chosen-container-single .chosen-single span {
    margin: 4px 0px 0px 0px;
}

.chosen-container-single .chosen-search input[type="text"]:focus-visible {
    border: 1px solid #e5e6e7!important;
}

::placeholder {
  color: #cdcdcd!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cdcdcd!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #cdcdcd!important;
}

.ibox-title h5 {
    font-size: .875rem;
}

.form-control, .single-line {
    padding: 0px 12px;
}

.vertical-timeline-icon {
    left: 3px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    padding-top: 5px;
}

.nav.navbar-top-links a {
    font-size: 13px;
}

.action-bar {
    display: flex;
    align-items: end;
    margin-top: auto;
    height: 100%;
    width: 100%;
}

.navbar.navbar-static-top {
    z-index: 2030;
}

.pagination>.active>a {
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%) inset;
}

.z-index-9k {
    z-index: 9000!important;
}

.nav>li.active {
    border-left: none;
}

.alerta-validacao {
    background: #f95d5d;
    color: white!important;
    padding: 3px;
    border-radius: 0px 0px 5px 5px;
    font-weight: 600;
    display: inline-block;
}

.date-picker {
    min-height: 32px;
}

.breadcrumb>.active {
    font-weight: bold;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
    margin-top: 4px!important;
}

select.form-control:not([size]):not([multiple]) {
    height: 1.95rem;
}

.input-group {
    flex-wrap: nowrap;
}
.input-group-addon {
    font-size: 12px;
    background-color: #f1f1f1;
    padding: 10px 12px 0px 12px;
    border-radius: .25rem 0 0 .25rem;
    text-wrap: nowrap;
}
.input-group-prepend 
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext
{
    height: 30px;
}

.input-group select.form-control {
    height: 32px!important;
}

.input-group-btn .dropdown-toggle {
    border-radius: 0px 0px 0px 0px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 0 3px 3px;
}

thead.fixed {
    position: sticky;
    background: white;
    top: 0px;
}

thead.nowrap > th {
    text-wrap: nowrap;
}

tbody.nowrap > td {
    text-wrap: nowrap;
}

.nav > li > a {
    font-size: .75rem;
}
.nav-second-level li a {
    font-size: .7rem;
}

.login-screen {
    background-color: transparent;
    background-image: linear-gradient(130deg, #030057 0%, #033D40 89%);
}

.card-login {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 15px 0px rgb(255 255 255);
    background-color: #ffffff;
    border-radius: .75rem;
    border: 1px solid var(--tw-gray-200);
    margin: auto;
}

body.white-bg{
    background: #FFF;
}

.cursor-pointer {
    cursor: pointer;
} 

.font-monospace {
    font-family: monospace;
}

.sidebar-collapse {
    overflow: hidden;
    width: auto;
    height: 100%;
}