﻿html { 
/*	background: url(/Images/background.jpg) no-repeat center fixed; */
/*	background-size: cover; */
    -webkit-text-size-adjust: none;
    font-size-adjust: none;
}
body {
	background-color: #E2E2E2;
	color: #000000;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, sans-serif;
	font-size: medium;
	font-style: normal;
}
#container {
	margin: 5px auto 5px auto;
	border-radius: 20px;
	width: 1024px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	position: relative;
}
#masterhead {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 85px;
	width: 100%;
	overflow: auto;
	text-align: right;
}
#topmeny1 {
	background-color: #FFFFFF;
	height: 55px;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 5px;
}
#topmeny2 {
	background-color: #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	padding-top:1px;
	padding-bottom: 2px;
	font-size: small;
}
#pagecontent {
	background-color: #FFFFFF;
	min-height:400px;
	margin-right: 12px;
	margin-left: 12px;
	font-size: small;
	overflow: auto;
}
#pageadmin {
	padding:15px;
	margin-top:10px;
	overflow: auto;
}
#infotop1 {
	height: 50px;
	width: 998px;
	font-size: medium;
}
#infoleft {
	min-height: 400px;
	width: 200px;
	float: left;
/*	font-size: small; */
	font-weight: bolder;	
}
#inforight {
	min-height: 400px;
	width: 797px;
	float: left;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #000000;
/*	font-size: small; */
}
#footer {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
}
#infoleft a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#infoleft a:hover {
	text-decoration: underline;
}
#topmeny2 a {
	color: blue;
}

/* Styles for mobile */
#containerboxm {
	width: 880px;
}
#containerm {
	width: 820px;
	border-radius: 20px;
	margin: 20px auto 20px auto;
}
#masterheadm {
	width: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
}
#menytextm {
	width: 100%;
	height: 80px;
	font-size: x-large;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #3366FF;
	margin: 0px 0px 0px 0px;
}
#topmeny1m {
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
	margin: 10px 0px 0px 0px;
}
#pagecontentm {
	background-color: #FFFFFF;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#infotop1m {
	width: 100%;
	font-size: medium;
	position: relative;
}
#infoleftm {
	width: 100%;
}
#infoseekm {
	width: 100%;
	font-size: 40px;
	font-weight: bolder;	
}
#inforightm {
	width: 100%;
	min-height: 200px;
	font-size: 30px;
}
#footerm {
	width: 100%;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#infotop1m a {
	color: blue;
}
#inforightm p {
	font-size: 35px;
}

/* Styles for Masterhead */
#masterhead img {
	float: left;
}
#masterhead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#masterhead a {
	font-size: small;
	margin: 0;
}
#masterheadm img {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#masterheadm p {
	font-size: 30px;
	font-weight: bold;
}
#masterheadm a {
	font-size: 30px;
	font-weight: bold;
}

/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	font-size: small;
}
#footerm p {
	font-size: 30px;
}
#footerm a {
	font-size: 30px;
}

/* Styles for class */
.menytextm {
	font-size: large;
	font-weight: bold;
	color: #3366FF;
}
.menytext2m {
	font-size: large;
	font-weight: bold;
	color: red;
}
.seektextm {
	font-size: 40px;
/*	font-weight: bold; */
}
.pre {
	font-family: Arial, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
}

/* Styles for Fonts */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}

/* Styles for Links */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
#menym a {
	color: #FFFFFF;
	text-decoration: none;
}
#menym a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#meny2m a {
	color: #FFFFFF;
	text-decoration: none;
}
#meny2m a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Dropdown Button Gallery */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 300px;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* Styles for Navigation */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 30;
  width: 300px;
}
.dropdown-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}
.show {
	display: block;
}

/* Class Center*/
.centeritems {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Class Form */
.textbox {
  margin: 0px;
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  border-right-color: lightgray;
  border-bottom-color: lightgray;
}
.checkbox {
  margin: 0px;
  border-color: lightgray;
  cursor: pointer;
}
.selectbox {
  height: 21px;
  margin: 0px;
  border-radius: 4px;
  border-color: lightgray;
  cursor: pointer;
}
.optionbox {
  cursor: pointer;
}
.radiobox {
}
.datebox {
}
.filebox {
  margin: 0px;
  background-color: #ECECEC;
  border-radius: 4px;
  border-color: gray;
}
.submitbox {
  margin: 0px;
  background-color: #ECECEC;
  border-radius: 4px;
  border-color: gray;
  cursor: pointer;
}
.textareabox {
}

/* Class Val */
.gotoval-hover:hover {
  background-color: #E9E4E4;
}
.gotoval button {
  width: 28px;
  height: 28px;
  background-color: #FFFFFF;
  color: #3366FF;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: medium;
  padding: 0px;
  margin: 0px 1px 0px 1px;
}
.gotovalm button {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  color: #3366FF;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  font-size: xx-large;
  padding: 0px;
  margin: 0px 10px 0px 10px;
}

/* Center Class */
.centeritems {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Cookie banner */
.cookies-banner {
  background: #444;
  color: #fff;
  padding: 20px 0px 20px 0px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.cookies-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-banner button:hover {
  background: #fff;
  color: #222;
}
.hidden {
  display: none;
}

/* Menym Pop Up */
.menym-open {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid gray;
  padding: 10px;
  font-size: large;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 760px;
  z-index: 50;
}
.meny2m-open {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid gray;
  padding: 10px;
  font-size: large;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 660px;
  z-index: 40;
}

/* Color Popup */
#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#picker {
    border: 1px solid #000;
    cursor: crosshair;
}

#selectedColor {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    margin-top: 10px;
}
