﻿
@font-face {
	font-family: TradeGothicLTCom;
	src: url('/Content/fonts/tradegothic/TradeGothicLTCom.ttf');
}
@font-face {
	font-family: TradeGothicLTComBold;
	src: url('/Content/fonts/tradegothic/TradeGothicLTCom-Bd2.ttf');
}

@-ms-viewport {
	width: auto !important; /* content should not be hidden by scrollbars */
}

html {
	background-color: #000 !important;
	margin: 0;
	padding: 0;
	padding: 0;
}
footer {
	font-family: TradeGothicLTCom, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body {
	background-color: transparent !important;
	/*border-top: 10px solid #353535;*/
	color: #333;
	font-size: 14px;
	font-family: TradeGothicLTCom, Arial, Helvetica, Sans-Serif !important;
	margin: 0;
	padding: 0 20px;
	line-height: 22px !important;
}
#maincontainer {
	position: relative;
	width: 1125px;
	margin: 0 auto;
}
#maincontainer.backend {
	width: auto;
}

a {
	outline: none;
	text-decoration: underline;
}
.frontend a {
	color: #E2001A;
}
.link-title {
	border-bottom: 1px dotted #cccccc;
	cursor: help;
}
.link-title:hover {
	background: #ffffee;
}

header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3, .h3_header,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em !important;
}

h2 {
	font-size: 1.75em !important;
}

h3, .h3_header {
	font-size: 1.2em !important;
}
.h3_header {
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}

hr.small {
	margin-top: 5px;
	margin-bottom: 5px;
}

.topic-container {
	margin-top: 6px;
}
.topic-content h1 {
	font-weight: bold !important;
}
.topic-content h2, .topic-content h3, .topic-content h4, .topic-content h5 {
	font-weight: normal;
}
h1.bold, h2.bold, h3.bold,
h4.bold, h5.bold, h6.bold {
	font-weight: bold !important;
}

textarea.topic-comment {
	width: 99%;
	height: 150px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
	margin: 0 auto;
}

#body {
	background-color: #fff;
	clear: both;
	padding-bottom: 35px;
	border-radius: 5px;
}

	.main-content {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 20px;
	}

header {
	height: 125px;
	max-height: 125px;
	background: transparent !important;
	z-index: 780;
}
header .header-wrapper {
	background-color: #000 !important;
	width: 1125px;
	background: transparent;
	position: fixed;
	z-index: 800;
	padding-bottom: 10px;
	margin: 0 auto;
}
.backend header {    
	background-color: #000 !important;
}
.backend header .header-wrapper {
	width: 97%;
	height: 115px;
}
.header-navigation {
}
.header-navigation input[type="text"], .header-navigation select, .header-navigation .add-on {
	background: #353535 !important;
	border: 1px solid #222 !important;
	color: #CCCCCC !important;
	text-shadow: none !important;
}
.header-navigation input[type="text"].search-field {
	background: url('/Client/Content/images/magnifier.png') no-repeat #353535 99% center !important;
}

@media (max-width: 850px) {
	header {
		padding-bottom: 0;
		height: auto;
		z-index: auto;
	}
	header .header-wrapper {
		border-top: 10px solid #353535;
		width: auto;
		position: relative;
		left: auto;
		z-index: auto;
		padding-bottom: 0;
	}
}

footer {
	clear: both;
	background: #000;
	color: #bbbbbb;
	display: block;
	width: 100%;
	border-top: 1px solid #777777;
	font-size: 11px;
	padding: 2px 0 0 0;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 32px;
	line-height: 14px;
	opacity: .8;
	text-align: center;
}
footer .content-wrapper {
	text-align: center;
	padding: 0 15px;
	width: 1125px;
}
footer a {
	color: #eeeeee !important;
}
footer .imprint_terms {
	position: absolute;
	bottom: 3px; right: 20px;
}


/* site title
----------------------------------------------------------*/
.site-title {
	color: #c8c8c8;
	/*font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;*/
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
}

.site-title .site-title-logo {
	float: left;
}
.site-title .site-maintitle {
	font-size: 30px;
	float: left;
	padding-top: 63px;
	margin-left: 20px;
}
.site-title .site-subtitle {
	margin-left: 30px;
	font-size: 12px;
	color: #888;
	padding-top: 63px;
	float: left;
	white-space: nowrap;
}
.site-title .site-subtitle .family-name {
	font-size: 22px;
}
.site-title .site-subtitle .site-pagetitle {
	font-size: 16px;
}
@media (max-width: 1250px) {
	.site-title .site-maintitle {
		font-size: 24px;
	}
	.site-title .site-subtitle {
	}
}
@media (max-width: 1110px) {
	.site-title .site-maintitle {
	}
	.site-title .site-subtitle {
	}
	.site-title .site-subtitle .site-pagetitle {
		font-size: 12px;
	}
}
@media (max-width: 850px) {
	.site-title {
		padding-top: 0 !important;
	}
	.site-title b {
		display: block;
		margin-top: 10px;
	}
	.site-title .site-subtitle {
		font-size: 11px !important;
	}
}


/* login
----------------------------------------------------------*/
#login {
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 5px 0 5px 0;
	text-align: right;
	line-height: 30px;
	color: #ffffff;
}

	#login a {
		color: #ffffff;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: underline;
	}
	
	#login button {
		padding: 0 20px;
		margin-left: 15px;
	}

	#login a.username {
		background: none;
		margin: 0;
		padding: 0;
		text-decoration: underline;
	}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}



/* menu items
----------------------------------------------------------*/
#menuItems {
	display: block;
	font-size: .85em;
	padding: 5px 0 0 20px;
	text-align: right;
	float: right;
	height: 60px;
}


/* language selector
----------------------------------------------------------*/
#languageSelector {
	display: block;
	font-size: .85em;
	padding: 5px 0 0 20px;
	text-align: right;
	float: right;
	height: 60px;
}


/* search box
----------------------------------------------------------*/
#searchBox {
	display: block;
	font-size: .85em;
	padding: 5px 0 0 20px;
	text-align: right;
	float: right;
	height: 60px;
}


/* header navigation
----------------------------------------------------------*/

@media (max-width: 575px) {
	#languageSelector {
		float: none;
		clear: both;
		text-align: center;
		width: 100%;
		height: auto;
	}
	#searchBox {
		float: none;
		text-align: center;
		width: 100%;
		clear: both;
		height: auto;
	}
	.header-navigation {
		float: none !important;
		clear: both;
	}
}



/* menu
----------------------------------------------------------*/
ul#menu {
	position: absolute;
	top: 95px;
	right: 0;
	font-size: 1.1em;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
	color: #828282;
}

	ul#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		ul#menu li a {
			background: none;
			color: #aaa;
			text-decoration: none;
		}

		ul#menu li a:hover {
			color: #828282;
			text-decoration: none;
		}
		
		ul#menu li.active a {
			color: white !important;
		}
ul#menu .label-inverse {
	background: #333333;
	border: 1px solid #777777;
}


#subnavi {
	min-width: 250px;
	max-width: 20%;
	overflow-x: hidden;
	margin-right: 20px;
	float: left;
	font-size: .9em;
}
#subnavi ul li {
	font-weight: bold;
}
#subnavi ul li a {
	color: #999;
}
#subnavi ul li a:hover {
	color: #333;
	text-decoration: none;
}
#subnavi h3 {
	line-height: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#subnavi-content {
	width: 76%;
	border-left:1px solid #ccc;
	padding-left: 20px;
	float: left;
}


/* page elements
----------------------------------------------------------*/

/* page titles */
hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

/* ordered list */
ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round li.zero {
			background: url("/Client/Content/images/icons/orderedList0.png") no-repeat;
		}

		ol.round li.one {
			background: url("/Client/Content/images/icons/orderedList1.png") no-repeat;
		}

		ol.round li.two {
			background: url("/Client/Content/images/icons/orderedList2.png") no-repeat;
		}

		ol.round li.three {
			background: url("/Client/Content/images/icons/orderedList3.png") no-repeat;
		}

		ol.round li.four {
			background: url("/Client/Content/images/icons/orderedList4.png") no-repeat;
		}

		ol.round li.five {
			background: url("/Client/Content/images/icons/orderedList5.png") no-repeat;
		}

		ol.round li.six {
			background: url("/Client/Content/images/icons/orderedList6.png") no-repeat;
		}

		ol.round li.seven {
			background: url("/Client/Content/images/icons/orderedList7.png") no-repeat;
		}

		ol.round li.eight {
			background: url("/Client/Content/images/icons/orderedList8.png") no-repeat;
		}

		ol.round li.nine {
			background: url("/Client/Content/images/icons/orderedList9.png") no-repeat;
		}

ul.boxes {
	list-style-type: none;
	margin-left: 0;
}
ul.boxes:after {
	content: '';
	display: block;
	clear: both;
}
ul.boxes li {
	display: inline-block;
	float: left;
	width: 150px;
	min-height: 150px;
	border: 3px solid #aaaaaa;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}
ul.boxes li.double {
	width: 320px;
}
ul.boxes li a {
	display: block;
	min-height: 150px;
	text-align: center;
	vertical-align: middle;
	color: #888888;
	text-decoration: none;
}
ul.boxes li a:hover {
	color: #eeeeee;
	background: #555555;
}
ul.boxes li.invert {
	color: #eeeeee;
	background: #555555;
}
ul.boxes li.invert a {
	color: #eeeeee;
}
ul.boxes li.invert a:hover {
	color: #ffffff;
	background: #888888;
}

ul.boxes li a .fa {
	font-size: 50px;
	display: block;
	padding: 30px 0 20px 0;
}

/* content */
article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("/Client/Content/images/icons/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;
		}

.label {
	font-weight: 700;
}

/* login page */
#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

	#loginForm .validation-summary-errors ul {
		margin: 0;
		padding: 0;
	}

	#loginForm .validation-summary-errors li {
		display: inline;
		list-style: none;
		margin: 0;
	}

	#loginForm input {
		width: 250px;
	}

	#loginForm input[type="checkbox"],
	#loginForm input[type="submit"],
	#loginForm input[type="button"],
	#loginForm button {
		width: auto;
	}

#logoutForm {
	display: inline;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}

	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

label {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
}

label.checkbox {
	display: inline;
}

input, textarea {
	border: 1px solid #e2e2e2;
	background: #fff;
	color: #333;
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	padding: 5px;
	width: 300px;
}

textarea {
	font-family: inherit;
	width: 500px;
}

	input:focus, textarea:focus {
		border: 1px solid #7ac0da;
	}

	input[type="checkbox"] {
		background: transparent;
		border: inherit;
		width: auto;
	}

	input[type="submit"],
	input[type="button"],
	button {
		background-color: #d3dce0;
		border: 1px solid #787878;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		padding: 7px;
		margin-right: 8px;
		width: auto;
	}
	input[type="submit"].btn-noshadow,
	input[type="button"].btn-noshadow,
	button.btn-noshadow 
	{
		color: #CCCCCC;
		box-shadow: none !important;
		border-color: #242424 !important;
	}

	td input[type="submit"],
	td input[type="button"],
	td button {
		font-size: 1em;
		padding: 4px;
		margin-right: 4px;
	}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
	background: #f2ebac;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.success {
	color: #33cc33;
}
.notice {
	color: #3333cc;
}
.error {
	color: #cc3333;
}

/* styles for validation helpers */
.field-validation-error {
	color: #cc3333;
	font-weight: bold;
	font-size: .9em;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error, textarea.input-validation-error {
	border: 1px dashed #cc3333 !important;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #cc3333;
	background: #FFCCCC;
	font-weight: bold;
	padding: 8px 5px 0 5px;
	margin: 15px;
	border: 1px dashed #cc3333;
}

.validation-summary-valid {
	display: none;
}


/* tables
----------------------------------------------------------*/
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

th {
	font-size: 1.2em;
	text-align: left;
	border: none 0px;
	padding-left: 0;
}

	th a {
		display: block;
		position: relative;
	}

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
		padding: 0;
	}

	th a:hover {
		color: #000;
	}

	th.asc a, th.desc a {
		margin-right: .75em;
	}

	th.asc a:after, th.desc a:after {
		display: block;
		position: absolute;
		right: 0em;
		top: 0;
		font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

tr.pager td {
	padding: 0 0.25em 0 0;
}
*/

table thead th {
	background-color: #838383;
	color: #dddddd;
}
table thead th a {
	color: white;
}
table:not([class*='table-nohover']) tbody tr:hover td {
	/*background-color: #ffffee !important;*/
}

table td.center, table tr.center td, table th.center, table tr.center th {
	text-align: center;
}
table td.left, table tr.left td, table th.left, table tr.left th {
	text-align: left;
}
table td.right, table tr.right td, table th.right, table tr.right th {
	text-align: right;
}

table.table-diff {
	background: white;
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: white;
}




/* Misc */
h1 {
	font-weight: normal !important;
}
h1 i {
	font-weight: bold;
}

.dl-horizontal > dd:after {
	display: table;
	content: "";
	clear: both;
}
dt {
	font-weight: normal !important;
	color: #828282;
}
dd {
}
dl.dl-horizontal.dl-large dt {
	width: 260px;
}
dl.dl-horizontal.dl-large dd {
	margin-left: 280px;
}

.multiline {
	white-space: pre-wrap;
}

tr.highlight td {
	background-color: #f6f4cc !important;
}
td.highlight {
	background-color: #f6f4cc !important;
}

.highlight {
	background-color: #ffee00 !important;
}

.form-mini select, .form-mini .add-on {
	height: auto !important;
	line-height: 14px !important;
	padding-right: 16px !important;
	font-size: 11px !important;
}
.form-mini select {
	height: 22px !important;
}
.form-mini .add-on {
	height: 12px !important;
}
.form-mini select + .caret {
	margin-left: -20px !important;
	margin-top: 9px !important;
}

/* offsets for anchors *//*
.topic-content a[name]:before {
	content: " ";
	display: block;
	width: 1px;
	height: 150px !important;
	margin-top: -150px !important;
	margin-left: -2px;
}
.topic-content a[name].topic-toc-item {
	border-bottom: 1px solid transparent;
	display: inline;
}*/
.topic-table-of-contents {
	position: relative;
	border: 1px solid #eee;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
}
.topic-table-of-contents ul {
	margin: 0 !important;
	padding: 0 !important;
}
.topic-table-of-contents>ul {
	margin-bottom: 5px !important;
}
.topic-table-of-contents ul li {
	line-height: 16px;
}
.topic-table-of-contents h2 {
	margin: 0 0 5px 0;
	line-height: 18px;
	font-size: 14px !important;
}
.topic-table-of-contents .topic-toc-toggler {
	position: absolute;
	top: 10px;
	right: 10px;
}



/* annotations */

.annotate img {
	padding: 4px;
}
img.highlight {
	background-color: #E2001A !important;
	padding: 4px;
}
.annotation {
	background-color: #ffee00 !important;
	color: #333;
	cursor: help;
}
.annotation img {
	background-color: #ffee00 !important;
	padding: 4px;
	cursor: help;
}
.annotation_highlight {
	position: relative;
	background-color: #ffaaaa !important;
	cursor: help;
}
.annotation_highlight img {
	position: relative;
	background-color: #ffaaaa !important;
	cursor: help;
}
.small_image img {
	max-width: 300px !important;
	max-height: 300px !important;
}

.bounding-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.infobox {
	border: 1px solid #ccccbc;
	clear: both;
	padding: 5px 7px;
	background: #ffffda;
}
.infobox dl {
	margin-top: 5px;
	margin-bottom: 5px;
}
.infobox hr {
	border: 0;
	border-bottom: 1px solid #ECECDC;
	margin: 5px 0;
}

.errorbox {
	border: 3px solid #dd9999;
	clear: both;
	padding: 15px 15px;
	background: #eeaaaa;
	font-weight: bold;
	color: #550000;
}
.errorbox.thin {
	font-weight: inherit;
}

.red {
	color: #8B0000;
}
.green {
	color: #006400;
}
.gray, .disabled {
	color: #AAAAAA;
}
.small-note {
	color: #999999;
	font-style: italic;
	font-size: .85em;
}

ul.blocks {
	margin: 0;
	padding: 0;
}
ul.blocks li {
	display: block;
	border: 5px solid #838383;
	padding: 10px;
	margin: 0 25px 25px 0;
	float: left;
	border-radius: 5px;
}
ul.blocks li.nostyle {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	border-radius: 0;
}
ul.blocks li a {
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	display: table-cell; 
	vertical-align: middle;
}


.image-magnifier-icon {
	background: url('/Content/images/icons/zoom_in_32px.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.image-magnifier-icon:hover {
	background-color: #888888;
}

.colorbox-zoom {
	display: table-cell;
	position: relative;
}
.colorbox-zoom .zoom-in-icon {
	background: url('/Content/images/icons/zoom_in_32px.png') no-repeat 0 0 #eeeeee;
	position: absolute;
	display: block;
	border: 1px dashed #555555;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	opacity: .8;
}
.colorbox-zoom:hover .zoom-in-icon {
	background: url('/Content/images/icons/zoom_in_48px.png') no-repeat 0 0 #aaaaaa;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	opacity: 1;
}

.wraptocenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding:2px;
	width: 164px;
	height: 164px;
	max-width: 164px;
	max-height: 164px;
	overflow: hidden;
}
.wraptocenter * {
	vertical-align: middle;
}

/*\*//*/
.wraptocenter {
	display: block;
}
.wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}


/* Topic */

.topic-tree {
	overflow-x: hidden;
	width: 300px;
	float: left;
}
.topic-tree .topic-tree-container {
	overflow-x: auto;
	overflow-y: scroll;
	height: 100%;
}

.topic-content {
	width: 770px;
	min-height: 100%;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
.backend .topic-content {
	width: 70%;
	min-width: 750px !important;
}

@media (max-width: 850px) {
	.topic-tree {
		overflow-x: visible;
		width: 95%;
		position: relative;
	}
	.topic-tree .topic-tree-container {
		overflow-y: visible;
		height: 100%;
	}
	.topic-content {
		width: 95%;
		margin-left:0;
	}
}

.topic-content input, .topic-content textarea
{
	width: 99%;
}

input.isdirty, textarea.isdirty {
	border: 1px solid #55aa55 !important;
}



/* diff */

ins {
	background-color: #cfc;
	color: #333333;
	text-decoration: none;
}
 
del {
	color: #828282;
	background-color:#FEC8C8;
}
.contains-chg {
	position: relative;
}
.diffimageoverlay {
	position: absolute;
	top: 0;
	right: 0;
	background: url('/Content/images/diff-ins.png') repeat-y 100% 0 white;
	width: 17px;
	z-index: 1001;
}

.diff-text>* {
}
.diff-text .contains-ins {
	background: url('/Content/images/diff-ins.png') repeat-y 100% 0;
	min-width: 12px;
}
.diff-text .contains-del {
	background: url('/Content/images/diff-del.png') repeat-y 100% 0;
	min-width: 12px;
}
.diff-text .contains-ins>.contains-del, .diff-text .contains-del>.contains-ins {
}
.diff-text .no-changes {
}

.backend .topic-content div.ck_pagebreak, #translation_table .column_2 div.ck_pagebreak, #translation_table .column_3 div.ck_pagebreak, #table_diff .diff-changes div.ck_pagebreak, #table_diff .diff-changes2 div.ck_pagebreak, #table_diff .diff-version1 div.ck_pagebreak, #table_diff .diff-version2 div.ck_pagebreak {
	border-top: 2px dotted #99bbcc;
	border-bottom: 2px dotted #99bbcc;
	margin: 20px 10px 20px 0;
	position: relative;
	height: 16px;
}
.backend .topic-content div.ck_pagebreak::after, #translation_table .column_2 div.ck_pagebreak::after, #translation_table .column_3 div.ck_pagebreak::after, #table_diff .diff-changes div.ck_pagebreak::after, #table_diff .diff-changes2 div.ck_pagebreak::after, #table_diff .diff-version1 div.ck_pagebreak::after, #table_diff .diff-version2 div.ck_pagebreak::after {
	content: "page-break";
	position: absolute;
	right: 10px;
	top: -1px;
	font-size: 11px;
}


/* Category tree */

li.tree-author-changed {
	background: url('/Client/Content/images/icons/tree-author-changed.png') no-repeat right 9px !important;
}
div.tree-author-changed, span.tree-author-changed {
	background: url('/Client/Content/images/icons/tree-author-changed.png') no-repeat left 6px;
	width: 14px;
	height: 16px;
	display: block;
	float: left;
}

li.tree-reviewer-rejected {
	background: url('/Client/Content/images/icons/tree-reviewer-rejected.png') no-repeat right 9px !important;
}
div.tree-reviewer-rejected, span.tree-reviewer-rejected {
	background: url('/Client/Content/images/icons/tree-reviewer-rejected.png') no-repeat left 6px;
	width: 14px;
	height: 16px;
	display: block;
	float: left;
}

li.tree-trash-symbol>.jstree-icon {
	background: url('/Client/Content/images/icons/tree-trash-icon.png') no-repeat right 4px !important;
}

li.tree-product-symbol>.jstree-icon {
	background: url('/Client/Content/images/icons/tree-product-icon.png') no-repeat right 4px !important;
}

li.tree-invisible>.jstree-anchor {
	color: #aaa !important;
}
li.tree-product>.jstree-anchor {
	font-weight: bold;
}
li .tree-glossary {
	text-transform: uppercase;
}

.category-edit-links {
	padding: 0 10px 0 5px;
}
.category-edit-links a {
	padding: 0 4px;
}



/* Translation */

.translation_block {
	border: 1px solid #c8c8c8;
	margin: 2px;
	padding: 2px;
}

.grip {
	background: url("/Content/images/icons/colresizable_grip.png") no-repeat;
	cursor: e-resize;
	height: 30px;
	margin-left: -5px;
	margin-top: -3px;
	position: relative;
	width: 20px;
	z-index: 88;
}
.JColResizer td, .JColResizer th {
	min-width: 15px !important;
}


/* Breadcrumb */

.breadcrumb {
	display: none;
}


/********************
*   Mobile Styles   *
********************/


@media (max-width: 850px) {
	/* hide topic tree on small displays */
  .topic-tree {
	  display: none;
  }
  
  .breadcrumb {
	  display: block;
  }

  select#breadcrumb_category_selector {
	  width: auto !important;
	  max-width: 250px;
  }
}


@media only screen and (max-width: 850px) {

	/* header
	----------------------------------------------------------*/
	header .float-left,
	header .float-right {
		float: none;
	}

	/* logo */
	header .site-title {
		padding: 10px;
		text-align: center;
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

		#login li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

		#login a:hover {
			color: #333;
		}

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}
		
	
#subnavi {
	width: auto;
	float:none;
	margin: 0;
	padding: 0;
}
#subnavi ul {
	margin: 0;
	padding: 0;
}
#subnavi ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#subnavi-content {
	width: auto;
	border-left: none;
	padding-left: 0;
	float: none;
}



	/* main layout
	----------------------------------------------------------*/
	.main-content,
	.featured + .main-content {
		background-position: 10px 0;
	}

	.content-wrapper {
		padding-right: 10px;
		padding-left: 10px;
	}

	.featured .content-wrapper {
		padding: 10px;
	}

	/* page content */
	article, aside {
		float: none;
		width: 100%;
	}

	/* ordered list */
	ol.round {
		list-style-type: none;
		padding-left: 0;
	}

		ol.round li {
			padding-left: 10px;
			margin: 25px 0;
		}

			ol.round li.zero,
			ol.round li.one,
			ol.round li.two,
			ol.round li.three,
			ol.round li.four,
			ol.round li.five,
			ol.round li.six,
			ol.round li.seven,
			ol.round li.eight,
			ol.round li.nine {
				background: none;
			}

	 /* features */
	 section.feature {
		float: none;
		padding: 10px;
		width: auto;
	 }

		section.feature img {
			color: #999;
			content: attr(alt);
			font-size: 1.5em;
			font-weight: 600;
		}

	/* forms */
	input {
		width: 90%;
	}

	/* login page */
	#loginForm {
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error {
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm {
		margin-left: 0;
		float: none;
		width: auto;
	}


	/* footer
	----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
		text-align: center;
	}

		footer p {
			margin: 0;
		}
		
		
	.topic-tree
	{
		min-width: 250px;
		max-width: none;
	}
}



/* loading overlay */

.loading {
	position: relative;
}
.loading .loading-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.25);
	text-align: center;
}
.loading .loading-text {
	font-size: 0.875rem;
	line-height: 1.3125rem;
	text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.loading .loading-text:after {
	content: "...";
}
.loading .loading-spinner {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3.9375rem auto 0;
	color: #1a1d1d;
	text-align: center;
}
.loading .loading-icon {
	font-size: 4.8125rem;
	line-height: 5.25rem;
	background: url('/Content/images/ajax-loader.gif') no-repeat 50% 50%;
	min-width: 50px;
	min-height: 50px;
	display: block;
	vertical-align: middle;
}
.loading .loading-icon:before {
	vertical-align: middle;
}


/* tree styles */

.simpletree #jstree-dnd.jstree-default .jstree-ok,
.simpletree #jstree-dnd.jstree-default .jstree-er {
  background-image: url("/Content/images/jstree_32px_frontend.png") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.simpletree .jstree-default .jstree-node,
.simpletree .jstree-default .jstree-icon {
	background-image: url("/Content/images/jstree_32px_frontend.png");
}
.simpletree .jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.simpletree .jstree-default .jstree-anchor .jstree-icon {
	width: 0 !important;
}

.simpletree .jstree-default-small .jstree-node,
.simpletree .jstree-default-small .jstree-icon {
  background-image: url("/Content/images/jstree_32px_frontend.png");
}
.simpletree .jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

.simpletree .jstree-default-large .jstree-node,
.simpletree .jstree-default-large .jstree-icon {
  background-image: url("/Content/images/jstree_32px_frontend.png");
}
.simpletree .jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}

.simpletree .jstree-default .jstree-clicked, .simpletree .jstree-default .jstree-hovered {
	background: none repeat scroll 0 0 #eeeeee;
	box-shadow: none;
	color: #333;
}
.simpletree .jstree-default .jstree-anchor {
	color: #555;
	padding: 0 3px;
	margin-left: 8px;
}


/* misc */

#scrollUp {
	bottom: 35px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: url('/Content/Images/icons/top.png') no-repeat transparent;
	color: #fff;
}
#scrollUp:hover {
	background: url('/Content/Images/icons/top_o.png') no-repeat transparent;
}

/* misc frontend styles */

.frontend .badge-info {
   background-color: #555555;
}

.email-obfuscate-box {
	unicode-bidi: bidi-override;
	direction: rtl;
	cursor: pointer;
}
.email-obfuscate:before {
	content: attr(data-domain) "\0040" attr(data-user);
}
.email-obfuscate:hover {
	text-decoration: underline;
}
footer .email-obfuscate:before {
	color: #eeeeee;
}