header.layout-row {
    overflow: hidden;
    background: url(../images/wcd/grey-gradient.png) center repeat-y;
    background-size: 100% 1px;
}


.background
{
  background-repeat: no-repeat; 
  background-size: cover;
}


.home::before {
  /*background-image: url(../images/FLORA-GALLERIA_5.jpg); */
  background-size: cover;  
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.4;
  }

.home_button_container {
  /*
  width: 90%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  */
}

.home_button {
  margin: 40px 10px 80px 10px;
  opacity: 0.75;
  background:gray;  
}

.home_button_group {
  background:green;
  color:white;
  font-size: 2em;
}

.home_button_group_small {
  background:green;
  color:white;
  font-size: 1em;
}

.home_button_category {
  margin: 30px 15px 30px 15px;
  opacity: 0.75;
  background:#009845;
  color:black;
  font-size: 4em;
}

.home_button_category_small {
  /*margin: 30px 15px 30px 15px;*/
  opacity: 1;
  background:#009845;
  color:white;
  font-size: 1em;
  margin: 5px;
  
  border-radius: 5px;
}

.home_button_category:hover {
  background: darkgreen;
}

.home_button_category_small:hover {
  background: darkgreen;
}

.main_color {
  background:#009845 !important;
}

.gray {
  background:gray
}

.seagreen {
  background:seagreen
}

.cadetblue {
  background:cadetblue
}

wcd-margin-top-small
{
	margin-top:8px!important;
}

.bar {
    /* height: 18px; */
    color:white;
    background:#009845;
    /* padding:5px; */
    text-align: center;
}

* {
    box-sizing: border-box;
  }
  
  /* Style the search field */
  form.search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  form.search button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #009845;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  }
  
  form.search button:hover {
    background: darkgreen;
  }
  
  /* Clear floats */
  form.search::after {
    content: "";
    clear: both;
    display: table;
  }

.scrolltable { margin-top: 20px; height: 200px; overflow: auto; }
.scrolltable th div { position: absolute; margin-top: -20px; }

.banner{
  background: transparent;
}

.poster-grid-kiosk {
  position: absolute;
    top: 300px;
    bottom: 100px;
    right: 0;
    left: 0;
    display: flex;
    padding: 10px;
    overflow-y:  auto
}
.poster-grid {
    display: flex;
    padding: 10px;
    overflow-y:  auto
}