html{
	overflow:auto;
}

body {
	background-color: rgb(35, 51, 88);
	color: white;
}

.login-upper-bar {
	height: 40px;
}

.login-clock {
	font-size: 1.5em;
	float: right;
	margin: 10px 20px 0 0;
}

.home-banner {
	height: 50px;
}

.home-clock {
	font-size: 1.5em;
	float: right;
	margin-right: 20px;
}

#tf_password {
	width: 250px;
	margin: 30px auto 0 auto;
}
#btn_login {
	width: 250px;
	margin-top: 10px;
	color: #422C2C;
}

.dataTables_wrapper .select-value{
	display:none;
}

#customer_filter_bar{
	height:60px;
	width:1200px;
	margin:auto;
}

#customers_browser{
	width:1200px;
	margin:auto;
	font-size:1.3em;
}

.dropdown-menu a{
	font-size:1.3em !important;
}

.query-input{
	float:left;
	width:230px;
	margin-right:10px;
}

.panel-body > div{
	height:50px;
}

.panel-body > div span{
	float:left;
	font-size:1.5em;
	line-height:33px;
	width:100px;
}

.panel-body > div input, .panel-body > div textarea{
	float:left;
	width:300px;
}

.panel-body button{
	float:right;
	margin-right:10px;
}

.panel table{
	color:#565656;
}

.page_content{
	width:600px;
	margin:auto;
	font-size:1.3em;
}

.input-row{
	height:40px;
}

.input-row input{
	float:left;
	margin-right:10px;
	width:150px;
}

.customer-button-bar{
	width:900px;
	height:50px;
	margin:auto;
	text-align:center;
}

.customer-info{
	width:890px;
	height:130px;
	margin:auto;
}

.customer-info > div{
	float:left;
}

.customer-info-row{
	height:40px;
	width:450px;
	font-size:1.3em;
	line-height:32px;
}

.customer-info-row span{
	float:left;
	width:80px;
}

.customer-info-row input{
	float:left;
	width:200px;
}

#tf_customer_address{
	width:350px;
}

.customer-func{
	width:480px;
	margin:auto;
}

select option{
	font-size:1.3em;
}

#page_add_customer .panel{
	width:450px;
	margin:auto;
}

#page_add_customer .panel-body{
	width:450px;
	padding:40px;
}

#sales_browser{
	width:1200px;
	margin:auto;
	font-size:1.3em;
}

#tf_add_sale_date, #tf_modify_sale_date{
	cursor:pointer;
}
