.bg-primary {
    background: #327EC0 !important;
}
.text-primary {
    color: #327EC0 !important;
}

.dropdown-item:active {
    background-color: #327EC0 !important;
}

.btn-primary {
    background-color: #327EC0 !important;
    border-color: #327EC0 !important;
}

.dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(10px, 1fr));
    grid-gap: 10px;
    padding: 10px;
    height: 100%;
}

.chart {
    position: relative;
    z-index: 0;
}

.map {
    z-index: 0 !important;
}

.fullscreen {
    z-index: 1 !important;
    position: fixed;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.fullscreen-button {
    z-index: 1 !important;
    position: absolute;
    right: 0;
}

.fullscreen-button:focus {
    outline: none !important;
    box-shadow: none;
}

html {
    height: 100%;
}

body {
/*
    background-image: url(../Img/General/Background-LightGray.png);
    background-repeat: repeat;
    background-size: 15ch;
*/
    font-family: overpass, sans-serif;
    font-style: normal;
    font-kerning: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    position: relative;
    margin: 0;
    background-color: #f7f7f7;
}

.navbar.scrolled {
    background-color: white !important;
    transition: background-color 200ms linear;
}

.navbar {
    transition: background-color 200ms linear;
}

#background_image {
    width: 100%;
    background-image: linear-gradient(180deg, rgba(33, 37, 41, 0.40), rgba(33, 37, 41, 0.40)), url(../Img/General/MicrosoftTeams-image.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-caption {
    transform: translateY(-50%);
    bottom: 0;
    top: 55%;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fa {
    transform: rotate(90deg);
}

.rotate-button {
    transition: transform .25s;
}

.rotate-button.toggled {
    transition: transform .25s;
    transform: rotate(180deg);
}

.scroll {
    overflow-y: auto;
}

.scroll-reverse {
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
}

.fc-today {
    background: lightgrey !important;
    font-weight: bold;
}

.custom-file-label {
    z-index: 2;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #327EC0 !important;
    color: white !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:active {
    background-color: #327EC0 !important;
    color: white !important;
}

.list-group-item-action:active {
    background-color: #327EC0 !important;
    color: white !important;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 990px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0;
    }

    .img-hover:active {
        -webkit-transform: translate(20%, 0%) scale(1.5) !important;
        transform: translate(20%, 0%) scale(1.5) !important;
    }

}

@media (max-width: 990px) {
    .display-4 {
        font-size: 30px !important;
    }
    .dashboard {
        display: block !important;
    }
    .chart {
        height: 100% !important;
    }
    .fullscreen {
        height: 85% !important;
        z-index: 1 !important;
        position: fixed;
        top: 100px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    .carousel-caption {
        transform: translateY(-30%);
        bottom: 0;
        top: 40%;
    }
}

@media (max-width: 576px) {
    .carousel-caption {
        transform: translateY(-50%);
        bottom: 0;
        top: 43%;
    }
    .carousel-caption h1 {
        font-size: 32px;
    }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dimmer {
    background: rgba(0,0,0,.5) url('../Images/ajax-loader-bright.gif') no-repeat;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}

img {
    transition:transform 0.25s ease;
}

.img-hover:active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
