@media (min-width: 799px) {
    .lb {
        max-width: 380px!important;
    }

    .lb-bg {
        background-color: #eeeeee;
    }
   /* .nav-link-active:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 40px;
        background-color: #ff9900;
        left: 0px;
        margin-top: -10px;
    }*/


}

.dropdown-apps {
    width: 300px;
    padding: 12px;
}

.menu-bg {
    background-color: #f5f5f5;
}

.link-active {
    color: #4f4f4f;
}

.link-active:focus, .link-active:hover {
    color: #4f4f4f;
}

.link-menu {
    color: #8f8f8f;
    transition: 200ms;
}

.link-menu-active {
    color: #ff9900 !important;
    transition: 200ms;
}

.link-menu:focus, .link-menu:hover {
    color: #323232
}

.link-menu-active:focus, .link-menu-active:hover {
    color: #0a6dc1;
}

/*Tabs*/

a.active {
    border-bottom: 2px solid #ff9900 !important;
}

.nav-link {
    color: rgb(107, 107, 107);
    font-weight: 500;
}

.nav-link:hover {
    color: #ff9900;
}

.nav-pills .nav-link.active {
    color: black;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
}

/*
InputSearch*/

.search {
    position: relative;
}

.search input {
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #bebebe;
}

.search .fa-search {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #bebebe;
}


.search .fa-users {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #bebebe;
}

.table-header {
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 998;
}

/*DataGrip*/
thead {
    top: 49px;
    position: sticky;
    background-color: white;
    z-index: 988;
    box-shadow: inset 0 0px 0 white, inset 0 -1px 0 #e5e5e5;
}

.table-footer {
    position: sticky;
    bottom: 0px;
    background-color: white;
    z-index: 987;
}

.table tr td {
    cursor: pointer;
}

.table tr td a {
    text-decoration: none;
    color: black;
}

.table tr td a:hover {
    text-decoration: underline;
}

th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle;
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
}

.btn-light:hover {
    color: #000;
    background-color: #ffffff;
}


/*loader*/
.load {
    background: url(/assets/img/load.svg);
    width: 28px;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
}

/*
scrollbar*/


/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c4c4c4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7e7e7e;
}

.fs11 {
    font-size: 11px;
!important;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs24 {
    font-size: 24px;
}

.sticky-top-f {
    position: sticky !important;
    top: 0px;
}

a {
    text-decoration: none;
}

.btn-light-inverse {
    color: #000;
    background-color: #ffffff;
}

.btn-light-inverse:hover {
    color: #000;
    background-color: #f8f9fa;
}

.wi-75 {
    width: 75px;
}

td {
    vertical-align: middle !important;
}

.bg-active {
    background-color: #fff0e3;
}

.destaque {
    background: #005cbf;
    color: white;
}

.destaquecinza {
    background: #e7e7e7;
    color: #535353;
}

.bg-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.nav-link-active {
    color: #ff9900;
}

.loadbg-b {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin-bottom: 10px;
}

.loadbg-p {
    width: 100%;
    height: 15px;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin-bottom: 20px;
}

.double {
    text-align: right;
}

.has-error {
    border: 1px solid red;
}