* {
	padding:0;
	margin:0;
	font-family: 'Libre Baskerville', serif;
}
body {
	background:#fbfbfb;
}
input[type=text],input[type=password],textarea,input[type=email],input[type=tel],input[type=url],input[type=search],input[type=submit],input[type=number],input[type=checkbox],input[type=radio],select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:1px solid #000;
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
    
}
img {
	border:none;
}
input[type=text],input[type=password],textarea,input[type=email],input[type=tel],input[type=url],input[type=search],input[type=number],select {
  width: 100%;
    
}
textarea {
	height: 300px;
}
input[type=submit] {
	display: block;
	width: 100%;
}
select {
	cursor: pointer;
}
::-webkit-input-placeholder {
   color: #000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

:-ms-input-placeholder {  
   color: #000;  
}
input[type=submit] {
	cursor: pointer;
}
input[type=checkbox],input[type=radio] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 15px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 15px;
	cursor: pointer;
}
input[type=checkbox]:active, input[type=checkbox]:checked:active,input[type=radio]:active, input[type=radio]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type=checkbox]:checked,input[type=radio]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
input[type=checkbox]:checked:after,input[type=radio]:checked:after {
	content: '\2714';
	font-size: 24px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #99a1a7;
}
.login {
	width: 400px;
	height: 400px;
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.login_form {
	 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:8px solid #000;
	padding: 25px;
	background: #d9ffdd;
}
.login_form input[type=submit] {
	background-color: #00a40f;
	border:none;
}
.login_logo {
	display: block;
	text-align: center;
	font-size: 45px;
	color: #000;
	font-weight: bold;
}
.login_logo img {
	display: inline-block;
}
label {
	font-size: 18px;
}
input[type=text],input[type=password],select,textarea {
	display: block;
	width: 100%;
	padding: 10px 15px;
	font-size: 18px;
	margin: 0 0 5px 0;
}
input[type=submit] {
	background: #14a900;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 18px;
}
input[type=submit]:hover {
	background: #0c6400;
	border:none;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 18px;
}
.login_back {
	text-align: center;
	color: #333;
}
.login_back a {
	color: #333;
	font-size: 14px;
}

.error {
	text-align: center;
	background: #c00;
	color: #fff;
	display: none;
	padding: 15px;
	margin: 0 0 15px 0;
	display: none;
	font-size: 24px;
}
.success {
	text-align: center;
	background: #169E1E;
	color: #fff;
	display: none;
	padding: 15px;
	margin: 0 0 15px 0;
	display: none;
	font-size: 24px;
}
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #e2e2e2;
	-webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 3px 12px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 3px 12px 0px rgba(0, 0, 0, 0.75);
}
.header {
	width: 100%;
	position: relative;
	height: 100px;
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px;
	font-size: 36px;
}
.logo a {
	color: #000;
	text-decoration: none;
}
.logout {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 25px;
	text-align: right;
	font-weight: bold;
}
.logout a {
	color: #0092e6;
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.report {
	position: absolute;
	left: 0;
	right: 0;
	bottom:25px;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
.report select {
	width: 300px;
	display: inline-block;
	height: auto;
	padding: 10px 5px;
}
.report input[type=submit] {
	width: 100px;
	display: inline-block;
	padding: 10px 5px;

}
.mainbody {
	padding:125px 25px;
}
table {
	-webkit-box-sizing : border-box;‌​
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	width: auto;
}
table td {
	padding:5px 25px;
	border:1px solid #000;
}
table td.green {
	background-color: #d7ffd5;
}
table td.red {
	background-color: #ffd5d5;
}
table td.gray {
	background-color: #e2e2e2;
}
.dropdown {
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
}
.dropdown select {
	width: 100%;
	font-size: 9px;
}
.dropdown label {
	font-size: 14px;
	text-align: left !important;
}
.dropdown input[type=submit] {
	font-size: 10px;
}
.title {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.title2 {
	background-color: #ffdca5;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.search {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 55px;
	height: 55px;
	display: none;
}
.search img {
	width: 100%;
	height: auto;
	display: block;
}