body {
    margin: 0;
    font-family: Roboto, "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;
    background-color: #f5f5f5;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.nav-item-submenu > .nav-link.agenda:after,
.nav-item-submenu > .nav-link.agenda.active:after {
    content: "";
}

.navbar-light {
    border-bottom: none;
}
.sidebar-light {
    border-right: none;
}

.dataTables_info {
    width: auto;
    float: right;
}
.dataTables_paginate {
    float: left;
    text-align: left;
    margin: 0 0 1.25rem;
}
a > span.link-auth {
    color: #333333;
}
/* .link-auth {
    cursor: pointer;
} */
.register-form {
    min-width: 50%;
}
.required-field {
    color: red;
}
.sidebar-light .nav-sidebar > .nav-item-open > .nav-link:not(.disabled),
.sidebar-light .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f5f5f5;
    color: #159ea9;
}

.sidebar-light .nav-sidebar .nav-item > .nav-link.active {
    color: #159ea9;
    border-left: 4px solid;
}
.page-header-light {
    background-color: transparent;
    border-bottom: none;
}

.bordered-outer {
    border: 2px solid #efefef;
    padding: 10px 20px;
    border-radius: 8px;
}
.btn-gray {
    background-color: #c5c5c5;
    color: white;
}
.Open_bm {
    color: #219653;
}
.Booked_bm,
.Pending_bm {
    color: #fdb414;
}
.not_submited,
.Rejected_bm,
.Reject_bm {
    color: #eb5757;
}
.Accept_bm {
    color: #58bfa0;
}
.On.progress_bm,
.On.Progress_bm {
    color: #2d9cdb;
}
.submited,
.Done_bm {
    color: #219653;
}

.filter-inbox.navbar-nav-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: rgba(194, 194, 194, 0.5);
    margin-right: 1px;
}
.filter-inbox.navbar-nav-link.active {
    background-color: #fff !important;
    -webkit-box-shadow: -4px -2px 4px 0px rgba(194, 194, 194, 0.25);
    -moz-box-shadow: -4px -2px 4px 0px rgba(194, 194, 194, 0.25);
    box-shadow: -4px -2px 4px 0px rgba(194, 194, 194, 0.25);
}
.text-bold {
    font-weight: bold;
}
.teasers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.form-control:disabled {
    color: #333333;
}

.container-image {
    margin-top: 10px;
}

.page-title {
    padding: 1rem 0 0;
}

.tabmenu-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tabmenu-nav-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.tabmenu-nav > .nav-item {
    margin-top: 10px !important;
}
.tabmenu-nav > .nav-item > .navbar-nav-link {
    margin-left: 0 !important;
}
.tabmenu-nav > .nav-item:not(.show):last-child {
    margin-bottom: 0 !important;
}

.doubledotlabel {
    float: right;
}

.btn-success {
    color: #fff;
    background-color: #159ea9;
}
.btn.btn-border {
    border: 1px solid #444;
}
.text-delete {
    color: #eb5757;
    cursor: pointer;
}
.media-partner {
    margin: 8px;
}
@media only screen and (max-width: 600px) {
    .doubledotlabel {
        float: none;
    }
}
