body {
    font-size: 13px;
}

.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: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

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

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

.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-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.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);
}

/*
 * Utilities
 */
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.font600 {
    font-weight: 600;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.2;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.2;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(26px + 2px);
}

label {
    margin-bottom: 4px;
}

.icondash {
    width: 60px;
    height: 30px;
    text-shadow: 1px 0px 2px #000000;
}

.dashstyle1 {
    min-height: 100px;
    min-width: 100px;

    /* border-bottom: 2px solid #f9f5f5;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-style: solid;
    border-top: 2px solid #fffbfb; */
    box-shadow: inset -2px 0px 7px 5px rgba(0, 0, 0, 0.15);
}

.dashstyle2 {
    min-height: 50px;
    min-width: 100px;

    /* border-bottom: 2px solid #f9f5f5;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-style: solid;
    border-top: 2px solid #fffbfb; */
    box-shadow: inset -2px 0px 7px 5px rgba(0, 0, 0, 0.15);
}

.buttonstyle {
    margin: 2px;
}

#appmenubar a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}