html, body {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
body {
	font: 300 12px/16px Arial, sans-serif;
	text-align: center;
	color: #000;
	background-color: #004783;
}
body * {
	box-sizing: border-box;
}
article, audio, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, video {
	display: block;
	margin: 0;
}
img, svg {
	vertical-align: middle;
}
a {
	color: #ea5906;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
}
dfn, i {
	font-style: italic;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
button {
	display: inline-block;
	padding: 0;
	overflow: visible;
}
button, input ,optgroup, select, textarea {
	color: inherit;
	font: inherit;
	text-align: left;
	margin: 0;
}
button, select {
	text-transform: none;
}
input[type="text"], input[type="email"], input[type="password"] {
	width: 240px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	background-color: #ebebeb;
	border: 1px solid transparent;
}
button, input[type="button"], input[type="submit"] {
	width: 240px;
	height: 22px;
	padding: 0;
	line-height: 22px;
	color: #fff;
	background-color: #004783;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	border: 0 none;
	text-indent: 30px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input[type="submit"] {
	background-image: none;
	text-indent: 0;
	text-align: center;
}
input[type="text"][disabled], input[type="email"][disabled], textarea[disabled] {
	background-color: #fff;
}
button.add {
	background-position: left top;
}
button.edit {
	background-position: left -22px;
}
button.save, input[type="button"].save {
	background-position: left -44px;
}
button.cancel, input[type="button"].cancel {
	background-position: left -132px;
}
button.download {
	background-position: left -66px;
}
button.approval {
	background-position: left -88px;
}
button.delete {
	background-position: left -110px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #ea5906;
}
button[disabled]:hover, input[type="button"][disabled]:hover, input[type="reset"][disabled]:hover, input[type="submit"][disabled]:hover {
	color: #fff;
}
button[disabled], input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: baseline;
}
input::-webkit-input-placeholder {
	color: #666;
	opacity: .75;
}
input::-moz-placeholder {
	color: #666;
	opacity: .75;
}
input:-ms-input-placeholder {
	color: #666;
	opacity: .75;
}
select {
	height: 22px;
	line-height: 22px;
	background-color: #ebebeb;
	border: 1px solid transparent;
}
select[disabled] {
	background-color: #fff;
}
textarea {
	overflow: auto;
	resize: vertical;
}
textarea::-webkit-input-placeholder {
	color: #666;
	opacity: .75;
}
textarea::-moz-placeholder {
	color: #666;
	opacity: .75;
}
textarea:-ms-input-placeholder {
	color: #666;
	opacity: .75;
}
h1, h2, h3 {
	margin: 0;
	padding: 0 0 1em 0;
	font-weight: 400;
	color: #ea5906;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	padding: 1em 0;
	font-size: 16px;
	line-height: 20px;
}
.clear:after {
	content: ' ';
	display: block;
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.page {
	position: relative;
	width: 990px;
	min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
	z-index: 1;
}

.header {
	position: relative;
	height: 90px;
	padding: 20px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #004783;
}
.header div {
	position: absolute;
	top: 12px;
	right: 20px;
	color: #ea5906;
}
.header button {
	position: absolute;
	bottom: 12px;
	right: 20px;
}
.header button[disabled] {
	opacity: .5;
}

.alphabetBox {
	height: 62px;
	border-bottom: 1px solid #004783;
}
.alphabet {
	padding: 20px;
	list-style-type: none;
	background-color: #fff;
}
.alphabet li {
	display: block;
	width: 28px;
	height: 22px;
	float: left;
	background-color: #004783;
	border-left: 1px solid #fff;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}
.alphabet li:hover {
	color: #ea5906;
}
.alphabet li.all {
	width: 222px;
	border-left: 0 none;
}
.alphabet li.current {
	background-color: #ea5906;
}
.alphabet li.current:hover {
	color: #fff;
}

.content, .sidebar {
	float: left;
	width: 550px;
	height: calc(100vh - 153px);
	text-align: left;
	overflow: hidden auto;
}
.content.login {
	float: none;
	width: 100%;
}
.loginForm {
	padding-top: 50px;
	text-align: center;
}
.loginForm input {
	display: block;
	margin: 0 auto 10px auto;
}
.charBox {
	max-height: 300vh;
	padding-top: 10px;
	border-bottom: 1px solid #004783;
	overflow: hidden;
	transition: max-height .2s;
}
.charBox.closed {
	max-height: 0;
	padding-top: 0;
	border-bottom: 0 none;
}
.char {}
.char span {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 16px;
	color: #004783;
}
.card {
	border-top: 1px solid #004783;
}
.card:hover {
	background-color: #ebebeb;
}
.card.current, .card.current:hover {
	background-color: #fad5c0;
}
.cardData {
	padding: 3px 20px;
	line-height: 20px;
	cursor: pointer;
}
.cardData .name {
	font-size: 14px;
	color: #004783;
}

.sidebar {
	position: relative;
	width: 440px;
	padding: 20px;
	border-left: 1px solid #004783;
}
.sidebar.masked {
	overflow: hidden;
}
.mask {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.9);
}
.mask.loader {
	display: block;
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.mask.info, .mask.error {
	display: block;
	text-align: center;
	cursor: pointer;
}
.mask p {
	position: relative;
	top: 30%;
	width: 360px;
	padding: 20px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.mask p:after {
	display: block;
	width: 100px;
	content: 'Schließen';
	margin: 20px auto 0 auto;
	padding: 5px 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	background-color: #ebebeb;
}
.mask.info p {
	color: #090;
}
.mask.error p {
	color: #c00;
}

.sidebarForm {
	padding-bottom: 30px;
}
.cForm label {
	display: block;
	width: 380px;
	margin-bottom: 5px;
	border: 1px solid #ebebeb;
}
.cForm label span {
	display: block;
	width: 378px;
	padding: 2px 5px;
	font-size: 11px;
	line-height: 12px;
	color: #666;
	background-color: #ebebeb;
}
.cForm.disabled label span {
	background-color: #fff;
}
.cForm input, .cForm select {
	width: 378px;
}
.cForm input[type="file"] {
	width: 105px;
}
.cForm textarea {
	width: 378px;
	height: 4em;
	padding: 0 5px;
	line-height: 22px;
	background-color: #ebebeb;
	border: 1px solid transparent;
}
.cForm textarea[disabled] {
	background-color: #fff;
}
.cForm input[type="button"] {
	float: left;
	width: 185px;
}
.cForm input[type="button"]:nth-of-type(2) {
	margin-left: 10px;
}

.cForm.disabled {}
.cForm.disabled input, .cForm.disabled select, .cForm.disabled option {}

.cForm.disabled select, .cForm.disabled option {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.cForm.disabled option {
	padding: 0 5px;
}

.cForm.disabled input[type="button"], .sidebarButton button[disabled]  {
	opacity: .3;
}

#cImg {
	width: 270px;
	height: 125px;
	margin-right: 3px;
	vertical-align: bottom;
}

.sidebarButton button {
	width: 380px;
	margin-bottom: 5px;
}
.downloadForm {
	display: none;
}
