/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
label.shortcode.label {
  width: 100%;
}
.clear {
  clear: both;
}
#accordion a {
  text-decoration: none;
}
.panel-collapse .panel-body > div {
  margin-bottom: 10px;
}
.label {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.labelvalue {
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
}
input.labelvalue[type="text"] {
  border-color: #b0b0b0;
  width: 30%;
}
input.labelvalue[type="text"]:focus {
  border-color: #5b9dd9;
}
.option {
  border-radius: 4px;
  margin-bottom: 20px;
}

#countdown_shortcode_section_id .handle-actions.hide-if-no-js button,
#countdown_style_section_id .handle-actions.hide-if-no-js button,
#countdown_language_section_id .handle-actions.hide-if-no-js button,
#countdown_option_id .handle-actions.hide-if-no-js button,
#countdown_expire_section_id .handle-actions.hide-if-no-js button,
span.toggle-indicator::before {
  color: #fff;
}
#countdown_shortcode_section_id h2,
#countdown_style_section_id h2,
#countdown_language_section_id h2,
#countdown_option_id h2,
#countdown_expire_section_id h2 {
  color: #fff;
}
#countdown_shortcode_section_id .postbox-header,
#countdown_language_section_id .postbox-header,
#countdown_style_section_id .postbox-header,
#countdown_option_id .postbox-header,
#countdown_expire_section_id .postbox-header {
  background: #0073aa none repeat scroll 0 0;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
.option-body {
  padding: 20px;
}
.sp-replacer {
  margin-bottom: 10px !important;
}
.time-options {
  background-color: #32373c;
  padding: 20px;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 10px;
}
.display-none {
  display: none;
}
.hideTitle {
  margin-bottom: 25px;
}
.option-body select {
  width: 15%;
}
.display-none.time-options label.label {
  color: #fff;
}
