@media screen and (min-width: 211px) and (max-width: 767px) {
    #navigationMenuBar {
        display: -ms-flexbox !important;
        display: flex !important;
        border-bottom: 0px solid darkgray;
    }

    #navigationMenuBar ol.breadcrumb {
        padding: .25rem .5rem !important;
        background: transparent;
        margin-bottom: 0;
    }

    #navigationMenuBar ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '\f105';
        font-family: fontAwesome;
        font-weight: bold;
    }

    #navigationMenuBar .btn-group {
        max-height: 2rem;
    }

    #sidebar {
        position: fixed;
        background: rgba(0, 0, 0, 0.3);
        height: 100% !important;
        width: 100% !important;
        cursor: pointer;
        z-index: 556;
    }

    #sidebar .light-sidebar {
        width: 220px;
        height: 100vh;
        background: #f8f9fa !important;
        border-right: 1px solid darkgrey;
        padding-top: .5rem;
        overflow: auto;
        cursor: pointer;
        z-index: 557;
    }

    #sidebar .light-sidebar .col {
        padding-top: .75rem;
    }

    #sidebar .light-sidebar .col .brand-name {
        display: inline-block;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
        height: 24px !important;
        width: 24px !important;
    }

    #sidebar .light-sidebar .col .brand-name-no-border {
        display: inline-block;
        border: 0;
        margin-bottom: 0;
        height: 24px !important;
        width: 24px !important;
    }

    #sidebar .light-sidebar .col .project-name {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-top: 0;
        padding: .25rem .5rem;
    }

    #sidebar .light-sidebar .col p, #sidebar .light-sidebar .col div.pl-2 {
        display: none;
    }

    .main-content {
        position: absolute;
        width: 100%;
        padding-top: 10px;
        margin-left: 0;
        z-index: 1;
    }

    .main-content .nav-tabs:first-child {
        border-color: #A9A9A9 !important;
    }

    .main-content .nav-tabs:first-child .nav-link {
        font-size: 12px !important;
        padding: .5rem .75rem !important;
    }

    .main-content .nav-tabs:last-child {
        border-color: #A9A9A9 !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .main-content .mobileMenuBar {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .main-content #mobileToggler {
        padding-right: .75rem;
        font-size: 1.25rem;
        max-height: 2rem;
        line-height: 1;
        background: 0 0;
        border-right: 0px solid darkgray;
        border-radius: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .main-content {
        width: calc(100% - 275px);
        padding-top: 10px !important;
        margin-left: 275px;
    }

    .sidebar-right {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .main-content {
        width: calc(100% - 635px);
        padding-top: 10px !important;
        margin-left: 275px;
        margin-right: 360px;
    }

    .fixed-sidebar {
        display: block;
        position: fixed;
        width: 360px;
        top: 51px;
        padding: 14px 20px 20px 20px;
        bottom: 0;
        right: 0;
        font-size: 13px;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: white;
        height: 100vh;
        z-index: 1000;
    }

    #nonFixedRightSidebar .main-content {
        width: calc(100% - 280px);
        padding-top: 10px;
        margin-left: 400px;
        margin-right: 0;
    }

    #nonFixedRightSidebar .non-fixed-sidebar {
        display: block;
        position: relative;
        width: 380px;
        padding: 16px 20px 20px 20px;
        bottom: 0;
        font-size: 15px;
        background-color: white;
        z-index: 1000;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-left.collapsing {
        -moz-transition: width 300ms ease;
        -webkit-transition: width 300ms ease;
        -o-transition: width 300ms ease;
        transition: width 300ms ease;
    }

    .sidebar-left.show {
        -moz-transition: width 300ms ease-in;
        -webkit-transition: width 300ms ease-in;
        -o-transition: width 300ms ease-in;
        transition: width 300ms ease-in;
    }
}

@media screen and (min-width: 768px) {
    .sidebar-left {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 20px !important;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        background: #f8f9fa !important;
        border-right: 1px solid darkgrey;
        height: 100vh;
        width: 370px;
    }

    .sidebar-left .brand-name {
        border-radius: 100%;
        border: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
        margin-top: 10px;
        height: 150px !important;
        width: 150px !important;
    }

    .sidebar-left .brand-name-no-border {
        border: 0;
        margin-bottom: 0;
        margin-top: 10px;
        height: 150px !important;
        width: 150px !important;
    }

    .main-content #navigationMenuBar {
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 0rem !important;
        border-bottom: 0px solid darkgray;
    }

    .main-content #navigationMenuBar ol.breadcrumb {
        padding: .25rem .5rem !important;
        background: transparent;
    }

    .main-content #navigationMenuBar ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '\f105';
        font-family: fontAwesome;
        font-weight: bold;
    }

    .main-content #navigationMenuBar .btn-group {
        max-height: 2rem;
    }

    .main-content .mobileMenuBar {
        width: calc(100% - 3rem);
        max-height: 42px;
    }
}

.btn-following {
    background: #8f9fc1 !important;
    color: #FFF;
    border-color: #8f9fc1 !important;
    width: 120px !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    padding: .25rem .5rem !important;
    border-radius: .2rem !important;
}

.btn-following:hover, .btn-following:focus {
    color: white !important;
    background: #8f9fc1 !important;
}

.btn-following-outline {
    background: transparent !important;
    background-image: none;
    color: #007bff;
    width: 120px !important;
    border-color: #007bff !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    padding: .25rem .5rem !important;
    border-radius: .2rem !important;
}

.btn-following-outline:hover, .btn-following-outline:focus {
    color: white !important;
    background: #007bff !important;
}

.left-menu li a {
    color: #627BAF !important;
}

.left-menu li a:hover, .left-menu li a:focus {
    color: #5F78AC !important;
}

.fixed-sidebar a, .non-fixed-sidebar a {
    color: #627BAF !important;
}

.fixed-sidebar a:hover, .fixed-sidebar a:focus, .non-fixed-sidebar a:hover, .non-fixed-sidebar a:focus {
    color: #5F78AC !important;
}

/*# sourceMappingURL=sidebar.css.map */
