.input-field{
	max-width: 300px;
}

div.form-control-set > form > div.row{
	margin-top: 10px;
	margin-bottom: 15px;
}

.error-message{
	color: #ff0000;
}

.search-details{
	background-color: #f2f2f2;
	border-bottom: 30px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.search-details > .row{
	margin-top: 15px;
	
}

.search-details > form > .row{
	margin-top: 15px;
	
}

.section-header > h3{
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-header{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 15px;
	border-top: 10px groove #dfdfdf;
	border-bottom: 10px ridge #dfdfdf;
}

.section-sub-header{
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 5px 15px;
	border-bottom: 1px solid #dfdfdf;
}

.section-head{
	padding-left: 15px;
	border-bottom: 1px solid #dedede;
}

.checker{
	padding-right: 0px;
}

.table-descriptor{
	margin-top: 15px;
	margin-bottom: 13px;
}

.filter-row{
	background-color: #ededff;
}

.report-filter{
	background-color: #ededff;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px 15px;
}

.norm{
	margin-top: 5px;
}
.sep{
	margin-top: 15px;
}

.filter-size{
	max-width: 250px;
}

.mini-menu > div > a {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.message {
	display: block;
	padding: 7px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	color: #fff;
	text-align: center;
}

.message.error {
	background-color: #dd2222;
}

.message.success{
	background-color: #22dd22;
}

input.form-error{
	background-color: #ffcccc;
}

input[type="checkbox"].input-field{
	margin: 0px;
}

th.row-head{
	height: 70px;
	font-size: 16px;
	color: #000077;
}

img.home-logo{
	width: 50%;
	margin: 35px 0px;
}

.home-base{
	margin: 60px auto;
	text-align: center;
	width: 70%;
	font: "Consolas", "Menlo", "Courier", monospace;
	font-size: 11px;
}

.top-icon{
	height: 30px;
	margin-right: 10px;
	margin-top: -5px;
	float: left;
}

.export-action{
	width: 30px;
	height: 30px;
}

.export-link{
	float: right;
	margin-left: 15px;
}

.login-img{
	height: 50px;
	margin: 2px auto;
}

.login-image{
	margin-top: 20px;
	text-align: center;
}
