:root {
    --header-height: 80px;
}

#sidebarMenu::-webkit-scrollbar {
    width: 12px
}

#sidebarMenu::-webkit-scrollbar-track {
    border-radius: 2px
}

#sidebarMenu::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: hsl(0, 0%, 33%);
    -webkit-box-shadow: inset 0 0 6px hsla(0, 0%, 35%, 0.75)
}

.nav-fixed #layoutSidenav #layoutSidenav_nav, .nav-fixed .topnav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

#layoutSidenav {
    display: flex
}

#layoutSidenav #layoutSidenav_nav {
    flex-basis: 225px;
    flex-shrink: 0;
    z-index: 1038;
    transform: translateX(0)
}

#layoutSidenav #layoutSidenav_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: 0
}

.nav-fixed .topnav {
    z-index: 1039
}

.nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 225px;
    height: 100vh;
    z-index: 1038
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidebar {
    padding-top: 56px
}

.nav-fixed #layoutSidenav #layoutSidenav_nav .sidebar .sidebar-menu {
    overflow-y: auto
}

.nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 225px;
    top: 56px
}

.nav .nav-link .nav-link-icon, .sidebar-menu .nav-link .nav-link-icon {
    margin-right: .5rem
}

.topnav {
    padding-left: 0;
    height: 56px;
    z-index: 1039
}

.topnav-index {
    min-height: var(--header-height);
}

.topnav .navbar-brand {
    width: 225px;
    margin: 0
}

.topnav.navbar-dark #sidebarToggle {
    color: hsla(0, 0%, 100%, 0.5)
}

.topnav.navbar-light #sidebarToggle {
    color: hsl(210, 10%, 15%)
}

.sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap
}

.sidebar .sidebar-menu {
    flex-grow: 1
}

.sidebar .sidebar-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap
}

.sidebar .sidebar-menu .nav .sidebar-menu-heading {
    padding: 1.75rem 1rem .75rem;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar .sidebar-menu .nav .nav-link {
    display: flex;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    position: relative
}

.sidebar .sidebar-menu .nav .nav-link .nav-link-icon {
    font-size: .9rem
}

.sidebar .sidebar-menu .nav .nav-link .sidebar-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform .15s ease
}

.sidebar .sidebar-menu .nav .nav-link.collapsed .sidebar-collapse-arrow {
    transform: rotate(-90deg)
}

.sidebar .sidebar-menu .nav .sidebar-menu-nested {
    margin-left: .1rem;
    flex-direction: column;
    list-style-type: none
}

.sidebar .sidebar-footer {
    padding: .75rem;
    flex-shrink: 0
}

.sidebar-dark {
    background-color: hsl(210, 10%, 15%);
    color: hsla(0, 0%, 100%, 0.5)
}

.sidebar-dark .sidebar-menu .sidebar-menu-heading {
    color: hsla(0, 0%, 100%, 0.25)
}

.sidebar-dark .sidebar-menu .nav-link {
    color: hsla(0, 0%, 100%, 0.5)
}

.sidebar-dark .sidebar-menu .nav-link .nav-link-icon {
    color: hsla(0, 0%, 100%, 0.25)
}

.sidebar-dark .sidebar-menu .nav-link .sidebar-collapse-arrow {
    color: hsla(0, 0%, 100%, 0.25)
}

.sidebar-dark .sidebar-menu .nav-link:hover {
    color: hsl(0, 0%, 100%)
}

.sidebar-dark .sidebar-footer {
    background-color: hsl(210, 10%, 25%)
}

.sidebar-hidden #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-225px)
}

.sidebar-hidden #layoutSidenav #layoutSidenav_content {
    margin-left: -225px
}

@media (max-width: 767px) {
    #layoutSidenav #layoutSidenav_content {
        margin-left: -225px
    }

    #layoutSidenav #layoutSidenav_content:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsl(0, 0%, 0%);
        z-index: 1037;
        opacity: .5;
        transition: opacity .3s ease-in-out
    }

    .sidebar-hidden #layoutSidenav #layoutSidenav_content:before {
        display: none
    }

    .map-sidebar {
        width: 100% !important;
    }

    .map-sidebar.right {
        left: 0 !important;
    }
}

.sidebar-icon {
    color: hsla(0, 0%, 100%, 0.5)
}

.sidebar-icon:hover {
    color: hsl(350, 70%, 50%)
}

.order-table .tbody:after {
    content: "";
    display: block;
    position: absolute;
    right: -2rem;
    width: 2rem;
    height: 1px
}

.order-table td, .order-table th {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.order-table td:first-child, .order-table th:first-child {
    width: 50px;
    white-space: nowrap
}

.order-table td:last-child, .order-table th:last-child {
    width: 50px;
    white-space: nowrap;
    text-align: center
}

#sidebarList li.active div, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: hsl(0, 0%, 100%);
    background-color: hsla(0, 0%, 0%, 0) !important
}

.status-color {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#indexNav {
    flex-wrap: nowrap;
}

li .unread-notification {
    background-color: hsla(0, 0%, 37%, 0.2);
}

ul .dm-notifications {
    width: 400px;
}

.main-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0;
    width: 100%;
    height: auto;
}

.main-section-box {
    background-color: hsla(171, 92%, 31%, 0.64);
    height: 15rem;
}

.main-section-box-header {
    font-size: 1.75rem;
    color: whitesmoke;
    text-align: center;
}

.main-section-box-description {
    font-size: 0.8rem;
    color: lightgray;
    text-align: center;
}

.main-section-box-links {
    font-size: 0.8rem;
    color: lightgray;
    text-align: center;
    width: 100%;
}

.main-section-box-btn {
    content: "»";
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15rem;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 0.8rem 1.7rem !important;
    font-size: 0.8rem;
    border: 2px solid whitesmoke;
    border-radius: 0.1rem;
    transition: all 0.15s ease-in-out;
    color: #fff !important;
}

.main-section-box-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.main-section-box-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.15s ease-in-out;
}

.main-section-box-btn:hover {
    color: hsla(171, 92%, 31%, 0.64) !important;
}

.main-section-box-btn:hover:before {
    height: 100%;
}

.main-section-box-btn:after {
    background-color: transparent;
}

.main-section-box-btn:before {
    background-color: whitesmoke;
}

.info-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: hsl(0, 100%, 100%);
    margin: 0;
    width: 100%;
    height: auto;
}

.info-section .btn {
    background-color: hsla(171, 92%, 31%, 1);
}

.partner-section {
    width: 100%;
    margin: 0;
    justify-content: center;
}

.partner-section a {
    text-decoration: none;
}

@media screen and (min-width: 981px) {
    .partner-section img {
        width: 25%;
        padding: 20px;
        align-self: center;
    }
}

@media screen and (max-width: 980px) {
    .partner-section img {
        width: 40%;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

#indexPage {
    padding-top: var(--header-height);
}

.content {
    max-width: 768px;
}

.text-justify {
    text-align: justify;
}

#map {
    width: 100%;
    height: 80vh;
}

.map-window {
    position: relative;
}

.map-sidebar {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 50%;
    position: absolute;
    z-index: 999999;

}

.map-sidebar::-webkit-scrollbar {
    width: 10px;
}

.map-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.map-sidebar::-webkit-scrollbar-thumb {
    background: #888;
}

.map-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.map-sidebar.left {
    left: 0;
    top: 0;
}

.map-sidebar.right {
    left: 50%;
    top: 0;
}

#mobile-map-info {
    position: absolute !important;
    z-index: 2000;
    background-color: whitesmoke;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: .5rem;
}

.dashboard-table-button {
    border: none;
    border-radius: 3px;
    background-color: hsla(171, 92%, 31%, 1);
    color: white;
    padding: 3px 5px;
}

.related-widget-wrapper {
    display: flex;
    align-items: center;
}

.add-related img{
    margin-left: 5px;
    height: 25px;
    width: 25px;
}