/*
 * author: Pablo Yanez Trujillo */

.table tr.odd.viewrow {
	background-color: #FFFFFF;
}

.table tr.even.viewrow {
	background-color: #EDEDED;
}

.table tr.viewrow {
	border-bottom: 1px solid #E0E0E0;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top: 1px solid #FFFFFF;
	font-size: 95%;
}

.table tr.viewrow:hover {
		background-color: #d0d0e0;
}

.table thead th {
	font-size: 0.8em;
	padding-left: 0.5em;
	text-align: left;
	background-color: #E2E2E2;
	vertical-align: top;
}

.table table {
	background-color: #D8D8D8;
	border-collapse: separate;
	border-spacing: 1px;
	table-layout: fixed;
	/*width: 100%; /* remove it for better performane */

	margin-bottom: 1em;
}

.table tr.viewrow td {
	padding: 3px 5px;
}

.table thead th.monat {
	width: 75px;
}

.table thead th.tageslicht {
	width: 160px;
}

.table thead th.khimmelb {
	width: 130px;
}

.table thead th.khimmelp {
	width: 150px;
}

.table thead th.rhimmelb {
	width: 130px;
}

.table thead th.rhimmelp {
	width: 150px;
}

input[type=button] {
	background-color: #E3E3E3;
	border: 2px groove #CACCCD;
	padding-left:  2em;
	padding-right: 2em;

}

input[type=button]:hover, input[type=button]:focus {
	background-color: #D3D3D3;
}

select {
	width: 100%;
}

#inputs table {
	margin-bottom: 1em;
}



body {
	margin: 30px 70px 90px 50px;
}

fieldset {
	border: 3px solid #0A1446;
	padding: 15px 20px;
	margin-bottom: 30px;
}

fieldset legend {
	font-weight: bold;
}

img.logo-ise {
	width: 238px;
	margin-bottom: 40px;
}

img.logo-pohlen {
	background-color: blue;
	padding: 0.8em;
	margin-bottom: 40px;
	margin-left: 3em;
	background: linear-gradient(to right, #006394 0px, #17325D 100%) transparent;
}

img.logo-centroplan {
	width: 250px;
	margin-bottom: 2em;
}

div.error {
	border: 1px solid #f5aca6;
	border-radius: 10px;
	margin: 10px 0px;
	padding: 15px 10px 15px 60px;
	background-repeat: no-repeat;
	background-position: 10px 30px;

	color: #000000;
	background-color: #ffecec;
	background-image: url('../images/error.png');
}


#inputs .ui-widget input {
	font-size: 0.8em;
}

div.progress {
    position: relative;
	height: 20px;
	width: 300px;
}
.progress-label {
    position: absolute;
    font-weight: bold;
	width: 100%;
	border: 1px solid black;
    text-shadow: 1px 1px 0 #fff;
	font-size: 0.8em;
	text-align: center;
}

#inputs td.field {
	padding: 5px 10px 5px 5px;
}

#inputs td.range {
	padding-right: 10px;
}

#inputs td.error-msg-field {
	padding-left: 8px;
}

.arrow_box {
	position: relative;
	background: #FFF3EF;
	border: 1px solid #CD0A0A;
	padding: 5px;
	color: #CD0A0A;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 243, 239, 0);
	border-right-color: #FFF3EF;
	border-width: 5px;
	margin-top: -5px;
}
.arrow_box:before {
	border-color: rgba(205, 10, 10, 0);
	border-right-color: #CD0A0A;
	border-width: 6px;
	margin-top: -6px;
}

	#hosted {
		padding: 3px;
		width:  335px;
		height: 70px;
		margin: auto;
		margin-top: 100px;

		border-style: dotted;
		border-color: black;
		border-width: 1px;

		font-size:   11px;

		color:            #234567;
		background : #F2F6FB;
		margin-bottom: 1em;
	}


	#hosted .logo {
		padding-right: 1.5em;
	}

	#hosted a:active, #hosted a:link, #hosted a:visited {
		color: #326190;
		text-decoration: underline
	}

	#hosted td {
		vertical-align: middle;
	}
