body {
    padding-top: 65px;
    overflow: hidden;
}
#wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
}
#main-wrapper {
    height: 100%;
    overflow-y: auto;
    padding: 65px 0 0px 0;
}
#main {
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}
#sidebar-wrapper {
    height: 100%;
    padding: 65px 0 0px 0;
    position: fixed;
    border-right: 1px solid gray;
}
#sidebar {
    position: relative;
    /*height: 100%;*/
    overflow-y: auto;
}

@media screen and (max-width: 48em){
    #sidebar {
        position: relative;
        overflow-y: auto;
    }
}

#sidebar .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

@media (max-width: 992px) {
    body {
        padding-top: 0px;
    }
}
@media (min-width: 992px) {
    #main-wrapper {
        float:right;
    }
}
@media (max-width: 992px) {
    #main-wrapper {
        padding-top: 0px;
    }
}
@media (max-width: 992px) {
    #sidebar-wrapper {
        position: static;
        height:auto;
        max-height: 300px;
        border-right:0;
    }
}

.altered_background {
    background-color: #596068;
}

.right_button_bckgr_color {
    background-color: #4b525a;
    color: #a6abaf;
    border: 0px;
}

li a.right_button_bckgr_color_specific_link {
    background-color: #4b525a;
    color: #a6abaf;
    font-weight: 700;
    border: 0px;
}

li a.right_button_bckgr_color_specific_link:hover,
li a.right_button_bckgr_color_specific_link:focus
{
    color: #000000;
    font-weight: 700;
    background-color: #f5f5f5;
}


li a.right_button_bckgr_color_up_border {
    border-bottom: 2px solid #575e66;
}

li a.right_button_bckgr_color_bottom_border {
    border-bottom: 2px solid #575e66;
}

.upper_menu_style {
    height: 65px;
    text-align: center;
    font-size: 15px;
    padding-top:10px;
}

.upper_menu_style_selected {
    border-bottom: solid 4px #ff8910;
    font-weight: 700;
}

.navbar-nav > .upper_menu_style_responsive {
    height: 65px;
    text-align: center;
    font-size: 15px;
    padding-top:10px;
    display: none;
}

@media screen and (max-width: 48em){
    .navbar-nav > .upper_menu_style_responsive {
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 0px;
        text-align: center;
        display: block;
    }
}

/* search bar */

.navbar-nav > .upper_menu_style_search {
    width: 500px;
    padding-top:10px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .navbar-nav > .upper_menu_style_search {
        width: 500px;
    }
}

@media screen and (max-width: 1100px) {
    .navbar-nav > .upper_menu_style_search {
        width: 450px;
    }
}

@media screen and (max-width: 1050px) {
    .navbar-nav > .upper_menu_style_search {
        width: 400px;
    }
}

@media screen and (max-width: 1000px) {
    .navbar-nav > .upper_menu_style_search {
        width: 350px;
    }
}

@media screen and (max-width: 950px) {
    .navbar-nav > .upper_menu_style_search {
        width: 300px;
    }
}

@media screen and (max-width: 930px) {
    .navbar-nav > .upper_menu_style_search {
        width: 300px;
        display: none;
    }
}

.navbar-nav > .upper_menu_style_search_menu {
    height: 65px;
    text-align: center;
    font-size: 15px;
    padding-top:10px;
    display: none;
}

@media screen and (max-width: 930px) {
    .navbar-nav > .upper_menu_style_search_menu {
        height: 65px;
        text-align: center;
        font-size: 15px;
        padding-top:10px;
        display: block;
    }
}

/* side bar */
.nav > .side_bar_responsive {
    display: none;
}

@media screen and (min-width: 48em){
    .nav > .side_bar_responsive {
        display: block;
    }
}

.small_links_below {
    color: #a6abaf;
    text-decoration: none;
}

.small_links_below:hover {
    color: #a6abaf;
    text-decoration: none;
    border-bottom: 1px dotted #a6abaf;
}

.small_button {
    background-color: #4b525a;
    margin-top: 13px;
}

.small_button_link {
    color: #a6abaf;
}

.nav > .hide_on_fold {
    display: block;
}

@media screen and (max-width: 980px) {
    .nav > .hide_on_fold {
        display: none;
    }
}
