
ul.left-tabs {
	margin: 0px;
	padding: 4px 25px 0px 0px;
	list-style: none;
	
	
	float:right;
}


ul.left-tabs li{
  background: none;
  color: #222;
  display: inline-block;
 
  cursor: pointer;
  
  cursor:pointer;
  padding:1px 10px!important;
 
  font-weight:normal;
  font-size:12px;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-left:5px;
  
}

ul.left-tabs li:hover{
  background: #eeeeee;
  
}

ul.left-tabs li.current{
  background:#333333;
  color:#ffffff;
}

.tab-content{
  display: none;
  background: #ededed;
  }

.tab-content.current{
  display: inherit;
}


.menu-ico{ margin-top:0px; margin-left:0px; width:35px; height:35px; left:0px; top:0;  color:#333333; text-align:center; text-decoration:none; position:absolute; background:url(../images/menu-bg.png) #eeeeee no-repeat top left; text-align:center; z-index:999;}









ul.left-navmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	max-height: 900px;
	overflow-y: scroll;
	overflow-x: hidden;
}


ul.left-navmenu li a{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  width:100%;
  cursor:pointer;
  padding:10px 20px!important;
  border-bottom:1px solid #e3e0e0;
}

ul.left-navmenu li a:hover{
  background: #eeeeee;
  
}

ul.left-navmenu li a.active{
  background:#333333;
  color:#ffffff;
}




ul.left-navmenu li a.fixed-link{ 
background:#333333;
color:#ffffff; 
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

font-weight:bold;

}


.client-wrap{ float:left; font-size:14px; padding-left:50px; padding-top:6px;}







.tabcontent{display:none}
.tabcontent.active{display:block}


.page-view {
  color: #333333;
  /*background: #f4f4f4;*/
  width: 100%;
 height: 100vh;
}

.page-view-inner {
 
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#666;
}





























