.box_top_menu{
	border-bottom: 1px solid #999999;
	background: rgba(39, 54, 101, 1) !important;
	color: #000;
}
.garis_atas{
	position: relative;
	height: 3px;
	width: 100%;
	/*background: rgb(255, 221, 0) none repeat scroll 0 0 !important;*/
	background-color:#0f2f62 !important;
}
.head_title{
	position: relative;
	float: left;
	width: auto;
	margin-left: 10px;
	font-size: 22px;
	padding: 5px;
	cursor: pointer;
	font-family: 'Roboto Condensed','Arial';
}
.head_logout{
	float: right;
	position:relative;
	font-size: 14px;
	padding-top: 7px;
    padding-bottom: 9px;
	cursor: pointer;
	margin-right: 30px;
	font-family: 'Roboto Condensed','Arial';
	color:#fff;
}
.head_logout span:hover{
	color: white;
	text-decoration: underline;
}
.box_menu_atas{
	position: relative;
	bottom: 0px;
	left:22px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	float: left;
	width: auto;
	padding: 15px 5px 2px;
}
.box_menu_atas ul li{
	display: inline-block;
}
.head_menu{
    /* text-transform: uppercase; */
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	/* font-family: 'Roboto Condensed', Arial; */
}
.head_menu:hover{
	/* background-color: rgba(0, 255, 149, 0.83); */
	background-color: #EDEDED;
    color: black;
}
.head_submenu{
	position: absolute;
	padding: 2px 0px 0px;
    /* padding: 0.5rem 0; */
	z-index: 15;
	display: none;
	background: #ffffff;
	top: 22px;
	overflow: hidden;
    border-radius: 0.25rem;
	/* ,font-family: 'Roboto Condensed','Arial', sans-serif; */
}

.head_submenu ul {
	border: 1px solid rgba(211, 211, 211, 0.77);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.head_submenu ul li{
	list-style: none;
	display: list-item;

}
.head_submenu span{
	padding: 10px 12px;
	display: block;
	border-bottom: 1px solid #bfbfbf;
	min-width: 200px;
	max-width: 350px;
}
.head_submenu span:hover{
	/*background-color: #EDEDED;*/
	background-color: #f2e311;
    color: black;
}
.userinfo{
	font-size: 11px;
	padding: 5px 0px;
	color: #fff;
}
.userinfo:hover{
	cursor: pointer;
	text-decoration: underline;
	color: red;
}
@keyframes menu_turun {
	0%{
		height:50%;
	}

	100%{
		height: 100%;
	}
}
@keyframes menu_naik {
	0%{
		height:100%;
	}

	100%{
		height: 0;
	}
}
@-webkit-keyframes menu_turun {
	0%{
		height:50%;
	}

	100%{
		height: 100%;
	}
}
@-webkit-keyframes menu_naik {
	0%{
		height:100%;
	}

	100%{
		height: 0;
	}
}
.social_mod{
	position: absolute;
	top: 10px;
	right: 0px;
}
