/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.erase_item {
  box-shadow: 0px 0px 2px 2px red;
  margin-right: 4px;
  transform: scale(0.8);
  top: 2px;
  position: relative;
}
.media_nav_line {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1%;
  background: white;
  font-size: 14px;
}
.media_btns {
  float: left;
  width: 100%;
  padding: 1% 0% 1% 0%;
  background: white;
}
.media_win {
  float: left;
  width: 100%;
  height: 300px;
  background: rgb(242,242,242);
  overflow-y: scroll;
}
.media_icon {
  float: left;
  width: 12%;
  height: 100px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0.25%;
  margin: 1% 2% 1% 2%;
  text-align: center;
  border-radius: 5px;
  color: rgb(0,153,255);
  cursor: pointer;
  overflow: hidden;
  word-wrap: anywhere;
}
.media_icon:hover {
  text-decoration: underline;
}
.media_icon .fas {
  font-size: 38px;
}
.media_icon img {
  object-fit: contain;
  object-position: center;
}
.icon_active {
  background-color: rgb(0,153,255);
  color: white;
}

#images_editor table td {
  vertical-align: middle !important;
  line-height: 100%;
}

.img_sel_box {
  float: left;
  width: 100%;
}
.img_sel_box label {
  float: left;
  width: 100%;
  font-weight: bold;
}
.img_sel_box img {
  float: left;
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 5px;
}