/* Meriq specific css */

h1,
h2,
h3 {
	color: #000;
    line-height: 180%;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 0;
	clear: both;
	padding: 0;
    vertical-align: baseline;
}

h1 {
	font-weight: 700;
    font-family: 'Oleo Script', cursive;
	font-size: 38px;
	color: #426c62;
	text-shadow: 5px 4px 0px #a8a479;
}

.page-header {
	margin-bottom: 5px;
}

.form-control {
	max-width: 250px;
	/*padding: 5px 5px !important;*/
	margin-bottom: 5px;
}

.addon-wrapper {
	background-color: #c54729;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px 0px;
	margin-top: 10px;
	border-radius: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #fff;
}
.addon-text-wrapper {
	padding-top: 10px;
	color: #fff;
}

.addon-text {
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
    margin-top: -10px;
    font-style: italic;
}
.addon-text-item {
	font-weight: 300;
    font-family: 'Oleo Script', cursive;
	font-size: 20px;
	color: #fff;
}

@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;
}

.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: #00bc8c;
	}
}


.btn {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	padding: 9px 20px 9px 20px;
    letter-spacing: 3px;
    background-color: #D13823;
    border: 2px solid #D13823;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: 350ms;
    -webkit-box-shadow: 8px 8px 0px 0px #426c62;
    -moz-box-shadow: 8px 8px 0px 0px #426c62;
    box-shadow: 8px 8px 0px 0px #426c62;
}

.btn:hover {
	background-color: #D13823;
    border: 2px solid #D13823;
    color: #fff;
    box-shadow: none;
    transition: 350ms;
}

	
a {
	color: #c54729;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	
    line-height: 28px!important;
    font-weight: 300!important;
	color: #000;
    font-family: 'Work Sans', sans-serif;
	margin-bottom: 12px;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
	background-color: rgba(0, 0, 0, 0.0);
    /*
	background-image: url('../images/bg-1.png');
    background-position-x: center;
    background-position-y: top;
    background-position: center top;
    background-repeat: repeat;
	*/
}

div.container {
	background-color: rgba(0, 0, 0, 0.0);
	/*
	background-position: right top;
	background-repeat: no-repeat;
	box-shadow: 0 0 13px 3px rgba(0,0,0,.5)
	*/
}

.container-bg {
	background-image: url('../images/header_bg_bowl.png');
	background-size: cover;
    background-position: center center;
    height: 480px;
    margin: auto;
}

.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: 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: -2px;
	width: 27px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.tenthframe {
	position: absolute;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	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;
}

#body_background {
	position: absolute;
	margin-top: 333px;
	width: 100%;
	z-index: -10;
	height: 200px;
	background-image: url('../images/pattern2.jpg');
	background-repeat: repeat-x;
}

.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: #eee;
    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;
}

.form-control {
	 background-color: #eee;
}

ul {
	padding-left: 20px;
}

.row {
    margin-left: 0px;
	margin-right: 0px;
}

.blocks .btn-primary 
{
    padding: 12px 12px;
    margin: 2px 5px;  
    border-radius: 0;
	min-width: 100px;
}

.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 {
    color: #ffffff;
    background-color: #426c62!important;
    border-color: #426c62!important;
}

.package-div {
	margin-top: 10px;
	background-color: #c54729;
	color: #fff;
	padding: 10px;
	min-height: 350px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.package-div {
		min-height: auto;
	}
}

.package-div:hover {
	background-color: #c54729;
	color: #fff;
	cursor: pointer;
}


.packageSelected {
	background-color: #426c62;
	color: #fff;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.packageSelected:hover {
	background-color: #426c62;
	color: #fff;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.packageNotSelected {
	opacity: 0.4;
}

.packageNotSelected:hover {
	opacity: 1.0;
}

.redressed-font-header {
	font-family: 'Redressed', cursive;
	font-size: 42px;
	color: #c54729;
}

.redressed-font {
	font-family: 'Redressed', cursive;
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	#top-logo {
		max-width: 320px;
	}
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    margin: 5px!important;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    margin: 5px!important;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
   margin: 5px!important
}

.img-responsive {
	box-shadow: 8px 8px 0px 0px #426c62;
	border: 10px solid #DBE2B9;
}