﻿
body {
    padding-top: 46px;
    /*min-height: 75rem;*/
    font-family: 'Roboto', sans-serif !important;
    background-color: #f8f8f8; /*#f8f8f8*/
    font-size: 14px;
}

@media (min-width: 768px) {
}




.container-fluid {
    padding-left: 15px;
    /*max-width: 960px;    
    box-shadow: 0 0 5px #BBBBBB;*/
}

.container-left {
    /*background-color: white;*/
    background-color: red; /*//  #fafafa;*/
}

.container-right {
    background-color: black;
    /*border-left: 1px solid #e5e5e5;*/
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.border-none {
    border: 0px;
}


.bg-silver {
    background-color: silver;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}


.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

/*.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}*/

.navbar {
    /*background-color: #3f51b5;*/
    box-shadow: 0 0 4px #000;
    border-color: #FFFFFF;
    color: white;
    /*background-color: #222 !important;*/
}


.sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);*/
    box-shadow: 0 0 5px #bbb;
    border-right: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px #bbb;
}

.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 {
    color: rgba(0,0,0,.5);
    font-weight: 400;
}

    .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: .85rem;
    text-transform: uppercase;
}

.feather {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
