/* start HEADER - TOP */
.header {
  width: 100%;
  position: fixed;
background: url(../images/header.png) no-repeat fixed center top;
height: 198px;
z-index: 999;
}

/*.fixed-top {
  position: fixed;
}*/

.logo {
position:relative;
margin-top:15px;
margin-bottom:25px;
}

#frmlogin {
width:407px;
height:44px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin-top:50px;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:24px;
padding:0 5px;
color:#000;
}

#username, #password {
width:97px;
}

#username {
top:19px;
left:0px;
}

#password {
top:19px;
left:114px;
}

#code {
width:35px;
top:19px;
left:199px;
}

.img_code {
position:absolute;
top:19px;
right:173px;
}

#login {
background:none;
border:none;
position:absolute;
width:88px;
height:26px;
top:18px;
left:226px;
cursor:pointer;
}

.lupapass, .daftar {
position:absolute;
display:block;
}

.lupapass {
top:0px;
left:0px;
width:102px;
height:12px;
}

.daftar {
left:319px;
top:18px;
width:88px;
height:26px;
}

.runningtext {
height:20px;
float: left;
width: 960px;
margin:25px 0 10px 0;
background:url(../images/running.png) no-repeat center left;
}

.runningtext_content {
height:20px;
line-height:20px;
padding:0 10px 0 30px;
color:#fff;
}
ul.main li a i{
	color: #f4c10d;
}
.mem-mid {
	margin-top: 10px;
}
/*.mem-mid a {margin-left: 17px}*/
.mem-mid a {
	color: #fff;
	font-weight: bold;
}
.mem-mid a+a:before {
	content: '|';
	padding: 0 10px;
	color: #fff;
}
.mem-home a {
	color: #fff;
	font-weight: bold;
}
/* end HEADER - TOP */
/*pop-up*/
/* login*/
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.popupContainer {
	position: fixed;
	width: 330px;
	height: auto;
	left: 42%;
	top: 30%;
	background: #FFF;
	z-index: 99999;
	-webkit-animation: zoomIn 0.3s;
	animation: zoomIn 0.3s;
	box-shadow: 0 0 3px 3px #22BC4E;
}
#modal_trigger {
	margin: 40px auto;
	width: 200px;
	display: block;
	border: 1px solid #DDD;
	border-radius: 4px;
}
.popupBody .btn {
	padding: 5px 20px;
	background: #F4F4F2;
	color: #666;
	width: 145px;
	border-radius: 4px;
	border: 1px solid #40E048;
}
.popupBody .btn_red {
	background: #40E048;
	color: #FFF;
}
.popupBody .btn:hover {
	background: #E4E4E2;
}
.popupBody .btn_red:hover {
	background: #0FB23F;
}
.popupBody a.btn {
	color: #666;
	text-align: center;
	text-decoration: none;
	padding: 5px 15px;
}
.popupBody a.btn_red {
	color: #FFF;
	width: 90px;
}
.popupBody .one_half {
	width: 50%;
	display: block;
	float: left;
}
.popupBody .one_half.last {
	width: 45%;
	margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
	font-size: 16px;
	text-transform: uppercase;
}
.popupHeader {
	background: #40E048;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #40E048;
	font-weight: bold;
	color: #fff;
}
.popupHeader span {
	color: #fff!important;
}
.popupHeader .modal_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	background: #40E048;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}
.popupBody {
	padding: 20px;
}
.user_login label {
	display: block;
	margin-bottom: 5px;
	color: #555;
	font-size: 15px;
	font-weight: bold;
}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {
	display: block;
	width: 90%;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {
	display: block;
	width: 90%;
	padding: 10px;
	border: 1px solid #DDD;
	color: #666;
}
.action_btns {
	clear: both;
	overflow: hidden;
}
.action_btns a {
	display: block;
}
/*menu*/
.main-m {
	height: 66px;
	margin-top: 0;
	margin-left: 0!important;
}
.main-m li {
	height: 66px;
	margin: 0;
}
.main-m li a {
	padding: 30px 18px 0 12px;
	margin-bottom: 22px;
}
.sub-menu {
	margin-top: 48px!important;
	display: none;
	background: #1BB948;
	width: 1050px;
	position: absolute;
	z-index: 1400;
	text-align: center;
}
.header .sub-menu li {
	display: inline-block;
	width: 180px;
	height: 100px;
	margin: 5px 10px 15px 10px;/*height: auto;*/
	float: none;
}
.sub-menu li a {
	display: block;
	position: relative;
	float: left;
}
.header .sub-menu li a:hover {
	background: none;
}
.header .sub-menu li a:hover > span {
	text-shadow: 0 0 3px #6ec5ed;
}
.header .sub-menu span {
	border-color: #01B156;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 6px 12px;
	margin: 4px auto;
	color: #fff;
	text-shadow: none;
	white-space: nowrap;
}
.menu li:first-child {
	margin-left: 0px
}
li.main-menu:hover + ul, .sub-menu:hover {
	display: block;
	color: black;
}
.sub-menu li img {
	width: 120px;
	height: 60px;
	margin-top: 6px
}
.msg_box{
	position: relative;
}
.msg_box span{
	position: absolute;
    color: #fff;
    background: red;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 50%;
    top: -10px;
    left: 13px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
}
.top-header-menu {position: relative;height: 180px;}