/* Colors */
/* layout */
#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;
}
.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;
}
.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;
}
.form-control {
  display: inline-block;
}
.CDR_GreenStep {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3BCF79;
}
.CDR_GreenStep a {
  color: #3BCF79;
}
.CDR_OrangeStep {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F6774C;
}
.CDR_OrangeStep a {
  color: #F6774C;
}
h2,
.CDR_FormTitleLarge {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: black;
}
.CDR_GrayFormText {
  font-family: 'Varela', sans-serif;
  font-size: 13px;
  color: #A7A7A7;
}
.CDR_FormSubtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: black;
}
.CDR_VeryLarge {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: black;
}
.CDR_LargeGrayText {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #A7A7A7;
}
.CDR_MediumGrayText {
  font-family: 'Varela', sans-serif;
  font-size: 14px;
  color: #A7A7A7;
}
.CDR_MediumBlackText {
  font-family: 'Varela', sans-serif;
  font-size: 14px;
  color: black;
}
.CDR-file-upload-banner {
  margin-top: 15px;
  width: 800px;
}
@media (max-width: 800px) {
  .CDR-file-upload-banner {
    width: 100%;
  }
}
.CDR_Upload_TermsAndConditions {
  border: 1px solid #EAEAEA;
  max-width: 600px;
  margin: auto;
  text-align: left;
  font-family: 'Varela', sans-serif;
  margin-top: 14px;
}
.CDR_Upload_TermsAndConditions .CDR_Upload_TermsHeader {
  text-transform: uppercase;
  font-size: 16px;
  background: #EAEAEA;
  text-indent: 6px;
}
.CDR_Upload_TermsAndConditions .CDR_Upload_TermsContent {
  font-size: 14px;
}
.CDR_Upload_TermsAndConditions .CDR_Upload_TermsContent ul {
  margin: 10px 0;
  line-height: 1.5em;
}
.Underline {
  text-decoration: underline;
}
.WW_ContinueBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 146px !important;
  height: 36px !important;
  background: url("/Content/images/Buttons/WWContinueButton.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.WW_ContinueBtn:hover {
  background-position: 0 -36px;
  text-decoration: none;
}
.WW_ContinueBtn span {
  visibility: hidden;
}
#FreeArtworkAnnouncement {
  font-weight: bold;
  color: white;
  background-color: red;
  margin-top: 4px;
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 21px;
  font-family: 'Interstate', Tahoma;
}
#DescriptionInstructions {
  font-size: 8pt;
  font-family: 'Interstate Regular', Tahoma;
  padding-left: 4px;
  white-space: nowrap;
}
.PadBottom {
  padding-bottom: 6px;
}
.InputSectionHeader {
  font-family: 'Interstate Regular', Tahoma;
  font-size: 12px;
  padding-left: 4px;
}
#DesignThemeImages {
  margin-left: 10px;
  margin-right: 10px;
}
.DesignThemeImageCell {
  vertical-align: top;
  padding-right: 6px;
  text-align: center;
}
#CustomArtInstructions {
  font-size: 11px;
}
.AddInkColorButton {
  margin-top: 6px;
}
#SubmitCustomDesignRequestButtonContainer {
  text-align: center;
  margin-top: 6px;
}
.CDR_AddColorBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 109px !important;
  height: 29px !important;
  background: url("/Content/images/CustomArtRequests/AddAColor.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_AddColorBtn:hover {
  background-position: 0 -29px;
  text-decoration: none;
}
.CDR_AddColorBtn span {
  visibility: hidden;
}
.CDR_AddGarmentBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 127px !important;
  height: 29px !important;
  background: url("/Content/images/CustomArtRequests/AddAGarment.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_AddGarmentBtn:hover {
  background-position: 0 -29px;
  text-decoration: none;
}
.CDR_AddGarmentBtn span {
  visibility: hidden;
}
.CDR_AddTaglineBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 120px !important;
  height: 29px !important;
  background: url("/Content/images/CustomArtRequests/AddATagline.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_AddTaglineBtn:hover {
  background-position: 0 -29px;
  text-decoration: none;
}
.CDR_AddTaglineBtn span {
  visibility: hidden;
}
.CDR_SelectFileBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 116px !important;
  height: 29px !important;
  background: url("/Content/images/CustomArtRequests/SelectFile.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_SelectFileBtn:hover {
  background-position: 0 -29px;
  text-decoration: none;
}
.CDR_SelectFileBtn span {
  visibility: hidden;
}
.CDR_NextBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 121px !important;
  height: 37px !important;
  background: url("/Content/images/CustomArtRequests/Next.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_NextBtn:hover {
  background-position: 0 -37px;
  text-decoration: none;
}
.CDR_NextBtn span {
  visibility: hidden;
}
.CDR_SubmitRequestBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 176px !important;
  height: 37px !important;
  background: url("/Content/images/CustomArtRequests/SubmitRequest.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_SubmitRequestBtn:hover {
  background-position: 0 -37px;
  text-decoration: none;
}
.CDR_SubmitRequestBtn span {
  visibility: hidden;
}
.CDR_RequestDesignProofBtn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  width: 165px !important;
  height: 25px !important;
  background: url("/Content/images/CustomArtRequests/CustomDesignRequestDesignProof.png") no-repeat 0 0;
  text-indent: -1000em;
  text-decoration: none;
}
.CDR_RequestDesignProofBtn:hover {
  background-position: 0 -25px;
  text-decoration: none;
}
.CDR_RequestDesignProofBtn span {
  visibility: hidden;
}
.CDR_TimelineContainer {
  text-align: center;
}
.CDR_TimelineImage {
  max-width: 460px;
  width: 96%;
  padding-top: 25px;
  padding-bottom: 20px;
}
.CDR_Step5_Header {
  width: 120px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.CDR_CancelImage {
  width: 22px;
  height: 22px;
  border: 0;
}
.CDR_CancelPosition {
  position: absolute;
  margin-top: 6px;
  margin-left: 6px;
}
.CDR_AttachmentIcon {
  width: 17px;
  height: 20px;
  border: 0;
}
.CDR_BizTagTextInput {
  width: 240px;
  margin: auto;
}
.CDR_BizDesc {
  width: 300px;
  height: 120px !important;
}
.ChildSpansTextAlignLeft span {
  text-align: left;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.my-gray-button {
  background-color: #C6C6C6;
  background-image: -webkit-linear-gradient(top, #C6C6C6, #C6C6C6);
  background-image: -moz-linear-gradient(top, #C6C6C6, #C6C6C6);
  background-image: -ms-linear-gradient(top, #C6C6C6, #C6C6C6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6C6C6), to(#C6C6C6));
  background-image: -o-linear-gradient(top, #C6C6C6, #C6C6C6);
  background-image: linear-gradient(top, #C6C6C6, #C6C6C6);
}
.my-gray-button:hover {
  color: white;
  text-decoration: none;
  background-color: #CCCCCC;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.CDR_UploadErrorMessage {
  font-weight: bold;
  color: red;
  font-size: 14px;
}
.CDR_UploadSuccessMessage {
  font-weight: bold;
  color: #00cc00;
  font-size: 14px;
}
.cdr-form input.ng-invalid.ng-touched,
.cdr-form textarea.ng-invalid.ng-touched {
  background-color: #FFE0E0;
  border: red solid 2px;
}
.cdr-form .RequiredError {
  color: red;
}
/** Bootstrap Override **/
.form-control::-webkit-input-placeholder {
  font-style: italic;
}
.form-control:-moz-placeholder {
  font-style: italic;
}
.form-control::-moz-placeholder {
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
}
.CDR_ReviewBox {
  float: none !important;
  margin: 0 auto !important;
  border: solid 1px #C5C5C5;
}
.CDR_ReviewCenter {
  float: none !important;
  margin: 0 auto !important;
}
.CDR_StandardHR {
  width: 85px;
  height: 1px;
  color: #79CAE5;
  background-color: #79CAE5;
  text-align: center;
  margin: 0 auto;
}
.CDR_MarginBottom15 {
  margin-bottom: 15px;
}
.CDR_ReviewValueText {
  padding-bottom: 15px;
  margin-top: -15px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.CDR_AttachmentsTable {
  text-align: center;
  margin: auto;
  width: 300px;
  font-family: 'Varela', sans-serif;
  font-size: 14px;
}
.CDR_Optional {
  font-family: 'Varela', sans-serif;
  font-size: 13px;
  color: #A7A7A7;
  font-style: italic;
  position: relative;
  z-index: -1;
}
/*** Angular View Animation from http://dfsq.github.io/ngView-animation-effects/app/#/page/1 ***/
.container {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.page {
  position: absolute;
}
.slide-pop {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-pop.ng-enter,
.slide-pop.ng-leave {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.slide-pop.ng-enter {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.slide-pop.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slide-pop.ng-leave {
  left: 0;
  opacity: 0.5;
}
.slide-pop.ng-leave-active {
  left: -100%;
  opacity: 0;
}
.reverse .page.slide-pop.ng-enter {
  opacity: 0.5;
  left: -100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.reverse .page.slide-pop.ng-enter-active {
  opacity: 1;
  left: 0;
}
.reverse .page.slide-pop.ng-leave {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 0;
  right: 0;
}
.reverse .page.slide-pop.ng-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/*** Loading/Submitting ***/
div.m-app-loading {
  position: fixed ;
}
div.m-app-loading div.animated-container {
  background-color: #111;
  bottom: 0px ;
  left: 0px ;
  opacity: 0.85;
  position: fixed ;
  right: 0px ;
  top: 0px ;
  z-index: 999999 ;
}
div.m-app-loading div.animated-container.ng-enter {
  opacity: 0;
  transition: all linear 200ms ;
  -webkit-transition: all linear 200ms ;
}
div.m-app-loading div.animated-container.ng-enter-active {
  opacity: 0.85;
}
/* Used to initialize the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave {
  opacity: 0.85;
  transition: all linear 200ms ;
  -webkit-transition: all linear 200ms ;
}
/* Used to set the end properties of the ng-leave animation state. */
div.m-app-loading div.animated-container.ng-leave-active {
  opacity: 0 ;
}
div.m-app-loading div.messaging {
  color: #FFFFFF;
  font-family: monospace ;
  left: 0px ;
  margin-top: -37px;
  position: absolute ;
  right: 0px ;
  text-align: center ;
  top: 50% ;
}
div.m-app-loading h1 {
  font-size: 26px ;
  line-height: 35px ;
  margin: 0px 0px 20px 0px ;
}
div.m-app-loading p {
  font-size: 18px ;
  line-height: 14px ;
  margin: 0px 0px 0px 0px ;
}
@media (max-width: 767px) {
  .some-mobile-LR-margin {
    margin-left: 10px;
    margin-right: 10px;
    overflow-x: hidden;
  }
}
@media (max-width: 375px) {
  .CDR_FormTitleLarge {
    font-size: 28px;
  }
}
/*# sourceMappingURL=CustomDesignRequest.css.map */