.clearfix {
	clear: both;
}
#partners_tks_gmap{
    width: 300px;
    height: 300px;
}
.alert {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
    margin-bottom: 10px;
}
.position-left{
    margin-right: 8px;
}
.position-right{
    margin-left: 8px;
}
div#page{
	margin-right: 40px;
}
#jMenuBar{
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 999;
	height: 100%;
	background: #37474F;
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12),inset 0 1px 2px rgba(0, 0, 0, 0.24);
	color: rgba(255, 255, 255, 0.75);
}
#jProfile{
	position: fixed;
	left: 0;
	top: 0;
	width: 200px;
	z-index: 999;
	height: 100%;
	background: #37474F;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.12),0 1px 2px rgba(0, 0, 0, 0.24);
	color: rgba(255, 255, 255, 0.75);
	padding-top: 50px;
	display: none;
}
.profilePic{
	background: url(img/user_bg.png) no-repeat center center / cover;
	height: 150px;
	margin-bottom: 30px;
}
.userPic{
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 2px solid #eff336;
height: 75px;
width: 75px;
margin: 15px auto 5px;
background: rgba(255, 255, 255, 0.5);
}
.userWel{
	font-family: 'WYekan';
	font-size: 14px;
	text-align: center;
}
#jMenuBar:hover{
	width: 200px;
}
#jMenuBar .jMenuItem a,#jProfile .jMenuItem a{
	display: block;
}
#jMenuBar .jMenuItem span,#jMenuBar .jMenuCatItem span{
	display: none;
	margin-right: 10px;
}
#jProfile .jMenuItem span{
	margin-right: 10px;
}
#jMenuBar:hover .jMenuItem span,#jProfile:hover .jMenuItem span,#jMenuBar:hover .jMenuCatItem span
,#jMenuBar:hover .jMenuCatItem i.arrowSub{
	display: inline-block;
}
#jMenuBar .jMenuItem,#jProfile .jMenuItem{
	height: 30px;
	line-height: 30px;
	padding:3px 10px;
}
.jMenuItem:hover,.jMenuCatItem:hover{
	background: rgba(0, 0, 0, 0.05);
}
#jMenuBar .jMenuItem a,#jProfile .jMenuItem a{
	color: #fff;
}
.jMenuCatBody{
	display: none;
	background: rgba(0, 0, 0, 0.15);
}
.jMenuCatItem{
	min-height: 30px;
	padding:0;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.75);
}
.jMenuDivider {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 10px 0;
}
.jMenuSubItem:hover{
	background: rgba(0, 0, 0, 0.5);
}
.jMenuSubItem{
	height: 30px;
	line-height: 30px;
	color:rgba(149, 117, 205,0.5);
	padding: 0 10px;
}
.jMenuSubItem a:hover{
	color:rgba(255, 255, 255,0.5);
}
.jMenuSubItem a{
	color:rgba(255, 255, 255,0.5);
	display: block;
}
.jMenuCatTitle i.arrowSub{
	float: left;
	line-height: 30px;
	display: none;
}
.jMenuCatTitle{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#jMenuBar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#jMenuBar::-webkit-scrollbar
{
	width: 1px;
	background-color: #F5F5F5;
}

#jMenuBar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.profileActions {
  line-height: 28px;
  margin-right: 30px;
}
.mainContainer{
	margin-top: 50px !important;
}
