* {
	margin: 0;
	padding: 0;
	color: #2A2F35;
	font-family: 'Open Sans', 'arial';
	font-size: 12px;
}

html, body {
	background-color: white;
}

button {
	border-radius: 3px;
	background-color: #FAFBFB;
	border: 1px solid #777;
	padding: 3px 6px 3px 6px;
	margin-right: 5px;
}
button:disabled {
	color: #949799;
	border: 1px solid #AAA;
	background-color: #FFFFFF;
	box-shadow: none;
}
button:hover {
	box-shadow: -1px -1px 1px #CCC;
	cursor: pointer;
}
button:disabled:hover {
	box-shadow: none;
}
button:active {
	background-color: #EEEEBB;
}
button.active {
	background-color: #EEEEBB;
}
button:disabled:active {
	box-shadow: none;
	background-color: #FFFFFF;
}

.bg-white {
	background-color: #FFFFFF;
}

.application-frame {
	padding: 16px;
	border: solid 1px #be4C10;
}

input[type=text], input[type="password"], input[type=number], option, textarea {
	padding-left: 4px;
	border-style: none;
	background-color: #E7E7E7;
}

select {
	padding-left: 0px;
	border-style: none;
	background-color: #E7E7E7;
	width: 174px;
}

input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled {
	background-color: #F9FAFB;
}

span.cms-text-plain {
	display: inline-block;
	padding-left: 4px;
	width: 152px;
	font-weight: 400;
	background-color: #F9FAFB;
}

input.tlb-date {
	width: 80px;
}

.menu {
	min-height: 100%;
	height: 100%;
}

#menu1-content-narrow .menu-root {
	padding-top: 100px;
}

.narrow-menu-option {
	margin-top: 9px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #2A2F35;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
}

.narrow-menu-option.menu-option-selected {
	background-color: #be4C10 ;
}

#menu1.menu {
	width: 130px;
}

#menu2.menu {
	width: 200px;
}

#menu1-content, #menu2-content {
	margin: 0px 5px 0px 18px;
	position: absolute;
	top: 30px;
	bottom: 10px;
	left: 0;
	right: 0;
	overflow-y: auto;
}

.menu-root {
	/* compensate 10px margin of first level */
	margin-left: -10px;
}

.menu .control {
}

.menu-narrow {
	min-height: 100%;
	width: 24px;
}

.menu-item {
	cursor: pointer;
	margin-left: 10px;
}

#menu1-content .menu-option-content-icon.menu-option-selected, #menu1-content .menu-option-content-alpha.menu-option-selected {
}

#menu1-content .menu-option-content-alpha,#menu1-content .menu-option-content-icon {
	margin-top: 5px;
}

#menu1-content .menu-option-content-alpha {
	padding-left: 3px;
}

#menu2-content .menu-option-content-icon.menu-option-selected, #menu2-content .menu-option-content-alpha.menu-option-selected {
	color: #be4C10;
	font-weight: 700;
}

#menu2-content .menu-option-content-alpha,#menu2-content .menu-option-content-icon,#menu2-content .menu-option-content-markup {
	margin-top: 5px;
	border-radius: 3px;
}

#menu2-content .menu-option-content-alpha {
	padding-left: 3px;
	color: #2A2F35;
}

#menu2-content .edit {
	padding: 0px 3px 0px 0px;
	color: #2A2F35;
}

#menu2-content .menu-option-content-markup {
	padding-left: 3px;
	color: #2A2F35;
}

#menu2-content .menu-option-content-organize {
	padding-left: 3px;
	color: blue;
	border-radius: 3px;
}

#menu2-content .menu-option-content-organized {
	padding-left: 3px;
	background-color: red;
	color: black;
	border-radius: 3px;
}

.menu-option-content-icon {
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	text-align: center;
	font-size: 8px;
	padding-top: 2px;
}

.menu-option-icon-title {
	width: 90%;
	margin: 58px auto 0 auto;
	color: #E7E7E7;
}

.menu-arrow-container {
	position: absolute;
	top: 30px;
	right: -16px;
	width: 16px;
	height: 34px;
	overflow: hidden;
}

.menu-arrow {
	position: relative;
	top: 3px;
	right: 16px;
	
	width: 28px;
	height: 28px;
	border-radius: 5px;
	
	transform: rotate(45deg);
	
	z-index: 1;
}

.menu-arrow.menu1-arrow-color {
	background-color: #818991;
}

.menu-arrow.menu2-arrow-color {
	background-color: #E7E7E7;
}

.lookup {
	cursor: pointer;
}

.base {
	position: absolute;
	top: 20px;
	bottom: 20px;
}

.control {
	text-align: right;
}

/*
.menu-narrow img {
	position: absolute;
	top: 30px;
	right: -13px;
}
*/

#menu1-wrapper {
	left: 0px;
	background-color: #E7E7E7;
}

#menu1 {
	background-color: #818991;
}

#menu1-narrow {
	position: relative;
	display: none;
	background-color: #818991;
	text-align: center;
}

#menu1-title, #menu2-title {
	padding-top: 88px;
}

#menu2-wrapper {
	left: 200px;
	background-color: white;
}

#menu2 {
	background-color: #E7E7E7;
}

#menu2-narrow {
	display: none;
	background-color: #E7E7E7;
	text-align: center;
}

#content-wrapper {
	left: 420px;
	right: 10px;
}

.iframe-content {
	position: absolute;
	width: 100%;
	height: 100%;
	background:transparent;
}

.form-titel {
	font-size: 18px;
	color: #818991;
	text-align: center;
	font-weight: 100;
	margin-bottom: 9px;
}

label {
	display: inline-block;
	text-align: right;
	margin-right: 4px;
	width: 150px;
}

label.paragraph {
	font-weight: 600;
	font-style: italic;
	margin-top: 10px;
}

label.top {
	vertical-align: top;
}

label.error {
	color: red;
}

.cms-field {
	display: inline-block;
}
.cms-line {
	margin-top: 1px;
}
.cms-line-buttons {
	margin-top: 6px;
}
.cms-card {
}

.td-header {
	vertical-align: top;
	padding: 2px;
}

td {
}

.tlb-line {
}

.tlb-list-header-line {
}


.tlb-list-line {
	cursor: pointer;
}

.tlb-list-line.odd {
	background-color: #E7E7E7;
}

.tlb-list-line.even {
	background-color: #E7E7E7;
}

.tlb-list-line.selected {
	background-color: #EEEEBB;
}

.tlb-oddrowoddcol {
	background-color: #D2D2D2;
}
.tlb-oddrowevencol {
	background-color: #D9D9D9;
}
.tlb-evenrowoddcol {
	background-color: #E0E0E0;
}
.tlb-evenrowevencol {
	background-color: #E7E7E7;
}

.popup .tlb-list {
	max-height: 142px;
	overflow: auto;
	border-spacing: 0px 6px;
}

.harmonica {
	border: 1px solid #E7E7E7;
	border-radius: 9px;
	padding: 5px 3px;
	margin-bottom: 3px;
}

.harmonica-description {
	cursor: pointer;
	font-size: 110%;
}

.harmonica-description.harmonica-arrow-down {
	background-image: url('/img/icons/arrow_down_light.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.chapter {
	background-color: #FFFFFF;
	padding-left: 12px;
	margin-bottom: 3px;
	font-weight: 600;
	border: 1px solid #be4C10;
	font-size: 12px;
}

.chapter > div:first-child {
	cursor: pointer;
}

.chapter .content {
	margin-top: 6px;
	padding-bottom: 12px;
	font-weight: 500;
}

.chapter-bottom-space {
	min-height: 5px;
}

.lookup-button {
	position: relative;
	cursor: pointer;
}

div.lookup {
	position: absolute;
	top: 16px;
	left: -120px;
	background-color: #FFFFFF;
	border: 1px solid #555;
	border-radius: 3px;
	box-shadow: 3px 3px 1px #CCC;
	width: 300px;
}

.lookup .scroll {
	max-height: 240px;
	overflow: scroll;
}

.lookup .odd {
	margin: 0px 4px;
	background-color: #E7E7E7;
}

.lookup .even {
	margin: 0px 4px;
	background-color: #E7E7E7;
}

#help-trigger {
	position: fixed;
	top: 5px;
	right: 7px;
	
	width: 38px;
	height: 38px;
	
	background-color: transparent;

	text-align: center;
	cursor: pointer;
	
	font-size: 12px;
	font-style: italic;
	
	background-image: url('/img/icons/help.png');
	background-repeat: no-repeat;
	background-position: center;
}

#help-trigger:hover {
	background-image: url('/img/icons/help-hover.png');
}

.help .description {
	display: inline-block;
	min-width: 200px;
}
.help .role_description {
	display: inline-block;
	margin-left: 3px;
}

#waiting_container {
	position: fixed;
	top: 16px;
	right: 16px;
	
	width: 18px;
	height: 18px;
	
	text-align: center;
	cursor: pointer;
	
	font-size: 12px;
	font-style: italic;
}

.search_components-group {
	display: inline-block;
}

span.mandatory {
	color: red;
	vertical-align: top;
	font-size: 70%;
}

img.button {
	cursor: pointer;
}

.separator {
	border-width: 2px;
	border-style: none none solid none;
	border-color: white;
	height: 0px;
	line-height: 0px;
	
	margin: 18px 0px 12px 0px;
	padding: 0px 0px 0px 150px;
	vertical-align: middle;
}
.separator span {
	background-color: #FFFFFF;
	color: #2A2F35;
	font-style: italic;
	padding: 0px 3px 0px 6px;
}

option:disabled {
	background-color: #FFFFFF;
}
.clickable {
	cursor: pointer;
}
