::selection {
	background: #1470ab;
	color: #fff;
}
::-moz-selection {
	background: #1470ab;
	color: #fff;
}
aside, article, footer, header, nav, section {
	display: block;
}

body, html {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5d5d5d;
	line-height: 2em;
}

h1, h2, p.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #212121;
	margin: 34px 0px;
	line-height: 1em;
}
h1:first-child, h2:first-child, p.header:first-child {
	margin-top: 5px;
}
h2 {
	margin: 23px 0px;
}

h2 > span, p.header > span {
	line-height: 1em;
}
p {
	margin: 0px;
}

p.strong {
	font-family: 'DINPro Regular', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 34px;
}
form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}
a {
	color: #1470ab;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"], input[type="password"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* Button */
.button {
	display: inline-block;
	width: 194px;
	height: 40px;
	line-height: 40px;
	background: #1470ab;
	font-family: 'DINPro Medium', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 0px;
	padding: 0px;
	outline: none;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	border-radius: 3px;
}
.button:hover {
	background: #212121;
	text-decoration: none;
}
.button.secondary {
	background: #212121;
}
.button.secondary:hover {
	background: #00bff0;
}

/* End Button */


/* Notice */
div.notice-succes, div.notice-error, div.notice-warning {
	margin: 20px 0px 20px 0px;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	outline: none;
	border: 1px solid #cdcdcd;
	background: #efefef;
	color: #5d5d5d;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	max-width: 838px;
}
div.notice-succes {
	border-color: #10a600;
	background: #daffc3;
	color: #10a600;
}
div.notice-error {
	border-color: #e50000;
	background: #ffdfdf;
	color: #e50000;
}
div.notice-warning {
	border-color: #e5a200;
	background: #fff5de;
	color: #e5a200;
}
/* End Notice */

/* Fieldset */
fieldset {
	margin: 40px 0px;
	padding: 30px;
	border: 0px;
	border: 1px solid #cdcdcd;
	background: #efefef;
	border-radius: 5px;
	max-width: 860px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
fieldset > div.field:after {
	content: '';
	display: block;
	clear: both;
}
fieldset div.field + div.field {
	margin-top: 12px;
}
fieldset div.field > label {
	float: left;
	min-width: 150px;
	width: 25%;
}
fieldset div.field > div {
	overflow: hidden;
}
fieldset div.field > div input[type="text"], fieldset div.field > div input[type="password"], fieldset div.field > textarea {
	width: 100%;
	height: 40px;
	line-height: 20px;
	padding: 10px 18px;
	border: 1px solid #c9c9c9;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5d5d5d;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	border-radius: 3px;
}
fieldset div.field > textarea {
	height: 184px;
}
fieldset div.field > div input[type="text"]:focus, fieldset div.field > div input[type="password"]:focus, fieldset div.field > div textarea:focus {
	border-color: #5d5d5d;
}
fieldset div.field > div input[type="text"].error, fieldset div.field > div input[type="password"].error, fieldset div.field > div textarea.error {
	border-color: #e44;
}
fieldset div.buttons {
	margin-top: 12px;
}
fieldset div.buttons:after {
	content: '';
	display: block;
	clear: both;
}
fieldset div.buttons input[type="submit"] {
	float: right;
	width: 194px;
	height: 40px;
	line-height: 40px;
	background: #1470ab;
	font-family: 'DINPro Medium', Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 0px;
	padding: 0px;
	outline: none;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	border-radius: 3px;
}
fieldset div.buttons input[type="submit"]:hover {
	background: #212121;
	color: #fff;
}
fieldset div.field > div label.option {
	float: left;
	position: relative;
	overflow: hidden;
}
fieldset div.field > div label.option > input {
	position: absolute;
	left: -20px;
}
fieldset div.field > div label.option > span {
	display: block;
	height: 40px;
	padding: 0px 10px;
	cursor: pointer;
}
fieldset div.field > div label.option > input:checked ~ span {
	font-weight: bold;
}
fieldset table {
	width: 50%;
	float: left;
}
fieldset table th {
	text-align: left;
}
/* End Fieldset */

/* Login-screen */
#login-screen {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #1470ab;
}
#login-screen > div {
	display: table;
	width: 100%;
	min-height: 100%;
}
#login-screen > div > div {
	display: table-cell;
	vertical-align: middle;
	padding: 50px;
}
#login-screen > div > div > div {
	width: 450px;
	margin: 0px auto;
}
/* End Login-screen */

header {
	position: relative;
	height: 50px;
	background: #1470ab;
	color: #fff;
}

header a {
	color: #fff;
}

/* Container */
.container {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: calc(100% - 50px);
}
.container > aside {
	display: table-cell;
	width: 260px;
	background: #272727;
}
.container > aside ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.container > aside ul > li > a {
	display: block;
	height: 46px;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	text-decoration: none;
	font-size: 18px;
	color: #95a1a4;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.container > aside ul > li > a:hover {
	background: #494949;
}
.container > div {
	display: table-cell;
	padding: 50px 50px 150px 50px;
}
/* End Container */


/* Table */
table.data {
	width: 100%;
	max-width: 860px;
	border: 0px;
	border-collapse: collapse;
	margin: 30px 0px;
	border-radius: 5px;
	overflow:hidden;
}
table.data th {
	background: #1470ab;
	color: #fff;
	text-align: left;
	padding: 4px 10px;
	line-height: 26px;
}
table.data td {
	color: #616161;
	background: #F7F7F7;
	padding: 4px 10px;
	line-height: 26px;
}
table.data tr:nth-child(odd) td {
	background: #EDEDED;
}
table.data tr:hover td {
	background: #FF9B25;
	color: #fff;
}
table.data tr a.option img {
	margin: 0px 2px;
	vertical-align: middle;
}
table.data th.checkbox {
	width: 15px;
}
/* End Table */

/* Paging */
div.paging {
	max-width: 860px;
	margin: -20px 0px 20px 0px;
}
div.paging:after {
	content: '';
	display: block;
	clear: both;
}
div.paging > ul {
	list-style: none;
	padding: 0px;
	float: right;
	margin: 0px;
	height: 28px;
}
div.paging > ul li {
	float: left;
	height: 28px;
	margin: 0px 0px 5px 5px;
}
div.paging > ul a {
	display: block;
	height: 26px;
	line-height: 26px;
	background: #ededed;
	color: #616161;
	text-decoration: none;
	padding: 0px 5px;
	min-width: 16px;
	text-align: center;
	border: 1px solid #E9E9E9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
div.paging > ul a:hover {
	border-color: #AAA;
}
div.paging > ul a.active {
	background: #1470ab;
	border-color: #1470ab;
	color: #fff;
	cursor: default;
}
/* End Paging */

/* Controls */
div.controls {
	margin-top: -20px;
	max-width: 860px;
}
div.controls:after {
	content: '';
	display: block;
	overflow: hidden;
	height: 30px;
	margin-left: 20px;
	border-left: 1px dashed #cdcdcd;
	border-bottom: 1px dashed #cdcdcd;
}
div.controls > div {
	float: right;
	margin-left: 10px;
	padding-top: 10px;
}
div.controls > div:after {
	content: '';
	display: block;
	clear: both;
}
div.paging + div.controls:after {
	position: relative;
	top: -28px;
	height: 58px;
}
/* End Controls */

/* Header menu */
header .menu {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
}
header .menu > a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header .menu > ul {
	position: absolute;
	right: 0px;
	top: 100%;
	padding: 0px;
	margin: 0px;
	background: #212121;
}

header .menu > ul > li > a {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header .menu:hover > a {
	background: #212121;
}
header .menu:hover > ul > li > a {
	height: 40px;
}
header .menu > a:hover {
	text-decoration: none;
}
header .menu > ul > li > a:hover {
	background: #494949;
	text-decoration: none;
}


/* End Header menu */