body {
	font-size: 62.5%;
	line-height: 2.7ex;
	font-family: "Helvetica", "Arial", "sans-serif";
	padding: 4px !important;
}


input {
	border: 1px solid silver;
	padding: 0.4em;
}

table {
	font-size: 1em;
}

td {
	vertical-align: top;
}


#loadingHint {
	display: inline-block;
	padding: 32px;
	color: black;
	font-size: 3em;
	font-weight: bold;
	z-index: 9999;
	border: 1px solid red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	-text-shadow: 1px 1px 1px white;
	background: white url('../img/ajax-loader-small.gif') no-repeat bottom center;
}


/*
.grid-header {
	padding: 2px;
	height: 32px;
	vertical-align: middle;
}	

.grid-header label {
	display: inline-block;
	font-weight: bold;
	margin: auto auto auto 6px;
}

.grid-header .ui-icon {
    margin: 4px 4px auto 6px;
    background-color: transparent;
    border-color: transparent;
}

.grid-header .ui-icon.ui-state-hover {
    background-color: white;
}

.grid-header #txtSearch {
	margin: 0 4px 0 4px;
	padding: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid silver;
}
*/

.options-panel {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid silver;
	background: #f0f0f0;	
	padding: 4px;		
	margin-bottom: 20px;
    width:320px;
    position:absolute;
    top:0px;
    left:650px;
}

 
.slick-row {
	font-size: 0.91em;
}

.slick-row .selected {
	background: #FAFF00;
}

.ui-layout-resizer {
	background: #DDDDDD;
	border: medium;
}

.slick-header-column {
	padding: 5px 2px 4px 2px !important;
	margin: 0;
}

#tbl_pendent .header {
	padding: 7px 2px 8px 2px !important;
	margin: 0;
	font-size: 1.1em;
}

.ausleihe_list th {
	padding: 7px 2px 8px 2px !important;
}

#header {
	margin: 0;
	padding: 0;
}
#user_id {
	display: inline-block;
	float: right;
}
#suche {
	display: inline-block;
	padding-top: 2px;
}

.form_login {
	border: 1px solid;
	width: 300px;
	height: 250px;
	padding: 20px;
	top: 100px;
	line-height: 3.2em;
}

.form_login label {
	display: inline-block;
	min-width: 100px;
}

.ui-layout-pane {
	overflow: hidden;
}


.ausleihe {
	width: 100%;
	overflow: hidden;
}

.ausleihe table {
	width: 100%;
	margin: 0 0 0 -2px;
	padding: 0;
}

.ausleihe table td {
	padding: 0 0 2px 0;
}

.ausleihe tr {
	vertical-align: top;
}

.ausleihe thead td {
	border-width: 1px;
	border-style: none none dotted none;
}

tr.dob td {
	border-width: 1px;
	border-style: none none dotted none;
}

.ausleihe_list .name {
	color: #000000;
}

.ausleihe_list .leistung {
	color: #0073ea;
}

.ausleihe_list .leistung span {
	display: block;
	padding: 1px 0px;
}

.ausleihe_list .ui-selected {
	background: #ffff00;
}

.ausleihe_list .dd1 {
	height: 10px;
	display: inline-block;
	background: #DDDDDD;
}
.ausleihe_list .dd2 {
	height: 10px;
	background: red;
	display: inline-block;
}

.ausleihe_list .annuliert {
	text-decoration: line-through;
}


td.ac_t, td.ac_p, td.ac_r, td.ac_rp, th.ac_p {
	text-align: right;
}

tr.lr_new td, .lr_new {
	font-weight: bold;
}

tr.lr_del td, .lr_del {
	text-decoration: line-through;
}

tr.lr_konflikt td, .lr_konflikt {
	font-weight: bold;
	color: #000000;
}

.timeline {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
}

.timeline .row {
	height: 18px;
	width: 100%;
	clear: both;
	position: relative;
	border-top: 1px solid #f0f0e8;
	border-right: 1px solid #f0f0e8;
}

.timeline .label, .timeline labelfixed {
	height: 19px;
	display: block;
	float: left;
	width: 200px;
	overflow: hidden;
	border-right: 1px solid #f0f0e8;
}

/*.timeline .labelfixed {
	height: 19px;
	display: block;
	width: 200px;
	overflow: hidden;
	position: fixed;
}*/

.timeline .label em {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.timeline .label.search {
	background-color: #ffffa0;
}

.timeline .head .label {
	overflow: visible !important;
}

#timeline_head, .timeline_head {
	width: 200% !important;
	overflow: visible !important;

}

#timeline_body, .timeline_body {
	width: 200%;
	overflow-x: hidden;
	overflow-y: scroll;
}


.ahead {
	background-color: #ffff00;
	clear: both;
	position: relative;
	min-height: 20px;
}

.mlist {
	clear: both;
	position: relative;
}

.mlist .ui-selected {
	background-color: #ffff00 !important;
}

.timeline .dayhead {
	border-top: 1px solid #f0f0e8;
	border-right: 1px solid #f0f0e8;
	padding-top: 26px;
	height: 28px;
	width: 16px;
	display: block;
	float: left;
	padding-left: 4px;
}

#timeline_daydiv, .timeline_daydiv {
	position: absolute;
	width: 200%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: -10;
}

.timeline .day {
	border-right: 1px solid #f0f0e8;
	height: 100%;
	width: 20px;
	display: block;
	float: left;
}

.timeline .today {
	background-color: #e2e2df;
}

.timeline .weekend {
	border-right: 1px solid #888880;
}

.timeline .month {
	position: absolute;
	top: 1;
	height: 17px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	overflow: hidden;
	border: 1px solid #676760;
	padding: 6px 0 0 4px;
}

.timeline .bar {
	position: absolute;
	top: 2px;
	height: 14px;
	background-color: #e2e2df;
	border: 1px solid #888880;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	padding-left: 1px;
}

.timeline .a_hover {
	background-color: #2d94ff !important;
}

.timeline .k_hover {
	background-color: #2d94ff !important;

/*
	background-color: #a8d7ff !important;
*/
}

.timeline .k_search {
	background-color: #ffff00;
}

.timeline .rowselect {
	background-color: #ffff00;
	height: 20px;
}

.timeline .barselect {
	background-color: #ffff00;
	font-weight: bold;
}

.timeline .dayrange {
	background-color: #2d94ff;
}

.timeline .inrange {
	background-color: #ff0000;
	color: #000000;
}

.timeline .annuliert {
	text-decoration: line-through;
	z-index: 9;
}

.timeline .open_l {
	border-left: none;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}

.timeline .open_r {
	border-right: none;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}

#adr_form label, #aus_form label {
	width: 90px;
	display: inline-block;
}
#adr_form input.text {
	width: 250px;
}
.ui-buttonset label {
	width: auto !important;
}
.ui-buttonset .ui-button-text {
	padding: 0.1em !important;
}

.tooltip {
	position: absolute;
	max-width: 250px;
	max-height: 200px;
	overflow: hidden;
	padding: 5px;
	margin: 0px;
	background-color: #f6f6f6;
	z-index: 10;
	border: 1px solid #888880;
}


div.adresse {
	margin: 2px;
	padding: 2px;
	width: 99%;
}

.adresse label {
	display: inline-block;
	min-width: 80px;
	color: #888888;
}

.adresse .mailman_btn {
	display: none;
}

div.ausleihe {
	margin: 2px;
	padding: 2px;
	width: 99%;
}

.aus_ts2 {
	margin-left: 83px;
}

.tooltip .aus_ts2 {
	margin-left: 0;
}

.ausleihe label {
	display: inline-block;
	min-width: 80px;
	color: #888888;
}

.ausleihe .info {
	display: inline;
}


.flag-out {
	display: inline-block;
	padding: 5px 0.7em 3px;
}

.flag-icon {
	float: left;
	margin-right: 0.3em;
}

.reserve {
	color: #888888;
}

thead tr .header {
	background-image: url(/static/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
thead tr .headerSortUp, thead tr .headerSortDown {
	background-color: #FFF;
}

/*thead tr .headerSortUp {
	background-image: url(/static/img/asc.gif);
}
thead tr .headerSortDown {
	background-image: url(/static/img/desc.gif);
}*/
#dlgKasse label {
	width: 80px;
	display: inline-block;
}

table.tbl_kasse {
	width: 90%;
}
th {
	text-align: left;
}

#admin_container {
	margin-top: 4px;
}

/*Anpassungen UI Urs Bräm & Ivan Sterzinger 28.11.11*/

#tbl_pendent .ui-corner-all {
	width: 95%;
	margin-bottom: 2px;
}


.ui-widget-header {
	background-image: none !important;
	background-color: #DDDDDD !important;
	padding: 3px 0;
	border: 0 !important;
}

.ui-widget-header.leererbalken {
	height: 25px;
}

.ui-widget-header.leererbalken label{
	display: none;
}

.ui-widget-header .ui-corner-all, .ui-widget-header .ui-corner-top, .ui-widget-header  .ui-corner-left, .ui-widget-header .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }

.ui-widget-header .ui-button {
	border: 1px solid #DDD !important;
}

#tbl_pendent .ui-corner-all p  {
	margin: 1px 0 2px 1px !important;
} 

#tbl_pendent .ui-corner-all p  strong {
	float: left;
	margin-top: 4px;
} 



.l_msg {
	margin-left: 30px;
}

.gridheaddays .ferien {
	background-color: #E411A7;
}


/*neu 3.Juli ub - neue Version mietkalender*/
.ui-dialog {
	z-index: 99;
}

.ui-dialog .ui-button-icon-only .ui-icon {
	left: -1px !important;
	top: -1px !important;	
}


/*Flackern am linken Rand disablen*/

.timeline .gridrows,
.timeline .row {
	overflow: visible !important;
}

/*vertikal scrollen muss man trotzdem können*/
 
.timeline .gridbody {
	overflow-y: scroll !important;
}

/*aber die Höhe von .gridcolumns wird inline gesetzt*/
/*dann erscheinen die vertikalen Linien nicht, wenn man nach unten scrollt*/ 
.gridcolumns {
	height: 5000px !important;
}

