body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 60px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
 * Navbar
 */

.navbar {
    background-color: #163c5c !important/*#808080 !important*/
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 14px;
    /*font-size: 1rem;*/
    /*background-color: rgba(0, 0, 0, .25);*/
    background-color: #163c5c;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar-brand span {
    color: #808080;
    line-height: 45px;
}

.logo {
    padding: 0.6rem;
}

.logo img {
    height: 55px;
    width: auto;
}

.h2 {
    color: #163c5c;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.nav-link {
    padding: 0.25rem 1rem;
}
.dropdown-user {
    text-align: right;

}
.dropdown-user:hover {
    background-color:#163c5c    !important;

}
.dropdown-user:focus {
    background-color:#163c5c   ;

}
.active .nav-link {
    background-color: #777777;
}

.nav-link img {
    width: 20px;
    margin-top: -4px;
    filter: brightness( 80%);
}

.active .nav-link span {
    color: #fff;
}

.active .nav-link img {
    filter: brightness( 100%) !important;
}

.nav-link:hover {
    background-color: #cbcbcb;
}

.nav-link:hover span {
    color: #000 !important;
}

.nav-link:hover img {
    filter: brightness( 40%) !important;
}

.link-icon img {
    width: 22px;
}

.icon-edit img:hover {
    filter: brightness( 60%) !important;
}

.icon-delete img:hover {
    filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
    -webkit-filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
    -moz-filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
}

.icon-contract img {
    filter: brightness(0) saturate(100%);
}

.icon-proposal img {
    filter: brightness(0) saturate(100%);
}

.icon-add_car img {
    filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
    -webkit-filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
    -moz-filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
}

.icon-list_car img {
    filter: brightness(0) saturate(100%);
}

.icon-fines img {
    filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
    -webkit-filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
    -moz-filter: sepia(84%) brightness(66%) hue-rotate(298deg) saturate(767%) contrast(204%);
}

.icon-email img {
    filter: invert(87%) sepia(60%) saturate(1560%) hue-rotate(356deg) brightness(300%) contrast(107%);
}

.icon-add_user img {
    filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
    -webkit-filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
    -moz-filter: invert(24%) sepia(99%) saturate(1689%) hue-rotate(100deg) brightness(95%) contrast(105%);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.required::after {
    content: " *";
    color: #F00;
}

.pointer {
    cursor: pointer;
}

a.link-icon {
    text-decoration: none;
    margin-right: 10px;
}

.link-icon {
    float:right;
}

.btn-new {
    color: #fff;
    background-color: #e8a30d;
    border-color: #e8a30d;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn-new:active,
.btn-new:hover {
    background-color: #a87300 !important;
    border-color: #a87300 !important;
}

.btn-new:focus {
    background-color: #163c5c !important;
    border-color: #163c5c !important;
}

.table-bordered th {
    border: 0px solid #dee2e6;
    border-bottom: solid 5px #000;
}

.table th {
    border-top-color: #fff;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
    margin-bottom: 15px !important;
}

.table-responsive span {
    color: #828282;
}

.table-responsive td {
    font-size: 17px;
    color: #000;
}

.table td,
.table th {
    padding: 0.45rem;
}

tbody tr:hover {
    background-color: #ededed;
}

.table td {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.table-responsive td:first-of-type {
    font-weight: bold;
}

/*.w-acao {
    width: 80px;
}*/

.w-acao::before {
    display: none !important;
}

.w-acao::after {
    display: none !important;
}

.modal-lg {
    max-width: 1100px;
}

label {
    display: inline-block;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.form-check-label {
    margin-top: -2px;
}

.field-invalid {
    border: 1px solid red;
}

.btn-add-banks, .btn-add-management_plans, .btn-add-type_work_orders {
    margin: .5em 0 0 0;
    width: 100%;
    font-weight: bold;
}

.card.item-accordion{
    border: 0;
    border-right: 1px solid #ddd;
    border-radius: 0;
}

.item-accordion > .card-header{
    padding: 0;
    border: 0;
    outline: 0;
}

#submenu_config > li, #submenu_users > li{
    width: 100%;
}

.buttons-html5 span, .buttons-colvis span, .buttons-columnVisibility.active span{
   color: #FFF; 
}

ul.parameters li {
    list-style: none;
    padding: 5px;
    margin-bottom: 5px;
    font-family: monospace;
    font-weight: bold;
    background-color: lightgrey;
    position: relative;
    right: 40px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.ck-editor__editable_inline {
    min-height: 200px;
}