/* Status page */
.colorshop-message {
  position: relative;
  z-index: 100;
  border: 1px solid #45618a !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  padding: 10px 0 10px !important;
  background: #59759c !important;
}
.colorshop-message .squeezer {
  max-width: 960px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
}
.colorshop-message h4 {
  margin: 5px 10px 5px 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 1px 1px #b574a8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: left;
  vertical-align: middle;
}
.colorshop-message p {
  margin: 5px 0 !important;
  padding: 1px 2px !important;
  float: left !important;
  line-height: 27px;
  vertical-align: middle;
}
.colorshop-message p a.button-primary {
  font-size: 14px !important;
  line-height: 16px !important;
  height: auto !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px 0 0;
  padding: 5px 12px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #234069;
  -webkit-transition: none;
  -moz-transition: none;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #33517d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33517d), to(#234069));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #33517d, #234069);
  /* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #33517d, #234069);
  /* FF3.6+ */

  background-image: -ms-linear-gradient(top, #33517d, #234069);
  /* IE10 */

  background-image: -o-linear-gradient(top, #33517d, #234069);
  /* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #33517d, #234069);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.colorshop-message p a.button-primary:hover {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #234069;
  background-color: #405f8c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#405f8c), to(#234069));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #405f8c, #234069);
  /* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #405f8c, #234069);
  /* FF3.6+ */

  background-image: -ms-linear-gradient(top, #405f8c, #234069);
  /* IE10 */

  background-image: -o-linear-gradient(top, #405f8c, #234069);
  /* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #405f8c, #234069);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.colorshop-message p a.button-primary:active {
  border: 1px solid #234069;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  background-color: #234069;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#234069), to(#234069));
  /* Saf4+, Chrome */

  background-image: -webkit-linear-gradient(top, #234069, #33517d);
  /* Chrome 10+, Saf5.1+, iOS 5+ */

  background-image: -moz-linear-gradient(top, #234069, #33517d);
  /* FF3.6+ */

  background-image: -ms-linear-gradient(top, #234069, #33517d);
  /* IE10 */

  background-image: -o-linear-gradient(top, #234069, #33517d);
  /* Opera 11.10+ */

  background-image: linear-gradient(to bottom, #33517d, #33517d);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.colorshop-message p a.skip,
.colorshop-message p a.docs {
  opacity: 0.5;
}
.colorshop-message .twitter-share-button {
  vertical-align: middle;
}
#variable_product_options #message {
  margin: 10px;
}
#colorshop_extensions {
  background-color: #f1f1f1;
  background-image: url(../images/icons/cs_icon.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  padding: 4px 18px 4px 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 220px;
  float: right;
  margin: 9px 0 -40px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #555;
}
#colorshop_extensions a {
  color: #555;
}
#colorshop_extensions a.hide {
  color: #ccc;
  float: right;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  padding: 2px 8px;
  font-size: 11px;
  text-align: center;
}
#cs_get_started {
  position: relative;
  margin: 1em 0 2em;
  padding: 15px 15px 15px 90px;
  border: 1px solid #d9d9d9;
  background: #f5f5f5 url(../images/gear.png) no-repeat 15px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
  -moz-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
  -webkit-box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #ffffff;
}
#cs_get_started span {
  display: block;
  text-shadow: 1px 1px 0 #fff;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
#cs_get_started span.main {
  margin-top: 2px;
  font-weight: bold;
  font-size: 16px;
}
#cs_get_started .main-button {
  position: absolute;
  right: 20px;
  top: 27px;
}
#cs_get_started p {
  margin: 1em 0 .5em;
}
#cs_get_started.mijireh {
  background: #5bc0de url(../images/mijireh-logo.png) no-repeat 15px 18px;
  border: 1px solid #339bb9;
  padding: 15px 15px 15px 152px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset -1px -1px 0 rgba(255, 255, 255, 0.5);
}
#cs_get_started.mijireh span {
  color: #fff;
  text-shadow: 0 1px 0 #4a94ac;
}
#cs_get_started.mijireh span a {
  color: #fff;
}
#cs_get_started.mijireh a.button {
  border-color: #fff;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px #206d8b;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px #206d8b;
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px #206d8b;
}
#cs_get_started.mijireh a.button-primary {
  background: #2b7e9f;
  border-color: #266e8b;
}
#icon-colorshop,
.colorshop_icon,
.icon32-posts-product,
.icon32-posts-shop_order,
.icon32-posts-shop_coupon,
.icon32-posts-product_variation {
  background-image: url(../images/icons/colorshop-icons.png) !important;
  background-position: -11px -5px;
  background-size: auto !important;
}
.icon32-posts-product {
  background-position: -69px -5px !important;
}
.icon32-posts-shop_order {
  background-position: -127px -5px !important;
}
.icon32-attributes {
  background-position: -185px -5px !important;
}
.icon32-colorshop-settings {
  background-position: -359px -5px !important;
}
.icon32-posts-shop_coupon {
  background-position: -475px -5px !important;
}
.icon32-posts-product_variation {
  background-position: -533px -5px !important;
}
.icon32-colorshop-reports {
  background-position: -591px -5px !important;
}
.icon32-colorshop-status {
  background-position: -417px -5px !important;
}
.icon32-colorshop-delivery {
  background-position: -649px -5px !important;
}
.icon32-colorshop-compose {
  background-position: -708px -5px !important;
}
.icon32-colorshop-telephone {
  background-position: -766px -5px !important;
}
.icon32-colorshop-users {
  background-position: -824px -5px !important;
}
.icon32-colorshop-nav {
  background-position: -882px -5px !important;
}
.icon32-colorshop-email {
  background-position: -940px -5px !important;
}
.icon32-colorshop-importer {
  background-position: -11px -50px !important;
}
.wrap.colorshop div.updated,
.wrap.colorshop div.error {
  margin-top: 10px;
}
mark.amount {
  background: transparent none;
  color: inherit;
}
.postbox input:invalid,
.colorshop input:invalid {
  border: 1px solid #cc010b;
  background: #ffebe8 url(../images/icons/invalid.png) right center no-repeat;
}
/* Status page */
table.cs_status_table {
  font-family: monospace;
}
table.cs_status_table th {
  font-weight: bold;
}
table.cs_status_table td:first-child {
  width: 20%;
}
table.cs_status_table td {
  padding: 6px 9px;
  font-size: 1.1em;
}
table.cs_status_table td mark {
  background: transparent none;
}
table.cs_status_table td mark.yes {
  color: green;
}
table.cs_status_table td mark.no {
  color: #999;
}
table.cs_status_table td mark.error {
  color: red;
}
table.cs_status_table td ul {
  margin: 0;
}
#debug-report {
  font-family: monospace;
  display: none;
  width: 100%;
  margin-bottom: 20px;
  height: 200px;
}
/* Bulk/Quick edit */
.inline-edit-product.quick-edit-row .inline-edit-col-center,
.inline-edit-product.quick-edit-row .inline-edit-col-right {
  float: right !important;
}
#colorshop-fields.inline-edit-col {
  clear: left;
}
#colorshop-fields.inline-edit-col label.featured,
#colorshop-fields.inline-edit-col label.manage_stock {
  margin-left: 10px;
}
#colorshop-fields.inline-edit-col .dimensions div {
  display: block;
  margin: .2em 0;
}
#colorshop-fields.inline-edit-col .dimensions div span.title {
  display: block;
  float: left;
  width: 5em;
}
#colorshop-fields.inline-edit-col .dimensions div span.input-text-wrap {
  display: block;
  margin-left: 5em;
}
#colorshop-fields.inline-edit-col .text {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  width: 99%;
  float: left;
  margin: 1px 1% 1px 1px;
}
#colorshop-fields.inline-edit-col .length,
#colorshop-fields.inline-edit-col .width,
#colorshop-fields.inline-edit-col .height {
  width: 32.33%;
}
#colorshop-fields.inline-edit-col .height {
  margin-right: 0;
}
#colorshop-fields-bulk.inline-edit-col label {
  clear: left;
}
#colorshop-fields-bulk.inline-edit-col .inline-edit-group label,
#colorshop-fields-bulk.inline-edit-col .inline-edit-group div.alignright {
  clear: none;
  width: 49%;
  margin: .2em 0;
}
#colorshop-fields-bulk.inline-edit-col .regular_price,
#colorshop-fields-bulk.inline-edit-col .sale_price,
#colorshop-fields-bulk.inline-edit-col .weight,
#colorshop-fields-bulk.inline-edit-col .stock {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  width: 100%;
}
#colorshop-fields-bulk.inline-edit-col .length,
#colorshop-fields-bulk.inline-edit-col .width,
#colorshop-fields-bulk.inline-edit-col .height {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  width: 32%;
}
/* Coupon Lists */
.column-coupon_code {
  line-height: 2.25em;
}
ul.cs_coupon_list,
.column-coupon_code {
  margin: 0;
  overflow: hidden;
  zoom: 1;
  clear: both;
}
ul.cs_coupon_list .code,
.column-coupon_code .code {
  margin-right: 6px;
}
ul.cs_coupon_list li.code,
.column-coupon_code li.code {
  margin: 0 6px 12px 0 !important;
}
ul.cs_coupon_list .code:before,
.column-coupon_code .code:before,
ul.cs_coupon_list .code a:before,
.column-coupon_code .code a:before,
ul.cs_coupon_list .code span:before,
.column-coupon_code .code span:before,
ul.cs_coupon_list .code:after,
.column-coupon_code .code:after,
ul.cs_coupon_list .code a:after,
.column-coupon_code .code a:after,
ul.cs_coupon_list .code span:after,
.column-coupon_code .code span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 4px;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3), inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
ul.cs_coupon_list .code,
.column-coupon_code .code {
  overflow: hidden;
  vertical-align: middle;
  margin: 0 8px 0 0;
  background: #ececec;
  color: #21759A;
  text-shadow: 0 1px 0 #ddd;
  padding: 2px;
  position: relative;
  float: left;
  line-height: 1em;
  -moz-box-shadow: 0 2px 0 0 #dddddd;
  -webkit-box-shadow: 0 2px 0 0 #dddddd;
  box-shadow: 0 2px 0 0 #dddddd;
  font-weight: bold;
}
ul.cs_coupon_list .code:before,
.column-coupon_code .code:before {
  bottom: 5px;
  left: 0;
  margin: 0 0 0 -4px;
}
ul.cs_coupon_list .code:after,
.column-coupon_code .code:after {
  top: 5px;
  left: 0;
  margin: 0 0 0 -4px;
}
ul.cs_coupon_list .code a,
.column-coupon_code .code a,
ul.cs_coupon_list .code span,
.column-coupon_code .code span {
  float: left;
  padding: 0 4px;
  color: #21759A;
}
ul.cs_coupon_list .code a:before,
.column-coupon_code .code a:before,
ul.cs_coupon_list .code span:before,
.column-coupon_code .code span:before {
  bottom: 5px;
  right: 0;
  margin: 0 -4px 0 0;
}
ul.cs_coupon_list .code a:after,
.column-coupon_code .code a:after,
ul.cs_coupon_list .code span:after,
.column-coupon_code .code span:after {
  content: "";
  top: 5px;
  right: 0;
  margin: 0 -4px 0 0;
}
ul.cs_coupon_list .code a span,
.column-coupon_code .code a span,
ul.cs_coupon_list .code span span,
.column-coupon_code .code span span {
  border: 1px dashed #ccc;
  padding: .5em 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
ul.cs_coupon_list .code a span:before,
.column-coupon_code .code a span:before,
ul.cs_coupon_list .code span span:before,
.column-coupon_code .code span span:before {
  top: 50%;
  left: 0;
  margin: -2px 0 0 -4px;
}
ul.cs_coupon_list .code a span:after,
.column-coupon_code .code a span:after,
ul.cs_coupon_list .code span span:after,
.column-coupon_code .code span span:after {
  top: 50%;
  right: 0;
  margin: -2px -4px 0 0;
}
ul.cs_coupon_list .code:hover,
.column-coupon_code .code:hover {
  background: #607899;
  color: #fff;
  text-shadow: 0 1px 0 #5a324b;
}
ul.cs_coupon_list .code:hover a,
.column-coupon_code .code:hover a,
ul.cs_coupon_list .code:hover span,
.column-coupon_code .code:hover span {
  color: #fff;
}
ul.cs_coupon_list .code:hover a span,
.column-coupon_code .code:hover a span,
ul.cs_coupon_list .code:hover span span,
.column-coupon_code .code:hover span span {
  border: 1px dashed #8ca3c2;
}
ul.cs_coupon_list_block {
  margin: 0;
  padding-bottom: 2px;
}
ul.cs_coupon_list_block li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  line-height: 2.5em;
  margin: 0;
  padding: .5em 0;
}
ul.cs_coupon_list_block li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.cs_coupon_list_block li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* Orders */
.button.cs-reload {
  padding: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.button.cs-reload span {
  display: block;
  text-indent: -999em;
  background-image: url(../images/icons/reload.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 22px;
}
.tablenav .actions {
  overflow: visible;
}
.alignleft.actions .chzn-container-single {
  display: inline-block;
  vertical-align: middle;
}
#colorshop-order-data h3.hndle,
#colorshop-order-data .handlediv {
  display: none;
}
#colorshop-order-data .inside {
  display: block !important;
}
#order_data {
  padding: 23px 24px 12px 24px;
}
#order_data h2 {
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2;
  text-shadow: 1px 1px 1px white;
  padding: 0;
}
#order_data h4 {
  color: #333;
  margin: 1.33em 0 0;
}
#order_data p {
  color: #777;
}
#order_data p.order_number {
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 16px;
}
#order_data .order_data_column_container {
  clear: both;
}
#order_data .order_data_column {
  width: 32%;
  padding: 0 2% 0 0;
  float: left;
}
#order_data .order_data_column:last-child {
  padding-right: 0;
}
#order_data .order_data_column p {
  padding: 0 !important;
}
#order_data .order_data_column .form-field {
  float: left;
  width: 48%;
  padding: 0;
  margin: 9px 0 0 0;
}
#order_data .order_data_column .form-field label {
  display: block;
  padding: 0 0 3px;
}
#order_data .order_data_column .form-field input,
#order_data .order_data_column .form-field textarea {
  width: 100%;
}
#order_data .order_data_column .form-field select {
  width: 100%;
}
#order_data .order_data_column .form-field #order_status_chzn .chzn-search {
  display: none;
}
#order_data .order_data_column .form-field .chzn-container {
  width: 100% !important;
}
#order_data .order_data_column .form-field .date-picker-field {
  width: 9em;
}
#order_data .order_data_column .form-field .hour,
#order_data .order_data_column .form-field .minute {
  width: 2.5em;
}
#order_data .order_data_column .form-field small {
  display: block;
  margin: 5px 0 0 0;
  color: #999;
}
#order_data .order_data_column .form-field.last {
  float: right;
}
#order_data .order_data_column .form-field-wide {
  width: 100%;
  clear: both;
}
#order_data .order_data_column .form-field-wide input,
#order_data .order_data_column .form-field-wide textarea {
  width: 100%;
}
#order_data .order_data_column .form-field-wide select {
  width: 100%;
}
#order_data .order_data_column p.none_set {
  color: #999;
}
#order_data .order_data_column ._billing_first_name_field,
#order_data .order_data_column ._billing_address_1_field,
#order_data .order_data_column ._billing_city_field,
#order_data .order_data_column ._billing_country_field,
#order_data .order_data_column ._billing_email_field,
#order_data .order_data_column ._shipping_first_name_field,
#order_data .order_data_column ._shipping_address_1_field,
#order_data .order_data_column ._shipping_city_field,
#order_data .order_data_column ._shipping_country_field {
  float: left;
}
#order_data .order_data_column ._billing_last_name_field,
#order_data .order_data_column ._billing_address_2_field,
#order_data .order_data_column ._billing_postcode_field,
#order_data .order_data_column ._billing_state_field,
#order_data .order_data_column ._billing_phone_field,
#order_data .order_data_column ._shipping_last_name_field,
#order_data .order_data_column ._shipping_address_2_field,
#order_data .order_data_column ._shipping_postcode_field,
#order_data .order_data_column ._shipping_state_field {
  float: right;
}
#order_data .order_data_column ._billing_company_field,
#order_data .order_data_column ._shipping_company_field {
  clear: both;
  width: 100%;
}
#order_data .order_data_column ._billing_email_field {
  clear: left;
}
#order_data .order_data_column div.edit_address {
  display: none;
  overflow: hidden;
  zoom: 1;
  padding-right: 1px;
}
.order_actions {
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
.order_actions li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  margin: 0;
  line-height: 1.6em;
  float: left;
  width: 50%;
  text-align: center;
}
.order_actions li a {
  float: none;
  text-align: center;
  text-decoration: underline;
}
.order_actions li.wide {
  width: auto;
  float: none;
  clear: both;
  padding: 6px;
  text-align: left;
  overflow: hidden;
}
.order_actions li #delete-action {
  line-height: 25px;
  vertical-align: middle;
  text-align: left;
  float: left;
}
.order_actions li .save_order {
  float: right;
}
.order_actions li#actions {
  overflow: hidden;
}
.order_actions li#actions .button {
  width: 24px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  float: right;
}
.order_actions li#actions select {
  width: 225px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  float: left;
}
#colorshop-order-items .inside {
  margin: 0;
  padding: 0;
  background: #fefefe;
}
#colorshop-order-items .bulk_actions {
  float: left;
  padding-left: 12px;
  vertical-align: top;
}
#colorshop-order-items .add_items {
  float: right;
  padding-right: 12px;
  vertical-align: top;
}
#colorshop-order-items .add_items .add_item_id,
#colorshop-order-items .add_items .chzn-container {
  margin-right: 9px;
  vertical-align: top;
  float: left;
}
#colorshop-order-items .add_items .add_item_id .search-field input,
#colorshop-order-items .add_items .chzn-container .search-field input {
  min-width: 100px;
}
#colorshop-order-items .add_items button {
  margin: 2px 0 0 0;
}
#colorshop-order-items .add_meta {
  margin-left: 0 !important;
}
#colorshop-order-items h3 small {
  color: #999;
}
#colorshop-order-downloads .buttons {
  float: left;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#colorshop-order-downloads .buttons .add_item_id,
#colorshop-order-downloads .buttons .chzn-container {
  width: 400px !important;
  margin-right: 9px;
  vertical-align: top;
  float: left;
}
#colorshop-order-downloads .buttons button {
  margin: 2px 0 0 0;
}
#colorshop-order-downloads h3 small {
  color: #999;
}
#poststuff #colorshop-order-actions .inside {
  margin: 0;
  padding: 0;
}
#poststuff #colorshop-order-actions .inside ul.order_actions li {
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#poststuff #colorshop-order-actions .inside ul.order_actions li:last-child {
  border-bottom: 0;
}
#poststuff #colorshop-order-totals .inside {
  margin: 0;
  padding: 0;
}
#poststuff #colorshop-order-totals h4 {
  margin: 0 !important;
}
#poststuff #colorshop-order-totals h4 a.add_tax_row {
  display: block;
  padding-bottom: 10px;
}
#poststuff #colorshop-order-totals h4 .inline_total {
  float: right;
  color: #999;
}
#poststuff #colorshop-order-totals .totals_group {
  border-top: 1px solid white;
  border-bottom: 1px solid #DDD;
  padding: 10px 10px 0 10px;
}
#poststuff #colorshop-order-totals .totals_group:first-child {
  border-top: 0;
}
#poststuff #colorshop-order-totals .buttons {
  border-top: 1px solid white;
  padding: 1em 10px 1em 10px;
  margin: 0;
  text-align: right;
}
#poststuff #colorshop-order-totals .buttons .calc_line_taxes {
  float: left;
}
#poststuff #colorshop-order-totals ul.totals {
  margin: 6px 0 0;
  float: left;
}
#poststuff #colorshop-order-totals ul.totals li {
  float: left;
  clear: both;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 10px;
}
#poststuff #colorshop-order-totals ul.totals li label {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
  color: #333;
}
#poststuff #colorshop-order-totals ul.totals li input {
  padding: 4px;
}
#poststuff #colorshop-order-totals ul.totals li input,
#poststuff #colorshop-order-totals ul.totals li select {
  width: 100%;
  vertical-align: top;
  font-size: 1em !important;
  margin: 0 !important;
  font-weight: normal;
  color: #555;
}
#poststuff #colorshop-order-totals ul.totals li input.first {
  width: 49%;
  float: left;
}
#poststuff #colorshop-order-totals ul.totals li input.last {
  width: 49%;
  float: right;
}
#poststuff #colorshop-order-totals ul.totals li.left {
  float: left;
  width: 49%;
  clear: left;
}
#poststuff #colorshop-order-totals ul.totals li.left input {
  width: 100%;
}
#poststuff #colorshop-order-totals ul.totals li.right {
  float: right;
  width: 49%;
  clear: none;
}
#poststuff #colorshop-order-totals ul.totals li.right input {
  width: 100%;
}
#poststuff #colorshop-order-totals ul.totals li.wide {
  float: left;
  width: 100%;
  clear: left;
}
#poststuff #colorshop-order-totals ul.totals li.wide input {
  width: 100%;
}
#poststuff #colorshop-order-totals ul.totals .calculated {
  border-color: #ae8ca2;
  border-style: dotted;
}
#poststuff #colorshop-order-totals #tax_rows {
  margin: 6px 0 0;
}
#poststuff #colorshop-order-totals .tax_row {
  margin: 0 0 9px;
  border: 1px solid #DFDFDF;
  border-right-width: 2px;
  border-bottom-width: 2px;
  background: #fff;
  padding: 6px 6px 0;
  position: relative;
  opacity: 0.75;
}
#poststuff #colorshop-order-totals .tax_row:hover,
#poststuff #colorshop-order-totals .tax_row:focus {
  opacity: 1;
}
#poststuff #colorshop-order-totals .tax_row p {
  margin: 0 0 6px;
}
#poststuff #colorshop-order-totals .tax_row label {
  color: #555;
}
#poststuff #colorshop-order-totals .tax_row label .checkbox {
  line-height: 26px;
}
#poststuff #colorshop-order-totals .tax_row p.first {
  float: left;
  width: 49%;
  clear: left;
}
#poststuff #colorshop-order-totals .tax_row p.first input,
#poststuff #colorshop-order-totals .tax_row p.first select {
  width: 100%;
}
#poststuff #colorshop-order-totals .tax_row p.last {
  float: right;
  width: 49%;
  clear: none;
}
#poststuff #colorshop-order-totals .tax_row p.last input,
#poststuff #colorshop-order-totals .tax_row p.last select {
  width: 100%;
}
#poststuff #colorshop-order-totals .tax_row p.wide {
  clear: both;
}
#poststuff #colorshop-order-totals .tax_row p.wide input,
#poststuff #colorshop-order-totals .tax_row p.wide select {
  width: 100%;
}
#poststuff #colorshop-order-totals .tax_row a.delete_tax_row {
  padding: 0;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #999;
  float: right;
  background: #ddd;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -8px -8px 0 0;
  display: none;
}
#poststuff #colorshop-order-totals .tax_row:hover a.delete_tax_row,
#poststuff #colorshop-order-totals .tax_row:focus a.delete_tax_row {
  display: block;
}
#poststuff #colorshop-order-notes .inside {
  margin: 0;
  padding: 0;
}
#poststuff #colorshop-order-notes .inside ul.order_notes li {
  padding: 0 10px;
}
.colorshop_order_items_wrapper {
  margin: 0;
  overflow: auto;
}
.colorshop_order_items_wrapper table.colorshop_order_items {
  width: 100%;
  background: #fff;
}
.colorshop_order_items_wrapper table.colorshop_order_items thead th {
  background: #ECECEC;
  padding: 8px;
  font-size: 11px;
  text-align: left;
}
.colorshop_order_items_wrapper table.colorshop_order_items tbody th,
.colorshop_order_items_wrapper table.colorshop_order_items td {
  padding: 8px;
  text-align: left;
  line-height: 26px;
  vertical-align: top;
  border-bottom: 1px dotted #ececec;
}
.colorshop_order_items_wrapper table.colorshop_order_items tbody th input,
.colorshop_order_items_wrapper table.colorshop_order_items td input,
.colorshop_order_items_wrapper table.colorshop_order_items tbody th textarea,
.colorshop_order_items_wrapper table.colorshop_order_items td textarea {
  width: 100%;
}
.colorshop_order_items_wrapper table.colorshop_order_items tbody th select,
.colorshop_order_items_wrapper table.colorshop_order_items td select {
  width: 50%;
}
.colorshop_order_items_wrapper table.colorshop_order_items tbody th input,
.colorshop_order_items_wrapper table.colorshop_order_items td input,
.colorshop_order_items_wrapper table.colorshop_order_items tbody th textarea,
.colorshop_order_items_wrapper table.colorshop_order_items td textarea {
  font-size: 14px;
  padding: 4px;
  color: #555;
}
.colorshop_order_items_wrapper table.colorshop_order_items td.check-column {
  padding: 8px;
  width: 1%;
}
.colorshop_order_items_wrapper table.colorshop_order_items .item {
  min-width: 200px;
}
.colorshop_order_items_wrapper table.colorshop_order_items .center,
.colorshop_order_items_wrapper table.colorshop_order_items .variation-id {
  text-align: center;
}
.colorshop_order_items_wrapper table.colorshop_order_items .cost,
.colorshop_order_items_wrapper table.colorshop_order_items .tax,
.colorshop_order_items_wrapper table.colorshop_order_items .quantity,
.colorshop_order_items_wrapper table.colorshop_order_items .line_cost,
.colorshop_order_items_wrapper table.colorshop_order_items .line_tax,
.colorshop_order_items_wrapper table.colorshop_order_items .tax_class {
  text-align: right;
}
.colorshop_order_items_wrapper table.colorshop_order_items .cost label,
.colorshop_order_items_wrapper table.colorshop_order_items .tax label,
.colorshop_order_items_wrapper table.colorshop_order_items .quantity label,
.colorshop_order_items_wrapper table.colorshop_order_items .line_cost label,
.colorshop_order_items_wrapper table.colorshop_order_items .line_tax label,
.colorshop_order_items_wrapper table.colorshop_order_items .tax_class label {
  white-space: nowrap;
  color: #999;
  font-size: 0.833em;
}
.colorshop_order_items_wrapper table.colorshop_order_items .cost label input,
.colorshop_order_items_wrapper table.colorshop_order_items .tax label input,
.colorshop_order_items_wrapper table.colorshop_order_items .quantity label input,
.colorshop_order_items_wrapper table.colorshop_order_items .line_cost label input,
.colorshop_order_items_wrapper table.colorshop_order_items .line_tax label input,
.colorshop_order_items_wrapper table.colorshop_order_items .tax_class label input {
  display: inline;
}
.colorshop_order_items_wrapper table.colorshop_order_items .cost input,
.colorshop_order_items_wrapper table.colorshop_order_items .tax input,
.colorshop_order_items_wrapper table.colorshop_order_items .quantity input,
.colorshop_order_items_wrapper table.colorshop_order_items .line_cost input,
.colorshop_order_items_wrapper table.colorshop_order_items .line_tax input,
.colorshop_order_items_wrapper table.colorshop_order_items .tax_class input {
  width: 70px;
  vertical-align: middle;
  text-align: right;
}
.colorshop_order_items_wrapper table.colorshop_order_items .cost select,
.colorshop_order_items_wrapper table.colorshop_order_items .tax select,
.colorshop_order_items_wrapper table.colorshop_order_items .quantity select,
.colorshop_order_items_wrapper table.colorshop_order_items .line_cost select,
.colorshop_order_items_wrapper table.colorshop_order_items .line_tax select,
.colorshop_order_items_wrapper table.colorshop_order_items .tax_class select {
  width: 85px;
  height: 26px;
  vertical-align: middle;
}
.colorshop_order_items_wrapper table.colorshop_order_items .quantity {
  text-align: center;
}
.colorshop_order_items_wrapper table.colorshop_order_items .quantity input {
  text-align: center;
  width: 50px;
}
.colorshop_order_items_wrapper table.colorshop_order_items span.subtotal {
  opacity: 0.5;
}
.colorshop_order_items_wrapper table.colorshop_order_items td.tax_class,
.colorshop_order_items_wrapper table.colorshop_order_items th.tax_class {
  text-align: left;
}
.colorshop_order_items_wrapper table.colorshop_order_items .calculated {
  border-color: #ae8ca2;
  border-style: dotted;
}
.colorshop_order_items_wrapper table.colorshop_order_items table.meta {
  width: 100%;
}
.colorshop_order_items_wrapper table.colorshop_order_items table.meta tr td {
  padding: 1px 4px 1px 0;
  border: 0;
}
.colorshop_order_items_wrapper table.colorshop_order_items table.meta tr td input {
  min-width: 50px;
}
.colorshop_order_items_wrapper table.colorshop_order_items .thumb {
  text-align: left;
  width: 52px;
}
.colorshop_order_items_wrapper table.colorshop_order_items .thumb a {
  display: block;
}
.colorshop_order_items_wrapper table.colorshop_order_items .thumb img {
  padding: 2px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  width: 46px;
  height: 46px;
}
.colorshop_order_items_wrapper table.colorshop_order_items tr.fee .thumb {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARklEQVQYGWP8//8/AzGACV3Rnj17/oMwujiGQnQFMD7RChlBbsRmFcwkEO3i4sJImonIumGmg0xBFifaRKIVgj2DbAUuNgCfThpracSKqwAAAABJRU5ErkJggg==) no-repeat center;
}
.widefat .column-order_title time {
  display: block;
  color: #999;
  margin: 3px 0;
}
.widefat .column-order_actions {
  width: 110px;
}
.widefat .column-order_actions a.button {
  float: left;
  margin: 0 4px 2px 0;
  cursor: pointer;
  padding: 3px 4px;
  height: auto;
}
.widefat .column-order_actions a.button img {
  display: block;
  width: 12px;
  height: auto;
}
.widefat small.meta {
  display: block;
  color: #999;
  font-size: inherit;
  margin: 3px 0;
}
.widefat .column-total_cost,
.widefat .column-order_date {
  width: 9%;
}
.widefat .column-order_status {
  width: 45px;
  text-align: center;
}
.widefat .column-order_status mark {
  display: block;
  height: 18px;
  width: 18px;
  text-indent: -999em;
  margin: 0 auto;
  background: #bbb;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.widefat .column-order_status mark.pending {
  background-image: url(../images/icons/pending.png);
  background-color: #999;
}
.widefat .column-order_status mark.completed {
  background-image: url(../images/icons/completed.png);
  background-color: #21759b;
}
.widefat .column-order_status mark.on-hold {
  background-image: url(../images/icons/on-hold.png);
  background-color: #de9e0c;
}
.widefat .column-order_status mark.failed {
  background-image: url(../images/icons/failed.png);
  background-color: #e6db55;
}
.widefat .column-order_status mark.cancelled {
  background-image: url(../images/icons/cancelled.png);
  background-color: #d54e21;
}
.widefat .column-order_status mark.processing {
  background-image: url(../images/icons/st-processing.png);
  background-color: #73a724;
}
.widefat .column-order_status mark.refunded {
  background-image: url(../images/icons/refunded.png);
}
.widefat td.column-order_status {
  padding-top: 10px;
}
/* Order notes */
ul.order_notes {
  padding: 2px 0 0 0;
}
ul.order_notes li .note_content {
  padding: 10px;
  background: #efefef;
  position: relative;
}
ul.order_notes li .note_content p {
  margin: 0;
  padding: 0;
}
ul.order_notes li p.meta {
  padding: 10px;
  color: #999;
  margin: 0;
  font-size: 11px;
}
ul.order_notes li a.delete_note {
  color: #ff0000;
}
ul.order_notes li .note_content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0 0;
  border-style: solid;
  border-color: #efefef transparent;
}
ul.order_notes li.customer-note .note_content {
  background: #c8ced5;
}
ul.order_notes li.customer-note .note_content:after {
  border-color: #c8ced5 transparent;
}
.add_note {
  border-top: 1px solid #ddd;
  padding: 10px 10px 0;
}
.add_note h4 {
  margin-top: 5px !important;
}
.add_note #add_order_note {
  width: 100%;
  height: 50px;
}
/* Product list */
table.wp-list-table .column-thumb {
  width: 52px;
  text-align: center;
  white-space: nowrap;
}
table.wp-list-table .column-name {
  width: 22%;
}
table.wp-list-table .column-product_cat,
table.wp-list-table .column-product_tag {
  width: 11% !important;
}
table.wp-list-table .column-sku,
table.wp-list-table .column-product_cat,
table.wp-list-table .column-product_tag,
table.wp-list-table .column-is_in_stock,
table.wp-list-table .column-price,
table.wp-list-table .column-product_date {
  width: 9%;
}
table.wp-list-table .column-featured,
table.wp-list-table .column-product_type {
  width: 46px;
  text-align: left !important;
}
table.wp-list-table .column-note {
  width: 46px;
  text-align: center;
}
table.wp-list-table .column-note img {
  margin: 0 auto;
  padding-top: 0 !important;
}
table.wp-list-table .column-order_comments {
  width: 3em !important;
}
table.wp-list-table .column-order_comments .post-com-count {
  float: left;
}
table.wp-list-table th.column-note img,
table.wp-list-table th.column-order_comments img {
  padding-top: 1px !important;
}
table.wp-list-table .manage-column.column-featured img,
table.wp-list-table .manage-column.column-product_type img {
  padding-left: 2px;
}
table.wp-list-table img {
  margin: 1px 2px;
}
table.wp-list-table td.column-thumb img {
  margin: 0;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}
table.wp-list-table span.na {
  color: #999;
}
table.wp-list-table .column-is_in_stock {
  text-align: left !important;
}
table.wp-list-table span.product-type {
  width: 16px;
  height: 16px;
  margin: 1px 2px;
  display: block;
  background: url(../images/product_types.png) no-repeat -16px 0;
}
table.wp-list-table span.product-type.grouped {
  background-position: 0 0;
}
table.wp-list-table span.product-type.external {
  background-position: -32px 0;
}
table.wp-list-table span.product-type.variable {
  background-position: -48px 0;
}
table.wp-list-table span.product-type.downloadable {
  background-position: -64px 0;
}
table.wp-list-table span.product-type.virtual {
  background-position: -80px 0;
}
table.wp-list-table mark.instock {
  font-weight: bold;
  color: green;
  background: transparent none;
  line-height: 1;
}
table.wp-list-table mark.outofstock {
  font-weight: bold;
  color: #aa4444;
  background: transparent none;
  line-height: 1;
}
/* Dashboard */
ul.colorshop_stats {
  overflow: hidden;
  zoom: 1;
}
ul.colorshop_stats li {
  width: 22%;
  padding: 0 1.4%;
  float: left;
  font-size: 0.8em;
  border-left: 1px solid #fff;
  border-right: 1px solid #ececec;
  text-align: center;
}
ul.colorshop_stats li:first-child {
  border-left: 0;
}
ul.colorshop_stats li:last-child {
  border-right: 0;
}
ul.colorshop_stats strong {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  display: block;
}
#colorshop_dashboard_right_now p.sub,
#colorshop_dashboard_right_now .table,
#colorshop_dashboard_right_now .versions {
  margin: -12px;
}
#colorshop_dashboard_right_now .inside {
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 20px;
}
#colorshop_dashboard_right_now p.sub {
  padding: 5px 0 15px;
  color: #8f8f8f;
  font-size: 14px;
  position: absolute;
  top: -17px;
  left: 15px;
}
#colorshop_dashboard_right_now .table {
  margin: 0;
  padding: 0;
  position: relative;
}
#colorshop_dashboard_right_now .table_shop_content {
  float: left;
  border-top: #ececec 1px solid;
  width: 45%;
}
#colorshop_dashboard_right_now .table_orders {
  float: right;
  border-top: #ececec 1px solid;
  width: 45%;
}
#colorshop_dashboard_right_now table td {
  padding: 3px 0;
  white-space: nowrap;
}
#colorshop_dashboard_right_now table tr.first td {
  border-top: none;
}
#colorshop_dashboard_right_now td.b {
  padding-right: 6px;
  text-align: right;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 14px;
  width: 1%;
}
#colorshop_dashboard_right_now td.b a {
  font-size: 18px;
}
#colorshop_dashboard_right_now td.b a:hover {
  color: #d54e21;
}
#colorshop_dashboard_right_now .t {
  font-size: 12px;
  padding-right: 12px;
  padding-top: 6px;
  color: #777;
}
#colorshop_dashboard_right_now .t a {
  white-space: nowrap;
}
#colorshop_dashboard_right_now .on-hold a {
  color: red;
}
#colorshop_dashboard_right_now .pending a {
  color: #e66f00;
}
#colorshop_dashboard_right_now .completed a {
  color: green;
}
#colorshop_dashboard_right_now .versions {
  padding: 6px 10px 12px;
  clear: both;
}
#colorshop_dashboard_right_now .versions .b {
  font-weight: bold;
}
#colorshop_dashboard_right_now a.button {
  float: right;
  clear: right;
  position: relative;
  top: -5px;
}
#colorshop_dashboard_sales h3 a {
  float: right;
  margin-left: 8px;
}
ul.recent-orders li,
ul.stock_list li {
  overflow: hidden;
  zoom: 1;
  border-bottom: #ECECEC 1px solid;
  padding: 0 0 8px;
  margin: 0 0 8px;
}
ul.recent-orders li .order-status,
ul.stock_list li .order-status {
  float: right;
}
ul.recent-orders li small,
ul.stock_list li small {
  color: #999;
}
ul.recent-orders li .order-cost,
ul.stock_list li .order-cost,
ul.recent-orders li .order-customer,
ul.stock_list li .order-customer {
  margin-left: 8px;
}
ul.recent-orders li .completed,
ul.stock_list li .completed {
  color: green;
}
ul.recent-orders li .on-hold,
ul.stock_list li .on-hold {
  color: red;
}
ul.recent-orders li .processing,
ul.stock_list li .processing {
  color: #21759B;
}
ul.recent-orders li .pending,
ul.stock_list li .pending {
  color: #E66F00;
}
ul.recent-orders li .refunded,
ul.stock_list li .refunded,
ul.recent-orders li .cancelled,
ul.stock_list li .cancelled {
  color: #999;
}
ul.recent-orders.stock_list small,
ul.stock_list.stock_list small {
  float: right;
}
ul.recent-orders.stock_list a,
ul.stock_list.stock_list a {
  text-decoration: none;
}
#colorshop_dashboard_recent_reviews li {
  line-height: 1.5em;
  margin-bottom: 12px;
}
#colorshop_dashboard_recent_reviews h4.meta {
  line-height: 1.4;
  margin: -0.2em 0 0 0;
  font-weight: normal;
  color: #999;
}
#colorshop_dashboard_recent_reviews blockquote {
  padding: 0;
  margin: 0;
}
#colorshop_dashboard_recent_reviews .avatar {
  float: left;
  margin: 0 10px 5px 0;
}
#colorshop_dashboard_recent_reviews .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.5em;
  line-height: 1.5;
  margin-left: .5em;
  width: 5.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#colorshop_dashboard_recent_reviews .star-rating:before {
  content: "\2605\2605\2605\2605\2605";
  color: #b3b3b3;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
}
#colorshop_dashboard_recent_reviews .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
#colorshop_dashboard_recent_reviews .star-rating span:before {
  content: "\2605\2605\2605\2605\2605";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 0.1em;
  letter-spacing: 0\9;
  color: #9c5d90;
}
/* Settings */
mark.notice {
  background: #fff;
  color: red;
  margin: 0 0 0 10px;
}
a.export_rates,
a.import_rates {
  float: right;
  margin-left: 9px;
  margin-top: -2px;
  margin-bottom: 0;
}
table.cs_tax_rates td {
  padding: 0;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  border-top: 0;
  background: #fff;
}
table.cs_tax_rates td input {
  width: 100%;
  padding: 5px 7px;
  margin: 0;
  border: 0;
  background: transparent none;
}
table.cs_tax_rates td.compound,
table.cs_tax_rates td.apply_to_shipping {
  padding: 5px 7px;
  vertical-align: middle;
}
table.cs_tax_rates td.compound input,
table.cs_tax_rates td.apply_to_shipping input {
  width: auto;
  padding: 0;
}
table.cs_tax_rates td:last-child {
  border-right: 0;
}
table.cs_tax_rates tr.current td {
  background-color: #fefbcc;
}
table.cs_tax_rates .item_cost,
table.cs_tax_rates .cost {
  text-align: right;
}
table.cs_tax_rates .item_cost input,
table.cs_tax_rates .cost input {
  text-align: right;
}
table.cs_tax_rates th.sort {
  width: 17px;
  padding: 0;
}
table.cs_tax_rates td.sort {
  padding-left: 2em;
  cursor: move;
  position: relative;
  background: #f9f9f9;
}
table.cs_tax_rates td.sort:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #777;
  border-bottom: 0.125em solid #777;
}
table.cs_tax_rates .button {
  float: left;
  margin-right: 5px;
}
table.cs_tax_rates .export,
table.cs_tax_rates .import {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
table.cs_tax_rates span.tips {
  padding: 0 3px;
}
table.cs_gateways,
table.cs_shipping {
  position: relative;
}
table.cs_gateways td,
table.cs_shipping td {
  vertical-align: middle;
  cursor: move;
  padding: 4px 7px 2px;
}
table.cs_gateways td p,
table.cs_shipping td p {
  margin: 0 0 2px;
}
table.cs_gateways .radio,
table.cs_shipping .radio {
  text-align: center;
}
img.help_tip {
  vertical-align: middle;
  margin: 0 0 0 9px;
}
.postbox img.help_tip {
  margin-top: -4px;
}
.colorshop #template div {
  margin: 0;
}
.colorshop #template div p .button {
  float: right;
  margin-left: 10px;
  margin-top: -4px;
}
.colorshop #template div .editor textarea {
  margin-bottom: 8px;
}
.colorshop textarea[disabled="disabled"] {
  background: #DFDFDF !important;
}
.colorshop table.form-table {
  margin: 0 0 0;
}
.colorshop table.form-table .forminp-radio ul {
  margin: 0;
}
.colorshop table.form-table .forminp-radio ul li {
  line-height: 1.4em;
}
.colorshop table.form-table textarea.input-text {
  height: 100%;
  min-width: 150px;
  display: block;
}
.colorshop table.form-table input.regular-input {
  width: 25em;
}
.colorshop table.form-table textarea.wide-input {
  width: 100%;
}
.colorshop table.form-table img.help_tip {
  padding: 0;
  margin: -4px 0 0 5px;
  vertical-align: middle;
  cursor: help;
  line-height: 1;
}
.colorshop table.form-table span.help_tip {
  cursor: help;
  color: #21759B;
}
.colorshop table.form-table th {
  position: relative;
  padding-right: 24px;
}
.colorshop table.form-table th img.help_tip {
  margin: 0 -24px 0 0;
  float: right;
}
.colorshop table.form-table fieldset {
  margin-top: 4px;
}
.colorshop table.form-table fieldset img.help_tip {
  margin: -3px 0 0 5px;
}
.colorshop table.form-table fieldset p.description {
  margin-bottom: 8px;
}
.colorshop table.form-table fieldset:first-child {
  margin-top: 0;
}
.colorshop table.form-table .color_box {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
  float: left;
  width: 80px;
  margin: 0 10px 0 0;
}
.colorshop table.form-table .color_box strong {
  text-align: left;
  display: block;
  padding: 0 0 2px;
  font-size: 0.92em;
}
.colorshop table.form-table .color_box strong img {
  float: right;
  margin: 1px 0 0 0;
}
.colorshop table.form-table .color_box input {
  width: 100%;
  margin: 0;
  font-family: monospace;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.colorshop table.form-table .color_box .colorpickdiv {
  z-index: 100;
  background: #eee;
  border: 1px solid #ccc;
  position: absolute;
  display: none;
}
.colorshop table.form-table .color_box_clear {
  display: block;
  clear: both;
  padding-bottom: 10px;
}
.colorshop #tabs-wrap table a.remove {
  margin-left: 4px;
}
.colorshop #tabs-wrap table p {
  margin: 0 0 4px !important;
  overflow: hidden;
  zoom: 1;
}
.colorshop #tabs-wrap table p a.add {
  float: left;
}
/* Write Panels */
#wp-excerpt-editor-container {
  background: #fff;
}
#product_variation-parent #parent_id {
  width: 100%;
}
#postimagediv img {
  border: 1px solid #d5d5d5;
  max-width: 100%;
}
#colorshop-product-images .inside {
  margin: 0;
  padding: 0;
}
#colorshop-product-images .inside .add_product_images {
  padding: 0 9px;
}
#colorshop-product-images .inside #product_images_container {
  padding: 0 0 0 9px;
}
#colorshop-product-images .inside #product_images_container ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#colorshop-product-images .inside #product_images_container ul li.image,
#colorshop-product-images .inside #product_images_container ul li.add,
#colorshop-product-images .inside #product_images_container ul li.cs-metabox-sortable-placeholder {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
  cursor: move;
  border: 1px solid #d5d5d5;
  margin: 9px 9px 0 0;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#colorshop-product-images .inside #product_images_container ul li.image img,
#colorshop-product-images .inside #product_images_container ul li.add img,
#colorshop-product-images .inside #product_images_container ul li.cs-metabox-sortable-placeholder img {
  width: 100%;
  height: auto;
  display: block;
}
#colorshop-product-images .inside #product_images_container ul li.cs-metabox-sortable-placeholder {
  border: 4px dashed #dddddd;
  background: #f7f7f7 url(../images/image_watermark.png) no-repeat center;
}
#colorshop-product-images .inside #product_images_container ul ul.actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  display: none;
}
#colorshop-product-images .inside #product_images_container ul ul.actions li {
  background: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 1px;
  float: right;
  margin: 0 0 0 2px;
}
#colorshop-product-images .inside #product_images_container ul ul.actions li a {
  width: 10px;
  padding: 10px 0 0 0;
  margin: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
#colorshop-product-images .inside #product_images_container ul ul.actions li a.view {
  background: url(../images/icons/image_10.png) no-repeat top left;
}
#colorshop-product-images .inside #product_images_container ul ul.actions li a.delete {
  background: url(../images/icons/delete_10.png) no-repeat top left;
}
#colorshop-product-images .inside #product_images_container ul li:hover ul.actions {
  display: block;
}
#colorshop-product-data h3.hndle {
  padding: 4px 10px;
}
#colorshop-product-data h3.hndle span {
  display: block;
  vertical-align: middle;
  line-height: 24px;
}
#colorshop-product-data h3.hndle span span {
  display: inline;
  line-height: inherit;
  vertical-align: baseline;
}
#colorshop-product-data h3.hndle select {
  font-family: sans-serif;
  margin: 0;
}
#colorshop-product-data h3.hndle label {
  padding-right: 1em;
  font-size: 12px;
  vertical-align: baseline;
}
#colorshop-product-data h3.hndle label:first-child {
  margin-right: 1em;
  border-right: 1px solid #dfdfdf;
}
#colorshop-product-data h3.hndle input,
#colorshop-product-data h3.hndle select {
  margin: -3px 0 0 0.5em;
  vertical-align: middle;
}
/* Tabs and panels */
#colorshop-product-data .panel-wrap {
  background: #f8f8f8;
  padding-left: 153px;
}
#colorshop-product-data .colorshop_options_panel,
#colorshop-product-data .cs-metaboxes-wrapper {
  float: right;
  width: 100%;
}
#colorshop-product-data .colorshop_options_panel p,
#colorshop-product-data .cs-metaboxes-wrapper p,
#colorshop-product-data .colorshop_options_panel .cs-metaboxes,
#colorshop-product-data .cs-metaboxes-wrapper .cs-metaboxes,
#colorshop-product-data .colorshop_options_panel p.toolbar,
#colorshop-product-data .cs-metaboxes-wrapper p.toolbar {
  padding-left: 12px !important;
  padding-right: 20px !important;
}
#colorshop-product-data .cs-tabs-back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f1f1f1;
  width: 145px;
  border-right: 1px solid #DFDFDF;
}
#colorshop-product-data ul.product_data_tabs,
.colorshop ul.cs-tabs {
  background: #f1f1f1;
  line-height: 1em;
  float: left;
  width: 145px;
  margin: 0;
  position: relative;
  padding: 0 0 10px;
  margin-left: -153px;
}
#colorshop-product-data ul.product_data_tabs li,
.colorshop ul.cs-tabs li {
  display: block;
  padding: 0;
  margin: 0;
}
#colorshop-product-data ul.product_data_tabs li a,
.colorshop ul.cs-tabs li a {
  padding: 5px;
  line-height: 18px !important;
  margin: 0;
  display: block;
  background: #f1f1f1;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
#colorshop-product-data ul.product_data_tabs li:first-child a,
.colorshop ul.cs-tabs li:first-child a {
  border-top: 0 !important;
}
#colorshop-product-data ul.product_data_tabs li.general_options a,
.colorshop ul.cs-tabs li.general_options a,
#colorshop-product-data ul.product_data_tabs li.tax_options a,
.colorshop ul.cs-tabs li.tax_options a,
#colorshop-product-data ul.product_data_tabs li.inventory_options a,
.colorshop ul.cs-tabs li.inventory_options a,
#colorshop-product-data ul.product_data_tabs li.shipping_options a,
.colorshop ul.cs-tabs li.shipping_options a,
#colorshop-product-data ul.product_data_tabs li.linked_product_options a,
.colorshop ul.cs-tabs li.linked_product_options a,
#colorshop-product-data ul.product_data_tabs li.attribute_options a,
.colorshop ul.cs-tabs li.attribute_options a,
#colorshop-product-data ul.product_data_tabs li.variation_options a,
.colorshop ul.cs-tabs li.variation_options a,
#colorshop-product-data ul.product_data_tabs li.advanced_options a,
.colorshop ul.cs-tabs li.advanced_options a {
  padding: 5px 5px 5px 28px;
  background: #f1f1f1 url(../images/icons/cs-tab-icons.png) no-repeat 5px 5px;
}
#colorshop-product-data ul.product_data_tabs li.general_options a,
.colorshop ul.cs-tabs li.general_options a {
  background-position: 5px 5px;
}
#colorshop-product-data ul.product_data_tabs li.tax_options a,
.colorshop ul.cs-tabs li.tax_options a {
  background-position: 5px -59px;
}
#colorshop-product-data ul.product_data_tabs li.inventory_options a,
.colorshop ul.cs-tabs li.inventory_options a {
  background-position: 5px -123px;
}
#colorshop-product-data ul.product_data_tabs li.shipping_options a,
.colorshop ul.cs-tabs li.shipping_options a {
  background-position: 5px -635px;
}
#colorshop-product-data ul.product_data_tabs li.linked_product_options a,
.colorshop ul.cs-tabs li.linked_product_options a {
  background-position: 5px -571px;
}
#colorshop-product-data ul.product_data_tabs li.attribute_options a,
.colorshop ul.cs-tabs li.attribute_options a {
  background-position: 5px -251px;
}
#colorshop-product-data ul.product_data_tabs li.advanced_options a,
.colorshop ul.cs-tabs li.advanced_options a {
  background-position: 5px -698px;
}
#colorshop-product-data ul.product_data_tabs li.variation_options a,
.colorshop ul.cs-tabs li.variation_options a {
  background-position: 5px -443px;
}
#colorshop-product-data ul.product_data_tabs li.active a,
.colorshop ul.cs-tabs li.active a {
  border-color: #DFDFDF;
  position: relative;
  background-color: #f8f8f8;
  color: #555;
  margin: 0 -1px 0 0;
  width: 113px;
}
@media only screen and (max-width: 900px) {
  #colorshop-product-data .panel-wrap {
    padding-left: 35px;
  }
  #colorshop-product-data .cs-tabs-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #f1f1f1;
    width: 28px;
    border-right: 1px solid #DFDFDF;
  }
  #colorshop-product-data ul.product_data_tabs,
  .colorshop ul.cs-tabs {
    width: 28px;
    margin-left: -35px;
  }
  #colorshop-product-data ul.product_data_tabs li a,
  .colorshop ul.cs-tabs li a {
    width: 28px;
    padding: 28px 0 0 0 !important;
    overflow: hidden;
    height: 0;
  }
  #colorshop-product-data ul.product_data_tabs li.active a,
  .colorshop ul.cs-tabs li.active a {
    width: 29px;
  }
}
#colorshop-product-data .inside,
#colorshop-product-type-options .inside,
#colorshop-order-data .inside,
#colorshop-order-downloads .inside,
#colorshop-coupon-data .inside {
  padding: 0;
  margin: 0;
}
.colorshop_options_panel,
.panel {
  padding: 9px 9px 9px 9px;
  color: #555;
}
.colorshop_page_settings .colorshop_options_panel,
.panel {
  padding: 0;
}
#colorshop-product-type-options .panel,
#colorshop-product-specs .inside {
  padding: 9px;
  margin: 0;
}
.colorshop_options_panel p,
#colorshop-product-type-options .panel p {
  margin: 0 0 9px;
  font-size: 12px;
  padding: 5px 9px;
  line-height: 24px;
}
.colorshop_options_panel p:after,
#colorshop-product-type-options .panel p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.colorshop_options_panel .checkbox,
table.colorshop_variable_attributes .checkbox {
  vertical-align: middle;
  margin: 7px 0;
  width: auto;
}
.colorshop_options_panel p {
  margin: 9px 0 9px;
}
.colorshop_options_panel label,
.colorshop_options_panel legend {
  float: left;
  width: 150px;
  padding: 0;
}
.colorshop_options_panel label .req,
.colorshop_options_panel legend .req {
  font-weight: bold;
  font-style: normal;
  color: red;
}
.colorshop_options_panel .description {
  padding: 0;
  margin: 0 0 0 7px;
}
.colorshop_options_panel .description-block {
  margin-left: 0;
  display: block;
}
.colorshop_options_panel textarea,
.colorshop_options_panel input,
.colorshop_options_panel select {
  margin: 0;
}
.colorshop_options_panel textarea {
  vertical-align: top;
  height: 3.5em;
  line-height: 1.5em;
}
.colorshop_options_panel input {
  width: 50%;
  float: left;
}
.colorshop_options_panel input.button {
  width: auto;
  margin-left: 8px;
}
.colorshop_options_panel select {
  float: left;
}
.colorshop_options_panel .short {
  width: 20%;
}
.colorshop_options_panel .sized {
  width: auto !important;
  margin-right: 6px;
}
.colorshop_options_panel .options_group {
  border-top: 1px solid white;
  border-bottom: 1px solid #DFDFDF;
}
.colorshop_options_panel .options_group:first-child {
  border-top: 0;
}
.colorshop_options_panel .options_group:last-child {
  border-bottom: 0;
}
.colorshop_options_panel .options_group fieldset {
  margin: 9px 0;
  font-size: 12px;
  padding: 5px 9px;
  line-height: 24px;
}
.colorshop_options_panel .options_group fieldset label {
  width: auto;
  float: none;
}
.colorshop_options_panel .options_group fieldset ul {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.colorshop_options_panel .options_group fieldset ul li {
  margin: 0;
  width: auto;
}
.colorshop_options_panel .options_group fieldset ul li input {
  width: auto;
  float: none;
  margin-right: 4px;
}
.colorshop_options_panel .dimensions_field .wrap input {
  margin-right: .2%;
  width: 6.6%;
}
.colorshop_options_panel .dimensions_field .wrap .last {
  margin-right: 0;
}
.colorshop_options_panel .upload_file_button {
  padding-left: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQ0lEQVQYV3WPUQoAMAhC1+E6tYdrFBgiW185X7biSAGolpkZfN6GJg1CA7ip0CYo+FzxBTqeE/7J1qGAXsTEAdxQfQHJTymZe4oqiAAAAABJRU5ErkJggg==) !important;
  background-color: #FEFEFE !important;
  background-repeat: no-repeat !important;
  background-position: 8px 7px !important;
}
#colorshop-product-data input.dp-applied {
  float: left;
}
#grouped_product_options,
#virtual_product_options,
#simple_product_options {
  padding: 12px;
  font-style: italic;
  color: #666;
}
/* CS Metabox Panels - used for attributes, download permissions etc */
.cs-metaboxes-wrapper .toolbar {
  margin: 0 !important;
  border-top: 1px solid white;
  border-bottom: 1px solid #DFDFDF;
  padding: 9px 12px !important;
}
.cs-metaboxes-wrapper .toolbar:first-child {
  border-top: 0;
}
.cs-metaboxes-wrapper .toolbar:last-child {
  border-bottom: 0;
}
.cs-metaboxes-wrapper p.toolbar {
  overflow: hidden;
  zoom: 1;
}
.cs-metaboxes-wrapper select.attribute_taxonomy,
.cs-metaboxes-wrapper button.add_attribute,
.cs-metaboxes-wrapper button.add_variable_attribute,
.cs-metaboxes-wrapper .fr {
  float: right;
  margin: 0 0 0 6px;
}
.cs-metaboxes-wrapper .cs-metaboxes {
  border-bottom: 1px solid #DFDFDF;
  padding: 0 12px 0;
}
.cs-metaboxes-wrapper .cs-metabox-sortable-placeholder {
  border-color: #bbb;
  background-color: #f5f5f5;
  margin-bottom: 9px;
  border-width: 1px;
  border-style: dashed;
}
.cs-metaboxes-wrapper .cs-metabox {
  background: #ececec;
  border: 1px solid #ececec;
  margin: 9px 0 !important;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.cs-metaboxes-wrapper .cs-metabox.closed {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cs-metaboxes-wrapper .cs-metabox h3 {
  margin: 0 !important;
  padding: 6px !important;
  font-size: 1em !important;
  overflow: hidden;
  zoom: 1;
  cursor: move;
}
.cs-metaboxes-wrapper .cs-metabox h3 button {
  float: right;
}
.cs-metaboxes-wrapper .cs-metabox h3 strong {
  font-weight: normal;
  line-height: 24px;
}
.cs-metaboxes-wrapper .cs-metabox h3 select {
  font-family: sans-serif;
}
.cs-metaboxes-wrapper .cs-metabox h3 .handlediv {
  background-position: 6px 5px !important;
  display: none;
  height: 24px;
}
.cs-metaboxes-wrapper .cs-metabox h3.fixed {
  cursor: pointer !important;
}
.cs-metaboxes-wrapper .cs-metabox:hover h3 .handlediv {
  display: block;
}
.cs-metaboxes-wrapper .cs-metabox table {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 3px;
}
.cs-metaboxes-wrapper .cs-metabox table td {
  text-align: left;
  padding: 6px 6px;
  vertical-align: top;
  border: 0;
}
.cs-metaboxes-wrapper .cs-metabox table td label {
  text-align: left;
  display: block;
  line-height: 21px;
}
.cs-metaboxes-wrapper .cs-metabox table td input {
  float: left;
  min-width: 200px;
}
.cs-metaboxes-wrapper .cs-metabox table td input,
.cs-metaboxes-wrapper .cs-metabox table td textarea {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 14px;
  padding: 4px;
  color: #555;
}
.cs-metaboxes-wrapper .cs-metabox table td .upload_file_button {
  font-size: 12px;
  padding: 3px 8px 3px 20px;
  line-height: 1;
}
.cs-metaboxes-wrapper .cs-metabox table td select,
.cs-metaboxes-wrapper .cs-metabox table td .chzn-container {
  width: 100% !important;
}
.cs-metaboxes-wrapper .cs-metabox table td input.short {
  width: 200px;
}
.cs-metaboxes-wrapper .cs-metabox table td input.checkbox {
  width: auto;
  min-width: inherit;
  vertical-align: middle;
  display: inline;
  float: none;
}
.cs-metaboxes-wrapper .cs-metabox table td.attribute_name {
  width: 200px;
}
.cs-metaboxes-wrapper .cs-metabox table .plus,
.cs-metaboxes-wrapper .cs-metabox table .minus {
  margin-top: 6px;
}
.cs-metaboxes-wrapper .cs-metabox table .fl {
  float: left;
}
.cs-metaboxes-wrapper .cs-metabox table .fr {
  float: right;
}
.cs-metaboxes-wrapper .expand_all,
.cs-metaboxes-wrapper .close_all {
  float: right;
  margin-left: 9px;
  line-height: 22px;
  padding-left: 20px;
  background-image: url(../images/icons/edit_variations.png) !important;
  background-repeat: no-repeat;
  background-position: 1px -61px;
}
.cs-metaboxes-wrapper .expand_all {
  background-position: 1px -82px;
}
.cs-metaboxes-wrapper a.plus,
.cs-metaboxes-wrapper a.minus {
  padding-left: 20px;
  background-image: url(../images/icons/edit_variations.png) !important;
  background-color: #FEFEFE !important;
  background-repeat: no-repeat !important;
  background-position: 1px -1px;
}
.cs-metaboxes-wrapper a.plus:hover,
.cs-metaboxes-wrapper a.minus:hover {
  background-position: 1px 0px;
}
.cs-metaboxes-wrapper a.plus {
  background-position: 1px 0px;
}
.cs-metaboxes-wrapper a.minus {
  background-position: 1px -41px;
}
/* Configuration */
#variable_product_options p.toolbar strong {
  margin: 0 6px 0 0;
  float: left;
  line-height: 23px;
}
#variable_product_options p.toolbar .button,
#variable_product_options p.toolbar select {
  margin: 0 6px 0 0;
  float: left;
}
#variable_product_options p.toolbar a.set,
#variable_product_options p.toolbar a.toggle,
#variable_product_options p.toolbar a.delete_variations {
  padding-left: 20px;
  background-image: url(../images/icons/edit_variations.png) !important;
  background-color: #FEFEFE !important;
  background-repeat: no-repeat !important;
  background-position: 1px 0px;
}
#variable_product_options p.toolbar a.set {
  background-position: 1px 0px;
}
#variable_product_options p.toolbar a.toggle {
  background-position: 1px -21px;
}
#variable_product_options p.toolbar a.delete_variations {
  background-position: 1px -41px;
}
#variable_product_options p.toolbar .add_variation,
#variable_product_options p.toolbar .link_all_variations,
#variable_product_options p.toolbar .fr {
  float: right;
  margin: 0 0 0 6px;
}
#variable_product_options .colorshop_variation table {
  background: #f5f5f5;
  padding: 6px;
}
#variable_product_options .colorshop_variation table td input {
  min-width: inherit !important;
}
#variable_product_options .colorshop_variation table td.dimensions_field input {
  width: 32%;
  margin-right: 2%;
}
#variable_product_options .colorshop_variation table td.dimensions_field .last {
  margin-right: 0;
}
#variable_product_options .colorshop_variation table td.options {
  width: 150px;
}
#variable_product_options .colorshop_variation table td.options label {
  margin-bottom: 6px;
}
#variable_product_options .colorshop_variation table td.data {
  padding: 0 0 0 12px;
}
#variable_product_options .colorshop_variation table td.data table.data_table {
  width: 100%;
  padding: 0 12px 6px 12px;
  background: #fff;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#variable_product_options .colorshop_variation table td.data table.data_table td {
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#variable_product_options .colorshop_variation table td.data table.data_table:before {
  content: "";
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  margin: 0 0 0 -1px;
  border: 7px solid #dfdfdf;
  border-color: transparent transparent transparent #dfdfdf;
}
#variable_product_options .colorshop_variation table td.data table.data_table:after {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  left: 0;
  margin: 0 0 0 -1px;
  border: 6px solid #f5f5f5;
  border-color: transparent transparent transparent #f5f5f5;
}
#variable_product_options .colorshop_variation table td.upload_image {
  white-space: nowrap;
  width: 75px;
}
#variable_product_options .colorshop_variation table td.upload_image img {
  float: none;
  width: 73px;
  border: 1px solid #dfdfdf;
}
#variable_product_options .colorshop_variation table td.upload_image .button {
  margin: 0;
  padding: 4px 10px;
  width: auto;
  float: none;
  vertical-align: middle;
}
#variable_product_options .colorshop_variation table td.upload_image .upload_image_button {
  display: block;
  position: relative;
}
#variable_product_options .colorshop_variation table td.upload_image .upload_image_button .overlay {
  display: none;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYGW2OUQrAMAhDFy8+dnKnwiuh2I+aJulDZebDkfSie1b28Q7EXWrfvSm60RQnkQUC8ja7owpmL6d4GdDZ0cNNHyIhZEj4QYCxze6orsluAh8AnR0xKPR07weXJi8JGd3qqwAAAABJRU5ErkJggg==) no-repeat center center;
}
#variable_product_options .colorshop_variation table td.upload_image .upload_image_button:hover .overlay {
  display: block;
}
#variable_product_options .colorshop_variation table td.upload_image .upload_image_button.remove .overlay {
  background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWElEQVQYGY2OUQ6AMAxCZdm9jSev65K3YKNm+6EFBlVEHDxJJ3Pi0C72xlBNyTs3jU7wEUTTIB51GCp2CL8HLpHEdaOLb/N2dfuq9NT0zOo/M9q6EaImsd/uViMLVuD4KAAAAABJRU5ErkJggg==) no-repeat center center;
}
#variable_product_options .colorshop_variation table td .file_path_field .upload_file_button {
  text-align: center;
  width: auto;
  margin: 5px 0 0 0;
  padding: 3px 8px 3px 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAQ0lEQVQYV3WPUQoAMAhC1+E6tYdrFBgiW185X7biSAGolpkZfN6GJg1CA7ip0CYo+FzxBTqeE/7J1qGAXsTEAdxQfQHJTymZe4oqiAAAAABJRU5ErkJggg==) !important;
  background-color: #FEFEFE !important;
  background-repeat: no-repeat !important;
  background-position: 8px 7px !important;
}
#variable_product_options .colorshop_variation table .cancel_sale_schedule,
#variable_product_options .colorshop_variation table .sale_schedule {
  float: right;
}
#variable_product_options .colorshop_variation table tr.sale_price_dates_fields td {
  padding-right: 24px;
  position: relative;
}
#variable_product_options .colorshop_variation table tr.sale_price_dates_fields td img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 0;
  margin: 0 0 6px;
}
/* Tooltips */
.tips {
  cursor: help;
  text-decoration: none;
}
img.tips {
  padding: 5px 0 0 0;
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  padding: 4px 8px;
  background: #657ea0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#tiptip_content code {
  background: #5a6b83;
  padding: 1px;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #657ea0;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #657ea0;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #657ea0;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #657ea0;
}
/* Datepicker */
img.ui-datepicker-trigger {
  vertical-align: middle;
  margin-top: -1px;
  cursor: pointer;
}
.colorshop_options_panel img.ui-datepicker-trigger,
.cs-metabox-content img.ui-datepicker-trigger {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  margin-left: 4px;
}
#ui-datepicker-div {
  display: none;
}
/* Reports */
.colorshop-reports-wrap {
  margin-left: 300px;
  padding-top: 18px;
}
.colorshop-reports-wrap.halved {
  margin: 0;
  overflow: hidden;
  zoom: 1;
}
.colorshop-reports-wrap .postbox h3 {
  cursor: default !important;
}
.colorshop-reports-wrap .postbox .stat {
  font-size: 1.5em !important;
  font-weight: bold;
  text-align: center;
}
.colorshop-reports-wrap .postbox .chart {
  padding: 16px 16px 0;
}
.colorshop-reports-wrap .colorshop-reports-main {
  float: left;
  min-width: 100%;
}
.colorshop-reports-wrap .colorshop-reports-main table td {
  padding: 9px;
}
.colorshop-reports-wrap .colorshop-reports-sidebar {
  display: inline;
  width: 281px;
  margin-left: -300px;
  clear: both;
  float: left;
}
.colorshop-reports-wrap .colorshop-reports-left {
  width: 49.5%;
  float: left;
}
.colorshop-reports-wrap .colorshop-reports-right {
  width: 49.5%;
  float: right;
}
.colorshop-wide-reports-wrap {
  padding-bottom: 11px;
}
.colorshop-wide-reports-wrap .widefat .export-data {
  float: right;
}
.colorshop-wide-reports-wrap .widefat th,
.colorshop-wide-reports-wrap .widefat td {
  vertical-align: middle;
  padding: 7px;
}
form.report_filters p {
  vertical-align: middle;
}
form.report_filters label,
form.report_filters input,
form.report_filters div {
  vertical-align: middle;
}
/* Chart tooltips */
#tooltip {
  color: #fff;
  font-size: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.80;
}
/* Custom charts */
table.bar_chart {
  width: 100%;
}
table.bar_chart thead th {
  text-align: left;
  color: #ccc;
  padding: 6px 0;
}
table.bar_chart tbody th {
  padding: 6px 0;
  width: 25%;
  text-align: left !important;
  font-weight: normal !important;
  border-bottom: 1px solid #fee;
}
table.bar_chart tbody td {
  text-align: right;
  line-height: 24px;
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #fee;
}
table.bar_chart tbody td span {
  color: #456187;
  display: block;
}
table.bar_chart tbody td span.alt {
  color: #47a03e;
  margin-top: 6px;
}
table.bar_chart tbody td.bars {
  position: relative;
  text-align: left;
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #fee;
}
table.bar_chart tbody td.bars span,
table.bar_chart tbody td.bars a {
  text-decoration: none;
  clear: both;
  background: #456187;
  float: left;
  display: block;
  line-height: 24px;
  height: 24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
table.bar_chart tbody td.bars span.alt {
  clear: both;
  background: #47a03e;
}
table.bar_chart tbody td.bars span.alt span {
  margin: 0;
  color: #c5dec2 !important;
  text-shadow: 0 1px 0 #47a03e;
  background: transparent;
}
/* Chosen multiselect enhancement
----------------------------------*/
#colorshop_allowed_countries_chzn .chzn-search,
#colorshop_file_download_method_chzn .chzn-search {
  display: none;
}
.chzn-container-single .chzn-single {
  height: 24px;
  line-height: 25px;
}
.chzn-container-single .chzn-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0 2px !important;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px !important;
}
.chzn-container-single .chzn-search input {
  line-height: 13px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.chzn-container .chzn-drop {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.chzn-container-multi .chzn-choices .search-field input {
  height: 21px !important;
}
.colorshop_options_panel .chzn-container-multi {
  width: 50% !important;
  float: left;
}
.colorshop_options_panel .chzn-container-multi .search-field {
  min-width: 50%;
}
.colorshop_options_panel .chzn-container-multi .search-field input {
  min-width: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #icon-colorshop,
  .colorshop_icon,
  .icon32-posts-product,
  .icon32-posts-shop_order,
  .icon32-posts-shop_coupon,
  .icon32-posts-product_variation {
    background-image: url(../images/icons/colorshop-icons-x2.png) !important;
    background-size: 986px 91px !important;
  }
  #colorshop_extensions {
    background-image: url(../images/icons/cs_icon@2x.png);
    background-size: 16px 17px;
    background-position: 6px 6px;
  }
  table.wp-list-table span.product-type {
    background-image: url(../images/product_types-x2.png) !important;
    background-size: 96px 16px !important;
  }
  #colorshop-product-data ul.product_data_tabs li.general_options a,
  #colorshop-product-data ul.product_data_tabs li.tax_options a,
  #colorshop-product-data ul.product_data_tabs li.inventory_options a,
  #colorshop-product-data ul.product_data_tabs li.shipping_options a,
  #colorshop-product-data ul.product_data_tabs li.linked_product_options a,
  #colorshop-product-data ul.product_data_tabs li.attribute_options a,
  #colorshop-product-data ul.product_data_tabs li.variation_options a,
  #colorshop-product-data ul.product_data_tabs li.advanced_options a {
    background-image: url(../images/icons/cs-tab-icons-x2.png) !important;
    background-size: 17px 720px !important;
  }
  .cs-metaboxes-wrapper a.plus,
  .cs-metaboxes-wrapper a.minus,
  .cs-metaboxes-wrapper .expand_all,
  .cs-metaboxes-wrapper .close_all {
    background-image: url(../images/icons/edit_variations@2x.png) !important;
    background-size: 21px 165px;
  }
  .cs-metaboxes-wrapper a.plus:hover,
  .cs-metaboxes-wrapper a.minus:hover,
  .cs-metaboxes-wrapper .expand_all:hover,
  .cs-metaboxes-wrapper .close_all:hover {
    background-size: 21px 165px;
  }
  #variable_product_options p.toolbar a.set,
  #variable_product_options p.toolbar a.toggle,
  #variable_product_options p.toolbar a.delete_variations {
    background-image: url(../images/icons/edit_variations@2x.png) !important;
    background-size: 21px 165px;
  }
  #variable_product_options p.toolbar a.set:hover,
  #variable_product_options p.toolbar a.toggle:hover,
  #variable_product_options p.toolbar a.delete_variations:hover {
    background-size: 21px 165px;
  }
  .widefat .column-order_status mark.pending {
    background-image: url(../images/icons/pending@2x.png);
    background-size: 10px 8px;
  }
  .widefat .column-order_status mark.completed {
    background-image: url(../images/icons/completed@2x.png);
    background-size: 10px 8px;
  }
  .widefat .column-order_status mark.on-hold {
    background-image: url(../images/icons/on-hold@2x.png);
    background-size: 10px 10px;
  }
  .widefat .column-order_status mark.failed {
    background-image: url(../images/icons/failed@2x.png);
    background-size: 10px 8px;
  }
  .widefat .column-order_status mark.cancelled {
    background-image: url(../images/icons/cancelled@2x.png);
    background-size: 10px 8px;
  }
  .widefat .column-order_status mark.processing {
    background-image: url(../images/icons/st-processing@2x.png);
    background-size: 10px 8px;
  }
  .widefat .column-order_status mark.refunded {
    background-image: url(../images/icons/refunded@2x.png);
    background-size: 10px 8px;
  }
  .button.cs-reload span {
    background-image: url(../images/icons/reload@2x.png);
    background-size: 12px 12px;
  }
}
/* ColorShop styles */
#cs-edit-address .form-row .chzn-container {
  width: 100% !important;
}
#cs-edit-address .form-row .chzn-container-single .chzn-single {
  height: 28px;
  line-height: 29px;
}
#cs-edit-address .form-row .chzn-container-single .chzn-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0 3px !important;
}
#cs-edit-address .form-row .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 4px !important;
}
#cs-edit-address .form-row .chzn-container-single .chzn-search input {
  line-height: 13px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#cs-edit-address .form-row .chzn-container .chzn-drop {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  #cs-edit-address .form-row .chzn-container-single .chzn-single div b {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-position: 0 5px !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
  #cs-edit-address .form-row .chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 5px !important;
  }
}
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../images/chosen-sprite.png') -44px 2px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -44px -9px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -44px -9px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../images/chosen-sprite.png') no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #ffffff url('../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('../images/chosen-sprite.png') -44px 2px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -44px -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -44px -9px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */

  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: -44px 2px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #ffffff url('../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-container-active .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
/* @end */
