body, html, input, textarea {
font-family: arial;
font-size: 16px;
touch-action: pan-y;
}

textarea {
  resize: vertical;
}

input[type=text], input[type=tel], select, textarea, input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

select.medium {
  width: 40%;
}
select.small {
  width: 20%;
}

input[type=number]  {
  width: 15%;
  padding: 5px;
  margin: 1px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

input.mediumInputBox {
  width: 20%;
  padding: 5px;
  margin: 1px 0px;
}
input.mediumLargeInputBox {
  width: 45%;
  padding: 5px;
  margin: 1px 0px;
}

input.smallInputBox {
  width: 15%;
  padding: 5px;
  margin: 1px 0px;
}


input[type=submit] {
  width: 40%;
  max-width:300px;
  background-color: #4CAF50;
  color: white;
  padding: 14px 4px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

button.formButton {
  width: 45%;
  max-width:350px;
  color: white;
  padding: 14px 4px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}
button.greenButton {
  background-color: #4CAF50;
}
button.grayButton {
  background-color: #555;
}
button.disabledButton {
  background-color: #BBB;
  color: #e45;
}
button.redButton {
  background-color: #e45;
}
button.whiteButton {
  background-color: #FFF;
  color: #555;
  border: solid #555 1px;
}

button.smallBlueButton {
  max-width:300px;
  background-color: #12b0d8;
  color: #fff;
  padding: 1px;
  margin: 1px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  border: solid #555 1px;
}
button.smallWhiteButton {
  max-width:300px;
  background-color: #fff;
  color: #555;
  padding: 1px;
  margin: 1px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  border: solid #555 1px;
}
button.smallGrayButton {
  max-width:300px;
  background-color: #ddd;
  color: #bbb;
  padding: 1px;
  margin: 1px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  border: solid #555 1px;
}

span.inputLikeText {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
}
span.errorMessage {
  color: #d11;
}


input[type=submit]:hover {
  background-color: #45a049;
}

div {
  margin:auto;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  max-width:800px;
}
div.errorMessage {
  width: 80%;
  margin-left:0px;
  background-color: #f2f2f2;
  color:#d11;
}

div.footer {
   border-top: 1px solid black;
   border-radius: 0px;
   bottom: 0;
   background-color: #ffffff;
}

div.toolbar {
  background-color: #f2f2f2;
  padding: 2px;
}

span.toolbarItem{
  font-size: 12px;
  float:right;
  padding-left: 14px;
}

span.leftSpan{
}
span.rightSpan{
  float:right;
}


table.orderSummaryTable {
  border: 1px solid #555;
  border-collapse:collapse;
}
td.rightAlign {
  text-align: right;
}
td.centerAlign {
  text-align: center;
}

.selected
{
    display: table;
    background-color: #eee;
    color: #000;
    border: 1px solid rgb(18, 138, 28);
}


span.formError{
  border-radius: 10px;
  background-color: #f2f2f2;
  float:right;
  padding: 14px 20px;
  margin: 8px 0;
}
/*
img {
  display: block;  
  width: 100%;
  max-width:800px;
}
*/

img.mainLogo {
  display: block;
  max-width: 100%;
  max-height: 160px;
}

img.assortmentImg {
  display: block;  
  width: 100%;
  max-width:300px;
}


img.swishImg {
  display: block;  
  width: 50%;
  max-width:300px;
}

img.halfPage {
  display: inline; 
  width: 65%;
  max-width:550px;
}
img.toolbarIcon {
  width: 7.5%;
  max-width: 60px;
  display: inline; 
  margin-left:20px;
}

img.instagramLogo {
  display: inline-block;  
  width:30px;
  margin:10px 10px;
}

a:visited, a:link, a:active {
    text-decoration: none;
	color: #000;
}
a:hover{
    text-decoration: underline;
	color: #000;
}

.helptext {
  display: none;
  background-color: #f2f2f2;
  border-radius: 2px;
  padding: 2px;
}

.helptexttoggle {
  background-color: #f2f2f2;
  border-top: 1px solid #f7f7f7; 
  border-left: 1px solid #f7f7f7; 
  border-bottom: 1px solid #c2c2c2; 
  border-right: 1px solid #c2c2c2; 
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
}




/*  ------------  Stuff for image list ordering form ---------------------*/

.container {
  position: relative;
  min-width: 300px;
  max-width: 400px;
  padding: 0px;
  margin-bottom:2px;
}

 .subtractBtn {
  all:unset;
  position: absolute;
  top: 50%;
  left: 5%;
  background-color: #e45;
  color: white;
  font-size: 64px;
  height: 64px;
  line-height: 64px;
  width: 64px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  visibility:hidden;
}

 .addBtn {
  all:unset;
  position: absolute;
  top: 50%;
  right: 5%;
  background-color: #4CAF50;
  color: white;
  font-size: 64px;
  height: 64px;
  line-height: 64px;
  width: 64px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
}

 .addBtn:active {
  background-color: #2d6a2f;
  }
  .subtractBtn:active {
  background-color: #952222;
  }


.textDiv{
  all:unset;
}
  /* Centered text */
.centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 80px;
  font-family: arial;
  border: 1px solid white;
  height: 120px;
  line-height: 120px;
  width: 120px;
  background-color: #00000040;
  border-radius: 50%;  
  text-align: center;
  visibility:hidden;
}
.bottom-leftText {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
  font-size: 20px;
  font-family: arial;
  margin-right: 50px;
}
.top-leftText {
  position: absolute;
  top: 16px;
  left: 16px;
  color: white;
  font-size: 20px;
  font-family: arial;
  margin-right: 50px;
}

.top-rightText {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
  font-size: 20px;
  font-family: arial;
}


table.OrderCalendar {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #bbb;
  border-style: solid;
  color: #000;
}

table.OrderCalendar td, table.OrderCalendar th {
  border-width: 1px;
  border-color: #bbb;
  border-style: solid;
  padding: 3px;
  width:10%;
}

table.OrderCalendar thead{
  background-color: #aaa;
  font-weight:bold;
}

table.OrderCalendar td:hover {
  background-color: #a5ebfd;
}

/**/