/** Grundsatz: 
- alles möglichst generisch ansprechen
- Baselayer ist default, Unterschiede für Editlayer über .editlayer
- "Die Haupstache ist, dass die Hauptsache zur Hauptsache wird"
**/
/* KOMMENTARE FH */
/* (1) inefficient rule: choose better classname, ancestor or element would not be necessary if class is specific */
/* (2) inefficient key selector: give this thing a class to not have to check ALL instances of this tag (& not have to overwrite ALL instances of this tag that are not behaving this way) */
/* (3) remove tag, if class only given to this tag */
/* @group RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	float: left;
	border-spacing: 0;
	border-collapse: collapse;
}
table.vertical-middle td {
	vertical-align: middle;
}
a:active,
input:active {
	outline: none;
}
/* @end */

/* @group BASE */
body {
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 20px;
}
.wrapper {
	margin: 0 auto;
	width: 1176px;
}
#widget-container {
	position: relative;
	/* z-index: 1; */ /* deleted because of .validation */
	min-width: 1176px;
	width: 100%;
	background: #eee url(images/widget-container-bg.png) repeat-x; /* only rendered in baselayer */
	float: left;
}
#widget-container > .wrapper { 
	margin-top: 19px;
}
/* @end */


/* @group SITE HEADER */
.header {
	position: relative;
	z-index: 2;
}
.editlayer .head {
	z-index: 9;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: url(images/header-detail-bg.png) repeat-x;
}
#topToolbar {
	position: relative;
	float: left;
	margin-left: 8px;
	width: 1160px;
}
.editlayer #topToolbar {
	margin-left: 0;
}
.header-panel-main {
	position: relative;
	z-index: 10;
	overflow: hidden; /* border-radius */
	border-radius: 0 0 4px 4px;
	background: url(images/panel-main-bg.png) no-repeat;
  box-shadow: 0 0 4px #999;
}
.header-panel-main-maximized {
	float: left;
	width: 1160px;
	border-bottom: 1px solid #ccc;
	background: url(images/panel-main-bg.png) no-repeat;
}
.header-panel-main-minimized + .header-panel-sub {
  margin-top: 40px;
}
.header-panel-main-maximized + .header-panel-sub {
  margin-top: 10px;
}
.header-panel-sub {
	position: relative;
	margin-top: 10px;
	height: 23px;
}
/* Header - Info */
#info {
  float: left;
  padding-top: 14px;
  line-height: 19px;
}
.header-panel-main-minimized > #info,
.header-panel-main-minimized > #logo {
  display: none;
}
#info > span,
.meta-settings,
.meta-logout {
	display: block;
	margin-left: 39px;
	color: #286da0;
	font-size: 12px;
}
#info > span {
	margin-left: 42px;
	color: #969292;
}
.meta-settings {
	padding: 0 0 5px 26px;
	background: url(images/icons/settings.png) no-repeat 2px 20%;
}
.meta-logout {
	padding-left: 26px;
	background: url(images/icons/logout.png) no-repeat 0 20%;
}
/* Header - Logo */
#logo {
	float: right;
	border-left: 1px solid #fff;
}
#logo > .home {
	float: left;
	border-left: 1px solid #e4e4e4;
}
#logosmall {
	display: inline;
}

/* @end */
/* @group AJAX STATUS */
#ajaxstatus {
	position: fixed;
	top: 50%;
  left: 50%;
	z-index: 20;
	padding: 6px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.4);
}
/* @end */
/* @group SITE FOOTER */
#footer {
	position: relative;
	float: left;
	padding: 44px 0 40px 0;
	min-height: 20px;
	width: 100%;
	background: url(images/footer-bg.png) repeat-x;
	text-align: center;
}
.editlayer #footer {
	background: none;
}
#footer a {
	font-size: 12px;
	margin: 20px 10px 0 10px;
}
/* @end */
/* @group NAVIGATION */
/* GENERAL */
.navi-item-a {
  padding: 2px 5px 22px;
}
.navi-item-1 .navi-item-a {
  padding: 0;
}
ul.navi,
.navi-item {
	list-style: none;
}
ul.navi {
	float: left;
}
.navi-item {
	float: left;
}
/* @group Header Nav1 */
.header-panel-main .navi-item-a,
.minimized-logout {
	display: block;
	overflow: hidden;
	border-right: 1px solid #fff;
	border-left: 1px solid #e4e4e4;
	text-indent: 100%;
 	white-space: nowrap;
	font-size: 0;
}
.header-panel-main .navi-item-a,
.minimized-logo {
	display: block;
}
.header-panel-main-maximized > .header-level-1 {
	border-right: 1px solid #e4e4e4;
}
.header-panel-main-maximized .navi-item-a {
	height: 90px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}
.navi-item-cockpit > .navi-item-a {
	width: 80px;
	background-image: url(images/cockpit.png);
}
.navi-item-directory > .navi-item-a {
	width: 165px;
	background-image: url(images/kundenverzeichnis.png);
}
.navi-item-download > .navi-item-a {
	width: 98px;
	background-image: url(images/download.png);
}
.navi-item-admin > .navi-item-a {
	width: 137px;
	background-image: url(images/administration.png);
}
.header-panel-main-maximized .navi-item-a:hover,
.header-panel-main-maximized .navi-item-a:focus,
.header-panel-main-maximized .navi-item-a.path {
	background-color: #c8c8c8;
	background-position: 0 -107px;
}
/* @group minimized navi */
.header-panel-main-minimized {
	position: absolute;
	top: 0;
	right: 0;
}
.header-panel-main-minimized + .header-panel-sub {
  margin-top: 12px !important;
}
.header-panel-main-minimized .navi-item-a,
.minimized-logout {
	overflow: hidden;
	width: 36px;
	height: 42px;
	background: url(images/menu-small.png) no-repeat 7px 42%;
	text-indent: 100%;
	white-space: nowrap;
	font-size: 0;
}
.header-panel-main-minimized .navi-item-1 {
	background: #fff url(images/navi-item-small.png) repeat-x;
}
.header-panel-main-minimized .navi-item-cockpit > .navi-item-a {
	border-left: none;
}
.header-panel-main-minimized .navi-item-directory > .navi-item-a {
	background-position: -43px 42%;
}
.header-panel-main-minimized .navi-item-download > .navi-item-a {
	background-position: -95px 42%;
}
.header-panel-main-minimized .navi-item-admin > .navi-item-a {
	background-position: -145px 42%;
}
.minimized-logout {
	border-right: none;
	background: url(images/icons/logout.png) no-repeat scroll 43% 48%; /* please replace by correct minimized icon */
}
.header-panel-main-minimized li.path, /* tag necessary, as anchors also have '.path' */
.header-panel-main-minimized .navi-item-1:hover {
  background-color: #e0e0e0;
  background-position: 0 100%;
}
/* @end */
/* @end */
/* @group Header Nav2 */
.header-panel-sub .navi-item {
	position: relative;
	margin-right: 30px;
}
.header-panel-sub .navi-item-a {
	color: #696768;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 5px 22px 5px;
}
.header-panel-sub .navi-item-a:hover,
.header-panel-sub .navi-item-a:focus {
	color: #000;
}
.header-panel-sub .navi-item-a.path {
	color: #000;
	background: url(images/sub-marker-white.png) no-repeat 50% 26px;
}
/* @end */

/* @group Widget Nav1 */
.widget-navi-1 {
  margin-top: 10px;
  margin-bottom: -13px;
}
.widget-navi-1 > .navi-item,
.widget-navi-2 > .navi-item {
	position: relative; /* z-index for item-4, todo_filter_pool */
	z-index: 2;
	margin-right: 18px;
}
.widget-navi-1 .first {
	margin: 0 15px 0 12px;
}
.widget-navi-1 .navi-item-a {
	display: block;
  float: left; /* CHANGE: andrea-anchors */
	background: none;
	color: #86b1d1;
	font-size: 14px;
	line-height: 18px;
}
.widget-navi-1 .navi-item-a:hover,
.widget-navi-1 .navi-item-a:focus,
.widget-navi-1 .navi-item-a.path,
.widget-navi-2 .navi-item-a:hover,
.widget-navi-2 .navi-item-a:focus,
.widget-navi-2 .navi-item-a.path {
	color: #fff;
}
.widget-navi-1 .navi-item-a.path,
.widget-navi-2 .navi-item-a.path {
	background: url(images/sub-marker-blue.png) no-repeat bottom;
}
/* @end */
/* @group Widget Nav2 */
.widget-navi-2 {
	margin-left: 23px;
}
.widget-navi-2 .navi-item-a {
	float: left;
	padding-right: 0;
	padding-left: 0;
	background: none;
	color: #86b1d1;
	font-size: 14px;
	line-height: 18px;
}
/* @end */
/* @group Editlayer Widget Nav1 */
.editlayer .widget-navi-1 {
	float: right;
}
.editlayer .widget-navi-1 > .navi-item {
	margin-right: 14px;
}
.editlayer .widget-navi-1 .navi-item-a,
.editlayer .widget-navi-2 .navi-item-a {
	color: #fff;
	text-indent: 0;
	font-size: 14px;
}
.editlayer .widget-navi-1 .navi-item-a:hover,
.editlayer .widget-navi-1 .navi-item-a:focus,
.editlayer .widget-navi-2 .navi-item-a:hover,
.editlayer .widget-navi-2 .navi-item-a:focus {
	color: #115b91;
}
.editlayer .widget-navi-1 .navi-item-a.path,
.editlayer .widget-navi-2 .navi-item-a.path {
	background: url(images/active-tab-blue.png) no-repeat bottom;
	color: #115b91;
}
/* @end */

/* @group Editlayer Widget Nav2 */
.editlayer .widget-navi-2 {
	margin-left: 21px;
}
.editlayer .widget-navi-2 .navi-item {
	margin-right: 20px;
}
/* @end */

/* @group Pendenzen-Navi */
.todo_tab_selector_wrap {
	position: absolute;
	top: 6px;
	right: -3px;
	z-index: 3;
	float: left; /* contain dropdown-menu */
}
.todo_tab_selector_wrap,
.todo_tab_selector_open {
	margin: -1px;
	width: 300px;
	border: 1px solid #86B1D1;
	border-radius: 6px;
	background-color: #10609C;
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.todo_tab_selector {
  float: left;
}
.todo_tab_selector_open {
  float: left;
	padding-bottom: 12px;
}
.todo_tab_selector_open input {
	width: 210px;
}
.todo_tab_selector_open input.button,
.todo_tab_selector_open input.button-download {
	float: right;
	min-width: 30px;
	width: 30px;
}
.todo_tab_selector_open .navi-item-3 {
  position: relative; /* navi-item-buttons */
}
.todo_tab_selector_open .navi-item-a {
	overflow: hidden;
	padding: 2px 0 2px 8px;
	max-width: 200px;
	white-space: nowrap;
}
.todo_tab_selector_open .navi-item {
	padding: 4px 0;
}
.todo_filter_pool {
	position: absolute;
	top: -1em;
	left: 2px;
	color: #86B1D1;
	white-space: nowrap;
	font-size: 11px;
	line-height: 1.1;
}
.todo_tab_selector_open .todo_filter_pool {
  top: -1px;
  left: 10px;
}
.todo_tab_selector_open input {
	margin-left: 5px;
}
.todo_tab_selector_open .navi-item-a.path {
	background: none; /* kein Dreieck */
}
.todo_tab_selector_title {
  display: block;
  padding: 4px 5px;
  color: #86b1d1;
  font-size: 14px;
  line-height: 16px;
}
.todo_tab_selector_title:hover {
  color: #fff;
  text-decoration: none;
}
.todo_tab_selector .navi {
  margin-top: 24px;
}
.todo_tab_selector_open select {
  width: 208px;
}
/* @end */



/* @end */



/* @group EDITLAYER */
.editlayer {
	padding-top: 36px;
	background: #2f73a7;
}
#editwrapper {
	position: relative;
	border-radius: 4px;
	background: #96bad5;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
#editwrapper #backandclose {
	position: absolute;
	top: 15px;
	left: -13px;
	z-index: 10;
	width: 55px;
	height: 111px;
	background: url(images/backandclose.png) no-repeat;
}
#backbutton,
#closebutton {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 52px;
  height: 45px;
  background: url(images/backandclose-icons.png) no-repeat 50% -16px;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}
#backbutton {
	top: 15px;
	z-index: 11;
}
#closebutton {
	top: 44px;
	z-index: 10;
	background-position: 50% -45px;
}
.editlayer div.detail-content {
}
.editlayer div.detail-content-head {
	margin-bottom: 2px;
	margin-left: 23px;
	padding-bottom: 2px;
	background: url(images/list-entry-border.png) no-repeat 0 100%;
}
.editlayer .detail-content-head:empty {
	display: none;
}
.editlayer div.detail-content-body {
	float: left;
	width: 1152px;
}
/* @end */
/* @group WIDGETS */
/* @group WIDGETS general */
.general-widget {
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
}
.general-widget-head,
.general-widget-body,
.general-widget-foot,
.general-widget-body table {
	position: relative; /* absolute positioning of contained elements  */
	float: left;
	padding: 0;
	width: 100%;
}
.general-widget-body {
	margin-top: 4px; /* please check */	
}
.general-widget-foot {
}
.general-widget-foot:empty {
	min-height: 7px; /* please check */
	border-top: none;
}
.general-selection-table,
.after-general-selection-table {
	float: left;
	width: 100%;
}
.general-selection-table-with-body {
	padding-bottom: 8px; /* immer ein Bisschen Abstand */
}
.selection-area-footer {
  float: left;
	clear: both;
  padding: 12px 4px;
}
.after-general-selection-table:before {
	float: left;
	width: 100%;
	height: 23px;
	background: url(images/table-arrow-white.png) no-repeat top center;
	content: ' ';
}
.after-general-selection-table:empty {
	display: none;
}
/* @end */
/* @group WIDGETS Level 0 (widget) */
.widget {	
	position: relative;
	margin: 5px 8px 13px;
	padding-bottom: 4px;
	width: 1160px;	 /* standard width */
	border-radius: 4px;
	background-color: #10609c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#10609c), to(#133f60));
	background-image: -webkit-linear-gradient(top, #10609c, #133f60);
	background-image: -moz-linear-gradient(top, #10609c, #133f60);
	background-image: -ms-linear-gradient(top, #10609c, #133f60);
	background-image: -o-linear-gradient(top, #10609c, #133f60);
	background-image: linear-gradient(top, #10609c, #133f60);
	box-shadow: 0 0 4px #999;
}
.widget-body,
.widget-head,
.widget-foot,
.widget-selection-table,
.after-widget-selection-table {
	float: left;
	width: 1152px;
}
.widget-body {	
	margin-top: none; /* please check */	
	box-shadow: none;
}

/* CHANGE: andrea-anchors */

.widget-foot:empty {
	display: none;
}
.widget-head a.drag-anker {
	float: right;
	margin: 8px 10px 0 0;
	background: none;
	cursor: move;
}

.widget-body,
.widget-foot {
	margin: 0 4px;
}
.widget-body,
.widget-foot {
	background: #fff;
}
.widget-foot {
	border-top: none;
	background: #133f60;
}
.widget-selection-table {
 	background: #fff; 
}
.after-widget-selection-table {
	background: #e0e8ee; /* this color is made up */
}
.after-widget-selection-table:before {
	background-image: url(images/table-arrow-white.png);  
}
.widget-selection-table,
.after-widget-selection-table {
	margin-left: 4px;
	margin-right: 4px;
}
.widget.small .widget-selection-table,
.widget.small .after-widget-selection-table {
	width: 368px;
}
/* @end */
/* @group Widget Level 0 widths (wide/small) */
.wide {
	width: 768px;
}
.wide .widget-head,
.wide .widget-body,
.wide .widget-foot,
.wide .widget-body table,
.wide .widget-selection-table,
.wide .after-widget-selection-table {
	width: 760px;
}
.small {
	width: 376px;
}
.small .widget-head,
.small .widget-body,
.small .widget-foot,
.small .widget-body table,
.small .widget-selection-table,
.small .after-widget-selection-table {
	width: 368px;
}
/* @end */
/* @group WIDGETS Level 1 (mini-widget) */

.mini-widget-head {
  background-color: #adadad;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#939393));
 	background-image: -webkit-linear-gradient(top, #adadad, #939393);
	background-image: -moz-linear-gradient(top, #adadad, #939393);
	background-image: -ms-linear-gradient(top, #adadad, #939393);
	background-image: -o-linear-gradient(top, #adadad, #939393);
	background-image: linear-gradient(to bottom, #adadad, #939393);
	color: #fff;
}
.editlayer .mini-widget-head {
  background-color: #4685b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4685b3), to(#2a6ea1));
  background-image: -webkit-linear-gradient(top, #4685b3, #2a6ea1);
  background-image: -moz-linear-gradient(top, #4685b3, #2a6ea1);
  background-image: -ms-linear-gradient(top, #4685b3, #2a6ea1);
  background-image: -o-linear-gradient(top, #4685b3, #2a6ea1);
  background-image: linear-gradient(to bottom, #4685b3, #2a6ea1);
}
.mini-widget-selection-table {
	backgorund-color: #fff /*please check */
}
.after-mini-widget-selection-table { /*andrea*/
	float: left;
	background: #DFE8ED; /* hellblau */
}
/*.mini-widget-head h2 {
	color: #fff; andrea	
}*/

.mini-widget-body {
	background: #F5F5F5;
	/*box-shadow: 0 11px 9px -11px #888 inset;*/
}
.mini-widget-body.body-no-foot {
	background: #F5F5F5;
	/*box-shadow: 0px 11px 9px -11px #888 inset, 0px -11px 9px -11px #a8a8a8 inset;*/
}
.mini-widget-foot {
	background: #F5F5F5;
/*	box-shadow: 0 -11px 9px -11px #a8a8a8 inset;*/

    /* RENDER A LINE:
	background: url("images/table-border-full.png") no-repeat scroll 1px top #F5F5F5; */
}
.mini-widget-foot:empty {
	min-height: 11px
}
.mini-widget-body td .button,
.mini-widget-foot .button,
.mini-widget-body td .button-download,
.mini-widget-foot .button-download {
	margin-bottom: 10px;
}
.after-mini-widget-selection-table:before {
	background-image: url(images/table-arrow-white.png);  
}
/* MINI WIDGET FOOT */
.general-widget-foot .button,
.general-widget-foot .button-download {
	margin: 5px 0 5px 5px;
}
.mini-widget td { /* was .mini-widget table td */
	padding-right: 5px; /* was 	padding: 0 5px 0 0; */
}
.after-mini-widget-selection-table-foot {
	margin-top: 0 !important;
	background: #DFE8ED; /* hellblau. please check */
}
.after-mini-widget-selection-table-foot:empty {
	min-height: 11px;
}
/* @end */



/* @group WIDGETS Level 2 */
.mini2-widget {
  padding-bottom: 10px;
}
.mini2-widget-head {
	background-color: #b9cddc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b9cddc), to(#acc3d4));
	background-image: -webkit-linear-gradient(top, #b9cddc, #acc3d4);
	background-image: -moz-linear-gradient(top, #b9cddc, #acc3d4);
	background-image: -ms-linear-gradient(top, #b9cddc, #acc3d4);
	background-image: -o-linear-gradient(top, #b9cddc, #acc3d4);
	background-image: linear-gradient(to bottom, #b9cddc, #acc3d4);
}
.mini2-widget-body {
  padding-bottom: 18px; /* check if it looks right wehen foot active*/
	background-color: #e0e8ee;	
	box-shadow: 0 11px 9px -11px #888 inset;
}

.makeZeOverflowe {
	overflow-x: scroll;	
}

.chzn-drop {
	max-width: 698px;
}

.chzn-container {
	max: 700px;
	max-width: 700px;
}

.mini2-widget-body.body-no-foot {
	box-shadow: 0px 11px 9px -11px #888 inset, 0px -6px 6px -6px #888 inset;
}
.mini2-widget-foot {
	box-shadow: 0px -6px 6px -6px #888 inset;
  /* RENDER A LINE: */
	background: url("images/table-border-full.png") no-repeat scroll 1px top #e0e8ee; 
}
.mini2-widget-selection-table {
	background-color: #dfe8ed; /*please check */
}
.after-mini2-widget-selection-table {
	background: #f9fafc;
	/*box-shadow: 0 7px 7px -7px #888 inset;*/
}
.after-mini2-widget-selection-table-foot {
	background: #fff; /* please check */
	margin-top: 0 !important;
	/*box-shadow: 0 -7px 7px -7px #888 inset;*/
}
after-mini2-widget-selection-table {
   background: #f9fafc;
}
.after-mini2-widget-selection-table:before {
	background-image: url(images/table-arrow-blue.png);  
}
/* @end */



/* @group WIDGETS Level 3 */
.mini3-widget-head {
	background-color: #bfc5cb; 
	background-image: -moz-linear-gradient(center top , #DBDEE1, #bfc5cb); /* FH 16-10-2012 other gradients? */
	min-height: 22px;
}
.mini3-widget-body {
	background-color: #f9fafc;
}
.mini3-widget-foot {
	background-color: #f9fafc;
}
/* @end */
/* @end */
/* @group GRID (todo: more combinations of widths and widget levels) */

/* @group ROW-CONTAINERS */
#familyTotal {
	float: left;
}
.row-container {
	float: left;
	margin-top: 16px;
	margin-bottom: 4px;
	width: 100%;
}
.row-container-1 {
	padding: 0 14px;
	width: 1124px;  
}

.row-container-33 {
	float: left;
	margin-top: 1px;
	margin-bottom: 4px;
	padding: 0 14px;
	width: 1124px;  
}
/* @end */

/* @group COL-CONTAINERS */
.col-container {
	float: left;	
	margin: 0 8px;
	/*width: 100%;  andrea*/ 
}
/* col-container for Level-1 Widgets */
.col-container-1.full {
  width: 1108px;
}
.col-container-1.half {
  width: 544px;
}
.col-container-1.third {
  width: 356px;
}
.col-container-1.quarter {
  width: 277px;
}
/* col-container for Level-2 Widgets */
.col-container-2.full {
  width: 1092px;
}
.col-container-2.half {
  width: 538px;
}
.col-container-2.third {
  width: 353px;
}
.col-container-2.quarter {
  width: 273px;
}
.col-container-1.half .col-container-2.full {
  width: 528px;
}
.col-container-1.third .col-container-2.full {
  width: 340px;
}
.col-container-1.quarter .col-container-2.full {
  width: 259px;
}
/* col-container for Level-3 Widgets */
.col-container-3.full {
  width: 1076px;
}
.col-container-3.half {
  width: 520px;
}
.col-container-3.third {
  width: 348px;
}
.col-container-3.quarter {
  width: 257px;
}
.col-container-3.fifth {
  width: 202px;
}
.col-container-1.half .col-container-3.full { 
  width: 512px;
}
.col-container-1.third .col-container-3.full {
  width: 324px;
}
.col-container-1.quarter .col-container-3.full {
  width: 239px;
}
.col-container-2.half .col-container-3.full {
  width: 522px;
}
.col-container-2.third .col-container-3.full {
  width: 337px;
}
.col-container-2.quarter .col-container-3.full {
  width: 245px;
}
/* @end */
/* @end */
/* @group PANELS */
/* @group GENERAL */
.panel {
	float: left;
	width: 1152px;
}
/* @end */
/* @group WIDGET HEADER */
.widget-panel-main {
}
#editwrapper .widget-panel-main {
  margin-top: 29px;
}
.widget-panel-main {
	position: relative;
	z-index: 2;
	float: right;
	margin: 0;
	-moz-border-radiuspadding: 20px 0 7px;
	padding: 0 0 4px;
}
.baselayer .widget-panel-main {
	width: 808px;
}
.widget-panel-main-left {
	float: left;
	margin-left: 24px;
	width: 1132px;
}
.widget-panel-sub {
	z-index: 1;
	margin: 0 ; /* 0 0 5px 0; */
	margin: 9px 0 -9px;
}
.editlayer .widget-panel-sub {
	top: 0px;
}
.widget-panel-head {
	/*width: 1152px;*/ /* should get width from having class .panel */
	margin-left: 4px;
	background: #4987b5 url(images/panel-detail-head-bg.png) repeat-x 0 100%;
	z-index: 1;
}
.widget-panel-head li {
	float: left;
	margin-right: 10px;
}
.widget-panel-head li a {
	float: left;
	color: #fff;
	margin: 10px 0 0 0;
}
.widget-panel-head .button,
.widget-panel-head .button-download {
	float: right !important;
}
.widget-panel-head li span {
	float: left;
	margin: 10px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-family: arial, sans-serif;
}
.widget-panel-head .note {
	float: left;
	margin: 15px 0 0 20px;
}
/* @end */
/* @group SEARCH PANEL */

.widget-panel-search,
.widget-panel-filter {
	color: #6b6b6b;
	margin: 0 4px;
	padding: 8px 0;
	background: url(images/panel-extend-bg.png) repeat-x;
}
.widget-body .widget-panel-search,
.widget-body .widget-panel-filter {
  margin: 0;
}
.mini2-widget .widget-panel-search {
	width: 1092px;
	height: 30px;
	padding-top: 0px;
}
.search {
	margin: 0 0 0 30px;
	padding-left: 33px;
	min-height: 27px; /* andrea because of Versicherungsdeckung */
	background: url(images/icons/search-icon.png) no-repeat; /* FH was .widget-panel-search .search */
	float: left;
}
.searchfield {
	margin-top: 4px;
	padding: 3px 0 3px 4px;
	width: 187px;
	border: 1px solid #d2d2d2;
	border-right: 0;
	border-radius: 4px 0 0 4px; /* FH was .widget-panel-search .search input.searchfield */
	float: left;
}
.clear-search {
	margin: 4px 6px 0 0;
	padding: 3px 6px;
	border: 1px solid #d2d2d2;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background-color: #f9f8f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f8f7), to(#dfdcda));
	background-image: -webkit-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -moz-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -ms-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -o-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: linear-gradient(top, #f9f8f7, #dfdcda);
	color: #777;
	text-shadow: 0 1px 1px #eee;
	font-size: 18px;
	line-height: 14px;
	float: left;
}
.clear-search:hover,
.clear-search:focus {
  color: #666;
  text-decoration: none;
}
.clear-search:active {
  color: #444;
}

.search > .button,
.search > .button-download {
	margin: 4px 0 0;
}
.search-menu { /* was .widget-panel-search > .search-menu */
	float: right;
	margin: 5px 22px 5px 0;
}
.widget-panel-search > .search-menu span {
	float: left;
}
.widget-panel-search > .search-menu > a + a {
	margin-left: 10px;
}

/* CUSTOM SIMON */
.mini2-widget .mini2-widget-body .widget-panel-search {
	width: 1088px;
	height: 30px;
	padding-top: 0px;
    margin-top: -4px;
    border: 2px solid #acc3d4
}



/* CUSTOM SIMON end */

/* @end */
/* @group FILTER PANEL */
.widget-panel-filter {
  padding: 0;
}
.widget-panel-search + .widget-panel-filter {
  margin-bottom: 4px;
  background: #d8d8d8;
}
.widget-panel-filter div.filter {

	float: left;
	color: #6b6b6b;
	margin: 10px 0 10px 20px;
}
.widget-panel-filter div.filter .filters {
	/*float: left;*/
}
div.filters * { 
	/*float: left;*/
}
.widget-panel-filter > .filter-menu {
	float: right;
	margin: 15px 22px 0 0;
}
/* @end */
/* @group OPTION PANEL */
.widget-panel-options {
	position: relative;
	top: 2px;
	top: 4px;
	margin-left: 4px;
	min-height: 60px;
	width: 1152px;
	background: #eee;
}
.editlayer .widget-panel-options {
	top: -8px;
}
.widget-panel-options ul {
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}
.widget-panel-options ul li {
	float: left;
	margin-left: 15px;
}
/* @end */
/* @end */
/* @group Helper Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.italic {
	font-style: italic;
}
.footnote {
	color: #999;
}
.inline {
	float: none !important;
}
.margin-side {
	margin-left: 10px; /* war 5 */
	margin-right: 10px; /* war 5 */
}
.margin-bottom {
	margin-bottom: 5px;
}
.full-width {
	width: 100%;
	float: left; /* AB 29.10.2012 Sonst sind sie immer noch nebeneinander! Fail! */
}
p,
.paragraph { /* FH 16-10-2012 floating ALL paragraphs? */
	float: left;
	margin: 5px;
}

/* CHANGE: andrea-anchors */
/*.text-with-anchors a,
.text-with-anchors span {
	float: none;
	display: inline;
}*/

/* @end */
/* @group CONTENT OBJECTS (Buttons, Tables, Headings etc. => should look the same wherever they are) */
/* @group HEADINGS */
h4,
h5,
h6,
.bold {
	font-weight: bold;
}
h1,
h2 {
  font-size: 18px;
  line-height: 24px;
}
h1 {
	margin: 16px 0 0 48px;
}
h2 {
	margin: 11px 0 6px 13px;
}
h3 {
	font-size: 14px;
	margin: 11px 0 6px 13px;
}
.general-widget-head,
.general-widget-head h1,
.general-widget-head h2,
.general-widget-head h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px; /* in widget heading einmitten */ 
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
h4,
h5,
h6 {
  margin-top: 11px;
}
.widget-head h2 {
	float: left;
	margin: 7px 0 6px 13px;
	color: #fff;
	font-size: 18px;
	line-height: 24px; /* security, original in h2 FH 23-10-2012*/
}
#editwrapper .widget-head h2.widget-page-title {
	margin: 36px 0 6px 48px;
}
.widget-panel-head > h2 {
  margin: 0;
  margin-left: 13px;
  font-weight: bold;
  font-size: 14px;
  line-height: 55px; /* align to icon-50 + icon-50 margin-top */
}
.widget-panel-head > i + h2 {
  margin-left: 0;
}
.mini-widget-head h1 {
	font-size: 14px;
	margin-left: 5px;
}
.mini2-widget-head h2 {
	margin-left: 5px;
	color: #2b6ea1;
	font-weight: normal;
	font-size: 14px;
}
.mini3-widget-head h3 {
	margin-left: 5px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
.heading-left {
	float: left;
}
/* @group ICONS */
/* ICONS */
.icons-20,
.icons-50,
.icons-todostate,
.icons-person-f,
.icons-person-m,
.icons-person-b,
.icons-clienttype,
.icons-prolife-family-nomember,
.icons-prolife-family-free,
.icons-prolife-family-premium,
.icons-prolife-family-member {
  display: inline-block;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}
.icons-20 {
	width: 20px;
  height: 20px;
  background-image: url(images/icons/icons-20.png);
}
.icons-50 {
  width: 50px;
  height: 50px;
  background-image: url(images/icons/family-icon-0.jpg);
}
.icons-todostate {
	width: 35px;
	height: 28px;
	background-image: url(images/icons/todostate.png);
}
.icons-clienttype {
	float: left;
	margin-top: 6px;
	width: 35px;
	height: 29px;
	background: url(images/icons/i-clienttype.png) no-repeat 0 1px;
}
.i-clienttype-company {
	background-position: 0 -30px
}
.widget-panel-head .icons-clienttype {
	margin: 10px 7px 0 19px;
	background-image: url(images/icons/i-clienttype-white.png);
}
.icons-person-f,
.icons-person-m,
.icons-person-b,
.icons-person-d {
	float: left;
  width: 25px;
  height: 20px;
  margin: 2px 2px 2px 0;
}
.icons-person-f {
	background-image: url(images/icons/i-person-f.png)
}
.icons-person-m {
	background-image: url(images/icons/i-person-m.png)
}
.icons-person-b {
	background-image: url(images/icons/i-person-b.png)
}
.icons-person-d {
	background-image: url(images/icons/i-person-d.png)
}
.i-person-potential-favor {
  background-position: 0 -25px;
}
.i-person-inactive {
  background-position: 0 -50px;
}
.i-person-inactive-favor {
  background-position: 0 -75px;
}
.i-person-death {
  background-position: 0 -25px;
}
.i-person-active {
  background-position: 0 -100px;
}
.i-person-active-favor {
  background-position: 0 -125px;
}
/* ICON PERSON */
.i-person-orange {
  background-position: 0 -20px;
}
.i-person-green {
  background-position: 0 -40px;
}
.i-person-grey {
  background-position: 0 -60px;
}
.i-star {
  opacity: .45;
  background-position: 0 -80px;
}
.favorite > .i-star {
  float: left;
  margin-top: -2px;
}
a:hover > .i-star,
.path > .i-star {
  opacity: 1;
}
/* ICON FAVOR (icon-20) */
.i-nofavor {
	background-position: 0 -420px;
}
.i-favor,
a.choosefavor:hover > .i-nofavor {
	background-position: 0 -440px;
}
/* ICON FAMILY */
/*.i-family-red { standard

}*/
.i-family-orange {
  background-position: -50px 0;
}
.i-family-green {
  background-position: -100px 0;
}
/* ICON-FAMILY-PLACEMENT */
.icons-50 {
  float: left;
  margin: 5px 0 0 20px;
}
/* ICON CHECKMARK (Offerte) */
.i-checkmark-enabled {
  background-position: 0 -180px;
}
.i-checkmark-selected {
  background-position: 0 -200px;
}
.i-checkmark-disabled {
  background-position: 0 -220px;
}
/* ICON GENDER */
.i-gender-female {
  background-position: 0 -240px;  
}
.i-gender-male {
  background-position: 0 -260px;
}
.i-gender-baby {
  background-position: 0 -280px;
}
/* ICON PRIORITY */
.i-priority-high {
  background-position: 0 -300px;
}
.i-priority-low {
  background-position: 0 -320px;
}
/* ICON TODO STATE */
.i-todo-state-process {
  background-position: 0 -340px;
}
.i-todo-state-blocked {
  background-position: 0 -360px;
}
.i-todo-state-new {
  background-position: 0 -380px;
}
.i-todo-state-done {
  background-position: 0 -400px;
}
/* ICON TODOSTATE */
.i-todostate-done {
	background-position: 0 -35px;
}
.i-todostate-blocked {
	background-position: 0 -70px;
}
.i-todostate-process {
	background-position: 0 -105px;
}
/* icon attachment */
.i-attachment {
	background-position: 0 -460px;
}
/* ICON PROLIFE FAMILY MEMBERSHIP */
.icons-prolife-family-nomember,
.icons-prolife-family-free,
.icons-prolife-family-premium,
.icons-prolife-family-member {
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px 2px 2px 0;
}
.i-prolife-family {
	background-position: 0 0;
}
.icons-prolife-family-nomember {
	background-image: url(images/icons/icons-prolife-family-nomember.png)
}
.icons-prolife-family-free {
	background-image: url(images/icons/icons-prolife-family-free.png)
}
.icons-prolife-family-premium {
	background-image: url(images/icons/icons-prolife-family-premium.png)
}
.icons-prolife-family-member {
	background-image: url(images/icons/icons-prolife-family-member.png)
}

/* @end */
/* @group EDITLAYER HEADINGS (should be mainly the same as baselayer!) */
.editlayer .panel h1 {
	color: #fff;
	font-weight: normal;
	position: absolute;
}
.editlayer .panel h2,
.editlayer .panel-detail-head a {
	float: left;
	font-size: 14px;
	margin-left: 60px;
}
.editlayer .panel h2,
.editlayer .panel-detail-head a {
	color: #fff;
}
.editlayer .panel-detail-head a {
	float: right;
	margin-right: 50px;
}
a.edit-header-right-link {
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 55px;
  margin-right: 30px;
}
/* @end */
/* @end */
/* Customer Relations */
.customerrelations {
	float: right;
	margin: 15px 60px 0 0 !important;
}
.widget-panel-head-customerrelations {
	float: left;
	margin: 18px 0 0 10px;
}
.customerrelation-family,
.customerrelation-prolife,
.customerrelation-coverage,
.customerrelation-usb {
	float: left;
	height: 22px;
}
.customerrelation-family {
	padding-right: 10px;
	padding-top: 2px;
	width: 66px;
}
.customerrelation-prolife {
	padding: 0 10px;
	padding-top: 2px;
	width: 21px;
}
.customerrelation-coverage {
	padding: 0 10px;
  padding-top: 2px;
  width: 21px;
}
.customerrelation-usb {
	padding-top: 1px;
	padding-left: 10px;
	width: 63px;
}
/* @group SEPARATOR LINE */
.separator_line {
	clear: both;
	margin: 0 10px;
	height: 1px;
	background: url(images/table-border-full.png) no-repeat 1px 100%;
}
/* @end */

/* @group Links */
a {
	color: #286da0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.anchor-arrows:before {
	content: "\00bb""\00a0";
}
/* SAVE & DELETE */
div.detail-content a.save,
div.detail-content a.save img {
	position: absolute;
	right: 0;
	padding: 0; /* (1) */
	top: 0;
}
div.detail-content a.save {
	float: right;
	width: 34px;
	height: 35px;
	background: none;
}
a.delete {
	float: right;
	margin-top: 2px;
	margin-left: 3px;
	padding: 0 !important;
}
.navi-item-3 > .delete {
	margin-right: 18px;
}
a.back {
	margin-top: 11px;
	background: none;
	color: #95bad5;
	font-size: 18px;
}
a.cal {
	background: none;
}
/* @end */
/* @group Buttons */
.button,
.button-download {
	position: relative;
	float: left;
	padding: 1px 5px !important;
	min-width: 100px;
	border: none;
	border: 1px solid #fff;
	border-radius: 4px;
	background-position: 0 0 !important;
	box-shadow: 0px 0px 2px #999;
	color: #fff;
	text-align: center;
	font-size: 13px !important;
	line-height: 18px !important;
	cursor: pointer;
}
.button-disabled {
	opacity: 0.25 !important; /* HACK by SR */
}
.button + .button,
.button + .button-download {
	margin-left: 10px;
}
.button:hover,
.button:focus,
.button-download:hover,
.button-download:focus,
.navi-item-a:hover,
.navi-item-a:focus,
.minimized-logout:hover,
.minimized-logout:focus {
	text-decoration: none;
}
.button:active,
.button-download: active,
.clear-search:active {
	box-shadow: 0 2px 4px rgba(0,0,0,.25) inset, 0 1px 2px rgba(0,0,0,.05);
}
.grey,
.widget .grey,
.detail-content .grey {
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dadada));
	background-image: -webkit-linear-gradient(top, #fff, #dadada);
	background-image: -moz-linear-gradient(top, #fff, #dadada);
	background-image: -ms-linear-gradient(top, #fff, #dadada);
	background-image: -o-linear-gradient(top, #fff, #dadada);
	background-image: linear-gradient(top, #fff, #dadada);
	color: #000;
}
.grey:hover,
.grey:focus,
.search > .clear-search:hover,
.search > .clear-search:focus {
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#bebebe));
	background-image: -webkit-linear-gradient(top, #efefef, #bebebe);
	background-image: -moz-linear-gradient(top, #efefef, #bebebe);
	background-image: -ms-linear-gradient(top, #efefef, #bebebe);
	background-image: -o-linear-gradient(top, #efefef, #bebebe);
	background-image: linear-gradient(top, #efefef, #bebebe);
}
.blue,
.widget .blue,
.detail-content .blue {
	background-color: #5791bc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5791bc), to(#2a6ea1));
	background-image: -webkit-linear-gradient(top, #5791bc, #2a6ea1);
	background-image: -moz-linear-gradient(top, #5791bc, #2a6ea1);
	background-image: -ms-linear-gradient(top, #5791bc, #2a6ea1);
	background-image: -o-linear-gradient(top, #5791bc, #2a6ea1);
	background-image: linear-gradient(top, #5791bc, #2a6ea1);
}
.blue:hover {
	background-color: #30658d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30658d), to(#2a6ea1));
	background-image: -webkit-linear-gradient(top, #30658d, #2a6ea1);
	background-image: -moz-linear-gradient(top, #30658d, #2a6ea1);
	background-image: -ms-linear-gradient(top, #30658d, #2a6ea1);
	background-image: -o-linear-gradient(top, #30658d, #2a6ea1);
	background-image: linear-gradient(top, #30658d, #2a6ea1);
}
.red,
.widget .red,
.detail-content .red {
	background-color: #f65a5a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f65a5a), to(#c70000));
	background-image: -webkit-linear-gradient(top, #f65a5a, #c70000);
	background-image: -moz-linear-gradient(top, #f65a5a, #c70000);
	background-image: -ms-linear-gradient(top, #f65a5a, #c70000);
	background-image: -o-linear-gradient(top, #f65a5a, #c70000);
	background-image: linear-gradient(top, #f65a5a, #c70000);
}
.yellow,
.widget .yellow,
.detail-content .yellow {
	background-color: #f9c700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9c700), to(#ff9600));
	background-image: -webkit-linear-gradient(top, #f9c700, #ff9600);
	background-image: -moz-linear-gradient(top, #f9c700, #ff9600);
	background-image: -ms-linear-gradient(top, #f9c700, #ff9600);
	background-image: -o-linear-gradient(top, #f9c700, #ff9600);
	background-image: linear-gradient(top, #f9c700, #ff9600);
}
.green,
.widget .green,
.detail-content .green {
	background-color: #3AE02F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3AE02F), to(#208719));
	background-image: -webkit-linear-gradient(top, #3AE02F, #208719);
	background-image: -moz-linear-gradient(top, #3AE02F, #208719);
	background-image: -ms-linear-gradient(top, #3AE02F, #208719);
	background-image: -o-linear-gradient(top, #3AE02F, #208719);
	background-image: linear-gradient(to bottom, #3AE02F, #208719);
}
a.disabled {
	background-color: #efefef !important;
	background-image: -moz-linear-gradient(center top , #fff, #efefef) !important; /* FH 16-10-2012 other gradients? */
	color: #aaa !important;
	cursor: default !important;
}
a.disabled:hover {
	background-color: #efefef !important;
	background-image: -moz-linear-gradient(center top , #fff, #efefef) !important; /* FH 16-10-2012 other gradients? */
	color: #aaa !important;
	cursor: default !important;
}
/* @end */
/* @group Collapse & Expand */
.collapse-expand {	
	position: absolute;
  top: 0px;
	right: 3px;
	padding: 0;
	background: none;
	cursor: pointer;
}
.collapse-expand img {
	padding: 0;
}
.mini2-widget-head .collapse-expand,
.mini3-widget-head .collapse-expand,
.mini-widget-head .collapse-expand {
	margin: -0px 0px;
	width: 30px;
	height: 30px;
}
.collapse-expand {
	background: url(images/close-small.png) no-repeat 5px 5px;
}
.folded .collapse-expand {
	background: url(images/open-small.png) no-repeat 5px 5px;
}
.mini3-widget-head .collapse,
.mini3-widget-head .expand {
	margin: 0px 0px;
	height: 24px;
}
.folded .general-widget-body,
.folded .general-widget-foot {
	position: absolute;
	visibility: hidden;
}
/* @end */

/* @group Notification */
.notification {
	position: relative;
	top: -6px;
	left: -3px;
	float: right;
	padding: 0 .6em;
	border: 1px solid #fff;
	border-radius: 8px;
	background: #4896d2;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	letter-spacing: .07em;
	font-size: 9px;
	line-height: 13px;
}
/* @end */

/* @group Pager */
.pager-container {
	position: relative;
	display: table;
	clear: both;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}
.pager {
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	min-height: 22px;
	text-align: center;
}
.pager > li {
	float: left;
	margin-right: 5px;
	min-width: 16px;
	background: none;
}
.pager > li > span {
	color: #fff;
}
.pager > li > span,
.pager > li > a {
	float: left;
}
.pager > li > a {
	padding: 0 4px;
	background: none;
	color: #6B6B6B;
	text-decoration: none;
	line-height: 18px;
}
.pager > li > a.active,
.pager > li > a:hover {
	border-radius: 3px;
}
.pager > li > a:hover {
	background: #ccc;
}
.pager > li > a.active {
	color: #fff;
	background: #286da0;
}
/* @end */

/* @group TABLES */
/* @group GENERAL */
table {
	float: left;
	width: 100%;
	line-height: 22px;
}
.tr {
	margin: 0;
	padding: 0;
	float: left;
}
.td,
.th { 
	padding-right: 10px;
}
tr,
.tr,
.widget-body .mini-widget .tr,
.widget-body .mini-widget tr {
	background: url(images/table-border-full.png) repeat-x 0 100%; /* Breite unbekannt -> bis an den Rand 	*/
}
.widget-body .tr,
.widget-body tr {
	background-position: 23px 100%; /* ganze Breite mit Abstand */
}
.wide tr {
	width: 760px;
	padding-bottom: 10px;
	background: url(images/table-border.png) no-repeat 0 100%; /* 2/3 Breite mit Abstand */
}
.product-editor tr:last-child {
  background: none;
}
.small tr,
.third tr,
.small .tr,
.third .tr {
	background: url(images/table-border-small.png) no-repeat 1px 100%; /* 1/3 Breite mit Abstand */
}
.th {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #eaeaea); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #fff, #eaeaea); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fff, #eaeaea); /* IE10 */
	background-image: -o-linear-gradient(top, #fff, #eaeaea); /* Opera 11.10+ */
	background-image: linear-gradient(top, #fff, #eaeaea);
	vertical-align: middle;
	text-align: left;
}
.td {
	vertical-align: top;
	min-height: 1px; /* else, empty divs disappear */
	float: left; /* if they are divs! */
}
td.td {
	float: none;
}
.th.first,
.td.first {
	padding-left: 23px;
}
.th.last,
.td.last {
	padding-right: 23px;
}
.tfoot {
	display: block;
	clear: both;
	padding: 0 23px;
	text-align: right;
}
.tfoot a {
	float: none;
	font-size: 13px;
}
.td .button:first-child,
.td .button-download:first-child {

	margin-right: 10px;
}
.td.complete-column {
  background-color: #daffd9;
}
.td.error-column {
  background-color: #ffe8de;
}
.activities tr { /* move to Kundendossier */
	background: none;
}
.activities p {
  margin-left: 0;
}
.thead div.th {
	float: left;
}
.thead,
.thead a {
	color: #6B6B6B !important;	
}
.thead .td a {
	float: left;
	background: none;
}
.thead .td a {
	background: none;
}
.clickable {
	cursor: pointer;
}
.td li {
	margin-bottom: -4px;
}
tr.active,
.tr.active,
.clickable:hover,
tr.selected,
.tr.selected {
	background-color: #cfdae3 !important;
}
tr.separator_row {
	background: none;
	font-style: italic;
	color: #7f7f7f;
}
tr.separator_row > td {
    padding-bottom: -5px;
    padding-top: 5px;
}
tr.cockpit_row_more {
	background: none;
	color: #7f7f7f;
}
tr.cockpit_row_more > td {
	text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
	line-height: 12px;
}

/* @end */
/* @group TABLE HEAD*/
.thead {
	margin-bottom: 2px;
	background: url(images/thead.png) repeat-x 0 100%;
}
.thead div.th {
	float: left;
	/*margin-top: 6px;*/
}
.thead .th a {
	float: left;
	color: #7f7f7f;
	font-size: 12px;
	line-height: 12px;
}
/* @end */
.widget-body .mini-widget tfoot tr {
	background: none; /* remove dotted line */
}
tfoot {
	background-image: -moz-linear-gradient(center top , #FFFFFF, #EAEAEA); /* FH: other gradients? */
}
/* @group TABLES (andrea)*/

/* this one is for the import/exports: */
table .running {
	color: black;
}
table .error {
	color: red;
}
table .success {
	color: green;
}
tr.disabled,
.tr.disabled,
tr.done {
	color: #999;
	text-decoration: line-through;
}
#file-preview-table {
	overflow-x: scroll;
	overflow-y: scroll;
	height: 150px;
}
#file-preview-table td {
	white-space: nowrap;
}
/* buttons in tables (else, the row gets bigger): */
.mini-widget-body td .button,
	.mini-widget-body td .button-download {

	margin: 0px;
}
/* @end */

/* @end */

/* @group TABLE LISTS */
div.widget div.widget-body ul.tbody li.tr {
	float: left;
	margin: 0;
	padding: 0 23px;
}
div.full div.widget-body .tbody .tr,
div.full .widget-selection-table tbody tr {
	background: url(images/table-border-full.png) no-repeat 23px 100%;
}
div.wide div.widget-body ul.tbody li.tr {
	background: url(images/table-border.png) no-repeat 0 100%;
}
div.small div.widget-body ul.tbody li.tr {
	background: url(images/table-border-small.png) no-repeat 1px 100%;
}
div.widget div.widget-body ul.tbody li.active {
	background-color: #cfdae3;
}
/* @end */

/* @group TABLE WIDTHS */
div.widget div.widget-body div.table,
div.widget div.widget-body div.table .thead,
div.widget div.widget-body div.table .tbody,
div.widget div.widget-body div.table .tfoot {
	float: left;
}
div.widget div.widget-body div.table,
div.widget div.widget-body div.table .tbody {
	width: 100%;
}
div.full div.widget-body div.table .thead,
div.full div.widget-body div.table .tfoot,
div.full div.widget-body ul.tbody li.tr {
	width: 1106px;
}
div.wide div.widget-body div.table .thead,
div.wide div.widget-body div.table .tfoot,
div.wide div.widget-body ul.tbody li.tr {
	width: 714px;
}
div.small div.widget-body div.table .thead,
div.small div.widget-body div.table .tfoot,
div.small div.widget-body ul.tbody li.tr {
	width: 322px;
}
div.widget div.widget-body div.table .thead {
/*padding: 0 23px;*/ /* Andrea */
}
div.widget div.widget-body div.table .tfoot {
	padding: 3px 23px;
}
/* @end */

/* @group Table Sort */
.sort,
.sort-ascending,
.sort-descending {
	padding: 0 0 0 15px !important;
	background: url(images/icons/arrow-full2.png) no-repeat 0 40%;
	line-height: 24px;
}
.sort-ascending {
	background-image: url(images/icons/arrow-up.png);
	background-position: 0 35%;
}
.sort-descending {
	background-image: url(images/icons/arrow-down.png);
	background-position: 0 50%;
}
/* @end */

/* @group FORMS */
/* @group FORM BASIC */
.control-and-label {
  float: left;
  margin: 4px 0px;
  min-height: 2em; /* minimizes flickering */
  width: 100%;
}
.product-editor .control-and-label {
  float: none;
}
.control-and-label-readonly {
  min-height: 0; /* they are smaller */
  line-height: 1.2;  /* they are smaller */
}
.radio-and-label {
  float: left;
  clear: left;
}
.control-radio label,
.control-multiple-options label {
	width: auto;
}
.control-multiple-options .control-field > div {
	clear: both;
}
.horizontal-form .control-and-label {
  float: left;
  clear: none;
  width: auto; /* andrea */
}
.control-and-label-float-left30 {
	clear: both;
	width: 30%;
}
.control-and-label-float-left30 label {
	width: 120px;	/* used in memberimport, new number, KVG ab ... */
}
.control-and-label-float-right70 {
	float: right;
	width: 70%;
}
.control-and-label-float-left50 {
	clear: both;
	width: 50%;
}
.control-and-label-float-right50 {
	float: right;
	width: 50%;
}
.controls {
	float: left;
	margin-bottom: 4px;
	width: 100%;
}
.controls, .buttons {
	clear: both;
}
.controls .control {
	float: left;
}
label,
.label {
	display: block;
	float: left;
	width: 150px;
}
.label-small {
	margin-right: 4px !important;
	margin-left: 10px !important;
	width: auto;
}
.horizontal-form input.text {
  margin-top: .4em;
}
.modified-form input.submit {
	background-color: #f9c700;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9c700), to(#ff9600));
	background-image: -webkit-linear-gradient(top, #f9c700, #ff9600);
	background-image: -moz-linear-gradient(top, #f9c700, #ff9600);
	background-image: -ms-linear-gradient(top, #f9c700, #ff9600);
	background-image: -o-linear-gradient(top, #f9c700, #ff9600);
	background-image: linear-gradient(top, #f9c700, #ff9600);
}
.buttons {
	float: right;
	margin: 5px;
}
/* @end */

/* @group CONTROLS */ 

/* style the file upload: http://www.quirksmode.org/dom/inputfile.html */

.flash .swfupload-action-container {
	background: url(images/icons/upload.png) no-repeat 0;
}

.control-file .flash {
	float: left;
}

.control-file ul.control-field {
	width: 100%;
}

.control-file ul.control-field li a.no-arrows {
	margin-left: 5px;
}
.control-file ul.control-field li a.anchor-arrows {
	margin-top: 3px;
	position: relative;
	top: -5px;
}

.control-pl-reminderentries label {
	padding:0px 3px 0px 3px;
	width: 20px;
	vertical-align:middle;
}

.control-pl-reminderentries .error-date .control-datestring input {
	border: 1px solid #E77F1A;
	background-color: #F9CB9E;/* must be after .modified */
}

.control-pl-reminderentries .error-time .control-generic input {
	border: 1px solid #E77F1A;
	background-color: #F9CB9E;/* must be after .modified */
}

/* UPLAOD */
.progress-container {
  float: left;
  width: 120px;
  height: 21px;
  cursor: pointer;
  margin-left: 20px;
  text-align: center;
  position: relative;
/*   background: url(/images/buttons/button120-transparent.png) no-repeat 0 0; */
}
.progress-container span {
  line-height: 21px;
}
.progress-container object.swfupload {
  top: 0px;
  left: 0px;
  position: absolute;
}
.progress-container  {
  top: 140px;
  left: 312px;
  width: 500px;
  height: 80px;
  position: absolute;
  background-color: #10609C;
  background-repeat: no-repeat;
  background-position: -410px -350px;
  z-index: 999
}

.progress-container a {
  width: 20px;
  float: right;
  height: 20px;
  background-repeat: no-repeat;
}
.progress-name {
  color: #fff;
  margin: 0 10px;
  text-transform: uppercase;
}
/* UPLOAD PROGRESS BAR */
.progressbar-in-progress {
  height: 15px;
  display: block;
  background-color: white;
  z-index: 999;
}
.progressbar-complete {
  width: 100%;
  height: 15px;
  display: block;
  background-color: #fff;
  z-index: 999;
}
.progressbar-background {
  height: 15px;
  display: block;
  margin: 10px;
  background-color: #ADADAD;
}

/***** /UPload  *****/


input {
	float: left;
	vertical-align: middle;
}
#doctorautotext {
  float: none;
}


select {
	padding: 0 3px; 
  border: 1px solid #D2D2D2;  
}

/*option {
	margin: 2px;
}*/
textarea {
	float: left;
	resize: vertical;
}
input, 
textarea,
.chzn-container-multi .chzn-choices {
	border: 1px solid #d2d2d2;
	padding: 4px;
	border-radius:4px;
}
.checkbox {
	border: 0;
}
.autocomplete li {
	float: left;
	background-color: #fff;
}
.control-field .clear-search {
	float: left;
	margin: 0px 6px 0 0;
	padding: 2px 6px;
	border: 1px solid #d2d2d2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #f9f8f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f8f7), to(#dfdcda));
	background-image: -webkit-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -moz-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -ms-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: -o-linear-gradient(top, #f9f8f7, #dfdcda);
	background-image: linear-gradient(top, #f9f8f7, #dfdcda);
}
/* PLZ */
.place-chooser-place {
  float: left;
  padding: 5px 0; /* 4px padding input + 1px border input */
  margin-left: 5px;
  line-height: 14px;
}
.place-chooser-select {
  margin-left: 5px;
}
/* @group CUSTOM CONTROL FOR FAKE DROPDOWN / SELCTBOXES*/
.control-custom-select {
  position: relative; /* .custom-select-options */
}
.custom-select {
  overflow: hidden;
  padding: 2px 4px;
  padding-right: 24px;
  height: 18px;
  border: 1px solid #d2d2d2;
  border-radius: 4px 4px 4px 0;
  background: #fff url(images/custom-control.jpg) no-repeat 100%;
}
.custom-select:hover {
  cursor: pointer;
}
.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  margin-top: -1px;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0,0,0,.2);
}
.custom-select-options > .option { /* (1) */
	padding: 2px;
}
.custom-select-options > .option:first-child {
  padding-top: 4px;
}
.custom-select-options.opened { /* (1) */
	display: block;
}
.custom-select-options > .option:hover { /* (1) */
	background: #ddd;
}
.custom-select-options > .option:active {
  background: #bbb;
}
.custom-select-options > .selected,
.custom-select-options > .selected:hover { /* (1) */
	background: #ccc;
}
.custom-select-options.closed {
	display: none;
}
/* @end */


/* @group Date Picker */
div.datepicker {
	float: left;
	margin-left: 4px;
	width: 24px;
	height: 24px;
	background: url(images/icons/datepicker.png) no-repeat 0 2px;
}
/* the date picker calendar */
.control-datestring input {
	width: 124px;
}
.calendar {
	background-color: #fff;
	border: 1px solid #D2D2D2;
	width: 210px;	
	box-shadow: 0 0 2px #999;
	z-index: 4;
}
.calendar table a {
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	float: left;
}
.control-support-text {
  margin-bottom: 0;
}
.calendar td {
	width: 30px;
	padding: 0;
	text-align: center;
}
.calendar .today,
.calendar a:hover {
	background-color: #eaeaea;
}
.calendar thead {
	text-align: center;
}
.calendar .navigation th {
	background-image: none;
}
.calendar .navigation th,
.calendar .week th {
	text-align: center;
	padding: 2px;
}
.calendar th select {
	margin: 0 4px;
}

/* CHANGE: simon-lightbox */
.lightbox .calendar {
  width: 210px;
}

.lightbox .calender
.wide .widget-foot,
.wide .widget-body table,
.wide .after-widget-selection-table {
  width: 100%;
}

.lightbox .calendar a, th {
  color: #286DA0;
}

.lightbox .mini-widget-head {
  background-color: transparent;
  background-image: none;
  color: #fff;
}
 
.lightbox .plf-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
  height: 45px;
  margin-bottom: -35px;
  background: url(images/table-arrow-white.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
/* CHANGE-END: simon-lightbox */

/* @end */

/* @group Time Picker */
.control div.timepicker {
	float: left;
	margin-left: 4px;
    margin-bottom: -25px;
	width: 24px;
	height: 24px;
	background: url(images/icons/clock.png) no-repeat 0 0;
}

.control .control-timestring {
 	height: 24px;
	background: none;
}

.control .timepickerwidget {
	z-index: 4;
 	padding: 5px;
	border: 1px solid #D2D2D2;
	background-color: #fff;
	box-shadow: 0 0 2px #999; 
}

.control .timepickerwidget table a {
	text-decoration: none !important;
	float: left;
}

.control .timepickerwidget tr {
	background: none;
}

.control .timepickerwidget td {
	padding: 0;
	width: 26px;
	text-align: center;
}

.control .timepickerwidget a.up {
	display: block;
	height: 13px;
	width: 26px;
	background: url(images/icons/arrow-up.png) no-repeat 50%;
}

.control .timepickerwidget a.down {
	display: block;
	height: 13px;
	width: 26px;
	background: url(images/icons/arrow-down.png) no-repeat 50%;
}

.control .timepickerwidget a.pick {
	display: block;
	height: 23px;
	width: 26px;
	background: url(images/state-done.png) no-repeat 50%;
}

.control .timepickerwidget a:hover {
	background-color: #eaeaea;
}

.control .timepickerwidget input {
	display: block;
	width: 16px;
	height: 13px;
}

.control .timepickerwidget tfoot {
	background: none;
}

/* @end */


/* @group Toggle Switch */


.switch {
	float: left;	
}
.switch-pre-label {
	margin-right: 5px;
}
.switch-post-label {
	margin-left: 5px;
}
.switch-pre-label,
.switch-post-label {
	float: left;
}


/* Candy Theme Version Prolife (for switch with outside labels)
 * Based on Candy Theme
 * Based on the "Sort Switches / Toggles (PSD)" by Ormal Clarck
 * http://www.premiumpixels.com/freebies/sort-switches-toggles-psd/
 */
.switch.toggle-switch-small,
.toggle.toggle-switch-small {
	width: 40px;
	height: 20px;
}
.switch.toggle-switch-labelled,
.toggle.toggle-switch-labelled {
	width: 180px;
}
.toggle-switch-small,
.toggle-switch-labelled {
	border-radius: 22px;
	background-color: rgba(172,195,212,.3);	
	box-shadow: inset 0 2px 6px rgba(0,0,0,.3), 0 1px 0px rgba(255,255,255,.2);
	color: #fff;
	text-align: center;
	font-weight: bold;
}


.toggle-switch-small .slide-button,
.toggle-switch-labelled .slide-button {
	border: 1px solid #aaa;
	border-radius: 22px;
	background-color: #bbb;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	background-image:         linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,0));
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, .45);
}
 .toggle.toggle-switch-small,
 .toggle.toggle-switch-labelled {
	margin-left: 0;
}


/* @end */



/* @end */

/* @group MODIFIED / ERROR */

.chzn-container .chzn-results li {
	white-space: nowrap;
}

.control-modified {
	background-color: #ffd;
}
.control-modified + .chzn-container .chzn-single {
	background: #ffd;
	
}
.control-error,
.control-error input {
	border: 1px solid #E77F1A;
	background-color: #F9CB9E;/* must be after .modified */
}
.control-error + .chzn-container .chzn-single,
.control-error + .chzn-container-multi .chzn-choices {
	border: 1px solid #E77F1A;
	background: #F9CB9E;
}
.control-field {
	float: left; /* z.B. wegen Mutation - Neue Familie */
}

input[disabled],
select[disabled] {
	border: none;
	background-color: transparent;
	color: #000;
	font-size: 1em;
	font-family: arial, sans-serif;
} 
.control-value-readonly .control-datestring .datepicker {
	display: none;
}
/* @end */

/* @group NAVIGATION editable */
.navi-item .edit * {
	float: left;
}
.navi-item-buttons {
	position: absolute;
	top: 10px; /* navi-item padding */
  right: 2px;
	float: right;
	margin: 2px 5px;
	border-radius: 10px;
	background: #2371a3 url(images/navi-item-buttons.png) repeat-x;
}
.navi-item-buttons > .navi-item-buttons-open,
.navi-item-buttons:hover > .navi-item-buttons-closed {
	display: none;
}
.navi-item-buttons > .navi-item-buttons-closed,
.navi-item-buttons:hover > .navi-item-buttons-open {
	display:block;
}
.todo_tab_delete, 
.todo_tab_toggle_favorite,
.todo_tab_edit,
.todo_tab_rename,
.todo_tab_save {
  display: inline-block;
  overflow: hidden; 
  width: 20px;
  height: 18px;
  background: url(images/icons/icons-20.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0; 
}
.todo_tab_delete {
  background-position: 0 -141px;
}
.todo_tab_toggle_favorite {
  background-position: 0 -121px;
}
.todo_tab_edit,
.todo_tab_rename {
  background-position: 1px -101px;
}
.todo_tab_save {
  background-position: 0 -161px;
}
/* @end */

/* @group Testserverlogo */
.testserverlogo {
	position: fixed;
	left: -27px;
	top: 26px;
	z-index: 520;
	
	background-color: #f16219;
	color: white;
	border-bottom-left-radius: 4px;
	box-shadow: 0 0 4px #999;
	font-size: 14px;
	line-height: 18px;
	padding: 9px 13px 11px 13px;
}

.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* @end */

/* @group Validation */


form div.error { /* einfache Fehlermeldung obendran */
	background-color: #faa;
}
.validation,
.validation-positive { 
	float: left;
	clear: both;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.validation,
.validation.widget,
.validation .widget-head,
.validation .widget-body,
.validation .widget-foot {
	background: #f3a251;
}
.validation h2 {
  margin: 0;
  padding: 15px 0 10px 52px;
  background: url(images/icons/warning-icon.png) no-repeat;
  line-height: 20px;
}
.validation h4 {
  margin-left: 0;
}
.validation {
	position: fixed;
	top: 0;
	right: 30px;
	z-index: 20;
	margin-top: 0;
	padding: 5px 5px 10px;
	width: 300px;
	border: 1px solid #E77F1A;
	border-top-color: #b86415;
	border-radius: 0 0 8px 8px;
}
.validation-positive {
	border-color: green;
	background-color: #99ff99;
}
.reloading .validation,
.validation > .validation-body {
	display: none;
}
.validation:hover > .validation-body {
	display: block;
}
/* @end */

/* @group Form Input Widths */
.general-widget-head .radio {
  margin-top: 9px;
  margin-right: 5px;
}
input.input-size1 {
	width: 30px;
}
input.input-size2 {
	width: 150px;
}
input.input-size3 {
	width: 300px;
}
input.input-size4 {
	width: 500px;
}
.control textarea {
	width: 300px;
}
textarea.input-size1 , div.input-size1 {
	width: 250px;
}
textarea.input-size2 , div.input-size2 {
	width: 300px;
}
textarea.input-size3 , div.input-size3 {
	width: 500px;
}
textarea.input-size4 , div.input-size4 {
	width: 900px;
}
/* @end */

/* @end */
/* @group HEADER FORMS */
.horizontal_group {
  float: left;
  margin-left: 16px;
  white-space: nowrap;
}

.horizontal_group-right {
  float: right;
  margin-right: 16px;
  white-space: nowrap;
}

.horizontal-form-in-widget-head,
.horizontal-form-in-widget-head label,
.horizontal-form-in-widget-head .control {
  float: left;
}
.horizontal-form-in-widget-head {
  margin: 0 8px
}
.horizontal-form-in-widget-head label {
  width: inherit;
  padding-right: 4px;
}
.horizontal-form-in-widget-head .control-datestring input {
  width: 7em;
}
.horizontal-form-in-widget-head .control-datestring,
.horizontal-form-in-widget-head > select {
  margin-top: 3px;
}
.sub-list > .horizontal-form-in-widget-head > select {
  margin-top: 0;
}
/* @end */
/* @group Hints (andrea) */
div.hint {
	float: left;
	clear: both;
	margin: 10px;
	padding: 10px;
	border: 1px solid green;
	background-color: #cfd;
}
/* @end */

/* @group Lists and Tips */
ul.vertical li {
	clear: both;
	/*width: 100%;*/
}
ul.horizontal li,
.control-and-label-readonly > .control-multiple-options > ul > li {
	float: left;
	width: auto;
	clear: none;
}

.control-and-label-readonly > .control-multiple-options > ul > li {
	margin-right: 10px;
}
.opentip ul,
.opentip ol {
	list-style: disc;
}
.opentip li {
	margin: 2px 0 6px 10px;
}
/* @end */

/* @group Debug Tools */
#toolbar {
	clear: both;
	margin: 0 auto;
	width: 470px;
}
.debug-text {
	position: absolute;
	border: 1px solid #888;
	background-color: #FFBDEE;
	width: 200px;
	border-radius: 4px;
	padding: 4px;
	font-style: italic;
	text-align: right;
	left: -230px;	
	box-shadow: 1px 2px 2px 0px #aaa;
}
.debug-button {
	color: #FF70DB;
}
.editlayer #toolbar > a {
  color: #ddd;
}
.main-debug-info {
	color: #777;
	float: left;
}
/* @end */

/* @group hide/show */
/* Important: not "display: none" because then, the dropdowns have no widths when shown again!! */
.visibility-hidden {
	visibility: hidden;
	position: absolute;
}
/* @end */

/* @end */






/* @group LIGHTBOX (andrea) */

div#lightbox .panel {
	width: 1150px;
}
.lightbox .widget,
.lightbox .widget-body,
.lightbox .widget-foot {
	background-color: #10609C;
	background-image: none;
}
#lightbox .widget {
	box-shadow: 0 0 20px #333;
}
.lightbox,
.lightbox p,
/* .lightbox span, */ /* rpluess: gets in the way with chosen-with-templates using spans */
.lightbox label,
.lightbox a {
  color: #fff;
}
.lightbox .mini-widget-body,
.lightbox .hint,
.lightbox .mini-widget-body p,
.lightbox .mini-widget-body span,
.lightbox .mini-widget-body label,
.lightbox .mini-widget-body a {
  color: #000;
}
.lightbox-results {
	background-color: white;
	width: 100%;
	float: left;
}
.lightbox-results span {
	color: #000 !important;
}
.lightbox .family-search-result {
	width: 100%;
}
.lightbox .tbody {
	margin: 15px;
}
.lightbox .tr {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.lightbox .list-head {
	float: left;
	width: 300px;
}
.lightbox .leftcontainer {
	float: left;
	width: 200px;
}
.lightbox .rightcontainer {
	right: 300px;
	float: left;
}
.lightbox .widget-panel-search {
	margin: 0;
}
/*.lightbox .mini-widget-head {
	background: #386F9A;
}*/
/* @end */


/* CUSTOM SIMON  */
.lightbox table .td {
  color: #000;
}
.lightbox table a {
  color: #286da0;
}

.plf-lightbox-action {
    background-image: none;
    background-color: #10609c;
    margin-left: 5px;
}

.lightbox .plf-lightbox .mini-widget-body {
    background-color: #10609c !important;
    background-image: none;
    box-shadow: none;
}

/* END */

.lightbox .control-radio ~ .control-and-label {
	width: auto;
  min-height: auto;
  margin: 0 0 0 30px;
}
.lightbox .control-radio ~ .control-and-label label {
	width: 70px;
}

.lightbox .control-margin-left {
	margin-left: 19px;
}

/* @group Dialog-Lightboxen */ 
.lightbox .warn-dialog.widget,
.lightbox .warn-dialog .widget-head,
.lightbox .warn-dialog .widget-body,
.lightbox .warn-dialog .widget-foot {
	background-color: #F3A251;
}
.dialog-standalone {
	position: absolute;
	z-index: 20;
}
/* @end */

/* @group Minimierte Editlayer (andrea) */
#minimizer {
	position: absolute;
	top: 200px;
	left: -2px;
	z-index: 100;
}
#minimizer li {
	position: relative;
	width: 48px;
	height: 105px;
}
#minimizer a,
#minimizer .close {
	position: absolute;
	left: 0;
	z-index: 12;
	overflow: hidden;
	width: 45px;
	text-align: left;
	text-indent: 100%;
}
#minimizer a {
	top: 7px;
	height: 53px;
	background: url(images/minimize-go.png) no-repeat;
}
#minimizer .close {
  top: 60px;
  height: 51px;
  background: url(images/minimize-close.png) no-repeat;
}
#minimizer a:before {
	content: '';
}
#minimizer li:hover span {
	width: 400px;
}
#minimizer li .close img {
	visibility: hidden;
}
#minimizer li:hover .close img {
	visibility: visible;
}
#minimizer .minimizer-details {
	position: absolute;
	top: 5px;
	left: 46px;
	z-index: 10;
	display: none;
	overflow: hidden;
	padding: 0 10px 10px;
	width: 200px;
	border-radius: 4px;
	background: #fff;
	opacity: .6;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; /* FH 16-10-2012 ?? */
}
#minimizer li:hover .minimizer-details  {
  display: inline;
}
/* @end */
/* @group SPECIFIC PAGES (keep minimal) (todo: Kundendossier less specific) */
/* @group Login */
.login-logo {
	margin: 0 auto;
	margin-top: 100px;
	width: 474px;
}
.login-image {
	width: 376px;
	box-shadow: 0 0 4px #999999;
}
.login-wrapper {
	margin: 0 auto;
	margin-top: 10px;
	min-height: 200px;
	width: 470px;
}
.login-wrapper .error {
	margin: 10px 10px 0 10px;
	color: red;
}
.login-wrapper div.widget table {
	margin-top: 15px;
}
.login-wrapper div.widget table tr {
	float: left;
	margin: 5px 23px;
	width: 322px;
	background: none;
}
.login-wrapper div.widget table td {
	float: left;
}
.login-wrapper div.widget .first {
	margin-right: 15px;
	padding: 0;
	width: 100px;
}
.login-wrapper div.widget .last {
	float: right;
	padding: 0;
}
.login-wrapper div.widget #usernumber,
.login-wrapper div.widget #password {
	width: 188px;
}
.login-wrapper div.widget .submit {
	float: right;
	margin: 15px 23px 15px 0;
}
/* @end */
/* @group Cockpit layout */
.cockpit-left {
	float: left;
	width: 784px;
}
.cockpit-right {
	float: right;
	width: 392px;
}
.cockpit-right .separator_row .td.first {
	padding-left: 23px;
}
.cockpit-right td.first {
	padding-left: 25px;
	white-space: nowrap;
}
.pinboard-entry {
	width: 100%;	
}
.cockpit-right .pinboard-entry-right {
	width: 306px;
}

.cockpit-right .pinboard-image-preview-box {
	margin: 10px;
	width: 280px;
}

/* @end */
/* @group Pinnwand (BASELAYER) */

.pinboard-creator {
	font-weight: bold;	
}
.pinboard-creator span {
	font-weight: normal;
	text-decoration: underline;
}

.pinboard-entry-left,
.pinboard-comment-left {
	float: left;
	margin: 10px;
}
.pinboard-entry-right,
.pinboard-comment-right {
	float: left;
	margin: 10px 0px 10px;
}
.pinboard-comment-right {
	width: 940px;
}
.pinboard-entry-right {
	width: 1006px;
}
.pinboard-comment,
.pinboard-comment-editor {
	clear: both;
}
.pinboard-buttons {
	float: right;
}
.pinboard-entry-priority { 
	background-color: #E0E8EE !important;
}
.widget a.pinboard-more-button {
	display: inline; 
	float: none;
	margin-left: 4px;
}
.pinboard-entry-user-image,
.pinboard-comment-user-image,
.pinboard-image-preview {
	border: 1px solid #aaa;
}
.user-image-big {
	width: 150px;
	height: 150px;
}
.user-image-medium {
	width: 70px;
	height: 70px;
}
.user-image-small {
	width: 30px;
	height: 30px;
}
/*.pinboard-editor .control-file {
	width: 100%;
}*/
.image-and-delete {
	float: left;
	position: relative;
}
.image-and-delete .image-delete-anchor {
	position: absolute;
	right: 7px;
	bottom: 7px;
}
.pinboard-image-preview-box {
	overflow-x: auto;
	clear: both;
	white-space: pre;
}
.pinboard-image-preview {
	height: 100px;
	margin: 4px 4px 4px 0;
}
.pinboard-comment-area > .mini-widget-head {
	background-image: linear-gradient(to bottom, #eee, #ddd); /* FH other gradients? */
	color: #000;
}
.pinboard-comment-area > .general-widget-body {
	margin-top: 0;
	box-shadow: none;
}
.pinboard-comment-area > .mini-widget-head > a,
.pinboard-comment-area > .mini-widget-head > span {
	float: none;
	margin-left: 4px;
}
.pinboard-file {
	float: left;
	margin-right: 10px;
}
.deleted-news {
  opacity: .5;
}
.deleted-news .heading {
	text-decoration: line-through;
}
/* @end */
/* @group Kundensuche (BASELAYER) */
/* @group Such-Tabs */
.kundensuche .navi {
	overflow: hidden; /* warum ? */
	width: 100%;
	/* height: 37px; */
	white-space: nowrap;
}
.kundensuche .navi-item > a {
	overflow: hidden;
	min-width: 12px; /* wegen dem Pfeil untendran */
	max-width: 200px;
	white-space: nowrap;
}
.kundensuche .navi-item {
  display: inline-block;
  float: none; /* un-default */
  vertical-align: text-top;
}
/* @end */
/* @group Familien-Suchresultate */
.family-search-result {
	padding-top: 20px !important;
	padding-bottom: 5px !important;
}
.family-search-result > .list-head {
	float: left;
	width: 100%;
	line-height: 30px;
}
.family-search-result > .list-head ul {
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}
.family-search-result > .list-head li {
	float: left;
	margin-right: 10px;
}
.family-search-result > .list-head li + li {
	margin-left: 18px;
}
.family-search-result > .list-head li + li:before {
	position: absolute;
	margin-top: -1px;
	margin-left: -18px;
	content: '|';
	font-size: 14px;
}
.family-search-result > .list-head li img.family-status {
	float: left;
	margin: -8px 0 0 -8px;
}
.family-search-result > .list-head li span,
.family-search-result > .list-head li a {
	float: none;
	background-position: 0 4px;
	font-size: 12px;
}
.family-search-result > .list-head li span {
	font-weight: bold;
}
.family-search-result > .list-head li.last {
	float: right;
	margin: 0;
	margin-right: 39px;
	padding: 0;
}
.family-search-result > .list-head .no-border {
	border-right: 0;
}
.family-search-result > .list-head li:last-child {
	border: none;
}
.family-search-result .open-family-button {
	float: right;
	margin-top: 10px;
}
.family-search-result > .list-body {
	float: left;
	margin-top: 6px;
	width: 100%;
}
.family-search-result .leftcontainer {
	float: left;
	padding-bottom: 5px;
	width: 938px;
	background: #f5f5f5 url(images/leftcontainer.png) repeat-y 287px 0;
}
.family-search-result .rightcontainer {
	float: right;
	padding-top: 10px;
	width: 150px;
	background: url(images/table-border-full.png) no-repeat;
}
.family-search-result .rightcontainer .button,
.family-search-result .rightcontainer .button-download {

	margin: 10px 0;
	min-width: 138px;
}
.clickable:hover .leftcontainer,
.clickable:hover .family-members {
	border-color: #cfdae3;
	background-color: #c3d0db; /* not image */	
}
.clickable:hover .leftcontainer {
  background-image: url(images/leftcontainer-hover.png);
}
.family-search-result .address,
.family-search-result .address li {
	float: left;
	width: 277px;
}
.family-search-result .address {
	padding-left: 10px;
}
.family-search-result .address li a,
.family-search-result .address li span {
	float: none;
	font-weight: normal;
	font-size: 11px;
}
.family-search-result .activities {
	float: left;
	width: 638px;
	margin-left: 3px;
	padding-left: 10px;
}
.family-search-result .activities th {
	background: none;
}
.family-search-result th {
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}
.activities .first {
	padding-left: 0;
}
.family-search-result .activities .td,
.family-search-result .activities a.inline {
	font-size: 11px;
	line-height: 14px;
}
.family-search-result .family-members {
	float: left;
	padding: 6px 0 6px 10px;
	width: 928px;
	border-bottom: 3px solid #fff;
	background: #f5f5f5;
}
.family-search-result .family-members > li {
	float: left;
}
.family-search-result .family-members > li .icons-20 {
	float: left;
	margin-right: 3px;
}
.family-search-result .family-members li span {
	float: left;
	margin: 0 5px 0 0;
	font-size: 11px;
}
.family-search-result .family-members li {
	margin-right: 10px;
}
.family-search-result .family-members li.family-head {
	font-weight: bold;
}
.family-search-result .family-members li:before {
	padding-right: 5px;
}
.family-search-result .family-members li.member:before {
	content: url(images/person-status-green.png);
}
.family-search-result .family-members li.memberinactive:before {
	content: url(images/person-status-red.png);
}
.family-search-result .family-members li.other:before {
	content: url(images/person-status-orange.png);
}
.foreignperson {
	color: #999;
	font-style: italic;
}
/* @end */
/* @end */
/* @group Versicherungsdeckung Editor */
.member_product_editor .first select {
	width: 100px;
}
.member_product_editor .second input {
	width: 400px;
}
.member_product_table .td {
	width: 110px;
}
.member_product_table .first {
	width: 150px;
}
.member_product_table .second {
	width: 410px;
}
.member_product_table .third-col,
.member_product_table .sixth {
	width: 80px;
}
.member_product_table .fourth,
.member_product_table .fifth {
	width: 110px;
}
.member_product_table .last {
	width: 160px;
}
.table div {
	margin: 0px;
	min-height: 1px;
}
.member-product-chooser {
  width: 910px;
}
.control-pl-product-chooser-multi {
  width: 100%;
}
/* @end */
/* @group Address Cancel Editor */
.address-cancel {
	float: left;
	width: 600px;
}
.address-cancel .controls, .address-cancel .buttons {
	float: left !important;
	clear: none;
	width: 115px;
}
.address-cancel .control-and-label {
	width: 500px;
}
.address-cancel .text {
	width: 300px;
}
/* @end */

/* @group Address Process */

/* Adressänderung */
.address-change-process .place-chooser {
	position: relative;
	top: 3px;
	left: 5px;
	float: left;
	width: 205px;
}
/* @end */

/* @group Mandate Change Process Wizard */

.change-mandate-process-head {
	margin-top: 10px;
}

.change-mandate-process-info {
	float: left;
	padding: 10px 0 10px 5px
}

/* 1 Persons */
.tableChangeMandatePersons .col1 {
	width: 3%;
}
.tableChangeMandatePersons .col2 {
	width: 13%;
}
.tableChangeMandatePersons .col3 {
	width: 19%;
}
.tableChangeMandatePersons .col4,
.tableChangeMandatePersons .col5 {
	width: 10%;
}
.tableChangeMandatePersons .col6,
.tableChangeMandatePersons .col7,
.tableChangeMandatePersons .col8 {
	width: 15%;
}

/* 2,3,4 Coverages, Products, Overview */
.tableChangeMandateCoverages .col1,
.tableChangeMandateProducts .col1,
.tableChangeMandateOverview .col1 {
	width: 3%;
}
.tableChangeMandateCoverages .col2,
.tableChangeMandateProducts .col2,
.tableChangeMandateOverview .col2 {
	width: 37%;
}
.tableChangeMandateCoverages .col3,
.tableChangeMandateProducts .col3,
.tableChangeMandateOverview .col3 {
	width: 30%;
}
.tableChangeMandateCoverages .col4,
.tableChangeMandateProducts .col4,
.tableChangeMandateOverview .col4 {
	width: 30%;
}

/* @group Assign Admission Process Wizard */

.assign-admission-process-head {
	margin-top: 10px;
}

.assign-admission-process-info {
	float: left;
	padding: 10px 0 10px 5px
}

/* 1 Assignment */
.tableAssignHelsanaAdmissionAssignment .col1 {
	width: 3%;
}
.tableAssignHelsanaAdmissionAssignment .col2 {
	width: 17%;
}
.tableAssignHelsanaAdmissionAssignment .col3 {
	width: 35%;
}
.tableAssignHelsanaAdmissionAssignment .col4 {
	width: 35%;
}

.table-valign-top td {
	vertical-align: top;
	padding: 4px;
}

/* 2 Configuration */
.tableAssignHelsanaAdmissionConfiguration .col1 {
	width: 20%;
	padding-left:5px;
}
.tableAssignHelsanaAdmissionConfiguration .col2 {
	width: 20%;
}
.tableAssignHelsanaAdmissionConfiguration .col3 {
	width: 10%;
}
.tableAssignHelsanaAdmissionConfiguration .col4 {
	width: 10%;
}
.tableAssignHelsanaAdmissionConfiguration .col5 {
	width: 40%;
}

.tableAssignHelsanaAdmissionConfigurationProcessing {
	width:300px;
	padding:5px;
	display: inline-block;
	
}

.tableAssignHelsanaAdmissionConfigurationProcessing .dropdown {
	float:right;
}

.noMatchedAdmission1 {
	margin-left:4px;
}

.noMatchedAdmission2 {
	margin-left:22px;
}

/* @end */

/* @group PENDENZENLISTE (BASELAYER) */
.pendenzen th {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pendenzen table tr td {
	padding: 2px 0;
}
.pendenzen td img {
	margin-top: 10px;
}
/* @end */

/* @group NACHRICHTEN (BASELAYER) */
.last .button,
.last .button-download {
	float: right !important;
	margin: 10px 0 10px 10px ;
}
.attachment-area {
	border-top: 1px dotted gray;
	width: 100%;	
}
.mail-detail-header {
	float: left;
}
.mail-detail-header li {
	float: left;
	margin: 0px 10px 0 0;
}
.mail-detail-header li + li {
	float: left;
	margin-left: 10px;
}
.mail-detail-header h4 {
	float: left;
	width: 10px;
}
.unread {
	font-weight: bold;
}
.unread a {
	font-weight: normal;
}
.mail-list > table {
	table-layout: fixed;
}
.mail-col-receivers,
.mail-col-sender {
	width: 200px;
}
.mail-col-attachment,
.mail-col-delete {
	width: 35px;
}
.mail-col-date,
.mail-col-reply {
	width: 100px;
}
.mail-col-subject {
	width: 400px;
}
.mail-list .td-wrapper {
	overflow: hidden;
	width: 100%;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block; /* SR span is an inline element, ellipsis doesn't work on inline-elements */
}
/* @end */
/* @group Pendenzeneditor Spaltenbreiten (EDITLAYER) */
/* TODO-EDITOR */
.todo-editor .first {
	width: 45px;
	margin-left: 0px;
}
.todo-editor .second {
	width: 39px;
}
.todo-editor .third-col {
	width: 66px;
}
.todo-editor .fourth {
	width: 240px;
}
.todo-editor .fourth input {
	width: 230px;
}
.todo-editor .fifth {
	width: 156px;
	padding-left: 10px;
}
.todo-editor .sixth,
.todo-editor .seventh {
	width: 190px;
}
.todo-editor .sixth select,
.todo-editor .sixth select option {
	width: 180px;
	overflow: hidden;
}
.todo-editor .eighth {
	width: 80px;
}
.todo-editor .ninth {
	float: right;
	margin-right: 0;
	width: 25px;
}
/* TODO-EDITOR-HEAD */
.todo-editor-head > .controls {
  margin: 0;
}
.todo-editor-head > .controls > .tr {
  background: none;
}
.todo-editor-head .first {
	width: 52px;
	padding-left: 10px;
}
.todo-editor-head .second {
	width: 50px;
}
.todo-editor-head .third-col {
	width: 94px;
}
.todo-editor-head .fourth {
	width: 250px;
}
.todo-editor-head .fourth input {
	width: 230px;
}
.todo-editor-head .fifth {
	width: 169px;
	padding-left: 10px;
}
.todo-editor-head .sixth {
	width: 200px;
}
.todo-editor-head .sixth select,
.todo-editor-head .sixth select option {
	width: 190px;
}
.todo-editor-head .seventh {
	width: 170px;
}
.todo-editor-head .eighth {
	width: 80px;
}
.todo-editor-head .ninth {
	float: right;
	margin-right: 0;
	width: 25px;
}
/* @end */
/* @group Antrag (EDITLAYER) */
.checklist td.first {
	width: 200px;
}
.checklist .radio-and-label {
  float: left;
  width: 100%;
  padding: 2px 0;
}
.checklist .radio + label {
  float: none;
  width: inherit;
  line-height: 17px; /* check browser defaults line-height input typeradio */
}
div.checklist .checklist-positive,
div.checklist .checklist-negative {
  background: #DAFFD9 url(images/table-border-full.png) no-repeat scroll 0 100%;
}
div.checklist .checklist-negative {
  background-color: #ffe8de;
}
div.checklist textarea {
	width: 100%;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 6px;
}
/* @end */
/* @group Prämienrechner (EDITLAYER) */
/* OFFERTENERFASSUNG */
.reloading {
	opacity: .6;
}
/* MARKE HINZUFÜGEN */
.list-entry-body .left {
	margin-bottom: 20px;
}
.list-entry-body label {
	float: left;
	margin-right: 10px;
	line-height: 22px;
}
.list-entry-body select {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
.list-entry-body .button,
.list-entry.body .button-download {
	float: left;
}
.calculator-product {
	float: left;
	clear: both;
	width: 100%;
}
.general-widget-head .price {
	right: 4px;
	top: 4px;
}
/* CONTAINER */
.checkbox-left {
	width: 30px;
	text-align: right;
	margin-right: 10px;	
	color: #000 !important; /* also for anchor */
}
/* STANDARD CHECKBOX IN CHECKBOX-LEFT */
.checkbox-left > .checkbox,
.checkbox-left > .radio {
  float: right;
  margin: 3px 0 0;
}
/* MANUAL CHECKBOX */
.manual-checkbox {
	float: right;
  overflow: hidden;
	width: 14px;
	height: 14px;
	background: url(images/icons/manual-checkbox.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
	font-size: 0;
	cursor: pointer;
}
.manual-checkbox-radio {
	margin-top: 3px;
	background-image: url(images/icons/manual-checkbox-radio.png);
}
.manual-checkbox:hover {
	background-position: 0 -14px;
}
.manual-checkbox:active {
	background-position: 0 -28px;
}
.manual-checkbox-selected,
.manual-checkbox-selected:hover {
	background-position: 0 -42px;
}
.checkmark {
	width: 24px;
	height: 18px;
	float: left;
}
.checkmark-enabled {
	background: url(images/icons/checkmark-enabled.png);
}
.checkmark-disabled {
	background: url(images/icons/checkmark-disabled.png);
}
.checkmark-selected {
	background: url(images/icons/checkmark-selected.png);
}
.sign-male:before {
	content: url(images/icons/replaceme-man-24.png);
}
.sign-female:before {
	content: url(images/icons/replaceme-woman24.png);
}
.sign-baby:before {
	content: url(images/icons/replaceme-baby-cot24.png);
}
.calculator-product.unselected {
	font-weight: normal;
	color: #7d8b9b;
}

.calculator-product.unselected .price .price-currency:before {
	content: "(";
}
.calculator-product.unselected .price .price-amount:after {
	content: ")";
}
.calculator-add-person-button {
    float: right;
    margin: 0 30px;
}

.duplicate-product {
	float: left;
	margin-top: 18px;
	margin-left: -22px;
	width: 10px;
	height: 10px;
	border: 1px solid #666;
	border-radius: 0;
	color: #666;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
.duplicate-product:hover {
	background-color: #ddd;
}
/* @group Prämienrechner Totals (andrea) */
.offer-totals {
	width: 100%;
}
.offer-totals .sub-list {
	float: left;
	min-height: 20px;
}
.offer-totals .description {
	min-width: 500px;
	float: left;
}
.offer-totals .brutto {
	text-decoration: line-through;
}
.offer-totals .price-important {
	position: relative;
	margin: 2px;
	padding: 0 1em;
	min-width: 100px;
	border: 1px solid #999;
	border-radius: 1em;
	background-color: #fff;
	background-position: 0 0 !important;
	color: #999;
	text-align: center;
	font-size: 13px !important;
	line-height: 18px !important;
}
.offer-totals .person-total-netto .price,
.offer-totals .family-total-netto .price {
	color: #2F73A7;
	border: 1px solid #2F73A7;
}
/* @end */
.doctorsearch {
	position: relative;
	z-index: 3;
}
.doctorsearch input {
	width: 400px;
}
.doctorsearch .autocomplete {
	position: absolute;
	top: 100%;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.doctorsearch .autocomplete > ul {
	float: left;
 	padding: 5px 10px 10px;
 	border: 1px solid #ccc;
}
.doctorsearch .autocomplete > ul > li {
  padding: .3em 0;
  line-height: 1.2;
}
.widget-body .mini-widget .product-editor tr {
	background: none;
}
.product-editor td {
	padding: 2px 4px 2px 0;
	vertical-align: middle;
}
.product-editor td .chzn-single,
.offer-totals  .chzn-single {
	height: 18px !important;
	line-height: 18px !important;
}

.product-editor td .chzn-container-single .chzn-single abbr,
.offer-totals .chzn-container-single .chzn-single abbr {
	top: 3px;
}

.mini2-widget-head .horizontal-form-in-widget-head .chzn-container {
	margin-top: 3px;
}
.offer-totals .sub-list {
	padding: 2px 0;
} 

.product-editor input.text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 250px;
}
.product-editor .doctor-selection {
  margin-left: 10px;
}
.product-editor .doctor-autocompleter,
.product-editor .doctor-selection {
	position: relative;
	float: left;
}
.product-editor .doctor-selection {
	display: flex;
	align-items: center;
}
.product-editor .doctor-selection .doctor-selection__text {
	display: inline-block;
}
.product-editor .doctor-selection a.doctor-autocompleter__remove {
	display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url('images/icons/delete.png') center no-repeat;
  background-size: 18px 18px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;

}
.product-editor .auto {
  z-index: 100;
  width: 250px !important;
  border: 1px solid #aaa;
  border-radius: 4px;
  top: 23px !important;
  background: #fff;
  background-clip: padding-box;


  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
}
.product-editor .auto ul {
	margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.product-editor .auto ul li {
	display: none;
  line-height: 11px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
  cursor: pointer;
   display: list-item;
}

/* @end */
/* @group OFFERTE (EDITLAYER) */
.product-editor {
	float: left;
}
.sub-entry-body form {
	float: left;
	width: 100%;
}
.product-editor fieldset {
	float: left;
	width: 400px;
	margin-bottom: 5px;
	min-height: 22px;
	margin-left: 11px;
}
/* inserted by andrea */
.sub-entry-body .unselected {
	float: left;
	width: 100%;
	background: #E0DCCA;
}
.sub-entry-body .unselected:hover {
	background: #ccc;
}
.category .sub-entry-body {
	background: #CCC597;
}
/* I want the closed sub-entries with less margin -> maybe in general? */
.editlayer div.category {
	margin-bottom: 8px !important;
}
.sub-list {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 4px solid #dfe8ed;
}
.sub-list fieldset {
	margin-left: 10px;
	width: 200px;
}
.sub-list fieldset.wide {
	margin-left: 10px;
	width: 600px;
}
.sub-list fieldset span {
	display: block;
	float: none;
}
.sub-sub-list {
	float: right;
	width: 800px;
}
.sub-sub-list fieldset {
	display: block;
	margin: 0;
	width: 100%;
}
/* PRICE */
span.price { /* tag because of .class span float: left */
	float: right;
	margin-right: 50px;
	text-align: right;
}
.price-title,
.price-currency,
.price-amount {
  padding-right: .4em;
  display: inline-block;
}
.price-title {
  padding-right: 1em;
}
.price-currency {
  width: 2em;
}
.price-amount {
  width: 3.8em;
  text-align: right;
}
.offer-totals-first-col {
	float: left; /* FH 23-10-2012 unsure */
	width: 300px;
}
.sub-entry-body .left {
	width: 50%;
}
.sub-entry-body .mini-widget {
	width: 100%;
}
.sub-entry-body .mini-widget-body {
	width: 1090px;
}
.sub-entry-body .mini-widget-body td input {
	margin-top: 3px;
}
/* @end */
/* @group Familie Deckung: Timeslider (BASELAYER) */
.label-for-toggle-old-persons {
	width: auto;
}
.slider-top-area {
	position: relative;
	float: left;
  margin: 4px 0 14px;
	width: 100%;
	border-radius: 12px;
	background: #5a93bd url(images/slider-top-area.png) repeat-y;
	box-shadow: 0 2px 2px rgba(0,0,0,.43) inset;
	letter-spacing: .04em;
	font-weight: bold;
	font-size: 12px; /* original is 14 but different font */
	line-height: 33px;
}
.slider-zoom-years {
	margin-left: 9px;
	width: 120px;
	height: 30px;
}
.zoom-label {
	float: left;
	width: 60px;
	color: #fff;
	text-align: center;
}
.years > .no-arrows:hover,
.year-label:hover {
  text-decoration: none;
}
.slider-zoom-years > ul {
	position: absolute;
	top: 0;
	left: 17px;
}
.slider-zoom-years li {
	float: left;
	width: 26px;
	color: #fff;
	text-align: center;
}
.slider-zoom-years a { 
	width: 100%;
	color: #fff;
}
.slider-zoom-years {
	float: left;
}
.slider-move-years {
	position: relative;
	float: right !important;
}
.slider-move-years > .years {
	position: absolute;
	overflow: hidden;
	height: 30px;
}
.slider-move-years .track {
	z-index: 1;
	height: 30px; 
  cursor: pointer;
}
.handle {
	position: relative; /* after */
  z-index: 10;
  margin: 1px 1px 0;
  height: 30px;
  border-radius: 11px; /* margin-top 1px */
  background: #dde7f0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAA1BMVEW8ytY1m3KLAAAADUlEQVR42gECAP3/AAAAAgABUyucMAAAAABJRU5ErkJggg==) repeat-x;
	/* background: -moz-linear-gradient(center top , #FFFFFF,  #DDE7F0); */ /* Vorschlag Andrea */
  box-shadow: 0 1px 1px rgba(88,88,88,.75), 0 0 2px rgba(0,0,0,.17);
  color: #10609b;
  text-align: center;
  line-height: 32px; /* 33px .slider-top-area - margin-top 1px */
  opacity: .98;
  cursor: pointer;
}
/*.handle:hover {
	background: -moz-linear-gradient(center top , #DDE7F0,  #DDE7F0); /* Vorschlag Andrea
}*/
.handle:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 9px;
  background: url(images/handle.png) no-repeat;
  content: ' ';
}
#handleZoomYears {
	width: 36px;
}
.slider-move-years .year-separator {
	position: absolute;
 	top: 7px;
	z-index: 5;
	width: 1px;
	height: 19px;
	background: #7ba9ca; 
}
.slider-move-years .year-label {
	position:absolute;
	color: #fff;
	text-align: center;
}
.today-line {	
	position: absolute;	
	width: 1px;
	height: 100%;
	border-left: 2px solid #5a93be;
}
.today-text {	
	position: absolute;	
	margin-left: 4px;
	color: #5A93BE;
}
.time-slider2-background {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	background: white;
}
.time-slider2-years-background {
	position: absolute;
	z-index: 0;
	height: 100%;
	background: url(images/time-slider2-background.png) repeat-x 0;
	overflow-x: hidden;
}
.time-slider2-main-area {
	position: relative;
}
.time-slider2-main-area .separator_line {
	margin: 0px !important;
}
.year2-label {
	position: absolute;
	margin-left: 3px; 
	margin-top: 3px;
	color: #999;
}
.year2-separator {
	position:absolute;
	z-index: 5;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.ts-balken-container {
	position: absolute;
}
.ts-balken,
.ts-balken-extension {
	position: absolute;
	height: 16px;
}
.ts-balken-extension {
	opacity: .6;
}
.ts-extension-label {
	margin: 0 4px;
	font-weight: normal;
	opacity: 1;
}
.ts-start-label,
.ts-end-label,
.ts-extension-label {
	position: absolute;
	z-index: 11;
	overflow: hidden;
	height: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: pre;
	line-height: 15px;
}
.ts-start-label,
.ts-end-label {
	margin: 0 4px; 
}
.ts-end-label,
.ts-end-label * {
	text-align: right;
	direction: rtl;
} 
.ts-rounded-start {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
}
.ts-rounded-end {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
.ts-before-label,
.ts-after-label {
	position: absolute;
	overflow: hidden;
	white-space: pre;
}
.ts-before-label:hover,
.ts-after-label:hover {
	width: auto; /* FH ¿? */
}
.time-slider2-main-area {
	width: 100%;
}
.ts-balken,
.ts-balken-extension {
	background-color: #DDE7F0;
	color: #5A93BE;
}
.selected .ts-balken,
.selected .ts-balken-extension {
	background-color: #5A93BE !important;
	box-shadow: 2px 2px 3px 0 #888;
}
.time-slider2-main-area .selected {
	color: #fff ;
}
.person-row {
	float: left;
	width: 1108px;
	position: relative;
}
.title-row {
	height: 32px;
}
.title-row h4 {
	margin-top: 0px; /* damit der Mandat-Balken nicht höher ist als das h4 */
}
.person-info {
	float: left;
}
.person-info > .icons-20 {
  margin-bottom: -20px;
}
.timeslider-person-name,
.timeslider-person-birthday { 
	margin-left: 26px;
}
.timeslider-person-name { 
	font-weight: bold;
}
.timeslider-person-birthday {	
	font-size: 0.9em;
	color: #666;
}
.person-balken-area {
  position: relative;
	box-shadow: 0 0 0 1px blue inset;
}
/* @group Versicherungsdeckungen */
.membership {
	font-weight: bold;
}
.pl4-old {
	opacity: .4;
}
.pl4-missing-enddate .ts-balken:after {
	position: relative;
	top: -2px;
	right: 4px;
	float: right;
	color: red;
	content: 'Austrittsdatum fehlt'; /* FH: das sollte wohl content sein */
}
.ts-balken-container.active .ts-balken,
.ts-balken-container.active .ts-balken-extension {
	background-color: #bdeBB6;
}
.selected .ts-balken-container.active .ts-balken,
.selected .ts-balken-container.active .ts-balken-extension {
	background-color: #408f34 !important;
}
.foreign-person-row {
	font-style: italic;
}
.has-start .ts-rounded-start:before,
.has-end .ts-rounded-end:after {
	margin: 2px;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	content: ' ';
	white-space: pre;
}
.has-start .ts-rounded-start:before {
	float: left;
	background-color: #3EA62B;
}
.has-end .ts-rounded-end:after {
	float: right;
	background-color: #F31641;
}
/* @end */


/* @group Antragsverarbeitung */
.page-proposal-decision .first {
	width: 182px;
}
.page-proposal-decision .second {
	width: 430px;
}
.page-proposal-decision .third-col {
	width: 430px;
}
/* @end */


/* @group Nachrichten */
.control-and-label-readonly .email-subject {
	font-weight: bold;
}
.control-and-label-readonly .email-message {
	padding: 10px 7px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: rgba(255,255,255,.3);
}
/*.col-container-1.full .control-and-label-readonly .email-message { 
	width: 1074px;  1088 - (2*7) padding 
}*/
.col-container-2.full .control-and-label-readonly .email-message { 
	width: 1058px; /* 1072 - (2*7) padding */
}

/* @end */


/* @group PLZ/Ort */
.control-plz-place .chzn-container {
	margin-left: 4px;
}

/* @end */

/* @end */

/* @group Dublettenkontrolle (EDITLAYER) */

.person-to-identify {
	color: #A66145;
	background: #FFE0D4;
}
.person-and-button {
	line-height: 2em;
	width: 100%;
	float: left;
}
.merge-value {
	min-width: 150px;
}
.merge-value-empty {
	color: #bbb;
	font-style: italic;
}

/* @end */
 
/* @group Userprofile */
.profile_image {
	float: left;
	margin: 5px;
}
.profile_upload_button {
	clear: both;
}
.profile_upload_button .control-file {
	float: left;
}
.cropper {
	float: left;
	margin: 15px;
	width: 1120px;
}
.cropper_target {
	width: 560px;
}
.cropper_target .profile_big {
	margin-left: 133px;
}
.cropper_target img {
	display: block;
	border: 1px solid black;
}
.cropper_target .profile_image {
	margin-top: 0px;
}
.cropper_buttons {
	float: left;
	clear: both;
}
.user-image-in-row {
	width: 20px;
	height: 20px;
	margin: 1px 0;
}
/* @end */

/* @end */

/* @group Provision (BASISLAYER) Simon */
.provisionTable td.first {
	width: 250px;
}
.provisionTable input.text {
  float: left;
  width: 70px;
}
/* @end */

/* User status icons for Chosen Template Drop-Downs (rpluess). */
.user_status_present:before , .user_status_absent:before , .user_status_unknown:before {
	content: "\2022";
	font-size: 300%;
	padding-right: 3px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	line-height: 0.33em;
}
.user_status_present:before {
	color: #00C000;
}
.user_status_absent:before {
	color: #F00000;
}
.user_status_unknown:before {
	color: #e0e0e0;
}

/*
 * Classes for the CKEditor to get a unified and controllable look. This is required since the global
 * overwrites prevent the formating to work. Besides this way the formatting can be better controlled.
 * (rpluess)
 */
.lightbox .cke, .lightbox .cke p, .lightbox .cke label {
	color: black;
}
.lightbox .cke a{
	color: #286DA0;
}

div.control-textarea div.cke_wysiwyg_div {
	padding: 0px;
	margin: 0;
}
div.control-textarea div.cke_contents div.cke_wysiwyg_div {
	padding: 10px;
	margin: 0;
}
div.cke_wysiwyg_div p {
	float: none;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	border: 0;
}
div.cke_wysiwyg_div ol , div.cke_wysiwyg_div ul {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 2em;
	border: 0;
}
div.cke_wysiwyg_div ol {
	list-style: decimal outside none;
}
div.cke_wysiwyg_div ul {
	list-style: disc outside none;
}

div.cke_wysiwyg_div h1,
div.cke_wysiwyg_div h2,
div.cke_wysiwyg_div h3,
div.cke_wysiwyg_div h4,
div.cke_wysiwyg_div pre,
div.cke_wysiwyg_div address {
  margin: 0 0 .4em 0;
  line-height: 1.5em;
  font-weight: normal;
}
div.cke_wysiwyg_div h1 {
  font-size: 24px;
}
div.cke_wysiwyg_div h2 {
  font-size: 20px;
}
div.cke_wysiwyg_div h3 {
  font-size: 16px;
}
div.cke_wysiwyg_div h4 {
  font-size: 14px;
}

div.cke_wysiwyg_div strong {
	font-weight: bold;
}
div.cke_wysiwyg_div em {
	font-style: italic;
}
div.cke_wysiwyg_div u {
	text-decoration: underline;
}
div.cke_wysiwyg_div s {
	text-decoration: line-through;
}
div.cke_wysiwyg_div sub , div.cke_wysiwyg_div sup {
	vertical-align: baseline;
	position: relative;
	font-size: 85%;
	top: -0.4em;
}
div.cke_wysiwyg_div sub {
	top: 0.4em;
}



/*div.cke_wysiwyg_div blockquote {
	background-color: rgba(160, 210, 237, 0.66);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
	font-style: italic;
	padding: 5px;
}
div.cke_wysiwyg_div blockquote blockquote {
	background-color: rgba(160, 172, 237, 0.66);
}
div.cke_wysiwyg_div blockquote blockquote blockquote {
	background-color: rgba(137, 205, 202, 0.66);
}
div.cke_wysiwyg_div blockquote blockquote blockquote blockquote {
	background-color: rgba(187, 149, 224, 0.66);
}
div.cke_wysiwyg_div blockquote blockquote blockquote blockquote blockquote {
	background-color: rgba(219, 150, 111, 0.66);
}*/

div.cke_wysiwyg_div p a:before {
	content: "\00bb""\00a0";
}

div.cke_wysiwyg_div blockquote p:before,
div.cke_wysiwyg_div blockquote h1:before,
div.cke_wysiwyg_div blockquote h2:before, 
div.cke_wysiwyg_div blockquote h3:before,
div.cke_wysiwyg_div blockquote h4:before {
	content: "\00ab";
}

div.cke_wysiwyg_div blockquote {
  color: #175F95;
  width: 98%;
  padding-left: 2%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.cke_wysiwyg_div blockquote p:after,
div.cke_wysiwyg_div blockquote h1:after,
div.cke_wysiwyg_div blockquote h2:after, 
div.cke_wysiwyg_div blockquote h3:after,
div.cke_wysiwyg_div blockquote h4:after {
	content: "\00bb";
}


.control-and-label-readonly .email-message {
  width: 98%;
  padding: 0 0 0 2%;
}









/* Only render shadows for screen version and not print version*/
@media only screen {
	.mini-widget-body {
		box-shadow: 0 11px 9px -11px #888 inset;
	}
	.mini-widget-body.body-no-foot {
		box-shadow: 0px 11px 9px -11px #888 inset, 0px -11px 9px -11px #a8a8a8 inset;
	}
	.mini-widget-foot {
		box-shadow: 0 -11px 9px -11px #a8a8a8 inset;
	}
}

/* Webkit Table Colspan Bug */
@media(-webkit-min-device-pixel-ratio:0) {
	.wide tr,
	.small tr,
	.small .tr,
	.third .tr,
	div.full div.widget-body .tbody .tr,
	div.full .widget-selection-table tbody tr,
	div.wide div.widget-body ul.tbody li.tr,
	div.small div.widget-body ul.tbody li.tr {
		background: none;
		border-bottom: 1px solid #ddd; 
	}

}

#fileUpload .error {
	color: red;
	margin-top: 4px;
}

.dta-validation-results {
	overflow-y: scroll;
	height: 200px;
}

.set-document-barcode label {
	width: 30px;
	line-height: 25px;
}

.set-document-barcode input {
	width: 80px;
}


/* data origin (Helsana / Prolife logos within forms) */
.data-origin__logo-helsana {
  width: 80px;
  margin: 10px 6px 0 0;
}

.data-origin__logo-prolife {
  width: 40px;
  margin: 10px 6px 0 0;
}

.data-origin__date {
  top: -3px;
  position:relative;
}

.data-origin--prolife .data-origin__date {
  top: -6px;
}