body {background-color: #ffffff;}

input[type=text], select, textarea{
	color: rgba(0,0,0,0.8);
	padding: 2px 2px;
	max-width: 480px;
	margin: 5px 0px 5px 2px;
	font: normal 12px "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif !important;
	border: 1px solid #16559a;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-moz-border-radius: 3px;
	-moz-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
	-webkit-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
	box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
}
input.ui-autocomplete-input, 
div.comboWrapper button{
	-moz-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
	-webkit-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
	box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, white 0 1px 0;
}
div.comboWrapper button{
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
    border-color: #999;
}

select {
	height: 20px;
	padding: 1px;
	padding-left: 4px;
}

textarea{
	overflow: auto;
}

.ValidationErrors {
	padding-top: 4px;
}
table,tr { font-size: 11px; color: rgba(0,0,0,0.75); }
table {max-width: 100%}
table.help, div.online_doku{
	padding: 5px;
	border: 1px solid gray;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#ffffcc;
	color: rgba(0,0,0,0.75);
	white-space: normal;
	word-break: break-word;
}

a.asterisk + img, input.nullable + img, input.nullable ~ a img, input.progInput ~ a img {
	margin-top: 5px;
	vertical-align: top;
	padding-left: 0px;
}

a.sortComboLink img 
{
	vertical-align: top;
 	margin-top: 9px;
}

input[name=is_sprachkurs] {
	margin-top: 5px;
}

td.progSubTitle b{
	display: inline-block;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding: 5px 10px;
	background: #004596 url(../images/prog_title.png) repeat-x;
	font-weight: bold;
	color: white;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

table.progInput tr:last-child {
	border-bottom: 1px solid gray;
}

select.nullable,select.numbersNullable {background-color:#f5f5f5;}
input.nullable, textarea.nullable{background-color:#f5f5f5;}

table.progInput {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

td.colLabel, tr td.help[align='left'], tr td[width='30%'][align='center']{
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	border-left: 1px solid gray;
	background-color: #E6EDF5 !important;
}

tr td.help[align='left'].even-padding
{
	padding: 5px!important;
	color: rgba(0,0,0,0.75);
}

tr td.colLabel ~ td, tr td.help, tr td[width='30%'][align='center'] ~td{
	padding-left: 10px;
	border-right: 1px solid gray;
}
tr td.help[align='left']
{
	background-color: #ffffcc !important;
}

table.progInput tr td.help
{
	border-top: none;
	border-left: none;
	border-bottom: none;
	
}
table.progInput tr td.help.mobileTd {
	border-left: 1px solid gray;
}

table.progInput tr:first-child + tr td:last-child, table.progInput tr:first-child + input + tr td:last-child {
	border-top-right-radius: 10px;
	-webkit-border-tpo-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top: 1px solid gray;
	padding-top: 10px;
	/*border-bottom: 1px solid white;*/
}

table.progInput tr:first-child + tr td:first-child, table.progInput tr:first-child + input + tr td:first-child {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	padding-top: 10px;
}

form[name=inputForm] table.borderLeftRightBottom{
	border:gray solid 1px;
	background-color: white;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
}
form[name=inputForm] table.borderLeftRightBottom:hover td{
	background-color: white;
	border-radius: 10px;
}

table.borderLeftRightBottom td.title1
{
	background-color: transparent;
	color: #000;
	padding: 5px;
	font-size: 20px;
}

table.borderLeftRightBottom td.title1 img {
	vertical-align: middle;
}

td.radio, table, tr, td {
	font: normal 12px "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
}

td.radio input.radioButton {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
td.radio {
	padding: 5px;
	vertical-align: top;
}

input[type='radio'] {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

a.asterisk:active, a.asterisk:hover {
	text-decoration:none;
}

input.button:hover{
	cursor: pointer;
	background-color: #004596;
	border-color: #AAA;
	color: white;
}

input.button{
    width: 200px;
    padding: 8px 0px;
		font: normal 12px "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
		border: 1px solid #16559a;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-moz-border-radius: 3px;
	-moz-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, lightgray 0 1px 0;
	-webkit-box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, lightgray 0 1px 0;
	box-shadow: rgba(101, 169, 125, .34) 0 1px 3px inset, lightgray 0 1px 0;
	background: #E6EDF5;
}

td input.button[name=okButton] {
	float:right;
}

td[align='left'] input.button {
	float: none;
}

td.empty {
	height: 30px;
	font-size: 13px;
	border: 1px solid gray;
	padding: 0px 5px;
}

tr td ~ td[colspan='1'] {
	padding-left: 10px;
}

/* entfrent, da graue ecken au�erhalb des border radius und nirgens wirklich verwendet?
table.progInput[width='800px'] {
	background-color: lightgray;
}
table.progInput[width='800'] {
	background-color: lightgray;
}
*/
table.progInput[width='800px'] td{
	background-color: white;
}
table.progInput[width='800'] td{
	background-color: white;
}

table.progInput td.progSubTitle {
	background-color: lightgray;
	font-weight:bold;
	color:white;
	padding: 0px 0px 0px 0px;
}

table.progInput tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	border-bottom: 1px solid gray;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	/*border-top:1px solid #E6EDF5;*/
}

table.progInput tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid gray;
	border-top:1px solid white;
}
table.progInput tr:last-child td:last-child.mobileTd{
	 -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}

table.progInput tr:last-child {
	vertical-align: top;
}
table.progInput tr:last-child td{
	padding-bottom: 10px;
	
}
table td.title1 {
	border-top: none;
}

input[type=text].ErrorField, select.ErrorField, textarea.ErrorField {
	border-color: #D00 !important;
	color: #D00 !important;
	background: #FFFFFE;
}

div.PoweredBy a img {
	width: 150px;
}

div.PoweredBy {
	text-align: center;
	position: relative;
	top: -32px;
	left: 320px;
	width: 160px;
}

div.PoweredBy i {
	font-size: 10px;
	display: block;
}

input ~ span.ValidationErrors img {
	margin-top: 2px\0/; /*IE9-10 */
	height: 20px;
	height: 22px\0/; /*IE9-10 */
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left: -1px;
	margin-left: 0px\0/; /*IE9-10*/
}

span.ValidationErrors img {
	height: 20px;
	margin-left: -2px;
}

.help_text {
	display:inherit;
	margin: 5px 0px 5px 2px;
	padding: 5px;
	border: 1px solid #cdcbcb;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#ffffcc;
	color: rgba(0,0,0,0.75);
	white-space: normal;
	word-break: break-word;
	font-style: italic;
}

td.help {
	height: 32px;
	background-color: transparent;
}
.fehlerTitle{color: #555; font-size:11px;font-weight:bold;border-left: red solid 1px;
border-right: red solid 1px;
border-top: red solid 1px;border-left: red solid 1px;
border-right: red solid 1px;
border-top: red solid 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-color: red;
background-color: #FFB6B6;}
.fehlerMess{border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;border-left:red solid 1px;border-right:red solid 1px;border-bottom:red solid 1px;background-color:white;font-size:11px;font-weight:normal;}
#recaptcha_widget_div {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/*  neue form elemente copy von blue style bg white*/

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

input.button:hover {
	background: #004596;
	color: white;
}
input.ui-widget {
	padding-top: 2px;
	padding-bottom: 2px;
}
td.close input.ui-autocomplete-input {
	top: 0px !important;	
	margin: 0px;
	margin-right: -3px;
	border-right-width: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.comboWrapper input {
	border-right-width: 0px !important;
}
div.comboWrapper button {
	border-left-width: 0px !important;
}
a.asterisk {
	vertical-align:top;
  position:relative;
  top:5px;
}
input[type="radio"] ~ a.asterisk{
	top:0px;
}
button {
	top: 0px !important;
	margin: 0px;
}
td.close input.ui-autocomplete-input,
td.close button.ui-widget {
	margin-top:-2px;
}
button.ui-widget {
	height: 20px;
	border-color: #999;
	border-left-width: 0px;
}

div.comboWrapper {
	margin: 5px 0px 5px 0px;
	height: 20px;
}

td.radio .errorImage {
	margin-top:0px;
	margin-left: 0px;
}


button.ui-widget.ui-state-disabled {
	opacity: 1;
}
.ui-corner-left{
	margin-right: -2px;
	margin-left: 0px;
	height: 14px;
	line-height: 14px !important;
	border-color: #999;
	padding-left: 3px;
}
li.ui-menu-item.ui-state-focus a {
	color: white !important;
}
.border_div {
	border:1px solid gray;
	padding-top: 10px;
}

input[name="headerSearchButton"] {
	height: 20px;
	padding: 2px 5px;
}

input[type=radio] + span {
	position: relative;
	top: -3px;	
}

select, input[type=text], input[type=file], input.nullable, input.numbersNullable, textarea, button.ui-multiselect {
	padding-right: 3px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: #999;
	padding-left: 5px;
	min-width: 40px;
	margin-left: 0px;
	max-width:300px;
}
input[type=text], input.nullable, input.numberNullable{
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 14px !important;
	height: 14px;
}
.errorImage {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin-left: 0px;
	margin-top:	5px;
	display: inline-block !important;
	background-size: cover;
}
input[type=text].ErrorField, input[type=search].ErrorField, select.ErrorField{
  	border-top-right-radius: 0px;
 	border-bottom-right-radius: 0px;
}
textarea.ErrorField {
	border-top-right-radius: 0px;
}
div.multiselectWrapper button.ui-multiselect.ErrorField{	
	width: calc(100% - 20px) !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
input[type=text] + .errorImage, input[type=search] + .errorImage, select + .errorImage, div + .errorImage, textarea + .errorImage, button + .errorImage{
	border-top-left-radius: 0px;
  	border-bottom-left-radius: 0px;
}
input[type=checkbox] + .errorImage, input[type=radio] .errorImage {
	margin-top: 0px;
}
input.nullable, input.numbersNullable {
	border-color: #d3d3d3;
}

input.ui-corner-left{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

select, button.ui-multiselect {
	display: inline-block;
	height: 20px;
	margin-left: 0px !important;
}

td.colLabel:not(:empty){
	padding-top: 4px;
}

td.colLabel:empty{
	margin: 0px;
	padding: 0px;
}

.pt-0
{
	padding-top: 0px;
}
