.portalContentRow{
    margin-left:0px;
    margin-right:0px;
}

#wrapperPSMenu {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapperPSMenu {
    /*margin-left: -350px;
    left: 70px;*/
	/*margin-left: 20px;*/
    /*width: 350px;*/
	width: 75px;
    background: #f7f7f7;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-navPSMenu {
    display: block;
    float: left;
    width: 353px;
    list-style: none;
    margin: 0;
    padding: 0;
	background-color: #950f12 !important;
}
#page-content-wrapperPSMenu {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapperPSMenu.active {
    padding-left: 350px;
}
#wrapperPSMenu.active #sidebar-wrapperPSMenu {
    left: 350px;
}

#page-content-wrapperPSMenu {
  width: 100%;
}

#sidebar_menu li a, .sidebar-navPSMenu li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 350px;
    background: #ffffff;
    /* border-top: 1px solid #373737; */
    /* border-bottom: 1px solid #1A1A1A; */
    /* -webkit-transition: background .5s; */
    /*-moz-transition: background .5s;*/
    /*-o-transition: background .5s;*/
    /*-ms-transition: background .5s;*/
    /* transition: background .5s; */
    /*background: #ffffee;
    background: -moz-linear-gradient(#f7f7f7 0%, #ffffff 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ffffff 100%);
    background: linear-gradient(#f7f7f7 0%, #fdfdfd 100%);
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-navPSMenu li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-navPSMenu li a {
  color: #000000;
  display: block;
  text-decoration: none;
}

.sidebar-navPSMenu li a:hover {
  color: #000000;
  background: #ffffee;
  text-decoration: none;
}

.sidebar-navPSMenu li a:active,
.sidebar-navPSMenu li a:focus {
  text-decoration: none;
}

.sidebar-navPSMenu > .sidebar-brand {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.sidebar-navPSMenu > .sidebar-brand a {
  color: #999999;
}

.sidebar-navPSMenu > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

/*#main_icon
{
    float:right;
   padding-right: 65px;
   padding-top:10px;
}*/
#main_icon
{
    float:right;
   padding-right:28px;
   padding-top:15px;
}
.sub_icon
{
    float:right;
   padding-right: 65px;
   padding-top:10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

@media (max-width:767px) {
    #wrapperPSMenu {
    padding-left: 70px;
    transition: all .4s ease 0s;
}
#sidebar-wrapperPSMenu {
    left: 70px;
}
#wrapperPSMenu.active {
    padding-left: 350px;
}
#wrapperPSMenu.active #sidebar-wrapperPSMenu {
    left: 350px;
    width: 350px;
    transition: all .4s ease 0s;
}
}