@import url('https://fonts.googleapis.com/css?family=Cabin');

/* Fonts */
/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cabin-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cabin'), local('Cabin-Regular'),
       url('fonts/cabin-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-v13-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* cabin-500 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/cabin-v13-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Cabin Medium'), local('Cabin-Medium'),
       url('fonts/cabin-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-v13-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-v13-latin-500.svg#Cabin') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* cabin-600 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/cabin-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Cabin SemiBold'), local('Cabin-SemiBold'),
       url('fonts/cabin-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-v13-latin-600.svg#Cabin') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/cabin-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cabin Bold'), local('Cabin-Bold'),
       url('fonts/cabin-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/cabin-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/cabin-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/cabin-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/cabin-v13-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* dancing-script-regular - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dancing-script-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dancing Script Regular'), local('DancingScript-Regular'),
       url('fonts/dancing-script-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dancing-script-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dancing-script-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/dancing-script-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dancing-script-v10-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/dancing-script-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dancing Script Bold'), local('DancingScript-Bold'),
       url('fonts/dancing-script-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dancing-script-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/dancing-script-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/dancing-script-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/dancing-script-v10-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
  font-display: swap;
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	font-size: 12px;
    max-width: 2000px;
}

.OTR_pic {
	border: 1px solid #fff;  
	float: left;
	height: 100px !important;
	width: 200px !important;
	margin: 5px;
	overflow: hidden !important;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;  
}

.OTR_grow img {
	margin-top: -14px;
  	height: 100%;
  	width: 100%;
 	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.OTR_grow img:hover {
	width: 130%;
	height: 130%;
}

.OTR_restaurantNameUndBildBox .OTR_grow img {
	margin-top: 0px;
  	height: 100%;
  	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

div.OTR_buttonLegende {
	margin-top: 3px;
  	height: 16px;
  	width: 16px;
}

div.OTR_buttonLegendeText {
  	width: 300px;
}

/*BOX*/

.OTR_FormBox { 
  	max-width: 99% !important;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	padding-left:1%;
	font-size: 16px;
	font-weight: bold;
	color: #1f2531;
	vertical-align: top;
}

div.OTR_uhrzeitButtonBox { 
	width: 125px;
}

div.OTR_uhrzeitButtonBoxUeberobjekt {
	width: 100px;
}

.OTR_buttonBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.OTR_legendeBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 500px;
}

.OTR_weiterMachenBox { 
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.OTR_textButtonBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.OTR_restaurantTabelleBox {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	max-width: 2000px;
}

.OTR_restaurantNameUndBildBox {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	width:100%; 
}

.OTR_uniBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.OTR_ueberschriftBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.OTR_meldungsBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.OTR_zusammenfassungsBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
	white-space: pre-wrap;
}

.OTR_gastdatenBox { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-left: 20px;
}

.OTR_stornoGastdatenBoxStyle { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.OTR_captchaBoxStyle { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.OTR_gastFormularDatenMerkenBoxStyle { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.OTR_NewsletterWunschBoxStyle { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.OTR_formularEingabeFeldBoxStyle { 
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}


/*DATEPICKER*/

.ui-widget-header {
    background: #FFFFFF;
    border: 0;
    color: #222222;
    font-weight: bold;
	height:30px;
	padding-top:50px;
}


/*TEXT*/

.OTR_textstyle,
.OTR_DatenschutzVerweisText {
    font-weight: normal;
	color: #1f2531;
	white-space: inherit;
}

.OTR_textstyleBeschriftung {
	font-weight: bold;
	color: #1f2531;
	text-align: left !important;
}

.OTR_textstyle2 {
	font-weight: 400;
	color: #1f2531;
	white-space: pre-wrap;
	margin-bottom: 5px;
}

.OTR_meldungstextStyle {
	font-weight: normal;
	color: #1f2531;
	white-space: pre-wrap;
}

.OTR_textstyleCaptchaBeschriftung {
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left:0px;
	font-size: 12px;
	font-weight: normal;
	color: #1f2531;
	text-align: left !important;
	white-space: pre-wrap;
}

.OTR_ueberschrift {
	width: 100%;
    font-size: 18px;
    font-weight: bold;
	color: #1f2531;
	text-align: center !important;
	white-space: pre-wrap;
}

.OTR_ueberschrift2 {
    font-size: 18px;
    font-weight: bold;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color: #1f2531;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 0 5px 0px;
	white-space: pre-wrap;
}

.OTR_ueberschrift2:hover {
	color: #FF6600;
	font-size: 18px;
}

.OTR_restaurantName {
    font-size: 18px;
    font-weight: bold;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color: #1f2531;
    line-height: 18px;
    padding-left:250px !important;
}

.OTR_restaurantName:hover {
	color: #FF6600;
	font-size: 18px;
}

.OTR_restaurantNameBeschreibung {
    font-size: 14px;
    font-weight: normal;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color: #1f2531;
    line-height: 14px;
    padding-left:250px !important;
}

.OTR_restaurantNameUndBildBox .OTR_restaurantName {
    font-size: 18px;
    font-weight: bold;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color: #1f2531;
    line-height: 18px;
    padding-left:250px !important;
	padding-top: 10px !important;
}

.OTR_restaurantNameUndBildBox .OTR_restaurantNameBeschreibung {
    font-size: 14px;
    font-weight: normal;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	color: #1f2531;
    line-height: 14px;
    padding-left:250px !important;
	padding-top: 15px !important;
}

.OTR_gastFormularPflichtfeldText {
	display: block;
	text-align: right;
	font-size: .9em;
	margin-bottom: 20px;
}

.OTR_ergebnisBoxRestaurantUberobjekt,
.OTR_ergebnisBoxAnzahlPersonenUberobjekt,
.OTR_ergebnisBoxVADatumUeberobjekt,
.OTR_ergebnisBoxVonUhrzeitUeberobjekt {
	display: table;
}

.OTR_ergebnisBoxRestaurantUberobjekt .OTR_textstyleBeschriftung,
.OTR_ergebnisBoxAnzahlPersonenUberobjekt .OTR_textstyleBeschriftung,
.OTR_ergebnisBoxVADatumUeberobjekt .OTR_textstyleBeschriftung,
.OTR_ergebnisBoxVonUhrzeitUeberobjekt .OTR_textstyleBeschriftung {
	max-width: 150px;
}

.OTR_center {
	text-align: center !important;
}

.OTR_inhalt {
 	margin-top: 5px;
 	background-color: #EEEEEE;
 	margin-bottom: 5px;
  	padding-left: 5px;
}

.OTR_restaurantErgebnisBildFeld {
	max-width: 500px;
	resize: vertical;
}


/* EINGABEFELDER */

.BpWebApp input[type="text"], .BpWebApp input[type="email"], select, textarea {
	resize: vertical;
	border-radius: 0;
	width: 100%;
}

.BpWebApp_Field {
	width: 100%;
	max-width: 100%;
}

.BpWebApp_Field_String {
	height: 45px !important;
}

.BpWebApp_Field_eMail {
	height: 45px !important;
}

.BpWebApp_Field_Time {
	height: 45px !important;
}

.BpWebApp_Field_Dropdownmenu {
	height: 45px !important;
	text-align: left !important;
}

.BpWebApp_Field_Date {
    margin-left: auto !important;
    margin-right: auto !important;
}

.BpWebApp_Field_Text{
	border: 1px solid #CCCCCC !important;
	margin-bottom: 5px !important;
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #1f2531 !important;
	text-align: left;
	max-height: 60px !important;	 
	width: 100%;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

.BpWebApp input {
	font-family: inherit;
	border: 1px solid #CCCCCC;
	border-radius: 0 !important;
	margin-bottom: 5px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	padding: 10px;
}

.BpWebApp input:focus {
	border-color: #daae4f;
	transition: border 0.2s linear 0s;
}

.ui-combobox, .ui-combobox-input {
	background: #FFFFFF !important;
	width: 300px;
	max-width: 100%;
}

.BpWebApp .ui-combobox-toggle {
	border: 0;
	background: none;
	height: 45px;
	width: 40px;
}

.ui-menu {
    display: block;
    font-family: inherit;
	font-size: 16px;
	font-weight: 400;
}

.BpWebApp_Field_Radio_Button_Content {
	display: inline-block;
	margin-bottom: 10px;
}


/*Datepicker*/

.ui-datepicker > .ui-datepicker-header {
    height: 40px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    height: 30px !important;
}

select.ui-datepicker-month {
    width:100% !important;
	margin-left:2px !important;
}

select.ui-datepicker-year {
    display:none !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 7px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    top: 4px !important;
	margin-left: auto !important;
    margin-right: auto !important;	
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    font-weight: normal;
	color: #212121;
	background: #ffffff;
	border: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover:not(.ui-state-disabled) {
	cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: none;
    background-color: #FFFFFE;
    color: #1e24de;
    font-weight: bold;
}

.ui-state-active,
.ui-state-active, .ui-state-active {
	background-color: #1f2531 !important;
	color: #daae4f !important;
    font-weight: bold !important;
}

.ui-state-default {
	background: none;
    background-color: #bbb;
    color: #1e24de;
    font-weight: bold;
    padding: 10px !important;
    text-align: left !important;
}

#Navigator.BpWebApp {
	padding: 0 20px;
	max-width: 750px;
	margin: 0 auto;
}

.OTR_ErgebnisRestaurantBoxUeberojekt {
	display: none;
}

.BpWebApp_Container_VBox {
	text-align: center;
}


/* Kalender */

.ui-datepicker > .ui-datepicker-header {
	padding-left: 0;
}

.ui-datepicker-current {
	display: none;
}

.ui-datepicker-prev {
	margin-left: 0;
}

.ui-datepicker-calendar .ui-state-default {
	color: #1f2531;
	background: #daae4f;
	border: 1px solid #daae4f;
	text-align: center !important;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	background: transparent;
	opacity: .5;
	border: 1px solid #ffffff;
}


/* Formular-Felder */

@media (min-width: 701px) {
	.OTR_formularAnredeBoxUeberobjekt,
	.OTR_formularVornameBoxUeberobjekt,
	.OTR_formularTitelBoxUeberobjekt,
	.OTR_formularNameBoxUeberobjekt,
	.OTR_formularTelefonBoxUeberobjekt,
	.OTR_formularEmailBoxUeberobjekt {
		width: 50%;
	    float: left;
	    text-align: left;
	}
}

.BpWebApp input,
.OTR_uhrzeitButton {
	cursor: pointer;
}

#Navigator_100 {
	text-align: left !important;
}

.OTR_ergebnisBoxButtonAuswahlAnpassen {
	font-family: 'Cabin',Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

.ui-button-icon-only .ui-icon {
	top: 53% !important;
}

.OTR_legendeBox {
	display: none;
}

.OTR_ergebnisBoxButtonAuswahlAnpassenUeberobjekt {
	text-align: left;
}

.OTR_ergebnisBoxButtonAuswahlAnpassenUeberobjekt .OTR_ergebnisBoxButtonAuswahlAnpassen {
    color: #1f2531;
    border: 1px solid #1f2531 !important;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    padding: 10px 15px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.OTR_ergebnisBoxButtonAuswahlAnpassenUeberobjekt .OTR_ergebnisBoxButtonAuswahlAnpassen:hover {
    background-color: #daae4f !important;
    color: #1f2531;
    border: 1px solid #1f2531 !important;	
}


/*  a Links */

.OTR_textLink a {
	font-size: 12px !important;
	font-weight: normal;
	color: #1f2531;
	text-align: left !important;
	padding-left:10px;
}

.OTR_textLink a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-align: left !important;
    box-shadow: none !important;
	padding-left:10px;
}


/* Buttons */

.OTR_textButton {
	background-color: #FFFFFF !important;
	border: none !important;
	margin-top: 10px;
	margin-left: -5px;
	padding-left: 0px;
	width: 100% !important;
	height: 20px !important;
	margin-right: 5px;
	font-size: 12px !important;
	font-weight: normal;
	color: #1f2531;
	text-align: left !important;
}

.OTR_textButton:hover {
	background-color: #FFFFFF !important;
	border: none !important;
	font-size: 12px;
	font-weight: normal;
	color: #FF6600;
	text-align: left !important;
    box-shadow: none !important;
}

.OTR_beschriftungTextDatumButtonUeberobjekt {
	display: none;
}

.OTR_textButtonDatum {
	background-color: #daae4f !important;
	color: #1f2531 !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
    border: 1px solid #1f2531 !important;
    padding: 10px 20px !important;
	font-family: inherit;
	font-size: 14px !important;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}

.OTR_textButtonDatum:after {
	content: '(Datum ändern)';
	font-size: .9em;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
}

.OTR_textButtonDatum:hover:after {
	color: #daae4f !important;
}

.OTR_reservButton,
.OTR_stornoButtonStyle {
	color: #daae4f !important;
	background-color: #1f2531 !important;
	border: 1px solid #daae4f !important;
	width: auto !important;
	height: auto !important;
	font-size: 16px !important;
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 20px;
	float: left;
	cursor: pointer;
	transition: ease .3s;
}

.OTR_reservButton:hover,
.OTR_stornoButtonStyle:hover {
	color: #1f2531 !important;
	background-color: #daae4f !important;
	border-color: #1f2531 !important;
}

/* .OTR_stornoButtonStyle {
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
	margin-top: -3px;
	margin-left: 0px;
	padding-left: 8px;
	width: 100%;
	height: 40px;
	margin-right: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-align: center;
}

.OTR_stornoButtonStyle:hover {
	background-color: #FF8000!important;
} */

.OTR_uhrzeitButtonStyle {
	background-color: #daae4f !important;
	border: 1px solid #1f2531!important;
	color: #1f2531 !important;
	width: 80px !important;
	height: 40px !important;
	margin-bottom: 10px;
}

.OTR_uhrzeitButtonStyle:hover {
	background-color: #1f2531 !important;
	border-color: #daae4f !important;
	color: #daae4f !important;
}

.OTR_uhrzeitButtonStyle:disabled {
	background-color: #efefef !important;
	border: 1px solid #efefef !important;
	color: #1f2531 !important;
	cursor: not-allowed;
}

.BpWebApp button {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	width: 100%;
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: normal;
	color: #1f2531;
	text-align: center;
}

.BpWebApp button:hover {
	background-color: #FFFFFF;
}

.BpWebApp button:active {
	box-shadow: 0 -2px 4px -4px #232323;
}

.BpWebApp button img {
	padding-right: 5px;
}


/* ZUSAMMENFASSUNG */

.BpWebApp_Summary_Field_Box .BpWebApp_Field_Label {
	width: 200px;
	font-weight: bold;
}

.BpWebApp_Summary_Container_Box .BpWebApp_Container_Label {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 5px;
}

 .BpWebApp_Summary_Container_Box .BpWebApp input {
	border: none;
}

.BpWebApp_Summary_Container_Box .BpWebApp_Table th {
	font-size: 0.8em;
	border: solid 1px;
}


/* TABELLE */

.OTR_restaurantZeile {
	background-color: #FFFFFF;
	width: 100% !important;
	margin-bottom: 40px;
}

.OTR_restaurantZeile:hover {
	background-color: #FAFAFA;
}

.BpWebApp_Table_ReadOnly_Cell {
	background: #FFFFFF;
}

.ui-jqgrid-htable,
.ui-jqgrid-btable,
.ui-jqgrid-pager,
.ui-jqgrid-view,
.ui-jqgrid-bdiv,
.ui-jqgrid-hdiv,
.ui-jqgrid-hbox,
.ui-jqgrid {
	max-width: 100% !important; width:100% !important; border: none; 
}

.ui-jqgrid-hdiv {
	display: none !important;
}

.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
	border: none !important;
}


/* HBOX */

.BpWebApp_Container_HBox_Content {
	width: 99%;
	max-width: 99%;
	text-align: left;
}


/* RADIO */

input[type="radio"]{
	display:none;
}

input[type="radio"]:checked+label{ 
	color: #FF6600;
	font-weight: bold; 
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 -2px 4px -4px #232323;
} 

input[type="radio"]+label{ 
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	-moz-border-radius: 0.1em;
  	-webkit-border-radius: 0.1em;
  	border-radius: 0.1em;
} 

input[type="radio"]:hover+label{
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 -2px 4px -4px #232323;
} 


/* CHECKBOX */

input[type="checkbox"]{
	width:auto !important;
	float: left;
}

.OTR_Status input[type="checkbox"]{
	display:none;
}

.OTR_Status input[type="checkbox"]:checked+label{ 
	font-weight: bold; 
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 -2px 4px -4px #232323;
} 

.OTR_Status input[type="checkbox"]+label{ 
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	-moz-border-radius: 0.1em;
  	-webkit-border-radius: 0.1em;
  	border-radius: 0.1em;
} 

.OTR_Status input[type="checkbox"]:hover+label{ 
	margin-right: 10px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0 -2px 4px -4px #232323;
} 

.ui-autocomplete{
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.OTR_inputFilledStyle {
	border: 1px solid #1f2531 !important;
}

.OTR_inputFilledStyleClone {
	border: 1px solid #FF6600 !important;
}

.OTR_Versteckt{
	display: none;
}

.OTR_meldungsDialogOhneAnfrageModusBox {
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 40px;
}

.BpWebApp_Label_Mandatory{
	text-decoration: none !important;
	font-weight:normal !important;	
}

.BpWebApp_Label_Mandatory::after{
	content:"*";
	text-decoration: none !important;
}

.BpWebApp_Field_Label{
	display: block;
    font-weight: normal;
    margin: 20px 0 5px;
}

.BpWebApp_Field_Boolean + .BpWebApp_Field_Label {
	float: left;
	margin: 3px 0 20px;
}

.OTR_vaDatumVonFeldText {	
	text-align: center !important;
	width: 100%;
	white-space: pre-wrap;
	font-size: 20px;
    font-weight: bold;
	color: #FF6600;		
}

.OTR_TextKalenderVerfuegbarkeitenLegende { 
	width: 100%;
	text-align: center !important;
}

.ui-datepicker {
	margin-left: auto !important;
    margin-right: auto !important;
	border-radius: 0 !important;
    border: 1px solid #daae4f !important;
    padding: 15px 20px;
    width: 350px;
    max-width: 100%;
    font-family: inherit;
}

@media (max-width: 700px) {
	.BpWebApp_Container_VBox {
		text-align: left;
	}
}

@media (max-width: 400px) {
	.ui-state-default {
		padding: 4px !important;
	}
	.OTR_ergebnisBoxRestaurantUberobjekt .OTR_textstyleBeschriftung,
	.OTR_ergebnisBoxAnzahlPersonenUberobjekt .OTR_textstyleBeschriftung,
	.OTR_ergebnisBoxVADatumUeberobjekt .OTR_textstyleBeschriftung,
	.OTR_ergebnisBoxVonUhrzeitUeberobjekt .OTR_textstyleBeschriftung {
		display: block;
		margin-top: 10px;
	}
}