
body {
	background-color: #E5D9CF;
	font-family: 'Roboto','Kantumruy', sans-serif;
}

#container {

}

.container {
	background-color: #fff;
}

.statusMessage {
    display: block;
    left: 0;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    top: 50px;
    width: 100%;
    z-index: 2000;
}

#content {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 550px;
	position: relative;
}

.page-title {
	color: #f56b12;
	border-bottom: 2px solid #eeeeee;
	padding-bottom: 10px;
}

.ui-datepicker-title {
	color: #333333;
}

.btn-cancel {
	margin-right: 5px;
}

.nav li.active {
	text-decoration: none;
	background-color: #EEEEEE;
}

.table-scroll {
	margin: 10px auto;
	width: 500px;
	max-height: 420px;
	overflow-y: auto;
}
