#framebar_new, #framebar_mobile {
	height: 45px;
	background: rgba(255,255,255,0.97);
	border-bottom: 1px solid #d3d3d3;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	font-family: helvetica, arial;
	font-size: 14px;
	color: #212121;
	text-align: center;
}
body {
	padding-top: 55px;
	margin: 0;
}
.pop_box {
	position: absolute;
	z-index: 99999;
}
.iframe_pop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_top .head {
	padding: 0 !important;
}
.new_container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#framebar_new .ico_detik, #framebar_mobile .ico_detik {
	padding: 5px 35px 5px 15px;
	border-right: 1px solid #f1f1f1;
	height: 35px;
	display: inline-block;
	background-image: url(../images/frb_arrow_down.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor:pointer;
	float: left;
	background-size: 25px;
}
#framebar_new .ico_detik:hover,
#framebar_new .active,
#framebar_new .login_area .fm_user:hover,
#framebar_new .login_area .fm_user .active,
#framebar_new .login_area .fm_notif:hover,
#framebar_new .login_area .fm_notif .active {
	background-color: #f3f3f3;
}
#framebar_new .ico_detik img, #framebar_mobile .ico_detik img {
	height: 30px;
	padding-top: 3px;
}
#framebar_new .login_area, #framebar_mobile .login_area {
	float: right;
	padding: 0 0 0 14px;
	display: inline-block;
}
#framebar_new .login_area .masuk, #framebar_mobile .login_area .masuk {
	background-color: #004c95;
	color: #fff;
	border-radius: 3px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	margin-top: 6px;
	display: inline-block;
}
#framebar_new .login_area .masuk:hover {
	background-color: #0660b6;
}
#framebar_new .login_area .daftar, #framebar_mobile .login_area .daftar {
	padding: 8px 12px;
	text-decoration: none;
	color: #5c5c5c;
	font-size: 13px;
	margin-top: 6px;
	display: inline-block;
}
#framebar_new .login_area .fm_notif, #framebar_mobile .login_area .fm_notif,
#framebar_new .login_area .fm_user, #framebar_mobile .login_area .fm_user {
	padding: 10px 10px 0 10px;
	border-left: 1px solid #f1f1f1;
	height: 35px;
	float: left;
	position: relative;
	cursor: pointer;
	width: 30px;
}
#framebar_new .login_area .fm_user {
	background-image: url(../images/frb_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#framebar_new .login_area .fm_notif img, #framebar_mobile .login_area .fm_notif img {
	height: 25px;
}
#framebar_new .login_area .fm_notif span, #framebar_mobile .login_area .fm_notif span {
	display: inline-block;
	position: absolute;
	text-align: center;
	font-size: 8px;
	background: red;
	color: #fff;
	border-radius: 50px;
	width: 16px;
	height: 12px;
	top: 5px;
	right: 5px;
	font-weight: bold;
	padding-top: 4px;
}
#framebar_new .login_area .fm_user, #framebar_mobile .login_area .fm_user {
	width: 170px;
	padding: 5px;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
	display: inline-block;
	color: #555555;
	text-align: left;
}
#framebar_new .login_area .fm_user .pic, #framebar_mobile .login_area .fm_user .pic {
	width: 35px;
	height: 35px;
	background-size: cover;
	float: left;
	background-color: #e6e6e6;
	margin-right: 10px;
}
#framebar_new .login_area .fm_user .name {
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
	width: 100px;
}
#framebar_new .new_search {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	float: left;
	position: absolute;
	width: 390px;
	left: 300px;
}
#framebar_new .new_search form {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 5px !important;
	border:0px solid #dbdbdb;
	height: 34px;
}
#framebar_new .new_search form .text {
	float: left;
	width: 300px;
	padding: 0px 14px 0;
	font-size: 13px;
	font-family: helvetica, arial;
	color: #2e2e2e;
	border:1px solid #dbdbdb;
	top: 0;
	margin: 0;
	height: 32px;
	background: #fff;
	border-right:0; 
}
#framebar_new .new_search form input {
	float: left;
	border-radius: 0;
	margin: 0;
}
#framebar_new .new_search form .text:focus {
	outline: none;
	border-color: #999;
}
#framebar_new .new_search form .btn_s {
	background-color: #6f6f6f;
	border:0;
	background-image: url(../images/frb_search.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 34px;
	background-size: 20px;
	cursor: pointer;
}

.ac_results {
	padding: 0px;
	border: 0px solid #ccc;
	overflow: hidden;
  	background-color: #fff;
  	z-index: 99999;
  	width: 298px !important;
  	font-family: helvetica, arial;
  	-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	position: fixed !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
  
}

.ac_results li {
	margin: 0px;
	padding: 8px 13px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 14px;
	overflow: hidden;
	color: #525252;
	font-family: helvetica, arial;
  
}

.ac_loading {
	background : #AFD2FD url('img/loader.gif') right center no-repeat;
}
.ac_input {
	padding: 5px;
	border:1px solid #ccc;
}

.ac_over {
	background-color: #e6e6e6;
	color: black;
}
.drop_kanal {
	background: #fff;
	width: 200px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 45px;
	left: 0;
	text-align: left;
	display: none;
}
.drop_kanal .arrow_kanal{
	position: absolute;
	top: -7px;
	left: 22px;
	z-index: 4;
}
.drop_kanal .menu_k {
	max-height: 600px;
	overflow: scroll;
}

.drop_kanal a,
.drop_users a{
	display: block;
	font-size: 13px;
	color: #626262;
	text-decoration: none;
	padding: 10px 15px;
	height: 25px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.drop_kanal a img,
.drop_users a img{
	float: left;
	width: 25px;
	margin-right: 10px;
}
.drop_kanal a span,
.drop_users a span {
	display: inline-block;
	padding-top: 5px;
}
.drop_kanal a:hover,
.drop_notif a:hover,
.drop_users a:hover {
	background: #f4f4f4;
}

.drop_kanal a.sp {
	background-color: #daeaed;
}
.drop_kanal a.sp strong {
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	background-color: red;
	padding: 2px 4px;
	border-radius: 3px;
	margin-top: -5px;
	position: absolute;
	display: inline-block;
}

.drop_notif {
	background: #fff;
	width: 350px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 45px;
	right: 180px;
	text-align: left;
	display: none;
}
.drop_notif .arrow_kanal{
	position: absolute;
	top: -7px;
	right: 18px;
	z-index: 4;
}
.drop_notif .title {
	padding: 8px 15px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 12px;
	font-weight: bold;
	background: #f3f3f3;
	color: #606060;
}
.drop_notif a {
	display: block;
	padding: 8px 15px;
	color: #606060;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 1px solid #efefef;
}
.drop_notif a .pic {
	width: 30px;
	height: 30px;
	float: left;
	background-size: cover;
	background-color: #ccc;
	margin-right: 5px;
}
.drop_notif .fn_text {
	float: right;
	width: 280px;
}
.drop_notif .date {
	font-size: 10px;
	color: #9d9d9d;
}
.drop_notif .seeall {
	text-align: center;
	font-weight: bold;
	background-color: #f3f3f3;
}
.drop_notif .seeall:hover {
	background-color: #e6e6e6;
}

.drop_users {
	background: #fff;
	width: 180px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 45px;
	right: 0;
	text-align: left;
	display: none;
}
.drop_users .arrow_kanal{
	position: absolute;
	top: -7px;
	left: 15px;
	z-index: 4;
}
.drop_users a{
	display: block;
	font-size: 13px;
	color: #626262;
	text-decoration: none;
	padding: 10px 15px;
	height: 25px;
	position: relative;
	border-bottom: 1px solid #fff;
}

.drop_kanal a,
.drop_users a{
	display: block;
	font-size: 13px;
	color: #626262;
	text-decoration: none;
	padding: 10px 15px;
	height: 25px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.drop_kanal a img,
.drop_users a img{
	float: left;
	width: 25px;
	margin-right: 10px;
}
.drop_kanal a span,
.drop_users a span {
	display: inline-block;
	padding-top: 5px;
}
.drop_kanal a:hover,
.drop_notif a:hover,
.drop_users a:hover {
	background: #f4f4f4;
}
#header,
.header_wrap {
	padding-top: 0;
	background: none;
}
#container .head {
	margin-top: 0;
}