@charset "UTF-8";

/**
 * @package     cg6_admin_basic
 * @file        sixcms103://sixcms/admin/external/styles/default/basic.css
 */

html {
	/* Bezugsgroesse fuer REM-Einheit anpassen */
	font-size: 12px;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #F7F7F7;
}

a, legend {
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
a, .cs6AdminLink {
	color: #F77E25;
	text-decoration: underline;
}
a:not([href]) {
	text-decoration: none;
}
.cs6AdminNoLinkHighlight {
	color: #000;
	text-decoration: none;
}

.cs6AdminNoLinkDecoration,
.cs6AdminNoLinkDecoration a,
.cs6AdminTopMain a,
.cs6AdminCardsTab a,
.cs6AdminFrameDialogHandle a,
.cs6AdminFormControlDate a,
.cs6AdminFormBlockOpenerSubText a {
	text-decoration: none;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}

p,
textarea,
ul,
.cs6AdminFormElementContent,
.cs6AdminFormLabel,
.cs6AdminHint,
.cs6AdminListResultEntry,
.cs6AdminSectionTemplate.cs6AdminSectionDetail.cs6AdminSectionData .cs6AdminFormBlockScroll {
	line-height: 1.5;
}

/** ACCESSIBILITY **/
.cs6AdminAccessibilityOn a:focus,
.cs6AdminAccessibilityOn input[type="text"]:focus,
.cs6AdminAccessibilityOn input[type="checkbox"]:focus,
.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button,
.cs6AdminAccessibilityOn .cs6AdminPaneOptionLabel,
.cs6AdminAccessibilityOn .cs6AdminButtonForm,
.cs6AdminAccessibilityOn select:focus,
.cs6AdminAccessibilityOn textarea:focus {
	outline: none;
}
.cs6AdminAccessibilityOn .cs6AdminButtonForm:focus {
	border: 0;
}

.cs6AdminAccessibilityOn a,
.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminMenuHint a .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button::after,
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button::before,
.cs6AdminAccessibilityOn .cs6AdminPaneOptionLabel,
.cs6AdminAccessibilityOn .cs6AdminButtonForm,
.cs6AdminAccessibilityOn .cs6AdminShortcut a::before,
.cs6AdminAccessibilityOn .cs6AdminShortcut button::before {
	content: ''; /** Wichtig fuer transition in ::before- und :after-Selektoren**/
	transition: box-shadow 75ms;
}
.cs6AdminAccessibilityOn a:focus,
.cs6AdminAccessibilityOn input[type="checkbox"]:focus,
.cs6AdminAccessibilityOn select:focus,
.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button:focus .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminMenuHint a:focus .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a:focus::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button:focus::after,
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button:focus::before,
.cs6AdminAccessibilityOn .cs6AdminPaneOptionLabel:focus,
.cs6AdminAccessibilityOn .cs6AdminButtonForm:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarSmall a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminToolbarNormal a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminShortcut a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminShortcut button:focus::before {
	content: '';
	box-shadow: 0 0 4px currentColor;
	transition: box-shadow 100ms;
}
.cs6AdminAccessibilityOn select:focus {
	content: normal;
}
.cs6AdminAccessibilityOn .cs6AdminPaneOptionLabel:focus,
.cs6AdminAccessibilityOn .cs6AdminButtonForm:focus {
	box-shadow: 0 0 2px 2px currentColor;
}
.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button:focus .cs6Icon,
.cs6AdminAccessibilityOn .cs6AdminMenuHint a:focus .cs6Icon,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a:focus,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button:focus,
.cs6AdminAccessibilityOn .cs6AdminButtonForm:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarSmall a:focus,
.cs6AdminAccessibilityOn .cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal a:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarNormal a:focus {
	position: relative;
}

.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button:focus .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminMenuHint a:focus .cs6Icon::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a:focus::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button:focus::after,
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button:focus::before,
.cs6AdminAccessibilityOn .cs6AdminToolbarSmall a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminToolbarNormal a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminShortcut a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminShortcut button:focus::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 15px;
	top: 2px;
	left: 0;
	z-index: 1;
}
.cs6AdminAccessibilityOn .cs6AdminMenuHint a:focus .cs6Icon::after {
	top: -5px;
	left: -5px;
	width: 32px;
	height: 32px;
}
.cs6AdminAccessibilityOn .cs6AdminToolbarNormal a:focus::before {
	top: -4px;
	left: -1px;
}
.cs6AdminAccessibilityOn .cs6AdminToolbarSmall a:focus::before,
.cs6AdminAccessibilityOn .cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal a:focus::before {
	width: 18px;
	height: 18px;
	top: -1px;
	left: 1px;
}
.cs6AdminAccessibilityOn .cs6AdminFrameSpacerMain button:focus .cs6Icon::after {
	width: 18px;
	height: 18px;
	top: -1px;
	left: -6px;
}
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a:focus::after,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button:focus::after {
	top: -1px;
	left: 0;
}
.cs6AdminAccessibilityOn .cs6AdminToolbarQuickSearchForm button:focus::before {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	top: -1px;
	left: -3px;
}

.cs6AdminMenuMain a:focus,
.cs6AdminShortcut a:focus,
.cs6AdminShortcut button:focus,
.cs6AdminAccessibilityOn .cs6AdminMenuHint a:focus,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate a:focus,
.cs6AdminAccessibilityOn .cs6AdminFormControlDate button:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarSmall a:focus,
.cs6AdminAccessibilityOn .cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal a:focus,
.cs6AdminAccessibilityOn .cs6AdminToolbarNormal a:focus {
	box-shadow: none;
	outline: none;
}

select::-ms-expand { /* Expand-Pfeil auf Unauffaellig zurucksetzen */
	border: 0;
	background: none;
}

ul {
	padding: 0;
	margin: 5px 10px;
	list-style-position: inside;
}
.cs6AdminCustomListStyle,
div.cs6AdminCustomListStyle ul {
	list-style-type: none;
}
.cs6AdminCustomListStyle > li::before,
div.cs6AdminCustomListStyle li::before {
	content: '\2022'; /* custom bullet */
	position: relative;
	left: -.5em;
	/*noinspection CssNoGenericFontName*/
	font-family: sixdings;
	font-weight: bold;
}
.cs6AdminNoListStyle > li {
	list-style-type: none;
}

hr {
	height: 1px;
	border-width: 0;
	color: #D0D0D0;
	background-color: #D0D0D0;
}

img {
	border: 0;
}

.cs6AdminBasicDisplayNone
{
	display: none;
}

.cs6AdminBasicOpacityNo, .cs6AdminBasicActive {
	opacity: 1.0;
}

.cs6AdminBasicOpacityHidden, .cs6AdminBasicInactive {
	opacity: 0.5;
}

.cs6AdminBasicOpacityInvisible {
	opacity: 0.0;
}

.cs6AdminBasicModalOpacity {
	background-color: black;
}

.cs6AdminBasicModalGrabber {
	background-color: transparent;
}

.cs6AdminBasicDragged {
	background-color: transparent;
	z-index: 20;
}

.cs6AdminBasicReferenz {
	cursor: help;
}

.cs6AdminBasicMoved {
	position: absolute;
	top: -2000px;
	left: -2000px;
}

.cs6AdminElevated {
	border: 1px solid transparent;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
}

.cs6AdminPanel {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 5px;
	margin: 10px;
	font-size: 12px;
}
.cs6AdminPanel .cs6AdminPanel {
	padding: 5px 0 0 0;
	border: 1px solid #E7E7E7;
	margin: 0;
	box-shadow: none;
}
.cs6AdminPanel.cs6AdminFormBlockAlternate{
	background-color: #FAFAFA;
}
.cs6AdminPanel p:first-child {
	margin-top: 0;
}
.cs6AdminPanel p:last-child {
	margin-bottom: 0;
}

.cs6AdminFlexContainer {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.cs6AdminFlexContainer .cs6AdminPanel {
	flex-basis: auto;
	flex-shrink: 0;
	overflow: auto;
}
.cs6AdminFlexContainer .cs6AdminPanel + .cs6AdminPanel {
	margin-top: 0;
}
.cs6AdminFlexContainer .cs6AdminPanel.cs6AdminFlexGrow {
	flex-grow: 1;
	flex-shrink: 1;
}

.cs6AdminPadded.cs6AdminPadded { /* doppelte Spezifitaet */
	padding: 10px;
}
.cs6AdminNoPadding.cs6AdminNoPadding { /* doppelte Spezifitaet */
	padding: 0;
}
.cs6AdminNoMargin.cs6AdminNoMargin { /* doppelte Spezifitaet */
	margin: 0;
}
.cs6AdminInverse {
	background-color: #666;
	color: #FFF;
	border: 1px solid #666;
}

.cs6AdminPanel.cs6AdminNotice,
.cs6AdminPanel.cs6AdminHint {
	color: #333;
	background-color: #FFA;
	padding: 5px 10px;
	font-style: italic;
}
.cs6AdminPanel.cs6AdminWarning {
	color: #FFF;
	background-color: #E71;
	padding: 5px 10px;
}
.cs6AdminPanel.cs6AdminWarning .cs6CoreTextMessageWarning {
	color: #FFF;
}
.cs6AdminPanel.cs6AdminError,
.cs6AdminFailure {
	color: #FFF;
	background-color: #C00;
	padding: 5px 10px;
}

.cs6AdminPanel.cs6AdminNotice a,
.cs6AdminHint a {
	color: #333;
}
.cs6AdminPanel.cs6AdminWarning a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.cs6AdminPanel.cs6AdminError a,
.cs6AdminFailure a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.cs6AdminPanel.cs6AdminError {
	position: relative;
	min-height: 46px;
	padding: 15px 5px 5px 50px;
}
.cs6AdminPanel.cs6AdminError li:not(:only-child) {
	list-style: disc outside;
	margin: 3px 0 3px 20px;
}
.cs6AdminPanel.cs6AdminError li {
	font-weight: normal;
}
.cs6AdminNotice h1 {
	font-style: normal;
	font-size: 21px;
}
.cs6AdminNotice h1:first-child {
	margin-top: 0;
}
.cs6AdminError::before {
	content: "\e61c"; /* X im Kreis */
	position: absolute;
	top: 5px;
	left: 10px;
	margin: 5px 10px 5px 0;
	/*noinspection CssNoGenericFontName*/
	font-family: sixdings;
	font-size: 24px;
}
.cs6AdminPanel.cs6AdminError .cs6AdminTextMessageLabel {
	margin-top: 5px;
}

.cs6AdminClearance,
.cs6AdminPanel.cs6AdminClearance {
	margin-bottom: 10px;
}
.cs6AdminAutoScroll {
	overflow: auto;
}
.cs6AdminHScroll {
	overflow-x: auto;
}
.cs6AdminNoUserSelect {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.cs6AdminDefaultCursor.cs6AdminDefaultCursor {
	cursor: auto;
}
.cs6AdminClickable {
	cursor: pointer;
}
.cs6AdminDraggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.cs6AdminCode {
	font-family: 'courier new', mono;
	white-space: pre;
}

/* Prozentbreiten */
.cs6AdminWidth100 { width: 100%; }
.cs6AdminWidth90 { width: 90%; }
.cs6AdminWidth80 { width: 80%; }
.cs6AdminWidth60 { width: 60%; }
.cs6AdminWidth50 { width: 50%; }
.cs6AdminWidth40 { width: 40%; }
.cs6AdminWidth20 { width: 20%; }
.cs6AdminWidth10 { width: 10%; }
.cs6AdminWidth1 { width: 1%; }

/* Select-Boxen, u. A. bei Feldtyp- und Templatetyp-Auswahl */
.cs6AdminSelectBoxWrapper {
	display: inline-block;
	background: #FFF;
	padding: 5px 0 0 5px;
	border: 1px solid #E7E7E7;
}
.cs6AdminSelectBoxWrapper table {
	border-collapse: collapse;
}
.cs6AdminSelectBoxWrapper td {
	padding: 0;
	vertical-align: bottom;
}
.cs6AdminSelectBoxWrapper ul {
	padding: 0;
	margin: 0;
}
.cs6AdminSelectBoxWrapper li {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 5px 5px 0;
	text-align: center;
	cursor: pointer;
}
.cs6AdminSelectBoxWrapper a {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	color: #FFF;
}
.cs6AdminSelectBoxWrapper .cs6Icon {
	position: absolute;
	top: 22px;
	left: 30px;
	color: #FFF;
	font-size: 21px;
}
.cs6AdminSelectBoxWrapper div {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 33px;
	align-items: stretch;
	font-size: 12px;
	line-height: normal;
}
.cs6AdminSelectBoxWrapper div span {
	flex: 1 1 auto;
	padding: 0 2px;
	word-wrap: break-word;
}
.cs6AdminUsageList.cs6AdminUsageList {
	padding: 10px;
	margin: 10px 0;
}
.cs6AdminUsageList h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
}
.cs6AdminUsageList ul {
	margin: 0;
	list-style: none;
}
.cs6AdminUsageList li {
	margin: 3px 0 3px 5px;
}

/* What's new Box */
.cs6AdminSectionInfo ul {
	list-style-position: outside;
	margin-left: 15px;
}
.cs6AdminSectionInfo h2 {
	margin-top: 0;
}
.cs6AdminSectionInfo h3 {
	margin-bottom: 5px;
}
.cs6AdminSectionInfo p {
	margin: 10px 0;
}
.cs6AdminSectionInfo .cs6AdminFormBlockContentList .cs6AdminFormBlockMain + .cs6AdminFormBlockMain {
	margin-top: 5px;
}


/**
 * @package     cg6_admin_admin
 * @file        sixcms103://sixcms/admin/external/styles/default/admin.css
 */

/************************************************************/
/** Wird im gesamten Backend (/sixcms/admin) immer geladen **/
/************************************************************/

/* trigger*/

/* END trigger*/

/* PLUGIN */
.cs6AdminSystemPluginsElement input,
.cs6AdminSystemPluginsInput_textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 21px;
	background-color: #FFF;
	padding: 3px 5px;
}
.cs6AdminSystemPluginsValue {
	/*margin-bottom: 1px;*/
}
.cs6AdminSystemPluginsValue a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	min-height: 21px;
	color: #444;
	background-color: #F7F7F7;
	padding: 3px 5px;
}
.cs6AdminSystemPluginsKey {
	padding-top: 4px;
}
.cs6AdminSystemPluginsHidden {
	width: 100%;
	display: none;
	/* ohne font-size:0 werden bei Fokus 3 zusaetzliche Pixel unten angehaengt */
	font-size: 0;
}
.cs6AdminSystemPluginsInput_text {
	width: 100%;
}
/* END plugin */

/* DICT */
.cs6AdminSectionDict .cs6AdminListResultEntry .cs6Icon {
	margin-right:5px;
}
/* END dict */

/* REFERENCE */
.cs6AdminSectionReferences .cs6AdminFormElementContent .cs6Icon {
	cursor:zoom-in;
	font-size:32px;
	transition:font-size .5s;
}
.cs6AdminSectionReferences .cs6AdminFormElementContent .cs6Icon:hover {
	font-size:196px;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent ol {
	padding: 0;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent > ol > li {
	list-style-position: outside;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent > ol > li:first-line {
	font-weight: bold;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent > ol > li > dl > dt {
	text-decoration: underline;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent dd {
	margin: .5em 0 1em 2em;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent dd > p {
	margin: .5em 0 1em 0;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent .definition td:first-child {
	min-width:120px;
	padding-right:1em;
	white-space: nowrap;
	overflow: hidden;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent .definition td:first-child::after {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
	height: 0.75rem;
	line-height: 0;
	margin-left: .5rem;
	border-bottom: 1px dotted #000;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent pre {
	color: #030;
	background-color: #DFD;
	border: 1px solid #9B9;
	padding: 5px;
}
.cs6AdminSectionReferences .cs6AdminFormTableElementContent > small {
	margin-left: 2em;
}
/* END reference */

/* BACKGROUND JOBS */
.cs6AdminSectionBgjobs table {
	width:100%;
}
.cs6AdminSectionBgjobs.cs6AdminSectionUndefined .cs6AdminFormBlockLegendWrapper {
	margin-top:10px;
}
/* END background jobs */

/* USER */
#id6AdminFormBlockElementsused_in_workspace .cs6Icon,
#id6AdminFormBlockElementsused_in_scheduler .cs6Icon,
#id6AdminFormBlockElementsused_in_groups .cs6Icon {
	display:inline-block;
	margin-right:5px;
}

.cs6AdminSectionRights.cs6AdminSectionEditMeta #id6AdminId_input_pass2_{
    margin-top: 10px;
    margin-bottom: 5px;
}
.cs6AdminSectionRights.cs6AdminSectionEditMeta #id6AdminAutoId_1{
    margin-top: 5px;
}


/* END user */

/* FILTER */

.cs6AdminSectionSystem.cs6AdminSectionFilter.cs6AdminSectionSearch #id6AdminFormBlockContent2 .cs6AdminToolbarNormal {
    border: 0;
}
.cs6AdminSectionSystem.cs6AdminSectionFilter.cs6AdminSectionSearch #id6AdminFormBlockContent2 .cs6AdminToolbarNormal select {
	height: 24px;
	margin: 0 -3px 0 0;
}
/* END filter */

/* GROUP */

.cs6AdminSectionGroup #id6AdminFormBlockElementsused_in_users a {
	line-height:1.5em;
}
.cs6AdminSectionGroup #id6AdminFormBlockElementsused_in_users .cs6Icon {
	color:#000;
	margin-left:5px;
	font-size:14px;
}
/* END group */

/* WORKFLOW */
.cs6AdminSectionWorkflow td {
	position: relative;
}
.cs6AdminSectionWorkflow .cs6AdminToolbarNormal {
	display: block !important;
	background-color: transparent;
	border: 0;
}
.cs6AdminSectionWorkflow thead td .cs6Icon {
	width:18px;
	display:inline-block;
}
.cs6AdminSectionWorkflow thead td .cs6Icon,
.cs6AdminSectionWorkflow thead td a {
	color: #333;
    margin-right: 1px;
}
.cs6AdminSectionWorkflow thead > tr .cs6CoreTextNoWrap > a {
	display: inline-block;
	text-align: left;
	margin-left: 3px;
    margin-right: 1px;
}

.cs6AdminSectionWorkflow thead > tr:first-child .cs6CoreTextNoWrap > a {
	margin-left: 0;
	font-weight: bold;
}
.cs6AdminSectionWorkflow .cs6CoreTextNoWrap {
	display: inline-block;
	padding: 5px;
}
.cs6AdminSectionWorkflow .cs6CoreTextCenter > table {
	box-sizing: border-box;
	width: 100%;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

/* workflow diagram */
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineDot {
	width:3px;
	background-color:#ddd;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineHalf {
	width:50%;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineSpace {
	width:50%;
	border-top:1px solid transparent;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineFull {
	width:100%;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineVerticalArrow,
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineVertical {
	height:10px;
}
.cs6AdminSectionWorkflow .cs6AdminTableCellAllLow.cs6AdminWorkflowLineVertical {
	display:block;
	height:1px;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineVerticalArrow::before,
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineVertical::before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	top: 0;
	left: calc(50% - 1px);
	height: 10px;
	background-color: #ddd; /* @todo */
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineFull::before,
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineHalf::before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 4px);
	top: 0;
	left: -1px;
	background-color: #ddd; /* @todo */
	height: 3px;
}
.cs6AdminSectionWorkflow .cs6AdminWorkflowLineVerticalArrow::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
	width: 1px;
	height: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0 5px;
}
.cs6AdminSectionWorkflow thead tr td .cs6AdminBasicOpacityInvisible {
	display: none;
}
/* END workflow */

/* SYSTEM INFORMATION */
.cs6AdminSectionCheck .cs6AdminSystemCheckDeprecated td a {
	font-weight:normal;
}
.cs6AdminSectionCheck .cs6AdminSystemCheckDeprecated .cs6AdminTableFirstCell {
	width:11px;
}
.cs6AdminSectionCheck .cs6AdminSystemCheckDeprecated .cs6AdminFormBlockToggle {
	padding-left:0;
}
.cs6AdminSectionCheck .cs6AdminFormBlockLegend .cs6Icon {
	padding-right:5px;
}
/* END system information */

/* CHANGELOG
Wird immer geladen. Mehr in start.css ist rein fuer Anpassungen an Startseite! */
.cs6AdminChangelogCategory .cs6AdminFormBlockContentMain {
	border: 0;
	margin: 0;
}
.cs6AdminChangelogVersion h2 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
.cs6AdminChangelogCategory h3 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}
.cs6AdminChangelogEntry {
	position: relative;
	color: #000;
	background-color: #F2F2F2;
	padding: .75em 5px .75em 5px;
	margin: 5px 0 8px 20px;
	line-height: 1.5em;
	max-width: 60em;
}
.cs6AdminChangelogEntry code {
	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	color: #000;
	background-color: #DDD;
	padding: 0 3px;
	border-radius: 3px;
}
.cs6AdminChangelogEntry pre {
	background-color: #FAFAFA;
	padding: 5px 5px 10px 5px;
	border: 1px solid #666;
	border-radius: 10px;
	overflow: auto;
}
.cs6AdminChangelogEntry pre code {
	color: #333;
	background-color: inherit;
}

.cs6AdminChangelogEntry ol,
.cs6AdminChangelogEntry ul {
	padding-left: 30px;
	margin-left: 0;
	list-style-position: outside;
}
.cs6AdminChangelogEntry ol {
	list-style: none; counter-reset: li;
}
.cs6AdminChangelogEntry ol li::before {
	box-sizing: border-box;
	content: counter(li)".\00a0";
	display: inline-block;
	width: 25px;
	margin-left: -25px;
	font-weight: bold;
	text-align: right;
}
.cs6AdminChangelogEntry ol li {
	counter-increment: li;
}

.cs6AdminChangelogLabel {
	display: block;
	width: 100%;
	padding: 5px;
	margin: -5px;
	white-space: nowrap;
	cursor: pointer;
}
.cs6AdminChangelogTitle {
	width: 100%;
	color: #555;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 5px 0;
	font-weight: normal;
}
.cs6AdminChangelogPrefix {
	color: #000;
	font-weight: bold;
	text-transform: none;
}
.cs6AdminChangelogEntryLegend {
	display: block;
}
.cs6AdminChangelogMoreBlock,
.cs6AdminChangelogMoreToggle {
	display: none;
}
.cs6AdminChangelogMoreToggle:checked ~ .cs6AdminChangelogMoreBlock {
	display: block;
	margin: 10px 0 0 0;
}
.cs6AdminChangelogCategory.cs6AdminChangelogCategory {
	border: 0;
	margin-left: 5px;
}
.cs6AdminChangelogCategory > .cs6AdminFormBlockLegend .cs6AdminFormBlockOpenerText {
	color: #F77E25;
}
.cs6AdminChangelogCategory .cs6AdminFormBlockContentMain .cs6AdminFormBlockMain {
	border: 0;
}
.cs6AdminChangelogVersion {
	padding-top: 10px;
}
.cs6AdminChangelogVersion > .cs6AdminFormBlockLegend {
	padding: 0;
}
.cs6AdminChangelogVersion > .cs6AdminFormBlockLegend a {
	padding: 2px 5px 2px 2px;
}
.cs6AdminChangelogVersion > .cs6AdminFormBlockLegend > .cs6AdminFormBlockToggle {
	position: relative;
	left: 5px;
}
.cs6AdminChangelogVersion.cs6AdminFormBlockMainOpen.cs6AdminPanel > .cs6AdminFormBlockLegend {
	margin-bottom: 5px;
}
.cs6AdminChangelogVersion > .cs6AdminFormBlockLegend .cs6AdminFormBlockToggle {
	font-size: 14px;
	font-weight: bold;
}
.cs6AdminChangelogVersion.cs6AdminFormBlockMainOpen {
	padding-bottom: 10px;
}
.cs6AdminChangelogVersion > .cs6AdminFormBlockContentWrapper > .cs6AdminFormBlockContentMain {
	margin: 0 10px 0 10px;
}
.cs6AdminChangelogEntryLegend {
	display: none;
}
.cs6AdminChangelogStatus {
	margin: -2px 0 5px 0;
}
.cs6AdminChangelogStatus span span {
	display: inline-block;
	min-width: 70px;
	text-align: center;
	padding: 2px 10px 1px 10px;
	border-radius: 3px;
	text-transform: lowercase;
}
.cs6AdminChangelogStatus_breaking {
	color: #FFF;
	background-color: #B34B56;
}
.cs6AdminChangelogStatus_featured {
	color: #FFF;
	background-color: #276F2D;
}
.cs6AdminChangelogStatus_important {
	color: #FFF;
	background-color: #27526F;
}

/* END changelog */

/* COOKIES */
.cs6AdminCookieEntry sup {
	position: relative;
	top: 3px;
	color: #F77E25;
	font-size: 14px;
}
/* END cookies */

/* ROLE */
.cs6AdminSectionRole .cs6AdminTextListStandard li a {
	display:inline-block;
	font-weight: bold;
	padding:10px;
	width:250px;
}
.cs6AdminSectionRole .cs6AdminTextListStandard li a:hover {
	background-color: #ddd;
}
.cs6AdminSectionRole .cs6AdminTextListStandard .cs6Icon {
	color:#333;
	display:inline-block;
	padding-right:5px;
	width:30px;
	font-size:21px;
}
.cs6AdminSectionRole .cs6AdminTextListStandard span {
	vertical-align: middle;
}
/* END role */

/* IMPORT / EXPORT */

.cs6AdminSectionImpexp h1:first-child {
	margin-top: 0;
}
.cs6AdminSectionImpexp .cs6AdminFormBlockToggle .cs6Icon {
	color: #333;
	position: relative;
	top: 1px;
}
.cs6AdminSectionImpexp .cs6AdminTable td {
	vertical-align: middle;
}
/* END import / export */

/* TEMPLATE */
.cs6AdminSelectTemplateType_code li {
	background-color: #38761D;
}
.cs6AdminSelectTemplateType_query li {
	background-color: #134F5C;
}
.cs6AdminSelectTemplateType_wrap li {
	background-color: #085394;
}
/* END template */

/* SUCHMASKEN */
.cs6AdminSectionSearch:not(.cs6AdminSectionFakeSearch) .cs6AdminCardsTab.cs6Active span::after {
	content: ' \e64b';
	/*noinspection CssNoGenericFontName*/
	font-family: sixdings;
}
.cs6AdminSectionSearch:not(.cs6AdminSectionFakeSearch) .cs6AdminPanel {
	background-color: #F7F7F7;
}
/* END suchmasken */

/* FILTER BEARBEITEN */
.cs6AdminSectionFilter.cs6AdminSectionFakeSearch .cs6AdminPaneContentWrapper {
	position: static;
}
.cs6AdminSectionFilter.cs6AdminSectionFakeSearch .cs6AdminWarning + .cs6AdminFormPane {
	margin-top: -10px;
}

/* CONTENT */
.cs6AdminSectionEdit .cs6AdminCardsBody > form:last-child {
	margin-bottom: 10px;
}
/* END content */

/* GRAPH */
.cs6AdminTableGraphLegendColor {
	margin-left: 0.8em;
	border: 1px solid black;
}
.cs6AdminTableGraphLegendText {
	padding-left: 0.3em;
}
/* END graph */

/* DIALOG */
dialog {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	width: 40%;
	min-width: 200px;
	min-height: 100px;
	color: #000;
	background-color: #D0D0D0;
	padding: 0;
	border: 1px solid #D0D0D0;
	margin: auto;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
}
.cs6AdminConfirmDialogContent {
	margin-bottom: 47px;
}
dialog::backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
}
/* muss extra stehen, weil IE das sonst nicht verarbeitet */
dialog + div.backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.5;
}
.cs6AdminConfirmDialogButtons {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
dialog button {
	height: 30px;
	min-width: 90px;
	color: #333;
	background-color: #D0D0D0;
	padding: 6px 10px 4px 10px;
	border: 1px solid #333;
	margin: 5px 5px 0 0;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
	cursor: pointer;
}
dialog button:hover {
	color: #FFF;
	background-color: #F77E25;
	border-color: #F77E25;
	box-shadow: 3px 3px rgba(0,0,0,.3);
}
dialog button:active {
	position: relative;
	top: 2px;
	left: 2px;
	color: #FFF;
	background-color: #F77E25;
	border-color: #F77E25;
	box-shadow: 1px 1px rgba(0,0,0,.3);
}
dialog button:focus {
	border: 1px dotted #FFF;
}
/* END dialog */

.cs6AdminMenuHint.cs6AdminMenuHint.cs6CoreTextMessageError > #id6AdminLoginNoUserLogged {
	height: auto;
	font-size: inherit;
	background-color: inherit;
	word-break: break-all;
	width: 200px;
	margin-right: 60px;
}


/**
 * @package     cg6_core_text
 * @file        sixcms103://sixcms/core/external/styles/default/text.css
 */

/* always present */
.cs6CoreTextFullHeight {
	height: 100%;
}

.cs6CoreTextFullWidth {
	width: 100%;
}

.cs6CoreTextFloatLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.cs6CoreTextFloatRight {
	float: right;
	margin: 0 0 5px 10px;
}

.cs6CoreTextClear {
	clear: both;
}

.cs6CoreTextNoBorder {
	border: 0;
}

.cs6CoreTextBold {
	font-weight: bold;
}

.cs6CoreTextUnderline {
	text-decoration: underline;
}

.cs6CoreTextNorm {
	font-family: arial, helvetica, sans-serif;
}

.cs6CoreTextNoWrap {
	white-space: nowrap;
}
.cs6CoreTextNoWrap > div {
	display: inline-block;
}
.cs6CoreTextBreakWord {
	word-break: break-all;
}

.cs6CoreTextRight {
	text-align: right;
}

.cs6CoreTextLeft {
	text-align: left;
}

.cs6CoreTextCenter {
	text-align: center;
}

.cs6CoreTextMiddle {
	vertical-align: middle;
}

.cs6CoreTextTop {
	vertical-align: top;
}

.cs6CoreTextBottom {
	vertical-align: bottom;
}

.cs6CoreTextMessageFault {
	color: #A00;
	background-color: transparent;
}

.cs6CoreTextMessageError {
	color: #A00;
	background-color: transparent;
	font-weight: bold;
}

.cs6CoreTextMessageError a {
	color: #A00;
	background-color: transparent;
	text-decoration: underline;
}

.cs6AdminError .cs6CoreTextMessageError,
.cs6AdminError .cs6CoreTextMessageError a {
	color: #fff;
}

.cs6CoreTextMessageWarning {
	color: #C60;
	font-weight: bold;
}

.cs6CoreTextMessageWarning a {
	text-decoration: underline;
	color: #C60;
}

.cs6CoreTextMessageNotice {
	color: #00A;
	font-weight: bold;
}

.cs6CoreTextMessageNotice a {
	text-decoration: underline;
	color: #00A;
}

.cs6CoreTextMessageDone {
	color: #0A0;
}

.cs6CoreTextMessageDone a {
	text-decoration: underline;
	color: #0A0;
}

.cs6CoreTextMessageOK {
}

.cs6CoreTextColorGreen {
	color: green;
}

.cs6CoreTextColorRed {
	color: red;
}

.cs6CoreTextColorOrange {
	color: orange;
}

.cs6CoreTextColorBlue {
	color: blue;
}


/**
 * @package     cg6_admin_font_sixdings
 * @file        sixcms103://sixcms/admin/external/styles/default/font/sixdings.css
 */

/******************************/
/** Prepended by             **/
/**  Six Offene Systeme GmbH **/

/* Screenreader-Text verstecken */
[class^="sdIcon-"] b, [class*=" sdIcon-"] b {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Wichtige Groessenanpassung fuer Template-Icon */
.sdIcon-icon-program-template:before {
	font-size:175%;
	position:relative;
	line-height:1px;
	top:.25em;
}

/* Wichtige Groessenanpassung fuer Kalender-Icons */
.sdIcon-icon-small-now:before,
.sdIcon-icon-small-calender:before,
.sdIcon-calendar_now:before {
	font-size:160%;
	position:relative;
	line-height:1px;
	top:.2em;
}

/* Fehlende Icons markieren */
[class^="sdIcon-"]:before, [class*=" sdIcon-"]:before {
	content:'\110000';
}

/******************************/
/** Generated by IcoMoon     **/
/**  https://icomoon.io      **/
/**                          **/
/** Paths edited by          **/
/**  Six Offene Systeme GmbH **/

@font-face {
  font-family: 'sixdings';
  src:  url('/sixcms/admin/external/pics/default/font/sixdings/sixdings.eot?9apk5g');
  src:  url('/sixcms/admin/external/pics/default/font/sixdings/sixdings.eot?9apk5g#iefix') format('embedded-opentype'),
    url('/sixcms/admin/external/pics/default/font/sixdings/sixdings.ttf?9apk5g') format('truetype'),
    url('/sixcms/admin/external/pics/default/font/sixdings/sixdings.woff?9apk5g') format('woff'),
    url('/sixcms/admin/external/pics/default/font/sixdings/sixdings.svg?9apk5g#sixdings') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sdIcon-"], [class*=" sdIcon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /*noinspection CssNoGenericFontName*/
  font-family: 'sixdings' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sdIcon-forbidden:before {
  content: "\e6dd";
}
.sdIcon-edit_forbidden:before {
  content: "\e6de";
}
.sdIcon-doc-close:before {
  content: "\e6df";
}
.sdIcon-button-new:before {
  content: "\e6e0";
}
.sdIcon-doc-asterisk:before {
  content: "\e6e0";
}
.sdIcon-doc-minus:before {
  content: "\e6e1";
}
.sdIcon-doc-new:before {
  content: "\e63d";
}
.sdIcon-doc-plus:before {
  content: "\e63d";
}
.sdIcon-bricks:before {
  content: "\e6e2";
}
.sdIcon-brick_wall:before {
  content: "\e6e3";
}
.sdIcon-center_point:before {
  content: "\e6e4";
}
.sdIcon-book2:before {
  content: "\e6e5";
}
.sdIcon-fieldtype-fulltext:before {
  content: "\e6e5";
}
.sdIcon-book1:before {
  content: "\e6e6";
}
.sdIcon-rss:before {
  content: "\e6e7";
}
.sdIcon-wand:before {
  content: "\e6e8";
}
.sdIcon-smiley_neutral:before {
  content: "\e6e9";
}
.sdIcon-smiley_bad:before {
  content: "\e6ea";
}
.sdIcon-smiley:before {
  content: "\e6eb";
}
.sdIcon-screen:before {
  content: "\e6ec";
}
.sdIcon-qr_code:before {
  content: "\e6ed";
}
.sdIcon-sun_alt:before {
  content: "\e6ee";
}
.sdIcon-mouse:before {
  content: "\e6ef";
}
.sdIcon-clock:before {
  content: "\e6f0";
}
.sdIcon-award:before {
  content: "\e6f1";
}
.sdIcon-cube:before {
  content: "\e6f2";
}
.sdIcon-packet:before {
  content: "\e6f3";
}
.sdIcon-lines:before {
  content: "\e6f4";
}
.sdIcon-swirl:before {
  content: "\e6f5";
}
.sdIcon-city:before {
  content: "\e6f6";
}
.sdIcon-3cubes:before {
  content: "\e6f7";
}
.sdIcon-text_diff:before {
  content: "\e6f8";
}
.sdIcon-language:before {
  content: "\e6f9";
}
.sdIcon-language_add:before {
  content: "\e6fa";
}
.sdIcon-dots_vertical:before {
  content: "\e6fb";
}
.sdIcon-dots_horizontal:before {
  content: "\e6fc";
}
.sdIcon-bowtie:before {
  content: "\e6fd";
}
.sdIcon-camera:before {
  content: "\e6fe";
}
.sdIcon-foto:before {
  content: "\e6fe";
}
.sdIcon-delete_unmark:before {
  content: "\e6dc";
}
.sdIcon-delete_mark:before {
  content: "\e6da";
}
.sdIcon-delete_reload:before {
  content: "\e6db";
}
.sdIcon-delete_recover:before {
  content: "\e6db";
}
.sdIcon-version_new:before {
  content: "\e6d5";
}
.sdIcon-version_adopt:before {
  content: "\e6d6";
}
.sdIcon-versions_show:before {
  content: "\e6d7";
}
.sdIcon-workflow_forward:before {
  content: "\e6d8";
}
.sdIcon-workflow_send_back:before {
  content: "\e6d9";
}
.sdIcon-all_closed:before {
  content: "\e6b9";
}
.sdIcon-all_open:before {
  content: "\e6bb";
}
.sdIcon-resize_horizontal_max:before {
  content: "\e6bd";
}
.sdIcon-resize_horizontal_min:before {
  content: "\e6bf";
}
.sdIcon-scroll_sync:before {
  content: "\e6d3";
}
.sdIcon-folder_alt:before {
  content: "\e6ca";
}
.sdIcon-trophy:before {
  content: "\e6cb";
}
.sdIcon-calendar_alt:before {
  content: "\e6cd";
}
.sdIcon-gear_wheels:before {
  content: "\e6ce";
}
.sdIcon-uni69:before {
  content: "\e6cf";
}
.sdIcon-barbell:before {
  content: "\e6cc";
}
.sdIcon-thumbs-up:before {
  content: "\e6c1";
}
.sdIcon-like:before {
  content: "\e6c1";
}
.sdIcon-basket_alt:before {
  content: "\e6d0";
}
.sdIcon-books:before {
  content: "\e6d1";
}
.sdIcon-customer:before {
  content: "\e6d2";
}
.sdIcon-search_alt:before {
  content: "\e6d4";
}
.sdIcon-window-own:before {
  content: "\e6a5";
}
.sdIcon-dock-top:before {
  content: "\e6b1";
}
.sdIcon-dock-right:before {
  content: "\e6b3";
}
.sdIcon-dock-left:before {
  content: "\e6b5";
}
.sdIcon-dock-bottom:before {
  content: "\e6b7";
}
.sdIcon-home:before {
  content: "\e68d";
}
.sdIcon-six_logo_PIM:before {
  content: "\e68a";
}
.sdIcon-feather:before {
  content: "\e68c";
}
.sdIcon-six_author_logo:before {
  content: "\e68c";
}
.sdIcon-pinned:before {
  content: "\e688";
}
.sdIcon-pin:before {
  content: "\e681";
}
.sdIcon-sound:before {
  content: "\e66d";
}
.sdIcon-note:before {
  content: "\e66d";
}
.sdIcon-bug:before {
  content: "\e652";
}
.sdIcon-volume:before {
  content: "\e651";
}
.sdIcon-six_logo_six:before {
  content: "\e624";
}
.sdIcon-six_logo_url:before {
  content: "\e625";
}
.sdIcon-six_logo_omc:before {
  content: "\e626";
}
.sdIcon-six_logo_cms:before {
  content: "\e627";
}
.sdIcon-reload_lock:before {
  content: "\e60c";
}
.sdIcon-button-list_lock:before {
  content: "\e60c";
}
.sdIcon-install:before {
  content: "\e668";
}
.sdIcon-button-install:before {
  content: "\e668";
}
.sdIcon-icon-small-install:before {
  content: "\e668";
}
.sdIcon-update:before {
  content: "\e66a";
}
.sdIcon-button-update:before {
  content: "\e66a";
}
.sdIcon-icon-small-update:before {
  content: "\e66a";
}
.sdIcon-uninstall:before {
  content: "\e669";
}
.sdIcon-button-uninstall:before {
  content: "\e669";
}
.sdIcon-start_test:before {
  content: "\e667";
}
.sdIcon-button-test:before {
  content: "\e667";
}
.sdIcon-start_nobreak:before {
  content: "\e666";
}
.sdIcon-button-start_nobreak:before {
  content: "\e666";
}
.sdIcon-stop:before {
  content: "\e665";
}
.sdIcon-button-stop:before {
  content: "\e665";
}
.sdIcon-start:before {
  content: "\e664";
}
.sdIcon-button-start:before {
  content: "\e664";
}
.sdIcon-undo:before {
  content: "\e653";
}
.sdIcon-button-undo:before {
  content: "\e653";
}
.sdIcon-checkbox_list_import:before {
  content: "\e654";
}
.sdIcon-button-importset:before {
  content: "\e654";
}
.sdIcon-checkbox_list:before {
  content: "\e655";
}
.sdIcon-button-settings:before {
  content: "\e655";
}
.sdIcon-group2:before {
  content: "\e656";
}
.sdIcon-group_key:before {
  content: "\e656";
}
.sdIcon-button-groups:before {
  content: "\e656";
}
.sdIcon-icon-small-group_key:before {
  content: "\e656";
}
.sdIcon-fieldtype-crypt_groups:before {
  content: "\e656";
}
.sdIcon-role:before {
  content: "\e657";
}
.sdIcon-button-roles:before {
  content: "\e657";
}
.sdIcon-fieldtype-crypt_users:before {
  content: "\e657";
}
.sdIcon-mail_new:before {
  content: "\e65a";
}
.sdIcon-icon-menu-mail:before {
  content: "\e65a";
}
.sdIcon-mailing:before {
  content: "\e65b";
}
.sdIcon-button-mailing:before {
  content: "\e65b";
}
.sdIcon-mail_send:before {
  content: "\e65c";
}
.sdIcon-button-send:before {
  content: "\e65c";
}
.sdIcon-mail_compose:before {
  content: "\e65d";
}
.sdIcon-button-message:before {
  content: "\e65d";
}
.sdIcon-mail_no:before {
  content: "\e65e";
}
.sdIcon-icon-menu-nomail:before {
  content: "\e65e";
}
.sdIcon-mail_forward:before {
  content: "\e65f";
}
.sdIcon-button-forward_message:before {
  content: "\e65f";
}
.sdIcon-mail_reply:before {
  content: "\e660";
}
.sdIcon-button-reply:before {
  content: "\e660";
}
.sdIcon-pencil:before {
  content: "\e646";
}
.sdIcon-edit:before {
  content: "\e646";
}
.sdIcon-icon-menu-editlink:before {
  content: "\e646";
}
.sdIcon-icon-toolbar-edit:before {
  content: "\e646";
}
.sdIcon-doc_edit:before {
  content: "\e647";
}
.sdIcon-button-edit:before {
  content: "\e647";
}
.sdIcon-icon-small-edit:before {
  content: "\e647";
}
.sdIcon-batch_edit:before {
  content: "\e648";
}
.sdIcon-button-batch:before {
  content: "\e648";
}
.sdIcon-black_white:before {
  content: "\e642";
}
.sdIcon-button-grayscale:before {
  content: "\e642";
}
.sdIcon-crop:before {
  content: "\e639";
}
.sdIcon-button-crop:before {
  content: "\e639";
}
.sdIcon-chat:before {
  content: "\e63c";
}
.sdIcon-filter:before {
  content: "\e637";
}
.sdIcon-xquery:before {
  content: "\e631";
}
.sdIcon-icon-template-xquery:before {
  content: "\e631";
}
.sdIcon-query:before {
  content: "\e630";
}
.sdIcon-icon-template-query:before {
  content: "\e630";
}
.sdIcon-window_alias:before {
  content: "\e605";
}
.sdIcon-icon-template-alias:before {
  content: "\e605";
}
.sdIcon-doc_ok:before {
  content: "\e62d";
}
.sdIcon-button-adopt_done:before {
  content: "\e62d";
}
.sdIcon-bookmark:before {
  content: "\e604";
}
.sdIcon-fieldtype-lsid:before {
  content: "\e604";
}
.sdIcon-calendar_day:before {
  content: "\e606";
}
.sdIcon-icon-small-calendar_alt:before {
  content: "\e606";
}
.sdIcon-icon-status-3:before {
  content: "\e606";
}
.sdIcon-adopt:before {
  content: "\e601";
}
.sdIcon-button-adopt:before {
  content: "\e601";
}
.sdIcon-doc_copy:before {
  content: "\e611";
}
.sdIcon-button-copy:before {
  content: "\e611";
}
.sdIcon-doc:before {
  content: "\e612";
}
.sdIcon-icon-small-new:before {
  content: "\e612";
}
.sdIcon-icon-toolbar-new:before {
  content: "\e612";
}
.sdIcon-dir_bottom:before {
  content: "\e615";
}
.sdIcon-icon-toolbar-bottom:before {
  content: "\e615";
}
.sdIcon-star:before {
  content: "\e61b";
}
.sdIcon-button-highlights:before {
  content: "\e61b";
}
.sdIcon-error:before {
  content: "\e61c";
}
.sdIcon-icon-small-error:before {
  content: "\e61c";
}
.sdIcon-align_right:before {
  content: "\e628";
}
.sdIcon-icon-wysiwyg-align_right:before {
  content: "\e628";
}
.sdIcon-align_left:before {
  content: "\e629";
}
.sdIcon-icon-wysiwyg-align_left:before {
  content: "\e629";
}
.sdIcon-align_justify:before {
  content: "\e62a";
}
.sdIcon-icon-wysiwyg-align_block:before {
  content: "\e62a";
}
.sdIcon-align_center:before {
  content: "\e62b";
}
.sdIcon-icon-wysiwyg-align_center:before {
  content: "\e62b";
}
.sdIcon-globe:before {
  content: "\e623";
}
.sdIcon-button-publish:before {
  content: "\e623";
}
.sdIcon-icon-status-0:before {
  content: "\e623";
}
.sdIcon-icon-status-4:before {
  content: "\e623";
}
.sdIcon-fieldtype-published:before {
  content: "\e623";
}
.sdIcon-status:before {
  content: "\e602";
}
.sdIcon-button-status:before {
  content: "\e602";
}
.sdIcon-fieldtype-status:before {
  content: "\e602";
}
.sdIcon-resize:before {
  content: "\e603";
}
.sdIcon-button-resize:before {
  content: "\e603";
}
.sdIcon-upload_alt:before {
  content: "\e66c";
}
.sdIcon-button-upload_alt:before {
  content: "\e66c";
}
.sdIcon-download_alt:before {
  content: "\e616";
}
.sdIcon-button-download_alt:before {
  content: "\e616";
}
.sdIcon-upload:before {
  content: "\e66b";
}
.sdIcon-button-upload:before {
  content: "\e66b";
}
.sdIcon-download:before {
  content: "\e638";
}
.sdIcon-button-download:before {
  content: "\e638";
}
.sdIcon-key:before {
  content: "\e658";
}
.sdIcon-icon-program-rights:before {
  content: "\e658";
}
.sdIcon-search:before {
  content: "\e64b";
}
.sdIcon-button-search:before {
  content: "\e64b";
}
.sdIcon-icon-small-search:before {
  content: "\e64b";
}
.sdIcon-icon-toolbar-search:before {
  content: "\e64b";
}
.sdIcon-lock:before {
  content: "\e662";
}
.sdIcon-button-lock:before {
  content: "\e662";
}
.sdIcon-icon-small-lock:before {
  content: "\e662";
}
.sdIcon-icon-menu-keyfile_locked:before {
  content: "\e662";
}
.sdIcon-unlock:before {
  content: "\e663";
}
.sdIcon-button-unlock:before {
  content: "\e663";
}
.sdIcon-icon-small-unlock:before {
  content: "\e663";
}
.sdIcon-icon-menu-keyfile_unlocked:before {
  content: "\e663";
}
.sdIcon-swap:before {
  content: "\e650";
}
.sdIcon-button-swap:before {
  content: "\e650";
}
.sdIcon-avatar:before {
  content: "\e622";
}
.sdIcon-profile:before {
  content: "\e622";
}
.sdIcon-icon-program-agent:before {
  content: "\e622";
}
.sdIcon-icon-small-agent:before {
  content: "\e622";
}
.sdIcon-fieldtype-user:before {
  content: "\e622";
}
.sdIcon-globe_cross:before {
  content: "\e64f";
}
.sdIcon-button-unpublish:before {
  content: "\e64f";
}
.sdIcon-cross:before {
  content: "\e620";
}
.sdIcon-button-cancel:before {
  content: "\e620";
}
.sdIcon-button-close:before {
  content: "\e620";
}
.sdIcon-icon-toolbar-close:before {
  content: "\e620";
}
.sdIcon-window-close:before {
  content: "\e620";
}
.sdIcon-ok:before {
  content: "\e621";
}
.sdIcon-button-apply:before {
  content: "\e621";
}
.sdIcon-plus:before {
  content: "\e610";
}
.sdIcon-button-create:before {
  content: "\e610";
}
.sdIcon-icon-small-create:before {
  content: "\e610";
}
.sdIcon-icon-toolbar-create:before {
  content: "\e610";
}
.sdIcon-asterisk:before {
  content: "\e635";
}
.sdIcon-help:before {
  content: "\e608";
}
.sdIcon-questionmark:before {
  content: "\e608";
}
.sdIcon-button-help:before {
  content: "\e608";
}
.sdIcon-doc_alt:before {
  content: "\e60f";
}
.sdIcon-icon-small-document:before {
  content: "\e60f";
}
.sdIcon-icon-status-5:before {
  content: "\e60f";
}
.sdIcon-dir_up:before {
  content: "\e60b";
}
.sdIcon-icon-toolbar-up:before {
  content: "\e60b";
}
.sdIcon-dir_down:before {
  content: "\e617";
}
.sdIcon-icon-toolbar-down:before {
  content: "\e617";
}
.sdIcon-dir_right:before {
  content: "\e613";
}
.sdIcon-arrow-workflow_right:before {
  content: "\e613";
}
.sdIcon-button-advance:before {
  content: "\e613";
}
.sdIcon-dir_left:before {
  content: "\e614";
}
.sdIcon-arrow-workflow_left:before {
  content: "\e614";
}
.sdIcon-button-back:before {
  content: "\e614";
}
.sdIcon-arrow_last:before {
  content: "\e61d";
}
.sdIcon-arrow-last:before {
  content: "\e61d";
}
.sdIcon-arrow_first:before {
  content: "\e61e";
}
.sdIcon-arrow-first:before {
  content: "\e61e";
}
.sdIcon-arrow_down:before {
  content: "\e66f";
}
.sdIcon-arrow-menu_down_highlight:before {
  content: "\e66f";
}
.sdIcon-arrow-menu_down:before {
  content: "\e66f";
}
.sdIcon-arrow-down:before {
  content: "\e66f";
}
.sdIcon-arrow_up:before {
  content: "\e60a";
}
.sdIcon-arrow-up:before {
  content: "\e60a";
}
.sdIcon-arrow_up_down:before {
  content: "\e609";
}
.sdIcon-arrow-up_down:before {
  content: "\e609";
}
.sdIcon-arrow_left_right:before {
  content: "\e64c";
}
.sdIcon-arrow-shift_left_right:before {
  content: "\e64c";
}
.sdIcon-arrow-left_right:before {
  content: "\e64c";
}
.sdIcon-arrow_left:before {
  content: "\e64d";
}
.sdIcon-arrow-left:before {
  content: "\e64d";
}
.sdIcon-arrow-shift_left:before {
  content: "\e64d";
}
.sdIcon-arrow_right:before {
  content: "\e64e";
}
.sdIcon-arrow-right:before {
  content: "\e64e";
}
.sdIcon-arrow-shift_right:before {
  content: "\e64e";
}
.sdIcon-arrow_rewind:before {
  content: "\e61a";
}
.sdIcon-arrow-prev:before {
  content: "\e61a";
}
.sdIcon-arrow_fast_forward:before {
  content: "\e619";
}
.sdIcon-arrow-breadcrumb_separator:before {
  content: "\e619";
}
.sdIcon-arrow-next:before {
  content: "\e619";
}
.sdIcon-arrow_right_open:before {
  content: "\e674";
}
.sdIcon-arrow_left_open:before {
  content: "\e675";
}
.sdIcon-arrow_up_open:before {
  content: "\e600";
}
.sdIcon-arrow_down_open:before {
  content: "\e607";
}
.sdIcon-minus:before {
  content: "\e60d";
}
.sdIcon-icon-small-remove:before {
  content: "\e60d";
}
.sdIcon-button-remove:before {
  content: "\e60d";
}
.sdIcon-icon-toolbar-remove:before {
  content: "\e60d";
}
.sdIcon-window-minime:before {
  content: "\e60d";
}
.sdIcon-layers:before {
  content: "\e641";
}
.sdIcon-button-bgjobs:before {
  content: "\e641";
}
.sdIcon-icon-menu-nocaching:before {
  content: "\e641";
}
.sdIcon-doc_original:before {
  content: "\e634";
}
.sdIcon-icon-original:before {
  content: "\e634";
}
.sdIcon-auto_structure:before {
  content: "\e640";
}
.sdIcon-button-auto_structure:before {
  content: "\e640";
}
.sdIcon-doc_workcopy:before {
  content: "\e633";
}
.sdIcon-icon-menu-template_workcopy:before {
  content: "\e633";
}
.sdIcon-icon-workcopy:before {
  content: "\e633";
}
.sdIcon-doc_copy_alt:before {
  content: "\e632";
}
.sdIcon-button-copy_alt:before {
  content: "\e632";
}
.sdIcon-doc_move:before {
  content: "\e60e";
}
.sdIcon-button-move:before {
  content: "\e60e";
}
.sdIcon-structure:before {
  content: "\e63f";
}
.sdIcon-icon-program-structure:before {
  content: "\e63f";
}
.sdIcon-doc_reject:before {
  content: "\e661";
}
.sdIcon-button-reject:before {
  content: "\e661";
}
.sdIcon-key_password:before {
  content: "\e673";
}
.sdIcon-key_alt:before {
  content: "\e673";
}
.sdIcon-button-password:before {
  content: "\e673";
}
.sdIcon-customers:before {
  content: "\e636";
}
.sdIcon-fieldtype-group_id:before {
  content: "\e636";
}
.sdIcon-delete:before {
  content: "\e659";
}
.sdIcon-trash:before {
  content: "\e659";
}
.sdIcon-button-delete:before {
  content: "\e659";
}
.sdIcon-icon-small-delete:before {
  content: "\e659";
}
.sdIcon-icon-toolbar-delete:before {
  content: "\e659";
}
.sdIcon-edit_link_off:before {
  content: "\e645";
}
.sdIcon-icon-editlink_off:before {
  content: "\e645";
}
.sdIcon-edit_link:before {
  content: "\e644";
}
.sdIcon-icon-editlink_on:before {
  content: "\e644";
}
.sdIcon-hand:before {
  content: "\e649";
}
.sdIcon-button-claim:before {
  content: "\e649";
}
.sdIcon-doc_forward:before {
  content: "\e64a";
}
.sdIcon-button-forward:before {
  content: "\e64a";
}
.sdIcon-reload:before {
  content: "\e61f";
}
.sdIcon-button-restart:before {
  content: "\e61f";
}
.sdIcon-icon-small-restart:before {
  content: "\e61f";
}
.sdIcon-button-list:before {
  content: "\e61f";
}
.sdIcon-button-refresh:before {
  content: "\e61f";
}
.sdIcon-doc_checkout:before {
  content: "\e63a";
}
.sdIcon-doc_button-checkout:before {
  content: "\e63a";
}
.sdIcon-doc_checkin:before {
  content: "\e63b";
}
.sdIcon-button-checkin:before {
  content: "\e63b";
}
.sdIcon-template:before {
  content: "\e62e";
}
.sdIcon-icon-template-detail:before {
  content: "\e62e";
}
.sdIcon-page:before {
  content: "\e62f";
}
.sdIcon-icon-template-page:before {
  content: "\e62f";
}
.sdIcon-ol:before {
  content: "\e618";
}
.sdIcon-icon-wysiwyg-ol:before {
  content: "\e618";
}
.sdIcon-ul:before {
  content: "\e66e";
}
.sdIcon-icon-wysiwyg-ul:before {
  content: "\e66e";
}
.sdIcon-ul_alt:before {
  content: "\e62c";
}
.sdIcon-icon-template-list:before {
  content: "\e62c";
}
.sdIcon-basket:before {
  content: "\e670";
}
.sdIcon-login:before {
  content: "\e676";
}
.sdIcon-button-login:before {
  content: "\e676";
}
.sdIcon-logout:before {
  content: "\e63e";
}
.sdIcon-power:before {
  content: "\e677";
}
.sdIcon-logout_alt:before {
  content: "\e677";
}
.sdIcon-button-logout:before {
  content: "\e677";
}
.sdIcon-icon-menu-logout:before {
  content: "\e677";
}
.sdIcon-save_as:before {
  content: "\e678";
}
.sdIcon-button-save_as:before {
  content: "\e678";
}
.sdIcon-save:before {
  content: "\e679";
}
.sdIcon-button-save:before {
  content: "\e679";
}
.sdIcon-replicate:before {
  content: "\e67a";
}
.sdIcon-button-replicate:before {
  content: "\e67a";
}
.sdIcon-icon-program-rrs:before {
  content: "\e67a";
}
.sdIcon-reset:before {
  content: "\e67b";
}
.sdIcon-button-reset:before {
  content: "\e67b";
}
.sdIcon-synchronize:before {
  content: "\e671";
}
.sdIcon-button-synchronize:before {
  content: "\e671";
}
.sdIcon-statistics:before {
  content: "\e67c";
}
.sdIcon-button-statistics:before {
  content: "\e67c";
}
.sdIcon-icon-program-stats:before {
  content: "\e67c";
}
.sdIcon-icon-program-template:before {
  content: "\e67d";
}
.sdIcon-template_helper:before {
  content: "\e67e";
}
.sdIcon-button-template_helper:before {
  content: "\e67e";
}
.sdIcon-template_auto:before {
  content: "\e67f";
}
.sdIcon-button-template_auto:before {
  content: "\e67f";
}
.sdIcon-edit_search:before {
  content: "\e672";
}
.sdIcon-button-replace:before {
  content: "\e672";
}
.sdIcon-image:before {
  content: "\e680";
}
.sdIcon-icon-wysiwyg-image:before {
  content: "\e680";
}
.sdIcon-video:before {
  content: "\e682";
}
.sdIcon-icon-wysiwyg-image3:before {
  content: "\e682";
}
.sdIcon-grab_handle:before {
  content: "\e683";
}
.sdIcon-arrow-shift_grab:before {
  content: "\e683";
}
.sdIcon-arrow_down_alt:before {
  content: "\e684";
}
.sdIcon-arrow-workflow_down:before {
  content: "\e684";
}
.sdIcon-window:before {
  content: "\e685";
}
.sdIcon-icon-small-window:before {
  content: "\e685";
}
.sdIcon-window-sizeme:before {
  content: "\e685";
}
.sdIcon-dir_top:before {
  content: "\e686";
}
.sdIcon-icon-toolbar-top:before {
  content: "\e686";
}
.sdIcon-bold:before {
  content: "\e687";
}
.sdIcon-icon-wysiwyg-bold:before {
  content: "\e687";
}
.sdIcon-italic:before {
  content: "\e689";
}
.sdIcon-icon-wysiwyg-italic:before {
  content: "\e689";
}
.sdIcon-link:before {
  content: "\e68b";
}
.sdIcon-icon-wysiwyg-link:before {
  content: "\e68b";
}
.sdIcon-fieldtype-links:before {
  content: "\e68b";
}
.sdIcon-wrench_alt:before {
  content: "\e68e";
}
.sdIcon-icon-program-system:before {
  content: "\e68e";
}
.sdIcon-wrench:before {
  content: "\e68f";
}
.sdIcon-window-personal_settings:before {
  content: "\e68f";
}
.sdIcon-icon-menu-personal_settings:before {
  content: "\e68f";
}
.sdIcon-warning:before {
  content: "\e690";
}
.sdIcon-icon-small-warning:before {
  content: "\e690";
}
.sdIcon-folder_closed:before {
  content: "\e691";
}
.sdIcon-icon-small-folder:before {
  content: "\e691";
}
.sdIcon-icon-program-folder:before {
  content: "\e691";
}
.sdIcon-tree-closed:before {
  content: "\e691";
}
.sdIcon-folder_open:before {
  content: "\e692";
}
.sdIcon-tree-open:before {
  content: "\e692";
}
.sdIcon-form:before {
  content: "\e693";
}
.sdIcon-icon-small-input:before {
  content: "\e693";
}
.sdIcon-data:before {
  content: "\e694";
}
.sdIcon-icon-small-data:before {
  content: "\e694";
}
.sdIcon-calendar:before {
  content: "\e695";
}
.sdIcon-icon-small-calender:before {
  content: "\e695";
}
.sdIcon-calendar_now:before {
  content: "\e696";
}
.sdIcon-icon-small-now:before {
  content: "\e696";
}
.sdIcon-linke_vertical:before {
  content: "\e697";
}
.sdIcon-line-vertical:before {
  content: "\e697";
}
.sdIcon-icon-wysiwyg-separator:before {
  content: "\e697";
}
.sdIcon-eye:before {
  content: "\e698";
}
.sdIcon-icon-toolbar-preview:before {
  content: "\e698";
}
.sdIcon-eye-striked:before {
  content: "\e929";
}
.sdIcon-unread:before {
  content: "\e929";
}
.sdIcon-hide:before {
  content: "\e929";
}
.sdIcon-content:before {
  content: "\e699";
}
.sdIcon-icon-program-content:before {
  content: "\e699";
}
.sdIcon-resize_handle:before {
  content: "\e69a";
}
.sdIcon-window-resize:before {
  content: "\e69a";
}
.sdIcon-database:before {
  content: "\e69b";
}
.sdIcon-icon-program-extern:before {
  content: "\e69b";
}
.sdIcon-icon-small-field:before {
  content: "\e69b";
}
.sdIcon-database_content:before {
  content: "\e69c";
}
.sdIcon-icon-program-e_mixed:before {
  content: "\e69c";
}
.sdIcon-avatar_doc:before {
  content: "\e69d";
}
.sdIcon-profile_doc:before {
  content: "\e69d";
}
.sdIcon-icon-program-profile:before {
  content: "\e69d";
}
.sdIcon-arrow_level_up:before {
  content: "\e69f";
}
.sdIcon-tree-level_up:before {
  content: "\e69f";
}
.sdIcon-folder_level_up:before {
  content: "\e6a0";
}
.sdIcon-tree-up:before {
  content: "\e6a0";
}
.sdIcon-square_plus:before {
  content: "\e6a1";
}
.sdIcon-tree-plus:before {
  content: "\e6a1";
}
.sdIcon-movie:before {
  content: "\e6a2";
}
.sdIcon-icon-program-media:before {
  content: "\e6a2";
}
.sdIcon-arrow_sort:before {
  content: "\e69e";
}
.sdIcon-icon-sort:before {
  content: "\e69e";
}
.sdIcon-zoom_plus:before {
  content: "\e6a3";
}
.sdIcon-zoom-in:before {
  content: "\e6a3";
}
.sdIcon-zoom_minus:before {
  content: "\e6a4";
}
.sdIcon-zoom-out:before {
  content: "\e6a4";
}
.sdIcon-switch_none:before {
  content: "\e6a6";
}
.sdIcon-icon-switch_none:before {
  content: "\e6a6";
}
.sdIcon-switch_off:before {
  content: "\e6a7";
}
.sdIcon-icon-switch_off:before {
  content: "\e6a7";
}
.sdIcon-switch_on:before {
  content: "\e6a8";
}
.sdIcon-icon-switch_on:before {
  content: "\e6a8";
}
.sdIcon-data_out:before {
  content: "\e6a9";
}
.sdIcon-icon-small-captor:before {
  content: "\e6a9";
}
.sdIcon-data_in:before {
  content: "\e6aa";
}
.sdIcon-icon-small-capture:before {
  content: "\e6aa";
}
.sdIcon-textmarker:before {
  content: "\e6ab";
}
.sdIcon-icon-small-textmark:before {
  content: "\e6ab";
}
.sdIcon-colorpalette:before {
  content: "\e6ac";
}
.sdIcon-color_palette:before {
  content: "\e6ac";
}
.sdIcon-icon-colorpalette:before {
  content: "\e6ac";
}
.sdIcon-bug_search:before {
  content: "\e6ad";
}
.sdIcon-icon-menu-debug_backtrace:before {
  content: "\e6ad";
}
.sdIcon-bug_source:before {
  content: "\e6af";
}
.sdIcon-icon-menu-debug_source:before {
  content: "\e6af";
}
.sdIcon-bug_clock:before {
  content: "\e6ae";
}
.sdIcon-icon-menu-debug_profiler:before {
  content: "\e6ae";
}
.sdIcon-source:before {
  content: "\e6b0";
}
.sdIcon-icon-wysiwyg-source:before {
  content: "\e6b0";
}
.sdIcon-underline:before {
  content: "\e6b2";
}
.sdIcon-icon-wysiwyg-underline:before {
  content: "\e6b2";
}
.sdIcon-indent:before {
  content: "\e6b4";
}
.sdIcon-icon-wysiwyg-indent:before {
  content: "\e6b4";
}
.sdIcon-outdent:before {
  content: "\e6b6";
}
.sdIcon-icon-wysiwyg-outdent:before {
  content: "\e6b6";
}
.sdIcon-subscript:before {
  content: "\e6b8";
}
.sdIcon-icon-wysiwyg-subscript:before {
  content: "\e6b8";
}
.sdIcon-superscript:before {
  content: "\e6ba";
}
.sdIcon-icon-wysiwyg-superscript:before {
  content: "\e6ba";
}
.sdIcon-text:before {
  content: "\e6bc";
}
.sdIcon-icon-wysiwyg-test:before {
  content: "\e6bc";
}
.sdIcon-unlink:before {
  content: "\e6be";
}
.sdIcon-icon-wysiwyg-unlink:before {
  content: "\e6be";
}
.sdIcon-strikethrough:before {
  content: "\e6c0";
}
.sdIcon-icon-wysiwyg-strikethrough:before {
  content: "\e6c0";
}
.sdIcon-resize_full:before {
  content: "\e6c2";
}
.sdIcon-resize_small:before {
  content: "\e6c3";
}
.sdIcon-tag:before {
  content: "\e6c4";
}
.sdIcon-4squares:before {
  content: "\e6c5";
}
.sdIcon-windows:before {
  content: "\e6c5";
}
.sdIcon-tint:before {
  content: "\e6c6";
}
.sdIcon-move:before {
  content: "\e6c7";
}
.sdIcon-doc_export:before {
  content: "\e643";
}
.sdIcon-button-impexp:before {
  content: "\e643";
}
.sdIcon-export:before {
  content: "\e6c8";
}
.sdIcon-paragraph:before {
  content: "\e6c9";
}
.sdIcon-info:before {
  content: "\e6ff";
}
.sdIcon-arrow-multi-down:before {
  content: "\e700";
}
.sdIcon-arrow-multi-up:before {
  content: "\e701";
}
.sdIcon-flag:before {
  content: "\e702";
}
.sdIcon-find-workcopy:before {
  content: "\e703";
}
.sdIcon-find-original:before {
  content: "\e704";
}
.sdIcon-apply-workcopy:before {
  content: "\e705";
}
.sdIcon-checkbox-checked:before {
  content: "\e706";
}
.sdIcon-checkbox-unchecked:before {
  content: "\e707";
}
.sdIcon-radiobutton-selected:before {
  content: "\e708";
}
.sdIcon-radiobutton-unselected:before {
  content: "\e709";
}
.sdIcon-arrow_left_alt:before {
  content: "\e710";
}
.sdIcon-arrow_right_alt:before {
  content: "\e712";
}
.sdIcon-arrow_up_alt:before {
  content: "\e713";
}
.sdIcon-revolver-marker:before {
  content: "\e714";
}
.sdIcon-list-overview:before {
  content: "\e900";
}
.sdIcon-list-detail-01:before {
  content: "\e902";
}
.sdIcon-list-detail-02:before {
  content: "\e901";
}
.sdIcon-triangle-up:before {
  content: "\e903";
}
.sdIcon-triangle-right:before {
  content: "\e904";
}
.sdIcon-triangle-down:before {
  content: "\e905";
}
.sdIcon-triangle-left:before {
  content: "\e906";
}
.sdIcon-abc:before {
  content: "\e907";
}
.sdIcon-abc-alt:before {
  content: "\e908";
}
.sdIcon-attachments:before {
  content: "\e909";
}
.sdIcon-fieldtype-attachments:before {
  content: "\e909";
}
.sdIcon-binoculars:before {
  content: "\e90a";
}
.sdIcon-block:before {
  content: "\e90b";
}
.sdIcon-fieldtype-block:before {
  content: "\e90b";
}
.sdIcon-calendar-alt2:before {
  content: "\e90c";
}
.sdIcon-fieldtype-datetime:before {
  content: "\e90c";
}
.sdIcon-online-date:before {
  content: "\e90d";
}
.sdIcon-fieldtype-online_date:before {
  content: "\e90d";
}
.sdIcon-offline-date:before {
  content: "\e90e";
}
.sdIcon-fieldtype-offline_date:before {
  content: "\e90e";
}
.sdIcon-choice:before {
  content: "\e90f";
}
.sdIcon-euro:before {
  content: "\e910";
}
.sdIcon-fieldtype-price:before {
  content: "\e910";
}
.sdIcon-file:before {
  content: "\e911";
}
.sdIcon-fieldtype-file:before {
  content: "\e911";
}
.sdIcon-fingerprint:before {
  content: "\e912";
}
.sdIcon-flag-alt:before {
  content: "\e913";
}
.sdIcon-fieldtype-flag:before {
  content: "\e913";
}
.sdIcon-fulltext:before {
  content: "\e914";
}
.sdIcon-group:before {
  content: "\e915";
}
.sdIcon-identity:before {
  content: "\e916";
}
.sdIcon-image-alt:before {
  content: "\e917";
}
.sdIcon-fieldtype-image:before {
  content: "\e917";
}
.sdIcon-integer:before {
  content: "\e918";
}
.sdIcon-key-alt2:before {
  content: "\e919";
}
.sdIcon-fieldtype-password:before {
  content: "\e919";
}
.sdIcon-keyvalue:before {
  content: "\e91a";
}
.sdIcon-fieldtype-keyvalue:before {
  content: "\e91a";
}
.sdIcon-language-alt:before {
  content: "\e91b";
}
.sdIcon-fieldtype-language_iso:before {
  content: "\e91b";
}
.sdIcon-language-alt2:before {
  content: "\e91c";
}
.sdIcon-number:before {
  content: "\e91d";
}
.sdIcon-fieldtype-integer:before {
  content: "\e91d";
}
.sdIcon-price:before {
  content: "\e91e";
}
.sdIcon-relation:before {
  content: "\e91f";
}
.sdIcon-fieldtype-relation:before {
  content: "\e91f";
}
.sdIcon-seperator:before {
  content: "\e920";
}
.sdIcon-fieldtype-separator:before {
  content: "\e920";
}
.sdIcon-seperator-alt:before {
  content: "\e921";
}
.sdIcon-structure-alt:before {
  content: "\e922";
}
.sdIcon-fieldtype-structure:before {
  content: "\e922";
}
.sdIcon-template-alt:before {
  content: "\e923";
}
.sdIcon-fieldtype-template_id:before {
  content: "\e923";
}
.sdIcon-text-input:before {
  content: "\e924";
}
.sdIcon-fieldtype-text:before {
  content: "\e924";
}
.sdIcon-text-input-important:before {
  content: "\e925";
}
.sdIcon-fieldtype-title:before {
  content: "\e925";
}
.sdIcon-thumbnail:before {
  content: "\e926";
}
.sdIcon-fieldtype-thumbnail:before {
  content: "\e926";
}
.sdIcon-upload-alt2:before {
  content: "\e927";
}
.sdIcon-fieldtype-upload:before {
  content: "\e927";
}
.sdIcon-user:before {
  content: "\e928";
}
.sdIcon-cookie:before {
  content: "\e92a";
}
.sdIcon-biscuit:before {
  content: "\e92a";
}
.sdIcon-bulb-on:before {
  content: "\e92b";
}
.sdIcon-idea:before {
  content: "\e92b";
}
.sdIcon-bulb-off:before {
  content: "\e92c";
}



/**
 * @package     cg6_admin_cards
 * @file        sixcms103://sixcms/admin/external/styles/default/cards.css
 */

/* has to be included for pages containing cards */
/* include *after* all other styles! */

h1.cs6AdminCardsTitle {
	color: #525252;
	margin: 10px 15px 10px 15px;
	font-size: 18px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}

/* Cards Tabs */
.cs6AdminCardsWrapper {
	z-index: 1;
	height: 29px;
	position: relative;
}

.cs6AdminCardsMain {
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 10px;
	border-bottom: 1px solid #D0D0D0;
	white-space: nowrap;
}

/* Card Tab*/
.cs6AdminCardsTab {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	top: 1px;
	height: 27px;
	background-color: #E7E7E7;
	padding: 0;
	border: 1px solid #E7E7E7;
	border-bottom: 0;
	margin:0 5px 0 0;
	font-size: 1.175em;
	line-height:23px;
	cursor: pointer;
}
.cs6AdminCardsTab:not(.cs6Active)::after {
	content: '';
	position: absolute;
	right: -1px;
	left: -1px;
	height: 1px;
	bottom: 0;
	background-color: #F7F7F7;
}
.cs6AdminCardsTab.cs6Active {
	top: 0;
	height: 29px;
	background-color: #D0D0D0;
	border-color: #D0D0D0;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
}

.cs6AdminCardsTab > a,
.cs6AdminCardsTab > span {
	display: inline-block;
	height: 29px;
	color: #000;
	line-height: 29px;
	padding: 0 10px;
}

.cs6AdminCardsTab.cs6Active a {
	color: #000;
}

/**
 * @package     cg6_admin_form
 * @file        sixcms103://sixcms/admin/external/styles/default/form.css
 */

a {
	color: #F77E25;
}

table,
td {
	font-size: 12px;
	color: #000;
}

thead td {
	background-color: transparent;
}

input,
select,
textarea {
	box-sizing: border-box;
	color: #333;
	background-color: #FFF;
	padding: 2px 5px;
	border: 1px solid #D0D0D0;
}

.cs6Icon + select {
	margin-left: 5px;
}
.cs6AdminFormInput > select {
	max-width: 100%;
}

.cs6Input_checkbox,
.cs6Input_radio {
	border: none;
}
.cs6AdminCardsBody select:not([multiple]) {
	max-width: calc(100% - 3px);
	height: 24px;
	margin-right: 3px;
}
.cs6AdminCardsBody select[size]:not([size="1"]) {
	height: auto;
}

.cs6AdminFormControlDate a,
.cs6AdminFormControlDate input,
.cs6AdminFormControlInteger input,
.cs6AdminFormControlPrice input {
	vertical-align: top;
}

/** DATETIME **/
.cs6AdminFormControlDate {
	display: inline-block;
	position: relative;
	height: 24px;
	border-right: 1px solid #D0D0D0;
	line-height: 24px;
}
.cs6AdminFormControlDate input {
	position: relative;
	height: 24px;
	border: 1px solid #D0D0D0;
}
.cs6AdminFormControlDate input:focus {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	height: calc(100% + 2px);
	border: 1px solid #333;
}
.cs6AdminFormControlDate a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #444;
	background-color: #DDD;
	border: solid #D0D0D0;
	border-width: 1px 0;
	text-align: center;
	line-height: 22px;
}
.cs6AdminFormControlDate a:hover {
	color: #222;
	background-color: #EEE;
}
.cs6AdminFormControlDate input + a::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -6px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 12px 6px 12px 0;
	border-right-color: #DDD;
}
.cs6AdminFormControlDate a + span {
	border-left: 1px solid #D0D0D0;
	height: 24px;
}
.cs6AdminFormControlDate .cs6Icon {
	line-height: 22px;
}
/** END datetime **/

/** TEXT / PASSWORD **/
.cs6AdminFormInput input[type="text"],
.cs6AdminFormInput input[type="password"] {
	display: inline-block;
	line-height: 20px;
	height: 24px;
}
/** END text / password **/

/** KEYVALUE **/
.cs6AdminFormInputKeyValue ul {
	margin: 0;
	padding: 0;
}
.cs6AdminFormInputKeyValue_Flat ul {
	display: table;
	border-collapse: separate;
	border-spacing: 0 4px;
}

.cs6AdminFormInputKeyValue li {
	margin: 6px 12px 0 5px;
	padding: 0;
	list-style: none;
}
.cs6AdminFormInputKeyValue_Flat li {
	display: table-row;
}
.cs6AdminFormInputKeyValue_NoFlat li {
	white-space: nowrap;
}
.cs6AdminFormInputKeyValue_NoFlat li {
	margin-right:0;
	position: relative;
}
.cs6AdminFormInputKeyValue_NoFlat > ul > li {
	margin-left:0;
}
.cs6AdminFormInputKeyValue_NoFlat .cs6AdminFormInputKeyValue_Key {
	position:absolute;
	right:0;
	left:63px;
}

.cs6AdminFormInputKeyValue_Key,
.cs6AdminFormInputKeyValue_Bar {
	margin: 0;
	padding: 0;
	vertical-align: top;
	white-space: nowrap;
}
.cs6AdminFormInputKeyValue_Flat .cs6AdminFormInputKeyValue_Key {
	padding-right: 5px;
	display: table-cell;
	width: 29%;
}
.cs6AdminFormInputKeyValue_Flat .cs6AdminFormInputKeyValue_Bar {
	display: table-cell;
}

.cs6AdminFormInputKeyValue_Value {
	display: table-cell;
}
.cs6AdminFormInputKeyValue_Value ul {
	margin-left: 15px;
}
.cs6AdminFormInputKeyValue_Flat .cs6AdminFormInputKeyValue_Value {
	width: 70%;
}
.cs6AdminFormInputKeyValue_NoFlat .cs6AdminFormInputKeyValue_Value {
	display: block;
}
.cs6AdminFormInputKeyValue_NoFlat li.cs6AdminFormInputListItem_folder > .cs6AdminFormInputKeyValue_Value {
	border-left:1px dotted #DDD;
}
.cs6AdminFormInputKeyValue_NoFlat li.cs6AdminFormInputListItem_folder:last-child > .cs6AdminFormInputKeyValue_Value {
	border-left: none;
}

input[type="text"].cs6AdminFormInputKey_keyvalue {
	margin-left: 2px;
	width: calc(100% - 2px);
	height: 22px;
	background-color: #FFF;
	color: #5D5D5D;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

.cs6AdminFormInputValue_keyvalue {
	width: 100%;
	min-height: 22px;
	background-color: #FFF;
	margin-top: 3px;
	line-height: 1.2em;
}
.cs6AdminFormInputKeyValue_Flat .cs6AdminFormInputValue_keyvalue {
	margin-top: 0;
}
/** END keyvalue **/

/** UPLOAD **/
#id6AdminFormBlockMainImageEdit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#id6AdminFormImageEditFormular {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	height: 24px;
	z-index: 4;
	padding-right: 10px;
	white-space: nowrap;
}

/*noinspection CssOptimizeSimilarProperties*/
#id6AdminFormImageEditCanvas {
	position: absolute;
	top: 38px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: auto;
	background-color: #F0F0F0;
	background-image: linear-gradient(45deg, #C0C0C0 25%, transparent 25%, transparent 75%, #C0C0C0 75%, #C0C0C0), linear-gradient(45deg, #C0C0C0 25%, transparent 25%, transparent 75%, #C0C0C0 75%, #C0C0C0);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}
#id6AdminFormImageEditBild {
	position: absolute;
	z-index: 3;
	cursor: crosshair;
}
#id6AdminFormImageEditBackground {
	position: absolute;
	z-index: 2;
	border: dashed #333;
	border-width: 0 1px 1px 0;
}
#id6AdminFormImageEditOverlayText {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #f00;
	pointer-events: none;
}
#id6AdminFormImageEditBackground div:hover {
	opacity: 0;
}
#id6AdminFormImageEditSelector {
	position: absolute;
	visibility: visible;
	z-index: 5;
	border: 0;
	cursor: move;
	background-color: #fff;
	background-image: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000) !important;
	background-size:2px 2px;
	background-position: 0 0, 1px 1px;
	opacity: .5;
}
#id6AdminFormImageEditNWCorner,
#id6AdminFormImageEditNECorner,
#id6AdminFormImageEditSWCorner,
#id6AdminFormImageEditSECorner {
	position: absolute;
	background-color: #000;
	font-size: 1px;
}
#id6AdminFormImageEditNWCorner {
	top: 0;
	left: 0;
	cursor: nwse-resize;
}
#id6AdminFormImageEditNECorner {
	top: 0;
	right: 0;
	cursor: nesw-resize;
}
#id6AdminFormImageEditSWCorner {
	bottom: 0;
	left: 0;
	cursor: nesw-resize;
}
#id6AdminFormImageEditSECorner {
	right: 0;
	bottom: 0;
	cursor: nwse-resize;
}
/** END upload **/

.cs6AdminFormInputCheckAppend {
	padding-top: 5px;
	padding-left: 23px;
}

.cs6AdminFormInputFullWidth {
	width: 100%;
}
.cs6AdminFormInputFullHeight {
	height: 99%;
}

input:focus,
select:focus,
textarea:focus {
	color: #222;
	background-color: #FFF0AA;
	border-color: #333;
}

.cs6AdminFormInputDisabled {
	background-color: #F7F7F7;
	color: #838383;
}

.cs6AdminFormInputDisabled:focus {
	background-color: #F7F7F7;
}

#id6AdminFormRichtextInternalConfig,
.cs6AdminFormRichtextButtons {
	color: #333;
	border-bottom: 1px solid #D0D0D0;
	background-color: #FFF;
}
#id6AdminFormRichtextInternalConfig a {
	color: #333;
	text-decoration: underline;
}
#id6AdminFormRichtextInternalConfig .cs6Icon,
.cs6AdminFormRichtextButtons .cs6Icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #333;
	cursor: pointer;
	opacity: .5;
}
#id6AdminFormRichtextInternalConfig .cs6Icon.cs6AdminFormRichtextButtonActive,
.cs6AdminFormRichtextButtons .cs6Icon.cs6AdminFormRichtextButtonActive {
	opacity: 1;
}
.cs6AdminFormRichtextInput {
	border: 1px solid #D0D0D0;
}

.cs6AdminFormRichtextFrame {
	margin: 0;
	padding: 0;
	border: 0;
}
.cs6AdminFormRichtextSwitch {
	display:inline-block;
	padding:5px 5px 0 5px;
}
.cs6AdminFormBlockMain {
	background-color: #FFF;
}

.cs6AdminFormBlockContentList .cs6AdminFormBlockMain + .cs6AdminFormBlockMain {
	margin-top: 10px;
}
.cs6AdminFormBlockLegend {
	height: 24px;
	color: #333;
	background-color: transparent;
	padding: 0 5px 0 5px;
	margin: -5px -5px 0 -5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
}
.cs6AdminPanel .cs6AdminPanel .cs6AdminFormBlockLegend {
	margin: -5px 0 0 0;
}
.cs6AdminFormBlockLegend .cs6AdminFormBlockToggle,
.cs6AdminFormBlockLegend .cs6AdminToolbarNormal {
	vertical-align: middle;
}
.cs6AdminFormBlockLegend a {
	color: #333;
}
.cs6AdminFormBlockLegendImage {
	position:relative;
	top:2px;
	margin:0 3px;
	color: #333;
	font-size:18px;
}

.cs6AdminFormBlockContentWrapper {
	overflow: auto;
}

.cs6AdminFormBlockContentOpen {
	display: block;
}
.cs6AdminFormBlockRepresentation.cs6AdminFormBlockContentOpen {
	display: none;
}

.cs6AdminFormBlockContentOpenTr {
	display: table-row;
}

.cs6AdminFormBlockContentMain {
	margin: 5px;
}

.cs6AdminFormBlockContentClosed.cs6AdminFormBlockContentClosed {
	display: none;
}
.cs6AdminFormBlockRepresentation.cs6AdminFormBlockContentClosed.cs6AdminFormBlockContentClosed {
	display: initial;
}

.cs6AdminFormBlockOpenerSubText {
	position: relative;
	top: 2px;
	color: #666;
	display: inline-block;
	margin: 0 10px 0 17px;
	font-size: 12px;
}

form {
	margin: 0; /* IE default entfernen */
}

form.cs6AdminFormPane {
	height: 100%; /* IE Hack damit die DIVs in OptionPane auf 100% Hoehe vergroessert werden koennen */
}

.cs6AdminFormBlockName {
	position: absolute;
	left: 20px;
	top: -10px;
	padding: 3px;
	color: #5D5D5D;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
}

.cs6AdminFormBlockElement {
	display: block;
	margin: 0 0 10px 0;
}
.cs6AdminFormBlockElement:last-child {
	margin: 0;
}
td div.cs6AdminFormBlockElement {
	margin-top: 3px;
	padding: 2px;
}

.cs6AdminFormElementLabel {
	display: block;
	margin-bottom: 5px;
}
.cs6AdminFormElementLabel,
.cs6AdminFormTableElementLabel {
	color: #5D5D5D;
	padding-right: 5px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}
.cs6AdminFormTableElementLabel {
	width: 1%;
}
.cs6AdminFormTableElementLabel .cs6AdminFormLabel label,
.cs6AdminFormTableElementLabel .cs6AdminFormLabel span {
	display: block;
	width: 12em;
	padding-left: 10px;
	text-indent: -10px;
	overflow-wrap: break-word
}

.cs6AdminFormElementContent {
	display: block;
	margin-top: 3px;
}
.cs6AdminFormElementContent,
.cs6AdminFormTableElementContent {
	font-family: arial, helvetica, sans-serif;
}
.cs6AdminFormElementContent a,
.cs6AdminFormTableElementContent a {
	font-family: inherit;
}

.cs6AdminListResultEntry > img,
.cs6AdminFormElementContent > img,
.cs6AdminListResultEntry > object,
.cs6AdminFormElementContent > object {
	max-width: 100%;
	height: auto;
}

.cs6AdminFormTableElementContent {
	padding-top: 0;
	width: 99%;
}

.cs6AdminFormTableElementColumn {
	padding-top: 0;
	white-space: nowrap;
}

.cs6AdminFormBlockInlineHead {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	height: 24px;
}

.cs6AdminFormBlockInline1stRow {
	vertical-align: top;
	font-weight: bold;
	width: 1%;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

.cs6AdminFormBlockInlineVLine {
	vertical-align: top;
	border-left: 1px solid transparent;
}

.cs6AdminFormBlockInlineHLine {
	border-top: 1px solid transparent;
}

.cs6AdminFormBlockInlineElement {
	border-bottom: solid 1px transparent;
}

.cs6AdminFormBlockInlineInput {
	padding: 5px;
	border: 1px solid #AAA;
	margin-bottom: 10px;
}
.cs6AdminFormBlockInlineInput > .cs6AdminFormBlockContentOpen > .cs6AdminFormBlockContentMain {
	margin-bottom: 0;
}
.cs6AdminFormBlockInlineInput > .cs6AdminFormBlockContentWrapper {
	margin: -5px 0 0 -5px;
}
.cs6AdminFormBlockInlineInput > .cs6AdminFormBlockLegend > .cs6AdminFormBlockOpenerSubText {
	top: 0;
}


.cs6AdminFormBlockToggle {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0;
	color: #333;
}
.cs6AdminFormBlockToggle .cs6Icon {
	width:8px;
	margin-right:8px;
	position: relative;
	text-align:center;
	top:1px;
}
tbody td .cs6AdminFormBlockToggle {
    color: #000;
}

a.cs6AdminFormBlockToggleClosed .sdIcon-arrow-down,
a.cs6AdminFormBlockToggleOpen .sdIcon-arrow-right {
	display: none;
}
a.cs6AdminFormBlockToggleClosed .sdIcon-arrow-right,
a.cs6AdminFormBlockToggleOpen .sdIcon-arrow-down {
	display: inline-block;
}

.cs6AdminFormTableElement {
	vertical-align: top;
}

.cs6AdminFormHiddenSubmit {
	background-color: transparent;
	height: 0;
	width: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.cs6AdminFormColorPickerWrapper {
	white-space: nowrap;
}

.cs6AdminFormColorPickerInput {
	white-space: nowrap;
	float: left;
}

.cs6AdminFormColorPickerOld,
.cs6AdminFormColorPickerColor {
	font-size: 0;
	border: 1px solid black;
	padding: 0;
	margin: 2px 6px 2px 4px;
	vertical-align: middle;
	float: left;
	display: block;
	width: 18px;
	height: 18px;
}
.cs6AdminFormColorPickerOld {
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin-right: 2px;
}

.cs6AdminFormLabel {
	color: #5D5D5D;
}
/* fuer Label mit Sprungziel */
.cs6AdminFormLabel span[sixcms] {
	cursor: pointer;
}

.cs6AdminFormLabelInfo {
	cursor: help;
	border-bottom: 1px dashed #666;
}

.cs6AdminFormInput {
	display: block;
}

td.cs6AdminFormInput {
	display: table-cell;
}

.cs6AdminFormInfo {
	padding: 2px 10px 2px 0;
	font-size: 0.95em;
	color: #666;
}

.cs6AdminFormField {
	display: block;
	margin-top: 9px;
}
.cs6AdminFormField:first-of-type {
	margin-top: 0;
}

.cs6AdminFormMultiColumn .cs6AdminFormLabel {
	display: inline-block;
	padding-top: 6px;
}
.cs6AdminFormMultiColumn > tbody > tr > td {
	padding-top: 2px;
}
.cs6AdminFieldType_separator .cs6AdminFormLabel {
	display: block;
	margin: 1.5em 0 1em 0;
	padding-top: 4px;
	font-size: 14px;
	color: #333;
	border-top: 2px solid #333;
}
.cs6AdminFieldType_block > td {
	padding-top: 1em;
}

.cs6AdminFieldType_block + :not(.cs6AdminFieldType_block) > td {
	padding-top: 1em;
}

.cs6AdminFormLookupWrapper,
.cs6AdminFormToolbarWrapper {
	display: inline-block;
	margin-bottom: 0;
}
.cs6AdminFormLookupEntries:not(:empty) {
	overflow: auto;
	width: auto;
}

.cs6AdminFormLookupEntry {
	line-height: normal;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	padding: 5px 5px 3px 5px;
	border: solid #D0D0D0;
	border-width: 0 1px 1px 1px;
	cursor: pointer;
}
.cs6AdminFormLookupEntry:not(:last-child) {
	border-bottom-color: #D0D0D0;
}

.cs6AdminFormLookupEntrySelected {
	color: #FFF;
	background-color: #38761D;
	border-color: #38761D;
}
.cs6AdminFormLookupEntrySelected:not(:last-child) {
	border-bottom-color: #FFF;
}

.cs6AdminFormLookupEntryLabel {
	background-color: transparent;
	width: 100%;
}

/* styles for article statistics */
.cs6AdminFormStatisticBar {
	color: #000;
	background-color: #FFF;
}

.cs6AdminFormImageLeft {
	float: left;
	width: 35px;
	height: 35px;
	padding: 6px 0 0 6px;
}

/* styles for article translation */
.cs6AdminFormComplete {
	width: 100%;
	float: none;
}
.cs6AdminTranslatePanel {
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	width: calc(50% - 30px);
}
.cs6AdminTranslatePanel > .cs6AdminPanel {
	border: none;
}
.cs6AdminFormLeft {
	float: left;
}
.cs6AdminFormRight {
	float: right;
}
.cs6AdminFormLeft img,
.cs6AdminFormRight img {
	max-width: 49%;
}
.cs6AdminFormLeft input,
.cs6AdminFormLeft textarea {
	color: #444;
	background-color: #F7F7F7;
	/* mit border none ergibt sich ein Problem mit dem Hoehenabgleich */
	border: 1px solid #D0D0D0;
}
.cs6AdminFormLeft textarea {
	resize: none;
}
.cs6AdminFormLeft .cs6AdminToolbarInput::after {
	display: none;
}

.cs6AdminFormMiddle {
	display:block;
	width:15%;
	float:left;
}
.cs6AdminForm2ndRow {
	background-color: #F2F2F2;
}

#id6AdminFormLanguages {
	display: block;
	position: absolute;
	top: 20px;
	width: 100%;
}
.cs6AdminFormLanguageSwap,
.cs6AdminFormLanguages {
	display: block;
	position: absolute;
	top: 0;
	width: calc(50% - 30px);
	color: #5D5D5D;
	font-size: 18px;
}
.cs6AdminFormLanguageSource {
	text-align: right;
}
.cs6AdminFormLanguageTarget {
	right: 0;
}
.cs6AdminFormLanguageSwap {
	top: -3px;
	left: calc(50% - 30px);
	width: 60px;
	text-align: center;
}
.cs6AdminFormLanguageSwap a {
	display: inline-block;
	color: #333;
	background-color: #D0D0D0;
	width: 24px;
	height: 24px;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
	cursor: pointer;
}
.cs6AdminFormLanguageSwap a .cs6Icon {
	line-height: 24px;
}
.cs6AdminFormLanguageSwap a:hover {
	color: #FFF;
	background-color: #F77E25;
	box-shadow: 3px 3px rgba(0,0,0,.3);
}
.cs6AdminFormLanguageSwap a:active {
	position: relative;
	top: 2px;
	left: 2px;
	color: #FFF;
	background-color: #F77E25;
	box-shadow: 1px 1px rgba(0,0,0,.3);
}
/* END styles for article translation */

/* styles for workflow edit*/
.cs6AdminStageEditIcon {
	font-size: 21px;
}
/* END styles for workflow edit*/

.cs6AdminFormRadioButton {
	display: block;
	float: left;
}
.cs6AdminFormRadioLabel {
	display: block;
	margin-left: 30px;
}

.cl6RQLBlock {
	margin-left: 18px;
}

/* Choice-Felder */
.cs6AdminChoiceDefault {
	font-weight: bold;
}
.cs6AdminFormButtonChoice {
	box-sizing: border-box;
	position: relative;
	color: #333;
	background-color: #D0D0D0;
	border: 1px solid #333;
	margin: 0 3px 9px 0;
	padding: 3px 7px;
	cursor: pointer;
}
.cs6AdminFormButtonChoice:not(.cs6AdminFormSelectedButtonChoice):hover {
	color: #FFF;
	background-color: #F77E25;
	border-color: #F77E25;
}
.cs6AdminFormButtonChoice:not(.cs6AdminFormSelectedButtonChoice):active {
	color: #FFF;
	background-color: #F77E25;
	border-color: #F77E25;
}
.cs6AdminFormSelectedButtonChoice {
	background-color: #666;
	color: #FFF;
	border-color: #666;
	box-shadow: none;
	overflow: visible;
	cursor: default;
}
.cs6AdminFormSelectedButtonChoice::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: -1px;
	right: -1px;
	height: 3px;
	background-color: #666;
}
.cs6AdminFormButtonChoiceIsDisabled button {
	cursor: default;
	pointer-events: none;
}
.cs6AdminFormButtonChoiceIsDisabled button:not(.cs6AdminFormSelectedButtonChoice) {
	opacity: .5;
}

a.cs6AdminChoiceFieldBack {
	color: #F77E25;
	vertical-align: bottom;
}
.cs6AdminChoiceFieldBack::before {
	content: "[";
	color: #5D5D5D;
}
.cs6AdminChoiceFieldBack::after {
	content: "]";
	color: #5D5D5D;
}
.cs6AdminPanel.cs6AdminVersionBlock {
	margin-top: 9px;
}

/* Volltext-Feld-Edit */
.cs6AdminFulltextFieldSelect ul,
.cs6AdminFulltextFieldSelect li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cs6AdminFulltextFieldSelect li ul {
	margin-left: 5px;
	padding: 5px 0 0 15px;
	border-left: 1px solid #F0F0F0;
}
.cs6AdminFulltextFieldSelect li {
	padding: 2px 0;
}
.cs6AdminFulltextFieldSelect .cs6Input_checkbox {
	margin-left: 0;
}
.cs6AdminFulltextFieldSelect .cs6Icon:first-child {
	color: #333;
	margin-right: 3px;
}
.cs6AdminFulltextFieldSelect .cs6AdminListTreeHandlerOpen,
.cs6AdminFulltextFieldSelect .cs6AdminListTreeItemClosed {
	cursor: pointer;
}
.cs6AdminFulltextFieldSelect .cs6AdminListTreeHandlerOpen::before {
	content: '\e692'; /* sdIcon-folder_open */
	color: #333;
	margin-right: 3px;
	/*noinspection CssNoGenericFontName*/
	font-family: sixdings;
}
.cs6AdminFulltextFieldSelect .cs6AdminListTreeHandlerClosed::before {
	content: '\e691'; /* sdIcon-folder_closed */
	color: #333;
	margin-right: 3px;
	/*noinspection CssNoGenericFontName*/
	font-family: sixdings;
}

.cs6AdminPanel.cs6AdminWorkflowSelect {
	max-height: 20em;
	padding: 0;
	margin-bottom: 5px;
	overflow: auto;
}
.cs6AdminWorkflowSelect ul {
	margin: 0;
}
.cs6AdminWorkflowSelect li {
	display: flex;
	align-items: flex-start;
	color: #333;
	background-color: #E0E0E0;
}
.cs6AdminWorkflowSelect li:nth-child(even) {
	color: #333;
	background-color: #F0F0F0;
}
.cs6AdminWorkflowSelect li input {
	flex: 0 1 auto;
}
.cs6AdminWorkflowSelect li label {
	flex: 1 0 auto;
	margin: 2px;
}


/**
 * @package     cg6_admin_button
 * @file        sixcms103://sixcms/admin/external/styles/default/button.css
 */

input.cs6AdminButtonForm {
	background-color: transparent;
	cursor: pointer;
	border: 0;
	padding: 6px 10px 4px 10px;
	color: #333;
	width: 100%;
	height: 100%;
}
.cs6AdminFormCardsButtonWrapper {
	text-align:center;
	float: left;
	background-color: #D0D0D0;
	margin: 5px 5px 0 0;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	border: 1px solid #333;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
}
.cs6AdminFormCardsButtonWrapper:hover input {
	color: #FFF;
}
.cs6AdminFormCardsButtonWrapper:hover {
	background-color: #F77E25;
	border-color: #F77E25;
	box-shadow: 3px 3px rgba(0,0,0,.3);
}

.cs6AdminFormCardsButtonWrapper input:focus {
	background-color: transparent;
	border: 1px dotted #FFF;
}
.cs6AdminFormCardsButtonWrapper input:active {
	background-color: transparent;
	border: none;
}
.cs6AdminFormCardsButtonWrapper:active {
	position: relative;
	top: 2px;
	left: 2px;
	background-color: #F77E25;
	border-color: #F77E25;
	box-shadow: 1px 1px rgba(0,0,0,.3);
}
.cs6AdminFormCardsButtonWrapper:active input {
	color: #FFF;
}

/**
 * @package     cg6_admin_text
 * @file        sixcms103://sixcms/admin/external/styles/default/text.css
 */

/* always present */
.cs6AdminTextMessageHint {
	padding: 2px;
	font-weight: bold;
	background-color: #666;
	color: #FFF;
	white-space: nowrap;
}
.cs6AdminTextMessageHint a {
	font-size:100%;
	color:#FFF;
	text-decoration:underline;
}
.cs6AdminTextMessageBlock {
	margin-bottom: 10px;
}

.cs6AdminTextMessageHead {
	color: #000;
	font-weight: bold;
}

/* Datumspicker */
.cl6CalendarTable.cs6AdminTable > tbody > tr > td,
.cl6CalendarTable.cs6AdminTable > tbody > tr > th,
.cl6CalendarTable.cs6AdminTable > tr > td {
	text-align: center;
}
.cs6CalendarMonday,
.cs6CalendarTuesday,
.cs6CalendarWednesday,
.cs6CalendarThursday,
.cs6CalendarFriday,
.cs6CalendarSaturday,
.cs6CalendarSunday {
	display:inline-block;
	color: #000;
	height: 16px;
	width: 16px;
	padding: 4px;
	line-height: 14px;
	text-align:center;
	white-space: nowrap;
}
.cl6CalendarTable .cs6AdminTableMarkCell a:not(.cs6CalendarSunday):not(.cs6CalendarHolidayLegalOwn):not(.cs6CalendarHolidayLegalOther):not(.cs6CalendarHolidayOther):not(cs6CalendarHolidayCustom) {
	color: #000;
}
.cs6CalendarSunday,
.cs6CalendarHolidayLegalOwn,
.cs6CalendarHolidayLegalOther,
.cs6CalendarHolidayOther,
.cs6CalendarHolidayCustom {
	background-color: #666;
	color: #FFF;
	border-radius:12px;
	font-size:100%;
	font-weight: bold;
	text-decoration:underline;
}
.cs6CalendarHolidayLegalOwn {
	color: #FFF;
	background-color: #AA0000;
}
.cs6CalendarHolidayLegalOther {
	color: #FFF;
	background-color: #009900;
}
.cs6CalendarHolidayOther {
	color: #FFF;
	background-color: #0779CA;
}
.cs6CalendarHolidayCustom {
	color: #000;
	background-color: #FFD700;
}
/* ENDE Datumspicker */

.cs6AdminTextMessageLabel {
	font-size: 1.2em;
	font-weight: bold;
}

.cs6AdminTextListMessages,
.cs6AdminTextListStandard {
	padding: 0;
	margin: 5px 0;
	list-style: none;
}
.cs6AdminTextListStandard li {
	margin: 6px 0;
}
.cs6AdminTextListStandard * img {
	margin: 0 10px;
}

.cs6AdminTextLineCount,
.cs6AdminTextLineCount a {
	vertical-align: top;
	text-align: right;
	color: #838383; /* @todo finden + spezifizieren */
	margin-right: 3px;
}
.cs6AdminTextLineCount .cs6Icon {
	margin-right: 5px;
}

.cs6AdminTextLineData {
	vertical-align: top;
	white-space: nowrap;
}

.cs6AdminTextLineData a {
	font-family: inherit;
}


/**
 * @package     cg6_admin_toolbar
 * @file        sixcms103://sixcms/admin/external/styles/default/toolbar.css
 */

/** Toolbar allgemein **/
.cs6AdminToolbarNormal,
.cs6AdminToolbarSmall {
	display: inline-block;
    height: 24px;
	color: #333;
	background-color: #DDD;
	line-height: 22px;
	white-space: nowrap;
	padding: 0;
}
.cs6AdminToolbarNormal a,
.cs6AdminToolbarSmall a {
	color: #333;
}
.cs6AdminToolbarSmall {
	height: 20px;
	line-height: 18px;
}
.cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal,
.cs6AdminFormBlockToggle + .cs6AdminToolbarNormal {
	height: 20px;
	margin-left: 10px;
	line-height: 20px;
}
.cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal {
	margin-top: -1px;
}

/** Buttons **/
.cs6AdminToolbarNormal .cs6Icon {
	width: 24px;
	font-size: 16px;
}
.cs6AdminToolbarNormal .cs6Icon,
.cs6AdminToolbarSmall .cs6Icon {
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	color: #444;
	background-color: #DDD;
	border: solid #D0D0D0;
	border-width: 1px 0;
	text-align: center;
	line-height: inherit;
	vertical-align: top;
	cursor: pointer;
}
.cs6AdminToolbarNormal a:first-child .cs6Icon,
.cs6AdminToolbarSmall a:first-child .cs6Icon {
	border-left-width: 1px;
}
.cs6AdminToolbarNormal a:last-child .cs6Icon,
.cs6AdminToolbarSmall a:last-child .cs6Icon {
	border-right-width: 1px;
}
.cs6AdminToolbarNormal .cs6Icon:hover,
.cs6AdminToolbarSmall .cs6Icon:hover {
	color: #222;
	background-color: #EEE;
}
.cs6AdminToolbarNormal .cs6Icon:active,
.cs6AdminToolbarSmall .cs6Icon:active {
	color: #000;
	background-color: #FFF;
}
.cs6AdminToolbarSmall .cs6Icon,
.cs6AdminFormBlockOpenerSubText .cs6AdminToolbarNormal .cs6Icon,
.cs6AdminFormBlockToggle + .cs6AdminToolbarNormal .cs6Icon {
	width: 20px;
	font-size: 12px;
}

/** Texteingabe **/
.cs6AdminToolbarInput .cs6AdminFormLabel {
	color: #333;
	padding: 5px;
}
.cs6AdminToolbarInput {
	display: inline-block;
	position: relative;
	top: 0;
	height: 100%;
	color: #000;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: inherit;
	vertical-align: top;
}
.cs6AdminToolbarInput input {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	line-height: inherit;
}
.cs6AdminToolbarInput input:focus {
	z-index: 1;
	border: 1px solid #333;
}

/** Pfeil-Element **/
.cs6AdminToolbarInput::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 12px 6px 12px 0;
    border-right-color: #DDD;
}
.cs6AdminToolbarSmall .cs6AdminToolbarInput::after ,
.cs6AdminFormBlockOpenerSubText .cs6AdminToolbarInput::after ,
.cs6AdminFormBlockToggle + .cs6AdminToolbarInput::after {
	border-width: 10px 5px 10px 0;
}

/* icons links neben quicksearch */
.cs6AdminShortcutCartouche {
	display: inline-block;
	height: 25px;
	background: #A70;
	padding: 0 2px;
	box-shadow: inset 2px 2px 0 rgba(0,0,0,.3);
}
.cs6AdminShortcutFlag {
	margin-top: 4px;
	font-size: 16px;
	color: #FFF;
	width: 25px;
	display: inline-block;
	text-align: center;
}

/* Quicksearch-Abschnitt */
.cs6AdminToolbarQuickSearchForm {
	box-sizing: border-box;
	display: inline-block;
	padding: 3px 2px 3px 5px;
	margin: 0 5px;
	white-space: nowrap;
	height: 25px;
	background-color: #DDD;
	box-shadow: inset 2px 2px 0 rgba(0,0,0,.3);
	vertical-align: top;
}
.cs6AdminToolbarQuickSearchForm button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	color: #000;
	background-color: transparent;
    padding: 0;
	margin: 0 3px;
	font-size: 15px;
	vertical-align: bottom;
}
#id6AdminToolbarQuickSearchSelect {
	height: 19px;
	color: #333;
	background: #FFF;
	padding: 0;
	border-color: #AAA;
	margin-right: 2px;
}
.cs6AdminToolbarQuickSearchSelectWrapper {
	display: inline-block;
	position: relative;
}
.cs6AdminToolbarQuickSearchText,
.cs6AdminToolbarQuickSearchText:focus{
	box-sizing: border-box;
	color: #333;
	background-color: #FFF;
	width: 10em;
	height: 19px;
	border-color: #AAA;
}

/* Mail-Icon */
.cs6AdminShortcutMail .cs6Icon {
	font-size: 22px;
}
#id6AdminToolbarMailCount {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	top: -9px;
	left: -10px;
	min-width:14px;
	height: 14px;
	color: #FFF;
	background-color: #C00;
	padding: 0 2px 0 3px;
	border-radius: 8px;
	margin-right: -7px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
#id6AdminToolbarMailCount.cs6AdminToolbarMailNoMail {
	display:none;
}

/* dynamic Styles */

.cs6ColorBackdropBackground { background-color: #F7F7F7; }
.cs6ColorText { color: #000; }
.cs6ColorLightText { color: #007D94; }
.cs6ColorMediumText { color: #5D5D5D; }
.cs6ColorDarkText { color: #838383; }
.cs6ColorButtonText { color: #333; }
.cs6ColorButtonBackground { background-color: #D0D0D0; }
.cs6ColorButtonBorder { border-color: #333; }
.cs6ColorButtonHighlightText { color: #FFF; }
.cs6ColorButtonHighlightBackground { background-color: #F77E25; }
.cs6ColorButtonHighlightBorder { border-color: #F77E25; }
.cs6ColorButtonActiveText { color: #FFF; }
.cs6ColorButtonActiveBackground { background-color: #F77E25; }
.cs6ColorButtonActiveBorder { border-color: #F77E25; }
.cs6ColorButtonSelectedText { color: #FFF; }
.cs6ColorButtonSelectedBackground { background-color: #666; }
.cs6ColorButtonSelectedBorder { border-color: #666; }
.cs6ColorButtonFocusBorder { border-color: #FFF; }
.cs6ColorPanelBackground { background-color: #D0D0D0; }
.cs6ColorPanelBorder { border-color: #D0D0D0; }
.cs6ColorTabBackground { background-color: #E7E7E7; }
.cs6ColorTabText { color: #000; }
.cs6ColorTabBorder { border-color: #E7E7E7; }
.cs6ColorTabHighlightBackground { background-color: #D0D0D0; }
.cs6ColorTabHighlightText { color: #000; }
.cs6ColorTabHighlightBorder { border-color: #D0D0D0; }
.cs6ColorMenuText { color: #FFF; }
.cs6ColorMenuBackground { background-color: #333; }
.cs6ColorMenuBorder { border-color: rgba(128,128,128,.5); }
.cs6ColorMenuHighlightBackground { background-color: #F77E25; }
.cs6ColorMenuHighlightText { color: #FFF; }
.cs6ColorMenuItemBackground { background-color: #FFF; }
.cs6ColorMenuItemBorder { border-color: rgba(128,128,128,.5); }
.cs6ColorMenuItemHighlightBackground { background-color: #F77E25; }
.cs6ColorMenuItemHighlightText { color: #FFF; }
.cs6ColorMenuItemText { color: #333; }
.cs6ColorMenuItemInactiveBackground { background-color: #E7E7E7; }
.cs6ColorMenuItemInactiveText { color: #999; }
.cs6ColorBreadcrumbBackground { background-color: #333; }
.cs6ColorBreadcrumbText { color: #FFF; }
.cs6ColorShortcutBackground { background-color: #F7F7F7; }
.cs6ColorShortcutText { color: #444; }
.cs6ColorShortcutBorder { border-color: transparent; }
.cs6ColorShortcutHighlightText { color: #222; }
.cs6ColorShortcutHighlightBackground { background-color: #DDD; }
.cs6ColorShortcutHighlightBorder { border-color: transparent; }
.cs6ColorShortcutActiveText { color: #000; }
.cs6ColorShortcutActiveBackground { background-color: #CCC; }
.cs6ColorShortcutActiveBorder { border-color: transparent; }
.cs6ColorCookieBackground { background-color: #A70; }
.cs6ColorQuicksearchBackground { background-color: #DDD; }
.cs6ColorQuicksearchInputBackground { background-color: #FFF; }
.cs6ColorQuicksearchInputText { color: #333; }
.cs6ColorQuicksearchInputBorder { border-color: #AAA; }
.cs6ColorReferenceCodeText { color: #030; }
.cs6ColorReferenceCodeBackground { background-color: #DFD; }
.cs6ColorReferenceCodeBorder { border-color: #9B9; }
.cs6ColorChangelogBackground { background-color: #F2F2F2; }
.cs6ColorChangelogText { color: #000; }
.cs6ColorChangelogTitlePrefixText { color: #000; }
.cs6ColorChangelogTitleText { color: #555; }
.cs6ColorChangelogCodeInlineText { color: #000; }
.cs6ColorChangelogCodeInlineBackground { background-color: #DDD; }
.cs6ColorChangelogCodeBlockText { color: #333; }
.cs6ColorChangelogCodeBlockBackground { background-color: #FAFAFA; }
.cs6ColorChangelogCodeBlockBorder { border-color: #666; }
.cs6ColorChangelogStatusBreakingText { color: #FFF; }
.cs6ColorChangelogStatusBreakingBackground { background-color: #B34B56; }
.cs6ColorChangelogStatusFeaturedText { color: #FFF; }
.cs6ColorChangelogStatusFeaturedBackground { background-color: #276F2D; }
.cs6ColorChangelogStatusImportantText { color: #FFF; }
.cs6ColorChangelogStatusImportantBackground { background-color: #27526F; }
.cs6ColorSystemtreeText { color: #F77E25; }
.cs6ColorSystemtreeFolderText { color: #333; }
.cs6ColorSystemtreeMarkedText { color: #F77E25; }
.cs6ColorSystemtreeMarkedBackground { background-color: #FFF; }
.cs6ColorSystemtreeMarkedCheckmarkText { color: #FFF; }
.cs6ColorSystemtreeMarkedCheckmarkBackground { background-color: #090; }
.cs6ColorBadgeText { color: #FFF; }
.cs6ColorBadgeBackground { background-color: #C00; }
.cs6ColorResultTabText { color: #333; }
.cs6ColorResultTabBackground { background-color: #FFF; }
.cs6ColorResultItemBorder { border-color: #D0D0D0; }
.cs6ColorResultItemBackground { background-color: #FFF; }
.cs6ColorResultItemHighlightBackground { background-color: #F2F2F2; }
.cs6ColorResultGuideBorder { border-color: #767676; }
.cs6ColorResultGuideSolidBorder { border-color: #333; }
.cs6ColorPaneBackground { background-color: rgba(98,98,98,.9); }
.cs6ColorPaneLabelText { color: #FFF; }
.cs6ColorFrameSpacerText { color: #333; }
.cs6ColorBlockTitleText { color: #333; }
.cs6ColorBlockTitleBackground { background-color: transparent; }
.cs6ColorBlockBorder { border-color: #AAA; }
.cs6ColorBlockBackground { background-color: #FFF; }
.cs6ColorBlockText { color: #000; }
.cs6ColorBlockAlternateBackground { background-color: #FAFAFA; }
.cs6ColorBlockAlternateBorder { border-color: #E7E7E7; }
.cs6ColorBlockDarkText { color: #FFF; }
.cs6ColorBlockDarkBackground { background-color: #666; }
.cs6ColorBlockDarkBorder { border-color: #666; }
.cs6ColorBlockDarkGrayedText { color: #999; }
.cs6ColorBlockNoticeBackground { background-color: #FFA; }
.cs6ColorBlockNoticeText { color: #333; }
.cs6ColorBlockWarningBackground { background-color: #E71; }
.cs6ColorBlockWarningText { color: #FFF; }
.cs6ColorBlockErrorBackground { background-color: #C00; }
.cs6ColorBlockErrorText { color: #FFF; }
.cs6ColorBlockSearchBackground { background-color: #F7F7F7; }
.cs6ColorBoxBackground { background-color: #FFF; }
.cs6ColorBoxBorder { border-color: transparent; }
.cs6ColorStructureFieldlabelBackground { background-color: #E7E7E7; }
.cs6ColorStructureFieldlabelText { color: #333; }
.cs6ColorStructureFieldlabelHighlightBackground { background-color: #C0C0C0; }
.cs6ColorStructureFieldlabelHighlightText { color: #000; }
.cs6ColorStructureFieldlabelErrorText { color: #000; }
.cs6ColorStructureFieldlabelErrorBackground { background-color: #EE0; }
.cs6ColorStructureDragBorder { border-color: #333; }
.cs6ColorFieldtypeText { color: #900; }
.cs6ColorFilterBackground { background-color: transparent; }
.cs6ColorFilterText { color: inherit; }
.cs6ColorFilterBorder { border-color: #333; }
.cs6ColorFilterSelectedBackground { background-color: #333; }
.cs6ColorFilterSelectedText { color: #FFF; }
.cs6ColorFilterSelectedBorder { border-color: #333; }
.cs6ColorTableBorder { border-color: transparent; }
.cs6ColorTableHeadBackground { background-color: transparent; }
.cs6ColorTableHeadText { color: #333; }
.cs6ColorTableHeadBorder { border-color: transparent; }
.cs6ColorTableCellBackground { background-color: #E0E0E0; }
.cs6ColorTableCellText { color: #333; }
.cs6ColorTableCellBorder { border-color: transparent; }
.cs6ColorTableCellAltBackground { background-color: #F0F0F0; }
.cs6ColorTableCellAltText { color: #333; }
.cs6ColorTableCellHighlightBackground { background-color: #FFF; }
.cs6ColorTableCellHighlightText { color: #000; }
.cs6ColorTableFootBorder { border-color: #333; }
.cs6ColorProgressbarBackground { background-color: #AAA; }
.cs6ColorProgressbarHighlightBackground { background-color: #333; }
.cs6ColorProgressbarText { color: #FFF; }
.cs6ColorProgressbarHighlightText { color: #FFF; }
.cs6ColorLoginBackground { background-color: #DDD; }
.cs6ColorLoginText { color: #333; }
.cs6ColorLoginMarginText { color: #333; }
.cs6ColorLoginMarginBackground { background-color: #F0F0F0; }
.cs6ColorLoginBoxBackground { background-color: #333; }
.cs6ColorLoginBoxText { color: #AAA; }
.cs6ColorLoginBoxUndefinedBackground { background-color: #900; }
.cs6ColorLoginBoxUndefinedText { color: #FFF; }
.cs6ColorLoginBoxForbiddenBackground { background-color: #900; }
.cs6ColorLoginBoxForbiddenText { color: #FFF; }
.cs6ColorLoginBoxErrorBackground { background-color: #900; }
.cs6ColorLoginBoxErrorText { color: #FFF; }
.cs6ColorLoginButtonBackground { background-color: #666; }
.cs6ColorLoginButtonText { color: #FFF; }
.cs6ColorLoginInputBackground { background-color: #FFF; }
.cs6ColorLoginInputText { color: #333; }
.cs6ColorControlBackground { background-color: #DDD; }
.cs6ColorControlText { color: #333; }
.cs6ColorControlBorder { border-color: #D0D0D0; }
.cs6ColorControlButtonBackground { background-color: #DDD; }
.cs6ColorControlButtonHighlightBackground { background-color: #EEE; }
.cs6ColorControlButtonActiveBackground { background-color: #FFF; }
.cs6ColorControlEntryBackground { background-color: #FFF; }
.cs6ColorControlEntryText { color: #333; }
.cs6ColorControlEntrySelectedBackground { background-color: #38761D; }
.cs6ColorControlEntrySelectedText { color: #FFF; }
.cs6ColorControlSeparatorText { color: #333; }
.cs6ColorControlSeparatorBorder { border-color: #333; }
.cs6ColorKeyvalueAlignBorder { border-color: #D0D0D0; }
.cs6ColorDiffInsertBackground { background-color: #AAF0B4; }
.cs6ColorDiffDeleteBackground { background-color: #F2C2D2; }
.cs6ColorHighlightBackground { background-color: #E7F2F5; }
.cs6ColorLightBackground { background-color: #F7F7F7; }
.cs6ColorDarkBackground { background-color: #333; }
.cs6ColorBorder { border-color: #D0D0D0; }
.cs6ColorDarkBorder { border-color: gray; }
.cs6ColorInputText { color: #333; }
.cs6ColorInputBackground { background-color: #FFF; }
.cs6ColorInputBorder { border-color: #D0D0D0; }
.cs6ColorInputHighlightText { color: #222; }
.cs6ColorInputHighlightBackground { background-color: #FFF0AA; }
.cs6ColorInputHighlightBorder { border-color: #333; }
.cs6ColorInputReadonlyText { color: #444; }
.cs6ColorInputReadonlyBackground { background-color: #F7F7F7; }
.cs6ColorInputReadonlyBorder { border-color: #D0D0D0; }
.cs6ColorInputLabelText { color: #5D5D5D; }
.cs6ColorInputInfoText { color: #666; }
.cs6ColorLinkText { color: #F77E25; }
.cs6ColorNoticeText { color: #00A; }
.cs6ColorDoneText { color: #0A0; }
.cs6ColorWarningText { color: #C60; }
.cs6ColorErrorText { color: #A00; }
.cs6ColorErrorBackground { background-color: transparent; }
.cs6ColorAlertText { color: #FFF; }
.cs6ColorAlertBackground { background-color: #666; }
.cs6ColorAlertButtonText { color: #FFF; }
.cs6ColorAlertButtonBackground { background-color: #F77E25; }
.cs6ColorWysiwygBackground { background-color: #D7D7D7; }
.cs6ColorWysiwygBorder { border-color: #000333; }
.cs6ColorWysiwygButtonText { color: #333; }
.cs6ColorWysiwygButtonBackground { background-color: #FFF; }
.cs6ColorWysiwygButtonBorder { border-color: #AAA; }
.cs6ColorWysiwygTitleText { color: #FFF; }
.cs6ColorWysiwygTitleBackground { background-color: #333; }
.cs6ColorWysiwygHighlightBorder { border-color: #333; }
.cs6ColorWysiwygReloadText { color: #FFF; }
.cs6ColorWysiwygReloadBackground { background-color: #F00; }
.cs6ColorPrintText { color: #000; }
.cs6ColorPrintBackground { background-color: #FFF; }
.cs6ColorNotifyBackground { background-color: #FFA; }
.cs6ColorNotifyBorder { border-color: #FFA; }
.cs6ColorProfilerText { color: #333; }
.cs6ColorProfilerBackground { background-color: #FFF; }
.cs6ColorProfilerBorder { border-color: #D0D0D0; }
.cs6ColorProfilerTitleText { color: #333; }
.cs6ColorProfilerTitleBackground { background-color: #D0D0D0; }
.cs6ColorProfilerRowText { color: #333; }
.cs6ColorProfilerRowBackground { background-color: #E0E0E0; }
.cs6ColorProfilerRowAltText { color: #333; }
.cs6ColorProfilerRowAltBackground { background-color: #F0F0F0; }
.cs6ColorProfilerErrorBorder { border-color: #A00; }
.cs6ColorProfilerWarningBorder { border-color: #C60; }
.cs6ColorProfilerNoticeBorder { border-color: #A00; }
.cs6ColorProfilerDoneBorder { border-color: #0A0; }
.cs6ColorImageeditChecker1Background { background-color: #C0C0C0; }
.cs6ColorImageeditChecker2Background { background-color: #F0F0F0; }
.cs6ColorTreeGuideBorder { border-color: #F0F0F0; }
.cs6ColorCalendarHolidayLegalOwnBackground { background-color: #AA0000; }
.cs6ColorCalendarHolidayLegalOwnText { color: #FFF; }
.cs6ColorCalendarHolidayLegalOtherBackground { background-color: #009900; }
.cs6ColorCalendarHolidayLegalOtherText { color: #FFF; }
.cs6ColorCalendarHolidayOtherBackground { background-color: #0779CA; }
.cs6ColorCalendarHolidayOtherText { color: #FFF; }
.cs6ColorCalendarHolidayCustomBackground { background-color: #FFD700; }
.cs6ColorCalendarHolidayCustomText { color: #000; }
.cs6ColorCalendarSundayBackground { background-color: #666; }
.cs6ColorCalendarSundayText { color: #FFF; }
.cs6ColorCalendarText { color: #000; }
.cs6TextFont { font-family: arial, helvetica, sans-serif; }
.cs6TextMonoFont { font-family: 'courier new', mono; }

