/* Colors */
/* layout */
.custom-header-img {
  width: 1000px;
  height: 375px;
}
#FreeArtworkAnnouncement {
  font-weight: bold;
  color: white;
  background-color: red;
  margin-top: 4px;
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 21px;
}
#DescriptionInstructions {
  font-size: 8pt;
  padding-left: 4px;
  white-space: nowrap;
}
.PadBottom {
  padding-bottom: 6px;
}
.InputSectionHeader {
  font-size: 12px;
  padding-left: 4px;
}
#DesignThemeImages {
  margin-left: 10px;
  margin-right: 10px;
}
.DesignThemeImageCell {
  vertical-align: top;
  padding-right: 6px;
  text-align: center;
  width: 148px;
}
.DesignThemeImage {
  height: 139px;
  width: 143px;
  border: 1px solid #ddd;
}
#CustomArtInstructions {
  font-size: 11px;
}
.InkParent {
  margin-top: 4px;
}
.AddInkColorButton {
  margin-top: 6px;
}
#SubmitCustomDesignRequestButtonContainer {
  text-align: right;
  margin-top: 16px;
}
#GarmentPriceArea {
  margin-top: 10px;
}
.cdr-divider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cdr-divider .header-span {
  font-size: 18px;
}
.cdr-divider hr {
  color: black;
  background-color: black;
  height: 2px;
}
.cdr-divider .upload-colors-warning {
  margin-top: 10px;
  border: red 3px solid;
  padding: 5px;
  max-width: 600px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.custom-design-style-header {
  font-size: 14px;
  background-color: gray;
  color: white;
  padding: 4px 0px;
}
.custom-design-style-header-enabled {
  background-color: black;
}
.cdr-field-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: AvenirLTStd-Medium;
}
.cdr-top-margin {
  margin-top: 10px;
}
.icon-shirt {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.icon-ink {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.icon-text {
  height: 18px;
  width: 44px;
  margin-right: 5px;
}
.icon-upload {
  height: 24px;
  width: 34px;
}
#divValidationMessage {
  font-size: 16px;
}
.DesignThemeOtherCell {
  /*width: 145px;
    height: 163px;*/
}
.DesignThemeOtherTextbox {
  height: 140px;
  width: 138px;
}
@media (max-width: 1024px) {
  .custom-header-img {
    width: 100%;
    height: unset;
  }
}
@media (max-width: 1023px) {
  .custom-header-img {
    width: 100%;
    height: unset;
  }
  #DesignThemeImages {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-design-style-header {
    font-size: 14px;
    width: 90px;
  }
  .DesignThemeImageCell {
    padding-right: 4px;
    width: 90px;
  }
  .DesignThemeImage {
    height: unset;
    width: 90px;
  }
  .DesignThemeOtherTextbox {
    height: 88px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .custom-design-style-header {
    font-size: 14px;
    width: 80px;
  }
  .DesignThemeImageCell {
    width: 80px;
  }
  .DesignThemeImage {
    height: unset;
    width: 80px;
  }
  .DesignThemeOtherTextbox {
    height: 77px;
    width: 80px;
  }
}
/*# sourceMappingURL=CustomDesignRequest.css.map */