﻿.navbar-fixed-left {
    width: 180px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    overflow-y: auto;
    z-index: 1;
}


@media (max-width: 800px) {
    .navbar-fixed-left {
        width: 10em;
        position: fixed;
        border-radius: 0;
        height: 100%;
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px);
        overflow-y: auto;
    }

    .container {
        padding-left: 2em !important;
    }

    .glyphicon-search {
        pointer-events: all !important;
    }
}


.navbar-fixed-left .navbar-nav > li {
    float: none; /* Cancel default li float: left */
    width: 139px;
}

.ContentContainer {
    padding-left: 180px;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
    margin-top: -50px;
    margin-left: 140px;
}

.SibeBarMenuList {
    padding: 1em 0.5em !important;
}

.SibeBarMenuList > li > a {
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 0.35em;
    padding-right: 0.35em;
}


@media (max-width: 800px) {
    .SibeBarMenuList > li > a {
        padding-top: 0.35em;
        padding-bottom: 0.35em;
        padding-left: 1.35em;
        padding-right: 0.35em;
    }
}

.ActivePage a {
    color: #FFFFFF !important;
}

.SideBar .sub1 {
    margin-left: 9px;
}

.SideBar .sub2 {
    margin-left: 18px;
}

.SideBar .sub3 {
    margin-left: 27px;
}

.SideBar .sub4 {
    margin-left: 36px;
}

.SideBar .sub5 {
    margin-left: 45px;
}

.SideBar .sub6 {
    margin-left: 54px;
}

.SideBar .sub7 {
    margin-left: 63px;
}

.SideBar .sub8 {
    margin-left: 72px;
}

.SideBar .sub9 {
    margin-left: 81px;
}

.SideBar .sub10 {
    margin-left: 90px;
}

.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.right-addon .glyphicon {
    right: 0px;
    color: #333 !important;
}

.right-addon input {
    padding-right: 30px;
}

.SearchTextBox {
    background-color: #f5f5f5;
    border: grey;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-radius: 0px;
}


/*Sidebar toggler*/
.SideBarToggler {
    background-color: white;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: fixed;
    top: 45%;
    left: 280px;
    cursor: pointer;
    visibility: hidden;
    display: none;
}


@media (max-width: 800px) {
    .SideBarToggler {
        left: 10em;
        visibility: visible;
    }
}

.SideBarToggler {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #fff;
    -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    right: -20px;
}

    .SideBarToggler > span {
        margin: 15px 2px;
    }

@media print {
    .SideBarToggler {
        visibility: hidden;
    }

    .SideBar {
        visibility: hidden;
    }
}