/*********** material ***********/
#nuDesigner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#StockProduct_choice {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #StockProduct_choice .choice_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    #StockProduct_choice .choice_row ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #nuDesigner .input-btn-group {
    border-radius: 3px;
    border: 1px solid #DFDFDF;
    background: #FFFFFF;
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #nuDesigner .input-btn-group.select-group-horizontal {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      #nuDesigner .input-btn-group.select-group-horizontal label .btn-group-item {
        text-align: center;
        min-width: 30px;
        margin-right: 3px; }
      #nuDesigner .input-btn-group.select-group-horizontal .btn {
        min-width: 30px;
        text-align: center; }
    #nuDesigner .input-btn-group.select-group-vertical {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #nuDesigner .input-btn-group input[type="radio"]:checked + span {
      background: #E7E7E7; }
    #nuDesigner .input-btn-group label {
      margin: 0; }
      #nuDesigner .input-btn-group label input {
        display: none; }
    #nuDesigner .input-btn-group .btn {
      border-radius: 3px;
      border: 0;
      padding: 8px;
      height: 30px;
      background: #FFFFFF;
      margin: 0; }
      #nuDesigner .input-btn-group .btn:hover {
        background: #f8f8f8; }
  #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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: absolute;
    border: 1px solid rgba(118, 118, 118, 0);
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear; }
    #nuDesigner #DtgTray.visible {
      border: 1px solid rgba(118, 118, 118, 0.6); }
  #nuDesigner #Mockups #Mockups_buttons {
    margin-top: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #nuDesigner #Mockups #Mockups_buttons .Mockups_load {
      padding: 15px;
      font-size: 16px; }
  #nuDesigner #Mockups #changeColorButton {
    position: absolute;
    margin-left: -100px;
    display: block;
    margin-top: 6px;
    background: #E7E7E7;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    border-radius: 50%;
    padding: 5px; }
    #nuDesigner #Mockups #changeColorButton:hover {
      background: #0F8DCB;
      color: #E7E7E7; }
    #nuDesigner #Mockups #changeColorButton .mdi::before {
      line-height: 25px;
      font-size: 25px; }
  #nuDesigner #Mockups #StockProduct_name {
    padding-top: 0; }
  #nuDesigner #Mockups #Mockup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #nuDesigner #Mockups #Mockup #Mockup_photo {
      -webkit-user-drag: none;
      user-drag: none; }
  #nuDesigner #Mockup_container {
    width: 600px;
    height: 498px;
    overflow: hidden;
    position: relative; }
  #nuDesigner #details {
    width: 700px;
    text-align: left;
    padding: 0 0 0 15px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    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;
      -webkit-box-sizing: border-box;
      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: #0B628D;
          color: #F6FAFF; }
        #nuDesigner #details #showOptions.active:active {
          background: #095275; }
        #nuDesigner #details #showOptions.active:visited, #nuDesigner #details #showOptions.active:link {
          color: #F6FAFF; }
        #nuDesigner #details #showOptions.active.selected {
          background: #0B628D; }
        #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;
      -webkit-box-sizing: border-box;
      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: #ffffff; }
        #nuDesigner #details #addDesign.active:hover {
          background: #0d951a;
          color: #ffffff; }
        #nuDesigner #details #addDesign.active a {
          color: #ffffff; }
      #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;
    -webkit-transition: opacity .5s linear;
    transition: opacity .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 .6s infinite linear;
      -webkit-animation: spCircRot .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 {
  z-index: 22;
  position: absolute;
  background: #e7e7e7;
  display: block;
  width: 550px;
  height: 250px;
  border-radius: 4px;
  padding: 11px; }

#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 {
    -ms-flex-preferred-size: calc((100% + 10px) / (12 / 6) - 20px);
    flex-basis: calc((100% + 10px) / (12 / 6) - 20px);
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px; }
  #offersOptions .OffersDTG_options + .OffersDTG_options {
    -ms-flex-preferred-size: calc((100% + 10px) / (12 / 6) - 5px);
    flex-basis: calc((100% + 10px) / (12 / 6) - 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;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  position: absolute;
  background: rgba(47, 47, 47, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .Design_controls#Design_controls_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

#saveOfferGroup {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 12px;
  line-height: 16px;
  margin: 0px;
  background: #0FAC1E;
  color: #ffffff;
  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: #ffffff; }
  #saveOffer a {
    color: #ffffff; }
  #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 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
