﻿/* hellcat 
    Copyright 2015 Barrett-Jackson Auction Co. LLC
    Developed for use with bootstrap 3.x
    Mark Toth
    */


.hellcat-wizard-pane {
    border: solid 1px #ddd;
    margin-bottom: 20px;
}

.hellcat-wizard-left {
    /*background-color: #ddd;*/
    padding: 10px;
}

.hellcat-wizard-right {
    padding: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: white;
}
.hellcat-rounded0 {
    border-radius: 0px;
}
.hellcat-badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.hellcat-badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.hellcat-badge-error {
  background-color: #b94a48;
}
.hellcat-badge-error:hover {
  background-color: #953b39;
}
.hellcat-badge-important {
  background-color: #b94a48;
}
.hellcat-badge-important:hover {
  background-color: #953b39;
}
.hellcat-badge-warning {
  background-color: #f89406;
}
.hellcat-badge-warning:hover {
  background-color: #c67605;
}
.hellcat-badge-success {
  background-color: #468847;
}
.hellcat-badge-success:hover {
  background-color: #356635;
}
.hellcat-badge-info {
  background-color: #3a87ad;
}
.hellcat-badge-info:hover {
  background-color: #2d6987;
}
.hellcat-badge-inverse {
  background-color: #333333;
}
.hellcat-badge-inverse:hover {
  background-color: #1a1a1a;
}
.hellcat-body {
  background-color: #286090;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.hellcat-alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hellcat-alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.hellcat-drag-drop-handler {
  padding: 9px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
  min-height: 40px;
}
.hellcat-drag-drop-handler-over {
  background-color: #ccc !important;
  border: 2px dashed black;
}
.hellcat-upload-success-container {
  padding: 9px 15px;
  border: 1px solid #5cb85c;
  background-color: lightgreen;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
  min-height: 40px;
}
.hellcat-btn-file {
  position: relative;
  overflow: hidden;
}
.hellcat-btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.hellcat-img-preview-container {
  padding: 9px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
}
.hellcat-file-input-container {
  margin-bottom: 10px;
}
.hellcat-row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hellcat-btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hellcat-btn-inverse:hover,
.hellcat-btn-inverse:focus,
.hellcat-btn-inverse:active,
.hellcat-btn-inverse.active,
.hellcat-btn-inverse.disabled,
.hellcat-btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hellcat-btn-inverse:active,
.hellcat-btn-inverse.active {
  background-color: #080808 \9;
}
.hellcat-btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.hellcat-table-norowlines td {
  border-top: none !important;
}
.hellcat-required-field {
  background-color: #ffeeee;
}
.hellcat-text-high-priority {
  color: #ff0000;
}
.hellcat-text-medium-priority {
  color: orange;
}
.hellcat-text-low-priority {
  color: lightgreen;
}
.hellcat-bg-fieldadjust {
  color: #c9302c;
}
.table tbody tr.hellcat-bg-blue > td {
  background-color: #286090;
  color: white;
}
.hellcat-bg-default {
  background-color: #eeffee !important;
}
.hellcat-bg-pink {
  background-color: #ffeeee !important;
  color: #000 !important;
}
.hellcat-bg-blue-black {
  background-color: #286090;
  color: black;
}
.hellcat-bg-blue {
  background-color: #286090;
  color: white;
}
.hellcat-bg-red {
  background-color: #c9302c;
  color: white;
}
.hellcat-bg-green {
  background-color: #5cb85c;
  color: white;
}
.hellcat-bg-orange {
  background-color: orange;
  color: white;
}
.hellcat-heading {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px 15px;
  display: block;
}
.hellcat-section {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}
.hellcat-section-heading {
  border-bottom: 0;
  display: block;
  padding: 8px 15px;
  background-color: #f5f5f5;
  font-size: 16px;
}
.hellcat-section-inner {
  padding: 9px 15px;
  border-top: 1px solid #ddd;
}
.hellcat-section-inner-nopadding {
  padding: 0px;
  border-top: 1px solid #ddd;
}
.hellcat-section-footer {
  padding: 8px 15px;
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  display: block;
}
.hellcat-field-adjusted {
  /*required*/
  background-color: transparent;
  filter: light;
  /*fine tuning*/
  font-weight: 100;
  font-family: Tahoma;
  border: 2px solid;
  border-color: #c9302c;
  letter-spacing: 1px;
}
.hellcat-textcounter {
  margin-top: 5px;
  margin-right: 10px;
  width: 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hellcat-checkbox label {
  display: inline-block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}
.hellcat-checkbox input {
  vertical-align: middle;
}
.hellcat-checkbox label span {
  vertical-align: middle;
}
.hellcat-checkbox input[type=checkbox] {
  display: none;
}
.hellcat-checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #c9302c;
  font-size: 24px;
  letter-spacing: 10px;
}
.hellcat-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #5cb85c;
  font-size: 24px;
  letter-spacing: 8px;
}
.hellcat-checkbox-disabled label {
  display: inline-block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}
.hellcat-checkbox-disabled input {
  vertical-align: middle;
}
.hellcat-checkbox-disabled label span {
  vertical-align: middle;
}
.hellcat-checkbox-disabled input[type=checkbox] {
  display: none;
}
.hellcat-checkbox-disabled input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.hellcat-checkbox-disabled input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #ccc;
  font-size: 24px;
  letter-spacing: 8px;
}
.hellcat-radio label {
  display: inline-block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}
.hellcat-radio input {
  vertical-align: middle;
}
.hellcat-radio label span {
  vertical-align: middle;
}
.hellcat-radio input[type=radio] {
  display: none;
}
.hellcat-radio input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f057";
  color: #c9302c;
  font-size: 24px;
  letter-spacing: 10px;
}
.hellcat-radio input[type=radio]:checked + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f058";
  color: #5cb85c;
  font-size: 24px;
  letter-spacing: 8px;
}
.hellcat-radio-disabled label {
  display: inline-block;
  float: left;
  padding-right: 10px;
  white-space: nowrap;
}
.hellcat-radio-disabled input {
  vertical-align: middle;
}
.hellcat-radio-disabled label span {
  vertical-align: middle;
}
.hellcat-radio-disabled input[type='radio'] {
  display: none;
}
.hellcat-radio-disabled input[type='radio'] + label:before {
  pointer-events: none;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f057";
  color: #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.hellcat-radio-disabled input[type='radio']:checked + label:before {
  pointer-events: none;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f058";
  color: #ccc;
  font-size: 24px;
  letter-spacing: 8px;
}
.hellcat-checkbox-sm label {
  display: inline-block;
  float: left;
  padding-right: 5px;
  white-space: nowrap;
}
.hellcat-checkbox-sm input {
  vertical-align: middle;
}
.hellcat-checkbox-sm label span {
  vertical-align: middle;
}
.hellcat-checkbox-sm input[type=checkbox] {
  display: none;
}
.hellcat-checkbox-sm input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #c9302c;
  font-size: 12px;
  letter-spacing: 10px;
}
.hellcat-checkbox-sm input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #5cb85c;
  font-size: 12px;
  letter-spacing: 8px;
}
.hellcat-radio-sm label {
  display: inline-block;
  float: left;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: normal;
}
.hellcat-radio-sm input {
  vertical-align: middle;
}
.hellcat-radio-sm label span {
  vertical-align: middle;
}
.hellcat-radio-sm input[type=radio] {
  display: none;
}
.hellcat-radio-sm input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f057";
  color: #c9302c;
  font-size: 12px;
  letter-spacing: 10px;
}
.hellcat-radio-sm input[type=radio]:checked + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f058";
  color: #5cb85c;
  font-size: 12px;
  letter-spacing: 8px;
}
.hellcat-radio-md label {
  display: inline-block;
  float: left;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
}
.hellcat-radio-md input {
  vertical-align: middle;
}
.hellcat-radio-md label span {
  vertical-align: middle;
}
.hellcat-radio-md input[type=radio] {
  display: none;
}
.hellcat-radio-md input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f057";
  color: #c9302c;
  font-size: 16px;
  letter-spacing: 10px;
}
.hellcat-radio-md input[type=radio]:checked + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f058";
  color: #5cb85c;
  font-size: 16px;
  letter-spacing: 10px;
}
.hellcat-checkbox-md label {
  display: inline-block;
  float: left;
  padding-right: 5px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: normal;
}
.hellcat-checkbox-md input {
  vertical-align: middle;
}
.hellcat-checkbox-md label span {
  vertical-align: middle;
}
.hellcat-checkbox-md input[type=checkbox] {
  display: none;
}
.hellcat-checkbox-md input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #c9302c;
  font-size: 16px;
  letter-spacing: 10px;
}
.hellcat-checkbox-md input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #5cb85c;
  font-size: 16px;
  letter-spacing: 8px;
}
.hellcat-input-tiny {
  height: 20px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
}
select.hellcat-input-tiny {
  height: 20px;
  line-height: 20px;
  padding: 0px 2px;
}
.hellcat-table-tiny > thead > tr > th,
.hellcat-table-tiny > tbody > tr > th,
.hellcat-table-tiny > tfoot > tr > th,
.hellcat-table-tiny > thead > tr > td,
.hellcat-table-tiny > tbody > tr > td,
.hellcat-table-tiny > tfoot > tr > td {
  padding: 2px;
  font-size: 11px;
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Form Progress */
.hellcat-progress {
  width: 1000px;
  /*margin: 20px auto;*/
  text-align: center;
  font-family: "Open Sans";
}
.hellcat-progress .circle,
.hellcat-progress .bar {
  display: inline-block;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #d5d5da;
}
.hellcat-progress .bar {
  position: relative;
  width: 80px;
  height: 6px;
  margin: 0 -5px 17px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.hellcat-progress .circle .label {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 52px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 24px;
}
.hellcat-progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
  font-family: Roboto, Arial, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
/* Done / Active */
.hellcat-progress .bar.done,
.hellcat-progress .circle.done {
  background: #eee;
}
.hellcat-progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.hellcat-progress .circle.done .label {
  color: #FFF;
  background: #286090;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.hellcat-progress .circle.done .title {
  color: #444;
}
.hellcat-progress .circle.active .label {
  color: #FFF;
  background: #c9302c;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.hellcat-progress .circle.active .title {
  color: #c9302c;
  font-weight: bold;
  font-size: larger;
}
.hellcat-first-letter {
  float: left;
  font-size: 500%;
  margin-top: 0px;
  margin-right: 5px;
  /*color: #8C8273;*/
  /*border:solid 1px black;*/
  vertical-align: top;
  line-height: 80%;
  padding-top: 0px;
  /*font-style: italic;*/
  font-weight: bolder;
}

.hellcat-responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.hellcat-responsive-video iframe,
.hellcat-responsive-video object,
.hellcat-responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}