/** style-attributes extracted from profiler 2 */
.standard-background {
	background-color: #f5f4f3;
}

.link {
	color: #5b0013;
}

.gwt-MenuBar-horizontal {
	border-color: #C4C0B9 !important;
	border: 1px solid;
	background-repeat: repeat-x;
	background: url(images/menubackground.png) !important;
}

.gwt-MenuBar-horizontal .gwt-MenuItem {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 10px;
}

/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.conflictPopUpCaption {
	height: 15px;
}

.readonly {
	background-color: gainsboro;
}

.gwt-SuggestBox {
	padding: 1px !important;
	padding-right: 0px !important;
}

.gwt-ListBox.listBoxResults {
	display: block;
 	width: 100%;
 	min-width: 500px;
}
.gwt-ListBox.listBoxResults option {
	padding: 3px 6px;
}
.gwt-ListBox.listBoxResults option:hover {
	background-color: #d5ebff;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

body {
	font-family: sans-serif;
	color: #141817;
	background-color: white;
	padding: 0;
	font-size: 15px;
}

td, a, div, .p {
	font-family: sans-serif;
	font-weight: bold;
}

.facetName {
	font-weight: bold;
	color: orange;
}

.facetLink {
	text-decoration: none;
	color: rgb(0, 75, 145);
	margin-left: 20px;
}

.facetCheckbox {
	margin-right: 4px;
}

.loadingImage {
	position: absolute;
	top: 50%;
	left: 50%;
}

.loadingPanel {
	position: absolute;
	opacity: .40;
	background-color: lightgray;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 15px 6px 6px;
}

.pointer:hover {
	cursor: pointer !important;
}

.north {
	background-color: white;
	width: 100%;
}

.toolbar-title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

.formLabel {
	width: 200px;
	text-align: right;
	margin-right: 5px;
}

.formInput {
	width: 200px;
	padding-top: 5px !important;
	padding-right: 4px !important;
	padding-bottom: 5px !important;
	padding-left: 4px !important;
	font-family: Arial Unicode MS, Arial, sans-serif;
}

.formListBox {
	width: 210px;
}

.horizontalFormPanel {
	margin-bottom: 5px;
}

.formCheckBox {
	display: flex;
}

.smallTextBox {
	width: 30px;
}

.formPairLeftSmall {
	margin-right: auto;
}

button.gwt-Button {
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 2px 5px 0px,
		rgba(0, 0, 0, 0.117647) 0px 2px 5px 0px;
	border-radius: 3px;
	border: 1px outset transparent;
	margin: 10px;
	webkit-transition: all .025s ease-out;
	-moz-transition: all .025s ease-out;
	-o-transition: all .025s ease-out;
	-ms-transition: all .025s ease-out;
	transition: all .025s ease-out;
}

button.gwt-Button:hover {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px 0px,
		rgba(0, 0, 0, 0.15) 0px 2px 5px 0px;
	border: 1px outset #ccc;
}
button.gwt-Button.saveButton:not(:disabled) {
	background-image: none;
	background-color: #ff7676;
	color:#fff;
}

.copyright {
	text-align: right;
	color: black;
	margin-right: 10px;
}

.tabPanel {
	border-radius: 3px;
}

.gwt-TabLayoutPanelTab {
	margin-right: 20px;
}

.gwt-TabLayoutPanelContent {
	margin-top: 20px;
}

.toolbar-title {
	font-size: 17px;
	font-weight: bold;
}

.toolbar-title:hover {
	background-color: #FFC85E;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

input[type="checkbox"]::-moz-focus-inner {
	border: 2px;
	box-shadow: 10px 10px grey;
}

/* Only Internet Explorer 10 */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	input[type="checkbox"]:focus {
		box-shadow: 1px 1px 1px 2px #808080;
		outline: none;
	}
}

@
-moz-document url-prefix () {
	input [type="checkbox"]: focus{ 
box-shadow: 1px 1px 1px 2px #808080;
}

}
.inputPanel {
	min-width: 900px;
	background-color: white;
	width: 30vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.inputPanelLarge {
	min-width: 900px;
	width: 90%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.conflictPanel {
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.dialogBox {
	z-index: 100000;
	width: auto !important;
}

.buttonPanel {
	margin-right: auto;
	margin-left: auto;
}

.centerPanel {
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-height:1001px) {
	.header {
		background-color: #FFBF58;
		text-align: center;
		font-size: xx-large;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.mainPanel {
		margin: 20px;
	}
}

@media only screen and (max-height:1000px) {
	.header {
		background-color: #FFBF58;
		text-align: center;
		font-size: large;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		padding: 5px;
		margin-bottom: 5px;
		font-weight: bold;
		margin-left: -1px;
		margin-right: -1px;
	}
	.mainPanel {
		margin: 10px;
	}
}

.smallHeader {
	background-color: #FFBF58;
	text-align: center;
	font-size: large;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: -3px;
	margin-right: -3px;
}

.smallColumn {
	width: 50px !important;
}

.hiddenTime .fc-event-time {
	visibility: hidden;
	height: 0px;
}

.validationError {
	background: #ffcccc !important;
}

.gwt-DisclosurePanel .header {
	margin-left: 10px;
}

.popupPanel {
	z-index: 100000;
}

.gwt-SuggestBoxPopup {
	z-index: 100000;
	background-color: white;
	border-radius: 5px;
}

.timeCell {
	min-width: 30px;
}

.innerCell {
	padding-left: 25px !important;
}

.innerRow td:first-child {
	padding-left: 25px !important;
}

.savePopUp {
	z-index: 750;
}

.clickable {
	cursor: pointer;
}

.buttonCell, .buttonCell button {
	cursor: pointer;
	border: none;
	background: none;
	white-space: nowrap;
}

button.buttonCell {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.popUp {
	z-index: 1111;
}

.editButton img {
	visibility: visible;
	width: auto;
	height: 25px;
	float: right;
}

.editButtonInvisible img {
	visibility: hidden;
}

.requestMenuButton img {
	width: 25px;
	height: auto;
}

.conflictCell button img {
    width: auto;
    height: 25px;
}

.advancedMenuItem:after {
	content: "\25bc";
}

.gwt-MenuBarPopup {
	z-index: 1000;
}

.driveTable th, .reportTable th {
	text-shadow: none !important;
}

.notVisible img {
	visibility: hidden;
}

.notVisible div {
	visibility: hidden;
}

.notVisible input[type="checkbox"] {
	visibility: hidden;
}

.notVisible button {
	visibility: hidden;
}

.visible button {
	visibility: visible !important;
}

.loginPanel {
	float: right;
}

.notificationCard {
	width: 500px;
	height: 120px;
	z-index: 100000 !important;
	padding: 10px;
}

.notificationInfo {
	color: #008000;
}

.notificationError {
	color: #AA0000;
}

.notificationWarning {
	color: #df9700;
}

.notificationHeader {
	font-size: 20px;
	text-decoration: underline;
}

.notificationMessage {
	font-size: 15px;
}

.htmlPanel {
	font-size: 20px;
	width: 60%;
	text-align: justify;
	margin: auto;
}

div.spinner {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.conflictCell .conflictCellInner .spinner,
.conflictCell .conflictCellInner .buttonCell {
	display: none;
}
.conflictCell .conflictCellInner .manual {
	cursor: pointer;
}
.conflictCell.conflict .conflictCellInner .buttonCell,
.conflictCell.validationError .conflictCellInner .buttonCell :not(.waiting) {
	display: inline-block;
}
.conflictCell.waiting .conflictCellInner .spinner {
	display: inline-block;
}

.scrollPanelCellTable {
	max-height: 25vh;
	min-width: 90vw;
	height: auto;
}

.scrollPanelCellTable td div {
	font-weight: normal;
}

.driveTable td, .driveTable th {
	padding: 2px !important;
}

.formTitle {
	font-weight: bold;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.FlexTable {
	border-top: thin solid #444444;
	border-left: thin solid #444444;
	border-right: thin solid #111111;
	border-bottom: thin solid #111111;
	background-color: #ffffff;
}

.FlexTable-OddRow {
	background: #ffffff;
}

.FlexTable-EvenRow {
	background: #f3f7fb;
}

.FlexTable-ColumnLabel {
	padding: 3px;
}

.FlexTable-Header {
	border-bottom: 2px solid #6f7277;
	background: #add5f0;
	padding: 3px 15px;
	text-align: left;
	color: #4b4a4a;
	text-shadow: #ddf 1px 1px 0;
	overflow: hidden;
	white-space: nowrap;
}

.FlexTable-ColumnLabelCell {
	padding: 2px 15px;
	overflow: hidden;
}

.FlexTable-Cell {
	font-size: 16px;
	padding: 2px 15px;
	overflow: hidden;
}

.infoLine {
	margin-bottom: 1%;
	border-collapse: collapse;
}

.infoLine td {
	border-style: solid;
	border-width: 2px;
}

.greyField {
	background-color: lightgrey;
}

.pdfHeader {
	vertical-align: text-top;
}

.tableWidth {
	width: 90% !important;
}

.logHeader {
	font-weight: bold;
	font-size: 20px;
}

.tableCellPadding td {
	padding-left: 5px;
	padding-top: 0px !important;
	font-weight: normal;
}

.vehicleHeader {
	text-align: right;
	font-size: 14px;
}

.passengerRightPanel {
	margin-right: 2vw;
}

.reportTable table {
	cursor: auto;
}

.pointer {
	cursor: pointer;
}

.passengerCheckBoxLabel {
	margin-left: 30%;
}

.datePicker {
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial Unicode MS, Arial, sans-serif;
	margin-left: -2%;
	padding-right: 1%;
	padding-left: 2%;
}

.datepicker-dropdown {
	background: #FFBF58;
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-family: Arial;
	color: #000000;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
}

/* Do not show arrow after opening datepicker */
.datepicker-dropdown:after {
	visibility: hidden;
}

.datepicker-dropdown:before {
	visibility: hidden;
}

.table-condensed {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	font-family: Arial;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
}

.mandatoryField:after {
	content: "\2605";
	color: #FFBF58;
	vertical-align: super;
	font-size: 11px;
}

.solution0 {
	background-color: rgb(182, 255, 142);
}

.solution1 {
	background-color: rgb(222, 255, 142);
}

.solution2 {
	background-color: rgb(255, 255, 142);
}

.solution3 {
	background-color: rgb(255, 215, 142);
}

.solution4 {
	background-color: rgb(255, 185, 142);
}

.gwt-HTML.no-solutions-warning {
	padding: 2rem;
	color: #a5441c;
	font-size: 15px;
}

.gwt-TextArea.request-remark-text-area {
    min-width: 350px;
    min-height: 80px;
    margin: 10px 10px 0px 8px;
    border-radius: 3px;
    padding: 10px !important;
}

.checkBoxFormPair td:nth-child (2) {
	width: 208px;
}

.checkBoxFormPair td:nth-child (2) span {
	padding-left: 0px !important;
}

.checkBoxFormPair td:nth-child (2) span input[type="checkbox"] {
	margin-left: 0px;
}

.editTextCell:hover {
	cursor: pointer !important;
}

.break td {
	background-color: lightgrey !important;
	border: none;
	opacity: 0.8;
}

.refuel td {
	background-color: mediumorchid !important;
	border: none;
	opacity: 0.8;
}

.handover td {
	background-color: darkseagreen !important;
	border: none;
	opacity: 0.8;
}

.breakLabel {
	font-size: 16px;
	margin: 5px;
	margin: 8px;
	font-weight: normal;
}

.durationLabel {
	margin-left: 10px;
}

.break td div {
	padding-left: 2px;
}

.requestLabel {
	font-size: 16px;
	margin: 10px;
}

.requestArrivalLabel {
	font-size: 16px;
	margin-bottom: 10px;
}

.anonymOkButton {
	width: 80px;
}

.noResizeTextArea {
	resize: none;
}

.anonymReqLabel {
	margin-left: 30px;
}

.anonymReqMargin {
	margin-bottom: 40px;
}

.anonymReqInfoTitle {
	margin-top: 20px;
	font-size: 17px;
}

.anonymReqInfo {
	margin-bottom: 30px;
	font-size: 17px;
}

.anonymousInfoVP {
	margin-left: 70px;
}

.calendarLabel {
	width: 300px !important;
}

.impressum {
	text-align: center;
	color: black;
	cursor: pointer;
}

.impressumPanel {
	text-align: right;
	width: 105%;
}

.crPanel {
	text-align: right;
	width: 100%;
}

.southPanel {
	width: 100%;
}

.southPanel td {
	width: 50%;
}

.manual {
	background-color: #FFC85E;
}
.geocodingResponseSelectorWidgetShowOnMapButton {
	display: inline-block;
	margin: 13px 0 0px;
}
