﻿/*
	Basic cleanup
*/

html, body {
	background: #151924;
	color: rgb(230,230,230);
	text-shadow: 0px 0px 5px black;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	vertical-align: baseline;
}

img {
	border: none;
	vertical-align: middle;
}

/*
	Lets make it nice n' tidy
*/

.wrap {
	position: relative;
	max-width: 960px;
	padding: 0 5%;
	margin: 0 auto;
}

/*
	Section
*/

section {
	box-sizing: border-box;
	padding: 10px 0;
	min-height: 640px;
}

section p {
	color: #fff;
	font-size: 16.7px;
	line-height: 24px;
}

.darkbg {
	background-color: #181818;
}

/*
	Backgrounds
*/

.bg1{
	background: transparent url("../images/bgs/main.jpg") no-repeat scroll center top;
	background-size: 100%;
}

/*
	Header
*/

header {
	width: 100%;
	height: 220px;
	background: rgba(22, 26, 36, .84);
	border-top: 2px rgb(32, 130, 162) solid;
	border-bottom: 2px rgb(32, 130, 162) solid;
	
}

header .logo {
	position: relative;
	background: url("../images/logo_big.png");
	width: 725px;
	height: 180px;
}

/*
	Footer
*/
footer {
	width: 100%;
	height: 60px;
	background: rgb(15, 15, 15);
	border-top: 2px rgb(32, 130, 162) solid;
	border-bottom: 2px rgb(32, 130, 162) solid;
}

footer .logo {
	position: relative;
	background: url("../images/logo_big.png");
	width: 725px;
	height: 100px;
}

/*
	Navigation
*/

.nav a {
	margin-left: 15px;
	margin-right: 5px;
}

.nav a.active {
	color: rgb(32, 130, 162);
}

.nav-right a {
	margin-right: 8px;
	margin-left: 9px;
}

.menu {
	z-index: 500;
	width: 100%;
}

/*
	Floats
*/

.right {
	float: right;
	right: 0px;
	padding-top: 12px;
	font-size: 24px;
	font-family: Ebrima, "Oswald", sans-serif;
	text-transform: uppercase;
}

.left {
	float: left;
	left: 0px;
	padding-top: 10px;
	font-size: 24px;
	font-family: Ebrima, "Oswald", sans-serif;
	text-transform: uppercase;
}

.top {
	padding-top: 10px;
	font-size: 24px;
	font-family: Ebrima, "Oswald", sans-serif;
	text-transform: uppercase;
}

/*
	Links
*/

a, a:visited {
	color: white;
	text-decoration: none;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}

a:hover, a:active, a:hover {
	color: rgb(32, 130, 162);
	text-decoration: none;
	transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}

.link {
	color: rgb(176, 214, 243);
}

/*
	Footer Panels
*/

.footer_img  {
	width: 150px;
	height: 100px;
	position: relative;
	float: left;
	bottom: 15px;
	right: 20px;
}

footer .panel1 {
	float: left;
	position: relative;
	left: 0;
	top: 14px;
	width: 360px;
	font-size: 12px;
}

footer .panel2 {
	float: right;
	position: relative;
	right: 0;
	top: 12px;
	font-size: 12px;
}

footer .panel1 h3, footer .panel2 h3 {
	color: rgb(32, 130, 162);
	font-size: 14px;
}
footer .panel2 h3:before, footer .panel1 h3:before {
	color: whitesmoke;
	content: "»";
}

/*
	Lists
*/

.footer_list {
	list-style: none;
	text-decoration: none;
	padding-left: 25px;
}

a.flist {
	font-size: 12px;
	line-height: 18px;
}

a.flist:hover {
	font-size: 15px;
	line-height: 18px;
}

/*
	Tables
*/
table.newtable > tr > th, table.newtable > * > tr > th {
	background-color: rgba(22, 26, 36, .84);
	text-align: center;
}

table.newtable > tr > td, table.newtable > * > tr > td {
	text-align: center;
	color: black;
	text-shadow: none;
}

a.newtable {
	text-align: center;
	color: rgb(32, 130, 162);
}

tr.default {
	background-color:rgba(225, 225, 225, .84);
}

tr.good {
	background-color:rgba(204, 255, 204, .84);
}

tr.bad {
	background-color:rgba(255,204,204, .84);
}

/*
	Bokning
*/
.section.boka h4 {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 22px;
	text-transform: normal;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	width: 760px;
} 

.section.boka input[type="radio"] {
	display: none !important;
}

.section.boka input[type=radio] + label {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	display: block;
	text-align: center;
	background: green;
	border-radius: 5px;
	margin: 0 14px 14px 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.15);
}

.section.boka input[type=radio]:disabled + label {
	background: red;
}

.section.boka input[type=radio]:enabled + label:hover {
	background: limegreen;
}

.section input[type=radio]:checked + label {
	box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.9), 0 2px 10px rgba(0, 0, 0, 0.95);
}

.section input[type="submit"] {
	cursor: pointer;
	border: 2px solid #A6955D;
	background: transparent;
	color: #fff;
	display: inline-block;
	width: 160px;
	box-sizing: border-box;
	padding: 10px 0;
	margin: 20px auto 0;
	border-radius: 4px;
	font-weight: 600;
}

.seats_admin input[type="submit"] {
	cursor: pointer;
	border: unset;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	display: block;
	text-align: center;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 5px;
	margin: 0 14px 14px 0;
	font-weight: unset;
	padding: unset;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 3px rgba(0, 0, 0, 0.15);
}

.section.boka .table-con {
	width: 780px;
}

.section.boka .table-con table:nth-of-type(odd) {
	float: left;
	margin-left: 14px;
}

.section.boka .table-con table:nth-of-type(even) {
	float: left;
	margin-right: 22px;
	margin-left: 37px;
}

.section.boka .table-con table:nth-of-type(-n+2) {
	margin-bottom: 30px;
}

.section.boka input[type="text"] {
	border: 0;
	background: rgba(170, 170, 170, 0.5);
	outline: none;
	color: #fff;
	display: inline-block;
	width: 200px;
	box-sizing: border-box;
	padding: 14px;
	margin: 40px auto 0;
	border-radius: 4px;
	margin: 0 20px 20px;
	height: 50px;
}

.section.boka input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.section.boka #integrillska input[type="text"] {
	margin: 20px 20px 0;
}

.section.boka input[type="password"] {
	border: 0;
	background: rgba(170, 170, 170, 0.5);
	outline: none;
	color: #fff;
	display: inline-block;
	width: 200px;
	box-sizing: border-box;
	padding: 14px;
	margin: 20px auto 0;
	border-radius: 4px;
	margin: 0 20px 20px;
	height: 50px;
}

.section.boka input[type="password"]::-webkit-input-placeholder {
	color: #fff;
}

.section.boka #integrillska input[type="password"] {
	margin: 60px 20px 0;
}

.section.boka h4 {
	margin-top: 0px;
}

.table-con {
	overflow: hidden;
	margin-bottom: 0px;
}

.section.boka .table-3 {
	float: none;
	margin: 0 auto;
}

.blank_row
{
	height: 30px !important; /* Overwrite any previous rules */
}