/*@color_menu_border_hover: darken(#F08000, 10%);*/
/*--> dashboard_gallery.js */
.btn_gallery {
  float: left;
  margin: 0px 4px 3px 0px;
  /*	box-shadow:3px 3px 3px #999999;*/
  border-radius: 4px;
  border: 1px solid #999999;
  display: block;
}
.btn_gallery:hover {
  border: 1px solid #333333;
}
.btn_gallery.selected {
  border: 1px solid #f08000;
}
.btn_gallery_image {
  float: left;
  background-repeat: no-repeat;
  background-color: #f08000;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background-position: -7px -7px;
}
.btn_gallery_text {
  float: left;
  padding: 6px 8px 2px 2px;
  /*font-weight:bold;*/
}
.gallery_overlay {
  z-index: 10;
  position: absolute;
  display: none;
  top: 100;
  left: 0;
  min-height: 250px;
  opacity: 1.0;
  /*white-space: nowrap;*/
  overflow: hidden;
  border: 1px solid #999999;
  /*border-radius: 3px;*/
  box-shadow: 0px 5px 5px #999999;
  border-radius: 5px 5px 0px 0px;
}
#thumbsnormal img,
#thumbszoom img {
  margin: 2px;
  border-radius: 4px;
  width: 80px;
  height: 60px;
}
table.prodtab {
  border: none;
  width: auto;
  border-collapse: collapse;
  margin: 15px;
}
table.prodtab td {
  padding: 0px 10px;
}
table.prodtab th {
  padding: 0px 10px;
  text-align: left;
}
table.prodtab td.prodline {
  height: 1px;
  border-bottom: 1px solid #999999;
}
.gallery_label_bg {
  z-index: 5;
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  border: none;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery_label {
  z-index: 7;
  position: absolute;
  display: block;
  top: 100px;
  left: 20px;
  border-radius: 5px;
  padding: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 66px;
}
.gallery_label.label_editable {
  cursor: pointer;
}
.gallery_label_menu {
  height: 20px;
  width: 100%;
  z-index: 7;
  background-color: #ffffff;
  opacity: 1.0;
  border-radius: 4px;
  display: none;
}
.label_editable .gallery_label_menu {
  display: block;
}
.gallery_label_btn {
  height: 18px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #999999;
  text-align: center;
  float: left;
  background-position: center;
}
.gallery_label_btn:hover {
  border: 1px solid #000000;
}
.gallery_label_btn.disabled {
  background-color: #dddddd;
}
.gallery_label_btn.disabled:hover {
  border: 1px solid #999999;
}
.gallery_label_text {
  padding: 5px;
  opacity: 0.6;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #999999;
  width: auto;
}
.gallery_label.gallery_label_text {
  position: absolute;
  padding: 0px 4px;
  min-width: 0px;
  left: 2px;
  top: -62px;
  font-weight: bold;
}
.gallery_label_text textarea {
  min-width: 150px;
  min-height: 50px;
}
.label_editable .gallery_label_text {
  border-radius: 4px;
}
.gallery_label_text.circle {
  border: 3px solid #cc0000;
  border-radius: 100%;
  background-color: transparent;
  height: 100%;
}
.gallery_label.circle {
  border: none;
}
