/* step 2 custom */
button:focus, a:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
body {
  background-color: #ffffff;
}
.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.color-01,
.color-01:hover {
  color: #0f67c9;
}
.bg-color-01 {
  background-color: #0f67c9;
}
.color-02,
.color-02:hover {
  color: #4b4b4b;
}
.bg-color-02 {
  background-color: #4b4b4b;
}
.color-03,
.color-03:hover {
  color: #757575;
}
.bg-color-03 {
  background-color: #757575;
}
.color-04,
.color-04:hover {
  color: #ed812f;
}
.bg-color-04 {
  background-color: #ed812f;
}
.color-05,
.color-05:hover {
  color: #ffecc8;
}
.bg-color-05 {
  background-color: #ffecc8;
}
.color-06,
.color-06:hover {
  color: #f0f6fb;
}
.bg-color-06 {
  background-color: #f0f6fb;
}
.color-07,
.color-07:hover {
  color: #e7e7e7;
}
.bg-color-07 {
  background-color: #e7e7e7;
}
.d-contents-container {
  display: none;
}
.step2-html {
  max-width: 970px;
  min-width: 970px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.step2-html a:hover {
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
}
.step2-html .container {
  max-width: 970px;
  min-width: 970px;
}
header {
  padding: 10px 0 5px;
}
header .logo {
  display: inline-block;
  vertical-align: top;
}
header .printer-name {
  display: inline-block;
  vertical-align: top;
  margin: 0 0;
  border-left: 1px solid #000;
  padding-left: 10px;
}
header .txt {
  float: right;
}
header .left {
  float: left;
}
.step2-html .section-title {
  position: relative;
  background-image: url(../img/new/bg_title.png);
  background-size: 100% 100%;
  background-position: center center;
  text-align: center;
  padding: 0 10px;
}
.step2-html .section-title .back-top {
  position: absolute;
  left: 15px;
  top: 10px;
  display: block;
}
.step2-html .section-title .ver-info {
  position: absolute;
  left: 875px;
  top: 7px;
  display: block;
}
.step2-html .section-title h1.page-title {
  margin: 0;
  min-height: 39px;
}
.step2-html .section-title h1.page-title img {
  margin-top: -6px;
}
.step2-html .section-title h1.page-title img.inv {
  visibility: hidden;
}
.step2-html .step-tabs .step-item.always-done {
  cursor: pointer;
}
.step2-html .step-tabs .step-item.disabled.always-done {
  cursor: inherit;
}
.step2-html .step-tabs .step-item {
  float: left;
  width: 16.66666666666667%;
  text-align: center;
  padding: 0 1px;
  position: relative;
  z-index: 10;
}

.step2-html .step-tabs .steps-list.has-6 .step-item {
  width: 14.28571428571429%;
}
.step2-html .step-tabs .step-item.done {
  cursor: pointer;
}
.step2-html .step-tabs .step-item.current {
  cursor: inherit;
}
.step2-html .step-tabs .step-item.disabled .number-step,
.step2-html .step-tabs .step-item.disabled .step-name {
  color: #b5b5b5;
}
.step2-html .step-tabs .step-item .inner-step {
  padding: 5px 10px 20px 0;
  height: 58px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  color: #b5b5b5;
  position: relative;

}
.step2-html .step-tabs .step-item.current .inner-step {
  background-image: url(../img/new/bg_tab.png);
  background-repeat: repeat-x;
}
.step2-html .step-tabs .step-item.disabled .inner-step {
  background-image: none;
}
.step2-html .step-tabs .step-item.done .inner-step:before {
  background-image: url(../img/new/current_step.png);
  width: 22px;
  height: 23px;
  position: absolute;
  left: 21px;
  top: 4px;
  content: " ";
}
.step2-html .step-tabs .step-item.open-spec {
  cursor: pointer;
}
.step2-html .step-tabs .step-item.disabled.open-spec {
  cursor: inherit;
}
.step2-html .step-tabs .step-item.open-spec .inner-step {
  background-color: #0f67c9;
  color: #ffffff;
  border-top: 1px solid #0f67c9;
  border-left: 1px solid #0f67c9;
  border-right: 1px solid #0f67c9;
}
.step2-html .step-tabs .step-item.open-spec .inner-step .step-name.color-01 {
  color: #ffffff;
}
.step2-html .step-tabs .step-item.disabled.open-spec .inner-step .step-name.color-01 {
  color: #b5b5b5;
}
.step2-html .step-tabs .step-item.disabled.open-spec .inner-step {
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
.step2-html .step-tabs .step-item.disabled.open-spec .inner-step {
  background-color: #fff;
}

.step2-html .step-tabs .btn-confirm {
  float: left;
  width: 12.121%;
  background-color: #262626;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px 10px;
}
.step2-html .step-tabs span {
  display: inline-block;
}
.step2-html .step-tabs .number-step {
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 22px;
}
.step2-html .step-tabs .number-step.icon1 {
  background-image: url(../img/new/ic_mu.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon1 {
  background-image: url(../img/new/ic_mu_disabled07.svg);
}

.step2-html .step-tabs .number-step.icon2 {
  background-image: url(../img/new/icon_paper_feed.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon2 {
  background-image: url(../img/new/icon_paper_feed_disabled.svg);
}

.step2-html .step-tabs .number-step.icon3 {
  background-image: url(../img/new/icon_finishing_option.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon3 {
  background-image: url(../img/new/icon_finishing_option_disabled.svg);
}

.step2-html .step-tabs .number-step.icon4 {
  background-image: url(../img/new/icon_other_options.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon4 {
  background-image: url(../img/new/icon_other_options_disabled.svg);
}

.step2-html .step-tabs .number-step.icon5 {
  background-image: url(../img/new/icon_image_control.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon5 {
  background-image: url(../img/new/icon_image_control_disabled.svg);
}

.step2-html .step-tabs .number-step.icon6 {
  background-image: url(../img/new/icon_image_control6.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon6 {
  background-image: url(../img/new/icon_image_control_disabled6.svg);
}

.step2-html .step-tabs .number-step.icon-spec {
  background-image: url(../img/new/icon_spec.svg);
}
.step2-html .step-tabs .step-item.disabled .number-step.icon-spec {
  background-image: url(../img/new/icon_spec_disabled.svg);
}

.step2-html .step-tabs .step-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.step2-html .step-tabs .container {
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}
.step2-html .step-tabs .steps-list {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin: 0 0 -2px;
}
.step2-html .step-tabs .container::before {
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: url(../img/new/border_bottom_tab.png);
  background-repeat: repeat-x;
  content: " ";
  left: 0;
  bottom: 0;
}

.step2-html .step-content .list-checkbox {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1;
}
.step2-html .step-content {
  margin-top: -8px;
}
.step2-html .step-content .list-checkbox li {
  background-color: #f3f3f3;
}
.step2-html .step-content .list-checkbox li:nth-child(2n+2) {
  background-color: #fff;
}
.step2-html .step-content .list-checkbox li.even {
	background-color: #fff;
}
.step2-html .step-content .list-checkbox li.odd {
	background-color: #f3f3f3;
}
.step2-html .step-content div.left {
  width: 18.677%;
  float: left;
  min-height: 1px;
}
.step2-html .step-content .col-left {
  padding: 1px;
  border: 1px solid #a2bfd7;
  margin-top: 29px;
}
.step2-html .step-content .filtering-content {
  background-color: #f0f6fb;
  padding: 7px 15px 22px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 23px;
}
.step2-html .step-content div.left label {
  display: block;
  color: #4b4b4b;
  margin: 0;
}
.step2-html .step-content .top-info {
  overflow: hidden;
}
.step2-html .step-content .left-require {
  float: left;
  font-size: 12px;
  color: #2b2b2b;
  margin-top: 6px;
}
.step2-html .step-content .left-require .txt-require {
  color: #ffffff;
  background-color: #ed812f;
  padding: 2px 8px;
  margin-left: 3px;
}
.step2-html .step-content .left-require .txt-not-require {
  color: orange;
  border: 1px solid orange;
  font-size: 12px;
  padding: 2px 4px;
  margin-left: 3px;
}
.list-checkbox {
  height: 172px;
  overflow: auto;
}
.list-checkbox li {
  background-color: #f5f5f5;
}


/* .tab-item.icon3 .list-checkbox li .label-item:nth-child(1) {
  background-image: url(../img/new/icon_finishing_option_list.svg);
} */

.tab-item .list-checkbox li > label:before {
  position: absolute;
  width: 17px;
  height: 17px;
  content: " ";
  left: 64px;
  top: 9px;
}
.tab-item .list-checkbox li > label:after {
  position: absolute;
  width: 4px;
  content: " ";
  left: 81px;
  top: 0;
  height: 100%;
  z-index: 9;
}
.tab-item .list-checkbox li.even > label:after {
  background-color: #ffffff;
}
.tab-item .list-checkbox li.odd > label:after {
  background-color: #f3f3f3;
}
.tab-item .list-checkbox li.active.odd > label:after,
.tab-item .list-checkbox li.active.even > label:after {
  background-color: #ffecc8;
}

.tab-item.icon1 .list-checkbox li > label:before {
  background-image: url(../img/new/ic_mu_list.svg);
}
.tab-item.icon2 .list-checkbox li > label:before {
  background-image: url(../img/new/icon_paper_feed_list.svg);
}
.tab-item.icon3 .list-checkbox li > label:before {
  background-image: url(../img/new/icon_finishing_option_list.svg);
}
.tab-item.icon4 .list-checkbox li > label:before {
  background-image: url(../img/new/icon_other_options_list.svg);
}
.tab-item.icon5 .list-checkbox li > label:before {
  background-image: url(../img/new/icon_image_control_list.svg);
}
.tab-item.icon5 .list-checkbox li > label:before {
  background-image: url(../img/new/icon6.svg);
}

.tab-item .list-checkbox li .show-reverse .label-item:nth-child(1) {
  background-image: none !important;
  padding-left: 10px;
}
.tab-item .list-checkbox li .show-reverse .label-item:first-child .name:before {
  position: absolute;
  left: -9px;
  content: '';
  top: 0;
  height: 17px;
  width: 2px;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-left: 1px solid #3e3e3e;
}
.tab-item .list-checkbox li .show-reverse .label-item:last-child .name:before {
  display: none;
}

.tab-item .list-checkbox li .show-reverse  .label-item:last-child {
  padding-left: 10px;
}
.list-checkbox li .label-item {
  text-align: left;
  padding: 0 10px;
  min-width: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 14px 0px;
  line-height: 17px;
  margin-bottom: 2px;
  margin-top: 2px;
  /* position: relative; */
}
.list-checkbox li .label-item .name {
  position: relative;
}
.list-checkbox li .label-item .name:before {
  position: absolute;
  left: -9px;
  content: '';
  top: 0;
  height: 17px;
  width: 2px;
  bottom: 0;
  margin: auto 0;
  border-left: 1px solid #3e3e3e;
}
.list-checkbox li .label-item:nth-child(1) .name:before {
  display: none;
}
.list-checkbox li .label-item:nth-child(1) {
  padding-left: 10px;
}
.list-checkbox li .label-item .name {
  padding: 5px;
  cursor: default;
}
.list-checkbox li label .btn-op {
  background-color: #757575;
  font-size: 14px;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 10px;
}
.list-checkbox li label .btn-op.active {
  background-color: #ed812f;
}
.btn-op {
  display: none;
}
.sub-op {
  background-color: #ffffff;
  border: 1px solid #ed812f;
  margin-left: 60px;
  display: none;
  position: absolute;
  left: auto;
  right: 100px;
  width: 400px;
  z-index: 99;
  padding-right: 20px;
}
.sub-op.opened {
  display: block;
}
.list-checkbox li .label-item:nth-child(1) .sub-op,
.list-checkbox li .label-item:nth-child(2) .sub-op {
  left: 0;
  right: auto;
}
.list-checkbox li .show-reverse .sub-op {
  left: 0;
  right: auto;
}
.list-checkbox li .show-reverse .label-item:nth-child(1) .sub-op,
.list-checkbox li .show-reverse .label-item:nth-child(2) .sub-op {
  left: auto;
  right: 100px;
}

.list-checkbox li .show-reverse .label-item:nth-last-child(2) .sub-op,
.list-checkbox li .show-reverse .label-item:nth-last-child(1) .sub-op {
  left: 0;
  right: auto;
}


.list-checkbox li.active .label-item.has-sub .btn-op {
  display: inline;
  cursor: pointer;
}

.sub-op .txt-info {
  display: inline-block;
  vertical-align: middle;
  width: 122px;
  padding: 8px 10px 0;
  float: left;
}
.sub-op .right-check-item {
  padding-left: 122px;
}
.sub-op .item-sub-check {
  vertical-align: middle;
  display: inline-block;
  margin: 5px 5px;
  width: auto;
}

.sub-op .item-sub-check label {
  background-color: #fff !important;
  padding: 5px 10px 5px 50px;
}


.list-checkbox li input,
.item-sub-check input,
.checkbox-sub-required input {
  display: none;
}
.list-checkbox li.active > label {
  padding-bottom: 42px;
}
.list-checkbox li > label,
.item-sub-check label span,
.checkbox-sub-required span {
  display: block;
  margin: 0;
  padding: 7px 10px 7px 80px;
  background-image: url(../img/new/uncheck.png);
  background-repeat: no-repeat;
  background-position: 21px center;
}
.checkbox-sub-required span {
  opacity: 0.5;
}
.item-sub-check label span,
.checkbox-sub-required span {
  background-position: left center;
  padding: 2px 10px 2px 25px;
}
.sub-op .item-sub-check span {
	white-space: nowrap;
}

.list-checkbox li input:checked + label,
.item-sub-check label input:checked + span,
.checkbox-sub-required input:checked + span {
  background-color: #ffecc8;
  background-image: url(../img/new/checked.png);
}

.list-checkbox li input:disabled + label,
.item-sub-check label input:disabled + span,
.checkbox-sub-required input:disabled + span {
  opacity: .5;
}

.list-checkbox li > label {
  background-position: 21px 9px;
  position: relative;
}
.section-sub-popup .item-sub-check label input:checked + span,
.item-sub-check label input:checked + span,
.checkbox-sub-required input:checked + span {
  background-color: transparent;
}
.item-sub-check label,
.checkbox-sub-required {
  background-position: left center;
  font-weight: normal;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
}
.checkbox-sub-required.label-block {
  display: block;
}
.item-sub-check input:checked + label {
  background-color: transparent;
}
.step2-html .step-content .right-sort {
  float: right;
  font-size: 12px;
}
.step2-html .step-content .right-sort .btn-download-pdf {
  color: #ffffff;
  display: inline-block;
  padding: 3px 18px 3px 33px;
  border-radius: 13px;
  background-image: url(../img/new/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 12px;
  width: auto;
}
.step2-html .right-sort .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.cover-select {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b5b5b5;
  background-image: url(../img/new/bg_arrow_select.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 10px;
  margin-left: 14px;
  padding-right: 10px;
  min-width: 130px;
}
.cover-select select {
  width: 130%;
  border: none;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
	outline:            none;
	height: 23px;
  line-height: 23px;
  text-indent: 10px;
}
.step2-html .right-sort .btn-download-pdf {
  display: inline-block;
  vertical-align: middle;
}
.step2-html .step-content .col-right {
  width: 81.323%;
  float: left;
  min-height: 100px;
  padding-left: 19px;
}

.step-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.step-tabs li.current {
  background: #ededed;
  color: #222;
}
.tab-item {
  display: none;
  padding: 0 0;
}
.tab-item.current {
  display: inherit;
}
.tab-item div.left {
  overflow: auto;
}
.system-simulator {
  overflow: hidden;
}
.system-simulator .canvas-section {
  /*width: 75%;*/
  width: auto;
  float: left;
  min-height: 200px;
  position: relative;
}
.system-simulator .printer-info {
  width: 242px;
  float: right;
  padding: 27px 0 20px 50px;
  position: relative;
  margin-top: 8px;
  overflow: hidden;
  height: 248px;
}
.btn-show-hide-right {
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-image: url(../img/new/b_toggle.png);
  width: 22px;
  height: 245px;
  margin: auto 0;
}
a.btn-show-hide-right:focus {
  outline-offset: 0;
  outline: 0;
}
.btn-show-hide-right:hover {
  background-image: url(../img/new/b_toggle_hover.png);
}


.system-simulator .printer-info .item {
  margin-bottom: 15px;
  width: 192px;
}
.system-simulator .printer-info .item .title-cyan {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 5px 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
.system-simulator .printer-info .item .title-cyan.icon-size.color-01 {
  background-image: url(../img/new/ic_size.png);
}

.system-simulator .printer-info .item .title-cyan.icon-menu-capacity.color-01 {
  background-image: url(../img/new/ic_paper-max.png);
}

.list-btn-info .btn-circle {
  margin: 10px 0;
  display: block;
  float: left;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  margin-left: 15px;
  max-width: 48px;
}
.list-btn-info .btn-circle:first-child {
  margin-left: 0;
}
.list-btn-info .btn-circle .bg-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.list-btn-info .btn-circle span {
  font-size: 10px;
}
.list-btn-info {
  width: 192px;
}

.system-simulator .printer-info .item .info-content {
  font-weight: bold;
  font-size: 13px;
  margin-top: 1px;
}

.list-btn-control .btn:focus {
  outline: none;
}
.list-btn-control {
  margin-top: 20px;
}
.list-btn-control .btn {
  border-radius: 16px;
  display: inline-block;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 18px center;
}
.list-btn-control .btn.btn-next,
.list-btn-control .btn.btn-back {
  background-color: #fff;
  color: #ed812f;
  border-color: #ed812f;
  padding: 6px 30px;
  width: 120px;
}
.list-btn-control .btn.btn-next {
  background-image: url(../img/new/icon_next_orange.png);
  background-position: 92px center;
  padding: 6px 40px 6px 30px; 
}
.list-btn-control .btn.btn-back {
  background-image: url(../img/new/icon_back_orange.png);
  padding: 6px 30px 6px 40px;
}
.list-btn-control .btn.btn-back:hover,
.list-btn-control .btn.btn-next:hover {
  background-color: #ffecc8;
}
.list-btn-control .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list-btn-control {
  text-align: center;
}
.list-btn-control .btn {
  margin: 0 1px;
}
.list-btn-control .btn.btn-confirm {
  color: #ffffff;
  padding-left: 30px;
  background-image: url(../img/new/icon_spec_white.svg);
  background-size: 15px auto;
  width: 159px;
  background-position: 29px center;
}

.list-btn-control .btn.btn-installation {
  color: #ed812f;
  background-color: #2e3947;
  background-image: url(../img/new/icon_btn_install.png);
  background-position: 15px center;
  padding-left: 40px;
}
.list-btn-control .btn.btn-disabled:hover {
  cursor: auto;
}

footer {
  padding: 0 0;
  overflow: hidden;
}
footer .text-right {
  font-size: 10px;
  color: #b5b5b5;
}

.popup-confirm {
  position: absolute;
  left: 0;
  top: 1300px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 544px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  display: none;
  border-radius: 2px;
}
.content-popup-confirm {
  border: 2px solid #c5c5c5;
  padding: 22px 30px;
}
.popup-confirm .list-btn-confirm {
  text-align: center;
  margin-top: 15px;
}
.popup-confirm .list-btn-confirm .btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  margin: 0 4px;
  background-color: #e7e7e7;
  font-size: 16px;
  color: #757575;
  border: 1px solid #757575;
  width: 112px;
  padding: 3px;
}
.popup-confirm .list-btn-confirm .btn:hover {
  background-color: #b9b9b9;
}
.popup-confirm .list-btn-confirm .btn.btn-ok {
  border: 2px solid #757575;
  background-color: #ffffff;
}
.popup-confirm .list-btn-confirm .btn.btn-ok:hover {
  background-color: #cccccc;
}
.popup-confirm .alert-text {
  padding: 15px 0 15px 73px;
  background-image: url(../img/new/alert.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 23px;
  min-height: 76px;
}
.popup-confirm .alert-text-info {
  padding: 15px 0 15px 73px;
  background-image: url(../img/new/icon-info.png);
  background-position: left 15px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 23px;
}
.common-popup.popup-confirm-exclusion {
  height: auto;
  min-height: 106px;
  top: 345px;
  bottom: auto;
}
.popup-confirm-exclusion .content-popup-confirm {
  min-height: 106px;
  padding: 0px 20px;
}
.popup-confirm.popup-confirm-exclusion .alert-text-info {
  padding: 15px 20px 15px 54px;
  min-height: 52px;
}
.step2-html .d-branch-node {
  position: absolute;
  left: 0;
  top: 1300px;
  right: 0;
  margin: auto;
  width: 70%;
  height: 300px;
  display: none;
  background-color: green;
}
.step2-html ul.d-selectoptions-list-child {
  background-color: green;
}

.step2-html .d-option-detail-box {
  display: none !important;
}
.step2-html .system-simulator .canvas-section #product-image {
  height: auto !important;
  margin: 10px 0px !important;
}
.d_zoom_plus {
  top: 14px;
  right: 60px;
  width: 22px;
  height: 27px;
  background-image: url(../img/new/zoom_plus.png);
}
.d_zoom_plus:hover {
  background-position: left bottom;
}
.d_zoom_minus {
  top: 14px;
  right: 16px;
  width: 22px;
  height: 27px;
  background-image: url(../img/new/zoom_minus.png);
}
.d_zoom_minus:hover {
  background-position: left bottom;
}

/* popup power supply */
.popup-power-supply {
  background-color: #ffffff;
  box-shadow: 1px 1px 1px 0px rgba(7, 0, 2, 0.2);
  position: absolute;
  left: 44px;
  top: 170px;
  border: 1px solid #c5c5c5;
  width: 650px;
  z-index: 999;
  padding: 14px 14px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.popup-power-supply .left-popup {
  width: 124px;
  float: left;
}
.popup-power-supply .right-popup {
  float: right;
  width: 496px;
  padding-left: 12px;
}
.popup-power-supply .version-popup .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 13px;
}
.close-popup,
.close-op {
  background-image: url(../img/new/icon_close.png);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-op {
  top: auto;
  bottom: 5px;
}
.close-popup:hover,
.close-op:hover {
  background-position: left bottom;
  cursor: pointer;
}
.popup-power-supply .list-item-supply {
  list-style: none;
  padding: 0;
  border: 1px solid #d6d6d6;
  height: 120px;
  overflow: auto;
}
.popup-power-supply .list-item-supply li {
  padding: 4.5px 15px;
}
.popup-power-supply .list-item-supply li:hover {
  cursor: pointer;
}

.popup-power-supply .list-item-supply li:nth-child(2n+2) {
  background-color: #f0f0f0;
}
.popup-power-supply .list-item-supply li.active {
  background-color: #ffecc8;
}
.popup-power-supply .title-info {
  padding-left: 18px;
  background-image: url(../img/new/icon-info.png);
  background-size: 16px auto;
  background-position: left center;
  background-repeat: no-repeat;
}


.popup-power-supply .right-popup .figrue {
  float: left;
  width: 150px;
}
.popup-power-supply .right-popup .caption {
  padding-left: 150px;
}
.popup-power-supply .right-popup .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 13px;
}

.list-colors {
  position: absolute;
  left: -23px;
  top: 359px;
  list-style: none;
  padding: 0;
}
.list-colors li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-bottom: 7px;
}
.list-colors li:hover {
  cursor: pointer;
}
.list-colors .primary-color01 {
  background-color: #0f67c9;
}
.list-colors .primary-color02 {
  background-color: #4b4b4b;
}
.list-colors .primary-color03 {
  background-color: #757575;
}
.list-colors .primary-color04 {
  background-color: #ed812f;
}
.list-colors .primary-color05 {
  background-color: #ffecc8;
}
.list-colors .primary-color06 {
  background-color: #f0f6fb;
}
.list-colors .primary-color07 {
  background-color: #e7e7e7;
}

.label-radio {
  padding-left: 13px;
}
.label-radio input[type="radio"] {
  display: none;
}
.label-radio input[type="radio"] + span {
  background-image: url(../img/new/uncheck.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 20px;
}
.label-radio input[type="radio"]:checked + span {
  background-image: url(../img/new/checked_color01.png);
}


/* popup checkbox */
.item-popup {
  border: 1px solid #c5c5c5;
  box-shadow: 1px 1px 1px 0px rgba(7, 0, 2, 0.2);
  padding: 18px 30px;
  width: 800px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 900;
  top: 402px;
  display: none;
}

.item-popup .title-popup {
  margin: 0 0;
  font-size: 14px;
  color: #4b4b4b;
  font-weight: bold;
}
.item-popup .content-pop {
  overflow: hidden;
  margin-top: 8px;
}
.item-popup .content-pop.show-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.show-reverse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.item-popup .group {
  float: left;
  padding-right: 20px;
}
.item-popup .title-popup .bubble {
  background-color: #ed812f;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.item-popup .item-sub-check {
  padding: 1px 0;
}
.item-popup .sub-required {
  /* display: none; */
}
.item-popup .name-main-option {
  min-height: 20px;
  font-weight: bold;
}
.item-group .sub-required {
  font-size: 14px;
  font-weight: bold;
  color: #2b2b2b;
}
.item-popup .btn-ok {
  border: 2px solid #757575;
  font-size: 16px;
  color: #757575;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  margin: 9px auto 0;
  display: block;
  padding: 3px 31px;
}
.item-popup .btn-ok:hover {
  background-color: #cccccc;
}

/* common popup */
.common-popup {
  margin: auto;
  position: absolute;
  left: 0;
  top: 35%;
  right: 0;
  bottom: auto;
  z-index: 999;
  display: none;
}

.cover-popup {
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 500;
  display: none;
}
.loading-page {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 600;
  display: none;
  background-color: rgba(0,0,0,0.3);
}
.loading-page img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: 19px;
}



/* style for step3.html */
body.body-step3 {
  width: 840px;
}
body.body-step3 header .txt {
  padding-right: 30px;
}
.step3-html {
  max-width: 840px;
  min-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.step3-html .container {
  max-width: 800px;
  min-width: 800px;
}
.step3-html header {
  background-image: url(../img/new/base.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 10px;
}

.step3-html .content-page {
  overflow: hidden;
  padding: 0 20px;
}
.step3-html .content-page .left {
  width: 28.375%;
  float: left;
  padding: 20px 0;
}
.step3-html .content-page .right {
  width: 71.625%;
	float: left;
	padding-left: 8px;
}
.step3-html .box-name {
  border: 1px solid #bfbfbf;
  text-align: center;
  padding: 11px 10px 2px;
}
.step3-html .box-name .product-name {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 8px;
}
.table-printer-info {
  font-size: 12px;
  color: #000000;
  width: 226px;
  float: right;
  margin-top: 20px;
}
.table-printer-info .dimension .item:first-child {
  border-bottom: 1px dotted #bfbfbf;
}

.table-printer-info .item {
  border-bottom: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 4px 6px;
}
.table-printer-info .item .text {
  float: left;
  width: 44%;
}
.table-printer-info .item .cont {
  float: left;
  width: 56%;
}
.print-btn {
  color: #ffffff;
  background-color: #0f67c9;
  text-align: center;
  font-size: 13px;
  width: 160px;
  margin: 17px auto 0;
  border-radius: 16px;
  display: block;
}
.print-btn:focus {
  outline: none;
  color: #ffffff;
}
.print-btn span {
  display: inline-block;
  padding: 7px 15px 7px 25px;
  background-image: url(../img/new/icon_print_white.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.print-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

@media print {
  .print-btn {
    display: none;
  }
 }

.section-part-name .title {
  font-size: 12px;
  color: #000000;
}
.section-part-name .content-part {
  overflow: hidden;
  margin-top: -3px;
}
.section-part-name .content-part .col-item {
  width: 50%;
}

.section-part-name .content-part .pull-left {
  border-right: 1px solid #ffffff;
}
.section-part-name .content-part ul li {
  font-size: 12px;
  margin-bottom: 1px;
  background-color: #e5e5e5;
  background-repeat: repeat;
  display: block;
  padding: 6px 5px 6px 10px;
  background-repeat: no-repeat;
  background-position: 8px 5px;
  border: 1px solid #e5e5e5;
  min-height: 30px;
}
.section-part-name .content-part ul {
  padding: 0;
  margin: 0;
}
.section-part-name {
  padding: 0 20px;
}

.step3-html footer .copyright {
  text-align: center;
  color: #7b7b7b;
  font-size: 10px;
}
.step3-html footer {
  margin-top: 28px;
}
.step3-html .content-page .right .product-image {
	margin: 20px 0;
}

/* custom colorbox */
#cboxClose {
  top: 14px;
  right: 14px;
  background-image: url(../img/new/icon_close.png);
  width: 20px;
  height: 20px;
  background-position: left top;
  overflow: hidden;
}
#cboxClose:hover {
  background-position: left bottom;
}
#cboxLoadedContent {
  margin: 0;
}
#cboxTopRight, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomRight, #cboxBottomLeft, #cboxBottomCenter, #cboxTopLeft {
  background-image: none;
}

.list-checkbox .filter-data {
  display: none;
}
.hide-by-sort {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
option:not(:checked) {
  color: black; /* prevent <option>s from becoming transparent as well */
}

.filtering-element {
  display: none;
}

.main {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.main:before {
  position: absolute;
  width: 100%;
  height: 3px;
  background-image: url(../img/new/border_bottom_tab.png);
  background-repeat: repeat-x;
  content: " ";
  left: 0;
  bottom: 0;
}

.id-option-csv {
  display: none;
}

.list-btn-info .btn-circle img.inv {
  visibility: hidden;
}



/* userFilter and sub-options */



.item-sub-check .hide-uf {
  display: none;
}
.item-sub-check .hide-uf + span {
  display: none;
}

.item-popup .group.hide-uf {
  display: none;
}
.list-checkbox li .label-item.has-sub .btn-op.hide-uf {
  display: none;
}
.item-sub-check.hide-uf {
  display: none;
}

.dp-block {
  display: block;
}


/* prevent Chrome image problem */
#product-image img {
  image-rendering: -webkit-optimize-contrast;
}