﻿/* ######################## */
/* Schriftart */
/* ######################## */

@font-face { font-family: "UnitOTBold"; src: url("unitot-bold.eot") format("embedded-opentype"), url("unitot-bold.woff") format("woff"), url("unitot-bold.ttf") format("truetype"), url("unitot-bold.svg#UnitOTBold") format("svg"); }
@font-face { font-family: "UnitOTRegular"; src: url("unitot-regular.eot") format("embedded-opentype"), url("unitot-regular.woff") format("woff"), url("unitot-regular.ttf") format("truetype"), url("unitot-regular.svg#UnitOTRegular") format("svg"); }


body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea , .ui-widget-content, select, textarea, input {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


/* ######################## */
/* Hintergrund */
/* ######################## */

body, .BpWebApp, .ui-widget {
	background: none;
}

.paddingWebApp .ui-widget-content {
	background: none;
}

.ui-datepicker .ui-datepicker-header {
	background: white;
}

.ui-datepicker .ui-datepicker-calendar {
	background: white;
}

.ui-combobox {
	background: white;
}

.ui-widget li {
	background: white;
}

.ui-widget li:hover {
	background: white;
}


/* ######################## */
/* Padding */
/* ######################## */

.paddingWebApp {
	padding: 10px;
}


/* ######################## */
/* Buttons */
/* ######################## */

.BpWebApp_Button {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
    padding: 8px;
	width: auto;
    background-color: #df7a1c;
    border: none;
	border-radius: 0;
    color: #fff;
    cursor: pointer;
    position: relative;
    height: auto;
    display: block;
}

.BpWebApp_Button:hover {
	background-color: #142445;
	color: #fff;
}


/* ######################## */
/* Eingabefelder */
/* ######################## */

.BpWebApp_Field {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 0;
	max-width: 300px;
}

.BpWebApp_Field_Label {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	min-width: 114px;
	font-size: 14px;
	color: #fff;
}

.BpWebApp_Field_Text {
	width: 59%;
	height: 100px;
}




/* ######################## */
/* Lade-Dialog */
/* ######################## */

.BpWebApp_LoadingDialog {
	background-color: transparent;
}


/* ######################## */
/* Bp Event OTR Standards */
/* ######################## */


/* Überschriften */
.OTR_ueberschrift {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

h1 {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

/* Überschriften in Zusammenfassung */
.OTR_Zusammenfassung_ueberschrift {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 5px;
}


.OTR_ueberschriftUhrzeitWaehlen {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

/* Schriftart Textboxen */
.OTR_textButtonBox {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}



/* Textfeld */


.OTR_gastBemerkung {
	height: 100px !important;
	width: 400px !important;
}

.OTR_gastBemerkung_Ueberschrift {
	vertical-align: top;
}

/* Margin-Bottom VBOX */
.BpWebApp_Container_VBox_Content {
	margin-bottom: 5px;
}

.BpWebApp_Container_HBox_Content {
	margin-top: 10px;
	max-width: 300px;
	margin-right: 20px;
}

.OTR_meldungsBox .BpWebApp_Container_HBox_Content{
	max-width: 100%;
}

.OTR_uhrzeitButtonBox {
	max-width: 100% !important;
	margin-right: 1px;
}


.BpWebApp_Field_Html {
	color: #fff;
}

.OTR_meldungsBox .BpWebApp_Field {
	border: none;
}



.OTR_textstyleBeschriftung {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

.OTR_textstyle {
	font-family: 'UnitOTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

/* Textausgaben ohne Border */
.textausgabe {
	border: none;
}

/* Breite E-Mail-Feld auf 90% */
.OTR_gastEmail {
	width: 90%;
}

.OTR_testStornoBestaetigungDankeUeberobjekt{
	max-width: 100%;
	width: 100%;
}

.OTR_textAusgebuchtMeldungUeberobjekt{
	max-width: 100%;
	width: 100%;
}



