/* Meriq specific css */

/* DESTROY STUPID DROPDOWN CHANGING LOOKZ */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (min-width: 2000px) {
	.affix-order {
		margin-right: -50px;
		position: fixed;
		right: 30%;
		top: 22rem;
		width: 36rem;
	}	
}

h1,
h2,
h3,
h4 {
	/*margin-top: 5px;*/
	font-family: 'Oswald', sans-serif;
	margin-top: 10px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 20px;
}

.page-header {
	margin-bottom: 5px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.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 */
	}
}

#laneTabContentDiv .form-control {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.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;
}

#theSummaryBody .control-label {
	margin-top: 6px;
}

/* 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: rgba(0, 136, 203, 1);
	}
}

.btn {
	background-color: #c53532;
    border-color: #c53532;
    color: #fff;
	text-transform: uppercase;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #c53532;
    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: #c53532;
    color: #fff;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #c53532;
	/*background-color: #c75d5d;*/
	border-color: #c53532;
    color: #eee;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.9);
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #c53532;
}

body:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(197, 53, 50, 0.0)), url(../images/Pinstack_BG_NEW.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	padding-top: 5px;
	background-color: #fff;
	color: #fff;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(197, 53, 50, 0.0)), url(../images/Pinstack_BG_NEW.jpg);
	background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

p {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

#laneTabContentDiv {
	color: #000;
}

.container-box {
	/*
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	*/
}

.container-box-footer {
	margin-top: 50px;
	border-top: 5px solid #c53532;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.container-box-header {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom: 5px solid #c53532;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.container-box-summary {
	background-color: rgba(255, 255, 255, 0.90);
	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: rgba(255, 255, 255, 0.90);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
		margin-left: 0px;
		margin-top: 20px;
	}
}

div.container-header {
	/*
	background-color: rgba(255, 255, 255, 0.90);
	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;
}

/* 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: #000;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.active_menu {
    color: #000;
	/*background-color: #6737af;*/
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 3px solid #c53532;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.menulink {
	color: #888;
}

.menulink:hover {
	color: #000;
	border-bottom: 3px solid #c53532;
	padding-bottom: 4px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

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: #c53532;
	opacity: 0.4;
	box-sizing: border-box;
}

.buffertime_vertical {
	background: #c53532;
	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: #c53532 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: #eee;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #eee;
}

.panel-default>.panel-heading {
    background-color: #c53532;
}

/* 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: #c53532!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: #c53532!important;
	margin: 2px;
	border: 1px solid #000;
	border-radius: 4px;
}

#specific-lanetransform-holder-notfree {
	background-color: #c53532!important;
	margin: 2px;
	border: 1px solid #000;
	border-radius: 4px;
	text-decoration: line-through;
	opacity: 0.4;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
	
	.modal-content {
		width: 650px;
	}
	
}

.type-wrapper {
	background-color: rgb(234, 234, 234) !important;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-right-radius: 60px;
	border-right: 5px solid #c53532;
}

.type-wrapper h3 {
	margin-top: 10px;
	color: #000;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.type-wrapper p {
	color: #000;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.type-wrapper .btn {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.type-wrapper-text {
	/*
	background-color: #fff;
	padding-bottom: 15px;
	border-bottom-right-radius: 50px;
	*/
}


@media screen and (max-width: 1024px) {
	.type-wrapper-text {
		background-color: rgb(255, 255, 255, 0.0);
		padding-bottom: 0px;
		border-bottom-right-radius: 0px;
		margin-left: 0px;
		margin-top: -10px;
	}
}

@media screen and (max-width: 768px) {
	.type-wrapper-text {
		background-color: rgb(255, 255, 255, 0.0);
		padding-bottom: 0px;
		border-bottom-right-radius: 0px;
		margin-left: 0px;
		margin-top: 0px;
	}
}

modal {
	background-color: rgba(255, 255, 255, 0.1);
}

.modal-content {
	border-radius: 25px;
	border: 3px solid #c53532;
}

.modal-content h4 {
	color: #000;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.modal-content .control-label {
	color: #000;
}

.modal-content .btn {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.modal-content .form-control {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

.modal-openinghours {
	padding: 5px;
	width: 400px;
}

.modal-body {
	background-color: #2e2938;
	color: #fff;
	border-radius: 25px;
}

.modal-body h2 {
	color: #fff;
}

.close-modal h2 {
	font-family: 'Open Sans', sans-serif!important;
	font-weight: normal!important;
}

.close-modal:hover {
	color: #eee;
	cursor: pointer;
}

.modal-body p {
		font-size: 16px;
	}

@media screen and (max-width: 767px) {
	.modal-body p {
		font-size: 12px;
	}
}

.modal-backdrop.in {
	opacity: 0.2;
}

hr {
	border: 1px solid #fff;
}

.modal-content hr {
	border: 0.5px solid #000;
}

footer {
	color: #000;
}

.headline-styler {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.headline-styler {
		color: #fff;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 30px;
	}
}

#img-styler {
	border: 2px solid #c53532;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

#img-styler:hover {
	border: 2px solid #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

#theSummaryHeader {
	background-color: #c53532;
	background-image: linear-gradient(141deg, #c53532 0%, #bd3a38 61%, #ca4a47 80%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 10px;
	margin-top: 10px;
}

#theSummaryHeader h3 {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

@media screen and (min-width: 767px) {
	#theSummaryHeader h3 {
		text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
		font-size: 21px;
	}
}

#theSummaryBody {
	color: #000;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 10px;
	border-right: 5px solid #ca4a47;
	border-left: 3px solid #c53532;
	border-bottom: 3px solid #c53532;
	font-size: 15px;
}

#theSummaryBody hr {
	border: 0.5px solid #888;
}

#theSummaryBody p {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
}

@media screen and (max-width: 767px) {
	#theSummaryBody p {
		font-size: 13px;
	}
}

#theSummarySummaryClosed {
	background-color: rgba(255, 255, 255, 0.90);
	border-bottom-right-radius: 60px;
	border-bottom-left-radius: 10px;
	border-right: 5px solid #ca4a47;
	border-left: 3px solid #c53532;
	border-bottom: 3px solid #c53532;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}

#theSummarySummaryClosed:hover {
	cursor: pointer;
}

.checkbox a {
	color: #FFF;
	border-bottom: 2px solid #c53532;
}

.checkbox {
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.checkbox a:hover {
	color: #c53532;
	border-bottom: 2px solid #c53532;
}

.container-header a:hover {
	color: #c53532;
	padding-bottom: 4px;
	border-bottom: 3px solid #c53532;
}

#alley-header {
	color: #fff;
	font-size: 48px;
	margin-top: 0px;
}


#alley-header:hover {
	color: #eee;
	font-size: 48px;
	margin-top: 0px;
	text-decoration: none;
}

.fa {
	margin-top: -5px;
	font-size: 32px;
	padding-right: 10px;
}

@media screen and (min-width: 767px) {
	.fa {
		margin-top: -5px;
		font-size: 22px;
		padding-right: 10px;
		margin-bottom: 10px;
	}
}

#meriq-text-bottom {
	font-size: 12px;
	margin-top: 5px;
}

#condensedSummaryDiv ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
	margin-left: 10px;
}

@media screen and (max-width: 812px) {
	#condensedSummaryDiv ul, ol {
		margin-top: 0;
		margin-bottom: 0px;
		margin-left: -20px;
		font-size: 13px;
	}
}

#back-button {
	padding-left: 28px;
	padding-right: 28px;
}

.affix {
	position: fixed;
    top: 0;
    width: auto;
    z-index: 9999 !important;
	margin-top: 40px;
}

@media screen and (min-width: 767px) {
	.affix {
		position: fixed;
		top: 0;
		width: auto;
		z-index: 9999 !important;
		margin-top: 40px;
		margin-right: 40px;
	}
}

.packageWrapper_Header {
	background-color: #c53532;
	background-image: linear-gradient(141deg, #c53532 0%, #bd3a38 61%, #ca4a47 80%);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.packageWrapper_Body {
	background-color: rgba(255, 255, 255, 0.90);
	color: #000;
	padding-top: 10px;
}

.packageWrapper_Picture {
	margin-top: 10px;
	margin-right: 20px;
}

.packageWrapper_Footer {
	background-color: rgba(255, 255, 255, 0.90);
	color: #000;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


#packageWrapper {
	background-color: rgba(255, 255, 255, 0.90);
}

.addonWrapper {
	color: #000;
	display: block;
	/*border: 3px solid #c53532;*/
	border-radius: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.90);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.addonWrapper .form-control {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.0);
	border: 4px solid #c53532;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.0);
}


.selectedExtraPrice {
	float: right
}

#selectedpackageSummaryWrapper {
	margin-top: 10px;
}

#selectedextrasSummaryWrapper {
	margin-top: 10px;
}

#additionaldetailsSummaryWrapper {
	margin-top: 10px;
}

#condensedSummaryWrapper {
	margin-top: 10px;
}

#guestofhonorSummaryWrapper {
	margin-top: 10px;
}

#paymentHeader {
	margin-top: 15px;
}

#subtotalSummaryWrapper .control-label {
	font-weight: normal!important;
}

#salestaxSummaryWrapper .control-label {
	font-weight: normal!important;
}

#totalSummaryWrapper .control-label {
	font-weight: normal!important;
}

#depositSummaryDiv {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	ul, ol {
		margin-top: 0;
		margin-bottom: 10.5px;
		margin-left: -10px;
	}
}

@media screen and (max-width: 767px) {
	.panel-heading ul, ol {
		margin-top: 0;
		margin-left: 0px;
	}
}

.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(255,255,255,0.0);
  border: 3px solid #c53532;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.0);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgba(255,255,255,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);
}

.tag {
	float: left;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.activity-picture img {
		border-bottom-right-radius: 50px;
	}
}

.checkbox-container a {
	color: #fff;
	font-weight: 700;
}

.checkbox-container a:hover {
	color: #c53532;
	font-weight: 700;
	cursor: pointer;
}

.viewPage a {
	color: #fff;
}

.order {
    flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    left: 0;
    max-height: 100vh;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

@media (min-width: 980px) {
	.order {
		border-width: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0 0 2rem;
		position: static;
		width: 22.5rem;
	}
}
