/* Meriq specific css */

h1 {
    font-size: 2.8em;
}

h3 {
    font-size: 2.1em;
}

h4 {
	font-size: 1.6em;
}

h1, h2, h3, h4 {
	color: #f8dc22;
	font-weight: 700;
	font-family:"bebas-neue-by-fontfabric";
}

.package-h1 {
	font-size: 3.2em
}

@media screen and (max-width: 767px) {
	.package-h1 {
		font-size: 1.8em
	}
}

.page-header {
	margin-bottom: 5px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	background-color: #fff;
	border: 2px solid #f8dc22;
}

@media screen and (max-width: 767px) {
	.form-control {
		font-size: 16px; /* Förhindrar att safari/iphone zoomar när man klickar på en input */
	}
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	color: #000;
}

@media screen and (max-width: 767px) {
	.form-control-goh {
		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;
}

.top-logo {
	max-width: 600px;
}

@media screen and (max-width: 767px) {
	.top-logo {
		max-width: 350px;
	}
}

.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: 666px) {
	.responsive-header {
		color: #f8dc22;
	}
	h1 {
		font-size: 1.6em;
	}
	h2, h3 {
		font-size: 1.6em;
	}
}


.btn {
	background-color: #f8dc22;
	border-color: #f8dc22;
	border-radius: 0px;
	border: 1px solid #f8dc22;
	color: #000;
	font-family:"bebas-neue-by-fontfabric";
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 0.8em;
	}
}

.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #f8dc22;
	border-color: #f8dc22;
	color: #000;
}

.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:#f8dc22;
	border-color:#f8dc22;
	color:#000;
}

.btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;
}
	
a {
	color: #fff;
	text-decoration: none;
	font-family: Oswald, sans-serif;
}

a:focus, a:hover, a:active, a:active:hover {
	color: #f8dc22;
	text-decoration: none;
}

a:hover {
	color: #f8dc22;
	text-decoration: none;
}

body {
	font-size: 16px!important;
    line-height: 28px!important;
    font-weight: 300!important;
	color: #fff;
    font-family: Oswald, sans-serif;
	margin-bottom: 12px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	background: linear-gradient(90deg, rgba(57,42,165,1) 0%, rgba(0,0,0,1) 100%)!important;
	/*
	background-color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/bg-textured2.jpg');
	background-position: right right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	*/
}


div.container {
	background-color: transparent;
}


.img {
	position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* 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: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 58px;
	top: 0px;
	width: 139px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_hcp {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 198px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_ser {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 249px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.onelanestatic_tot {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 300px;
	top: 0px;
	width: 40px;
	overflow: hidden;
	font-weight: bold;
}

.oneframe {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 0px;
	top: -2px;
	width: 27px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.tenthframe {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	font-size: 7pt;
	color: #000000;
	left: 252px;
	top: -2px;
	width: 41px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

#gamenumber {
	position: absolute;
	font-family: Helvetica, Verdana, Arial;
	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;
}

.container-shape {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
	background: radial-gradient(ellipse at center,#313131 0,#131313 100%);
}

.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;
}

ul {
	padding-left: 20px;
}

#header-logo {
	margin-left: 96px;
}

@media screen and (max-width: 767px) {
	#header-logo {
	margin-left: 0px;
	}
}

hr {
	border-top: 2px solid #f8dc22;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
	background-color: #f8dc22;
}

.panel-body {
    padding: 15px;
	background-color: #f8dc22;
	color: #000;
}

p {
	color: #fff;
}

@media screen and (max-width: 767px) {
	p {
		font-size: 18px;
	}
}

.strokeme {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.type-wrapper {
	background-color: #f8dc22!important;
	/*
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	*/
	margin-bottom: 20px;
	border-radius: 0px;
	/*border: 2px solid #000;*/
}

@media screen and (max-width: 767px) {
	.type-wrapper {
		padding-bottom: 10px;
	}
}

.type-wrapper:hover {
	cursor: pointer;
	background-color: #d5be25!important;
}

.type-wrapper h1, h2, h3 {
	padding-top: 5px;
	color: #483d8b!important;
	text-transform: uppercase;
}

.type-wrapper p {
	color: #000;
	font-size: 14px;
	margin-top: -10px;
}

.type-wrapper .btn {
	padding: 0px;
	color: #483d8b;
	background-color: rgba(255, 255, 255, 0.0);
	border: none;
}

.type-wrapper .btn:hover {
	color: #000;
	background-color: rgba(255, 255, 255, 0.0);
	border: none;
}

.type-information {
	
}

.addon-wrapper {
	background-color: #f8dc22;
	color: #000;
	/*
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 0px;
	/*border: 2px solid #000;*/
}

.addon-wrapper h1, h2, h3 {
	padding-top: 5px;
	color: #f8dc22;
	text-transform: uppercase;
}

.addon-wrapper p {
	color: #f8dc22;
}

.addon-information {
	
}

.addon-package-text h2 {
	margin: 0px;
	padding-top: 0px;
}

.addon-package-info {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	
	.addon-package-text h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	
	.addon-wrapper {
		padding-bottom: 10px;
	}
	
	.addon-image {
		margin-left: 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.type-information h2 {
		margin-top: 5px;
	}
}

.type-information h2 {
		/*margin-top: 5px;*/
	}

.social-icons {
	max-width: 40px;
}

#social-icon-facebook {
	background: url(../images/icon-facebook.png) no-repeat center;
	background-size: 40px;
	height: 40px;
}

#social-icon-facebook:hover {
	background: url(../images/icon-facebook-hover.png) no-repeat center;
	background-size: 40px;
}

#social-icon-twitter {
	background: url(../images/icon-twitter.png) no-repeat center;
	background-size: 40px;
	height: 40px;
}

#social-icon-twitter:hover {
	background: url(../images/icon-twitter-hover.png) no-repeat center;
	background-size: 40px;
}

#social-icon-instagram {
	background: url(../images/icon-instagram.png) no-repeat center;
	background-size: 40px;
	height: 40px;
}

#social-icon-instagram:hover {
	background: url(../images/icon-instagram-hover.png) no-repeat center;
	background-size: 40px;
}

.socials {
    padding: 0px;
}

.social {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: url(../images/sm-sprite_new.png) no-repeat top left;
    background-size: 60px auto;
}

.social.twitter {
    background-position: 0px 0px;
}

.social.twitter:hover {
    background-position: -30px 0px;
}

.social.facebook {
    background-position: 0px -30px;
}

.social.facebook:hover {
    background-position: -30px -30px;
}

.social.instagram {
    background-position: 0px -60px;
}

.social.instagram:hover {
    background-position: -30px -60px;
	
}

footer {
    margin: 25px 0;
}

.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;
	font-weight: bold;
}

#left-bar h3 {
	color: #f8dc22;
}

.type-image {
	margin-left: -15px;
}

@media screen and (max-width: 767px) {
	.type-image {
		margin-left: 0px;
		padding-top: 15px;
	}
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000!important;
    background: #f8dc22!important;
    font-weight: normal!important;
    color: #fff!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: #f8dc22!important;
    color: #fff!important;
    font-weight: bold!important;
}

.ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #f8dc22!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #f8dc22!important;
    color: #fff!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: #f8dc22!important;
	opacity: 0.3;
    color: #000!important;
}

.current-day {
	color: #f8dc22;
	font-weight: 700;
}

.package-wrapper {
	margin-bottom: 20px;
	background-color: #f8dc22!important;
	color: #000;
}

.package-wrapper:hover {
	cursor: pointer;
}

.package-wrapper h1 {
	color: #000;
}

.package-wrapper-text {
	padding: 25px;
	padding-top: 5px;
}

.packageSelected {
	background-color: #f8dc22;
}

.packageNotSelected {
	opacity: 0.6;
}

.packageNotSelected:hover {
	opacity: 1.0;
}

.guest-buttons {
	width: 80px;
	padding: 10px;
	font-size: 20px;
	margin: 2px;
}

@media screen and (max-width: 767px) {
	.guest-buttons {
		width: 70px;
		padding: 10px;
	}
}

.guestsSelected {
	background-color: #f8dc22;
	color: #000;
}

.guestsNotSelected {
	opacity: 0.6;
}

.guestsNotSelected:hover {
	opacity: 1.0;
}

.time-buttons {
	width: 110px;
	padding: 10px;
	font-size: 20px;
	margin-right: 10px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.time-buttons {
		width: 100px;
		padding: 10px;
		margin: 5px;
	}
}

.timeSelected {
	background-color: #f8dc22;
	color: #000;
}

.timeNotSelected {
	opacity: 0.6;
}

.timeNotSelected:hover {
	opacity: 1.0;
}

#theBirthdayForm h3 {
	color: #f8dc22!important;
}

.error-text {
	color: red;
}

/* 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 #fff;
  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);
}

.fa {
	font-size: 22px!important;
}