* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
	background-color: #F7F7F7;
	background: url(../images/back.workspace.png) no-repeat left center fixed; 
	background-size: auto 100%;
}
a {
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	color: #0099FF;
}
.spacer {
	height: 40px;
	width: 100%;
	clear: both;
}
.ruler {
	height: 1px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 30px;
}
.frame {
	background-color: #FFFFFF;
	padding: 20px;
}
.imgresponsive img {
	width: 100%;
}
.buttonresponsive img {
	width: auto;
	max-width: 100%;
	margin-top: 10px;
}
.note {
	font-size: 16px;
	font-style: italic;
	color: #999999;
}
.row {
	min-height: 40px;
}
.rowheight {
	height: 62px;
}
/*--------------------TEMPLATE------------------------------------------------*/
.logo {
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 5px;
}
.top {
	height: 60px;
	width: 100%;
	position: absolute;
	/*background-image: linear-gradient(-90deg, #A51008, #E30613);*/
	z-index: 1;
	left: 0px;
	top: 0px;
	box-shadow: 0px 2px #CCCCCC;
	color: #4A4A4A;
	background-color: #FFFFFF;
}
.top .breadcrumb {
	font-size: 24px;
	position: absolute;
	left: 135px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-transform: uppercase;
}
.top .breadcrumb a {
	margin-right: 20px;
	color: #666666;
	cursor: pointer;
}
.top .breadcrumb a:hover {
	color: #0099FF;
}
.top .breadcrumb i {
	margin-right: 5px!important;
}
.top .breadcrumb form {
	display: inline;
}
.top .menutop {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	text-align: right;
}
.top .menutop a {
	color: #666666;
	margin-left: 20px;
}
.top .menutop a:hover {
	color: #0099FF;
}
.top .menutop i {
	font-size: 34px;
}
.top .menutop input[type="button"] {
	float: right;
	margin-top: 22px;
}
.workspace {
	padding: 20px;
	font-size: 18px;
	color: #5A5050;
	margin-top: 85px;
	margin-bottom: 40px;
}
.active {
  	background-color: #F2F2F2;
}
/*--------------------FORMS------------------------------------------------*/
form a {
	color: #666666;
}
form a:hover {
	color: #000000;
}
.formerror {
	border: 1px solid #EE1821 !important;
}
.login {
	background-color: #FFFFFF;
	box-shadow: 2px 2px #666666;
	padding: 40px;
}
.formtitle {
	font-size: 26px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
}
.formsubtitle {
	font-size: 22px;
	margin-bottom: 10px;
}
.fieldheight {
	height: 60px;
}
.fieldwidth input[type="text"] {
	width: auto;
	margin-right: 10px;
}
/*--------------------CONTENT----------------------------------------------------------*/
.title {
	font-size: 26px;
	clear: both;
	text-transform: uppercase;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}
.frame tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.frame td {
	padding: 10px;
}
.frame .events tr {
	cursor: pointer;
	transition: all 0.3s ease;
}
.frame .events tr:hover {
	color: #0099FF;
}
.tableheader {
	background-color: #EEEEEE!important;
	cursor: auto!important;
}
.tableheader:hover {
	color: #666666!important;
}
.setinterval {
	float: right;
	font-size: 14px;
}
.setinterval input[type="radio"] {
	margin-left: 10px;
	height: 12px;
	width: 12px;
}
.setinterval input[type="submit"] {
	height: 24px;
	padding: 0 14px;
	margin-left: 10px;
	font-size: 14px;
	margin-bottom: 0px;
}
.statbar {
	background-color: #F9F9F9;
	font-size: 14px;
	padding: 10px;
}
.statbar .bartitle {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.statbar .barrow {
	width: 100%;
	clear: both;
	margin-bottom: 4px;
}
.statbar .bardate {
	float: left;
	color: #000000;
	position: absolute;
	z-index: 10;
	padding-left: 3px;
}
.statbar .barin {
	height: 20px;
	background-color: #C1E7FF;
}
.statbar .barout {
	height: 20px;
	background-color: #AADFFF;
}
.statbar .bartot {
	height: 20px;
	background-color: #6FC9FF;
}