@charset "UTF-8";
@font-face {
  font-family: 'KozGoPr6N-Regular';
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype"); }

html, body {
  font-family: 'KozGoPr6N-Regular'; }

﻿﻿ * {
  padding: 0px;
  margin: 0px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em; }

body {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #66AA00;
  min-height: 100%; }

#container {
  width: 1100px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-bottom: 50px; }

.logoAndLogin h1 {
  position: absolute;
  width: 290px;
  height: 170px;
  top: 10px;
  left: -95px;
  margin-top: 20px;
  z-index: 100; }

.logoAndLogin h1 img {
  width: 100%; }

@media (min-width: 599px) and (max-width: 1360px) {
  .logoAndLogin h1 {
    left: 0; } }

.editBtnArea {
  position: absolute;
  /*width: 300px*/
  height: 50px;
  top: 30px;
  left: 355px; }

.editBtn {
  float: left;
  list-style-type: none;
  margin-right: 15px; }

.editBtn:last-child {
  margin-right: 0px; }

.positionBtnArea {
  position: absolute;
  width: 60px;
  height: 300px;
  top: 260px;
  left: 40px; }

.positionBtnArea .switchPosition {
  height: 66px;
  width: 57px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.positionBtnArea .switchPosition > img {
  position: absolute;
  top: -66px;
  height: 130px; }

.positionBtnArea .switchPosition.active > img {
  top: 0; }

.editBtn {
  cursor: pointer;
  list-style-type: none;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.topToolbar-action {
  width: 70px; }

.shirtArea {
  display: block;
  margin: 0 auto; }

.saveArea {
  position: absolute;
  width: 300px;
  height: 38px;
  top: 650px;
  left: 355px;
  text-align: center; }

.loginArea {
  position: absolute;
  width: 280px;
  top: 40px;
  right: 0px; }

.loginArea p {
  font-size: small;
  margin-top: 5px;
  margin-bottom: 5px; }

.itemArea {
  position: absolute;
  width: 280px;
  height: auto;
  top: 60px;
  left: 790px;
  background-color: #FFFFFF;
  font-size: small;
  text-align: left;
  padding-bottom: 10px; }

.itemName {
  margin: 6px 10px 0 10px;
  padding-bottom: 1px; }

.itemName p {
  margin-bottom: 3.5px; }

.itemColor {
  margin: 7px 10px; }

.itemColor ul {
  padding-bottom: 0; }

.textTabContent {
  border-bottom: 1px solid #999; }

.usedColor {
  margin-bottom: 10px; }

.colorBox {
  border: thin solid #808080;
  list-style-type: none;
  float: left;
  width: 20px;
  height: 15px;
  margin-right: 4px;
  margin-bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px; }

.colorBox:hover {
  border: 1px solid red; }

.itemColor li:nth-child(10n) {
  margin-right: 0px; }

.designArea {
  position: absolute;
  width: 280px;
  height: auto;
  top: 265px;
  right: 30px;
  background-color: #FFFFFF;
  font-size: 12px;
  text-align: left;
  -webkit-box-shadow: 5px 0px 70px -10px #7d7d7d;
  -moz-box-shadow: 5px 0px 70px -10px #7d7d7d;
  box-shadow: 5px 0px 70px -10px #7d7d7d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.designArea input[type=range] {
  display: block;
  width: 130px; }

/*  ACV Css  */
p, ul, li, dl, dt, dd, form, input {
  list-style: none;
  padding: 0;
  margin: 0; }

.textOptionArea {
  position: relative; }

/* Style the tab */
div.tabLabel {
  overflow: hidden;
  position: relative;
  top: 1px; }

/* Style the links inside the tab */
div.tabLabel a {
  cursor: pointer;
  width: 27px;
  margin-right: 5px;
  float: left;
  text-align: center;
  height: 23px;
  border-top: 1px solid #BABABA;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA; }

div.tabLabel a:last-child {
  margin-right: 0; }

div.tabLabel a img {
  padding-top: 4px; }

div.tabLabel a.active {
  width: 36px;
  background-color: #fafafa; }

/* Style the tab content */
.tabContent {
  display: none;
  padding: 10px;
  border: 1px solid #BABABA;
  background-color: #fafafa; }

.tabContent.active {
  display: block; }

.formCommon {
  padding-top: 6px; }

.tabContentWrap table th {
  margin: 0;
  padding: 0 5px 15px 0;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  vertical-align: top;
  width: 60px; }

.tabContentWrap table td {
  margin: 0;
  padding: 0px 0px 5px 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

.tabContentWrap table td ul li {
  float: left;
  padding: 0 3px 2px 0;
  cursor: pointer; }

.tabContentWrap .colorEdit li {
  display: inline-block;
  zoom: 1;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 24px;
  height: 15px;
  border: 1px solid #a8a6a6;
  margin: 0 3px 0 0;
  position: relative;
  cursor: pointer;
  padding: 0 !important; }

.tabContentWrap .colorEdit li:hover {
  border: 1px solid #fe9900; }

.text-element-font {
  cursor: pointer; }

.tabContentWrap .textElementChangeDirection:before, .tabContentWrap .textElementChangeDirection:after {
  display: table;
  content: ""; }

.tabContentWrap .textElementChangeDirection:after {
  clear: both; }

.tabContentWrap .textElementChangeDirection li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  display: block;
  float: left;
  border: 1px solid #ccc;
  line-height: 15px;
  padding: 5px 10px !important;
  margin-right: 5px;
  font-size: 10px;
  color: #232323; }
  .tabContentWrap .textElementChangeDirection li i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 3px; }

.tabContentWrap .textElementTypeList li:hover,
.tabContentWrap .textElementTypeList li.active,
.tabContentWrap .textElementChangeDirection li.active,
.tabContentWrap .textElementChangeDirection li:hover,
.tabContentWrap .textElementPosition li:hover,
.tabContentWrap .textElementPosition li.active,
.tabContentWrap .textElementChangeFrame:hover,
.tabContentWrap .textElementChangeFrame.active,
.tabContentWrap .textElementChangeText {
  opacity: 1; }

.tabContentWrap .textElementTypeList li,
.tabContentWrap .textElementPosition li,
.tabContentWrap .textElementChangeFrame,
.tabContentWrap .textElementChangeDirection li,
.tabContentWrap .textElementChangeText:hover,
.tabContentWrap .textElementChangeText.active {
  opacity: 0.6; }

.textElementTypeList li img {
  width: 37px;
  height: auto; }

.popupBox .popTitle {
  font-weight: bold;
  font-size: 12px;
  border-bottom: 2px solid #D5347B;
  padding: 3px;
  margin: 0 0 5px; }

.popText {
  position: absolute;
  top: 70px;
  left: -9px;
  z-index: 2999;
  padding: 14px 8px;
  border: 1px solid #CCC;
  background-color: #FFF;
  width: 300px;
  height: 290px;
  overflow-y: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: none; }

.popupBackground {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.popActClose {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 1; }

.popText textarea {
  margin: 0;
  width: 100%;
  height: 144px;
  resize: vertical; }

.popupBox .boxContent {
  padding: 10px; }

.popText div.popTextBoxSubmit {
  text-align: center;
  padding: 16px 0 0; }

.modal-backdrop.in {
  filter: alpha(opacity=20);
  opacity: 0.2 !important; }

.formTextElementTextCng {
  outline: none;
  font-size: 10px; }

.formTextElementTextCng button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  border: 1px solid #ccc;
  color: #232323;
  padding: 5px 10px;
  letter-spacing: 1px;
  line-height: 15px; }

.adjustStrokeWidth {
  display: none; }

.myDesignBox {
  float: none;
  width: auto;
  margin-left: -3px;
  margin-right: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.myDesignBox .designItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  overflow: hidden;
  background-color: #fff;
  border: 3px solid transparent;
  padding: 0;
  text-align: center;
  width: 20%;
  margin-bottom: 5px;
  cursor: pointer; }

.myDesignBox .myDesignpagination {
  padding: 10px 0;
  border-top: 1px solid #ccc; }

.myDesignBox .itemImageWrap,
.myDesignBox .myDesignInfo {
  padding-left: 0; }

.myDesignBox .myDesignInfo table th,
.myDesignBox .myDesignInfo table td {
  min-width: 120px;
  padding: 5px 0;
  vertical-align: top; }

.authenticateModal .modal-header button.close:hover {
  background-color: #f0f0f0; }

.modalImageWrap img {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.modalImageWrap img {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*  My design  */
.myDesignBox .designItem {
  width: 20%;
  text-align: center;
  padding: 5px; }

.myDesignBox .designItem img {
  width: 90px;
  height: auto;
  margin: 0 auto; }

.myDesignBox .designItem .myDesignName {
  font-size: 13px; }

/*  Pagination for my design  */
.panelMyDesign-pagination .pagination li,
.myDesignpagination li {
  display: inline-block; }

.panelMyDesign-pagination .pagination li a,
.panelMyDesign-pagination .pagination > .disabled > span,
.panelMyDesign-pagination .pagination > .active > span,
.myDesignpagination li a,
.myDesignpagination > .disabled > span,
.myDesignpagination > .active > span {
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  display: inline-block;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0; }

.panelMyDesign-pagination .pagination li a:hover,
.panelMyDesign-pagination .pagination > .active > span,
.myDesignpagination li a:hover,
.myDesignpagination > .active > span {
  border-bottom: 2px solid #fe9900;
  color: #fe9900; }

/*  Box Title  */
.designTitle {
  padding: 0 10px;
  position: relative;
  background: #FF9900;
  background: -webkit-linear-gradient(#FF9900, #D07D00);
  background: -o-linear-gradient(#FF9900, #D07D00);
  background: -moz-linear-gradient(#FF9900, #D07D00);
  background: linear-gradient(#FF9900, #D07D00);
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: move;
  border-radius: 5px 5px 0 0;
  height: 27px;
  line-height: 29px; }

.designTitle button.notice {
  width: 22px;
  height: 22px;
  line-height: 18px;
  background: #ffffff;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  font-weight: normal;
  border: 1px solid orange;
  font-size: 14px;
  outline: none;
  cursor: help;
  border-radius: 6px;
  padding: 0; }

.designTitle button.designTitle-trash {
  background: #fff;
  display: none;
  text-align: center !important;
  right: 0 !important;
  left: 0 !important;
  padding: 0 !important; }
  .designTitle button.designTitle-trash i {
    display: block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    padding: 0; }

.loginArea .userAlreadyLogin {
  position: absolute; }

.logoAndLogin {
  position: relative;
  height: 110px; }

.saveDesignBtn {
  display: block;
  margin-top: 0; }
  .saveDesignBtn.isVisibility-hidden {
    visibility: hidden; }

.saveDesignBtn a {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #6fba2c;
  background: -moz-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #58971f));
  background: -webkit-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -o-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -ms-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: linear-gradient(to bottom, #6fba2c 0%, #58971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  margin: 0px;
  padding: 10px 35px 13px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border: none;
  display: inline-block; }
  .saveDesignBtn a:hover {
    background: #6fba2c;
    background: -moz-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #4c821b));
    background: -webkit-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -o-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -ms-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: linear-gradient(to bottom, #6fba2c 0%, #4c821b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }
  .saveDesignBtn a .appSaveIcon {
    height: 16px;
    max-height: 16px;
    margin-right: 6px; }
  .saveDesignBtn a .appSaveText {
    position: relative;
    top: 1px; }

.saveDesignBtn .save-design-2 {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ff8500;
  background: -moz-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8500), color-stop(100%, #f75d00));
  background: -webkit-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -o-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -ms-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: linear-gradient(to bottom, #ff8500 0%, #f75d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  margin: 0px;
  padding: 10px 15px 13px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border: none;
  display: inline-block; }
  .saveDesignBtn .save-design-2:hover {
    background: #ff8500;
    background: -moz-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8500), color-stop(100%, #de5300));
    background: -webkit-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -o-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -ms-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: linear-gradient(to bottom, #ff8500 0%, #de5300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }
  .saveDesignBtn .save-design-2 .appSaveIcon {
    height: 16px;
    max-height: 16px;
    margin-right: 6px; }
  .saveDesignBtn .save-design-2 .appSaveText {
    position: relative;
    top: 1px; }

.btn_design_contact {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #09ff00;
  background: -moz-linear-gradient(top, #09ff00 0%, #00dc2e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09ff00), color-stop(100%, #00dc2e));
  background: -webkit-linear-gradient(top, #09ff00 0%, #00dc2e 100%);
  background: -o-linear-gradient(top, #09ff00 0%, #00dc2e 100%);
  background: -ms-linear-gradient(top, #09ff00 0%, #00dc2e 100%);
  background: linear-gradient(to bottom, #09ff00 0%, #00dc2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  margin: 0;
  padding: 7px 15px 7px;
  color: #f7f7f7 !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  cursor: pointer !important;
  width: 143px; }
  .btn_design_contact:hover {
    background: #09ff00;
    background: -moz-linear-gradient(top, #09ff00 0%, #00c329 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09ff00), color-stop(100%, #00c329));
    background: -webkit-linear-gradient(top, #09ff00 0%, #00c329 100%);
    background: -o-linear-gradient(top, #09ff00 0%, #00c329 100%);
    background: -ms-linear-gradient(top, #09ff00 0%, #00c329 100%);
    background: linear-gradient(to bottom, #09ff00 0%, #00c329 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.btn_design_info {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #ff8500;
  background: -moz-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8500), color-stop(100%, #f75d00));
  background: -webkit-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -o-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: -ms-linear-gradient(top, #ff8500 0%, #f75d00 100%);
  background: linear-gradient(to bottom, #ff8500 0%, #f75d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  margin: 0;
  padding: 7px 15px 7px;
  color: #f7f7f7 !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  cursor: pointer !important;
  width: 143px; }
  .btn_design_info:hover {
    background: #ff8500;
    background: -moz-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8500), color-stop(100%, #de5300));
    background: -webkit-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -o-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: -ms-linear-gradient(top, #ff8500 0%, #de5300 100%);
    background: linear-gradient(to bottom, #ff8500 0%, #de5300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.designSimulatorWrap {
  position: relative; }

.change-font-box-wrap,
.addTextWrapper {
  display: none; }

.popUpBackground {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

.openPopup {
  display: block !important; }

#svg-container {
  border: 1px solid #dddddd;
  outline: 1px solid #999999; }

.head-username {
  padding-left: 3px; }

@media only screen and (max-width: 599px) {
  .positionBtnArea .switchPosition {
    height: 65px;
    width: 56px;
    overflow: hidden; } }

﻿﻿ * {
  padding: 0px;
  margin: 0px;
  outline: none !important; }

.errorMessage {
  font-size: 12px; }

.no-padding {
  padding: 0; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em; }

body {
  position: relative;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #66AA00;
  min-height: 100vh; }

.wrap-top {
  width: 100%;
  background: url("../images/back_photo_body.jpg") no-repeat center center;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.wrap-bottom {
  width: 100%;
  padding: 0; }

.wrap-bottom img {
  max-width: 100%;
  width: 100%; }

#container {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.designArea-overlay,
.modalPalette-overlay,
.colorPicker-overlay,
.typographyPicker-overlay,
.colorClipArt-overlay,
.textInput-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 9996; }

input[type=checkbox], input[type=radio] {
  margin: 2px 0 0 0; }

.isVisibility-hidden {
  visibility: hidden; }

.centerOfApp {
  display: block;
  position: relative;
  height: 580px;
  margin: 0px;
  padding: 0px;
  top: -80px; }

.shirtBtnPositionDesign {
  position: relative; }

.mobileModule-wrap {
  position: relative; }

.mobileModule-header,
.mobile-appHeader,
.mobile-bottomToolbar {
  display: none; }

.mobile-bottomToolbar-action {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  display: block;
  width: 25%;
  margin: 0px;
  padding: 20px 0px;
  text-align: center;
  float: left;
  text-decoration: none !important;
  outline: none; }
  .mobile-bottomToolbar-action.activated {
    background-color: #000; }

.mobile-bottomToolbar-actionName {
  display: block;
  width: 100%;
  margin: 0;
  color: #fff;
  font-weight: 500; }

.mobile-bottomToolbar-actionIcon {
  display: block;
  margin: 0;
  text-align: center;
  height: 90px;
  line-height: 90px; }
  .mobile-bottomToolbar-actionIcon img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px; }

#shirt-area {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 30px;
  position: relative; }
  #shirt-area:after {
    content: "";
    position: absolute;
    width: 340px;
    height: 100%;
    background-color: rgba(172, 254, 82, 0.3);
    top: 0;
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }

#root {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0px;
  padding: 0px; }
  #root > div {
    display: block;
    padding: 0px;
    margin: 0px; }

.mobileOverlay {
  display: none;
  position: fixed;
  z-index: 4;
  background-color: rgba(35, 35, 35, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

body.desktop .modalPalette,
body.desktop .designArea {
  bottom: auto !important; }

#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 40vh;
  background: rgba(0, 0, 0, 0.16);
  z-index: 99999999;
  overflow: hidden;
  display: none;
  text-align: center; }
  #loading .loading-img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 96px;
    height: 96px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center; }
    #loading .loading-img img {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin: 20px 0px 0px 0px;
      padding: 0;
      height: 48px;
      width: 48px; }
    #loading .loading-img p {
      margin: 0px;
      font-size: 10px;
      line-height: 18px; }

.w100p {
  width: 100% !important; }

.w40p {
  width: 39.99% !important; }

.w50p {
  width: 49.99% !important; }

.w60p {
  width: 59.99% !important; }

#change-password-box, #change-password-box-pu {
  display: none; }

.text-middle {
  margin-top: 5px;
  line-height: 20px !important;
  padding-left: 0px !important; }
  .text-middle input[type=checkbox] {
    display: block;
    height: 20px !important;
    line-height: 20px !important;
    position: static;
    margin: 0px !important;
    float: left; }
  .text-middle span {
    display: block;
    line-height: 20px !important;
    margin-left: 5px;
    float: left; }

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 100%; } }

.btnTopNav, #user-links-area a, .navbar-nav.userAlreadyLogin > li.dropdown .dropdown-toggle {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #6fba2c;
  background: -moz-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #58971f));
  background: -webkit-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -o-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -ms-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: linear-gradient(to bottom, #6fba2c 0%, #58971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700; }
  .btnTopNav:hover, #user-links-area a:hover, .navbar-nav.userAlreadyLogin > li.dropdown .dropdown-toggle:hover {
    background: #6fba2c;
    background: -moz-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #4c821b));
    background: -webkit-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -o-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -ms-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: linear-gradient(to bottom, #6fba2c 0%, #4c821b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.registerLink {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #6fba2c;
  background: -moz-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #58971f));
  background: -webkit-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -o-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: -ms-linear-gradient(top, #6fba2c 0%, #58971f 100%);
  background: linear-gradient(to bottom, #6fba2c 0%, #58971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  width: 134px;
  margin-right: 4px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 14px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: 700; }
  .registerLink:hover {
    background: #6fba2c;
    background: -moz-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fba2c), color-stop(100%, #4c821b));
    background: -webkit-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -o-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: -ms-linear-gradient(top, #6fba2c 0%, #4c821b 100%);
    background: linear-gradient(to bottom, #6fba2c 0%, #4c821b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.para {
  line-height: 30px;
  font-size: 13px; }

#user-links-area a {
  padding: 5px 12px 8px;
  font-weight: normal; }

#user-links-area .txtHeader-login {
  height: 18px;
  line-height: 18px;
  top: 1px;
  position: relative;
  display: inline-block; }

#user-links-area .appHeader-actionIcon {
  height: 13px;
  max-height: 13px;
  margin-right: 3px; }

#user-links-area .appHeader-actionIcon.iconLogin {
  padding-top: 1px; }

#modal-login-popup {
  margin-right: 5px; }

.navbar-nav {
  margin: 0px !important; }
  .navbar-nav.userAlreadyLogin > li.dropdown .dropdown-toggle {
    margin-right: 0px !important;
    text-transform: capitalize;
    background: transparent;
    color: #000;
    padding-left: 0; }
    .navbar-nav.userAlreadyLogin > li.dropdown .dropdown-toggle:hover {
      background: transparent;
      color: #000; }
  .navbar-nav.userAlreadyLogin > li > .dropdown-menu.dropdownNav {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.57);
    -ms-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.57);
    border: 0px;
    background-color: #fff;
    padding: 0px;
    margin-top: 6px;
    overflow: hidden;
    position: absolute !important;
    right: 0px !important;
    left: auto !important;
    top: 28px !important; }
    .navbar-nav.userAlreadyLogin > li > .dropdown-menu.dropdownNav li.dropdownNav-item {
      border-top: 1px solid #ddd; }
      .navbar-nav.userAlreadyLogin > li > .dropdown-menu.dropdownNav li.dropdownNav-item.isFirst {
        border-top: none !important; }
      .navbar-nav.userAlreadyLogin > li > .dropdown-menu.dropdownNav li.dropdownNav-item > a.dropdownNav-link {
        padding: 5px 25px 5px 25px;
        font-size: 12px;
        line-height: 16px;
        position: relative; }
        .navbar-nav.userAlreadyLogin > li > .dropdown-menu.dropdownNav li.dropdownNav-item > a.dropdownNav-link:before {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          display: block;
          content: '';
          position: absolute;
          height: 3px;
          width: 3px;
          background-color: #333333;
          top: 50%;
          left: 13px;
          margin-top: -1.5px; }

.rootWrap {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  left: -115px; }
  .rootWrap .btnAppControl-wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 3; }
    .rootWrap .btnAppControl-wrap .btnAppControl {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #8e8d8d;
      background: -moz-linear-gradient(top, #8e8d8d 0%, #363636 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8d8d), color-stop(100%, #363636));
      background: -webkit-linear-gradient(top, #8e8d8d 0%, #363636 100%);
      background: -o-linear-gradient(top, #8e8d8d 0%, #363636 100%);
      background: -ms-linear-gradient(top, #8e8d8d 0%, #363636 100%);
      background: linear-gradient(to bottom, #8e8d8d 0%, #363636 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
      position: relative;
      display: block;
      width: 32px;
      height: 32px;
      border: 3px solid #5f5f5f;
      text-align: center;
      outline: none;
      z-index: 51; }
      .rootWrap .btnAppControl-wrap .btnAppControl img {
        display: block;
        margin: 0;
        padding: 0; }
      .rootWrap .btnAppControl-wrap .btnAppControl:hover {
        background: #8e8d8d;
        background: -moz-linear-gradient(top, #8e8d8d 0%, #222222 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e8d8d), color-stop(100%, #222222));
        background: -webkit-linear-gradient(top, #8e8d8d 0%, #222222 100%);
        background: -o-linear-gradient(top, #8e8d8d 0%, #222222 100%);
        background: -ms-linear-gradient(top, #8e8d8d 0%, #222222 100%);
        background: linear-gradient(to bottom, #8e8d8d 0%, #222222 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }
      .rootWrap .btnAppControl-wrap .btnAppControl.btnAppControl-reset {
        margin-bottom: 10px; }

.textElementFont {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
  color: #232323;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }
  .textElementFont img {
    height: 25px; }

.change-font-box-wrap {
  width: 324px;
  top: 160px; }
  .change-font-box-wrap .nav-tabs:before, .change-font-box-wrap .nav-tabs:after {
    display: table;
    content: ""; }
  .change-font-box-wrap .nav-tabs:after {
    clear: both; }
  .change-font-box-wrap .nav-tabs li {
    margin-bottom: 0px !important;
    cursor: pointer;
    border: none;
    margin-right: 6px; }
    .change-font-box-wrap .nav-tabs li > a,
    .change-font-box-wrap .nav-tabs li.active > a,
    .change-font-box-wrap .nav-tabs li:hover > a {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: block;
      border: none;
      padding: 5px 15px; }
    .change-font-box-wrap .nav-tabs li > a,
    .change-font-box-wrap .nav-tabs li:hover > a {
      background-color: #f7f7f7;
      color: #222; }
    .change-font-box-wrap .nav-tabs li.active > a {
      background-color: #FF9900;
      color: #fff; }
  .change-font-box-wrap .tab-pane {
    margin-top: 0px;
    margin-left: -3px;
    margin-right: -3px;
    height: 250px;
    overflow-y: scroll; }
    .change-font-box-wrap .tab-pane:before, .change-font-box-wrap .tab-pane:after {
      display: table;
      content: ""; }
    .change-font-box-wrap .tab-pane:after {
      clear: both; }
    .change-font-box-wrap .tab-pane li {
      transition: all 0.25s;
      -ms-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      position: relative;
      display: block;
      margin-top: 0px;
      float: left;
      width: 50%;
      padding: 3px;
      cursor: pointer; }
      .change-font-box-wrap .tab-pane li img {
        border: 1px solid #ccc; }
      .change-font-box-wrap .tab-pane li:hover img {
        border-color: #9c9c9c; }
      .change-font-box-wrap .tab-pane li a, .change-font-box-wrap .tab-pane li i {
        display: block;
        padding: 0;
        margin: 0;
        background: transparent !important; }

.typeOfFont {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 2px solid #FF9900;
  border-bottom: none;
  margin-bottom: 12px; }

.changeFontWrapper {
  position: relative; }
  .changeFontWrapper .fontPicker-btnClose {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-color: #fe9900;
    cursor: pointer; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#template-modal-content,
#clip-art-modal-content {
  min-height: 460px; }

#template-modal .modal-body,
#clip-art-modal .modal-body {
  position: relative;
  z-index: 99999 !important; }
  #template-modal .modal-body.loading:before,
  #clip-art-modal .modal-body.loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 99999 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/spinner-2x.gif) center center no-repeat transparent; }

#template-modal .modal-content,
#clip-art-modal .modal-content {
  width: 540px; }

#authenticate-modal .modal-dialog,
#template-modal .modal-dialog,
#clip-art-modal .modal-dialog {
  top: 70px; }

#authenticate-modal .modal-content,
#template-modal .modal-content,
#clip-art-modal .modal-content {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  overflow: hidden; }

#authenticate-modal .modal-header,
#template-modal .modal-header,
#clip-art-modal .modal-header {
  padding: 0 0 6px 0;
  margin: 6px 12px 0px 12px;
  border-bottom: 2px solid #fe9900;
  background-color: #fff; }
  #authenticate-modal .modal-header:before, #authenticate-modal .modal-header:after,
  #template-modal .modal-header:before,
  #template-modal .modal-header:after,
  #clip-art-modal .modal-header:before,
  #clip-art-modal .modal-header:after {
    display: table;
    content: ""; }
  #authenticate-modal .modal-header:after,
  #template-modal .modal-header:after,
  #clip-art-modal .modal-header:after {
    clear: both; }
  #authenticate-modal .modal-header .modal-title,
  #template-modal .modal-header .modal-title,
  #clip-art-modal .modal-header .modal-title {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block; }
  #authenticate-modal .modal-header button,
  #template-modal .modal-header button,
  #clip-art-modal .modal-header button {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fe9900;
    display: block;
    float: right;
    color: #e78a00;
    background-color: #fe9900;
    color: #fff;
    padding: 0px;
    margin: 0 0 0 5px;
    outline: none;
    outline-color: transparent; }
    #authenticate-modal .modal-header button:hover,
    #template-modal .modal-header button:hover,
    #clip-art-modal .modal-header button:hover {
      background: #fff;
      color: #fe9900; }
    #authenticate-modal .modal-header button i, #authenticate-modal .modal-header button span,
    #template-modal .modal-header button i,
    #template-modal .modal-header button span,
    #clip-art-modal .modal-header button i,
    #clip-art-modal .modal-header button span {
      display: block;
      font-size: 12px;
      line-height: 22px;
      height: 22px;
      width: 22px;
      text-align: center;
      border: 0; }

#authenticate-modal .modal-body,
#template-modal .modal-body,
#clip-art-modal .modal-body {
  padding: 10px 10px;
  margin: 0; }
  #authenticate-modal .modal-body:before, #authenticate-modal .modal-body:after,
  #template-modal .modal-body:before,
  #template-modal .modal-body:after,
  #clip-art-modal .modal-body:before,
  #clip-art-modal .modal-body:after {
    display: table;
    content: ""; }
  #authenticate-modal .modal-body:after,
  #template-modal .modal-body:after,
  #clip-art-modal .modal-body:after {
    clear: both; }
  #authenticate-modal .modal-body label,
  #template-modal .modal-body label,
  #clip-art-modal .modal-body label {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    margin-bottom: 2px; }

#authenticate-modal .modal-footer,
#template-modal .modal-footer,
#clip-art-modal .modal-footer {
  padding: 0px 15px; }
  #authenticate-modal .modal-footer > button,
  #template-modal .modal-footer > button,
  #clip-art-modal .modal-footer > button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 15px;
    margin-bottom: 15px; }

#panel-my-design .panelMyDesign-header button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fe9900;
  display: block;
  float: right;
  color: #e78a00;
  background-color: #fe9900;
  color: #fff;
  padding: 0px;
  margin: 0 0 0 5px;
  outline: none;
  outline-color: transparent; }
  #panel-my-design .panelMyDesign-header button:hover {
    background: #fff;
    color: #fe9900; }
  #panel-my-design .panelMyDesign-header button i, #panel-my-design .panelMyDesign-header button span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 0; }

.userFormWrap .userFormTitle button {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fe9900;
  display: block;
  float: right;
  color: #e78a00;
  background-color: #fe9900;
  color: #fff;
  padding: 0px;
  margin: 0 0 0 5px;
  outline: none;
  outline-color: transparent; }
  .userFormWrap .userFormTitle button:hover {
    background: #fff;
    color: #fe9900; }
  .userFormWrap .userFormTitle button i, .userFormWrap .userFormTitle button span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 0; }

#template-modal .listOfTemplates-paper:before, #template-modal .listOfTemplates-paper:after,
#template-modal .clipArt-paper:before,
#template-modal .clipArt-paper:after,
#clip-art-modal .listOfTemplates-paper:before,
#clip-art-modal .listOfTemplates-paper:after,
#clip-art-modal .clipArt-paper:before,
#clip-art-modal .clipArt-paper:after {
  display: table;
  content: ""; }

#template-modal .listOfTemplates-paper:after,
#template-modal .clipArt-paper:after,
#clip-art-modal .listOfTemplates-paper:after,
#clip-art-modal .clipArt-paper:after {
  clear: both; }

#template-modal .templateItemWrapper .modalImageWrap,
#clip-art-modal .templateItemWrapper .modalImageWrap {
  position: relative; }
  #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction,
  #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.51);
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign, #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove, #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign {
      position: absolute;
      left: 50%;
      cursor: pointer;
      color: #ffffff;
      text-decoration: none; }
      #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign:hover,
      #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .editDesign:hover {
        color: #fe9900; }
    #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove {
      position: absolute;
      right: -5px;
      cursor: pointer; }
      #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove:hover,
      #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateRemove:hover {
        color: red; }
    #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply {
      position: absolute;
      cursor: pointer;
      left: 15px; }
      #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply:hover,
      #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateApply:hover {
        color: green; }
    #template-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateLastUpdate,
    #clip-art-modal .templateItemWrapper .modalImageWrap .adminTemplateAction .templateLastUpdate {
      display: block;
      padding: 5px 2px;
      font-size: 11px; }

#template-modal .templateItemWrapper:hover .adminTemplateAction,
#clip-art-modal .templateItemWrapper:hover .adminTemplateAction {
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

#template-modal .templateItem,
#template-modal .templateCategoryItem,
#template-modal .clip-art-svg,
#template-modal .clip-art-folder,
#clip-art-modal .templateItem,
#clip-art-modal .templateCategoryItem,
#clip-art-modal .clip-art-svg,
#clip-art-modal .clip-art-folder {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  display: block;
  background: #fff;
  cursor: pointer;
  text-decoration: none; }
  #template-modal .templateItem:hover span,
  #template-modal .templateCategoryItem:hover span,
  #template-modal .clip-art-svg:hover span,
  #template-modal .clip-art-folder:hover span,
  #clip-art-modal .templateItem:hover span,
  #clip-art-modal .templateCategoryItem:hover span,
  #clip-art-modal .clip-art-svg:hover span,
  #clip-art-modal .clip-art-folder:hover span {
    color: #e78a00; }
  #template-modal .templateItem img,
  #template-modal .templateCategoryItem img,
  #template-modal .clip-art-svg img,
  #template-modal .clip-art-folder img,
  #clip-art-modal .templateItem img,
  #clip-art-modal .templateCategoryItem img,
  #clip-art-modal .clip-art-svg img,
  #clip-art-modal .clip-art-folder img {
    transition: all 0.25s;
    -ms-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    display: block;
    border: 0;
    background-color: #fafafa;
    max-width: 100%; }
  #template-modal .templateItem span,
  #template-modal .templateCategoryItem span,
  #template-modal .clip-art-svg span,
  #template-modal .clip-art-folder span,
  #clip-art-modal .templateItem span,
  #clip-art-modal .templateCategoryItem span,
  #clip-art-modal .clip-art-svg span,
  #clip-art-modal .clip-art-folder span {
    display: block;
    margin: 0;
    padding: 6px 3px;
    font-size: 12px;
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-family: Arial; }

#template-modal .owl-dots,
#clip-art-modal .owl-dots {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0;
  text-align: center; }
  #template-modal .owl-dots:before, #template-modal .owl-dots:after,
  #clip-art-modal .owl-dots:before,
  #clip-art-modal .owl-dots:after {
    display: table;
    content: ""; }
  #template-modal .owl-dots:after,
  #clip-art-modal .owl-dots:after {
    clear: both; }

#template-modal .owl-dot,
#clip-art-modal .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0px 6px;
  background-color: #dedede;
  border: 1px solid #c5c5c5; }
  #template-modal .owl-dot:hover, #template-modal .owl-dot.active,
  #clip-art-modal .owl-dot:hover,
  #clip-art-modal .owl-dot.active {
    background-color: #fe9900;
    border-color: #cb7a00; }

.owl-dots.disabled {
  display: none !important; }

.clipArtItem-tooltip {
  width: 100%; }

.ui-helper-hidden-accessible {
  display: none !important; }

.custom-ui-tooltip {
  padding: 0;
  position: absolute;
  z-index: 9999;
  max-width: 150px; }
  .custom-ui-tooltip .ui-tooltip-content {
    position: relative;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #999; }

.palettePaged,
.designPaged {
  display: none;
  margin-top: 10px;
  font-size: 19px;
  line-height: 19px;
  text-align: center; }

.modalPalete-head-paging,
.colorPicker-head-paging {
  float: left;
  font-size: 13px;
  display: none; }

.modalPalete-head-paging {
  padding-top: 3px; }

.colorPicker-head-paging {
  padding-top: 0; }

.global-head-paging {
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  display: none; }

.modalText-head-paging {
  display: none; }

.btnDeleteElement-wrap {
  display: none; }

.btnDeleteElement {
  background: #84d135;
  background: -moz-linear-gradient(top, #84d135 0%, #6aac27 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84d135), color-stop(100%, #6aac27));
  background: -webkit-linear-gradient(top, #84d135 0%, #6aac27 100%);
  background: -o-linear-gradient(top, #84d135 0%, #6aac27 100%);
  background: -ms-linear-gradient(top, #84d135 0%, #6aac27 100%);
  background: linear-gradient(to bottom, #84d135 0%, #6aac27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  color: #fff !important;
  border: none;
  font-size: 10px !important;
  line-height: 15px !important;
  padding: 5px 10px !important;
  display: none; }
  .btnDeleteElement:before, .btnDeleteElement:after {
    display: table;
    content: ""; }
  .btnDeleteElement:after {
    clear: both; }

.btnDeleteElement-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px;
  line-height: 15px;
  position: relative;
  font-size: 14px;
  top: 2px; }

.btnDeleteElement-text {
  font-size: 10px; }

.divRow-rotateMobile {
  display: none; }

.divRow-reIndexMobile {
  display: none; }
  .divRow-reIndexMobile .btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    margin-right: 5px;
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 5px 10px !important; }

.textElementTypeListChild > img,
.textElementPositionChild > img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.designArea-information-item > p {
  padding-left: 65px; }

.designArea .tabContent-3 .designPaged {
  display: none !important; }

.top-0 {
  top: 0 !important; }

#authenticate-modal .form-group {
  margin-bottom: 15px; }

#authenticate-modal select {
  border: 1px solid #ececec !important; }

#authenticate-modal input[type=text],
#authenticate-modal input[type=password],
#authenticate-modal input[type=email] {
  color: #333; }

#authenticate-modal .checkbox.signInCheckBox {
  margin-top: 0;
  color: #666;
  margin-bottom: 0; }

#authenticate-modal .modal-body > a {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s; }

#authenticate-modal .modal-footer {
  background-color: #efefef;
  padding: 0px 15px;
  text-align: center; }
  #authenticate-modal .modal-footer .btn {
    margin-top: 15px;
    margin-bottom: 15px; }

#authenticate-modal .modal-content .box-bottom {
  padding: 0 5px;
  background: #efefef; }

#authenticate-modal .modal-content .box-bottom-content {
  border-top: 1px solid #ddd;
  margin: 0 5px;
  padding: 10px 0; }

#authenticate-modal .modal-content .box-bottom a {
  font-size: 12px; }

.dsButton_size, #authenticate-modal .btnSubmitModal,
#authenticate-modal #submit-template,
#authenticate-modal #submit-design,
#authenticate-modal #submit-register,
#authenticate-modal #submit-login,
#authenticate-modal input[type=text],
#authenticate-modal input[type=password],
#authenticate-modal input[type=email],
#authenticate-modal select, #authenticate-modal .modal-footer .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  letter-spacing: 1px;
  outline: none;
  font-size: 14px; }

.dsButton_primary, #authenticate-modal .modal-footer .btn-primary, #authenticate-modal .btnSubmitModal,
#authenticate-modal #submit-design,
#authenticate-modal #submit-register,
#authenticate-modal #submit-login,
#authenticate-modal #submit-template,
#authenticate-modal #submit-mp-update {
  color: #FFF;
  background: #FF9900;
  background: -webkit-linear-gradient(#FF9900, #D07D00);
  background: -o-linear-gradient(#FF9900, #D07D00);
  background: -moz-linear-gradient(#FF9900, #D07D00);
  background: linear-gradient(#FF9900, #D07D00); }
  .dsButton_primary:hover, #authenticate-modal .modal-footer .btn-primary:hover, #authenticate-modal .btnSubmitModal:hover,
  #authenticate-modal #submit-design:hover,
  #authenticate-modal #submit-register:hover,
  #authenticate-modal #submit-login:hover,
  #authenticate-modal #submit-template:hover,
  #authenticate-modal #submit-mp-update:hover {
    background-color: #e68a00;
    background: -webkit-linear-gradient(#ffa31a, #D07D00);
    background: -o-linear-gradient(#ffa31a, #D07D00);
    background: -moz-linear-gradient(#ffa31a, #D07D00);
    background: linear-gradient(#ffa31a, #D07D00); }

.dsButton, #authenticate-modal .modal-footer .btn, #authenticate-modal .btnSubmitModal,
#authenticate-modal #submit-design,
#authenticate-modal #submit-register,
#authenticate-modal #submit-login,
#authenticate-modal #submit-template,
#authenticate-modal #submit-mp-update {
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  width: 50%;
  padding: 0px;
  text-transform: uppercase; }

body.desktop .textElementColor-option {
  position: relative; }
  body.desktop .textElementColor-option[data-type=clip-art][data-role="1"] .colorPicker-container {
    left: -108px !important; }
  body.desktop .textElementColor-option[data-type=clip-art][data-role="2"] .colorPicker-container {
    left: -136px !important; }
  body.desktop .textElementColor-option[data-type=clip-art][data-role="3"] .colorPicker-container {
    left: -164px !important; }
  body.desktop .textElementColor-option[data-type=clip-art][data-role="4"] .colorPicker-container {
    left: -192px !important; }
  body.desktop .textElementColor-option[data-type=clip-art][data-role="5"] .colorPicker-container {
    left: -220px !important; }
  body.desktop .textElementColor-option[data-role=text] .colorPicker-container {
    left: -108px !important; }
  body.desktop .textElementColor-option[data-role=stroke-1st] .colorPicker-container {
    left: -136px !important; }
  body.desktop .textElementColor-option[data-role=stroke-2nd] .colorPicker-container {
    left: -164px !important; }
  body.desktop .textElementColor-option.deactivate {
    opacity: 0.25;
    filter: alpha(opacity=25); }

.colorPicker-container {
  width: 324px;
  top: 0px; }

.colorPicker-divider {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0;
  line-height: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #000; }
  .colorPicker-divider:before, .colorPicker-divider:after {
    display: table;
    content: ""; }
  .colorPicker-divider:after {
    clear: both; }

.colorPicker-mobilePrev,
.colorPicker-mobileNext {
  display: none;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  top: 50%;
  margin-top: -22px;
  cursor: pointer; }

.colorPicker-mobilePrev {
  left: 10px; }

.colorPicker-mobileNext {
  right: 10px; }

.palettePaged {
  display: none; }

[data-css=gradient-rainbow] {
  background-image: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
  background-image: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet)); }

[data-css=gradient-gold] {
  background-image: -moz-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#F7DE05), color-stop(14%, #DA8E00), color-stop(28%, #EDAC06), color-stop(42%, #EAEA95), color-stop(56%, #ECB802), color-stop(70%, #DAAF08), to(#B67B03)); }

[data-css=gradient-silver] {
  background-image: -moz-linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#A5A5A5), color-stop(15%, #BABAC2), color-stop(40%, #E8E8E8), color-stop(80%, #A5A5A5), color-stop(90%, #929292), to(#808080)); }

[data-css=pattern-zebra] {
  background-image: -moz-linear-gradient(top, #000, #fff, #000, #fff, #000);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#000), color-stop(25%, #fff), color-stop(50%, #000), color-stop(70%, #fff), to(#000)); }

[data-css=lame_purple] {
  background: url(../images/lamei/c170.jpg) repeat center center transparent; }

[data-css=lame_red] {
  background: url(../images/lamei/c171.jpg) repeat center center transparent; }

[data-css=lame_green] {
  background: url(../images/lamei/c172.jpg) repeat center center transparent; }

[data-css=lame_blue] {
  background: url(../images/lamei/c173.jpg) repeat center center transparent; }

[data-css=lame_pink] {
  background: url(../images/lamei/c174.jpg) repeat center center transparent; }

.ui-slider {
  display: block;
  position: relative;
  text-align: left;
  height: 20px;
  line-height: 20px;
  width: 90%; }
  .ui-slider:before {
    display: block;
    position: absolute;
    content: '';
    background-color: #232323;
    width: 100%;
    right: 0px; }
  .ui-slider .ui-slider-handle {
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-family: Arial; }
    .ui-slider .ui-slider-handle .uii-slider-value {
      display: none; }
  .ui-slider:before,
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0px;
    display: block;
    border: 0;
    background-position: 0 0;
    height: 4px;
    line-height: 4px;
    top: 50%;
    margin-top: -2px;
    left: 0px; }
  .ui-slider .ui-slider-range {
    background-color: #6aac27; }

.addTextWrapper {
  top: 120px;
  width: 324px; }

.textBoxBody textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 24px;
  width: 100%;
  padding: 15px;
  border: 0;
  letter-spacing: 1px;
  outline: none;
  font-size: 14px;
  background-color: #fff6bd;
  color: #222;
  resize: vertical;
  margin-bottom: 12px; }

.textBoxFooter {
  text-align: center; }
  .textBoxFooter:before, .textBoxFooter:after {
    display: table;
    content: ""; }
  .textBoxFooter:after {
    clear: both; }
  .textBoxFooter button {
    transition: all 0.25s;
    -ms-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    padding: 0px;
    background: #FF9900;
    background: -webkit-linear-gradient(#FF9900, #D07D00);
    background: -o-linear-gradient(#FF9900, #D07D00);
    background: -moz-linear-gradient(#FF9900, #D07D00);
    background: linear-gradient(#FF9900, #D07D00);
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 30px;
    line-height: 30px;
    border: 0;
    letter-spacing: 1px;
    outline: none;
    font-size: 14px; }
    .textBoxFooter button:hover {
      background-color: #e68a00;
      background: -webkit-linear-gradient(#ffa31a, #D07D00);
      background: -o-linear-gradient(#ffa31a, #D07D00);
      background: -moz-linear-gradient(#ffa31a, #D07D00);
      background: linear-gradient(#ffa31a, #D07D00); }

.textEditNotice {
  margin-bottom: 12px;
  margin-top: 0px;
  color: #222; }

.imageUploader {
  overflow: hidden;
  position: relative; }

.imageUploader input {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%; }

.userFormWrap {
  width: 610px;
  margin: 72px auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }
  .userFormWrap label {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    margin-bottom: 3px; }
  .userFormWrap .userFormTitle {
    padding: 0 0 6px 0;
    margin: 6px 12px 0px 12px;
    border-bottom: 2px solid #fe9900;
    background-color: #fff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #000; }
    .userFormWrap .userFormTitle:before, .userFormWrap .userFormTitle:after {
      display: table;
      content: ""; }
    .userFormWrap .userFormTitle:after {
      clear: both; }
  .userFormWrap .userFromBody {
    padding: 15px; }
  .userFormWrap .form-group {
    margin-bottom: 20px; }
  .userFormWrap .userFormFooter button,
  .userFormWrap input[type=text],
  .userFormWrap input[type=password],
  .userFormWrap input[type=email] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    border: 0;
    letter-spacing: 1px;
    outline: none;
    font-size: 14px; }
  .userFormWrap input[type=text],
  .userFormWrap input[type=password],
  .userFormWrap input[type=email] {
    background-color: #fff6bd;
    color: #222; }
  .userFormWrap .userFormFooter {
    padding: 0px 15px;
    background-color: #efefef;
    text-align: center; }
    .userFormWrap .userFormFooter button {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-top: 15px;
      margin-bottom: 15px;
      transition: all 0.25s;
      -ms-transition: all 0.25s;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      width: 50%;
      padding: 0px;
      background: #FF9900;
      background: -webkit-linear-gradient(#FF9900, #D07D00);
      background: -o-linear-gradient(#FF9900, #D07D00);
      background: -moz-linear-gradient(#FF9900, #D07D00);
      background: linear-gradient(#FF9900, #D07D00);
      color: #ffffff;
      text-transform: uppercase; }
      .userFormWrap .userFormFooter button:hover {
        background-color: #e68a00;
        background: -webkit-linear-gradient(#ffa31a, #D07D00);
        background: -o-linear-gradient(#ffa31a, #D07D00);
        background: -moz-linear-gradient(#ffa31a, #D07D00);
        background: linear-gradient(#ffa31a, #D07D00); }

.form-control.bg-danger {
  background-color: #f2dede !important;
  border: 1px solid #a94442 !important; }

.modalPalette {
  background-color: #fff;
  position: absolute;
  width: 280px;
  height: auto;
  top: 30px;
  right: 30px;
  text-align: left;
  padding-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 5px 0px 70px -10px #7d7d7d;
  -ms-box-shadow: 5px 0px 70px -10px #7d7d7d;
  -moz-box-shadow: 5px 0px 70px -10px #7d7d7d;
  -webkit-box-shadow: 5px 0px 70px -10px #7d7d7d; }

.modalPalette-header {
  background: #FF9900;
  background: -webkit-linear-gradient(#FF9900, #D07D00);
  background: -o-linear-gradient(#FF9900, #D07D00);
  background: -moz-linear-gradient(#FF9900, #D07D00);
  background: linear-gradient(#FF9900, #D07D00);
  border: none;
  line-height: 25px;
  height: 27px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
  position: relative;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  border-top-left-radius: 6px; }
  .modalPalette-header:before, .modalPalette-header:after {
    display: table;
    content: ""; }
  .modalPalette-header:after {
    clear: both; }

.modalPalette-mobileTitle {
  display: none; }

.modalPalette-close,
.modalPalette-back,
.designTitle-close {
  position: absolute;
  right: 30px;
  top: 3px;
  font-size: 11px;
  background: #ffffff;
  color: #000;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer !important; }
  .modalPalette-close:hover,
  .modalPalette-back:hover,
  .designTitle-close:hover {
    text-decoration: none; }

.modalPalette-close {
  display: none; }

.modalPalette-title {
  font-size: 15px;
  font-weight: 400; }

.modalPalette-body {
  padding: 0 10px;
  font-size: 12px; }

.modalPalette-list-item, .colorPicker-single {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 24px;
  height: 15px;
  border: 1px solid #a8a6a6;
  margin: 5px 0 0 5px;
  cursor: pointer;
  position: relative; }
  .modalPalette-list-item.active, .active.colorPicker-single, .modalPalette-list-item:hover, .colorPicker-single:hover {
    border-color: #fe9900; }
    .modalPalette-list-item.active:after, .active.colorPicker-single:after, .modalPalette-list-item:hover:after, .colorPicker-single:hover:after {
      transition: all 0.5s;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      display: block;
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      right: -4px;
      top: -4px;
      border: 1px solid #fe9900;
      background-color: #fff; }

.modalPalette-list, .colorPicker-body {
  font-size: 0px;
  margin-top: 0px;
  margin-left: -5px; }

.modalPalette-productName {
  margin-top: 4px;
  margin-bottom: 0px; }

.modalPalette-desc {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 5px;
  border-top: 1px solid #4c4744;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.modalPalette-help {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffffff;
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  font-weight: normal;
  border: 1px solid orange;
  font-size: 14px;
  outline: none;
  cursor: help;
  border-radius: 6px;
  text-align: center; }

.modal-activated {
  z-index: 255; }

.modalAboutPalette {
  display: block;
  position: absolute;
  top: 30px;
  left: -10px;
  right: -10px;
  background-color: #fff;
  color: #000; }

.modalPalette-container,
.designArea-container {
  position: relative; }

.modalInfo, .change-font-box-wrap, .addTextWrapper, .modalPalette-information, .colorPicker-container,
.designArea-information {
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: -24px;
  right: -24px;
  background-color: #fff;
  padding: 6px 12px 12px 12px;
  border: 1px solid #ececec;
  font-size: 12px;
  z-index: 9999; }

.modalPalette-information, .colorPicker-container,
.designArea-information {
  top: 0px; }

.modalPalette-information-header, .colorPicker-header, .textBoxTitle,
.designArea-information-header {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 2px solid #fe9900; }
  .modalPalette-information-header:before, .colorPicker-header:before, .textBoxTitle:before, .modalPalette-information-header:after, .colorPicker-header:after, .textBoxTitle:after,
  .designArea-information-header:before,
  .designArea-information-header:after {
    display: table;
    content: ""; }
  .modalPalette-information-header:after, .colorPicker-header:after, .textBoxTitle:after,
  .designArea-information-header:after {
    clear: both; }

.modalPalette-information-title, .colorPicker-title, .textBoxTitle > p,
.designArea-information-title {
  font-weight: 400;
  line-height: 22px;
  color: #000; }

.modalPalette-selected {
  display: block;
  margin: 0;
  text-align: left; }

.modalPalette-information-btnClose, .colorPicker-btnClose, .textBoxTitle > .textBox-btnClose,
.designArea-information-btnClose {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  float: right;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #fe9900;
  cursor: pointer; }

.modalPalette-information-body,
.designArea-information-body {
  line-height: 24px; }

.modalPalette-mobilePrev,
.modalPalette-mobileNext {
  display: none;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  top: 50%;
  margin-top: -22px;
  cursor: pointer; }

.modalPalette-mobilePrev {
  left: 10px; }

.modalPalette-mobileNext {
  right: 10px; }

.designArea-information-items:before, .designArea-information-items:after {
  display: table;
  content: ""; }

.designArea-information-items:after {
  clear: both; }

.designArea-information-item {
  margin-top: 15px; }
  .designArea-information-item:before, .designArea-information-item:after {
    display: table;
    content: ""; }
  .designArea-information-item:after {
    clear: both; }
  .designArea-information-item > img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    width: 55px; }

@media print {
  .panelMyDesign-colThumbs div[data-ref-id="bg-container"] {
    height: 232px !important;
    width: 244px !important; }
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    transform: scale(0.4); }
  .wrap-thumb .inner {
    display: inline-block; } }

.mobile-designTab-btn {
  display: none;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  top: 50%;
  margin-top: -22px;
  cursor: pointer; }

.mobile-designTab-btnPrev {
  left: 10px; }

.mobile-designTab-btnNext {
  right: 10px; }

#panel-my-design {
  max-width: 800px;
  margin: 90px auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden; }

.panelMyDesign-header {
  padding: 0 0 6px 0;
  margin: 6px 12px 0px 12px;
  border-bottom: 2px solid #fe9900;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000; }
  .panelMyDesign-header:before, .panelMyDesign-header:after {
    display: table;
    content: ""; }
  .panelMyDesign-header:after {
    clear: both; }

.panelMyDesign-body {
  padding: 12px; }

.panelMyDesign-tableHeader {
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #333; }
  .panelMyDesign-tableHeader:before, .panelMyDesign-tableHeader:after {
    display: table;
    content: ""; }
  .panelMyDesign-tableHeader:after {
    clear: both; }

.panelMyDesign-tableRecord {
  padding-bottom: 6px;
  padding-top: 6px;
  border-bottom: 1px solid #ddd; }
  .panelMyDesign-tableRecord:first-child {
    padding-top: 0; }

.panelMyDesign-footer {
  padding: 0px 15px;
  background-color: #efefef; }

.panelMyDesign-pagination {
  text-align: center; }
  .panelMyDesign-pagination:before, .panelMyDesign-pagination:after {
    display: table;
    content: ""; }
  .panelMyDesign-pagination:after {
    clear: both; }
  .panelMyDesign-pagination .pagination {
    margin: 0 auto;
    padding: 10px 0; }
    .panelMyDesign-pagination .pagination li a, .panelMyDesign-pagination .pagination .disabled > span, .panelMyDesign-pagination .pagination .active > span {
      height: 22px;
      line-height: 22px;
      min-width: 22px;
      display: inline-block;
      text-decoration: none;
      padding: 0;
      border: 0;
      background: 0;
      margin-right: 3px; }
    .panelMyDesign-pagination .pagination .active > span {
      height: 22px;
      line-height: 22px;
      min-width: 22px;
      display: inline-block;
      text-decoration: none; }
    .panelMyDesign-pagination .pagination > .active > span, .panelMyDesign-pagination .pagination li a:hover {
      border-bottom: 2px solid #fe9900;
      color: #fe9900; }

.panelMyDesign-colAction {
  text-align: left; }
  .panelMyDesign-colAction form {
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .panelMyDesign-colAction .btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 10px;
    padding: 8px 10px; }

.panelMyDesign-designDesc {
  font-size: 90%; }

.panelMyDesign-designLastUpdate {
  display: block;
  font-size: 90%; }

.margin-t-10 {
  margin-top: 10px; }

.margin-b-10 {
  margin-bottom: 10px; }

.panelMyDesign-designDivider {
  height: 12px; }

.panelMyDesign-colThumbs img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0; }

.panelMyDesign-warning {
  margin-bottom: 0; }

.designArea .designTitle-close,
.designArea .designTitle-trash {
  display: none; }

.thumb_background {
  background: url("/images/bg.png") repeat; }

.myDesignName {
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-family: Arial;
  padding: 6px 3px; }

.btn-show-info button {
  font-size: 90%;
  padding: 8px 25px;
  border: none;
  border-radius: 3px; }

.btn-show-info button:focus {
  outline: none; }

.wrap-thumb {
  text-align: center; }
  .wrap-thumb .inner {
    display: inline-block; }

.wrapInfo {
  padding: 0 15px; }

.preview-head {
  border-bottom: 2px solid #fe9900;
  padding: 13px 15px 10px; }
  .preview-head h4 {
    margin: 0; }

.close-my-design {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fe9900 !important;
  display: block;
  float: right;
  color: #e78a00;
  background-color: #fe9900 !important;
  color: #fff;
  padding: 0px;
  margin: 0 0 0 5px;
  outline: none;
  outline-color: transparent; }
  .close-my-design:hover {
    background-color: #fff !important;
    color: #fe9900;
    opacity: 1; }
    .close-my-design:hover > .fa-close {
      color: #fe9900; }
  .close-my-design > .fa-close {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    text-align: center;
    border: 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.headerInfo {
  margin-top: 15px;
  margin-bottom: 20px; }

.itemInfo {
  border-bottom: 1px solid #ddd;
  padding: 30px 0; }
  .itemInfo:last-child {
    border: none; }

.i-text {
  margin-bottom: 15px; }

@media (max-width: 1023px) and (min-width: 768px) {
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.38) !important;
    -o-transform: scale(0.38) !important;
    -ms-transform: scale(0.38) !important;
    -webkit-transform: scale(0.38) !important;
    transform: scale(0.38) !important; } }

@media (max-width: 737px) and (min-width: 668px) {
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.365) !important;
    -o-transform: scale(0.365) !important;
    -ms-transform: scale(0.365) !important;
    -webkit-transform: scale(0.365) !important;
    transform: scale(0.365) !important; } }

@media only screen and (max-width: 480px) {
  .btn-show-info button {
    font-size: 10.8px;
    padding: 8px 10px; } }

.divTable {
  padding: 0 15px; }
  .divTable .divGroup {
    display: none; }
  .divTable .divRow {
    margin-bottom: 8px; }
    .divTable .divRow:before, .divTable .divRow:after {
      display: table;
      content: ""; }
    .divTable .divRow:after {
      clear: both; }
  .divTable .divHead {
    display: block;
    width: 30%;
    float: left; }
  .divTable .divCell {
    width: 70%;
    float: left;
    text-align: left; }
  .divTable .divHead {
    font-weight: normal;
    font-size: 10px; }
  .divTable .cboKeepRatio {
    margin-top: 4px; }
  .divTable .divCell ul li {
    float: left;
    padding: 0 3px 2px 0;
    cursor: pointer; }

.layerToolbar-outer .btn {
  margin: 0;
  line-height: 21px;
  padding: 0px 8px !important; }
  .layerToolbar-outer .btn.btn-danger {
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #d9534f;
    background: transparent !important; }
  .layerToolbar-outer .btn.btn-left {
    border-right: 1px solid #999 !important; }

.layerToolbar {
  margin-bottom: 10px;
  margin-left: -10px; }
  .layerToolbar:before, .layerToolbar:after {
    display: table;
    content: ""; }
  .layerToolbar:after {
    clear: both; }
  .layerToolbar .layerToolbar-zoom,
  .layerToolbar .layerToolbar-rotate,
  .layerToolbar .layerToolbar-zIndex {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 10px;
    border: 1px solid #999;
    overflow: hidden; }
    .layerToolbar .layerToolbar-zoom .btn,
    .layerToolbar .layerToolbar-rotate .btn,
    .layerToolbar .layerToolbar-zIndex .btn {
      transition: all 0.5s;
      -ms-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      border: none;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      background-color: #eee;
      color: #666;
      color: #000; }
  .layerToolbar .layerToolbar-zIndex .btn {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 23px;
    height: 21px;
    position: relative; }
    .layerToolbar .layerToolbar-zIndex .btn:before, .layerToolbar .layerToolbar-zIndex .btn:after {
      content: '';
      display: block;
      position: absolute;
      width: 8px;
      height: 12px;
      top: 50%;
      left: 50%; }
    .layerToolbar .layerToolbar-zIndex .btn:before {
      margin-top: -5px;
      margin-left: -3px; }
    .layerToolbar .layerToolbar-zIndex .btn:after {
      margin-top: -9px;
      margin-left: -6px; }
    .layerToolbar .layerToolbar-zIndex .btn.btn-left:before {
      background: #fff;
      border: 1px solid #999; }
    .layerToolbar .layerToolbar-zIndex .btn.btn-left:after {
      background: #000; }
    .layerToolbar .layerToolbar-zIndex .btn.btn-right:before {
      background: #000; }
    .layerToolbar .layerToolbar-zIndex .btn.btn-right:after {
      background: #fff;
      border: 1px solid #999; }

table {
  width: 100% !important; }

div[data-ref-id=root] {
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.templateItem div[data-ref-id=svg-container] {
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important; }

.panelMyDesign-tableRecord {
  width: 100% !important;
  display: block; }

@media only screen and (min-width: 600px) {
  .templateItem {
    height: 75.6px !important; }
    .templateItem div[data-ref-id=svg-container] {
      -moz-transform: scale(0.3);
      -o-transform: scale(0.3);
      -ms-transform: scale(0.3);
      -webkit-transform: scale(0.3);
      transform: scale(0.3); }
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  .panelMyDesign-colThumbs div[data-ref-id=bg-container] {
    height: 232px !important;
    width: 244px !important; }
  #authenticate-modal .myDesignItem div[data-ref-id=root] {
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  #authenticate-modal .myDesignItem div[data-ref-id=bg-container] {
    height: 174px !important;
    width: 183px !important; } }

@media only screen and (min-width: 540px) and (max-width: 599px) {
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  .panelMyDesign-colThumbs div[data-ref-id=bg-container] {
    height: 116px !important;
    width: 122px !important; }
  #authenticate-modal .myDesignItem div[data-ref-id=root] {
    -moz-transform: scale(0.28);
    -o-transform: scale(0.28);
    -ms-transform: scale(0.28);
    -webkit-transform: scale(0.28);
    transform: scale(0.28); }
  #authenticate-modal .myDesignItem div[data-ref-id=bg-container] {
    height: 162.4px !important;
    width: 170.8px !important; }
  .templateItem {
    height: 126px !important; }
    .templateItem div[data-ref-id=svg-container] {
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); } }

@media only screen and (min-width: 480px) and (max-width: 539px) {
  #authenticate-modal .myDesignItem div[data-ref-id=root],
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  #authenticate-modal .myDesignItem div[data-ref-id=bg-container],
  .panelMyDesign-colThumbs div[data-ref-id=bg-container] {
    height: 116px !important;
    width: 122px !important; }
  .templateItem {
    height: 100.8px !important; }
    .templateItem div[data-ref-id=svg-container] {
      -moz-transform: scale(0.4);
      -o-transform: scale(0.4);
      -ms-transform: scale(0.4);
      -webkit-transform: scale(0.4);
      transform: scale(0.4); } }

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #authenticate-modal .myDesignItem div[data-ref-id=root],
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.15);
    -o-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -webkit-transform: scale(0.15);
    transform: scale(0.15); }
  #authenticate-modal .myDesignItem div[data-ref-id=bg-container],
  .panelMyDesign-colThumbs div[data-ref-id=bg-container] {
    height: 87px !important;
    width: 91.5px !important; }
  .templateItem {
    height: 70.56px !important; }
    .templateItem div[data-ref-id=svg-container] {
      -moz-transform: scale(0.28);
      -o-transform: scale(0.28);
      -ms-transform: scale(0.28);
      -webkit-transform: scale(0.28);
      transform: scale(0.28); } }

@media only screen and (max-width: 359px) {
  #authenticate-modal .myDesignItem div[data-ref-id=root],
  .panelMyDesign-colThumbs div[data-ref-id=root] {
    -moz-transform: scale(0.135);
    -o-transform: scale(0.135);
    -ms-transform: scale(0.135);
    -webkit-transform: scale(0.135);
    transform: scale(0.135); }
  #authenticate-modal .myDesignItem div[data-ref-id=bg-container],
  .panelMyDesign-colThumbs div[data-ref-id=bg-container] {
    height: 78.3px !important;
    width: 82.35px !important; }
  .templateItem {
    height: 70.56px !important; }
    .templateItem div[data-ref-id=svg-container] {
      -moz-transform: scale(0.28);
      -o-transform: scale(0.28);
      -ms-transform: scale(0.28);
      -webkit-transform: scale(0.28);
      transform: scale(0.28); } }

@media only screen and (min-width: 1367px) {
  .shirtBtnPositionDesign {
    margin-top: 10px !important; }
  body.desktop .textElementColor .textElementColor-option[data-role="text"] .colorPicker-container {
    top: -321px !important; } }

@media only screen and (max-width: 1024px) {
  #shirt-area {
    background-color: transparent; }
    #shirt-area:after {
      background-color: transparent; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #container {
    max-width: 100%; }
  .positionBtnArea {
    left: 15px; } }

@media only screen and (max-width: 667px) and (min-width: 569px) {
  .wrap-top,
  .wrap-bottom {
    width: 1130px; } }

@media only screen and (max-width: 599px) {
  #authenticate-modal .modal-header .modal-title {
    padding-left: 20px !important; }
  #authenticate-modal .form-control-static {
    padding-top: 0px !important;
    min-height: 0px !important; }
  #authenticate-modal .form-horizontal.preventSubmit {
    margin-bottom: 10px; }
  body.mobile {
    border: none !important;
    padding-bottom: 150px; }
  #shirt-area {
    padding: 0;
    background-color: transparent; }
  #shirt-area:after {
    content: none; }
  #root {
    margin-left: 0px !important; }
  .container,
  #container {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important; }
    .container .row,
    #container .row {
      margin-right: 0;
      margin-left: 0; }
  #shirt-area {
    margin-top: 10px !important;
    margin-left: 0px !important; }
  .centerOfApp {
    margin-top: 0px !important;
    top: 0px !important; }
  .row.logoAndLogin {
    display: none; }
  .mobileModule-wrap {
    background-color: #232323;
    color: #fff;
    padding: 15px 15px 35px 15px; }
  .mobileModule-header {
    display: block;
    position: relative;
    text-align: center;
    min-height: 35px;
    margin-bottom: 20px; }
    .mobileModule-header .mobileModule-title {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 22px;
      line-height: 35px;
      text-align: center;
      padding: 0px;
      margin: 0px; }
    .mobileModule-header .mobileModule-btnClose {
      display: block;
      font-size: 22px;
      position: absolute;
      top: 0px;
      right: 0px;
      border-radius: 3px;
      font-size: 22px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      padding: 0px;
      margin: 0px;
      color: #e44c4c;
      border: none !important; }
  .mobileButton, body.mobile .designArea .designTitle-close,
  body.mobile .designArea .designTitle-notice,
  body.mobile .designArea .designTitle-trash, .changeFontWrapper .fontPicker-btnClose,
  .textBoxTitle > .textBox-btnClose {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    border: 0px !important;
    display: block;
    position: relative;
    float: right;
    margin-right: 15px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 22px !important; } }

@media only screen and (max-width: 599px) {
  .ui-slider-handle .uii-slider-value {
    color: #000;
    background: #ffffff;
    width: 35px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -27px;
    left: -3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: none; }
    .ui-slider-handle .uii-slider-value:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 11px;
      border-style: solid;
      border-width: 3px 6px 0;
      border-color: #ffffff transparent;
      display: block;
      width: 0;
      z-index: 0; }
  .ui-slider:before {
    background-color: #1d2f0b; }
  .ui-slider .ui-slider-range {
    background-color: #6aac27; }
  .ui-slider:before,
  .ui-slider .ui-slider-range {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; } }

@media only screen and (min-width: 480px) and (max-width: 599px) {
  .ui-slider {
    height: 30px;
    line-height: 30px; }
    .ui-slider .ui-slider-handle {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      font-size: 11px; }
    .ui-slider:before,
    .ui-slider .ui-slider-range {
      height: 10px;
      line-height: 10px;
      margin-top: -5px; } }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .ui-slider {
    height: 20px;
    line-height: 20px; }
    .ui-slider .ui-slider-handle {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-top: -12.5px;
      margin-left: -12.5px;
      font-size: 11px; }
      .ui-slider .ui-slider-handle .uii-slider-value {
        left: -5px; }
    .ui-slider:before,
    .ui-slider .ui-slider-range {
      height: 6px;
      line-height: 6px;
      margin-top: -3px; } }

@media only screen and (max-width: 599px) {
  .textElementColor-option {
    height: 25px !important;
    width: 25px !important; }
  body.mobile .modalPalette-list-item:hover:after, body.mobile .colorPicker-single:hover:after, body.mobile .modalPalette-list-item.active:after, body.mobile .active.colorPicker-single:after {
    display: none !important; }
  body.mobile .textElementColor-option .colorPicker-container {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none;
    position: fixed;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -500px;
    width: 100%;
    background-color: #232323;
    text-align: center; }
  body.mobile .textElementColor-option .colorPicker-btnClose {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px !important;
    display: block;
    position: relative;
    float: right;
    margin-right: 15px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 22px;
    color: #e44c4c;
    background-color: #fff; }
  body.mobile .textElementColor-option .colorPicker-mobilePrev,
  body.mobile .textElementColor-option .colorPicker-mobileNext {
    display: block; }
  body.mobile .textElementColor-option .colorPicker-title {
    color: #fff;
    line-height: 35px;
    font-size: 22px; }
  body.mobile .textElementColor-option .colorPicker-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px; }
  body.mobile .textElementColor-option .colorPicker-divider {
    display: none !important; }
  body.mobile .textElementColor-option .colorPicker-body {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: -10px;
    margin-left: -20px;
    text-align: center;
    width: 400px; }
  body.mobile .textElementColor-option .colorPicker-single {
    width: 80px;
    height: 80px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 20px;
    float: left; }
    body.mobile .textElementColor-option .colorPicker-single.hideOnMobile {
      display: none; }
    body.mobile .textElementColor-option .colorPicker-single.showOnMobile {
      display: inline-block;
      *display: inline;
      zoom: 1; } }

@media only screen and (min-width: 600px) {
  .panelMyDesign-padding {
    padding-top: 18px; }
  .panelMyDesign-colAction-padding {
    padding-top: 34px; }
  .hiddenOnPC {
    display: none; }
  #authenticate-modal .modal-footer .submitTemplateDraft, #authenticate-modal .modal-footer .submitTemplatePublic {
    min-width: 0 !important;
    width: auto !important;
    padding: 0 10px !important;
    margin-right: 5px;
    margin-left: 5px; }
  .itemName .note {
    font-size: 10px; } }

#clip-art-modal-content .clipArt-paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none; }

#clip-art-modal-content .clipArtItem {
  display: block;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  overflow: hidden;
  background-color: #fff;
  width: 16.5%;
  padding: 0 5px 5px 5px; }

#clip-art-modal-content .modalImageWrap {
  border: 1px solid #dddddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden; }

.templateModalWrap .listOfCategories-paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none; }
  .templateModalWrap .listOfCategories-paper .templateCategory {
    display: block;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    overflow: hidden;
    background-color: #fff;
    width: 16.5%;
    padding: 5px; }

.listOfTemplates-paper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none; }
  .listOfTemplates-paper .templateItemWrapper {
    display: block;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    overflow: hidden;
    background-color: #fff;
    width: 16.5%;
    padding: 5px;
    position: relative;
    font-size: 12px; }
    .listOfTemplates-paper .templateItemWrapper .templateName {
      margin: 0;
      padding: 6px 3px;
      font-size: 12px;
      color: #000;
      text-align: center;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      font-family: Arial; }
    .listOfTemplates-paper .templateItemWrapper:hover .templateName {
      color: #fe9900; }
    .listOfTemplates-paper .templateItemWrapper .isDraft {
      position: absolute;
      top: 5px;
      left: 5px;
      display: inline-block;
      font-size: 10px;
      color: #ffffff;
      background: rgba(24, 24, 24, 0.51);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      text-transform: uppercase;
      padding: 0 5px;
      font-weight: bold;
      height: 20px;
      line-height: 20px;
      z-index: 1; }

.designItemWrap .myDesignItem {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd; }
  .designItemWrap .myDesignItem .designItemImage {
    border: 1px solid #dddddd; }

.myDesignItem:first-child {
  padding-top: 0;
  border: none; }

@media only screen and (max-width: 599px) {
  .designTitle {
    height: auto;
    line-height: normal; }
  #authenticate-modal .modal-dialog .modal-content .modal-body .editDesign, #authenticate-modal .modal-dialog .modal-content .modal-body .templateRemove, #authenticate-modal .modal-dialog .modal-content .modal-body .templateApply, #authenticate-modal .modal-dialog .modal-content .modal-body .deleteDesign {
    font-size: 12px !important;
    margin-bottom: 10px; }
  .shirtArea {
    width: 100% !important;
    overflow: hidden; }
  .mbModalHeader, #authenticate-modal .modal-dialog .modal-content .modal-header,
  #template-modal .modal-dialog .modal-content .modal-header,
  #clip-art-modal .modal-dialog .modal-content .modal-header, .userFormWrap .userFormTitle, #panel-my-design .panelMyDesign-header {
    padding: 15px;
    margin: 0;
    border-bottom: none;
    background-color: #fe9900;
    text-align: center; }
  .mbModalBodyLink, #authenticate-modal .modal-dialog .modal-content .modal-body a, #authenticate-modal .modal-dialog .modal-content .modal-body label,
  #template-modal .modal-dialog .modal-content .modal-body a,
  #template-modal .modal-dialog .modal-content .modal-body label,
  #clip-art-modal .modal-dialog .modal-content .modal-body a,
  #clip-art-modal .modal-dialog .modal-content .modal-body label, .userFormWrap .userFromBody label {
    font-size: 17px; }
  .mbButtonClose, #authenticate-modal .modal-dialog .modal-content .modal-header button,
  #template-modal .modal-dialog .modal-content .modal-header button,
  #clip-art-modal .modal-dialog .modal-content .modal-header button {
    border: 1px solid #fff;
    background-color: #fff;
    color: #fe9900; }
  .mbButtonCloseChild, #authenticate-modal .modal-dialog .modal-content .modal-header button i, #authenticate-modal .modal-dialog .modal-content .modal-header button span,
  #template-modal .modal-dialog .modal-content .modal-header button i,
  #template-modal .modal-dialog .modal-content .modal-header button span,
  #clip-art-modal .modal-dialog .modal-content .modal-header button i,
  #clip-art-modal .modal-dialog .modal-content .modal-header button span {
    display: block;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 0; }
  .mbButtonFooter, #authenticate-modal .modal-dialog .modal-content .modal-footer button,
  #template-modal .modal-dialog .modal-content .modal-footer button,
  #clip-art-modal .modal-dialog .modal-content .modal-footer button, .userFormWrap .userFormFooter button {
    font-size: 18px !important;
    min-width: 50% !important;
    height: 50px !important; }
  .mbModalTitle, #authenticate-modal .modal-dialog .modal-content .modal-header .modal-title,
  #template-modal .modal-dialog .modal-content .modal-header .modal-title,
  #clip-art-modal .modal-dialog .modal-content .modal-header .modal-title, .userFormWrap .userFormTitle .modal-title, #panel-my-design .panelMyDesign-header {
    line-height: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block; }
  .mbInput, #authenticate-modal .modal-dialog .modal-content input[type=text],
  #authenticate-modal .modal-dialog .modal-content input[type=password],
  #authenticate-modal .modal-dialog .modal-content input[type=email],
  #template-modal .modal-dialog .modal-content input[type=text],
  #template-modal .modal-dialog .modal-content input[type=password],
  #template-modal .modal-dialog .modal-content input[type=email],
  #clip-art-modal .modal-dialog .modal-content input[type=text],
  #clip-art-modal .modal-dialog .modal-content input[type=password],
  #clip-art-modal .modal-dialog .modal-content input[type=email], .userFormWrap .userFromBody input[type=text],
  .userFormWrap .userFromBody input[type=password],
  .userFormWrap .userFromBody input[type=email] {
    height: 45px;
    border: 1px solid #ccc;
    background: #fff8c5;
    font-size: 19px; }
  #authenticate-modal .modal-dialog,
  #template-modal .modal-dialog,
  #clip-art-modal .modal-dialog {
    top: 125px; }
    #authenticate-modal .modal-dialog .modal-content,
    #template-modal .modal-dialog .modal-content,
    #clip-art-modal .modal-dialog .modal-content {
      box-shadow: none;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: 0;
      overflow: hidden;
      width: auto; }
      #authenticate-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt,
      #template-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt,
      #clip-art-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt {
        float: left; }
        #authenticate-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt > i:before,
        #template-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt > i:before,
        #clip-art-modal .modal-dialog .modal-content .modal-header .buttonBackClipArt > i:before {
          content: "\f0d9"; }
      #authenticate-modal .modal-dialog .modal-content .modal-body,
      #template-modal .modal-dialog .modal-content .modal-body,
      #clip-art-modal .modal-dialog .modal-content .modal-body {
        padding: 20px 15px;
        margin: 0; }
        #authenticate-modal .modal-dialog .modal-content .modal-body:before, #authenticate-modal .modal-dialog .modal-content .modal-body:after,
        #template-modal .modal-dialog .modal-content .modal-body:before,
        #template-modal .modal-dialog .modal-content .modal-body:after,
        #clip-art-modal .modal-dialog .modal-content .modal-body:before,
        #clip-art-modal .modal-dialog .modal-content .modal-body:after {
          display: table;
          content: ""; }
        #authenticate-modal .modal-dialog .modal-content .modal-body:after,
        #template-modal .modal-dialog .modal-content .modal-body:after,
        #clip-art-modal .modal-dialog .modal-content .modal-body:after {
          clear: both; }
        #authenticate-modal .modal-dialog .modal-content .modal-body label,
        #template-modal .modal-dialog .modal-content .modal-body label,
        #clip-art-modal .modal-dialog .modal-content .modal-body label {
          color: #323232; }
        #authenticate-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
        #authenticate-modal .modal-dialog .modal-content .modal-body input[type=radio],
        #template-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
        #template-modal .modal-dialog .modal-content .modal-body input[type=radio],
        #clip-art-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
        #clip-art-modal .modal-dialog .modal-content .modal-body input[type=radio] {
          margin-top: 6px; }
      #authenticate-modal .modal-dialog .modal-content .modal-footer,
      #template-modal .modal-dialog .modal-content .modal-footer,
      #clip-art-modal .modal-dialog .modal-content .modal-footer {
        padding: 0px 15px;
        text-align: center; }
  #clip-art-modal-content .clipArtItem {
    width: 24.9%; }
  .templateModalWrap .listOfCategories-paper .templateCategory {
    width: 24.9%; }
  .listOfTemplates-paper .templateItemWrapper {
    width: 24.9%;
    padding: 5px; }
  .designItemWrap .myDesignItem .itemImageWrap img,
  .designItemWrap .myDesignItem .myDesignInfo img {
    border: 1px solid #dddddd; }
  .hiddenOnMobile {
    display: none !important; }
  .userFormWrap {
    width: auto !important;
    margin: 10px !important;
    top: 30px !important;
    position: relative !important; }
    .userFormWrap .userFormTitle .modal-title {
      display: block; }
    .userFormWrap .userFromBody {
      padding: 20px 15px;
      margin: 0; }
      .userFormWrap .userFromBody label {
        color: #323232; }
      .userFormWrap .userFromBody input[type=checkbox],
      .userFormWrap .userFromBody input[type=radio] {
        margin-top: 2px; }
    .userFormWrap .userFormFooter {
      text-align: center; }
  #panel-my-design {
    width: auto;
    margin: 30px 10px 10px 10px; }
    #panel-my-design .panelMyDesign-header {
      display: block; }
  .panelMyDesign-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    padding: 20px 15px; } }

@media only screen and (max-width: 540px) {
  .panelMyDesign-colInfo,
  .myDesignBox .itemImageWrap,
  .myDesignBox .myDesignInfo {
    font-size: 12px; }
  #authenticate-modal .modal-content .box-bottom a {
    font-size: 12px !important; }
  .userFormWrap .userFromBody .checkbox a {
    font-size: 12px !important; }
  .mbModalHeader480, .userFormWrap .userFormTitle, #panel-my-design .panelMyDesign-header, #authenticate-modal .modal-dialog .modal-content .modal-header,
  #template-modal .modal-dialog .modal-content .modal-header,
  #clip-art-modal .modal-dialog .modal-content .modal-header {
    padding: 10px; }
  .mbModalBodyLink480, .userFormWrap .userFromBody label, #panel-my-design .panelMyDesign-body label, #authenticate-modal .modal-dialog .modal-content .modal-body a, #authenticate-modal .modal-dialog .modal-content .modal-body label,
  #template-modal .modal-dialog .modal-content .modal-body a,
  #template-modal .modal-dialog .modal-content .modal-body label,
  #clip-art-modal .modal-dialog .modal-content .modal-body a,
  #clip-art-modal .modal-dialog .modal-content .modal-body label {
    font-size: 12px !important; }
  .mbButtonCloseChild480, #authenticate-modal .modal-dialog .modal-content .modal-header button i, #authenticate-modal .modal-dialog .modal-content .modal-header button span,
  #template-modal .modal-dialog .modal-content .modal-header button i,
  #template-modal .modal-dialog .modal-content .modal-header button span,
  #clip-art-modal .modal-dialog .modal-content .modal-header button i,
  #clip-art-modal .modal-dialog .modal-content .modal-header button span {
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    width: 24px; }
  .mbButtonFooter480, .userFormWrap .userFormFooter button, #panel-my-design .userFormFooter button, #authenticate-modal .modal-dialog .modal-content .modal-footer button,
  #template-modal .modal-dialog .modal-content .modal-footer button,
  #clip-art-modal .modal-dialog .modal-content .modal-footer button {
    font-size: 17px !important;
    min-width: 180px !important;
    height: 40px !important;
    line-height: 40px !important; }
  .mbModalTitle480, .userFormWrap .userFormTitle .modal-title, #panel-my-design .panelMyDesign-header .modal-title, #authenticate-modal .modal-dialog .modal-content .modal-header .modal-title,
  #template-modal .modal-dialog .modal-content .modal-header .modal-title,
  #clip-art-modal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 25px;
    font-size: 17px;
    padding: 0; }
  .mbInput480, .userFormWrap .userFromBody input[type=text],
  .userFormWrap .userFromBody input[type=password],
  .userFormWrap .userFromBody input[type=email], #authenticate-modal .modal-dialog .modal-content .modal-body input[type=text],
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=password],
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=email],
  #template-modal .modal-dialog .modal-content .modal-body input[type=text],
  #template-modal .modal-dialog .modal-content .modal-body input[type=password],
  #template-modal .modal-dialog .modal-content .modal-body input[type=email],
  #clip-art-modal .modal-dialog .modal-content .modal-body input[type=text],
  #clip-art-modal .modal-dialog .modal-content .modal-body input[type=password],
  #clip-art-modal .modal-dialog .modal-content .modal-body input[type=email] {
    height: 40px;
    font-size: 15px; }
  .mbModalBodyLink480, .userFormWrap .userFromBody label, #panel-my-design .panelMyDesign-body label, #authenticate-modal .modal-dialog .modal-content .modal-body a, #authenticate-modal .modal-dialog .modal-content .modal-body label,
  #template-modal .modal-dialog .modal-content .modal-body a,
  #template-modal .modal-dialog .modal-content .modal-body label,
  #clip-art-modal .modal-dialog .modal-content .modal-body a,
  #clip-art-modal .modal-dialog .modal-content .modal-body label {
    font-size: 15px; }
  .userFormWrap .userFromBody .form-group {
    margin-bottom: 10px; }
  #panel-my-design .panelMyDesign-body {
    padding: 15px 10px; }
    #panel-my-design .panelMyDesign-body .form-group {
      margin-bottom: 10px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body,
  #template-modal .modal-dialog .modal-content .modal-body,
  #clip-art-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 10px; }
    #authenticate-modal .modal-dialog .modal-content .modal-body label,
    #template-modal .modal-dialog .modal-content .modal-body label,
    #clip-art-modal .modal-dialog .modal-content .modal-body label {
      color: #000; }
    #authenticate-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
    #authenticate-modal .modal-dialog .modal-content .modal-body input[type=radio],
    #template-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
    #template-modal .modal-dialog .modal-content .modal-body input[type=radio],
    #clip-art-modal .modal-dialog .modal-content .modal-body input[type=checkbox],
    #clip-art-modal .modal-dialog .modal-content .modal-body input[type=radio] {
      margin-top: 2px; }
    #authenticate-modal .modal-dialog .modal-content .modal-body .form-group,
    #template-modal .modal-dialog .modal-content .modal-body .form-group,
    #clip-art-modal .modal-dialog .modal-content .modal-body .form-group {
      margin-bottom: 5px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body .editDesign, #authenticate-modal .modal-dialog .modal-content .modal-body .templateRemove, #authenticate-modal .modal-dialog .modal-content .modal-body .templateApply {
    font-size: 12px !important; } }

@media only screen and (max-width: 400px) {
  .userFormWrap .userFromBody .checkbox a {
    font-size: 12px !important; }
  #authenticate-modal .modal-dialog .modal-body .checkbox a {
    font-size: 12px !important; }
  #authenticate-modal .modal-dialog .modal-content .modal-body .editDesign, #authenticate-modal .modal-dialog .modal-content .modal-body .templateRemove, #authenticate-modal .modal-dialog .modal-content .modal-body .templateApply {
    font-size: 12px !important; } }

@media only screen and (max-width: 360px) {
  #clip-art-modal .clip-art-svg span,
  .listOfTemplates-paper .templateItemWrapper .templateName,
  #template-modal .templateCategoryItem span,
  #clip-art-modal .clip-art-folder span,
  .userFormWrap .userFromBody label,
  .userFormWrap .userFromBody .checkbox a,
  #authenticate-modal .modal-dialog .modal-body .checkbox a,
  .userFormWrap .userFromBody .checkbox,
  #authenticate-modal .modal-content .box-bottom a,
  .modal-dialog .modal-body .checkbox a {
    font-size: 10px !important; }
  #panel-my-design .panelMyDesign-header .modal-title,
  .userFormWrap .userFormTitle .modal-title,
  #clip-art-modal .modal-dialog .modal-content .modal-header .modal-title,
  #authenticate-modal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 22px;
    font-size: 15px;
    padding: 0; }
  #clip-art-modal .modal-dialog .modal-content .modal-body {
    padding: 7px; }
  .templateModalWrap .listOfCategories-paper .templateCategory,
  #clip-art-modal-content .clipArtItem {
    padding: 0 3px 3px 3px; } }

@media only screen and (max-width: 599px) {
  .divTable .divRow {
    margin-top: 6px;
    margin-bottom: 0;
    min-height: 25px; }
  .modalPalette {
    display: none; }
  body.mobile .colorPicker-header {
    background: transparent !important; }
  body.mobile .modalPalette {
    display: block;
    position: fixed;
    width: 100%;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -500px;
    background-color: #232323;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important; }
    body.mobile .modalPalette .modalPalette-container {
      position: relative;
      padding: 10px 0px 0; }
    body.mobile .modalPalette .modalPalette-header {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      background: none;
      margin-bottom: 8px;
      text-align: center; }
    body.mobile .modalPalette .modalPalette-back {
      display: none; }
    body.mobile .modalPalette .modalPalette-title,
    body.mobile .modalPalette .modalPalette-productName,
    body.mobile .modalPalette .modalPalette-desc,
    body.mobile .modalPalette .modalPalette-selected {
      display: none; }
    body.mobile .modalPalette .modalPalette-mobileTitle {
      display: inline-block;
      *display: inline;
      zoom: 1;
      color: #fff;
      text-align: center;
      line-height: 35px;
      font-size: 22px; }
    body.mobile .modalPalette .modalPalette-close,
    body.mobile .modalPalette .modalPalette-help {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border: 0px !important;
      display: block;
      position: relative;
      float: right;
      margin-right: 15px;
      top: 0px;
      right: 0px;
      text-align: center;
      font-size: 22px; }
    body.mobile .modalPalette .modalPalette-help {
      color: #222; }
    body.mobile .modalPalette .modalPalette-close {
      color: #e44c4c; }
    body.mobile .modalPalette .modalPalette-body {
      text-align: center;
      position: relative; }
    body.mobile .modalPalette .modalPalette-list, body.mobile .modalPalette .colorPicker-body {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-top: 0px;
      margin-left: -20px;
      text-align: center;
      width: 400px; }
    body.mobile .modalPalette .modalPalette-list-item, body.mobile .modalPalette .colorPicker-single {
      float: left;
      width: 60px;
      height: 60px;
      margin: 0px;
      margin-top: 10px;
      margin-left: 20px; }
      body.mobile .modalPalette .modalPalette-list-item.hideOnMobile, body.mobile .modalPalette .hideOnMobile.colorPicker-single {
        display: none; }
      body.mobile .modalPalette .modalPalette-list-item.showOnMobile, body.mobile .modalPalette .showOnMobile.colorPicker-single {
        display: inline-block;
        *display: inline;
        zoom: 1; }
  body.mobile .modalPalette-information, body.mobile .colorPicker-container {
    left: 10px;
    right: 10px;
    position: fixed !important; }
  body.mobile .modalPalette-mobilePrev,
  body.mobile .modalPalette-mobileNext {
    display: block; }
  body.mobile .divTable .cboKeepRatio {
    height: 26px;
    line-height: 26px;
    margin-top: 0; }
  body.mobile #authenticate-modal .modal-dialog .text-danger {
    padding-bottom: 8px; } }

@media only screen and (max-width: 599px) {
  .saveDesignBtn {
    display: none !important; }
  #position-btn-area {
    display: none; }
  body.mobile #position-btn-area {
    display: none;
    bottom: -200px;
    left: 0;
    right: 0;
    display: block;
    top: auto;
    width: 100%;
    height: auto;
    position: fixed; }
  body.mobile .app-listOfPositions {
    text-align: center;
    font-size: 0px; }
    body.mobile .app-listOfPositions li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none; }
  #guest-save-design {
    display: none; }
  #shirt-area {
    margin: 85px auto 0; }
  .rootWrap {
    left: 0px;
    margin-top: 10px; }
    .rootWrap .btnAppControl-wrap {
      right: 20px;
      height: 80px; } }

@media only screen and (max-width: 599px) {
  .formTextElementTextCng button {
    padding: 2px 10px; }
  #mb-modal-login-popup img {
    padding-top: 1px; }
  .modalPalete-head-paging,
  .colorPicker-head-paging,
  .modalText-head-paging {
    display: block; }
  .global-head-paging {
    display: inline-block; }
  .designArea {
    display: none; }
  .palettePaged {
    display: block;
    color: #fff; }
  .btnDeleteElement-wrap {
    display: block; }
  .divTable .divHead {
    font-size: 15px;
    text-align: left;
    padding-top: 3px; }
  body.mobile .designArea {
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    position: fixed !important;
    bottom: -500px;
    background-color: #232323;
    min-height: 90px; }
    body.mobile .designArea .itemColor {
      margin: 0px; }
    body.mobile .designArea .mobile-designTab-btn {
      display: block; }
    body.mobile .designArea .divTable {
      display: block;
      width: 70%;
      zoom: 1 !important;
      margin: 0 auto !important;
      padding: 0; }
    body.mobile .designArea .layerToolbar-outer {
      display: none; }
    body.mobile .designArea .designTitle {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      background: none !important;
      padding: 0 0 5px 0; }
      body.mobile .designArea .designTitle:before, body.mobile .designArea .designTitle:after {
        display: table;
        content: ""; }
      body.mobile .designArea .designTitle:after {
        clear: both; }
    body.mobile .designArea .designTitle-title {
      display: none; }
    body.mobile .designArea .itemName {
      display: none; }
    body.mobile .designArea #tab-label {
      display: none; }
    body.mobile .designArea .tabContentWrap {
      text-align: center; }
    body.mobile .designArea .tabContent.active {
      display: block;
      padding: 0 0 4px 0;
      border: none;
      background: none !important;
      color: #fff;
      position: relative; }
    body.mobile .designArea .designGroup.hideOnMobile {
      display: none; }
    body.mobile .designArea .designGroup.showOnMobile {
      display: block; }
    body.mobile .designArea .designArea-container {
      padding: 5px 0 10px 0; }
    body.mobile .designArea .designTitle {
      cursor: default; }
    body.mobile .designArea .designTitle-close {
      color: #e44c4c; }
    body.mobile .designArea .designTitle-trash {
      color: #232323; }
    body.mobile .designArea .designTitle-notice {
      color: #232323;
      text-align: center; }
  body.mobile .designArea-information {
    left: 10px;
    right: 10px;
    position: fixed !important; }
  body.mobile .colorPicker-groups {
    padding: 5px 0; }
  body.mobile .colorPicker-circle {
    padding: 0 25px;
    position: relative;
    font-size: 13px; }
    body.mobile .colorPicker-circle:before, body.mobile .colorPicker-circle:after {
      display: block;
      width: 10px;
      background: #fff;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -5px; }
    body.mobile .colorPicker-circle:before {
      left: 0; }
    body.mobile .colorPicker-circle:after {
      right: 0; } }

@media only screen and (max-width: 599px) {
  body.mobile #template-modal-content, body.mobile #clip-art-modal-content {
    min-height: 300px; }
  .changeFontWrapper .fontPicker-btnClose,
  .textBoxTitle > .textBox-btnClose {
    margin-right: 0px !important;
    background-color: #fff;
    color: #e44c4c; }
  .designPopup17 .textEditNotice {
    color: #fff !important; }
  .designPopup17 .textBoxBody textarea {
    background-color: #fff; }
  .designPopup17 .textBoxFooter {
    text-align: center; }
    .designPopup17 .textBoxFooter button {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: auto;
      height: 35px;
      line-height: 35px;
      padding: 0px 70px;
      background-color: #6aac27;
      background: -webkit-linear-gradient(#6aac27, #77c12c);
      background: -o-linear-gradient(#6aac27, #77c12c);
      background: -moz-linear-gradient(#6aac27, #77c12c);
      background: linear-gradient(#6aac27, #77c12c); }
  .change-font-box-wrap .nav-tabs,
  .colorPicker-header, .textBoxTitle {
    border-color: #6aac27; }
  .typographyPicker-overlay,
  .designArea-overlay,
  .modalPalette-overlay,
  .textInput-overlay {
    background-color: rgba(0, 0, 0, 0.9); }
  .change-font-box-wrap.designPopup17.openPopup {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 90px;
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    overflow-y: scroll !important; }
    .change-font-box-wrap.designPopup17.openPopup .moduleFont-title {
      color: #fff;
      line-height: 35px;
      height: 35px;
      font-size: 22px; }
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs:before, .change-font-box-wrap.designPopup17.openPopup .nav-tabs:after {
      display: table;
      content: ""; }
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs:after {
      clear: both; }
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs li > a,
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs li.active > a,
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs li:hover > a {
      padding: 10px 30px !important; }
    .change-font-box-wrap.designPopup17.openPopup .nav-tabs li.active > a {
      background-color: #6aac27 !important; }
    .change-font-box-wrap.designPopup17.openPopup .tab-pane {
      height: 100% !important; }
  .addTextWrapper.designPopup17.openPopup {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 90px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    border: none;
    background: transparent; }
  .shirtBtnPositionDesign {
    margin-top: 0px !important; }
  .mobile-appHeader {
    display: block;
    background-color: #fff;
    height: 75px;
    border-bottom: 1px solid #ededed; }
    .mobile-appHeader:before, .mobile-appHeader:after {
      display: table;
      content: ""; }
    .mobile-appHeader:after {
      clear: both; }
  .mobile-appHeader-logo {
    display: block;
    width: 51%; }
    .mobile-appHeader-logo img {
      display: block;
      width: 100%;
      margin: 25px 0px 0px 10px; }
  .mobile-appHeader-action {
    display: block;
    text-align: center;
    padding: 15px 0px;
    background-color: #6aac27;
    border-left: 1px solid #d4e7c0;
    min-width: 75px;
    width: 75px;
    text-decoration: none !important;
    outline: none; }
  .open .mobile-appHeader-action.mobile-appHeader-user {
    background: -webkit-linear-gradient(#53b300, #166101);
    background: -o-linear-gradient(#53b300, #166101);
    background: -moz-linear-gradient(#53b300, #166101);
    background: linear-gradient(#53b300, #166101); }
  .dropdown .dropdownMenuMoblie {
    min-width: 200px;
    right: -70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .dropdown .dropdownMenuMoblie li {
      border-bottom: 1px solid #dedede;
      text-align: center; }
      .dropdown .dropdownMenuMoblie li a {
        height: 35px;
        line-height: 35px;
        padding: 3px 20px; }
      .dropdown .dropdownMenuMoblie li:last-child {
        border-bottom: none; }
  .page-nav-private .dropdownMenuMoblie {
    right: 0 !important; }
  .mobile-appHeader-actionName {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    color: #fff; }
  .mobile-appHeader-actionIcon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 25px;
    max-height: 25px; }
  #edit-btn-area.topToolbar {
    display: block;
    margin-top: 15px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: auto;
    width: 100% !important;
    height: auto !important;
    position: relative; }
    #edit-btn-area.topToolbar .topToolbar-wrap {
      text-align: center; }
    #edit-btn-area.topToolbar .topToolbar-list {
      display: inline-block;
      *display: inline;
      zoom: 1;
      font-size: 0px;
      margin: 0px;
      padding: 0px; }
    #edit-btn-area.topToolbar .topToolbar-action {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: left;
      margin: 0px 6px;
      padding: 0px;
      width: 115px; }
      #edit-btn-area.topToolbar .topToolbar-action a, #edit-btn-area.topToolbar .topToolbar-action i {
        display: block;
        margin: 0;
        padding: 0; }
      #edit-btn-area.topToolbar .topToolbar-action:last-child {
        margin-right: 0; }
  #authenticate-modal .modal-dialog,
  #template-modal .modal-dialog,
  #clip-art-modal .modal-dialog {
    top: 30px; }
  #authenticate-modal .modal-content,
  #template-modal .modal-content,
  #clip-art-modal .modal-content {
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    overflow: hidden; }
  #authenticate-modal .modal-header,
  #template-modal .modal-header,
  #clip-art-modal .modal-header {
    padding: 15px;
    margin: 0;
    border-bottom: none;
    background-color: #fe9900; }
    #authenticate-modal .modal-header:before, #authenticate-modal .modal-header:after,
    #template-modal .modal-header:before,
    #template-modal .modal-header:after,
    #clip-art-modal .modal-header:before,
    #clip-art-modal .modal-header:after {
      display: table;
      content: ""; }
    #authenticate-modal .modal-header:after,
    #template-modal .modal-header:after,
    #clip-art-modal .modal-header:after {
      clear: both; }
    #authenticate-modal .modal-header .modal-title,
    #template-modal .modal-header .modal-title,
    #clip-art-modal .modal-header .modal-title {
      line-height: 22px;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      text-align: center; }
    #authenticate-modal .modal-header button,
    #template-modal .modal-header button,
    #clip-art-modal .modal-header button {
      border: 1px solid #fff;
      background-color: #fff;
      color: #fe9900; }
      #authenticate-modal .modal-header button i, #authenticate-modal .modal-header button span,
      #template-modal .modal-header button i,
      #template-modal .modal-header button span,
      #clip-art-modal .modal-header button i,
      #clip-art-modal .modal-header button span {
        display: block;
        font-size: 12px;
        line-height: 22px;
        height: 22px;
        width: 22px;
        text-align: center;
        border: 0; }
  #authenticate-modal .modal-body,
  #template-modal .modal-body,
  #clip-art-modal .modal-body {
    padding: 15px;
    margin: 0; }
    #authenticate-modal .modal-body:before, #authenticate-modal .modal-body:after,
    #template-modal .modal-body:before,
    #template-modal .modal-body:after,
    #clip-art-modal .modal-body:before,
    #clip-art-modal .modal-body:after {
      display: table;
      content: ""; }
    #authenticate-modal .modal-body:after,
    #template-modal .modal-body:after,
    #clip-art-modal .modal-body:after {
      clear: both; }
    #authenticate-modal .modal-body label,
    #template-modal .modal-body label,
    #clip-art-modal .modal-body label {
      font-weight: 400;
      font-size: 12px;
      color: #666; }
  #authenticate-modal .modal-footer,
  #template-modal .modal-footer,
  #clip-art-modal .modal-footer {
    padding: 0px 15px;
    text-align: center; }
    #authenticate-modal .modal-footer > button,
    #template-modal .modal-footer > button,
    #clip-art-modal .modal-footer > button {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-top: 15px;
      margin-bottom: 15px; }
  #template-modal .modal-content,
  #clip-art-modal .modal-content {
    width: auto; }
  .dsButton, #authenticate-modal .modal-footer .btn, #authenticate-modal .btnSubmitModal,
  #authenticate-modal #submit-design,
  #authenticate-modal #submit-register,
  #authenticate-modal #submit-login,
  #authenticate-modal #submit-template,
  #authenticate-modal #submit-mp-update {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    margin-left: 5px;
    min-width: 200px !important; }
  .mobile-bottomToolbar {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%; }
  .modalPalette,
  .designArea,
  #position-btn-area {
    z-index: 5; }
  .control-button {
    display: none; }
  .divTable .divGroup {
    display: table-row-group; } }

@media only screen and (min-width: 540px) and (max-width: 599px) {
  .topToolbar-action a, .topToolbar-action .imageUploader {
    width: 100px; }
    .topToolbar-action a img, .topToolbar-action .imageUploader img {
      width: 100%; } }

@media only screen and (max-width: 539px) {
  .centerOfApp {
    margin-top: 10px !important; }
  body.mobile .modalPalette .modalPalette-list, body.mobile .modalPalette .colorPicker-body,
  body.mobile .textElementColor-option .colorPicker-body {
    height: 141px !important;
    width: 240px !important;
    margin-top: -5px !important;
    margin-left: -5px !important; }
  body.mobile .modalPalette .modalPalette-list-item, body.mobile .modalPalette .colorPicker-single,
  body.mobile .textElementColor-option .colorPicker-single {
    width: 43px !important;
    height: 43px !important;
    margin-left: 5px !important;
    margin-top: 5px !important; }
  body.mobile .colorPicker-container {
    padding-bottom: 18px; }
  .mobile-bottomToolbar .mobile-bottomToolbar-action {
    padding: 1px 0 4px; }
  .mobile-bottomToolbar .mobile-bottomToolbar-actionIcon {
    height: 70px;
    line-height: 70px;
    padding: 0 15px; } }

@media only screen and (min-width: 480px) and (max-width: 539px) {
  #edit-btn-area.topToolbar .topToolbar-action {
    width: 90px; }
  body.mobile .designArea-information {
    top: 75px !important; } }

@media only screen and (max-width: 479px) {
  .dropdown .dropdownMenuMoblie {
    right: -46px; }
  .modalPalete-head-paging,
  .colorPicker-head-paging,
  .modalText-head-paging {
    display: block;
    top: -25px; }
  .divTable .divHead {
    font-size: 12px;
    padding-top: 2px; }
  .divTable .divHead.divHeadTexRote,
  .divTable .divHead.divHeadTextFont,
  .divTable .divHead.divHeadReIndex,
  .divTable .divHead.divHeadChangeColorClipart,
  .divTable .divHead.divHeadChangeTextColor,
  .divTable .divHead.divHeadRatioToggle {
    padding-top: 4px; }
  body.mobile .designArea-information {
    top: 75px !important; }
  .mobile-bottomToolbar-actionName {
    font-size: 10px; }
  .mobile-appHeader-action {
    min-width: 45px;
    width: 45px;
    padding: 4px 0 5px 0; }
  .mobile-appHeader-actionIcon {
    height: 15px;
    max-height: 15px; }
  .mobile-appHeader-actionName {
    font-size: 7px; }
  .mobile-appHeader-logo img {
    width: 100%;
    margin-top: 10px;
    margin-left: 5px; }
  #edit-btn-area.topToolbar .topToolbar-list {
    height: auto !important;
    text-align: center; }
    #edit-btn-area.topToolbar .topToolbar-list .topToolbar-action {
      display: inline-block;
      *display: inline;
      zoom: 1;
      width: 70px;
      overflow: hidden;
      margin: 0px 2px; }
  #mobile-appHeader {
    height: 45px; }
  #edit-btn-area {
    margin-top: 20px; }
  .centerOfApp {
    margin-left: -75px !important; }
  .saveDesignBtn a {
    padding: 7px 12px !important;
    font-size: 13px !important; }
  .mobileTitle-xs, body.mobile .modalPalette .modalPalette-mobileTitle, body.mobile #position-btn-area .mobileModule-title, body.mobile .textElementColor-option .colorPicker-title {
    font-size: 13px !important;
    line-height: 20px !important;
    padding-top: 5px; }
  .mobileBtn-xs, body.mobile .modalPalette .modalPalette-close,
  body.mobile .modalPalette .modalPalette-help, body.mobile #position-btn-area .mobileModule-btnClose, body.mobile .textElementColor-option .colorPicker-btnClose, body.mobile .designArea .designTitle-close,
  body.mobile .designArea .designTitle-notice,
  body.mobile .designArea .designTitle-trash {
    height: 25px !important;
    line-height: 24px !important;
    width: 25px !important;
    font-size: 13px !important;
    margin-right: 5px !important; }
  body.mobile {
    padding-bottom: 89px; }
    body.mobile .rootWrap .btnAppControl-wrap {
      top: 0; }
    body.mobile #position-btn-area .mobileModule-wrap {
      padding: 10px 0px; }
    body.mobile .textElementColor-option .colorPicker-header {
      padding: 4px 0px !important;
      margin-bottom: 0px; }
  #mobileCurrentPosition {
    left: 20px;
    bottom: 30px;
    width: 40px;
    height: 47px;
    line-height: 40px;
    font-size: 14px; }
  .btn_design_contact,
  .btn_design_info {
    width: 100%; }
  .btn_design_info {
    margin-top: 5px; } }

@media only screen and (max-width: 479px) {
  #authenticate-modal .modal-dialog, #template-modal .modal-dialog, #clip-art-modal .modal-dialog {
    top: 65px; }
  .box-bottom a {
    font-size: 10px !important; }
  #authenticate-modal .modal-dialog .modal-content .modal-footer button,
  #authenticate-modal #submit-template,
  #authenticate-modal #submit-mp-update,
  #authenticate-modal #submit-register,
  .userFormWrap .userFormFooter button,
  #authenticate-modal #submit-login {
    font-size: 10px !important;
    height: 32px !important;
    line-height: 32px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 20px !important; }
  #authenticate-modal #submit-template,
  #authenticate-modal .modal-dialog .modal-content .modal-footer button {
    padding: 0 5px !important; }
  #authenticate-modal select,
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=text],
  .userFormWrap .userFromBody input[type=text], .userFormWrap .userFromBody input[type=password], .userFormWrap .userFromBody input[type=email],
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=password], #authenticate-modal .modal-dialog .modal-content .modal-body input[type=email] {
    height: 30px;
    line-height: 30px;
    font-size: 11.5px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body label {
    font-size: 10px !important;
    height: 20px;
    line-height: 20px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=checkbox] {
    margin-top: 1px;
    height: 20px; }
  .userFormWrap .userFromBody,
  #authenticate-modal .modal-dialog .modal-content .modal-body {
    padding: 10px 10px 0; }
  #authenticate-modal .checkbox.signInCheckBox {
    margin-top: -5px !important;
    margin-bottom: 3px; }
  #template-modal .modal-dialog .modal-content .modal-header,
  #clip-art-modal .modal-dialog .modal-content .modal-header,
  .userFormWrap .userFormTitle,
  #authenticate-modal .modal-dialog .modal-content .modal-header {
    padding: 7px 10px; } }

@media only screen and (max-width: 359px) {
  .dsButton, #authenticate-modal .modal-footer .btn, #authenticate-modal .btnSubmitModal,
  #authenticate-modal #submit-design,
  #authenticate-modal #submit-register,
  #authenticate-modal #submit-login,
  #authenticate-modal #submit-template,
  #authenticate-modal #submit-mp-update, #authenticate-modal .modal-footer .btn,
  #authenticate-modal .btnSubmitModal,
  #authenticate-modal #submit-design,
  #authenticate-modal #submit-register,
  #authenticate-modal #submit-login,
  #authenticate-modal #submit-template,
  #authenticate-modal #submit-mp-update {
    min-width: 90px !important; }
  body.mobile .designArea-information {
    top: 36px !important; }
  .mobile-designTab-btnPrev {
    left: 0; }
  .mobile-designTab-btnNext {
    right: 0; }
  .colorPicker-mobilePrev {
    left: 0; }
  .colorPicker-mobileNext {
    right: 0; }
  .textElementTypeList li img {
    width: 33px; }
  .modalPalette-mobilePrev {
    left: 0; }
  .modalPalette-mobileNext {
    right: 0; }
  body .mobile .designArea .designTitle-notice {
    padding: 0 !important;
    text-align: center; }
  body .mobile .designArea .designTitle-close {
    background-color: #dddddd; }
  .btnDeleteElement-icon {
    top: 1px;
    position: relative; }
  #authenticate-modal .modal-dialog, #template-modal .modal-dialog, #clip-art-modal .modal-dialog {
    top: 65px; }
  .box-bottom a {
    font-size: 10px !important; }
  #authenticate-modal #submit-mp-update,
  #authenticate-modal #submit-register,
  .userFormWrap .userFormFooter button,
  #authenticate-modal #submit-login {
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    min-width: 130px !important;
    margin: 5px 0; }
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=text],
  .userFormWrap .userFromBody input[type=text], .userFormWrap .userFromBody input[type=password], .userFormWrap .userFromBody input[type=email],
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=password], #authenticate-modal .modal-dialog .modal-content .modal-body input[type=email] {
    height: 30px;
    line-height: 30px;
    font-size: 11.5px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body label {
    font-size: 10px !important;
    height: 20px;
    line-height: 20px; }
  #authenticate-modal .modal-dialog .modal-content .modal-body input[type=checkbox] {
    margin-top: 1px;
    height: 20px; }
  #authenticate-modal .checkbox.signInCheckBox {
    margin-top: -5px !important;
    margin-bottom: 3px; }
  #panel-my-design .panelMyDesign-header,
  #template-modal .modal-dialog .modal-content .modal-header,
  #clip-art-modal .modal-dialog .modal-content .modal-header,
  .userFormWrap .userFormTitle,
  #authenticate-modal .modal-dialog .modal-content .modal-header {
    padding: 5px 7px !important; }
  #clip-art-modal .modal-dialog .modal-content .modal-header button i,
  #authenticate-modal .modal-dialog .modal-content .modal-header button i {
    font-size: 12px !important;
    line-height: 20px !important;
    height: 20px !important;
    width: 20px !important; } }

@media only screen and (max-width: 359px) {
  .mobile-appHeader-logo {
    width: 52%; }
    .mobile-appHeader-logo img {
      width: 100%;
      height: auto !important;
      margin-top: 13px;
      margin-left: 13px; }
  .designArea-information-item > img {
    width: 45px; }
  .designArea-information-item > p {
    padding-left: 55px; } }
