/*********** material ***********/
#nuDesigner_container {
  display: flex;
  justify-content: center;
}

#Design_align {
  position: absolute;
}

#DtgProducts_buttons {
  display: flex;
  justify-content: center;
}

#StockProduct_container {
  display: flex;
}

#StockProduct_choice {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#StockProduct_choice .choice_row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#StockProduct_choice .choice_row ul {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}
#StockProduct_choice .choice_row .choice_row_item {
  cursor: pointer;
  border: 1px solid #E6E6E6;
  width: 200px;
  min-height: 200px;
  background: #E6E6E6;
  border-radius: 5px;
  margin-right: 15px;
  padding: 20px;
}
#StockProduct_choice .choice_row .choice_row_item:hover {
  background: #d0d0d0;
}
#StockProduct_choice .choice_row .choice_row_item.selected {
  border: 1px solid #037DCA;
}
#StockProduct_choice .choice_row .choice_row_item.notSelected {
  opacity: 0.3;
}
#StockProduct_choice .choice_row .choice_row_item .image {
  display: flex;
  justify-content: center;
  text-align: center;
}
#StockProduct_choice .choice_row .choice_row_item .image img {
  max-height: 160px;
}
#StockProduct_choice .choice_row .choice_row_item .name {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

#addDesignInfo {
  display: none;
  background-color: #f3ec72;
  color: #675101;
  padding: 5px;
  border-radius: 2px;
  margin-bottom: 15px;
}
#addDesignInfo.show {
  display: block;
}

#nuDesigner {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
#nuDesigner .nuUpload_overlay {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nuDesigner .nuUpload_overlay div {
  background-color: rgba(255, 255, 255, 0.87);
  padding: 20px 20px 20px 80px;
  border-radius: 6px;
  font-size: 25px;
  line-height: 30px;
}
#nuDesigner .nuUpload_overlay div i {
  position: absolute;
  font-size: 49px;
  margin-top: 16px;
  margin-left: -60px;
}
#nuDesigner .inline-help {
  margin: 0 10px;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: help;
}
#nuDesigner .inline-help .mdi-help {
  position: absolute;
  background: #ffd610;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 2px;
}
#nuDesigner .inline-help .mdi-help::before {
  position: absolute;
  font-size: 13px;
  margin-left: 4px;
  margin-top: 2px;
  color: #bea234;
}
#nuDesigner .titleBar {
  padding: 10px 0;
  display: flex;
}
#nuDesigner .titleBar .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
}
#nuDesigner .titleBar .right {
  margin-left: auto;
}
#nuDesigner #MainTray {
  display: block;
  position: absolute;
  border: 1px solid rgba(202, 202, 202, 0.3);
}
#nuDesigner #DtgTray {
  box-sizing: content-box;
  display: block;
  position: absolute;
  border: 1px solid rgba(118, 118, 118, 0);
  transition: border 0.2s linear;
}
#nuDesigner #DtgTray.visible {
  border: 1px solid rgba(118, 118, 118, 0.6);
}
#nuDesigner #Mockups_buttons {
  display: flex;
}
#nuDesigner #Mockups_buttons .Mockups_load {
  padding: 15px;
  font-size: 16px;
}
#nuDesigner #Mockups #StockProduct_name {
  padding-top: 0;
}
#nuDesigner #Mockups #Mockup {
  display: flex;
  justify-content: center;
}
#nuDesigner #Mockups #Mockup #Mockup_photo {
  -webkit-user-drag: none;
  user-drag: none;
}
#nuDesigner #Mockup_container {
  width: 600px;
  position: relative;
}
#nuDesigner #details {
  width: 700px;
  text-align: left;
  padding: 0 0 0 15px;
  justify-content: left;
}
#nuDesigner #details #StockProduct_name {
  font-size: 20px;
  font-weight: bold;
}
#nuDesigner #details #showOptions {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  color: #444444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #E7E7E7;
  color: #444444;
  padding: 15px 15px 15px 45px;
  margin-left: auto;
}
#nuDesigner #details #showOptions.show {
  visibility: visible;
}
#nuDesigner #details #showOptions:link, #nuDesigner #details #showOptions:visited {
  color: #444444;
  text-decoration: none;
}
#nuDesigner #details #showOptions:hover {
  text-decoration: none;
  background: #f4f4f4;
}
#nuDesigner #details #showOptions:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: #0F8DCB;
}
#nuDesigner #details #showOptions:active {
  background: #e4e4e4;
}
#nuDesigner #details #showOptions .mdi {
  display: inline-block;
}
#nuDesigner #details #showOptions .mdi::before {
  font-size: 14px;
}
#nuDesigner #details #showOptions:hover {
  background: #dadada;
  color: #444444;
}
#nuDesigner #details #showOptions a {
  color: #444444;
}
#nuDesigner #details #showOptions:active {
  background: #cecece;
}
#nuDesigner #details #showOptions:visited, #nuDesigner #details #showOptions:link {
  color: #444444;
}
#nuDesigner #details #showOptions.active {
  background: #0F8DCB;
  color: #F6FAFF;
}
#nuDesigner #details #showOptions.active:hover {
  background: #0B6C9C;
  color: #F6FAFF;
}
#nuDesigner #details #showOptions.active:active {
  background: #095c84;
}
#nuDesigner #details #showOptions.active:visited, #nuDesigner #details #showOptions.active:link {
  color: #F6FAFF;
}
#nuDesigner #details #showOptions.active.selected {
  background: #0B6C9C;
}
#nuDesigner #details #showOptions.active a {
  color: #F6FAFF;
}
#nuDesigner #details #showOptions .mdi {
  position: absolute;
  display: block;
  margin-left: -33px;
  margin-top: -5px;
}
#nuDesigner #details #showOptions .mdi::before {
  line-height: 25px;
  font-size: 25px;
}
#nuDesigner #details #addDesign {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  color: #444444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #E7E7E7;
  color: #444444;
  padding: 15px 15px 15px 15px;
}
#nuDesigner #details #addDesign:link, #nuDesigner #details #addDesign:visited {
  color: #444444;
  text-decoration: none;
}
#nuDesigner #details #addDesign:hover {
  text-decoration: none;
  background: #f4f4f4;
}
#nuDesigner #details #addDesign:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: #0F8DCB;
}
#nuDesigner #details #addDesign:active {
  background: #e4e4e4;
}
#nuDesigner #details #addDesign .mdi {
  display: inline-block;
}
#nuDesigner #details #addDesign .mdi::before {
  font-size: 14px;
}
#nuDesigner #details #addDesign:hover {
  background: #dadada;
  color: #444444;
}
#nuDesigner #details #addDesign a {
  color: #444444;
}
#nuDesigner #details #addDesign:active {
  background: #cecece;
}
#nuDesigner #details #addDesign:visited, #nuDesigner #details #addDesign:link {
  color: #444444;
}
#nuDesigner #details #addDesign.active {
  background: #0FAC1E;
  color: #B5F6A6;
}
#nuDesigner #details #addDesign.active:hover {
  background: #0d951a;
  color: #B5F6A6;
}
#nuDesigner #details #addDesign.active a {
  color: #B5F6A6;
}
#nuDesigner #details #addDesign .mdi {
  position: absolute;
  display: block;
  margin-left: -33px;
  margin-top: -5px;
}
#nuDesigner #details #addDesign .mdi::before {
  line-height: 25px;
  font-size: 25px;
}

#offersValue {
  margin-top: 15px;
}
#offersValue .titleBar span.processing {
  opacity: 0;
  display: block;
  transition: opacity 0.5s linear;
  background: #ffd610;
  border-radius: 10px;
  padding: 3px 10px 3px 28px;
  margin-top: 2px;
  line-height: 21px;
  color: #7a6a1d;
}
#offersValue .titleBar span.processing::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  animation: spCircRot 0.6s infinite linear;
  -webkit-animation: spCircRot 0.6s infinite linear;
  border: 4px rgba(190, 162, 52, 0.63) solid;
  border-radius: 50%;
  border-top: 4px #7a6a1d solid;
  margin-left: -20px;
  margin-top: 3px;
}
#offersValue.processing .titleBar span.processing {
  opacity: 1;
}

#colorPicker {
  display: block;
  width: 550px;
  height: 250px;
  border-radius: 4px;
  padding: 11px;
}
#colorPicker .input-btn-group {
  border-radius: 3px;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
  padding: 2px;
  display: flex;
}
#colorPicker .input-btn-group.select-group-horizontal {
  flex-direction: row;
}
#colorPicker .input-btn-group.select-group-horizontal label .btn-group-item {
  text-align: center;
  min-width: 30px;
  margin-right: 3px;
}
#colorPicker .input-btn-group.select-group-horizontal .btn {
  min-width: 30px;
  text-align: center;
}
#colorPicker .input-btn-group.select-group-vertical {
  flex-direction: column;
}
#colorPicker .input-btn-group input[type=radio]:checked + span {
  background: #E7E7E7;
}
#colorPicker .input-btn-group label {
  margin: 0;
}
#colorPicker .input-btn-group label input {
  display: none;
}
#colorPicker .input-btn-group .btn {
  border-radius: 3px;
  border: 0;
  padding: 8px;
  height: 30px;
  background: #FFFFFF;
  margin: 0;
}
#colorPicker .input-btn-group .btn:hover {
  background: #f8f8f8;
}

#offersOptions {
  display: none;
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
}
#offersOptions.show {
  display: block;
}
#offersOptions > .form {
  margin-top: 15px;
}
#offersOptions .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#offersOptions .OffersDTG_options.active .title span {
  background: #0F8DCB;
  color: #FFF;
  border-radius: 3px;
  padding: 4px 8px;
}
#offersOptions .OffersDTG_options {
  flex-basis: calc((100% + 10px) / 2 - 20px);
  background: #f1f1f1;
  padding: 15px;
  border-radius: 5px;
}
#offersOptions .OffersDTG_options + .OffersDTG_options {
  flex-basis: calc((100% + 10px) / 2 - 5px);
  padding-left: 15px;
}

#PricesTable {
  margin-top: 10px;
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
#PricesTable thead th {
  text-align: right;
  background: #E7E7E7;
  border: 0px;
}
#PricesTable tbody td {
  text-align: right;
  background: #F9F9F9;
  border: 0px;
  border-bottom: 1px dashed #E7E7E7;
}
#PricesTable tfoot td {
  text-align: right;
  background: #E7E7E7;
  border: 0px;
}

.Design_controls {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  position: absolute;
  background: rgba(47, 47, 47, 0.64);
  display: flex;
  border-radius: 2px;
}
.Design_controls.visible {
  visibility: visible;
  opacity: 1;
}
.Design_controls > div {
  cursor: pointer;
  background: rgba(82, 82, 82, 0.76);
  margin: 4px;
  padding: 5px 4px;
}
.Design_controls > div:hover .mdi {
  color: #0F8DCB;
}
.Design_controls > div:active {
  background: rgba(82, 82, 82, 0.49);
}
.Design_controls > div:active .mdi {
  color: rgba(15, 141, 203, 0.83);
}
.Design_controls > div .mdi {
  color: #FFF;
}
.Design_controls > div .mdi::before {
  font-size: 20px;
}
.Design_controls#Design_controls_y {
  flex-direction: column;
}
.Design_controls#Design_controls_custom {
  flex-direction: column;
}

#saveOfferGroup {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: right;
}

#saveOffer {
  visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  color: #444444;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #0FAC1E;
  color: #B5F6A6;
  padding: 15px;
}
#saveOffer:link, #saveOffer:visited {
  color: #444444;
  text-decoration: none;
}
#saveOffer:hover {
  text-decoration: none;
  background: #f4f4f4;
}
#saveOffer:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-color: #0F8DCB;
}
#saveOffer:active {
  background: #e4e4e4;
}
#saveOffer .mdi {
  display: inline-block;
}
#saveOffer .mdi::before {
  font-size: 14px;
}
#saveOffer:hover {
  background: #0d951a;
  color: #B5F6A6;
}
#saveOffer a {
  color: #B5F6A6;
}
#saveOffer.saved {
  background: #E7E7E7;
  color: #444444;
}
#saveOffer.saved:hover {
  background: #dadada;
  color: #444444;
}
#saveOffer.saved a {
  color: #444444;
}
#saveOffer.saved:active {
  background: #cecece;
}
#saveOffer.saved:visited, #saveOffer.saved:link {
  color: #444444;
}
#saveOffer .mdi {
  position: absolute;
  display: block;
  margin-left: -33px;
  margin-top: -5px;
}
#saveOffer .mdi::before {
  line-height: 25px;
  font-size: 25px;
}

.form label span:first-child {
  height: 20px;
  line-height: 20px;
}
.form input {
  border-radius: 3px;
  padding: 8px;
  height: 30px;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}