@charset "UTF-8";
a {
  text-decoration: none;
}

h1 {
  font-weight: normal;
}

.oneHalf {
  width: 50%;
  float: left;
}

.oneThird {
  width: 33.33%;
  float: left;
}

.clear {
  display: block;
  clear: both;
}

input[type=submit] {
  width: auto;
  background: #46436e;
  color: #fff;
  margin-right: 8px;
  padding: 0px 20px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #46436e;
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-align: center;
  color: #46436e;
  width: 144px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
}

#mainBody {
  min-height: calc(100vh - 60px);
  font-family: "Open Sans", sans-serif;
}

#footer {
  border-top: 1px solid #666;
  padding: 10px;
  text-align: center;
}

.indexProductLink {
  display: inline-block;
  text-align: left;
  padding: 4px 8px;
  margin: 3px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  padding-left: 29px;
}
.indexProductLink:hover {
  color: #4A93BC;
}

.imageSetupContainer {
  padding-bottom: 20px;
  position: relative;
}
.imageSetupContainer .productImage {
  display: inline-block;
  width: 250px;
}
.imageSetupContainer .productImage img {
  width: 100%;
}
.imageSetupContainer .productForm {
  display: block;
  float: right;
  width: calc(100% - 260px);
}
.imageSetupContainer .monogram {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  border: 1px dashed green;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  resize: both;
}

.ui-resizable-helper {
  border: 1px dotted #00F;
}

.adminPageContainer {
  background: #fff;
  padding: 20px;
  margin: 20px;
}

.productsContainer,
.collectionCheck {
  display: none;
}

.collectionCheck:checked + div .productsContainer {
  display: block;
}

.collectionsIndex {
  font-weight: bold;
  display: block;
  margin-top: 20px;
}
.collectionsIndex:before {
  content: "▶";
  display: inline-block;
  margin-right: 16px;
}

.collectionCheck:checked + div .collectionsIndex:before {
  content: "▼";
  display: inline-block;
  margin-right: 16px;
}

.productSearchForm {
  text-align: right;
}
.productSearchForm input {
  line-height: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #46436e;
  background: #F9FAFC;
  padding: 0px 10px;
}
.productSearchForm input[type=submit] {
  padding: 0px;
  background: #46436e;
  color: #fff;
  position: relative;
  top: 2px;
}

label.button.fontGroupSelector {
  border: none;
}

/*# sourceMappingURL=style.css.map */
