  /*************
  bbCRM CSS FILE
  copyright 2012
  by Birk Brauer
  *************/
 
 body {
	font:11pt Arial,Sans-Serif;
	color:black;
	background-color:white;
	margin:0; padding:0;
}

#alles {
	margin:0; padding:0;
	text-align:left;
	/*position:absolute;
	/*margin-right:-50px;*/
	/*right:30%;*/
}

#header {
	/* background:url(/slogo2.jpg) no-repeat center; */
	/*height:100px;*/
	width:164px;
	margin:0; padding:0;
	margin-bottom:0px;
	cursor:pointer;
	float:left;
	/*position:absolute;*/
	left:0; top:0;
	background-color:#E8E8E8;
	clear:both;
}

h1 { /* bbCRM */
	font-size:2em;
	color:#B81818;
	margin:0; padding:0;
	font-weight:bold;
}

h2 { /* Company */
	margin:0;
	font-size:1.2em;
	font-weight:normal;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
	clear:both;
	margin:0 0 2px 0;
}

h4 {
	font-weight:normal;
	font-size:1em;
}

/* Navigation */

#navigation { 
	padding-left:164px; 
	width:auto; height:31px;
	/*border:2px solid #E0E0E0; */
	background:url(header.gif) repeat-x bottom;
}
#navigation * {padding:0; margin:0; font-size:9pt; }
#navigation  dl {margin:0px 0; width:150px; float:left;}
#navigation  .topline {
	padding:0px;
	/*border:2px solid #E0E0E0;*/
	font-weight:bold; 
	background:url(header.gif) repeat-x bottom;
	cursor:pointer;
	text-align:center;
	height:31px;
	font-size:11pt;
	vertical-align: middle;
	height:31px;
}
#navigation .topline  a, #navigation .topline  span.a {
	background:transparent !important;
	padding:8px !important;
	color:black !important;
}
#navigation  .topline:hover {background:url(header_over.gif)}
#navigation dd {
	overflow:hidden;
	background:#fff;
	width:auto;
	position: absolute;
	width:150px;
}
.dd-hide {display:none; opacity:0}
#navigation ul {
	border:2px solid #E0E0E0; 
	list-style:none; 
	border-top:none;
}
#navigation a, #navigation a:active, #navigation a:visited, #navigation span.a {
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#fff;
}
#navigation a:hover, #navigation span.a:hover {background-color:#E0E0E0; color:#000}
#navigation .offen a { background-color:#E0E0E0; color:#000; font-weight:bold;}
#navigation a.offen-final {background-color:#E0E0E0; color:#666; font-weight:bold; }
#navigation .underline {border-bottom:1px solid #b9d6dc}
/* submenu: */
#navigation  dl dl {margin:0;}
#navigation dl dl ul {
	border:none;
	list-style:none;
	border-top:none;
}
#navigation dl dl dd a { padding:3px 0 3px 10px !important; font-size:0.95em; }

/* CONTENT */

#content {
	padding: 0 5px;
	clear:both;
}

.status {
	width:300px;
	background-color:lightgrey;
	font:bold .8em sans-serif;
	padding:3px;
}

/* EDIT */

input[type='hidden'] {
	display:none;
}

.edit textarea {
	font-family:Arial,sans-serif;
}

form.edit-form {
	/*width:330px;*/
	float:left;
}

table.edit {
	border-spacing:0 2px;
	float:left;
}

form.edit  td, form.edit  tr{
	margin:0; padding:0;
}

.form_desc_row {
	width:150px;	
}

.form_input_row {
	width:300px;
	padding-left:2px;
}

.form_acbutton_row {
	width:17px;
}

a.lcld_add, a.lcld_add:active, a.lcld_add:visited {
	display:block; 
	text-decoration:none;
	background:url(add.png) no-repeat bottom;
	width:17px; height:19px;
	margin:0; padding:0;
}
a.lcld_add:hover {
	background:url(add_hover.png) no-repeat bottom;
}

a.form_link, a.form_link:active, a.form_link:visited {
	display:block; 
	text-decoration:none;
	background:url(url.png) no-repeat bottom;
	width:15px; height:15px;
	margin:0; padding:0;
}
a.form_link:hover {
	background:url(url_hover.png) no-repeat bottom;
	text-decoration:none;
}

table.edit input[type="text"]  {
	width:294px;
	font-size:1em;
}

table.edit select  {
	width:300px;
	font-size:1em;
}

table.edit textarea {
	width:444px;
}

.form_address {
	width:453px;
	margin:5px 0;
	padding: 0;
	clear: both;
}

table.edit .form_address input, table.edit .form_address select{
	float:right;
}

table.edit .form_address input[type="text"]{
	width:294px;
}

table.edit .form_address select{
	width:300px;
}

table.edit .form_address input.zipcode{
	width:46px;
}

table.edit .form_address  input.city{
	width:241px;
}

.form_email, .form_phone {
	width:469px;
	margin:2px 0;
	padding: 0;
	clear: both;
}

table.edit .form_email select, table.edit .form_phone select {
	width:100px;
}

table.edit .form_email input, table.edit .form_phone input{
	width:346px;
}

table.edit .form_employee select  {
	width:100%;
}

.mailbutton {
	background-image:url(custom-theme/images/ui-icons_751516_256x240.png);
	width:15px;height:15px;
	background-repeat:no-repeat;
	background-position:-80px -97px;
	display:block; float:right;
	margin-top: 4px;
	text-decoration:none !important;
}

.callbutton {
	background-image:url(call.png);
	width:15px;height:15px;
	background-repeat:no-repeat;
	display:block; float:right;
	margin-top: 4px;
	text-decoration:none !important;
}

.justabreak {
	padding:0; margin:0; size:1em;
	clear:both;
}

.form-category {
	float:right;
	border:1px solid grey;
	padding:2px;
}
.form-category  span {
	display:block;
}
.edit-form2 .form-category {
	border:0;
	border-left:1px solid grey;
	border-bottom:1px solid grey;
	padding:2px;
	/* float:right; */
	position: absolute;
	top:0;
	right:0;
}

.ui-datepicker-trigger {
	display:none;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* Autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* BALLOON */

.lcld_add_active {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-radius: 9px 0px 0px 9px; 
	background-color: #AFC9B6;
	width:16px; height:18px;
	display:block;
	z-index:300;
	padding-right:-3px;
}

.edit-form2 {
	z-index: 100;
	display:inline-block;
	border:1px solid black;
	border-radius: 10px; 
	background-color:#AFC9B6;
	/* position anpassen */
	overflow: auto;
    position: fixed;
    top: 0;
	max-height: 100%;
	width:auto;
	/* damit Kategorien reinpassen */
	padding-right:115px;
}

.edit-form2 .lcld_add {
	display:none; /* doesnt display more than 1 ac add */
}

/* Tabelle List */

.row_selected {
	background-color:#D2D4EF !important;
}

.list_footer {
	clear:both;
	font-size:0.9em;
}

.list_footer a:link {
	text-decoration:none;
}

/* Calendar */

.calendar_config {
	margin:0; padding:0;
	clear:both;
}

.calendar_cat {
	width:auto;
	float:left;
	margin-right:10px;
}

#calendar {
	clear:both;
}

.colorpicker {
	float:right;
}

/* search */

.searchfield {
	width:80%;
	font-size:16pt;
	padding:2px;
}

.search_categories, .search_location {
	padding-left:12px;
}

.search_category {
	display:block;
	width:150px;
	float:left;
}

.search_filter_header {
	height:16px;
	clear:both;
	font-size:0.85em;
}

.search_filter_header span {
	cursor:pointer;
}

.search_bottom {
	clear:both;
	margin-top:10px;
}
.search_bottom input[type="submit"] {
	width:200px;
}

.ui-icon {
	float:left;
}

/* Startseite */

.aed_reminder_header {
	width: 100%;
}

/* loading */

#calendar_load {
	font-size:20pt;
	padding:10px;
	border:1px dotted red;
	position:relative;
	width:380px;
	bottom:500px;
	margin-left: auto;
    margin-right: auto;
	z-index:9999;
	text-align:center;
}

/* Footer */

#footer {
	font-size:0.8em;
	color:grey;
	text-align:right;
	clear:both;
}

.serverresponsetime {
	font-size:0.8em;
	color:#bbb;
}