/* Modal box */
.h3-wp-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.h3-wp-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.h3-wp-card{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}


/* required fields */
form.check-required input:required:invalid {
	border-color: #C57340 !important;
}
form.check-required select.red-invalid {
	border: 1px solid #C57340 !important;
}

div.red-invalid * label {
	border: 1px solid #C57340 !important;
}

button.invisible-button {
	width: 0px !important;
	height: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

/* bookmark */
.listing__bookmark_selected svg path {
	fill: #000 !important;
}
.listing__bookmark_unselected svg path {
	fill: #fff !important;
}

.publication__bookmark_selected svg path {
	fill: #000 !important;
}
.publication__bookmark_unselected svg path {
	fill: #fff !important;
}

label.checkbox-disabled span::before {
	border: 0.1rem solid #fff !important;
}

/* Wait */
div.waiter-div {
  display:none;
  width:150px;
  height:80px;
  background-color:#fff;
  border:1px solid black;
  position:fixed;
  top:50%;
  left:50%;
  margin-left:-64px;
  padding:8px;
  text-align:center;
  z-index: 999;
}
