/**
 * @group Color
 * @label Base Color (used for navbar, widget titles, etc.)
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Header/Footer Color
 * @type color
 * @default_value #222
 */
/**
 * @group Color
 * @label Pre-Footer Color
 * @type color
 * @default_value #ddd
 */
/**
 * @group Color
 * @label Color of links
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Hover color of links
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Background color of post meta boxes (author bio, related posts, etc.)
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Body Background Color
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Page Background Color
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Text Color
 * @type color
 * @default_value #333
 */
/**
 * @group Basics
 * @label Default Vertical Spacing
 * @type pixels
 * @default_value 24px
 */
/**
 * @group Typography
 * @label Sans Font Family
 * @type text
 * @default_value "Helvetica Neue", Helvetica, Arial, sans-serif
 */
/**
 * @group Typography
 * @label Serif Font Family
 * @type text
 */
/**
 * @group Typography
 * @label Base Font Size
 * @type pixels
 */
/**
 * @group Typography
 * @label Sans Font Family
 * @type dropdown
 * @options @serifFontFamily|@sansFontFamily
 * @default_value @serifFontFamily
 */
/**
 * @group Typography
 * @label Base Line Height
 * @type text
 * @default_value 1.5
 */
#content {
  /* Add a job */

  /* Job listing page */

  /* Error messages */

}
#content .wpjb-field input[type="checkbox"] {
  float: left;
  margin: 4px 10px 0 0;
}
#content .wpjb-submit {
  border-color: #ccc;
  background-color: #ddd;
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#content .wpjb-submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#content .wpjb-form div input[type=text],
#content .wpjb-form div input[type=password],
#content .wpjb-form div select {
  max-width: 100%;
  height: 32px;
}
#content .wpjb-form div label.wpjb-label {
  width: 34%;
}
#content .wpjb-form fieldset {
  width: 100%;
  margin: 0 0 20px 0;
}
#content .wpjb-form fieldset > div {
  margin: 0 0 10px 0;
}
#content .wpjb-form fieldset legend {
  border-bottom: 1px solid #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  line-height: 2;
  background: none;
}
#content ul.wpjb-add-job-steps {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content ul.wpjb-add-job-steps li {
  padding: 5px 0;
  width: 33%;
  text-align: center;
  font-weight: normal;
}
#content ul.wpjb-add-job-steps .wpjb-step-current {
  background: #eee;
}
#content .wpjb-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #555;
  margin: 0 0 12px 0;
}
#content table.wpjb-info tbody tr td:last-child {
  border-right: 1px solid #E7E7E7;
}
#content .wpjb-form .wp-editor-container {
  border: 1px solid #ccc;
}
#content .wpjb-listing-type-item {
  float: left;
  min-width: 125px;
}
#content .wpjb-listing-type-item .wpjb-listing-type-input[type="radio"] {
  margin: 0 10px 6px 0;
}
#content .wpjb-listing-type-item > span {
  color: #777;
  margin: 0 10px 0 0;
}
#content .wpjb-listing-type-item > span.wpjb-listing-type-item-s1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}
#content #wpjb-main table.wpjb-info td:last-child {
  padding-left: 32px;
}
#content #wpjb-main table.wpjb-info td {
  background-position: 6px center;
}
#content .wpjb-error {
  padding: 10px;
  background: #f2dede;
  border: 1px solid #eed3d7;
  border-radius: 4px;
}
#content .wpjb-error .wpjb-errors {
  color: #b94a48;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  clear: both;
  margin: 4px 0 0 0;
}
#content .wpjb-form ul.wpjb-errors li {
  list-style-type: none;
  margin: 0;
}
