/* General layout */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: url(../img/bg.png) repeat-x fixed;
	color: #666666;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
}

p {
	
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	
}

ul li {
	
}

ol {
	
}

ol li {
	
}

img {
	border-style: none;
}

.boxed {
	
}

.boxed .title {
	height: 30px;
	background: url(../img/boxed.png) no-repeat;
}

.boxed .title h2 {
	margin: 0;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed .content {
	margin-left: 1px;
	padding: 10px 5px 5px 5px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(../img/content.png) repeat-x;
	min-height: 30px;
}

.headerText {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#login { /*	float: right; */
	width: 960px;
	margin: 0 auto;
	height: 17px;
	padding: 3px 10px 2px 2px;
	text-align: right;
	color: #E8E8E8;
	position: relative;
}

#login a {
	color: #EFEFEF;
}

/* Logo */
#logoTop {
	width: 960px;
	height: 63px;
	margin: 0 auto;
	background: url(../img/logo_top.png) no-repeat;
}

/* Logo > Menu */
#menu {
	float: right;
	height: 45px;
	margin-right: 5px;
}

#menu ul {
	margin: 0;
	padding-top: 31px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 1px;
	padding-top: 7px;
	background: url(../img/menu.png) no-repeat;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #9D0C0D;
}

#menu a:hover {
	background-image: url(../img/menu_hover.png);
}

#menu .active a {
	color: #FFFFFF;
	background-image: url(../img/menu_selected.png);
}

#menu .inactive a {
	color: #595959;
	background-image: url(../img/menu_inactive.png);
}

#logoBottom {
	width: 960px;
	height: 27px;
	margin: 0 auto;
	background: url(../img/logo_bottom.png) no-repeat;
}

#breadcrumbs {
	float: left;
	color: #FFFFFF;
	margin: 5px 5px 5px 10px;
}

#breadcrumbs a {
	color: #FFFFFF;
}

#breadcrumbs a:hover {
	color: #B4C5DE;
}

#breadcrumbsLocked {
	float: left;
	color: #FFFFFF;
	margin: 5px 5px 5px 10px;
}

#conversations {
	height: 27px;
	float: right;
	margin: 0px 3px 2px 2px;
	color: #FFFFFF;
}

/* Main */
#header {
	width: 960px;
	height: 30px;
	margin: 10px auto 0px;
	background: url(../img/header.png) no-repeat;
}

#systemMessage {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFC213;
	border-style: dotted;
	border-width: 2px;
	border-color: #EAAE00;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 3px;
}

#browserMessage {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFE4E1;
	border-style: solid;
	border-width: 2px;
	border-color: #9D0C0D;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 3px;
}

#content {
	width: 940px;
	min-height: 300px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
}

#footer {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/footer.png) no-repeat;
}

#footerLogo {
	width: 233px;
	height: 21px;
	margin: 10px auto;
	background: url(../img/footer_slogan.png) no-repeat;
}

#softwareVersion {
	width: 960px;
	margin: 10px auto;
	color: #ABABAB;
	text-align: right;
}

/* Radio Groups */
.radioGroupLine {
	
}

.radioGroupLine td {
	padding-right: 10px;
}

/* Column Formattings */
.empty {
	
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/* PanelGrid formattings */ /* Column Classes */
.label {
	font-weight: bold;
	text-align: right;
}

.labelWidth20 {
	width: 20px;
}

.labelWidth40 {
	width: 40px;
}

.labelWidth45 {
	width: 45px;
}

.labelWidth50 {
	width: 50px;
}

.labelWidth60 {
	width: 60px;
}

.labelWidth80 {
	width: 80px;
}

.labelWidth100 {
	width: 100px;
}

.labelWidth110 {
	width: 110px;
}

.labelWidth120 {
	width: 120px;
}

.labelWidth130 {
	width: 130px;
}

.labelWidth140 {
	width: 140px;
}

.labelWidth150 {
	width: 150px;
}

.labelWidth160 {
	width: 160px;
}

.labelWidth180 {
	width: 180px;
}

.labelWidth200 {
	width: 200px;
}

.labelWidth240 {
	width: 240px;
}

.centeredlabel {
	font-weight: bold;
	text-align: center;
}

.field {
	padding-left: 10px;
}

.label2 {
	font-weight: bold;
	text-align: right;
	padding-left: 20px;
}

.field2 {
	padding-left: 10px;
	min-width: 100px;
}

.table3 {
	border-spacing: 0px;
}

.label3 {
	font-weight: bold;
	text-align: right;
	padding: 3px 3px 3px 10px;
}

.field3 {
	padding: 3px 3px 3px 10px;
}

.label4 {
	font-weight: bold;
	text-align: right;
	padding: 3px 3px 3px 10px;
}

.field4 {
	padding: 3px 3px 3px 10px;
	min-width: 100px;
}

.label5 {
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
}

.noborder {
	border-style: none;
}

.height1em {
	height: 1em;
}

.validation {
	
}

.row {
	height: 1.5em;
}

.verticalTop {
	vertical-align: top;
}

.verticalMiddle {
	vertical-align: middle;
}

.verticalTextBottom {
	vertical-align: text-bottom;
}

.rowVTop {
	height: 1.5em;
	vertical-align: text-top;
}

.rowVTop ul {
	list-style-type: none;
}

.rowTopMargin {
	margin-top: 5px;
}

.rowForm {
	height: 1.8em;
}

.rowButtons {
	margin: 10px;
}

.rowButtons[disabled] {
	margin: 10px;
	color: gray;
}

.rowButtons2 {
	margin: 0px 10px 10px 10px;
}

/* Row Classes */
.rowEven {
	height: 1.5em;
	background-color: #EFEFEF;
}

.rowOdd {
	height: 1.5em;
	background-color: #FFFFFF;
}

.rowEven1em {
	height: 1em;
	background-color: #EFEFEF;
}

.rowOdd1em {
	height: 1em;
	background-color: #FFFFFF;
}

.thirdWidth {
	width: 33%;
}

.halfWidth {
	width: 50%;
}

.cfRowEven {
	background-color: #EFEFEF;
	vertical-align: top;
}

.cfRowOdd {
	background-color: #FFFFFF;
	vertical-align: top;
}

.cfPadding {
	padding-top: 3px;
	padding-bottom: 3px;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
*/
}

.cfValue {
	color: black;
	text-decoration: none;
	border-color: black;
	border-bottom: 1px dashed;
}

.cfDeleted {
	text-decoration: line-through;
}

.cfValue a:hover {
	color: red;
}

.cfExtLink {
	margin-left: 5px;
}

.inactiveText {
	color: #A9A9A9;
}

.spinnerGif {
	width: 50px;
}

.actionButton {
	
}

.colButtons {
	padding: 5px;
}

/* RichFaces formattings */
.rich-messages {
	margin: 0;
}

.rich-messages-marker {
	
}

.rich-messages-label {
	
}

.msgInfo { /*
		background: #FFFFFF url(../img/messages_green.png) repeat-x;
*/
	font-weight: bold;
	color: #000000;
	border-style: solid;
	list-style-type: none;
	margin-bottom: 10px;
/*	
	background-color: #EEEEEE;
	border-width: 1px;
	border-color: #A09F9E;
	padding: 3px;
*/	
	background-color: #c2f7be;
	border-width: 2px;
	border-color: #0e9c03;
	padding: 10px;
	
}

.msgWarn { /*
	background: #FFFFFF url(../img/messages_yellow.png) repeat-x;
*/
	font-weight: bold;
	color: #000000;
	background-color: #FFF4C2;
	border-style: solid;
	border-width: 2px;
	border-color: #FFCC33;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 3px;
}

.msgError { /*
	background: #FFFFFF url(../img/messages_red.png) repeat-x;
*/
	font-weight: bold;
	color: #000000;
	background-color: #FFE4E1;
	border-style: solid;
	border-width: 2px;
	border-color: #9D0C0D;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 3px;
}

.msgFatal { /*
	background: #FFFFFF url(../img/messages_red.png) repeat-x;
*/
	font-weight: bold;
	color: #000000;
	background-color: #FFE4E1;
	border-style: solid;
	border-width: 2px;
	border-color: #9D0C0D;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 3px;
}

.datalist {
	list-style: none;
}

.rich-message {
	
}

.rich-message-marker {
	margin-left: 2px;
	margin-right: 4px;
}

.rich-message-label {
	color: red;
	font-weight: bold;
}

/* Table formattings */ /* Row Classes */
.even {
	background-color: #EFF6FF; /* #EFEFEF; */
}

.odd {
	background-color: #FFFFFF;
}

.selected {
	background-color: #FF9933;
}

.edited {
	background-color: rgba(228, 234, 33, 0.39);
}

.existing {
	background-color: rgba(0, 0, 0, 0.11);
}

.headerRow {
	background-color: #C5DBFA;
}

.actionCol60 {
	width: 60px;	
}

.subSelected {
	font-style: italic;
	background-color: #FF9933;
}

.dataTable {
	
}

.info {
	font-weight: bold;
}

.pnl-no-padding {
	padding: 0px;
}

.pnl-2-padding {
	padding: 4px;
}

.pnl-no-margin {
	margin: 0px;
}

.pnl-no-border {
	border-width: 0px;
	border-style: none;
}

.pnl-disabled {
	color: #666666;
	background-color: #ECECEC;
}

.pnl-open {
	background-color: #EFFFAF;
}

.pnl-done {
	
}

.header-in-panel {
	font-size: 1.2em;
	font-weight: bold;
}

.deletedItem {
	background-color: #EFF6FF;
	font-style: italic;
}

.subActivity {
	background-color: #EFF6FF;
	font-style: italic;
}

.subActivityIndent {
	padding-left: 15px;
}

.secActivity {
	background-color: #EDEDED;
	font-style: italic;
}

.prodItem {
	background-color: #FFF0F5;
	font-style: italic;
}

.planMonth {
	width: 930px;
	height: 310px;
	border-style: none;
	border-width: 1px;
	border-color: #EFF6FF;
	overflow: auto;
}

.planMonthSummary {
	width: 930px;
	height: 220px;
	border-style: none;
	border-width: 1px;
	border-color: #EFF6FF;
	overflow: auto;
}

.planMonthTable {
	
}

.planMonthHeaderCell {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	height: 30px;
}

.planNameCell {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
}

.planCell {
	padding: 0;
}

.planEdit {
	width: 30px;
	line-height: 20px;
	height: 20px;
	background-image: none;
	text-align: center;
	border: 0;
}

.planWorkingDay {
	color: #000000;
	background-color: #FFFFFF;
}

.planHoliday {
	color: #000000;
	background-color: #6BC0DF;
}

.planSunday {
	color: #000000;
	background-color: #6BC0DF;
}

.planSaturday {
	color: #000000;
	background-color: #B7F0FF;
}

.planAlert {
	color: #000000;
	background-color: #EECB33;
}

.planInactive {
	height: 20px;
	line-height: 20px;
	background-color: #999999;
}

/*
.planMonthTable {

table, table * {white-space: no-wrap}
*/ /*
input.planEdit {
	border: none;
	background-image: none;
	text-align: center;
}
*/
input.planHoliday {
	background-color: #6BC0DF;
}

input.planSunday {
	background-color: #6BC0DF;
}

input.planSaturday {
	background-color: #B7F0FF;
}

input.planInactive {
	background-color: #999999;
}

.plsWait {
	margin-top: 10px;
	text-align: center;
	font-size: 30px;
	color: #6483AE;
	font-weight: bold;
}

.weekColumn {
	width: 150px;
	vertical-align: top;
	padding: 0px;
}

.weekColumn .header {
	background-color: #EFF6FF;
	padding: 2px;
	min-height: 17px;
}

.weekColumn .date {
	font-weight: bold;
}

.weekColumn .dapHeader {
	background-color: #E0E0E0;
	margin-top: 4px;
	padding: 2px;
}

.weekColumn .time {
	font-weight: bold;
	padding: 2px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 2px;
}

.weekColumn .customer { /*	font-weight: bold; */
	margin-left: 4px;
}

.weekColumn .actDesc {
	margin-left: 4px;
}

.weekColumn .comment {
	font-style: italic;
	margin-left: 4px;
}

.weekColumn .even {
	background-color: #EFEFEF;
	padding: 2px;
}

.weekColumn .odd {
	background-color: #FFFFFF;
	padding: 2px;
}

.timeType {
	width: 110px;
}

.timeHour {
	min-width: 40px;
}

.timeMinute {
	min-width: 50px;
}

.dayLabel {
	width: 60px;
}

.dayValue {
	width: 144px;
}

.dayFieldPadding {
	padding-right: 10px;
}

.activityDescription {
	font-weight: bold;
}

.professionalService {
	color: gray;
}

.serviceFacility {
	color: gray;
}

.labelCustomer {
	font-style: italic;
}

.labelProduct {
	font-style: italic;
}

.labelRoute {
	font-style: italic;
}

.labelCost {
	font-style: italic;
}

.labelFlag {
	font-style: italic;
}

.labelSecondaryActivity {
	font-style: italic;
}

.tableCostSplitHeader {
	font-weight: bold;
	height: 2em;
	vertical-align: bottom;
}

.tableCostSplitFooter {
	font-weight: bold;
	text-align: right;
}

.customFieldColumn {
	width: 50%;
}

.embeddedPanelHeader {
	color: #000000;
	background: #ecf4fe repeat scroll 0 0;
}

#shortHeader {
	margin-left: 7px;
}

#shortHeader a {
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
}

.shortHeaderLabel1 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}

.shortHeaderLabel2 {
	font-size: 1.1em;
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
}

.shortHeaderField {
	font-size: 1.1em;
	padding-left: 10px;
}

.header-in-week-panel {
	font-size: 1.0em;
	font-weight: normal;
	padding: 2.5px;
}

.checkBoxTbl {
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 0px 0px;
}

.scroll {
	height: 420px;
	width: 100%;
	overflow: auto;
	border: 0px;
	padding-right: 4px;
}

.clipped-inplace-input {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 138px;
}

.clipped-inplace-input.rich-inplace {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 138px;
}

.tooltip {
	border-width: 1px;
	padding: 4px;
}

.optionList {
	height: 22px;
}

.vertical-menu-cell {
	padding: 0px 4px 0px 4px;
}

.dropDownMenu {
	margin: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #A09F9E;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.uppercase {
	text-transform: uppercase;
}

.inplaceText {
	background: none;
	cursor: pointer;
	margin-left: 5px;
	border-bottom: 1px dashed;
}

.inplacePanel {
	background: none;
	cursor: pointer;
	margin-left: 5px;
	padding-top: 7px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.inplaceSelect {
	background: none;
	cursor: pointer;
	margin-left: 0px;
	border-bottom: 1px dashed;
}

.hasTitle {
	color: black;
	text-decoration: none;
	border-color: black;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.hasTitle:HOVER {
	color: blue;
	border-color: blue;
}

.customTooltip {
	background-color: white;
	border-width: 2px;
	border-color: gray;
	padding: 0px;
}

.customTooltip-text {
	width: 350px;
	height: 80px;
	cursor: arrow;
	border-width: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#ticketContent p {
	padding-top: 1px;
	padding-bottom: 1px;
}

#ticketContent table {
	border: 1px solid black;
	border-collapse: collapse;
}

#ticketContent td {
	border: 1px solid black;
	padding: 3px;
}

#ticketContentTable table {
	border: 1px solid black;
	border-collapse: collapse;
}

#ticketContentTable td {
	border: 1px solid black;
	padding: 3px;
}

.annotation {
	background-color: #EFF6FF; /* #EFEFEF; */
	height: 1.3em;
	padding: 5px;
	vertical-align: middle;
	font-style: italic;
	margin-bottom: 7px;
}

#login .rich-ddmenu-label-unselect {
	padding: 1px 2px;
}

#login .rich-ddmenu-label-select {
	padding: 0px 1px;
}

#login .rich-label-text-decor {
	font-weight: normal;
	text-decoration: underline;
}

#login .float {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
}

#login .help {
	position: absolute;
	right: 5px;
	top: 3px;
}

.simplePanelHeader {
	color: #000000;
	background: #f5f8fc repeat scroll 0 0;
	font-size: 1.0em;
	font-weight: normal;
	height: 11px;
}

table ul {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 0;
}

.svginside {
    width: 100%;
    height: auto;
    display: inline-block;  /* Stellt sicher, dass SVG skaliert wird */
}

.svginside svg {
    width: 100%;         /* SVG nimmt die volle Breite ein */
    height: auto;        /* Höhe passt sich an, Seitenverhältnis bleibt */
    max-width: 100%;     /* SVG überschreitet die Breite der Tabellenzelle nicht */
}

.svginside-cfv {
	height: 40px;
}

.sigModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 222; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.sigModal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 600px; /* Could be more or less, depending on screen size */
}

.sigWrapper {
	width: 600px;
	height: 200px;
	border: 1px solid #eee;
	border-bottom: 1px dotted black;
}

.fileUploadModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 222; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.fileUploadModal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 600px; /* Could be more or less, depending on screen size */
}

.payment-template-deactivation {
	background-color: #f1948a;
}

.payment-template-activation {
	background-color: #abebc6;
}

.sameContact {
	background-color: #e0ffe1;
}

.childContact {
	background-color: #f5dfdf;
}

.parentContact {
	background-color: #f5f5c6;
}

.deactivated {
	background-color: #f5f5c6;
}

.error {
	color: red;
	font-weight: normal;
}