#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 9999999999;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 25%;
  left: 10%;
  right: 10%;
  font-size: 4vh;
  color: white;
  /*transform: translate(10px,10px);*/
  /*-ms-transform: translate(-10%,-10%);*/
}

.link_button {
     background:none!important;
     color:inherit;
     border:none;
     padding:0!important;
     font: inherit;

     /*border is optional*/
     border-bottom:1px solid #444;
     cursor: pointer;
}

/*ul.subul {*/

/*}*/

.button-xs.xxs {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: xx-small;
}

/*.ui-widget {*/
    /*font: 300 16px "Heebo", sans-serif;*/
/*}*/

/*.ui-menu-item {*/
    /*font: 300 16px "Heebo", sans-serif;*/
/*}*/



.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-menu-item:hover {
    /*color: #ffe100;*/
    /*padding: 3px 15px;*/
    /*line-height: 18px;*/
    text-decoration: none;
    font-weight: bold;
    /*background-color: #ffe100;*/
}

.ui-state-hover, .ui-state-active {
    /*color: #ffe100;*/
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.round_img {
    border-radius: 50%;
    /*opacity: 0.5;*/
}

/*.round_img:hover {*/
    /*opacity: 0.8;*/
/*}*/

.small_square_img {
    width: 200px;
    height: 200px;

}

.img_row {
    margin-bottom: 0 !important ;
}

.img__overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    /*transition: opacity 0.25s;*/
    z-index: 1;
    font-weight: bold;
    color: black;

    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.5);
}


.img__overlay:hover {
    /*opacity: 1;*/
    background: rgba(255, 255, 255, 0.3);
}

/*https://css-tricks.com/snippets/sass/placing-items-circle/*/
.circle-container {
	position: relative;
	/*width: 20em;*/
	/*height: 20em;*/
    width: 70vw;
	/*height: 20em;*/
	border-radius: 50%;
	padding: 0;
	list-style: none;
	margin: 5vw auto 0;
	border: solid 5px tomato;
    padding-top: 70vw;
}

.circle-container > * {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3em;
	width: 6em;
	height: 6em;
    /*width: 80%;*/
	/*height: 80%;*/
    text-align: center;
}

/*.circle-container > *:nth-of-type(1) {*/
	/*transform: rotate(0deg) translate(10em) rotate(0deg);*/
/*}*/

/*.circle-container > *:nth-of-type(2) {*/
	/*transform: rotate(45deg) translate(10em) rotate(-45deg);*/
/*}*/

/*.circle-container > *:nth-of-type(3) {*/
	/*transform: rotate(90deg) translate(10em) rotate(-90deg);*/
/*}*/

/*.circle-container > *:nth-of-type(4) {*/
	/*transform: rotate(135deg) translate(10em) rotate(-135deg);*/
/*}*/

/*.circle-container > *:nth-of-type(5) {*/
	/*transform: rotate(180deg) translate(10em) rotate(-180deg);*/
/*}*/

/*.circle-container > *:nth-of-type(6) {*/
	/*transform: rotate(225deg) translate(10em) rotate(-225deg);*/
/*}*/

/*.circle-container > *:nth-of-type(7) {*/
	/*transform: rotate(270deg) translate(10em) rotate(-270deg);*/
/*}*/

/*.circle-container > *:nth-of-type(8) {*/
	/*transform: rotate(315deg) translate(10em) rotate(-315deg);*/
/*}*/

.circle-container img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	filter: grayscale(80%);
	border: solid 5px tomato;
	transition: .15s;
    width: 10vw;
    height: 10vw;
}

.circle-container img:hover {
	filter: grayscale(0%);
}

.circle-container .mm_text {
	/*display: block;*/
    display: inline;
    position: relative;
	/*max-width: 20vw;*/
    /*width: auto;*/
	transition: .15s;
    /*width: 100px;*/
    /*height: 100px;*/
    font-weight: bold;
    color: white;
    /*left: 0%;*/
    top:-7vw;
    background: rgb(111, 111, 111); /* Fallback for older browsers without RGBA-support */
    background: rgba(111, 111, 111, 0.5);
    border-radius: 5px;
}

.circle-container .mm_text:hover {
    font-weight: bolder;
    font-size: medium;
}


.mushroom_small_imgs {
  width: 100%;
  height: 200px;
}

.mushroom_xsmall_imgs {
  /*width: 100%;*/
  height: 150px;
    text-align: center;
}

.mushroom_detail_top {
  /*width: 100%;*/
    width: 100%;
    max-height: 400px;
    text-align: center;
}

select {
    height: 3.0rem !important;
}

.limit_text {
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.my_checkbox {
    width: 8% !important;
}

.my_checkbox_label {
    padding-left: 20px !important;
}

@media only screen and (max-width: 30em) {
    /* line break for buttons */
    /*https://stackoverflow.com/questions/50767226/force-a-line-break-inside-the-buttons-text-when-using-small-screens*/
  body .btn { white-space: normal }
}

.flexFont {
    /*height:8em;*/
    /*width:75%;*/
    height:100%;
    width:100%;
    font-size: x-large;
    font-weight: bolder;
    color: white;
    /*background-color:#eeeeee;*/
    padding:1%;
    margin: 10px;
}

.flex_button_font {
    font-size: 16px;
    font-size: 2vw !important;
    padding: 2px !important;
    color: #e3fff8 !important;
    min-width: 70px !important;
    min-height: 22px !important;
}

.fixed-top-2 {
    margin-top: 56px;
}