body, html {
	font-family: sanspro-n, Arial;
	margin: 0;
	overflow: hidden;
	min-width: 800px
}

#body {
	width: 100%;
	height: 92%;
	padding: 0;
	margin: 0;
	background-color: rgba(240, 240, 240, 1)
}

table, th {
	border: 1px solid rgba(170, 170, 170, 1);
	border-collapse: collapse;
	white-space: nowrap
}

table tr th {
	min-width: 25px;
	min-height: 25px;
	width: 25px;
	height: 25px
}

table tr th input {
	width: 220px
}

input {
	padding: 2px;
	font-size: 14px;
	border-width: 1px;
	border-color: #ccc;
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(66, 66, 66, .75);
	text-shadow: 0 0 5px rgba(66, 66, 66, .75);
	width: 100px
}

input:focus {
	outline: 0
}

input[type=date] {
	padding: 2px;
	font-size: 14px;
	border-width: 1px;
	border-color: #ccc;
	background-color: #fff;
	color: #000;
	border-style: solid;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(66, 66, 66, .75);
	text-shadow: 0 0 5px rgba(66, 66, 66, .75);
	width: 180px
}

input[type=submit] {
	background-color: #949494;
	border: 1px solid #2b2b2b;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding: 8px 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627
}

input[type=submit]:hover {
	background-color: #4b4d4a
}

input[type=button] {
	background-color: #949494;
	border: 1px solid #2b2b2b;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding: 8px 12px;
	text-decoration: none;
	text-shadow: 0 1px 0 #2f6627
}

input[type=button]:hover {
	background-color: #4b4d4a
}

#popup {
	display: none;
	position: absolute;
	z-index: 99!important;
	background: rgba(230, 230, 230, 1);
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto
}

#dialog {
	display: none;
	position: absolute;
	z-index: 99!important;
	background: rgba(230, 230, 230, 1);
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px
}

@font-face {
	font-family: euromode-b;
	src: url(/fonts/eurob-webfont.eot);
	src: url(/fonts/eurob-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/eurob-webfont.woff) format('woff'), url(/fonts/eurob-webfont.ttf) format('truetype'), url(/fonts/eurob-webfont.svg#WebfontRegular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: euromode-n;
	src: url(/fonts/euron-webfont.eot);
	src: url(/fonts/euron-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/euron-webfont.woff) format('woff'), url(/fonts/euron-webfont.ttf) format('truetype'), url(/fonts/euron-webfont.svg#WebfontRegular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: sanspro-n;
	src: url(/fonts/SourceSansPro-Regular.otf);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: sanspro-b;
	src: url(/fonts/SourceSansPro-Bold.otf);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: sanspro-sb;
	src: url(/fonts/SourceSansPro-Semibold.otf);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Bebas;
	src: url(/fonts/BebasNeue-webfont.eot);
	src: url(/fonts/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/BebasNeue-webfont.woff) format('woff'), url(/fonts/BebasNeue-webfont.ttf) format('truetype'), url(/fonts/BebasNeue-webfont.svg#BebasNeueRegular) format('svg');
	font-weight: 400;
	font-style: normal
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0)
	}
	to {
		-ms-transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}

