/* Meriq specific css */

h1,
h2,
h3,
h4 {
	/*margin-top: 5px;*/
	font-family: "Audiowide", serif;
	color: #000;
}

h3 {
	/*color: #0089d0;*/
}

.page-header {
	margin-bottom: 5px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	color: #000;
}

.form-control:focus {

}

@media screen and (max-width: 767px) {
	.form-control {
		font-size: 16px; /* Förhindrar att safari/iphone zoomar när man klickar på en input */
	}
}

.alert {
	padding: 5px 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.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: #fff;
	}
}

.btn {
	background-color: #ed0c1f;
    border-color: #ed0c1f;
    color: #fff;
	text-transform: uppercase;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #ed0c1f;
    border-color: #ed0c1f;
    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: #ed0c1f;
    border-color: #ed0c1f;
    color: #fff;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #bc4e50;
    border-color: #bc4e50;
    color: #fff;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

a {
	color: #fff;
}

a:hover {
	color: #ed0c1f;
}

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	padding-top: 5px;
	background-color: #fff;
	color: #fff;
    /*background-image: url(../images/bakgrund_20170616.jpg);*/
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/bakgrund_20170616.jpg);*/
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
}

.container-box-top {
	background-color: #fff;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
	margin-bottom: 15px;
}

.container-box-top h2 {
	margin-top: 10px;
}

.container-box {
	background-color: #333333;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	color: #ced2d5;
	padding: 40px;
	padding-top: 20px;
	border-radius: 10px;
}

.container-box h4, h3 {
	color: #fff;
}

.container-box h3 {
	font-size: 28px;
	text-transform: uppercase;
}

.container-box h4 {
	font-size: 22px;
}

.container-box hr {
	border-top: 1px solid #ced2d5;
}

.container-box-summary {
	background-color: #1e73be;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.container-box-summary {
		background-color: #1e73be;
		/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
		margin-left: 0px;
		margin-top: 20px;
	}
}


div.container-header {
	background-color: #1e73be;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
	border: solid 0px transparent;
	height: 42px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}

.container-box-footer {
	background-color: #1e73be;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 10px;
}


/* 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;
}

.menu {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
}

.active_menu {
    color: #fff;
	background-color: #ed0c1f;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid #000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}

.dashed-border {
	border-right: 2px dashed #fff;
	border-left: 2px dashed #fff;
}

.passedtime {
	background: #000000;
	box-sizing: border-box;
}

.passedtime_vertical {
	background: #000000;
	box-sizing: border-box;
}

.buffertime {
	background: #ed0c1f;
	opacity: 0.4;
	box-sizing: border-box;
}

.buffertime_vertical {
	background: #ed0c1f;
	opacity: 0.4;
	box-sizing: border-box;
}

.hourline {
	box-sizing: border-box;
	border-right: 1px solid #000000;	
}

.hourline_vertical {
	box-sizing: border-box;
	border-bottom: 1px solid #000000;	
}

.hourlineblank {
	box-sizing: border-box;
}

.occupiedresource {
	background: #990000;
}

.rotated { 
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
	.dashed-border {
		border-right: 0px dashed #fff;
		border-left: 0px dashed #fff;
		border-top: 2px dashed #fff;
		border-bottom: 2px dashed #fff;
		margin-left: 5%;
		width: 90%;
	}
}

@media screen and (max-width: 1100px) {
	.hiddenWhenSmall {
		display: none;
	}
}


@media screen and (max-width: 767px) {
	.timelabel {
		font-size: 12px;
	}
	.lanelabel {
		font-size: 12px;
	}
}

.upperSpacer {
	height: 1px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000!important;
    background: #514f4f 50% 50% repeat-x!important;
    font-weight: normal!important;
    color: #fff!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: #514f4f;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #514f4f;
}

.panel-default>.panel-heading {
    background-color: #888;
}

.fa {
	margin-right: 10px;
	margin-left: 10px
}

#socialmediadiv {
	text-align: right;
}

@media screen and (max-width: 767px) {
	#socialmediadiv {
		text-align: center;
	}
}

/* Tävlings CSS */

.dh-lottery {
	background-color: transparent!important;
}

.dh-lottery .actions .button.primary {
	background-color: transparent!important;
}

.dh-lottery .actions .button.primary:hover {
	background-color: #ed0c1f!important;
	cursor: pointer;
}

.dh-lottery .actions {
	position: absolute!important;
	right: 20px!important;
    bottom: 20px!important;
    display: flex!important;
}

.dh-modal-content .profile-name {
	overflow: visible!important;
}

.dh-lottery .avatar .image {
	
}

.specific-lanetransform {
	margin: 10px!important;
}

#specific-lanetransform-holder {
	background-color: #ed0c1f!important;
	margin: 2px;
	border: 1px solid #000;
	border-radius: 4px;
}

#specific-lanetransform-holder-notfree {
	background-color: #ed0c1f!important;
	margin: 2px;
	border: 1px solid #000;
	border-radius: 4px;
	text-decoration: line-through;
	opacity: 0.4;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
	/*
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	*/
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    border-bottom:none;
	margin-left: 10px;
}

legend {
	margin-bottom: 0px;
}

.type-wrapper {
	background-color: #1e73be;
	/*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;
}

@media screen and (max-width: 767px) {
	.type-wrapper {
		padding-bottom: 15px;	
	}
}

.type-wrapper h3, h1 {
	margin-top: 12px;
}

.type-image {
	padding-left: 0px;
}

.type-wrapper .btn {
	background-color: rgba(0, 0, 0, 0.0);
	border: 0px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
	padding: 0px;
	padding-top: 10px;
}

.type-wrapper .btn:hover {
	background-color: rgba(0, 0, 0, 0.0);
	border: 0px;
	color: #0089d0;
	/*text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

@media screen and (max-width: 767px) {
	.type-image {
		padding-left: 15px;
		padding-top: 15px;
	}
}

.type-text {
	padding-left: 0px;
	margin-left: 0px;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.type-text {
		padding-left: 15px;
		margin-left: 0px;
	}
}

.type-header {
	/*text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

@media screen and (max-width: 767px) {
	.type-header {
		text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
		background-color: #1e73be;
		/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		border-radius: 0px;
		text-align: center;
	}
}

.type-header h3 {
	color: #000;
}

.foodImg {
	max-height: 200px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.foodImg:hover {
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.75);*/
	max-height: 200px;
	cursor: pointer;
	opacity: 1;
}

.foodDrinkImg {
	max-height: 190px;
}

.foodDrinkImg:hover {
	box-shadow: 0 0 2px 2px rgba(96,222,96,.75);
	max-height: 190px;
	cursor: pointer;
	opacity: 1;	
}

.bowlDrinkImg {
	max-height: 190px;
}

.bowlDrinkImg:hover {
	box-shadow: 0 0 2px 2px rgba(96,222,96,.75);
	max-height: 190px;
	cursor: pointer;
	opacity: 1;	
}

.foodImgSelected {
	/*box-shadow: 0px 2px 2px 0px rgba(96,222,96,.75);*/
	/*border-bottom: 3px solid rgba(96,222,96,1.0);*/
}

.foodImgNotSelected {
	opacity: 0.3;
	box-shadow: 0 0 2px 4px rgba(13,147,209,0.0);
}

.foodDrinkImgSelected {

	box-shadow: 0 0 2px 2px rgba(96,222,96,.75);
}

.foodDrinkImgNotSelected {
	opacity: 0.6;
	box-shadow: 0 0 2px 4px rgba(13,147,209,0.0);
}

.bowlDrinkImgSelected {

	box-shadow: 0 0 2px 2px rgba(96,222,96,.75);
}

.bowlDrinkImgNotSelected {
	opacity: 0.6;
	box-shadow: 0 0 2px 4px rgba(13,147,209,0.0);
}

.customerBtn {
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.customerBtn:focus, .customerBtn:hover, .customerBtn:active, .customerBtn:active:hover {
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 0 2px 2px rgba(0,0,0,.50);*/
	transition: box-shadow .2s;
}

.customerBtnSelected {
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	background: #000;
	border-color: #000;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.75);
	transition: box-shadow .2s;
	*/
	margin: 5px;
}

.customerBtnSelected:hover {
	background: #000;
}

.customerBtnNotSelected {
	opacity: 0.6;
}

.customerBtnNotSelected:hover {
	opacity: 1.0;
}

.timeBtn{
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.timeBtn:focus, .timeBtn:hover, .timeBtn:active, .timeBtn:active:hover {
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);*/
	transition: box-shadow .2s;
}

.timeBtnSelected {
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	background: #000;
	border-color: #000;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);
	transition: box-shadow .2s;
	*/
	margin: 5px;
	
}

.timeBtnSelected:hover {
	background: #000;
}

.timeBtnNotSelected {
	opacity: 0.6;
}

.timeBtnNotSelected:hover {
	opacity: 1.0;
}

.lengthBtn {
	margin: 2px;
	width: 100px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.lengthBtn:focus, .lengthBtn:hover, .lengthBtn:active, .lengthBtn:active:hover {
	margin: 2px;
	width: 100px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);*/
	transition: box-shadow .2s;
}

@media screen and (max-width: 767px) {
	.lengthBtn {
		min-width: 100%;
	}
}

.lengthBtnSelected {
	width: 100px;
	padding: 15px;
	border-radius: 5px;
	background: #000;
	border-color: #000;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);
	transition: box-shadow .2s;
	*/
	margin: 5px;
	
}

.lengthBtnSelected:hover {
	background: #000;
}

.lengthBtnNotSelected {
	opacity: 0.6;
}

.lengthBtnNotSelected:hover {
	opacity: 1.0;
}

.laneBtn{
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);*/
}

.laneBtn:focus, .laneBtn:hover, .laneBtn:active, .laneBtn:active:hover {
	margin: 2px;
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	margin: 5px;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);*/
	transition: box-shadow .2s;
}

@media screen and (max-width: 767px) {
	.laneBtn {
		min-width: 100%;
	}
}

.laneBtnSelected {
	width: 70px;
	padding: 15px;
	border-radius: 5px;
	background: #000;
	border-color: #000;
	/*box-shadow: 0 0 2px 2px rgba(96,222,96,.50);
	transition: box-shadow .2s;
	*/
	margin: 5px;
	
}

.laneBtnSelected:hover {
	background: #000;
}

.laneBtnNotSelected {
	opacity: 0.6;
}

.laneBtnNotSelected:hover {
	opacity: 1.0;
}


@media screen and (max-width: 767px) {
	.timeBtn{
		margin: 2px;
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
	}

	.timeBtn:focus, .timeBtn:hover, .timeBtn:active, .timeBtn:active:hover {
		margin: 2px;
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
	}

	.timeBtnSelected {
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
		margin: 5px;
		
	}

	.timeBtnSelected:hover {
		background: #000;
	}
	
	.customerBtn {
		margin: 2px;
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
	}

	.customerBtn:focus, .customerBtn:hover, .customerBtn:active, .customerBtn:active:hover {
		margin: 2px;
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
	}

	.customerBtnSelected {
		width: 60px;
		padding: 13px;
		border-radius: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
		margin: 5px;
	}

	.customerBtnSelected:hover {
		background: #000;
	}
	
	.lengthBtn{
		margin: 2px;
		width: 100px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
	}

	.lengthBtn:focus, .lengthBtn:hover, .lengthBtn:active, .lengthBtn:active:hover {
		margin: 2px;
		width: 100px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
	}

	.lengthBtnSelected {
		width: 100px;
		padding: 13px;
		border-radius: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
		margin: 5px;
		
	}

	.lengthBtnSelected:hover {
		background: #bc4e50;
	}
	
	.laneBtn{
		margin: 2px;
		width: 65px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
	}

	.laneBtn:focus, .laneBtn:hover, .laneBtn:active, .laneBtn:active:hover {
		margin: 2px;
		width: 65px;
		padding: 13px;
		border-radius: 5px;
		margin: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
	}

	.laneBtnSelected {
		width: 65px;
		padding: 13px;
		border-radius: 5px;
		background: #000;
		border-color: #000;
		transition: box-shadow .2s;
		margin: 5px;
		
	}

	.laneBtnSelected:hover {
		background: #000;
	}
	
}

@media screen and (max-width: 767px) {
	.form-style {
		padding-top: 10px;
	}
}

#ReservationStepOne {
	margin-top: 10px;
}

#packageHeadLine {
	margin-top: 0px;
}

.addon-image-style {
	max-width: 140px;
}

.checkbox-style {
	height: 55px!important;
	margin-right: 10px;
	position: absolute!important;
}

@media screen and (max-width: 767px) {
	.checkbox-style {
		height: 45px!important;
		margin-left: 0px;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}

.addon-row-style {
	padding-left: 5px!important;
}

.addon-wrapper {
	display: block; 
	margin-bottom: 10px; 
	background-color: rgba(158, 19, 21, 0.8);
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.tag {
	float: left;
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 1000;
	background-color: rgba(158, 19, 21, 0.8);
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
}

.tag h3 {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.tag {
		float: left;
		position: absolute;
		left: 15px;
		top: 20px;
		z-index: 1000;
		background-color: rgba(158, 19, 21, 0.9);
		padding-left: 10px;
		padding-right: 10px;
		color: #FFFFFF;
		font-weight: bold;
		padding-top: 0px;
	}

	.tag h3 {
		margin-top: 10px;
	}
}

#addon-text {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#addon-text {
		font-size: 14px;
	}
}

footer {
    margin: 20px 20px 0px 20px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(0, 0, 0,0.0); !important;
  border: 3px solid #fff;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0,0,0,0.0);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgba(0,0,0,0.0);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hours-text {
	font-size: 20px;
}

.hours-text .glyphicon-chevron-right {
	
}

.closed-day {
	
}

.current-day {
	color: #000;
	/*text-shadow: 0 5px 5px rgba(0, 0, 0, 1.0);*/
	margin-top: 5px;
}

.start-page-text{
	
	color: #fff;
	
}

.register-panel{
	color: #fff;
}

.dark-input{
	
	background-color: #EEE;
	
}

.top-logo {
	max-width: 300px;
	margin-left: 10px;
	margin-bottom: -30px;
}

@media screen and (max-width: 767px) {
	.top-logo {
		max-width: 100%;
		margin-left: 0px;
		padding-left: 40px;
		padding-right: 40px;
		margin-bottom: -20px;
	}
}

.footer-text {
	font-family: "Audiowide", serif;
    color: #000;
    font-size: 18px;
    margin-top: 15px;
}

.footer-text a {
	color: #000;
}