/* @override http://eth.guay.ch/webapp/css/application.css */
/******************************************/
/*  specific app colors                   */
/******************************************/

/* Secondary color, ETH Blue */
/*
#bgHeader,
#footer {
	background: #1f407a;
}
*/
.no-arrows a {
	background: none !important;
	font-weight: normal;
	padding-right: 0px !important;
}

.tabNavi ul.pagination {
	margin-top: 18px;
}

#bgUserStatusBar {
	min-width: 990px !important;
}

#bgHeader {
	min-width: 990px !important;
}

#flownavi {
	z-index: 100;
}

#headerLogo {
	height: 90px;
}

input.first-back-blue {
	background-image: "images/arrow-page-first-blue.png";
	margin-right: 5px;
}

input.prev-back-blue {
	background-image: "images/arrow-page-prev-blue.png";
}

td.center {
	text-align: center;
	border: none
}

td.radio-button {
	float: left;
	width: 33%;
}

a.button-abstand {
	margin-left: 5px;
}

a.paging-abstand {
	margin-left: 15px;
}

.pos-left {
	text-align: left;
	border:none;
}	

.pos-center {
	text-align: center;
	border: none;
}

.pos-right {
	text-align: right;
		border: none;
}

.ausgangsserver {
	float: left;
	width: 714px;
	margin-right: 5px;
}

.port {
	float: left;
	width: 50px;
}

input.deleteImage {
	display:block;
	width:20px;
	height:20px;
	text-indent:-999px;
	overflow:hidden;
	float:right;
	text-decoration: none;
	border-bottom: none;
}

input.deleteImage:hover {
	background: url(../images/button-delete-hover.png) no-repeat;
}

input.deactivateImage {
	display:block;
	width:25px;
	padding-right: 75px;
}

img[name = "expiredImage"] {
	display:block;
	width:25px;
	padding-right: 75px;
}

a.edit {
	background: url(../images/Bearbeiten.jpg) no-repeat;
	display:block;
	width:20px;
	height:20px;
	text-indent:-999px;
	overflow:hidden;
	float:right;
	text-decoration: none;
	border-bottom: none;
	margin-right: 5px;
}

a.edit:hover {
	background: url(../images/Bearbeiten-hover.jpg) no-repeat;
	border-bottom: none; 
}

input[readonly="readonly"] {
	color: grey;
}

label[readonly="readonly"] {
	color: grey;
}

textarea[readonly="readonly"] {
	color: grey;
}

td.overflow:hover{
	
	background-color: #EBEAEA;
	overflow:visible;
	text-overflow: clip !important;
	max-width: 100% !important;
	position: absolute;
	border: 1px solid #808080;
}

td.overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.text-input{
	
}

.text-input-date{
	width: 90%;
	
}

.success {
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}

.warning {
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

div.info, div.success, div.warning, div.error, div.validation {
	color: black;
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 10px 38px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
}

/******************************************/
/*  Enter below your specific app styles  */
/******************************************/

/* ---- Generic ---- */
textarea[disabled],select[disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="email"][disabled],input[type="month"][disabled],input[type="number"][disabled],input[type="password"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="text"][disabled],input[type="time"][disabled],input[type="url"][disabled],input[type="week"][disabled]
	{
	background-color: #eee;
	color: #eee;
}

/* ---- welcome page ---- */
.welcome {
	border: none;
}

.welcome td {
	color: #333 !important;
	line-height: 1.5;
	padding: 8px 0;
}

.welcome .row1 td {
	background: #eee;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.welcome .row1 td p {
	
}

.welcome .row2 td {
	padding: 10px 0 0 0;
	height: 100px;
	border: none;
}

.welcome .row2 td p {
	margin: 0 10px 0 0;
}

.welcome .row3 td {
	height: 80px;
}

.availableRooms {
	margin: 0;
}

.availableRooms li {
	font-size: 14px;
	padding-left: 15px;
	background: url(../images/arrow-link.png) no-repeat 0px center;
	list-style: none;
}

.availableRooms li a {
	font-weight: normal;
}

/* ---- pagination ---- */
.paginationNavi {
	vertical-align: bottom;
}

.paginationNavi a,.paginationNavi span {
	display: inline-block;
	padding: 0 7px;
}

.paginationNavi span.all {
	padding-right: 0;
}

.paginationNavi span.countPages {
	padding: 0 10px;
}

.paginationNavi img {
	display: inline-block;
	padding: 0;
	border: 0;
}

/* ---- Pagination at the bottom of page ---- */
/* ---- Extends class formButtons        ---- */
.pagination .left {
	float: left;
	width: 20%;
}

.pagination .middle {
	float: left;
	width: 59%;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

.pagination .right {
	float: right;
	width: 20%;
}

/* ---- Tabelle Verfuegbarkeit ---- */
.ui-datepicker {
	z-index: 10100;
}

a.delete {
	background: url(../images/button-delete.png) no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999px;
	overflow: hidden;
	float: right;
}

a.delete:hover {
	background: url(../images/button-delete-hover.png) no-repeat;
}

a.back {
	background: #0069B4 url('../images/arrow-back.png') no-repeat center left;
	padding: 5px 12px 5px 35px;
	color: #fff;
	border: none;
}

a.back:hover,a.back:active {
	background-position: center left;
	padding: 5px 12px 5px 35px;
	background: #82be1e url('../images/arrow-back-hover.png') no-repeat left center;
	color: black;
}

div.print-only {
	display: none;
}

span.print-only {
	display: none;
}

span.paging-abstand {
	margin-left: 15px;
}

.print-only {
	display: none;
}

/* ---- Tabelle Timetable ---- */
table.timetable {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	table-layout: auto !important;
}

table.timetable td {
	border: 1px solid #fff;
	padding: 0;
}

table.timetable th.raum,table.timetable th.platz,table.timetable th.raumzeit {
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
	background: #eee;
	font-size: 10px;
}

table.timetable th.platz {
	text-align: right;
	width: 40px;
}

table.timetable th.raumzeit {
	text-align: center;
	padding: 2px 0;
}

table.timetable td.raum,table.timetable td.platz {
	border: 1px solid #ccc;
	border-left: none;
	padding: 2px 5px;
}

table.timetable td.platz {
	text-align: right;
}

table.timetable td img,table.timetable td input {
	width: 100% !important;
	height: 20px !important;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
}

table.timetable td img {
	width: 5px !important;
	cursor: default;
}

table.timetable td.raum a {
	background: none !important;
	padding-right: 0px !important;
}

.bg-grey {
	background: #999;
}

.bg-blue {
	background: #069;
}

.bg-green {
	background: #9c9;
}

table.timetable td input {
	background-position: -35px center;
}

table.timetable td.bg-grey input {
	background-position: 15px center;
}

table.timetable td.bg-grey input:hover {
	background-color: #666;
}

/* ---- Anlagen hinzufuegen, Toggle plus/minus ---- */
.selected {
	display: block;
	text-indent: -999px;
	width: 17px;
	height: 17px;
	overflow: hidden;
	cursor: auto;
}

.open {
	display: block;
	text-indent: -999px;
	width: 21px;
	height: 21px;
	overflow: hidden;
	cursor: auto;
	background-image: url(../images/button-minus.png);
}

.open:hover {
	background-image: url(../images/button-minus-hover.png);
}

.close {
	display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	cursor: auto;
	background-image: url(../images/button-plus.png);
}

.close:hover {
	background-image: url(../images/button-plus-hover.png);
}

td.home-no-border {
	border: none;
	width: 400px;
	text-align: left;
}

#userStatusBar #logout input.logout {
	background: #444 url('../images/icon-close.png') no-repeat center right;
	font-size: 11px;
	font-weight: bold;
}

#userStatusBar #logout input.logout:hover {
	background-color: #999;
	color: #333;
}

img.sort {
	margin-left: 2px;
}

/* ---- Exit Knopf ---- */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
	position: absolute; top: -7%; margin-top: -8px; 
}
.ui-button-icon-only .ui-icon {
	left: -4.5%; margin-left: -8px; 
}

/* ---- Group Permission Field ---- */
.group-permission {
	max-width: 600px;
	width: auto;
}

.group-permission:disabled {
	max-width: 600px;
	width: auto;
	color: #000000;
}