.row{
    margin-left:0px;
    margin-right:0px;
}

#wrapper {
    padding-left: 0px;
    margin-top: 30px;
    transition: all .4s ease 0s;
    height: 100%;
    position: relative;
    display: block
}

#sidebar-wrapper {
    margin-left: -350px;
    margin-top: 1px;
    left: 0px;
    width: 350px;
    background: #e5edf1;
    position: fixed;
    height: 100%;
    z-index: 1300;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 350px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrapper.active {
    padding-left: 350px;
}

#wrapper.active #sidebar-wrapper {
    left: 350px;
    top: 30px;
}

#page-content-wrapper {
    width: 100%;
    margin-top: -30px;
    top: 30px;
    position: relative;
}


#sidebar_menu li a, .sidebar-nav .no-highlight a {
    color: black;
    display: block;
    float: left;
    text-decoration: none;
    width: 350px;
    background: #e5edf1;
    /*border-top: 1px solid #0A6289;
    border-bottom: 1px solid #0A6289;*/
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav > .sidebar-brand {
  height: 40px;
  line-height: 41px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

/*.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}*/

/*#main_icon
{
    float:right;
   padding-right: 11px;
   padding-top:9px;
}
*/
@media (max-width:3000px) {
    #wrapper {
    padding-left: 0px;
    transition: all .4s ease 0s;
}
#sidebar-wrapper {
    left: 0px;
}
#wrapper.active {
    padding-left: 350px;
}
#wrapper.active #sidebar-wrapper {
    left: 350px;
    width: 350px;
    transition: all .4s ease 0s;
}
}

/* --------------- Right Sidebar -------------------------------
/*############################################################*/
/* the number two (2) marks the .css files for the right sidebar*/

#sidebar2-wrapper2 {
    margin-right: -350px;
    margin-top: 1px;
    right: 0px;
    top: 30px;
    width: 350px;
    background: #e5edf1;
    position: fixed;
    height: 100%;
    z-index: 1300;
    transition: all .4s ease 0s;
}

.sidebar2-nav2 {
    display: block;
    float: right;
    width: 350px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrapper.active2 {
    padding-right: 350px;
}

#wrapper.active2 #sidebar2-wrapper2 {
    right: 350px;
}


#main_icon
{
    float:right;
   padding-right: 11px;
   padding-top:9px;
}

@media (max-width:3000px) {
    #wrapper {
    padding-left: 0px;
    transition: all .4s ease 0s;
}
#sidebar2-wrapper2 {
    right: 0px;
}
#wrapper.active2 {
    padding-right: 350px;
}
#wrapper2.active2 #sidebar2-wrapper2 {
    right: 350px;
    width: 350px;
    transition: all .4s ease 0s;
}
}

