@font-face {
	font-family: 'Zawgyi-One';
	src: local('Zawgyi-One'), url('fonts/zawgyi-one-webfont.woff') format('woff'), 
			url('fonts/ZawgyiOne.ttf') format('ttf');
}
body {
	font-family: 'Noto Sans', sans-serif;
	word-wrap: break-word;
	background: #f1f1f1;
}
.well, .table {
	background: #fff;
}
.title-font {
	font-family: 'Acme', sans-serif;
}
.mmfont {
	font-family: 'Zawgyi-One';
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a:focus {
	outline: none;
	text-decoration: none;
}
#go-top {
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 9px;
    opacity: 0.7;
    padding:10px;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    z-index: 9999;
    width:50px;
    height: 50px;
    background-image: url('img/go-top-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.border {
	border: 1px solid #000;
}
.spacer-10px {
	height: 10px;
}
.spacer-20px {
	height: 20px;
}
.spacer-30px {
	height: 30px;
}
.spacer-40px {
	height: 40px;
}
.spacer-50px {
	height: 50px;
}
.spacer-100px {
	height: 100px;
}
.main-color {
	color: #337ab7;
}
.uppercase {
	text-transform: uppercase;
}
p {
	font-size: 16px;
	line-height: 1.8em;
}
.header {
	padding: 10px 0;
	margin-bottom: 30px;
}
.header h1 {
	font-size: 28px;
}
.header a {
	color: #fff;
}
.header a:hover {
	text-decoration: none;
}
.form-lg {
	margin-top: 10px;
}
.form-lg label {
	font-size: 16px;
}
.form-lg .form-control {
	font-size: 16px;
	min-height: 40px;
}
.list-group {
	
}
.list-group a {
	font-size: 16px;
}
.page-heading {
	margin-bottom: 30px;
	font-size: 24px;
}
.page-heading:after {
	border: 1px solid #337ab7;
    content: "";
    display: block;
    width: 75px;
    margin-top: 5px;
}
span.label {
	font-size: 12px;
	display: inline-block;
	padding: 5px 7px 7px;
	margin-bottom: 4px;
}
.result-text {
	margin-bottom: 0;
	font-weight: bolder;
}
.result-group {
	
}
table {
	font-size: 16px;
}
.pagination a {
	font-size: 16px;
}

/*xs*/
@media (max-width: 767px) { 
	body {

	}
	.form-inline .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
  	.form-inline .form-group {
	    display: inline-block;
	    margin-bottom: 0;
	    vertical-align: middle;
  	}
}

/*sm md lg*/
@media (min-width: 768px) { 
	.pull-right-lg {
		float: right;
	}	
}
.box{
	background-color:#fff;
	border:1px solid #337ab7; 
	text-align: center;
	padding:20px;
	border-radius: 20px;
	line-height: 2.5;
	color:#000;
	width:100%;
	margin-top: 20px;
}
.box.active,.box:hover{
	background-color: #337ab7;
	color:white;
	border:2px solid #337ab7; 
}

.mt-50{
	margin-top: 50px;
}
.pp a{
	color: #000;
	text-decoration: none;

}
.pp .pactive{
	color:#fff;
}
.export{
	margin-top: 30px;
	padding:15px 20px;
}