#esraSoftColCenter {
	margin-bottom: 10px;
}

.esraSoftSatus {
    border-style: solid;
    border-width: 1px;
	padding-left: 5px;
    margin: 5px;
}

.esraSoftSatusGreen {
    border-style: solid;
	border-color: #339900;
    border-width: 1px;
	padding-left: 5px;
    margin: 5px 5px 15px 5px;
}

.esraSoftSatusRed {
    border-style: solid;
	border-color: #ff0000;
    border-width: 1px;
	padding-left: 5px;
    margin: 5px 5px 15px 5px;
}

.esraSoftStatusMsg {
    font-family: Arial,Helvetica;
    font-size: 9pt;
    font-weight: normal;
	margin: 0;
}

.esraSoftStatusMsgGreen {
	padding: 5px;
    color: #339900;
	padding: 5px;
	font-family: Arial,Helvetica;
    font-size: 9pt;
    font-weight: normal;
	margin: 0;
}

.esraSoftStatusMsgRed {
	padding: 5px;
    color: #ff0000;
	font-family: Arial,Helvetica;
    font-size: 9pt;
    font-weight: normal;
	margin: 0;
}

.esraSoft_s_status_booked{
	background-color: #00bf00;
	width: 5px;
	height: 25px;
}
.esraSoft_s_status_wait{
	background-color: #f69914;
	width: 5px;
	height: 25px;
}
.esraSoft_s_status_canceled{
	background-color: #ff0000;
	width: 5px;
	height: 25px;
}
.esraSoft_txt2red{
	color: #FF0000;
}
.esraSoft_txt_green{
	color: #339900;
}
.esraSoft_txt_orange{
	color: #d98206;
}

.esraSoftBookingStatus {
	width:0px;
	padding: 0!important;
	border-bottom: none!important;
}

.esraSoftBookingStatus div {
	display:none;
}

@media (min-width: 510px) {

	.esraSoftBookingStatus {
		width: 20px;
		padding: 3px 3px 3px 3px;
		border-bottom: 1px solid #eee;
	}

	.esraSoftBookingStatus div {
		display: inline-block;
	}

}

#esraSoftMultiApplication tr.headerRow td{
	padding: 10px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F8F8F8;
}
#esraSoftMultiApplication tr.headerTitle td{
	padding: 3px 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#esraSoftMultiApplication td{
	padding: 10px 4px;
}
#esraSoftMultiApplication a{
	cursor: pointer;
}
#esraSoftOverlayBackground{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.8;
    filter: alpha(opacity=80);
	z-index: 9999;
	cursor: auto;
}
#esraSoftOverlayLayer{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	cursor: auto;
}
#esraSoftOverlayBox{
	margin: 50px auto 0 auto;
	width: 100%!important;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
}

@media (min-width: 510px) {

	#esraSoftOverlayBox {
		width: 500px!important;
	}

}

#esraSoftOverlayBox a{
	cursor: pointer;
}
#esraSoftOverlayBox p, table, span{
	text-align: left;
}
div.esraSoftOverlayBoxClose{
	float:right;
}
div.esraSoftOverlayBoxClose i {
	font-size: 30px;
	opacity: 0.6;
	cursor: pointer;
}
input.esraSoftButton{

}
input.esraSoftTextBox{
	display: block;
	padding: 0.3em;
    position: relative;
	border: 1px solid #dddddd;
}
select.esraSoftSelectBox{
	display: block;
	padding: 0.3em 2px 0.3em 1px;
	cursor: pointer;
    position: relative;
	border: 1px solid #dddddd;
}

table.esraSoftTable{
	border-bottom: 2px solid #888;
	width: 100%;
}

table.esraSoftTable td{
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #eee;
}

table.esraSoftTable th, table.esraSoftTable2 th, table.esraSoftTable3 th{
	font-weight: bold;
}

table.esraSoftTable2{
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	width: 100%;
}

table.esraSoftTable2 td{
	padding: 6px 3px 6px 3px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

table.esraSoftTable3{
	width: 100%;
}

table.esraSoftTable3 td{
	padding: 3px 3px 3px 3px;
	border-top: 1px solid #eee;
}

table.esraSoftTable3 tr.borderBold td{
	border-bottom: 2px solid #888888;
	border-top: 0;
}

table.esraSoftTable3 tr.borderBold2 td{
	border-bottom: 2px solid #888888;
}

table.esraSoftTable3 tr.borderLight td{
	border-bottom: 1px solid #eee;
}

a.esraSoftLink {
	cursor: pointer;
	color: #000000;
    text-decoration: none;
	background-image: linear-gradient(0deg,#fddc05,#fddc05);
	background-repeat: no-repeat;
	background-size: 0 3px;
	background-position: right 0 bottom 0;
}

a.esraSoftLink:hover {
	transition: background-size .4s ease;
	background-size: 100% 3px;
	background-position: left 0 bottom 0;
}

a.esraSoftLink.btn {
	background-image: none;
}

.esraSoftLabel {
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 16px;
}

.esraSoftLabelSmaller {
	font-size:14px;
}

.esraSoftLabel2{
	margin: 4px;
}

.esraSoftErrorMsg {
	color:#FF0000;
	padding-top: 4px;
	font-size: 13px;
}

.esraSoftMarginTop-2 {
	margin-top: -2px;
	display: block;
}

.esraSoftMarginTop-5 {
	margin-top: -5px;
	display: block;
}

.esraSoftMarginTop-10 {
	margin-top: -10px;
	display: block;
}

.esraSoftMarginTop-15 {
	margin-top: -15px;
	display: block;
}

.esraSoftMarginTop-20 {
	margin-top: -20px;
	display: block;
}

.esraSoftMarginTop-25 {
	margin-top: -25px;
	display: block;
}

div.esraSoftSubTitle {
	margin-top: 2px;
	line-height: normal;
}
.esraSoftVaValues i {
	text-align: center;
}

.esraSoftBasketItems {
	padding:0;
}

p.esraSoftVaValues {
	margin-bottom: 5px;
}

.esraSoftBasketItem {
	margin-bottom:7px;
	display: block;
	line-height: normal;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
}

.esraSoftMultiAppOptions {
	vertical-align:top;
	display:block;
	float:left;
	width:100%;
	text-align: left;
	margin-top: 5px;
}

.esraSoftInfoTextRequired {
	font-size: 14px;
}

@media (min-width: 510px) {

	.esraSoftMultiAppOptions {
		float:right;
		display:inline-block;
		width:auto;
		text-align: right;
		margin-top: 0;
	}

}

.esraSoftDottedLine {
	height: 1px;
	border-top: 1px dotted #000;
	margin-top:20px;
}

.esraSoftDottedLine:last-child {
	display:none;
}

.earaSoftDescriptionSpan {
	line-height: 1.2;
	display: inline-block;
}

.earaSoftDescriptionSpan span {
	display:block;
	margin-bottom: 5px;
	position:relative;
	padding-left:30px;
}

.earaSoftDescriptionSpan span i {
	width:20px;
	text-align: center;
	position: absolute;
	left: 5px;
}

.esraSoftLongLinkTitle {
	display: none;
}
.esraSoftShortLinkTitle {
	display: inline-block;
}

@media (min-width: 510px) {

	.esraSoftLongLinkTitle {
		display: inline-block;
	}
	.esraSoftShortLinkTitle {
		display: none;
	}

}

.esraSoftDetailsCartStatus {
	display: block; 
	width: 100%;
	text-align: right; 
	margin: 10px 5px 0 0; 
	min-height: 40px;
}

@media (min-width: 510px) {

	.esraSoftDetailsCartStatus {
		float: right; 
		margin: 10px 0 2px 5px; 
		width: 150px; 
		min-height: 40px;
	}

}

.esraCondition{
	width: 100%;
}
.esraCondition strong{
	display: inline;
	color: initial;
	font-size: initial;
	font-weight: bold;
	text-transform: none;
}
.esraCondition p{
	float: left;
	width: calc(100% - 10px);
	margin-bottom: 5px;
}
.esraCondition .required{
	float: right;
}
.esraSoftRefernten {
    width: 100%;
}
.esraSoftReferentenData {
    float: left;
    margin: 0 32px 0 0;
    width: 100px;
}
.esraSoftReferentenFoto {
    margin: 10px 0 7px;
	
}
.esraSoftReferentenFoto img{
	border: 1px solid #DDDDDD; 
	box-shadow: 0 0 5px #CCCCCC; 
	padding: 3px;
}
.esraSoftRefernetenName {
    height: 25px;
}
.esraSoftClear{
	clear: both;
}

.esraInvoiceAdr1{
	float: left;
	width: 255px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 2px solid #DDDDDD;
}
.esraInvoiceAdr2{
	float: left;
	width: 255px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.esraLoadingSpinner{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 35px auto;
}
.esraLoadingSpinner .esraLoadingSpinnerText{
	font-weight: normal;
	margin: 10px 0 10px 0;
	display: block;
	text-align: center;
	font-size: 16px;
}
.esraLoadingSpinner .esraLoadingSpinnerImage{
	width: 50px;
	height: 50px;
	background: url("/esraSoft/webInterface/esraSoft_files/styles/images/loadingspinner.gif")  no-repeat center;
	display: inline-block;
}
.esraFormRow2{
	position:absolute; 
	margin:0 0 0 -999em;
}