body {
    background: #eee;
}
.bg-dark-grey {
    background-color: #6d6e71;
}
.loading-overlay {
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.loading-msg {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    left: 50%;
    position: absolute;
    top: 35%;
    margin-left: -106px;
}
.navbar {
    box-shadow: 0 .0em .5rem rgba(0,0,0,.10)!important
}
.tab-button-container {
    float: right;
    position: relative;
    top: -35px;
}
.tab-pane {
    background: #FFF;
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px;
}
.tab-pane-heading {
    font-size: 24px;
    color: #f68d19;
    font-weight: bold;
}
hr {
    border-color: #f68d19;
}
.has-error label {
    color: #dc3545;
    font-weight: bold;
}
.has-error input, .has-error select {
    border-color: #dc3545;
}
.is-error {
    color: #dc3545;
    font-weight: bold;
}
.alert {
    margin-bottom: 0px!important;
}
small.form-text {
    font-style: italic;
}
/*.btn-primary {
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-primary:hover, .btn-primary:active {
    background-color: #54aba3;
    border-color: #54aba3;
}*/
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: 80px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.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;
	}
}
li.nav-item {
    font-size: 16px;
}
.sidebar .nav-link {
    font-weight: 500;
    color: #54aba3;
}
.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #54aba3;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
    color: #FFF;
    background-color: #54aba3;
}
.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: #FFF;
}
.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}
.sidebar-nav-icon {
    margin-right: 5px;
}
/*
 * Content
 */

[role="main"] {
    padding-top: 80px; /* Space for fixed navbar */
}
/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
}
.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
.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);
}
