body {
	margin-top: 0px;
}
#wrapper {
	padding-left: 0px;
}
.page-header {
	border-bottom: 0px;
}
.logotyp {
	text-align: center;
}
.logotyp img {
  max-width: 250px;
	margin-bottom: 20px;
}
.navbar {
	min-height: auto;
	padding-left: 12px;
	background: #0A96FF;
	color: #fff;
}
.btn-primary{
	background: #0A96FF;
}
.navbar-default {
	border-color: none;
}
#page-wrapper {
  margin: 0 auto;
  width: 1024px;
}
select#adults, select#kids {
  width: 70px;
}
select#name, .form-control.postal_code {
	width: 100px;
}
.kid_date.refresh_form.dyn_datepicker.form-control, .datepicker.form-control.birthday.hasDatepicker {
	width: 198px;
}
.pt-20 {
	padding-top: 20px;
}
h3.sidebar_h3 {
	margin-top: 0px;
}
.kid_date.refresh_form.dyn_datepicker.form-control {
	background: #eee;
}
.btn.btn-primary {
	display: block;
  margin: 20px 0;
}
fieldset {
	margin-bottom: 20px;
}
span#export_pdf, span#order_price,span#order_hotel_discount_value {
	margin-right: 15px;
}
.details_table .product{
	font-style: italic;
}
.details_table .price{
	min-width: 75px;
	text-align: right;
}
.details_table .no-border td {
	border: none;
}
#export_pdf, .cursor_pointer{
	cursor: pointer;
}
.kids_dates input[type="text"] {
  width: 50%;
}
.valid-day a{
	background-color: rgba(90,179,0,0.5)!important;
	color:white;
}
.ui-datepicker-header .ui-datepicker-prev {
	color: red;
	transition: color .25s ease;
}
/* .ui-datepicker-header .ui-datepicker-next {
	color: red;
	transition: color .25s ease;
	content:"f061";
	font-family: fontawesome;
	background-image: none!important;
} */
.product_checkboxes .fa, #order_debug .fa {
	font-size: 30px;
}
.product_checkboxes {
  overflow: auto;
  text-align: center;
}
.person {
  float: left;
  margin: 0 2px;
}
.person:first-child {
	margin-left: 0px;
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png") !important;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png") !important;
}
@media screen and (max-width: 1024px) {
	#page-wrapper {
		width: 100%;
	}
	#ui-datepicker-div {
		width: 90% !important;
	}
}
@media screen and (max-width: 768px) {
	.ui-datepicker-group {
		width: 30em;
	}
	.ui-datepicker-group.ui-datepicker-group-middle:nth-child(2n+1) {
		clear: both;
	}
	.ui-datepicker-multi-4 .ui-datepicker-group {
		width: 50% !important;
	}
}
@media screen and (max-width: 736px) {
	fieldset div:not(:last-child) {
    margin-bottom: 20px;
	}
	input.birthday {
		width: 100px;
	}
}
@media screen and (max-width: 425px) {
	fieldset {
		margin-bottom: 0px;
	}
	fieldset.span4 div {
    margin-top: 10px;
	}
	.person_title {
		margin-top: 40px;
	}
	.person_title:first-child {
		margin-top: 0px;
	}
	#ui-datepicker-div {
		font-size: 11px;
	}
	input#date_from, input#date_to, .kid_date.refresh_form.dyn_datepicker.form-control, .datepicker.form-control.birthday.hasDatepicker {
    width: 140px;
	}
	.kids_dates input[type="text"] {
		width: 100%;
	}
	.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
		padding: 5px 1px;
	}
}

.btn-gray{
	color: black;
	background-color: lightgray;
	border-color: gray;
}
