#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
  /*padding-right: 150px;*/
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    top: 155px;
    left: 0px;
    width: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x:unset;
    width:200px;
    margin-right: -255px;
    background: #337ab7;
    /*background: #2c3b41;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width:252px;
}

#page-content-wrapper {
  width: 100%;
  position:relative;
  padding:0pt 2pt;
  left:0pt;
  top:155px;
  z-index:0;
}
.PositionLeft{
    left:0px;
}
.container-fluid-new {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    overflow-x: hidden;
    /*height:435px;*/
    height: 445px;
    z-index: 50;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: 0px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: relative;
  top: 0px;
  width:207px;
  margin-right:0px;
  padding:0px 0px 0px 0px;
  list-style: none;
  text-wrap:none;
  overflow-x:unset;
  /*overflow-y:auto;*/
}

.sidebar-nav li {
  text-indent: 2px;
  line-height: 40px;
  padding-left:5px;
}
    .sidebar-nav li a {
        display: block;
        text-decoration: none;
        background: #337ab7;
        /*color: #337ab7;*/
        color: ivory;
    }

    .sidebar-nav li a:hover {
        text-decoration: double;
        background-color: #e3eeec;
        /*background: rgba(255, 255, 255, 0.5);*/
        color: #2c3b41;
    }

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  margin-left:2px
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}
.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}
@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
   padding-left: 225px;
   padding-right:0px;
  
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width:225px;
  }
  #page-content-wrapper {
    padding: 2px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative; 
    margin-right: 0;
  }
}
@media(min-height:700px){
    #MainContent 
    {
        height:756px;
    }
}
