/* Meriq specific css */

@font-face {
  font-family: "ReklameScriptW00-Medium";
  src: url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/5af7511a-dccc-450d-b2a2-bb8e3bb62540.eot?#iefix");
  src: url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/5af7511a-dccc-450d-b2a2-bb8e3bb62540.eot?#iefix") format("eot"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/05b176f5-c622-4c35-af98-c0c056dd5b66.woff") format("woff"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/9dcb5a3c-1c64-4c9c-a402-995bed762eb7.ttf") format("truetype"),url("https://static.wix.com/services/third-party/fonts/user-site-fonts/fonts/1e87d66a-d7f1-4869-8430-51662777be57.svg#1e87d66a-d7f1-4869-8430-51662777be57") format("svg");
}

h1,
h2,
h3 {
	/*margin-top: 5px;*/
	font-family: "Playfair Display", serif;
	color: #fff;
	font-weight: normal;
}

h1 {
	font-weight: bold;
}

h4 {
	font-weight: normal;
	font-family: "Playfair Display", serif;
	color: #fff;
}

.page-header {
	margin-bottom: 5px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	border: 1px solid #000;
	background-color: #eee;
}

@media screen and (max-width: 767px) {
	.form-control {
		font-size: 16px; /* Förhindrar att safari/iphone zoomar när man klickar på en input */
		max-width: 100%;
	}
}

.alert {
	padding: 5px 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}


.alert-success {
	background-color: rgba(0, 188, 140, 0.6);
	color: #fff;
	font-size: 16px;
	padding: 0px 0px 0px 15px;
	line-height: 45px;
	margin-bottom: 15px;
}

.control-label {
	margin-top: 11px;
}

/* Detta används på <p> när det är mobilt, dock är det en dålig ide då vi hårdkodar färgen och inte baserar den på valt tema */
@media screen and (max-width: 767px) {
	.responsive-header {
		color: #000;
	}
}

.btn {
	background-color: #fff;
    border-color: #000;
    color: #000;
	text-transform: uppercase;
	font-weight: normal;
	border-radius: 0px;
	font-family: "Playfair Display", serif;
}

.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #151515;
	border-color: #fff;
    color: #fff;
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
	background-color: #151515;
	border-color: #fff;
    color: #fff;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #151515;
	border-color: #fff;
    color: #fff;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

a {
	color: #b61f2f;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/*
body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-image: linear-gradient(rgba(255, 255, 255, 0.0) 20%, rgba(0, 0, 0, 0.8) 70%), url(../images/bakgrund_20170616.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
*/

body {
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 0px;
	background-color: #e6f2f1;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.0) 100%), url('../images/nassjo_bg.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
    background-attachment: fixed;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

/*
@media screen and (max-width: 767px) {
	body:before {
		background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url(../images/bakgrund_20170616.jpg);
	}
	body {
		background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0)), url(../images/bakgrund_20170616.jpg);
	}
}
*/

/* Player monitor */
#namebox {
	position: relative;
	left: 0px;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 800px;
	height: 390px;
	background: #ffffff;
}

#nameblock1{
	z-index: 20
}

#themonitor {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#thenames{
	position: absolute;
	left: 17px;
	top: 2px;
	z-index: 20;	
}

#themonitorbackground {
	position: absolute;
	left: 22px;
	top: 21px;
	z-index: 5;
}

#thelanenumber{
	position: absolute;
	left: 24px;
	top: 24px;
	font-family: Verdana, Arial;
	font-size: 11pt;
	width: 30px;
	text-align: center;
	color: #000000;
	z-index: 20;
	font-weight: bold;
}

#thelanenumbershadow{
	position: absolute;
	left: 25px;
	top: 25px;
	font-family: Verdana, Arial;
	font-size: 11pt;
	width: 30px;
	text-align: center;
	color: #ffffff;
	z-index: 19;
	font-weight: bold;
}

#theframenumbers{
	position: absolute;
	left: 57px;
	top: 64px;
	z-index: 20;
}

.oneplayername {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 58px;
	top: 0px;
	width: 139px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_hcp {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 198px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_ser {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 249px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_tot {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 300px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.oneframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	left: 0px;
	top: -2px;
	width: 27px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.tenthframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	left: 252px;
	top: -2px;
	width: 41px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

#gamenumber {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #ffffff;
	left: 304px;
	top: 51px;
	width: 51px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	z-index: 20;
}

#playernames {
	border: 2px solid #000000;
	background-color: #eeeeee;
	margin-top: 2px;
}

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}

.type-wrapper {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 0px;
	border: 2px solid #000;
}

.type-wrapper:hover {
	cursor: pointer;
}


@media screen and (max-width: 767px) {
	.type-wrapper {
		padding-bottom: 10px;
	}
}

.type-wrapper p {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0)!important;
}

.type-wrapper h3 {
	font-size: 32px;
	color: #000!important;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0)!important;
}

.type-wrapper .fas {
	color: #000;
}

.type-wrapper .explanation-text {
	color: #000;
}

.button-text {
	color: #000;
}

.container-box-header {
	background-color: rgba(255, 255, 255, 0.0);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
	/*border-bottom: 1px solid #fff;*/
}

@media screen and (max-width: 767px) {
	.container-box-header {
		background-color: rgba(255, 255, 255, 0.0);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
		border-bottom: 0px solid #fff;
	}
}

.container-box {
	/*
	background-color: rgba(0, 0, 0, 0.0);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.0);
	*/
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    border: 1px solid #b61f2f;
}


@media screen and (max-width: 767px) {
	.container-box {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
		margin-left: 0px;
		margin-right: 0px;
	}
}

.container-start-box {
	color: #fff;
}

.container-start-box p {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.container-start-box h1 {
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.container-start-box h3 {
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	margin-top: 12px;
	font-size: 26px;
}

.container-start-box hr {
	border-top: 1px solid #fff;
}

.container-start-box a {
	color: #fff;
}


@media screen and (max-width: 767px) {
	.container-start-box {
		
	}
}

.container-box-birthday {
	background-color: #fff;
	border: 2px solid #000;
	padding-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 820px) {
	.container-box-birthday {
		margin-top: 20px;
	}
}

.container-box-birthday hr {
	
}

.container-box-birthday h1 {
	
}

.container-box-footer {
	background-color: rgba(255, 255, 255, 0.0);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
	padding: 25px!important;
	padding-top: 25px!important;
	color: #fff;
}

.container-box-footer a {
	color: #fff;
	font-weight: bold;
}

.container-box-footer a:hover {
	color: #ccc;
}

footer {
    margin: 10px 0;
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

.opening-times-text {
	font-size: 12px!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
	background-color: #222222;
}

.panel-body {
	background-color: #000;
}

.panel-body .form-control {
	border: 1px solid #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #000;
}

.panel-default>.panel-heading {
    background-color: #b61f2f;
}

.nav-tabs>li>a:hover {
    border-color: #464545 #464545 #000;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #000;
	color: #fff;
}

.img-control {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.blocks .btn-primary 
{
    padding: 12px 12px;
    margin: 2px 5px;  
    border-radius: 0;
	min-width: 90px;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 0px;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color: #151515;
	border: 2px solid #fff;
    color: #fff;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	background-color: #151515;
	border: 2px solid #fff;
    color: #fff;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 0%);
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000!important;
    background: #151515!important;
    font-weight: normal!important;
    color: #fff!important;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
	border: 1px solid #000!important;
}

#ui-state-active-start {
	border: 1px solid #eee!important;
    background: #fff!important;
    font-weight: normal!important;
    color: #000!important;
}

.ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #ccc!important;
    color: #000!important;
    font-weight: bold!important;
}

.ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #ccc!important;
    color: #000!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #ccc!important;
    color: #000!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #000!important;
    background: #b61f2f!important;
	opacity: 0.6;
    color: #000!important;
}

#datepicker-text {
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

#datepicker-date {
	color: #fff;
}

.top-logo {
	margin-top: 30px;
	max-width: 340px;
	margin-bottom: -10px;
}

.top-logo-summary {
	margin-top: 80px!important;
}

hr {
	border-top: 1px solid #fff;
}

.btn-guests, .btn-times, .btn-lanes, .btn-part {
	min-width: 70px!important;
}

@media screen and (max-width: 767px) {
	.btn-hours {
		padding: 10px 10px!important;
	}
}

.btn-times {
	width: 94px;
	font-size: 18px;
	margin-bottom: 10px!important;
	border: none;
	margin-right: 10px!important;
	padding-bottom: 20px!important;
}

#additional-lanes-text {
	margin-top: -5px;
}

.fa {
	font-size: 22px!important;
	color: #fff;
}

.back-to-website {
	padding-top: 10px!important;
}

.error-text {
	padding-bottom: 10px;
}


#btn-part-1 {
	/*background-image: url(../images/bowling_bokning.jpg);*/
}

#btn-part-2 {
	/*background-image: url(../images/biljard_bokning.jpg);*/
}

#btn-part-3 {
	/*background-image: url(../images/shuffleboard_bokning.jpg);*/
}

.foodstring-holder {
	padding-left: 0px;
	padding-top: 2px;
	margin-left: -10px;
}

@media screen and (max-width: 767px) {
	.foodstring-holder {
		padding-left: 15px;
		padding-top: 2px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.btn-part {
		min-width: 100%!important;
	}
}

.explanation-text {
	font-size: 14px;
	color: #fff;
}

.type-image {
	margin-left: -15px;
}

@media screen and (max-width: 767px) {
	.type-image {
		margin-left: 0px;
		margin-top: 15px;
	}
}

.hours-text {
	font-size: 18px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.center-color {
	color: #b61f2f;
}


.byof-wrapper-1 {
	background-color: #b61f2f;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 0px;
	min-height: 400px;
	border: 4px solid #fff;
}

.byof-wrapper-1:hover {
	cursor: pointer;
	background-color: #145673;
	border-color: #b61f2f;
	color: #fff;
	border: 4px solid #145673;
}

.byof-wrapper-2 {
	background-color: #b61f2f;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 0px;
	min-height: 400px;
	border: 4px solid #fff;
}

.byof-wrapper-2:hover {
	cursor: pointer;
	background-color: #145673;
	border-color: #b61f2f;
	color: #fff;
	border: 4px solid #145673;
}

.byof-wrapper-3 {
	background-color: #b61f2f;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 0px;
	min-height: 400px;
	border: 4px solid #fff;
}

.byof-wrapper-3:hover {
	cursor: pointer;
	background-color: #145673;
	border-color: #b61f2f;
	color: #fff;
	border: 4px solid #145673;
}

@media screen and (max-width: 820px) {
	.byof-wrapper-1 {
		/*min-height: auto;*/
	}
	.byof-wrapper-2 {
		/*min-height: auto;*/
	}
	.byof-wrapper-3 {
		/*min-height: auto;*/
	}
}

.byof-wrapper-text {
	padding: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.packageSelected {
	cursor: pointer;
	background-color: #145673;
	border-color: #b61f2f;
	color: #fff;
	border: 4px solid #145673;
	/*box-shadow: rgb(0 112 186 / 40%) 0px 20px 38px 0px;*/
}

.packageNotSelected {
	opacity: 0.6;
}

.packageNotSelected:hover {
	background-color: #b61f2f;
	color: #fff;
	opacity: 1.0;
	border: 4px solid #fff;
}

.hours-buttons {
	background: #b61f2f;
	border-color: #b61f2f;
	color: #fff;
	cursor: pointer;
	width: 110px;
	margin: 4px;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 8px 0px;
}

.hourSelected {
	background: #145673;
	border-color: #145673;
	color: #fff;
	/*box-shadow: rgb(0 112 186 / 40%) 0px 20px 38px 0px;*/
}

.hourNotSelected {
	opacity: 0.4;
}

.guest-buttons {
	background: #b61f2f;
	border-color: #b61f2f;
	color: #fff;
	cursor: pointer;
	width: 74px;
	margin: 4px;
	margin-right: 0px;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 8px 0px;
}

.guest-buttons:hover {
	opacity: 1.0;
}

.guestsSelected {
	background: #145673;
	border-color: #145673;
	color: #fff;
	/*box-shadow: rgb(0 112 186 / 40%) 0px 20px 38px 0px;*/
}

.guestsNotSelected {
	opacity: 0.4;
}

.time-buttons {
	background: #b61f2f;
	border-color: #b61f2f;
	color: #fff;
	cursor: pointer;
	width: 130px;
	margin: 4px;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 8px 0px;
}

.time-buttons:hover {
	opacity: 1.0;
}

.timeSelected {
	background: #145673;
	border-color: #145673;
	color: #fff;
	/*box-shadow: rgb(0 112 186 / 40%) 0px 20px 38px 0px;*/
}

.timeNotSelected {
	opacity: 0.4;
}

.extras-text {
	font-size: 14px;
	text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.0);
}

.addon-wrapper {
	margin-right: 0px;
	margin-top: 10px;
	background: #b61f2f;
	border: 1px solid #000;
	box-shadow: rgba(0, 0, 0, 0.0) 0px 4px 8px 0px;
}

.addon-wrapper h4 {
	text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.0);
	margin-bottom: 0px;
	color: #fff;
}

.addon-image {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -15px;
}

.addon-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.addon-dropdown {
	margin-left: -10px;
}

@media screen and (max-width: 767px) {
	
	.addon-wrapper {
		padding-left: 5px;
	}
	
	.addon-dropdown {
		margin-left: 0px;
	}
	
}

.package-text {
	color: #b61f2f;
	font-size: 14px;
}

.addon-text {
	color: #fff;
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
	text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.0);
}

.addon-text p {
	text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.0);
}

.addon-text-item {
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}

.addon-price {
	color: #fff;
	font-size: 14px;
	float: right;
}

@media screen and (max-width: 767px) {
	.addon-price {
		float: none;
	}
}

.price-text {
	color: #fff;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10.5px;
    padding-left: 25px;
}

.fa {
	
}

.error-text {
	color: red;
}

.form-control-dropdown {
    height: 45px;
    padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #464545;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	max-width: 90px;
}

#BYOF-form {
	margin-left: -5px;
	margin-right: -5px;
	padding: 30px;
	padding-top: 10px;
}

.popular-tag {
	float: left;
	position: absolute;
	left: 16px;
	top: 36px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.6);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	/*border: 1px solid #fff;*/
}

.price-tag {
    float: left;
    position: absolute;
    left: 10px;
    top: 42px;
    z-index: 1000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    font-size: 12px;
    text-transform: lowercase;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-style: italic;
}

.price-tag-center {
    float: left;
    position: absolute;
    left: 20px;
    top: 42px;
    z-index: 1000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    font-size: 12px;
    text-transform: lowercase;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-style: italic;
}

.package-tag {
	float: left;
	position: absolute;
	left: 10px;
	top: 36px;
	z-index: 1000;
	background-color: rgba(23, 152, 183, 1.0);
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 18px;
}

.value-tag {
	float: right;
    position: absolute;
    right: -25px;
    top: 70px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-style: italic;
	color: #fff;
}

@media screen and (max-width: 1180px) {
	.value-tag {
		right: -20px;
		top: 56px;
	}
}

@media screen and (max-width: 820px) {
	.value-tag {
		right: -20px;
		top: 105px;
	}
}

@media screen and (max-width: 767px) {
	.value-tag {
		right: -10px;
		top: -57px;
	}
}

.btn-good-availability {
	border-bottom: 10px solid #01d701;
}

.btn-medium-availabilty {
	border-bottom: 10px solid #ffca54;
}

.btn-low-availability {
	border-bottom: 10px solid #ff0000;
}

.giftcard-header {
	
}

.giftcard-wrapper {
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: 1px solid #000;
	color: #fff;
	border-radius: 15px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0) 20%, rgba(0, 0, 0, 0.0) 70%), url(../images/bokeh-43.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.giftcard-wrapper h4 {
	color: #fff;
}

.giftcard-wrapper hr {
	border-top: 1px solid #fff;
}

.fa-exclamation-triangle {
	font-size: 12px!important;
}

#rememberMe-label {
	display: inline;
}

#error_bokningsregler {
	margin-top: 10px;
}

@media screen and (max-width: 1180px) {
	.ui-widget {
		font-family: Verdana,Arial,sans-serif;
		font-size: 1.0em!important;
	}
}

.sticky {
	position: sticky!important;
	top: 0!important;
	padding-top: 10px;
}

@media screen and (max-width: 820px) {
	.sticky {
		position: relative!important;
		top: 0!important;
	}
}

@media screen and (max-width: 820px) {
	.sticky-birthday {
		position: relative!important;
		top: 0!important;
	}
}

@media screen and (max-width: 767px) {
	.sticky {
		position: relative!important;
		top: 0!important;
		padding-top: 0px;
	}
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 0px;
}

@media screen and (max-width: 820px) {
	.sticky {
		position: -webkit-sticky;
		position: relative;
		top: 0;
	}
}

.sticky-summary {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 10px;
	z-index: 9999;
}

.activity-row {
	background-color: #b61f2f;
    color: #fff;
    margin: 5px;
    margin-left: -2px;
    margin-right: -2px;
	padding: 0px;
    padding-left: 7px;
    padding-right: 7px;
	padding-bottom: 7px;
    margin-top: 5px;
    border: 1px solid #000;
	font-size: 14px;
}

.activity-row:hover {
	/*background-color: #065484;
	color: #fff;
	cursor: pointer;
	*/
}

.gray-activity {
	background-color: #858585;
}

.activity-type {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
}

@media screen and (max-width: 1180px) {
	.activity-type {
		font-size: 22px;
	}
}

.activity-icons {
	margin-top: 6px;
    color: #fff;
	margin-right: 6px;
}

@media screen and (max-width: 1180px) {
	.activity-icons {
		margin-top: 6px;
		color: #fff;
		text-align: center;
		margin-right: 6px;
	}
}

.activity-icons .fas:hover {
	color: #b61f2f;
	cursor: pointer;
}

.summary-holder {
	min-height: 700px;
}

@media screen and (max-width: 1180px) {
	.summary-holder {
		min-height: 850px;
	}
}

@media screen and (max-width: 767px) {
	.summary-holder {
		min-height: auto;
		background-color: #000;
		box-shadow: 0 10px 5px rgb(0 0 0 / 60%);
		margin: -15px;
		position: fixed!important;
		top: 0!important;
		width: 100%;
		padding-top: 0px!important;
		z-index: 999;
	}	
}

.good-availability-color {
	color: #01d701;
}

.medium-availability-color {
	color: #ffca54;
}

.low-availability-color {
	color: #ff0000;
}

.container-box-birthday {
	font-size: 16px;
	padding: 20px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
	border: 1px solid #b61f2f; 
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 5px rgb(0 0 0 / 60%);
	box-shadow: 3px 4px 32px 0px rgb(0 0 0 / 75%);
}

#step1-container {
	margin-left: -10px;
	margin-right: -10px;
}

#step2-container {
	margin-left: -10px;
	margin-right: -10px;
}