.customize-steps-modal.modal-body {
  background: url('../images/site/steps-modal-body-back.gif') 0 0 repeat-y;
  padding: 0;
}


/* Steps Menu */
.customize-steps-menu {
  float: left;
  padding: 20px 21px 20px 20px;
  width: 145px;
}

.customize-steps-menu ul {
  margin: 0;
}

.customize-steps-menu ul li {
  color: #333;
  display: block;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.customize-steps-menu ul li.saved {
  color: #9f9f9f;
  font-weight: bold;
}

.customize-steps-menu ul li.active {
  color: #333;
  font-weight: bold;
}


/* Step Wrapper Classes */
.customize-steps {
  overflow: hidden;
  padding: 20px;
}

.customize-steps .step {
  display: none;
}

.customize-steps .step .graybox {
  height: 300px;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  overflow: auto;
}

.customize-steps .step .graybox ul {
  margin: 0;
}

.customize-steps .step .graybox ul li {
  border: solid 1px #F7F7F7;
  border-radius: 2px;
  float: left;
  height: 100px;
  list-style: none;
  margin: 10px 10px 10px 0;
  padding: 5px;
  width: 115px;
}

.customize-steps .step .graybox ul li:hover,
.customize-steps .step .graybox ul li.active {
  background-color: #f2f0e7;
  border-color: #d9d4ba;
}


/* Imprint Step */
.imprint-step .font-picker {
  background-color: #fff;
  border: 1px solid #C9C9C9;
  left: 105px;
  padding: 2px;
  position: absolute;
  top: -6px;
  z-index: 9999;
}

.imprint-step .font-picker .selected-font {
  cursor: pointer;
  padding: 2px 5px;
  white-space: nowrap;
}

.imprint-step .font-picker hr {
  margin: 0;
}

.imprint-step .font-picker .font-selection {
  display: none;
}

.imprint-step .font-picker ul {
  margin: 0;
}

.imprint-step .font-picker ul li {
  padding: 2px 5px;
}

.imprint-step .font-picker ul li:hover {
  background-color: #eee;
}

.imprint-step .font-picker ul li input {
}
.imprint-step .font-label {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

.imprint-step .imprint-option-wrapper {
  border: solid 1px #bbbaba;
  border-right: 0;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
  margin-bottom: 20px;
  position: relative;
  right: -20px;
}

.imprint-step .imprint-option-padding {
  border-left: solid 5px #fff;
  padding: 20px 0 20px 20px;
}

.imprint-step .selected .imprint-option-padding {
  border-left: solid 5px #367fcf;
}

.imprint-step .imprint-option-wrapper h3 small {
  display: none;
}

.imprint-step .selected.editable h3 small {
  display: inline;
}

.imprint-step .imprint-option-wrapper h3 small.hide {
  display: none;
}

.imprint-step .imprint-option-wrapper .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.imprint-step .imprint-wrapper {
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  min-height: 80px;
  overflow: hidden;
  padding: 50px 10px 50px 50px;
}

.imprint-step .imprint-wrapper .imprint-background {
  height: auto;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 250%;
}

.imprint-step .imprint-wrapper .imprint-background-feather {
  box-shadow: -10px -10px 10px #fff inset;
  height: 100%;
  left: 0;
  position: absolute;
  top : 0;
  width: 125%;
}

.imprint-tooltip {
  background-color: #fff;
  border: solid 1px #bbbaba;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #367fcf;
  padding: 5px 15px;
  position: absolute;
  z-index: 999999;
}


/* Symbol Step */
.symbol-step .monogram-wrapper {
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 20px;
}

.symbol-step .monogram-wrapper .monogram-background {
  height: auto;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 180%;
}

.symbol-step .monogram-wrapper .monogram-background-feather {
  box-shadow: -10px -10px 10px #fff inset;
  height: 100%;
  left: 0;
  position: absolute;
  top : 0;
  width: 100%;
}

.symbol-step .monogram-wrapper .monogram-image {
  padding-bottom: 20px;
  position: relative;
}


/* Background Image Step */
.background-image-step .background-image-wrapper {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.background-image-step .background-image-image {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.background-image-step .background-image-image img {
  display: none;
  max-height: 100%;
  position: relative;
  top: 50%;
  width: auto;
}

/* Message Step */
.message-step .message-wrapper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
}

.message-step .message-wrapper .message-background {
  height: auto;
  bottom: 0;
  max-width: none;
  position: absolute;
  right: 0;
  width: 150%;
}

.message-step .message-wrapper .message-background-feather {
  box-shadow: 10px 10px 10px #fff inset;
  height: 100%;
  left: 0;
  position: absolute;
  top : 0;
  width: 100%;
}

.message-step .message-wrapper #custom-message {
  margin: 30px 0 95px 120px;
  position: relative;
}

.message-step .message-wrapper #standard-message {
  margin: 30px 0 95px 120px;
  position: relative;
}


/* Starting Number Step */
.check-number-step .starting-number-wrapper {
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  overflow: hidden;
}

.check-number-step .starting-number-wrapper .starting-number-background {
  height: auto;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 150%;
}

.check-number-step .starting-number-wrapper .starting-number-background-feather {
  box-shadow: 10px -10px 10px #fff inset;
  height: 100%;
  left: 0;
  position: absolute;
  top : 0;
  width: 100%;
}

.check-number-step .starting-number-wrapper #starting-number {
  float: right;
  margin: 20px 20px 80px 0;
  position: relative;
  width: 80px;
}

.messageTable:hover {
  border: solid 1px #F7F7F7;
  background-color: #f2f0e7;
  border-color: #d9d4ba;
  
}

.messageTableActive {
  border: solid 1px #F7F7F7;
  background-color: #f2f0e7;
  border-color: #d9d4ba;
  
}