.gradient, .booking_panel input[type=submit] {
	background: rgb(226, 226, 226);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
}

.gradient:hover, .booking_panel input[type=submit]:hover {
	background: #222;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #fff;
	text-decoration: none;
}

.booking_panel input[type=submit] {
	border-radius: 10px;
	color: #555;
	cursor: pointer;
	border: 1px solid #fff;
	box-shadow: #aaa 1px 1px 11px;
	padding: 9px;
	font-weight: bold;
	font-size: 22px;
	display: block;
	letter-spacing: -1px;
	text-shadow: #eee 1px 1px 1px;
	margin: 15px auto 10px auto;
	min-width: 140px;
	font-family: "aktiv-grotesk", sans-serif;
}

.login_form {
	margin: 0px auto;
	padding: 20px 0px;
}

.input_table {
	width: 80%;
	margin: 0px auto;
}

#content-wrapper .booking_panel .input_table tr td {
	border: none;
	vertical-align: middle;
}

#content-wrapper .booking_panel .input_table tr th.header {
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.input_table textarea {
	height: 38px;
}

/*.left_arrow {
    background: url(images/arrows-sprite.png) transparent -13px -1px!important;
    border: none!important;
    box-shadow: none!important;
    width: 178px!important;
    height: 82px;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    color: #555;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: #aaa 1px 1px 11px;
    padding: 3px 8px;
    font-weight: bold;
    font-size: 20px;
    display: block;
    letter-spacing: -1px;
    text-shadow: #eee 1px 1px 1px;
    margin: 15px auto 10px auto;
    width: 150px;
    text-align: center;
}*/

/*.right_arrow {
    background: url(images/arrows-sprite.png) transparent -185px -1px!important;
    border: none!important;
    box-shadow: none!important;
    width: 178px!important;
    height: 82px;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    color: #555;
    cursor: pointer;
    border: 1px solid #fff;
    box-shadow: #aaa 1px 1px 11px;
    padding: 3px 8px;
    font-weight: bold;
    font-size: 20px;
    display: block;
    letter-spacing: -1px;
    text-shadow: #eee 1px 1px 1px;
    margin: 15px auto 10px auto;
    width: 150px;
    text-align: center;
}*/

.right_arrow, .left_arrow {
	background: #00bd00 !important;
	border: none;
	display: inline-block;
	margin-top: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #FFF;
	font-weight: 300;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	padding: 7px 25px;
	text-shadow: none;
	line-height: 1.4;
	font-size: 15px;
	margin: 0 5px;
	background-image: none;
	width: 150px !important;
	border-radius: 100px;
}

/*.right_arrow:hover {
    background: url(images/arrows-sprite.png) transparent -185px -78px!important;
    color: #fff!important;
    text-shadow: #000 1px 1px 1px!important;
}

.left_arrow:hover {
    background: url(images/arrows-sprite.png) transparent -13px -78px!important;
    color: #fff!important;
    text-shadow: #000 1px 1px 1px!important;
}*/

.input_table input[type=text], .input_table input[type=password] {
	height: 21px;
}

.input_table input[type=text], .input_table input[type=password], .input_table textarea {
	width: 175px;
	border-radius: 8px;
	margin: 0px;
	position: relative;
	top: -6px;
	font-size: 16px;
	padding: 7px 7px 4px 7px;
	color: #444;
	font-family: "aktiv-grotesk", sans-serif;
	letter-spacing: -1px;
	box-shadow: #ccc 1px 1px 3px;
	display: block;
	border: 1px solid #aaa;
	background: #efefef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(50%, #ececec), color-stop(51%, #e6e6e6), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -o-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: linear-gradient(to bottom, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', GradientType=0);
}

.input_table input[type=text]:focus, .input_table input[type=password]:focus, .input_table textarea:focus {
	outline: none !important;
	border: 1px solid #0081ff;
	box-shadow: #0081ff 1px 1px 3px;
}

.input_table td {
	vertical-align: top;
	font-size: 15px;
}

#content-wrapper .login_form table tr td {
	border: none;
}

#arrow_down_right {
	background-image: url(images/arrows-sprite.png);
	position: absolute;
	width: 113px;
	height: 109px;
	background-position: -6px -107px;
	right: -5px;
	top: 123px;
	display: none;
	z-index: 1000;
	background-size: 220%;
	display: none !Important;
}

.big_button {
	font-weight: 300;
	color: #FFF;
	background: #00bd00;
	padding: 22px 40px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
	line-height: 20px;
	margin-top: 40px;
}

.big_button:hover {
	text-decoration: none;
}

.booking_panel table.colour_rows {
	width: 100%;
}

table.colour_rows tr td {
	padding: 11px 0px 3px 0px;
}

#content-wrapper .booking_panel table.colour_rows tr.clear td {
	background-color: transparent !important;
}

table.colour_rows tr:nth-child(even) td {
	background-color: #ddd !important;
}

.booking_panel {
}

td.label {
	text-align: right;
	vertical-align: top;
}

#new_booking {
	line-height: 28px !important;
}

#profile_trigger:hover, #new_booking:hover {
	background: rgb(200, 200, 200);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200, 200, 200, 1)), color-stop(50%, rgba(193, 193, 193, 1)), color-stop(50%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(217, 217, 217, 1)));
	background: -webkit-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -o-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -ms-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: linear-gradient(to bottom, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#d9d9d9', GradientType=0);
}

#profile_trigger, #new_booking {
	float: right;
	position: relative;
	width: 115px;
	margin: 0px 2px;
	height: 28px;
	cursor: pointer;
	font-size: 14px;
	display: block;
	color: #494949;
	text-decoration: none;
	padding: 3px 0px 1px 0px;
	border: 1px solid #bbb;
	line-height: 14px;
	background: rgb(226, 226, 226);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃ¯Â¿Â½EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
}

#profile_menu {
	position: absolute;
	top: 31px;
	left: -1px;
	text-align: left;
	width: 115px;
	padding: 5px 0px;
	display: none;
	background-color: #ddd;
	box-shadow: #ccc 4px 5px 6px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

#profile_menu ul {
	margin: 0px;
	padding: 0px;
}

#profile_menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#day_night_selector {
	margin: 20px 100px !important;
}

#profile_menu ul li a {
	display: block;
	list-style: none;
	font-size: 11px;
	padding: 2px 4px;
	border-bottom: 1px dotted #999;
	margin: 0px 7px;
}

.big_radio label {
	font-size: 20px;
	background-image: url(images/checkbox_sprite_new.png);
	display: block;
	float: left;
	padding: 18px 10px 0px 48px;
	padding: 16px 9px 9px 53px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 9%;
	min-height: 50px;
	cursor: pointer;
	background-position: 0px -52px;
	border-radius: 8px;
}


.big_radio label:hover {
	background-position: 0px -107px;
}

.big_radio label.checked {
	background-image: url(images/checkbox_sprite_new.png);
	background-position: 0px 0px;
}

.big_radio input {
	position: absolute;
	left: -9999px;
}

#add_dogs .wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 120px;
	margin-right: 4px;
}

#add_dogs .selectWrap {
	width: 120px;
	overflow: hidden;
}

#add_dogs select {
	position: relative;
	padding-left: 20px;
	width: 125px;
}

.radio {
	text-align: center;
	background-color: transparent;
}

.radio label {
	font-size: 19px;
	background-image: url(images/checkbox_sprite_new.png);
	display: block;
	padding: 15px 16px 10px 53px;
	background-repeat: no-repeat;
	min-height: 24px;
	cursor: pointer;
	background-position: 0px -54px;
	border-radius: 8px;
	float: left;
	position: relative;
	top: 0px;

	font-size: 20px;
	background-image: url(images/checkbox_sprite_new.png);
	display: block;
	float: left;
	padding: 16px 9px 9px 53px;
	background-repeat: no-repeat;
	margin: 0px 5px 0px 0;
	min-height: 50px;
	cursor: pointer;
	background-position: 0px -52px;
	border-radius: 8px;
}

.radio label:hover {
	background-position: 0px -107px;
}

.radio label.checked {
	background-image: url(images/checkbox_sprite_new.png);
	background-position: 0px -3px;
}

select#UserCardExpiryMonth {
	width: 200px !important;
}

select#UserCardExpiryYear {
	width: 139px !important;
}

.radio input {
	position: absolute;
	left: -9999px;
}

div.select select {
	max-width: 250px;
	min-width: 130px;
	padding: 5px;
	font-size: 15px;
	line-height: 23px;
	border: 1px solid #aaa;
	border-radius: 8px;
	height: 34px;
	box-shadow: #ccc 1px 1px 3px;
}

div.date {
	white-space: nowrap;
}

div.radio {
	white-space: nowrap;
	margin-top: -5px;
	overflow-x: hidden;
}

#content-wrapper #start_date_wrapper table tr td, #content-wrapper #daycamp_date_wrapper table tr td, #content-wrapper #end_date_wrapper table tr td, #meeting_datepicker table tr td {
	border: none;
	padding: 0px;
}

div.big_radio div.radio {
	width: auto !important;
}

.checked, .not_checked {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#start_date_wrapper {
	width: 270px;
	float: left;
	margin-right: 20px;
}

#end_date_wrapper {
	width: 270px;
	float: left;
}

#date_wrapper {
	width: 560px;
	margin: 0px auto;
}

.booking_panel h2 {
	text-align: center;
	font-size: 45px;
	margin: 25px 0px 30px 0px;
}

table.reservations.table.table-bordered {
	margin-bottom: 48px;
}

#reservation-my_reservations table.reservations th {
	background: #eee;
	border-left: none;
	border-right: none;
}

#reservation-my_reservations table.reservations td {
	border: none;
}

#flashMessage {
	background-color: #090;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px 6px 0px;
	text-align: center;
	width: 100% !important;
}

#logged_in ul {
}

#logged_in ul li ul {
	display: none;
	position: absolute;
	left: 0 !important;
	z-index: 9;
	top: 31px;
}

#logged_in ul li ul li {
}

#logged_in ul li ul li a {
	width: 155px;
	font-size: 15px;
}

#logged_in ul li {
	list-style: none;
	display: block;
	float: right;
	position: relative;
}

#logged_in ul li a, .actions a {
	display: block;
	float: right;
	background: rgb(226, 226, 226);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226, 226, 226, 1)), color-stop(50%, rgba(219, 219, 219, 1)), color-stop(51%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%, rgba(219, 219, 219, 1) 50%, rgba(209, 209, 209, 1) 51%, rgba(242, 242, 242, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
	border-radius: 9px;
	color: #555;
	border: 1px solid #fff;
	box-shadow: #aaa 1px 1px 11px;
	padding: 11px 16px 7px 13px;
	font-weight: bold;
	font-size: 17px;
	display: block;
	letter-spacing: -1px;
	text-shadow: #eee 1px 1px 1px;
	margin: 0px 2px;
}

#logged_in ul li a:hover, .actions a:hover {
	text-decoration: none;
	background: rgb(200, 200, 200);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I4YjhiOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200, 200, 200, 1)), color-stop(50%, rgba(193, 193, 193, 1)), color-stop(50%, rgba(184, 184, 184, 1)), color-stop(100%, rgba(217, 217, 217, 1)));
	background: -webkit-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -o-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: -ms-linear-gradient(top, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	background: linear-gradient(to bottom, rgba(200, 200, 200, 1) 0%, rgba(193, 193, 193, 1) 50%, rgba(184, 184, 184, 1) 50%, rgba(217, 217, 217, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#d9d9d9', GradientType=0);
}

table td.actions a {
	margin: 7px 2px;
}

#mobile_logo {
	display: none;
}

#bottom_social {
	width: 350px;
	margin: 0px auto;
	padding-top: 22px;
}

.fb-like {
	float: left;
	margin: 0px 24px 0px 0px;
}

.twitter-follow {
	display: inline-block;
}

.connect {
	text-align: center;
	color: #fff;
	padding: 0px 0px 5px 0px;
}

#blog_home p {
	font-size: 13px;
}

#blog_home img {
	width: 70px;
	float: right;
	margin: 0px 0px 6px 10px;
	border: 2px solid #fff;
	box-shadow: #777 2px 2px 2px;
	height: auto;
}

/*
.select_Left {
    background-image: url(/img/select_01.png);
    width: 10px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 0px;
    margin-right: -10px;
}
*/

.wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 160px;
	margin-right: 4px;
}

.wrap_b {
}

.selectWrap {
	min-width: 120px;
	overflow: hidden;
}

select {
	position: relative;
	padding-left: 20px;
	width: 175px;
}

#info h2 span a {
	color: #FFF !important;
	text-decoration: none !important;
}

#slide9 .wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 115px;
	margin-right: 4px;
}

#slide9 .selectWrap {
	width: 110px !important;
	overflow: hidden;
}

#slide9 div.select select {
	width: 110px;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #aaa;
	border-radius: 8px;
	height: 34px;
	box-shadow: #ccc 1px 1px 3px;
}

.gplus-bottom {
	display: inline-block;
	position: relative;
	top: -7px;
	left: 20px;
}

.gplus-bottom a {
	width: 100px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	height: 18px;
	color: #BF1000;
	font-size: 12px;
	padding: 3px 9px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, .125);
	border: 1px solid #333;
}

.gplus-bottom a:hover {
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(49%, #e1e1e1), color-stop(50%, #f1f1f1), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #e1e1e1 49%, #f1f1f1 50%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
	text-decoration: none;
	color: #C00;
	border: 1px solid #C00;
}

.meetings_client_add .input_table {
	width: auto !important;
}

.meetings_client_add .input_table th {
	text-align: center;
}

.meetings_client_add .input_table .datepicker_cell {
	vertical-align: top;
	padding: 0px 20px;
}

#meeting_datepicker .ui-state-active {
	background: #00bd00 !important;
	color: #fff !important;
}

.meetings_client_add .input_table .radio label {
	float: none;
	display: inline-block;
}

.booking_panel.printable {
	position: relative;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0px;
	min-height: 0px !important;
	max-width: 700px;
	margin: 0px auto;
}

.checkbox input {
	font-size: 19px;
	background-image: url(images/checkbox_sprite_new.png);
	display: block;
	padding: 19px 16px 5px 43px;
	background-repeat: no-repeat;
	min-height: 24px;
	cursor: pointer;
	background-position: 0px -54px;
	border-radius: 8px;
	float: left;
	position: relative;
	top: 0px;
}

.checkbox input.checked {
	background-image: url(images/checkbox_sprite_new.png);
	background-position: 0px -3px;
}

select::ms-expand {
	display: none !important;
}

@font-face {
	font-family: 'comic_bookregular';
	src: url('/fonts/comic_book-webfont.eot');
	src: url('/fonts/comic_book-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/comic_book-webfont.woff') format('woff'), url('/fonts/comic_book-webfont.ttf') format('truetype'), url('/fonts/comic_book-webfont.svg#comic_bookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'single_sleeveregular';
	src: url('/fonts/sing-webfont.eot');
	src: url('/fonts/sing-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/sing-webfont.woff') format('woff'), url('/fonts/sing-webfont.ttf') format('truetype'), url('/fonts/sing-webfont.svg#single_sleeveregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "aktiv-grotesk", sans-serif;
	src: url('/fonts/SourceSansPro-Regular-webfont.eot');
	src: url('/fonts/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/SourceSansPro-Regular-webfont.woff') format('woff'), url('/fonts/SourceSansPro-Regular-webfont.ttf') format('truetype'), url('/fonts/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.selectWrap {
	min-width: 0 !important;
	width: auto !important;
}

table {
	border-collapse: collapse;
}

.booking-panel h3 {
	text-align: center;
	margin: 25px 0px 6px 0px;
}

table h3 {
	margin: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight .ui-state-default {
	border: 1px solid #fcefa1;
	background: #00bd00;
	color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #00bd00;
	color: #fff;
}

.ui-datepicker-today a.ui-state-default {
	background: #ccc;
}

.ui-datepicker-today.ui-state-highlight a.ui-state-default {
	background: #00bd00 !important;
	color: #fff !important;
}

.booking-panel .validate {
	color: #d60000 !important;
	font-weight: bold;
	border: 1px solid #f00 !important;
	background: #ffeded !important;
}

table.input_table {
	width: 300px;
	margin: 0px auto 35px;
	text-align: left;
}

table.input_table.login {
	width: 250px;
}

.input_table input[type=email] {
	border-radius: 8px;
	margin: 0px;
	position: relative;
	font-size: 16px;
	padding: 7px 7px 4px 7px;
	color: #444;
	font-family: "aktiv-grotesk", sans-serif;
	letter-spacing: -1px;
	box-shadow: #ccc 1px 1px 3px;
	display: block;
	border: 1px solid #aaa;
	background: #efefef;
	background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(50%, #ececec), color-stop(51%, #e6e6e6), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -o-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	background: linear-gradient(to bottom, #efefef 0%, #ececec 50%, #e6e6e6 51%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fefefe', GradientType=0);
	width: Calc(100% - 16px);
	top: 0px;
	height: 21px;
}

table.input_table div.radio, table.input_table div.checkbox {
	margin-left: -8px;
	margin-top: -6px;
}

table.input_table div.radio label, table.input_table div.checkbox label {
	padding-bottom: 0px;
}

table.input_table tr {
	display: block;
}

table.input_table td {
	display: block;
	padding: 0px !important;
}

table.ui-datepicker-calendar td {
	display: table-cell !important;
}

table.input_table td.label {
	text-align: left;
	padding: 12px 0px 3px 0px !important;
	font-weight: bold;
}

table.input_table input[type=text], table.input_table input[type=password], table.input_table textarea {
	width: Calc(100% - 16px);
	top: 0px;
}

/*select {
    width: auto !important;
    min-width: 0px !important;
    font-size: 15px;
    line-height: 21px;
    margin: 2px 0;
    font-family: "aktiv-grotesk",sans-serif !important;
}*/

table.display_table {
	margin: 0px auto 35px;
	width: 80%;
	background-color: #ddd;
}

table.display_table td {
	padding: 10px 1px 9px 5px !important;
}

table.display_table td.label {
	text-align: right;
	width: 50% !important;
	padding: 12px 5px 9px 1px !important;
	font-weight: bold;
}

#main-content .booking_panel .date select {
	width: 109px;
}

table.display_table td ul {
	padding: 0px;
	list-style: none;
}

.big_radio {
	margin: 20px auto;
	display: inline-block;
}

.big_radio .input.radio, .big_radio .input.checkbox {
	text-align: left;
}

.big_radio .input.radio label, .big_radio .input.checkbox label {
	float: none;
	text-align: left;
	margin: 0px !important;
	white-space: nowrap;
}

.input.checkbox input[type=checkbox]:checked + label {
	background-position: 0px 4px;
}

.input.radio input[type=radio]:checked + label {
	background-position: 0px 4px;
}

#logged_in ul {
	padding: 5px 0px 0px 0px;
	position: relative;
	top: -3px;
}

#reservation-add #day_night_selector .input label[for="ReservationOvernight1"] {
	margin-left: 15px !important;
}

#content-wrapper #logged_in {
	width: 100%;
	height: 35px;
	padding-right: 20px;
}

#content-wrapper #logged_in ul li ul {
	left: 5px;
}

#content-wrapper #logged_in ul li ul li {
	float: none;
}

/*
select {
    cursor: pointer;
    background-color: transparent;
    font-size: 15px;
    height: auto !important;
    border: 0;
    border: none !important;
    box-shadow: none !important;
    padding: 0px 30px 3px 0px !important;
    -webkit-appearance: none;
    -webkit-transition: opacity .30s linear;
    -moz-appearance: none;
    -moz-transition: opacity .30s linear;
    outline: none;
}
*/

.wrap_a {
	width: auto !important;
	margin: 2px 8px 0 0 !important;
}

/*.select_Left {
    background-image: url(/img/select_01.png);
    margin-left: 0px;
    margin-right: -10px;
}*/

/*.selectWrap {
    background-image: url(/img/select_02.png);
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    left: 10px;
    background-position: right top;
    margin-bottom: -3px;
}*/

#authMessage {
	background-color: #090;
	color: #fff;
	font-size: 18px;
	padding: 10px 0px 6px 0px;
	text-align: center;
}

/*.selectLeft {
    background-image: url(/img/select_01.png);
    width: 10px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -10px;
}*/

#promo-reminder {
	background: url(/img/promo-bg.png);
	background-repeat: no-repeat;
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 293px;
	height: 132px;
	text-align: center;
	color: white;
	z-index: 1000;
}

#promo-reminder .title {
	font-weight: normal;
	font-size: 40px;
	font-family: 'single_sleeveregular';
	position: absolute;
	top: 64px;
	right: 0px;
	width: 250px;
	text-shadow: #000 1px 1px 1px;
}

#promo-reminder .description {
	font-size: 11px;
	line-height: 10px;
	position: absolute;
	top: 98px;
	right: 0px;
	width: 250px;
	text-shadow: #000 1px 1px 1px;
}

#promo-reminder .pre-title {
	position: absolute;
	top: 36px;
	right: 0px;
	width: 250px;
	text-shadow: #000 1px 1px 1px;
}

div.booking_panel {
	min-height: 200px;
	padding: 10px 0 50px;
}

#reservation-add #pkg_remaining h3 {
	margin: 0px;
}

#reservation-add #pick_date {
	display: none;
}

#reservation-add .confirm_table {
	margin: 0px auto;
}

#reservation-add .confirm_table td {
	text-align: left;
	padding: 1px 5px !important;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

#reservation-add .confirm_table td.label, #reservation-add .confirm_table td.label h3 {
	text-align: right;
	margin: 0px;
	line-height: 1.4;
	font-size: 16px;
}

#reservation-add {
	min-height: 400px;
}

#reservation-add #pick_date {
	margin-top: 20px;
}

#reservation-add #daycamp_wrapper p {
	padding: 20px;
	font-size: 16px;
}

#reservation-add .addclass1 {
	width: 700px;
	margin: 0px auto;
	padding: 20px 0px;
	display: none;
}

#reservation-add div.slides {
	display: none;
	text-align: center;
}

#reservation-add .right_arrow {
	float: right;
}

#reservation-add .left_arrow {
	float: left;
}

#reservation-add .dot_wrap label, .put_wrap label {
	top: -10px;
	position: relative;
}

#reservation-add .grooming_daycamp_date {
	display: none;
}

#reservation-add .expiry_wrapper div.input {
	display: inline;
	left: 13px;
	position: relative;
}

#reservation-add .confirm_table_single {
	width: 60% !important;
	margin: 0px auto;
}

#reservation-add .expiry_wrapper div.input:first-child {
	left: 0px;
}

#reservation-add .dot_wrap {
	display: inline;
	position: relative;
	left: -16px;
}

#reservation-add .put_wrap {
	display: inline;
	position: relative;
	left: 1px;
}

#reservation-add .dot_wrap div.select {
	display: inline;
}

#reservation-add .put_wrap div.select {
	display: inline;
}

#reservation-add #grooming_table, #reservation-add #training_table, #reservation-add #photography_table, #reservation-add #transportation_table {
	display: none;
}

#reservation-add #day_night_selector {
	width: 430px;
	margin: 0px auto !important;
}

#reservation-add #day_night_selector .radio {
	width: auto !important;
	display: block;
}

#reservation-add #day_night_selector label {
	margin-left: 7% !important;
	float: left;
}

#reservation-add #daycamp_date_wrapper {
	width: 272px;
	margin: 0px auto;
}

#reservation-add div.time {
	width: 250px;
	display: inline;
	margin-right: 39px;
}

#end_date_wrapper .ui-state-active, #start_date_wrapper .ui-state-active, .single-date-picker .ui-state-active {
	background: #00bd00 !important;
	color: #fff !important;
}

#reservation-add #pkg_add_button {
	font-weight: bold;
	font-size: 20px;
	padding: 14px 10px 10px 10px;
	color: white;
	margin: 28px auto 6px !important;
	width: 439px;
	letter-spacing: -0.5px;
	border-radius: 63px;
	display: block;
	text-align: center;
	background: #00bd00 !important;
}

#reservation-add #pkg_add_button:hover {
	background: #ccc !important;
}

#reservation-add #selected_dates table.confirm_table tr td {
	padding: 13px 13px 12px !important;
	min-width: 200px;
}

div#selected_dates {
	margin-bottom: 30px;
}

#reservation-add #pkg_remaining {
	padding: 10px 20px;
	display: inline-block;
	margin-top: 0;
}

#reservation-add .big_button {
	padding: 12px 10px;
	margin: 0px auto;
	width: 420px;
	text-align: center;
}

#package_empty {
	margin: 5px 5px 20px 5px;
	text-align: center;
}

#package_empty p {
	font-size: 19px;
	padding: 9px 20px 10px 20px;
	line-height: 22px;
}

#package_empty a.big_button {
	display: inline-block;
	width: auto;
}

#reservation-add #ReservationDropOffTime {
	width: 162px;
	font-size: 14px;
}

#reservation-add #ReservationPickUpTime {
	width: 162px;
	font-size: 13px;
}

#reservation-add .eee {
	padding: 20px;
}

#reservation-add .dot_wrap, .put_wrap {
	top: 15px;
}

#reservation-add #overlap_explanation {
	z-index: 100;
	display: none;
	position: fixed;
	padding: 5px 3px;
	border: 1px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 200px;
	font-size: 13px;
	line-height: 12px;
	background-color: green;
	text-align: left;
	margin-top: -50px;
	margin-left: 10px;
	color: white;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.expiry_wrapper {
	margin-bottom: -8px;
}

.expiry_wrapper .wrap_a {
	margin: 2px 5px 0 0 !important;
}

.credit-pic {
	margin: 20px auto 35px !important;
}

.ouo {
	float: left;
	width: 223px;
	text-align: left;
	padding-left: 10px;
	padding-top: 17px;
}

#reservation-my_reservations #pkg_add_button {
	background-image: url(../img/pkg_bg.png);
	border: 1px solid white;
	font-weight: bold;
	font-size: 20px;
	box-shadow: #aaa 1px 1px 11px;
	padding: 14px 10px 10px 10px;
	color: white;
	margin: 0px auto 21px !important;
	width: 420px;
	letter-spacing: -1px;
	border-radius: 13px;
	text-shadow: 0px 1px 0px black;
	display: block;
	text-align: center;
}

#reservation-my_reservations #pkg_add_button:hover {
	background-image: url(../img/pkg_bg_h.png);
	text-decoration: none;
}

#reservation-my_reservations #pkg_remaining {
	position: absolute;
	top: 70px;
	right: 40px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px 20px;
	box-shadow: #ddd 3px 3px 7px;
}

#reservation-my_reservations .big_button {
	padding: 12px 10px;
	margin: 0px auto;
	width: 420px;
	text-align: center;
}

#reservation-my_reservations #package_empty {
	margin: 5px 5px 20px 5px;
}

#reservation-my_reservations .actions a {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 4px 10px 0px 10px;
	border-radius: 5px;
	margin: 2px 4px 2px 0px !important;
	box-shadow: #aaa 1px 1px 4px;
	display: inline-block;
	float: none;
}

#reservation-my_reservations .note {
	font-size: 11px;
	text-align: right;
}

#reservation-emegency_forms .reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#reservation-emegency_forms .reservation tr:first-child td {
	padding-top: 8px;
}

#reservation-emegency_forms h3 {
	text-align: center;
	margin: 25px 0px 6px 0px;
}

#reservation-emegency_forms .reservation tr td {
	vertical-align: top;
	padding: 2px 0px;
}

#reservation-emegency_forms td.label {
	font-weight: bold;
	width: 349px;
}

#reservation-emegency_forms .reservation tr:first-child td {
	padding-top: 8px;
}

#reservation-emegency_forms .reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#reservation-emegency_forms h3 {
	text-align: center;
	margin: 25px 0px 6px 0px;
}

#reservation-emegency_forms .reservation {
	width: 80%;
	margin: 0px auto;
	background-color: #ddd;
}

#reservation-emegency_forms .client_view td:nth-child(2) {
	text-align: left;
}

#reservation-emegency_forms .reservation tr td {
	vertical-align: top;
	padding: 2px 0px;
	text-align: left;
}

#reservation-emegency_forms td.label {
	font-weight: bold;
	width: 349px;
}

#reservation-emegency_forms .reservation tr:first-child td {
	padding-top: 8px;
}

#reservation-emegency_forms .reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#reservation-emegency_forms .reservation {
	width: 80%;
	margin: 0px auto;
	background-color: #ddd;
}

.reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#reservation-view h3 {
	text-align: center;
	margin: 25px 0px 6px 0px;
}

#user-view_payment_info .right_arrow {
	float: right;
}

#user-view_payment_info .left_arrow {
	float: left;
}

#user-view_payment_info .expiry_wrapper div.input {
	display: inline;
	left: 13px;
	position: relative;
}

#user-view_payment_info .expiry_wrapper {
	height: 27px;
}

#user-view_payment_info .expiry_wrapper div.input:first-child {
	left: 0px;
}

#user-view_payment_info .expiry_wrapper div.select select {
	width: 110px;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #aaa;
	border-radius: 8px;
	height: 34px;
	box-shadow: #ccc 1px 1px 3px;
}

#user-view_payment_info .expiry_wrapper .wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 115px;
	margin-right: 4px;
}

#user-view_payment_info .expiry_wrapper .selectWrap {
	width: 110px !important;
	overflow: hidden;
}

#user-view_payment_info .reservation tr td {
	vertical-align: top;
	padding: 2px 0px;
	text-align: left;
}

#user-view_payment_info td.label {
	font-weight: bold;
	width: 349px;
}

#user-view_payment_info .reservation tr:first-child td {
	padding-top: 8px;
}

#user-view_payment_info .reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#user-view_payment_info h3 {
}

#user-view_payment_info .reservation {
	width: 80%;
	margin: 0px auto;
	background-color: #ddd;
}

#user-view_payment_info .client_view td:nth-child(2) {
	text-align: left;
}

#user-view_payment_info .submit {
	padding: 0px 0px 10px 0px !important;
	margin-top: -10px;
}

#user-credit_info .right_arrow {
	float: right;
}

#user-credit_info .left_arrow {
	float: left;
}

#user-edit div.slides {
	display: none;
	position: relative;
}

#user-edit div.booking_panel {
	min-height: 600px;
}

#user-edit .right_arrow {
	float: right;
}

#user-edit .left_arrow {
	float: left;
}

#user-edit_payment_info .right_arrow {
	float: right;
}

#user-edit_payment_info .left_arrow {
	float: left;
}

#user-edit_payment_info .expiry_wrapper div.input {
	display: inline;
	left: 13px;
	position: relative;
}

#user-edit_payment_info .expiry_wrapper div.input:first-child {
	left: 0px;
}

#user-edit_payment_info .expiry_wrapper div.select select {
	width: 110px;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #aaa;
	border-radius: 8px;
	height: 34px;
	box-shadow: #ccc 1px 1px 3px;
}

#user-edit_payment_info .expiry_wrapper .wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 115px;
	margin-right: 4px;
}

#user-edit_payment_info .expiry_wrapper .selectWrap {
	width: 110px !important;
	overflow: hidden;
}

#user-edit_payment_info .ouo {
	width: 184px !important;
}

#user-edit_payment_info .expiry_wrapper {
	height: 28px;
	overflow: hidden;
}

#user-edit_payment_info #content-wrapper table.input_table tr td.label {
	padding-right: 10px;
}

#user-login #password_recovery {
	opacity: .5;
	margin: 5px 0px 0px 0px;
	float: right;
	font-size: 12px;
}

#user-login #password_recovery:hover {
	opacity: 1;
}

#user-login #mb-pw-recovery {
	display: none;
}

#user-login .loginclass1 .have_you_booked_wrapper .have_you_booked {
	font-size: 30px;
	margin: 15px 22px 30px 0px;
}

#user-login .have_you_booked_wrapper {
	float: left;
	width: 48%;
	text-align: center;
}

#user-login .loginclass1 {
	position: relative;
}

#user-login .loginclass2 {
	float: right;
	width: 50%;
	border-left: 1px solid #ccc;
	margin-bottom: 17px;
	min-height: 166px;
	padding-left: 20px;
}

#user-login .loginclass3 {
	position: relative;
	text-align: center;
	text-indent: -3px;
	margin: 5px auto 10px auto;
}

#user-login .loginclass4 {
	position: relative;
	text-align: center;
	margin: 5px auto 10px auto;
}

#user-login .loginclass5 {
	right: 5px;
	top: 138px;
}

#user-password_recovery input[type=submit] {
	font-size: 18px !important;
	padding: 9px 40px !important;
}

#user-password_recovery p {
	text-align: center;
}

#user-payment_info .payment-explanation {
	font-size: 16px;
	text-align: center;
}

#user-payment_info .right_arrow {
	float: right;
}

#user-payment_info .left_arrow {
	float: left;
}

#user-payment_info .expiry_wrapper div.input {
	display: inline;
	left: 13px;
	position: relative;
}

#user-payment_info .expiry_wrapper div.input:first-child {
	left: 0px;
}

#user-payment_info .ouo {
	width: 184px !important;
}

#user-payment_info .expiry_wrapper {
	height: 28px;
	overflow: hidden;
}

#user-payment_info #content-wrapper table.input_table tr td.label {
	padding-right: 10px;
}

#user-payment_information .right_arrow {
	float: right;
}

#user-payment_information .left_arrow {
	float: left;
}

#user-payment_information .expiry_wrapper div.input {
	display: inline;
	left: 13px;
	position: relative;
}

#user-payment_information .expiry_wrapper div.input:first-child {
	left: 0px;
}

#user-payment_information .expiry_wrapper div.select select {
	width: 110px;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #aaa;
	border-radius: 8px;
	height: 34px;
	box-shadow: #ccc 1px 1px 3px;
}

#user-payment_information .expiry_wrapper .wrap_a {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 115px;
	margin-right: 4px;
}

#user-payment_information .expiry_wrapper .selectWrap {
	width: 110px !important;
	overflow: hidden;
}

#user-register div.slides {
	display: none;
	position: relative;
}

#user-register div.booking_panel {
	min-height: 600px;
}

#user-register .right_arrow {
	float: right;
}

#user-register .left_arrow {
	float: left;
}

#user-register #free_night {
	position: absolute;
	top: 20px;
	right: 60px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px 20px 10px;
	box-shadow: #ddd 3px 3px 7px;
	width: 185px;
	z-index: 100;
	text-align: center;
	line-height: 0px;
}

#user-register #free_night strong {
	font-weight: normal;
	font-size: 40px;
	font-family: 'single_sleeveregular';
	line-height: 50px;
}

#user-register #free_night span {
	font-size: 11px;
	line-height: 10px;
}

#user-register .quick_note {
	margin: 0px 200px;
	text-align: center;
}

#user-register .able_to {
	text-align: left;
	margin: 0px 85px;
}

#user-register #results_wrapper {
	position: absolute;
	left: 310px;
	top: 3px;
}

#dog-add tr.foodinfo {
	display: block;
}

#dog-add div.slides {
	display: none;
	position: relative;
}

#dog-add div.booking_panel {
	min-height: 700px;
}

#dog-add .right_arrow {
	float: right;
}

#dog-add .left_arrow {
	float: left;
}

#dog-add .input_table tr td.dog_title {
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	letter-spacing: -1px;
}

#dog-add .second_dog:hover {
	background-color: #ccc;
}

#dog-add .third_dog {
	display: none;
	position: absolute;
	background-color: #dfdfdf;
	padding: 16px 36px;
	right: 19px;
	top: 102px;
	border-radius: 9px;
	color: #555;
	border: 1px solid #fff;
	box-shadow: #aaa 1px 1px 11px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
	text-shadow: #eee 1px 1px 1px;
	margin: 0px 2px;
	z-index: 999;
}

#dog-add .third_dog:hover {
	background-color: #ccc;
}

#dog-add .dog_title div {
	width: 190px;
	text-align: center;
}

#dog-add .second_dog {
	position: absolute;
	background-color: #dfdfdf;
	padding: 16px 26px;
	right: 163px;
	top: 102px;
	z-index: 999;
	border-radius: 9px;
	color: #555;
	border: 1px solid #fff;
	box-shadow: #aaa 1px 1px 11px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
	text-shadow: #eee 1px 1px 1px;
	margin: 0px 2px;
}

#dog-edit div.slides {
	display: none;
	position: relative;
}

#dog-edit div.booking_panel {
	min-height: 810px;
}

#dog-edit .right_arrow {
	float: right;
}

#dog-edit .left_arrow {
	float: left;
}

#dog-edit .second_dog {
	display: block;
	position: absolute;
	background-color: #dfdfdf;
	padding: 163px 20px;
	border: 1px dashed #bbb;
	right: 186px;
	top: 125px;
}

#dog-edit .input_table tr td.dog_title {
	font-weight: bold;
	padding: 5px 0px 15px 0px;
	text-align: center;
	font-size: 19px;
	letter-spacing: -1px;
	width: 175px;
}

#dog-edit .input_table tr td.dog_title strong {
	padding-right: 20px;
}

#dog-edit .second_dog:hover {
	background-color: #ccc;
}

#dog-edit .third_dog {
	display: none;
	position: absolute;
	background-color: #dfdfdf;
	padding: 163px 20px;
	border: 1px dashed #bbb;
	right: 56px;
	top: 125px;
}

#dog-edit .third_dog:hover {
	background-color: #ccc;
}

#dog-edit #finish-editting {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
}

#dog-edit #add_dogs .selectWrap {
	height: 25px;
}

#dog-view .reservation tr td:first-child {
	text-align: right;
	padding-right: 5px;
}

#dog-view .reservation tr:first-child td {
	padding-top: 8px;
}

#dog-view h3 {
	text-align: center;
	margin: 25px 0px 6px 0px;
}

#meetings-add div.input.date {
	text-align: left;
	height: 29px;
}

#meetings-add div.input.date select {
	width: auto !important;
	min-width: 0px !important;
}

#meetings-add #add_dogs .selectWrap {
	width: auto !important;
	min-width: 0px !important;
}

#meetings-add #add_dogs .wrap_a {
	width: auto !important;
}

#meetings-add .sex {
	padding-top: 8px;
}

#meetings-add .radio label {
	margin-left: -8px !important
}

#meetings-add input[type=submit] {
	margin-top: 23px !important;
	font-family: regular;
	font-size: 20px;
	font-weight: bold;
}

#meetings-add .meetclass1 {
	position: relative;
	top: -13px;
	font-size: 18px;
	line-height: 23px;
}

#meetings-add #meetstyle2 {
	margin: 20px 250px;
}

#meetings-add .big_radio {
	text-align: left !important;
}

#pkg_popup .pkg_confirm {
	margin: 10px auto;
}

#results {
	color: #f00;
	position: relative;
	top: 7px;
	left: 3px;
	font-weight: bold;
	white-space: nowrap;
}

.booking_panel input[type=submit], .right_arrow, .left_arrow, .pretty_button {
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 20px !important;
}

.add-more-dogs {
	position: absolute;
	margin: 0px 297px;
	margin-top: 20px;
	text-align: center;
}

.add-more-dogs input[type=submit] {
	display: inline-block;
	width: 200px;
}

#shop-list {
	margin-top: 30px;
	display: none;
}

.collage {
	width: 80%;
	margin: 0px auto;
}

.collage img {
	width: 48%;
	float: left;
	border: none !important;
	margin: 0px 1% !important;
	box-shadow: none !important;
}

.shop-item {
	position: relative;
	display: inline-block;
	padding: 0px 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-left: -26px;
}

.shop-item .shop-photo {
	width: 150px;
	float: left;
	margin-right: 20px;
}

#shop-list .shop-item .shop-photo img {
	width: 100%;
	box-shadow: none;
	border: none;
}

.shop-item .shop-description {
	float: left;
	width: 350px;
	text-align: left;
}

.shop-item .shop-description .price {
	float: right;
	padding-right: 20px;
}

.shop-item h3 {
	margin: 0;
}

.shop-quantity {
	float: left;
}

.shop-quantity td {
	padding: 0 !important;
	border: 0 !important;
	vertical-align: middle;
}

.shop-quantity td {
	padding: 0 !important;
	border: 0 !important;
	vertical-align: middle;
}

.shop-quantity td.label {
	width: 110px;
	padding-right: 5px !important;
	padding-left: 10px !important;
}

#slide9 .shop-item .shop-quantity td .selectWrap {
	width: auto !important;
}

.shop-confirmation-table {
	margin: 10px auto 30px;
}

.shop-confirmation {
	display: none;
}

.shop-confirmation-table h3 {
	text-align: right;
}

.shop_radio {
	width: 185px !Important;
}

.maximum-capacity-explanation {
	z-index: 100;
	display: none;
	position: fixed;
	padding: 5px 3px;
	border: 1px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 200px;
	font-size: 13px;
	line-height: 12px;
	background-color: green;
	text-align: left;
	margin-top: -50px;
	margin-left: 10px;
	color: white;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.maximum-capacity span.ui-state-default {
	background: black;
}

#logged_in ul li ul li a {
	width: 170px;
	font-size: 15px;
	padding: 7px 0px;
	text-align: left;
	padding-left: 10px;
}

td.actions a i {
	margin-left: -5px;
}

#logged_in ul li a i {
	display: inline-block;
	padding-right: 3px;
	font-size: 15px;
}

.pm-charge {
	display: none;
	width: 360px;
	position: relative;
	margin: 30px auto;
	color: red;
}

.feeding-selectors {
	margin: 20px 0px 10px;
}

.edit-feeding-wrapper {
	display: none;
}

.dog-feeding {
	display: none;
}

.slide-content {
	display: none;
}

.ui-datepicker td {
	padding: 1px !important;
}

#purchase-package {
	text-align: center;
	padding: 30px;
}

#purchase-package p {
	font-size: 18px;
}

#purchase-package a {
	margin: 10px auto;
}

#new-dogs h3 {
	margin: 0;
	margin-bottom: 5px;
}

.ui-tooltip {
	font-size: 13px !important;
	text-align: center;
}

.ui-datepicker td {
	border: none !important;
}

.text-large {
	font-size: 18px;
}

body {
	border-top: none;
}

#booking-application td.label {
	color: inherit;
}

.booking-application {
	line-height: normal;
}

#booking-application input[type="button"], #booking-application input[type="submit"], #booking-application input[type="reset"], #booking-application input[type="file"]::-webkit-file-upload-button, #booking-application button {
	box-sizing: border-box;
}

#main-content img {
	border: 2px solid #fff;
	margin: 0px auto;
	display: block;
}

td.label {
	display: table-cell;
}

#user-login .loginclass4, #user-login .loginclass3 {
	width: 80%;
	margin: 10px auto;
	display: block;
}

.big_button:focus {
	color: white;
	text-decoration: none;
}

#main-content .booking_panel input, #main-content .booking_panel textarea, #main-content .booking_panel select {
	padding: 8px 10px;
	width: 350px;
	font-size: 15px;
	border-radius: 1px;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: auto;
	border: 1px solid rgb(177, 177, 177);
	line-height: 1.4;
	background: rgba(0, 0, 0, 0.05);
}

#main-content .booking_panel textarea {
	height: 70px;
}

#main-content .booking_panel input:focus {
	background: rgba(0, 0, 0, 0.1);
}

#main-content .booking_panel button, #main-content .booking_panel input[type=submit], #main-content .booking_panel input[type=button] {
	background: #00bd00;
	border: none;
	display: block;
	margin-top: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #FFF;
	font-weight: 300;
	font-size: 13px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	padding: 10px 25px 8px;
	text-shadow: none;
}

#reservation-my_reservations .actions a {
	color: #fff;
	background-color: #428bca;
	background: #428bca;
	text-shadow: none;
	display: inline-block;
	float: none;
	margin: 0 !important;
	vertical-align: top;
	box-shadow: none;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	border-radius: 15px;
	padding: 4px 13px 0px 15px;
}

#reservation-my_reservations .actions a:hover {
	background-color: #444;
}

#logged_in > ul li a {
	color: #777;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 12px;
	/* font-weight: normal; */
	text-transform: uppercase;
	font-family: "aktiv-grotesk", sans-serif;
	padding: 2px 15px 15px;
	border-left: 1px solid #ccc;
	border-radius: 0;
	margin: 0 0px 0 -1px;
	letter-spacing: 0.05px;
	text-shadow: none;
}

.booking-panel .inner a {
	color: #00bd00;
}

.booking-panel .inner a:hover, .booking-panel .inner a:active {
	color: #333;
}

.inner .big_button, .inner .big_button:hover, .inner .big_button:active {
	color: #fff;
}

#main-content .booking_panel button:hover,
#main-content .booking_panel input[type=submit]:hover,
#main-content .booking_panel input[type=button]:hover {
	background: #333 !important;
}


#logged_in > ul li:last-child a {
	border: none;
}

#logged_in ul li a:hover {
	background: none;
	color: #00bd00;
}

#main-content .booking_panel a.feeding-selector, #main-content .booking_panel a.finished-updating-feeding {
	background: #00bd00;
	border: none;
	display: inline-block;
	margin-top: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: #FFF;
	font-weight: 300;
	/* font-size: 13px; */
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	padding: 7px 25px;
	text-shadow: none;
	line-height: 1.4;
	font-size: 15px;
	margin: 0 5px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	margin-left: 0;
}

header .head .brand a {
	height: 100px;
}

#logged_in > ul li ul {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0;
}

#logged_in > ul li ul li a {
	font-size: 10px;
}

#logged_in {
	border-bottom: 1px solid #ccc;
}

#logged_in .logged_in_as {
	display: none;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight .ui-state-default {
	border: 0 !important;
	background: #00bd00 /*{bgColorActive}*/ !important;
	color: #fff /*{fcActive}*/ !important;
}

#promo-reminder .title {
	font-weight: normal;
	font-size: 25px;
	font-family: "aktiv-grotesk", sans-serif;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 250px;
	text-shadow: #000 1px 1px 1px;
}


#confirm-window .button {
	color: #fff;
	background-color: #428bca;
	background: #428bca;
	text-shadow: none;
	display: inline-block;
	float: none;
	margin: 0 10px !important;
	vertical-align: top;
	box-shadow: none;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	border-radius: 15px;
	padding: 3px 15px 2px 15px;
	border: 0;
}

div#promo-reminder {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	position: fixed;
	color: #fff;
	width: 400px;
	height: 140px;
	bottom: 40px;
	right: 40px;
	z-index: 999;
	padding: 6px 22px;
	text-align: center;
	line-height: 40px;
	transition: all 0.2s;
	background-image: none;
}

#promo-reminder .pre-title {
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
	width: 100%;
	top: 0;
	text-align: center;
	display: block;
	position: relative;
}

#promo-reminder .title {
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 800;
	display: block;
	position: relative;
	width: 100%;
	top: auto;
	margin-bottom: 12px;
}

#promo-reminder .description {
	display: block;
	position: relative;
	width: 100%;
	top: auto;
	/* padding: 10px 0; */
	color: rgba(255, 255, 255, 0.75);
	line-height: 1;
}

.booking_panel input.validate {
	background-color: #ffeeee !important;
	color: #b60404 !important;
	border-color: #feb5b5 !important;
}

#user-login .loginclass4, #user-login .loginclass3 {
	font-weight: bold !important;
}


div#promo-reminder {
	padding: 6px 10px;
}

#promo-reminder .title {
	font-size: 38px;
}

#results {
	display: block;
	top: auto;
	line-height: 1.4;
}

#user-register #results_wrapper {
	display: block;
	position: relative;
	text-align: left;
	left: auto;
	/* margin-bottom: 15px; */
	font-weight: lighter;
}

img#preloader {
	box-shadow: none;
	border: none;
	max-height: 39px;
	width: auto;
	position: absolute;
	right: -61px;
	top: -42px;
}

@media (max-width: 1199px) {
	#user-login .loginclass3.big_button, #user-login .loginclass4.big_button {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		width: 90%;
	}
}

.selectize-control .selectize-input {
	padding: 8px 10px;
	width: 350px;
	font-size: 15px;
	border-radius: 1px;
	outline: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	height: auto;
	border: 1px solid rgb(177, 177, 177);
	line-height: 1.4;
	background: rgba(0, 0, 0, 0.05);
}

.selectize-dropdown, .selectize-dropdown.form-control {
	border-radius: 0;
	margin-top: 1px;
}

.selectize-control + .wrap_a {
	display: none;
}

.addclass1 label {
	font-size: 18px;
}


#end_date_wrapper .ui-state-active,
#start_date_wrapper .ui-state-active,
.single-date-picker .ui-state-active,
.ui-datepicker-calendar td.active a,
.ui-datepicker-calendar td.active,
.ui-datepicker-calendar td.active span {
	background: #00bd00 !important;
	color: #fff !important;
	border-color: #00bd00 !important;
	opacity: 1;
}

.paid-stamp {
	color: #00bd00;
	text-transform: uppercase;
	font-size: 27px;
	padding: 9px 26px 11px;
	border: 2px solid #00bd00;
	display: inline-block;
	margin: 27px 28px;
	font-weight: bold;
	transform: rotate(-7deg);
	letter-spacing: 2px;
}


.swal2-popup {
	font-size: 18px;
}

button.swal2-confirm.swal2-styled {
	background-color: #00bd00;
}


#main-content .booking_panel .btn.btn-lg {
	font-size: 18px;
	padding: 12px 30px;
}

@media (max-width: 768px) {
	#logged_in > ul li a {
		font-size: 11px;
		padding: 2px 10px 15px;
		font-weight: 500;
	}
}


#main-content .booking_panel button,
#main-content .booking_panel input[type=submit],
#main-content .booking_panel input[type=button],
#reservation-add .big_button,
#reservation-add #pkg_add_button,
#main-content .booking_panel input,
#main-content .booking_panel textarea, #main-content .booking_panel select,
.input_table input[type=text],
.input_table input[type=password],
.input_table textarea,
#user-login .loginclass4,
#user-login .loginclass3 {
	border-radius: 4px !important;
}


#reservation-add #pkg_add_button:hover {
	background: #333333 !important;
	text-decoration: none !important;
}


div#flashMessage {
	background-color: #00bd00;
	padding: 12px 0;
	border-radius: 4px;
}


#reservation-my_reservations .actions a {
	border-radius: 4px !important;
	padding: 4px 12px;
}

td.actions a i {
	margin-left: 0 !important;
}

#payment-submit-button {
	display: block !important;
	width: 100% !important;
	border-radius: 4px !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	padding: 5px !important;
}
