@import url('https://fonts.googleapis.com/css?family=Moul');
@import url('https://fonts.googleapis.com/css?family=Khmer');
.container{
	width:1100px;
}
body{
	background: url('../img/background-welcome.jpg');
	font-family: "Khmer OS" !important;
}
.wrapper{

}
.kh_head2{
	font-family: 'Moul','Khmer','Khmer OS Muol Light', cursive;
}
.font_tac{
	font-family: 'Tacteing' !important;
}
h1, h2, h3, h4, h5, h6, .kh_head{
	font-family: 'Moul','Khmer','Khmer OS Muol Light', cursive !important;
	float: none !important;
}
.row{
	margin-top: 10px;
}
/*.btn.btn-app {*/
/*position: relative;*/
/*padding: 9px 5px !important;*/
/*margin: 0 0 10px 10px;*/
/*min-width: 55px !important;*/
/*height: 45px !important;*/
/*}*/
.form-control{
	/*height:42px !important;*/
}
.custom_notify{
	background: #de5050 !important;
	color:#fff !important;
}
.success_notify{
	background: #3ade58 !important;
	color:#fff !important;
}
#addRow{
	border: thin solid;
	padding: 10px;
	color: green;
}
.nav.child_menu li ul li{
	padding-left:10px;
}
.x_title span{
	color:#337ab7 !important
}
.my_arrow{
	color: green;
	font-size: 30px;
	margin-top: -55px;
	margin-left: 67px;

}
.img-circle{
	border-radius:0px !important;
}
.x_title h2{
	padding: 5px 0px 5px 0px;
}
@media print {
	.x_panel{
		background: none !important;
		border: none !important;
	}
}
.myrow{
	margin-bottom: 20px;
}
.login{
	/*background: #ffffff;*/
	background-image: url('../img/background-welcome.jpg') !important;
}
.login_form{
	background: #ffffff;
	border: rgba(0,0,0,.25) thin solid;
	padding: 20px;
	border-radius: 5px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.85;
}
.col-centered{
	float: none !important;
	margin: 50px auto;
}