/* Meriq specific css */

html {
    position: relative;
    margin: 0;
    padding: 0;
	z-index: 100;
}

#top_header {
	background-image: url('../images/background-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}

h1,
h2,
h3 {
	color: #000;
    line-height: 180%;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
	clear: both;
	padding: 0;
    vertical-align: baseline;
	word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;
}
@media screen and (max-width: 767px) {
	h1,
	h2,
	h3 {
		color: #000;
		line-height: 180%;
		margin: 0 0 10px 0;
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 0;
		clear: both;
		padding: 0;
		vertical-align: baseline;
		font-size: 26px;
	}
}

h3 {
	font-family: 'Montserrat', sans-serif;
}

h2 {
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-family: 'Montserrat', sans-serif;
}


.page-header {
	margin-bottom: 5px;
	margin: 0px 0 21px;
	padding-bottom: 0px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
	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 */
	}
}

.alert {
	padding: 5px 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.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: rgba(54,160,153,0.8);
	}
}

.btn, .btn-kalas, .btn:active, .btn:focus, .btn-success {
	
	border-color: #102333;
	background: #102333;
	color: #fff;
}

.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background: #fff;
	border-color: #102333;
	color: #000000;
}

.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 {
	color:#fff;
	background: #334453;
	border-color: #102333;
}

.btn:hover {
	color:#fff;
	background: #334453;
	border-color: #102333;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #2da099;
	text-decoration: none;
}

body {
	font-size: 18px!important;
    line-height: 28px!important;
    font-weight: 300!important;
	background-color: transparent;
	color: #000;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 12px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #464545;
}

/* 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: 6px;
	z-index: 10;
}

#thenames{
	position: absolute;
	left: 17px;
	top: 0px;
	z-index: 20;	
}

#themonitorbackground {
	position: absolute;
	left: 22px;
	top: 27px;
	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: 60px;
	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: #000000;
	left: 0px;
	top: 0px;
	width: 27px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

.tenthframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	left: 252px;
	top: 0px;
	width: 41px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#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;
}

/*
#top-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 94px;
	background: url('../images/top-bg.png');
	z-index: 1;
}
*/

.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;
}

.dropdown {
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
}

input[type="text"] {
    width: 280px;
	-webkit-appearance: textfield;
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    border-width: 1px;
    border-color: initial;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #eee;
}

@media screen and (max-width: 767px) {
		input[type="text"] {
		width: 206px;
	}
}

.lanetab {
	width: auto;
	height: auto;
	font-size: 18px;
}

.div_thescreen {
	width: auto;
	height: auto;
}

@media screen and (max-width: 990px) {
	.div_thescreen {
		display: none;
	}
}

.playerinfo {
	width: auto;
	height: auto;
}

@media screen and (max-width: 480px) {
	.playerinfo {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		line-height: 150%;
	}
}

@media screen and (max-width: 767px) {
	table.playerinfo input {
		width: auto;
	}
}

table.playerinfo td {
    font-size: 100%;
}

@media screen and (max-width: 767px) {
	table.playerinfo td {
		font-size: auto;
		width: device-width;
	}
}

@media screen and (max-width: 767px) {
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: left;
		padding: .5em 1em;
		text-decoration: none;
		font-size: 10px;
	}
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: relative;
}

/* Birthday Party CSS */

#package1Wrapper {
	font-family: 'Montserrat', sans-serif;
	height: 450px;
	padding: 10px;
	border: 4px solid #fff;
	border-radius: 4px;
	color: #000;
	margin-bottom: 10px;
}

#package2Wrapper {
	font-family: 'Montserrat', sans-serif;
	height: 450px;
	padding: 10px;
	border: 4px solid #fff;
	border-radius: 4px;
	color: #000;
	margin-bottom: 10px;
}

#package3Wrapper {
	font-family: 'Montserrat', sans-serif;
	height: 450px;
	padding: 10px;
	border: 4px solid #fff;
	border-radius: 4px;
	color: #000;
	margin-bottom: 10px;
}

#MVPWrapper {
	padding: 10px;
	background-color: #6385ab;
	border: 4px solid #0d4371;
	border-radius: 4px;
	color: #fff;
}


#package1Headline {
	font-family: 'Montserrat', sans-serif;
	color: #000;
    line-height: 180%;
    font-weight: normal;
	clear: both;
	padding: 0;
    vertical-align: baseline;
	font-size: 24px;
	border-bottom: 4px solid #e41f25;
	background-color: #fff;
}

#package2Headline {
	font-family: 'Montserrat', sans-serif;
	color: #000;
    line-height: 180%;
    font-weight: normal;
	clear: both;
	padding: 0;
    vertical-align: baseline;
	font-size: 24px;
	border-bottom: 4px solid #e41f25;
	background-color: #fff;
}

#package3Headline {
	font-family: 'Montserrat', sans-serif;
	color: #000;
    line-height: 180%;
    font-weight: normal;
	clear: both;
	padding: 0;
    vertical-align: baseline;
	font-size: 24px;
	border-bottom: 4px solid #e41f25;
	background-color: #fff;
}

.packagePrice {
	font-weight: bold;
	padding-top: 5px;
}

.packageChooseButton {
	position: absolute;
    bottom: 0;
	right: 0;
	padding-right: 30px;
	padding-bottom: 25px;
	text-align: center;
}

.packageContents {
	padding-top: 20px;
	height: 260px;
	border-bottom: 4px solid #e41f25;
	color: #696969;
}

@media screen and (max-width: 767px) {
	.packageContents {
	padding-top: 20px;
	height: auto;
	border-bottom: none;
}
}

.btn-success.disabled {
	
	color: #000000;
	background-color: #666666;
	border-color: #333333;
}

.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;
}

.btn-time {
	margin-bottom: 4px;
	width: 100px;
}

.button-time {
	padding-left: 0px;
}