* {
  margin: 0;
  padding: 0;
}
body {
	-background-color: black;
	margin:0px;
	padding:0px;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}

hr {
  border: 1px solid #c2d2e5;
  margin: 15px 0px 15px 0px;
}




@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body{
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	height: fit-content;
}

a{
	color: #6d93c0;
	text-decoration: none !important;
}

a:hover{
	color: #c2d2e5;
	text-decoration: underline;
	cursor: pointer;
}

h1{
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 20px;
}

h2{
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

h3{
	font-size: 28px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 0px;
}

h4{
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 20px;
}

#cls_login_container{
	position: relative;
	max-width: 300px;
	margin: 90px auto;
	min-height: 300px;
	display: block;
	background-image: linear-gradient(white, white, white, #17366f);
	padding: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
}

label{
	display: block;
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

input{
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: 400;
	width: calc(100% - 3%);
	padding: 10px;
	border-color: #c2d2e5;
}

input[type=checkbox]{
	width: inherit;
}

input[type=button]{
	color: #fff;
	background-color: #17366f;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	border: 0px;
}

input[type=button]:hover{
	color: #17366f;
	background-color: #c2d2e5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

input[type=submit]{
	width: auto;
	min-width: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	background-color: #17366f;
	color: #fff;
	border: 0px;
}

input[type=submit]:hover{
	background-color: #c2d2e5;
	color: #17366f;
}

textarea{
	display: block;
	width: calc(100% - 5%);
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: 400;
	resize: none;
	padding: 10px;
}

select{
	display: block;
	width: 100%;
	font-family: "Open Sans";
	font-size: 14pt;
	font-weight: 400;
	padding: 10px;
	border-color: #c2d2e5;
}

.login_error{
	color: #d92626;
	font-size: 10pt;
}

.submit_message{
	color: darkgreen;
	font-size: 10pt;
}

#HeaderContainer{
	position: relative;
	display:block;
	-width: 100%;
	height: 135px;
	background-image: url("/content/image/AP-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #17366f;
}

#FooterContainer{
	bottom:0px;
	height:30px;
	width:100%;
	padding: 35px 0px 36px 0px;
	margin-top: 50px;
	font-size: 14px;
	color: #d7e1ee;
	background-color: #17366f;
	clear: both;
    position: relative;
	
}
#MainMenuContainer{
	position:sticky;
	top:0px;
	-display: inline-block;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
	margin-left:auto;
	margin-right:auto;
	color: white;
	padding: 0;
	margin: 0;
	-height: 45px;
	background: #2e4a7d;
	z-index: 5;
}
#MenuLogo{
	postion: relative;
	float: left;
	padding-right: 10px;
	font-size: 70%;
	line-height: normal;
}

#MenuElement{
	position: relative;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
}

#MenuElement a{
	color: white;
	text-decoration: none;
}

#MenuElement:hover{
	background-color: rgba(255,255,255,0.3);
	cursor: pointer;
	
}

#MainContainer{
	position: relative;
	-display: inline-block;
	margin-top: 30px;
	z-index: 1;
	padding-left: 20px;
	padding-right: 20px;
	width: calc(100% - 40px);
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 90px;
	min-height:calc(100% - 421px);
}

#table_continers, #table_sites{
    border-collapse: separate;
}

#table_continers tr, #table_sites tr{
	vertical-align: top;
}
#table_continers tr:first-child, #table_sites tr:first-child{
	background-color: #dedede;
}

#table_continers tr:hover, #table_sites tr:hover{
	background-color: #eaeff6;
}

#table_sites td:last-child{
	background-color: white !important;
}

#table_continers td, #table_sites td{
	min-width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 80% !important;
	cursor: pointer;
}

#table_continers td:first-child, #table_sites td:first-child{
	min-width: 20px;
}

.table_containers_head td:last-child{
	background-color: white;
}

button{
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #17366f;
	color: #fff;
	cursor: pointer;
	margin-bottom: 10px;
}
button:hover{
	color: #17366f;
	background-color: #c2d2e5;
}

#siteinfocontainer{
	position: relative;
	display: block;
	max-width: 900px;
}

#siteinfocontainer div{
	position: relative;
	display: inline-grid;
	margin-right: 30px;
	margin-bottom: 10px;
}

#siteinfocontainer label{
	color: #999;
}

#pickupbooking{
	position: relative;
	display: block;
	max-width: 900px;
	background-color: #dedede;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}

#pickupbooking div{
	position: relative;
	display: inline-grid;
	margin-right: 30px;
	margin-bottom: 10px;
}
#produkt_box_small {
	padding:20px 0px 20px 25px;
	margin-bottom:10px;
	margin-top:10px;
	width:calc(100% - 25px);
	background-color:#ffffff;
	border-top: solid 4px #fff;
	border-left: solid 4px #eaeff6;
	border-bottom: solid 4px #eaeff6;
	border-right: solid 4px #eaeff6;
	cursor: pointer;
}
#produkt_box_small:hover {
	border: solid 4px #c2d2e5;
}
#your_produkt_box_small {
	padding: 24px 0px 47px 0px;
	margin-bottom:10px;
	margin-top:10px;
	width:calc(100% - 25px);
	background-color:#ffffff;
	border-top: solid 4px #fff;
	border-left: solid 4px #eaeff6;
	border-bottom: solid 4px #eaeff6;
	border-right: solid 4px #eaeff6;
	cursor: pointer;
}
#your_produkt_box_small:hover {
	border: solid 4px #c2d2e5;
}
#produkt_box {
	padding: 25px 0px 20px 0px;
	min-height: 70px;
	height: auto;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	vertical-align: text-top;
	width: 100%;
	background-color:#ffffff;
	border-top: solid 4px #fff;
	border-left: solid 4px #eaeff6;
	border-bottom: solid 4px #eaeff6;
	border-right: solid 4px #eaeff6;
}

#produkt_box label{
	font-size: 18px;
	font-weight: bold;
}

#produkt_box p{
  	margin-top: 5px;
  	margin-bottom: 20px;
}

#produkt_box:hover {
	border: solid 4px #c2d2e5;
}

#produkt_box img:hover {
	background-color:white;
	display: inline-block;
}

#remote_product_button {
	float:right;
	margin-right:0px;
	padding:10px 17px 10px 17px;
	background-color:#17366f;
	color: white;
	margin-bottom: 20px;
}
#remote_product_button:hover {
	color: #17366f;
	background-color:#c2d2e5;
}
#back_button  {
	float:left;
	margin-right:10px;
	padding:10px 17px 10px 17px;
	color: white;
	background-color:#17366f;
}
#back_button:hover  {
	color: #17366f;
	background-color:#c2d2e5;
}
#produktRefreshButton  {
	float:left;
	margin-right:10px;
	padding:10px;
	color: white;
	background-color:#17366f;
}
#produktRefreshButton:hover  {
	color: #17366f;
	background-color:#c2d2e5;
}
.buttonHref {
	padding:10px 20px 10px 20px;
	background-color:#17366f;
	color: white;
}
.buttonHref:hover {
	color: #17366f;
	background-color:#c2d2e5;
}
#club_list_booking {
	border-collapse: separate;
	background-color: #eaeff6;
	padding:25px;
	margin-top:0px;
	-max-width: 300px;
	-margin-bottom:10px;
	margin-top:10px;
}
#club_list_booking:hover {
	-background-color: #d7e1ee;
}
#club_list {		
	border-collapse: separate;	
	padding: 20px 0px 20px 0px;
	margin-top:0px;
	display:inline-block;
}
#club_list th {
	padding: 0px 0px 15px 0px;
	text-align: left;
	font-weight: 500;
}
#club_list td {
    padding: 10px 10px 10px 15px;
    width: 500px;
    font-size: 16px;
}
#club_list td:hover {
	background-color:#d7e1ee;
}
#club_list tr:not(:first-child) {
	background-color:#eaeff6;
	cursor: pointer;
}
#admin_fieldset {
	border: 0px;
	padding-top:10px;
}
fieldset {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    border-width: 0px;
	margin-top: 20px;
}
#club_list tr:hover:not(:first-child) {
	background-color:#eaeff6;
}
#form_input {
	margin-top: 20px;
	margin-bottom: 20px;
}
#form_input label {
	clear:both;
}
#form_input textarea {
	height: 80px;
	width: calc(100% - 3%);
}

#club_box {
	padding:25px;
	width:auto;
	-background-color:#eaeff6;
	margin-bottom:10px;
	height:auto;
	min-height:65px;	
	margin-top:10px;
	font-size: 14px;
	border-top: solid 4px #fff;
	border-left: solid 4px #eaeff6;
	border-bottom: solid 4px #eaeff6;
	border-right: solid 4px #eaeff6;
	cursor: pointer;
}
#club_box:hover {
	border: solid 4px #c2d2e5;
}
#club_box label {
	padding:0px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:5px;
	cursor: pointer;
}
#club_textbox {
	display: inline-block;
	vertical-align:top;
	cursor: pointer;
}
#clubs_info_box_right {
	padding:30px;
	margin-top: 30px;
	background-color:#eaeff6;
	max-width: 500px;
}
#product_clubs_info_box_right {
	position:relative;
	top:0px;
	font-size: 18px;
	padding:20px;
	background-color:#eaeff6;
	width: 555px;
	margin-bottom: 20px;
}	
	
#product_clubs_info_box_right label{
	font-weight: bold;
	font-size: 120%;
}
#page-container {
  	position: relative;
  	height: 100vh;
}
.lostPassword {
	width: auto;
	min-width: 50px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}
#user_list {
	background-color: #eaeff6;
	padding: 10px 0px 20px 20px;
	margin-top: 10px;
	cursor: pointer;
}
#user_list:hover {
	background-color: #d7e1ee;
			
}
#klubb_search {
	width:100%;
	with:auto;
	-background-color:green;
	margin-bottom:20px;
}
#club_owner {

}
#search_product {
	margin-bottom:20px;
	width: calc(100% - 3%);
	max-width: 845px;
}
#product_box_ajax {
	margin-top:20px;
	-width: calc(100% - 200px);
	vertical-align: text-top;
}
.float_right_product {
	float:right;
	min-width:200px;
	margin-left: 10px;
}
.float_left_product {
	display: block;
	margin-right: 10px;
	position: relative;
	float: left;
	width: 200px;
	text-align: center;
}

.float_left_product img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}

/*.float_left_product img{
	width: 150px !important;
	height: auto !important;
	diplay: block;
} */

/* 
.float_left_product img:hover{
width: 250px !important;
} */
	
.produkt_bilder_small {
	display:inline-block;
	margin: 5px 20px 5px 5px;
	max-height:100px;
	max-width: 400px;
}
.produkt_bilder_small:hover {
	opacity: 0.7;
	background-color: #cee5c2;
	}
.produkt_bilder_small_div {
	display:inline-block;
	 position: relative;
	-margin:5px;
	-max-height:100px;
	-max-width: 400px;
}
.img_del {
	position: absolute;
	padding: 5px;
	top: -30px;
	right: 15px;
	z-index: 100;
	background-color:dedede;
}
.img_del:hover {
	background-color: #eaeff6;
	cursor: pointer;
}
.img_add_prio {
	position: absolute;
	padding:5px;
	top: -30px;
	left: 0px;
	z-index: 100;
	background-color:dedede;
}
.img_add_prio:hover {
	background-color: #eaeff6;
	cursor: pointer;
}
.produkt_bilder {
	display:inline-block;
	margin:0px;
	max-width:330px;
	vertical-align: text-top;
}
#produkt_img {
	position:relative;
	padding:0px;
	background-color:#fff;
	margin-bottom:20px;
	display: block;
}
#produkt_img label{
	font-size: 16px;
	font-weight: bold;
}
#myImg {
  	cursor: pointer;
  	transition: 0.3s;
}
#myImg:hover {
	opacity: 0.7;
}
.produkt_bilder {
  	cursor: pointer;
  	transition: 0.3s;
}
.produkt_bilder:hover {
	opacity: 0.7;
}

/* The Modal (background) */
.modal {
  	display: none; /* Hidden by default */
  	position: absolute; /* Stay in place */
  	z-index: 200; /* Sit on top */
  	padding-top: 100px; /* Location of the box */
  	left: 0;
  	top: 0;
  	width: 100%; /* Full width */
  	height: 100%; /* Full height */
  	overflow: auto; /* Enable scroll if needed */
 	background-color: rgb(255,255,255); /* Fallback color */
  	background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
	z-index: 200;
  	margin: auto;
  	display: block;
  	max-height:80%;
  	max-width: 80%;
  	width: auto;
  	height: auto;
}

/* Caption of Modal Image */
#caption {
  	margin: auto;
  	display: block;
  	width: 80%;
  	max-width: 80%;
  	text-align: center;
  	color: #ccc;
  	padding: 10px 0;
  	height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  	-webkit-animation-name: zoom;
  	-webkit-animation-duration: 0.6s;
  	animation-name: zoom;
  	animation-duration: 0.6s;
	z-index: 200; 
}

@-webkit-keyframes zoom {
  	from {-webkit-transform:scale(0)} 
  	to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  	from {transform:scale(0)} 
  	to {transform:scale(1)}
}

/* The Close Button */
.close {
  	position: absolute;
  	top: 45px;
  	right: 35px;
  	color: #fff;
	background-color: #17366f;
  	font-size: 40px;
  	font-weight: bold;
  	transition: 0.3s;
	z-index: 300;
	padding: 10px;
}

.close:hover,
.close:focus {
  	color: 17366f;
  	background-color: #c2d2e5;
  	text-decoration: none;
  	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
#club_img {
	padding:0px;
	margin-right:20px;
	display:inline-block;
	width: 100px;
    height: 100px;
}
#club_img img {
	margin-left:0px;
	height:auto;		
	max-width: 100px;
    max-height: 100px;	
}
.produkt_club {
	padding:20px;
	background-color: #eaeff6;
	margin: 10px 0px 10px 0px;
	font-family: "Open Sans";
}
.produkt_club:hover {
	background-color:#d7e1ee;
	cursor: pointer;
}
#produkt_klubb {
	-display: inline-block;
	width:100%;
	top :0px;
	margin-right:40px;
	vertical-align: top;
}
#produkt_container {			
	display: block;
	-width:calc(100% - 660px);
	width:100%;
	margin-bottom:60px;
}
#produkt_klubb_right {		
	-display:inline-block;		
}
#produkt_klubb_right_file {				

}
.rights_box_table {
	width:100%;
}
.rights_box_table th {
	text-align:left;
}
.price_box {
	background-color:#eaeff6;
	padding:20px;
	margin-bottom:20px;
	max-width: 555px;
}

//Calender
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 600px;
  font-family:Open Sans, sans-serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:595px;
    height:40px;
    background-color:#6d93c0;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:570px;
    height:40px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
div#calendar div.header span.title{
    color:#FFF;
    font-size:18px;
}
div#calendar div.header a.prev{
    left:0px;
}
div#calendar div.header a.next{
    right:0px;
}
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
	width: 600px;
}
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 5px;
}
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:80px;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:30px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:80px;
    height:80px;
    font-size:25px;
    background-color: #d7e1ee;
    color:#000;
    text-align:center; 
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}    

#calender_box_text{
	-content: "Välj datum och slutför din bokning"; 
	font-size: 24px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 40px;
}

#calender_box{
	margin-top: 10px;
}
.calender_box{
	display: block;
	float:left;
	margin-top: 20px;
	margin-bottom:10px;
}
#calender_box_booking {
	display: inline-block;
	background-color:#eaeff6;	
	margin-bottom:40px;
	margin-left: 0px;
	margin-top: 20px;
	padding: 0px 30px 30px 30px;
	width: 370px;
}
#price_box_booking table{
	background-color:#d7e1ee;
	padding: 10px;
	width: 370px;
	margin-bottom:20px;
}
#price_box_booking td:nth-child(2){
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.boking_button {			
	margin-top:20px;
}

.boking_button button{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 25px 15px 25px;
	color: white;
	background-color: #17366f;
	border: 0;
}
.boking_button button:hover{
	color: #17366f;
	background-color: #c2d2e5;
	border: 0;
}
#booking_confirm_box legend {
	padding-bottom: 20px;
}
.booking_confirm {
	width:370px;
	background-color:#d7e1ee;
	padding: 15px 15px 0px 15px;
}
#booking_confirm_box_button {
	margin-top:20px;
}
#booking_confirm_box_button a {
	margin-right:200px;
	background-color: #d7e1ee;
	padding:10px;
}
#mybooking_table {
	padding:10px;	
}
#mybooking_table td:first-child {
	min-width: 150px;
	padding-right:40px;
	padding-top:2px;
	}
#mybooking_table td:nth-child(2) {
	-font-weight: bold;

}
#mybooking_boxes {
	display:inline-block;
	float:left;
	vertical-align:top;
	margin-bottom:20px;
	width: 650px;		
}
#mybooking_boxes fieldset {
	background-color:#eaeff6;
	margin-bottom:10px;
	padding:10px;
}
#mybooking_boxes legend {
	background-color:#d7e1ee;
	padding: 10px 20px 10px 20px;
	margin-left:10px;
	font-weight: bold;
}

#rent_button {
	padding:10px;
	margin:20px;
	display:block;
	color: white;
	background-color:#17366f;
}
#rent_button:hover{
	color: #17366f;
	background-color:#d7e1ee;
}

#club_booking_rows {
	padding:10px;
	-margin-bottom:10px;
	border-bottom:2px solid #eaeff6;
}
#booking_finish table {
	padding: 0px;
	margin: 0px;
}
#member_club {
	margin-top:20px;
	padding:10px 20px 10px 20px;
	background-color:#17366f;
	text-align: center;
	max-width: 260px;
	cursor: pointer;
	color: white;
	margin-bottom: 15px;
}
#member_club:hover {
	background-color: #c2d2e5;
	color: #17366f;
}
#klubb_member_info_box {
	-background-color:blue;
	padding:10px;
	-display: inline-block;
	-margin-left:20px;
	width:100%;
	-min-width: 400px;
	vertical-align:top;
}
#klubb_member_info_box_option_1 {
	display: inline-block;
	vertical-align:top;
	margin-right:40px;
	width: 29%;
}
#klubb_member_info_box_option_2 {
	display: inline-block;
	vertical-align:top;
	margin-right:40px;
	width: 29%;
}
#klubb_member_info_box_option_3 {
	display: inline-block;	
	vertical-align:top;
	min-width: 300px;
}
#klubb_member_info_box_option_1 label {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
}
#klubb_member_info_box_option_2 label {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
}
#klubb_member_info_box_option_3 label {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0px;
}
#club_member_list_box {				
	vertical-align: top;
	display: inline-block;
}
#media_box {
	-margin:10px;
	padding:10px;
}
#remove_clubb_box {
	float:right;
	margin-top:-50px;
}
#remove_clubb_box a {
	margin-right: 0px;
	padding: 10px;
	background-color: #eaeff6;
	color: #17366f;
}
#club_search_list {
	margin-bottom:100px;
}
#club_search input {
	max-width: 845px;
}
#kategori_box_ajax {
	padding: 0px;
}
#category_box {
	display: block;
	padding: 10px 0px 20px 20px;
	margin-bottom:10px;
	background-color: #eaeff6;
	cursor: pointer;
}
#category_box:hover {
	background-color: #d7e1ee;
}
#category_box label {
	font-weight: 500;
}
#category_box_open {
	display: block;
	padding: 1px 20px 1px 20px;
	margin-bottom:10px;
	background-color: #eaeff6;
	cursor: pointer;
}
#delete_button {
	width:auto;
	padding:10px;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
	background-color: #17366f;
}
#delete_button:hover {
	color: #17366f;
	background-color: #c2d2e5;
}
#save_button {
	color: #fff;
	background-color: #17366f;
}
#save_button:hover {
	color: #17366f;
	background-color: #c2d2e5;
}
#close_button {
	float: right;
	width: 100px;
	color: #fff;
	margin-top:20px;
	margin-right: 10px; (Lägg till)
	background-color: #17366f;
}
#close_button:hover {
	color:#17366f;
	background-color: #c2d2e5;
}
#create_cat {
	margin-top:30px;
	width:100%;
}
#create_cat input {
	margin-bottom:10px;
}
#create_category_button {
	width: 220px;
	color: #fff;
	background-color: #17366f;
}
#create_category_button:hover {
	color: #17366f;
	background-color: #c2d2e5;
}
#profile_club_membership {
	padding:25px;
	margin-top:40px;
	background-color:#eaeff6;
}
#profile_club_membership label {
	margin-top:20px;
}
#profile_club_membership h2 {
	margin-top: 0px;
}
#arrangemangs_text {
	padding:0px;
}
#arrangemangs_footer {
	font-weight:700;
	margin-top:20px;
	padding:0px;
}
#arr_list_box {
	display: block;
	margin-bottom: 10px;
	background-color:#eaeff6;
	padding: 0px;
	cursor: pointer;
}
#arr_list_box:hover {
	background-color:#d7e1ee;
}
#arr_list_box_profile {
	display: block;
	margin-top: 10px;
	background-color:#eaeff6;
	padding: 25px;
	cursor: pointer;
}
#arr_list_box_profile:hover {
	background-color:#d7e1ee;
}
.dateBox {
	float: left;
	border-right: 10px solid #fff;
	padding: 25px;
	margin-right: 30px;
	width: 20%;
	background-color: #d7e1ee;
}
@media only screen and (max-width: 600px) {
	[class*="dateBox"] {
	border-right: 3px solid #d7e1ee;
	padding: 25px;
	width: 88%;
	margin-bottom: 25px;
	}
}
.shortInfo {
	padding: 25px;
	width: 75%;
	font-weight: 700;
}
@media only screen and (max-width: 600px) {
	[class*="shortInfo"] {
	margin-top: 20px;
	padding: 25px;
	width: 100%;
	}
}
#arrangemangs_ansok {
	margin-top:20px;
	float:left;
	padding:0px;
}
.button_look {
	padding:10px 20px 10px 20px;
	color: #fff;
	background-color:#17366f;
}
.button_look:hover {
	padding:10px 20px 10px 20px;
	background-color:#c2d2e5;
	color: #17366f;
}
#volunteerTable {
	width:100%;
}
#volunteerTable th {
	text-align: left;
}
#uthyrningBox {
	z-index: 10;
	display: inline-block;
	float:right;
	margin-right:10px;
	margin-top:-10px;
	padding:10px 15px 10px 15px;
	-border:1px solid #000;
	background-color:#17366f;
	color:#fff;
	cursor: pointer;
}
#uthyrningBox:hover {
	background-color:#c2d2e5;
	color:#17366f;
}
#inhyrningBox {
	z-index: 10;
	float:right;
	display: inline-block;
	margin-right:10px;
	margin-top:-10px;
	padding:10px 15px 10px 15px;
	-border:1px solid #000;
	background-color:#17366f;
	color:#fff;
	cursor: pointer;
}
#inhyrningBox:hover {
	background-color:#c2d2e5;
	color:#17366f;
}
#BookingInfoBox {
	position: relative;
	display: inline-block;
	-border-bottom:2px solid #eaeff6;
	border-left:2px solid #eaeff6;
	border-right:2px solid #eaeff6;
	width:calc(100% - 4px);
}
.selectedBox {
	background-color: #c2d2e5 !important;
	color:#17366f !important;
}
#bookingTable {
	width:100%;
}
#bookingTable td {
	max-width: 100px;
	padding:10px;
}
#bookingTable hr {
	color:#eaeff6;
}
#search_user_box, #club_search_value {
	display: inline-block;
	max-width: 840px;
}
#searchButton {
	display: inline-block;
	background-color:#17366f;
	height:45px;
	border:3px solid #17366f;
	margin-left:15px;
	color:#fff;
	padding:10px 15px 10px 15px;
}
#searchButton:hover {
	background-color:#c2d2e5;
	border:3px solid #c2d2e5;
	color:#17366f;
}
#buttonBox {
	display: inline-block;
	background-color:#17366f;
	color:#fff;
	padding:10px 15px 10px 15px;
}
#buttonBox:hover {
	background-color:#c2d2e5;
	color:#17366f;
}
#arrangemangsFieldset legend {
	font-weight: 500;
	color:#333;
}
#clubEditImgInfo {
	display: block;
	wdith:100%;
	margin-bottom:20px;
}
#clubEditImgInfo h4 {
	margin-top: 50px;
	margin-bottom: 10px;
}
#close_user_info_box {
	float: right;
	width: 90px;
	margin-top: 20px;
}
#rights_search_list {
	margin-top: 20px;
}
#remArrangeBox {
	float: right;
	display: inline-block;
	margin-top: 17px;
}
#remArrangeBox button {
	display: inline-block;
	background-color:#17366f;
	border:3px solid #17366f;
	color:#fff;
	padding:10px 15px 10px 15px;
}
#remArrangeBox button:hover {
	background-color:#c2d2e5;
	color:#17366f;
	border:3px solid #c2d2e5;
}
#RemoveArrVol {
	float: right;
	display: inline-block;
	padding:10px 15px 10px 15px;
	background-color:#17366f;
	border:3px solid #17366f;
	color:#fff;
}
#RemoveArrVol:hover {
	background-color:#c2d2e5;
	color:#17366f;
	border:3px solid #c2d2e5;
}
.inlineBlock {
	display: inline-block;
}