/***** Basic *****/
#metabox-exhibition-basic label {
  min-width: 120px;
  display: inline-block;
  vertical-align: middle;
}
#metabox-exhibition-basic input {
  min-width: 330px;
  display: inline-block;
}
#metabox-exhibition-basic input[type=checkbox] {
  min-width: 16px;
}
#metabox-exhibition-basic #ovaex_order_book_link, #metabox-exhibition-basic #ovaex_member_book_link {
  height: 28px;
  padding-top: 1px;
}

/***** Location *****/
#metabox-exhibition-location .ovaex_map #ovaex_show_map {
  width: 100%;
  height: 400px;
  display: block;
}
#metabox-exhibition-location .ovaex_map .controls {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  height: 29px;
  margin-left: 17px;
  margin-top: 10px;
  outline: none;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
#metabox-exhibition-location .ovaex_map #infowindow-content {
  display: none;
}

/***** Gallery *****/
#metabox-exhibition-gallery ul#gallery-metabox-list {
  display: flex;
  flex-wrap: wrap;
}
#metabox-exhibition-gallery li {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 10px;
  width: auto;
  max-width: 10%;
}
#metabox-exhibition-gallery li div {
  margin-top: 5px;
  margin-bottom: 5px;
}
#metabox-exhibition-gallery li a.change-image {
  text-align: center;
  width: 120px;
  margin: 10px auto 5px auto;
}
#metabox-exhibition-gallery li small {
  text-align: center;
}

.ovaex_admin_settings th {
  font-weight: 400;
}

.select2-container {
  min-width: 100px;
}