@charset "UTF-8";
.dealer-stats {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding: 0;
}
.dealer-stats .fa-warning {
  color: #e67e22;
}
.dealer-stats .dealer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 8px 11px;
  font-size: 120%;
  margin-bottom: 10px;
}
.dealer-stats .dealer-name.red {
  background-color: rgba(225, 33, 49, 0.1);
  border-bottom: 2px solid #e12131;
}
.dealer-stats .dealer-name.orange {
  background-color: rgba(230, 126, 34, 0.1);
  border-bottom: 2px solid #e67e22;
}
.dealer-stats .dealer-name.green {
  background-color: rgba(114, 192, 44, 0.1);
  border-bottom: 2px solid #72c02c;
}
.dealer-stats span {
  font-weight: bold;
}
.dealer-stats span::after {
  content: "\a";
  white-space: pre;
}
.dealer-stats label {
  font-weight: normal;
  margin: 0 0 0 5px;
  min-width: 100px;
}
.dealer-stats-filter {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
}
.dealer-stats-pagination {
  line-height: 34px;
  text-align: right;
}
.dealer-stats-pagination .fa {
  cursor: pointer;
}
.dealer-stats-pagination input[type=number] {
  width: auto;
  border: none;
  width: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .dealer-stats-pagination {
    text-align: center;
  }
  .dealer-stats-filter .btn-group-wrap {
    text-align: center;
    float: none;
    clear: both;
  }
}
.table.find-dealer tr td {
  line-height: 30px;
}
.table.find-dealer tr td:first-child {
  width: 30px;
}
.table.find-dealer tr td:nth-child(2) {
  width: 45px;
}
.assign-dealership {
  display: block;
}
.assign-dealership .form-control {
  padding: 3px 5px;
}
.issue-wrap {
  position: relative;
}
.issue-wrap .label {
  font-weight: 300;
  letter-spacing: 0.02em;
}
.issue-submitted {
  color: #e12131;
}
.issue-in-progress {
  color: #f39c12;
}
.issue-resolved {
  color: #66ab27;
}
.issue-submitted-marker,
.issue-in-progress-marker,
.issue-resolved-marker {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}
.issue-submitted-marker {
  background-color: #e12131;
}
.issue-in-progress-marker {
  background-color: #f39c12;
}
.issue-resolved-marker {
  background-color: #66ab27;
}
.dealership-wrapper {
  background-color: #FFF;
}
.dealership-info-list .dealership-title {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0;
  padding: 5px;
  height: 38px;
  line-height: 38px;
}
.success-rating .active-cars {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background-color: #27ae60;
}
.success-rating .active-cars:hover {
  background-color: #27ae60;
}
.success-rating .failed-new {
  height: 100%;
  background-color: #f39c12;
  float: right;
}
.success-rating .failed-new:hover {
  background-color: #f39c12;
}
.success-rating .failed-used {
  height: 100%;
  background-color: #e12131;
  float: right;
}
.success-rating .failed-used:hover {
  background-color: #e12131;
}
.title-right.rank-right {
  background-color: #dbdbdb;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -10px;
  border-radius: 0 5px 0 0;
  border-left: 1px solid #ccc;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#admin-page-title {
  width: 100%;
  display: block;
  clear: both;
  font-size: 1.45em;
  line-height: 24px;
  text-align: center;
  color: #555;
  padding: 17px 0 13px 0;
}
#admin-page-title::before,
#admin-page-title::after {
  content: "\2014";
}
.admin-payment-type-btn {
  position: relative;
  float: left;
  cursor: pointer;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2em;
  border: 1px solid transparent;
}
.admin-payment-type-btn span {
  position: absolute;
  right: 3px;
  bottom: 1px;
  font-size: 0.8em;
  line-height: 0.95em;
}
#admin-payment-all:hover,
#admin-payment-charged:hover,
#admin-payment-pending:hover,
#admin-payment-refunded:hover,
#admin-payment-failed:hover,
#admin-payment-disputed:hover,
#admin-payment-completed:hover,
#admin-payment-claimable:hover,
#admin-payment-all.active,
#admin-payment-charged.active,
#admin-payment-pending.active,
#admin-payment-refunded.active,
#admin-payment-failed.active,
#admin-payment-disputed.active,
#admin-payment-completed.active,
#admin-payment-claimable.active {
  background-color: #fff;
  color: #555;
  font-weight: bolder;
}
#admin-payment-all {
  background-color: #555;
  color: #fff;
}
#admin-payment-all:hover,
#admin-payment-all.active {
  border-color: #555;
}
#admin-payment-charged {
  background-color: #72c02c;
  color: #fff;
}
#admin-payment-charged:hover,
#admin-payment-charged.active {
  border-color: #72c02c;
}
#admin-payment-pending {
  background-color: #f1c40f;
  color: #fff;
}
#admin-payment-pending:hover,
#admin-payment-pending.active {
  border-color: #f1c40f;
}
#admin-payment-refunded {
  background-color: #e67e22;
  color: #fff;
}
#admin-payment-refunded:hover,
#admin-payment-refunded.active {
  border-color: #e67e22;
}
#admin-payment-disputed {
  background-color: #e12131;
  color: #fff;
}
#admin-payment-disputed:hover,
#admin-payment-disputed.active {
  border-color: #e12131;
}
#admin-payment-claimable {
  background-color: #814fb5;
  color: #fff;
}
#admin-payment-claimable:hover,
#admin-payment-claimable.active {
  border-color: #814fb5;
}
#admin-payment-failed {
  background-color: #4765a0;
  color: #fff;
}
#admin-payment-failed:hover,
#admin-payment-failed.active {
  border-color: #4765a0;
}
#admin-payment-completed {
  background-color: #3498db;
  color: #fff;
}
#admin-payment-completed:hover,
#admin-payment-completed.active {
  border-color: #3498db;
}
.admin-payment-subtype-btn {
  float: left;
  width: 100%;
  cursor: pointer;
  line-height: 4em;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #fafafa;
  color: #555;
  font-size: 0.9em;
}
.admin-payment-subtype-btn:hover,
.admin-payment-subtype-btn.active {
  background-color: #fff;
  border-color: #000;
  font-weight: bolder;
}
.admin-payments-table {
  font-size: 1.05em;
}
.admin-payments-table tr th:last-child,
.admin-payments-table tr td:last-child {
  width: 75px;
  text-align: center;
}
.admin-payments-table tr th:first-child,
.admin-payments-table tr td:first-child {
  width: 20px;
}
.admin-payments-table tr th span,
.admin-payments-table tr td span {
  display: block;
  border-radius: 2px;
  width: 10px;
  height: 19px;
}
.admin-payments-table tr th span.all,
.admin-payments-table tr td span.all {
  background-color: #555;
}
.admin-payments-table tr td span.charged {
  background-color: #72c02c;
}
.admin-payments-table tr td span.pending {
  background-color: #f1c40f;
}
.admin-payments-table tr td span.refunded {
  background-color: #e67e22;
}
.admin-payments-table tr td span.disputed {
  background-color: #e12131;
}
.admin-payments-table tr td span.claimable {
  background-color: #814fb5;
}
.admin-payments-table tr td span.failed {
  background-color: #4765a0;
}
.admin-payments-table tr td span.completed {
  background-color: #3498db;
}
.admin-payments-table i.fa-comment {
  margin-right: 4px;
}
.admin-payment-details span {
  display: block;
  float: left;
  width: 50%;
  padding-bottom: 3px;
}
.admin-payment-details span:nth-child(odd) {
  width: 50%;
  font-weight: bold;
}
.admin-payment-details span:nth-child(even) {
  width: 50%;
}
.d-tab .lead-type,
.d-tab .lead-subtype {
  text-align: center;
  padding: 6px 0;
  border: 1px solid #1560b8;
  color: #1560b8;
  cursor: pointer;
  background-color: #f7f7f7;
}
.d-tab .lead-type:hover,
.d-tab .lead-subtype:hover,
.d-tab .lead-type.active,
.d-tab .lead-subtype.active {
  background-color: #1560b8;
  color: #fff;
}
.leads-section {
  display: none;
  padding: 5px 5px 5px 5px;
}
.leads-section.active {
  display: block;
}
.admin-trans-tab {
  width: 100%;
  float: left;
  border: 2px solid #bbb;
  color: #777;
  text-align: center;
  padding: 3px;
  cursor: pointer;
}
.admin-trans-tab:hover,
.admin-trans-tab.active {
  border-color: #777;
  color: #555;
}
.admin-trans-tab p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-trans-tab p:first-child {
  font-size: 0.8em;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.admin-trans-tab p:nth-child(2) {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 35px;
}
.admin-trans-tab p:nth-child(3) {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.admin-pmttrans-tab p {
  margin-bottom: 0;
}
.product-admin-tabs1 .d-tab div {
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #999;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  color: #999;
}
.product-admin-tabs1 .d-tab div:hover,
.product-admin-tabs1 .d-tab div.active {
  border-color: #555;
  color: #555;
}
.product-admin-tabs2 {
  border-bottom: 1px solid #999;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.product-admin-tabs2 .d-tab div {
  display: block;
  width: 100%;
  background-color: #27d7e7;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  color: #fff;
}
.product-admin-tabs3 .d-tab div {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  color: #f7f7f7;
  position: relative;
}
.product-admin-tabs3 .d-tab div span {
  position: absolute;
  right: 3px;
  bottom: 0;
  font-size: 0.85em;
}
.product-admin-tabs3 .d-tab:first-child div {
  background-color: #000;
  border: 1px solid #000;
}
.product-admin-tabs3 .d-tab:first-child div:hover,
.product-admin-tabs3 .d-tab:first-child div.active {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.product-admin-tabs3 .d-tab:nth-child(2) div {
  background-color: #72c02c;
  border: 1px solid #72c02c;
}
.product-admin-tabs3 .d-tab:nth-child(2) div:hover,
.product-admin-tabs3 .d-tab:nth-child(2) div.active {
  background-color: transparent;
  border: 1px solid #72c02c;
  color: #72c02c;
}
.product-admin-tabs3 .d-tab:nth-child(3) div {
  background-color: #f1c40f;
  border: 1px solid #f1c40f;
}
.product-admin-tabs3 .d-tab:nth-child(3) div:hover,
.product-admin-tabs3 .d-tab:nth-child(3) div.active {
  background-color: transparent;
  border: 1px solid #f1c40f;
  color: #f1c40f;
}
.product-admin-tabs3 .d-tab:nth-child(4) div {
  background-color: #e12131;
  border: 1px solid #e12131;
}
.product-admin-tabs3 .d-tab:nth-child(4) div:hover,
.product-admin-tabs3 .d-tab:nth-child(4) div.active {
  background-color: transparent;
  border: 1px solid #e12131;
  color: #e12131;
}
.product-admin-tabs3 .d-tab:nth-child(5) div {
  background-color: #4765a0;
  border: 1px solid #4765a0;
}
.product-admin-tabs3 .d-tab:nth-child(5) div:hover,
.product-admin-tabs3 .d-tab:nth-child(5) div.active {
  background-color: transparent;
  border: 1px solid #4765a0;
  color: #4765a0;
}
.product-admin-table {
  margin-top: 13px;
}
.product-admin-table thead tr td:first-child,
.product-admin-table tbody tr td:first-child {
  width: 15px;
}
.product-admin-table tr td span,
.product-admin-table tr th span {
  display: block;
  border-radius: 2px;
  width: 10px;
  height: 19px;
}
.product-admin-table tr td span.active {
  background-color: #72c02c;
}
.product-admin-table tr td span.scheduled {
  background-color: #f1c40f;
}
.product-admin-table tr td span.soldout {
  background-color: #e12131;
}
.product-admin-table tr td span.archived {
  background-color: #4765a0;
}
.table.product-categories tr th:first-child,
.table.product-categories tr td:first-child {
  width: 70%;
}
.sms-alerts-admin-table {
  margin: 0;
}
.sms-alerts-admin-table tr td:first-child,
.sms-alerts-admin-table tr td:nth-child(2),
.sms-alerts-admin-table tr th:first-child,
.sms-alerts-admin-table tr th:nth-child(2) {
  width: 60px;
}
.sms-alerts-admin-table tr td:nth-child(6),
.sms-alerts-admin-table tr td:nth-child(6) {
  width: 60px;
  text-align: center;
}
.sms-alerts-admin-table tr td:nth-child(7),
.sms-alerts-admin-table tr th:nth-child(7) {
  width: 71px;
  text-align: center;
}
.sms-alerts-admin-table tr td,
.sms-alerts-admin-table tr th {
  vertical-align: middle !important;
}
/* Affiliate */
.d-tab .affiliate-tab {
  border: 1px solid #3498db;
  color: #3498db;
  padding: 6px 0;
  text-align: center;
}
.d-tab .affiliate-tab.active {
  background-color: #3498db;
  color: #fff;
}
.affiliate-wrap,
.vehicle-lead-wrap {
  position: relative;
  padding: 0 0 0 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  font-size: 95%;
  margin-bottom: 7px;
  border-radius: 1px;
  line-height: 20px;
}
.affiliate-wrap p,
.vehicle-lead-wrap p {
  margin-bottom: 0;
  padding: 4px 5px;
  color: #555;
  font-weight: bold;
}
.affiliate-wrap p span,
.vehicle-lead-wrap p span {
  display: inline-block;
  min-width: 75px;
  color: #777;
  font-weight: normal;
}
.affiliate-wrap p:nth-child(even),
.vehicle-lead-wrap p:nth-child(even) {
  background-color: #f7f7f7;
}
.affiliate-wrap .status,
.vehicle-lead-wrap .status {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  z-index: 2;
  border-radius: 1px 0 0 1px;
}
.affiliate-wrap .status.new,
.vehicle-lead-wrap .status.new {
  background-color: #72c02c;
}
.affiliate-wrap .status.old,
.vehicle-lead-wrap .status.old {
  background-color: #f1c40f;
}
.affiliate-wrap {
  background-color: #fff;
}
.affiliate-wrap p span {
  min-width: 80px;
}
.affiliate-wrap .approve {
  padding: 2px 5px;
  float: right;
  line-height: 1;
  border-radius: 1px;
}
.affiliate-container {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.affiliate-container .title {
  height: 40px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.affiliate-container .title p {
  float: left;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
}
/* Circle Stats */
.circleStats {
  text-align: center;
  position: relative;
}
.circleStatsItem {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 0 2px rgba(0, 0, 0, 0.2), 0 0px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  width: 120px;
  height: 120px;
  margin: 10px auto;
}
.circleStatsItem i {
  font-size: 20px;
  position: absolute;
  top: 25%;
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.circleStatsItem input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 15px;
  left: 120px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItem input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.circleStatsItem .plus {
  font-size: 16px;
  position: absolute;
  top: 55%;
  margin-left: 30px;
}
.circleStatsItem .percent {
  font-size: 14px;
  position: absolute;
  top: 57%;
  margin-left: 78px;
}
.circleStatsItem.orange,
.circleStatsItem.orange i {
  color: #fa5833;
}
.circleStatsItem.lightorange,
.circleStatsItem.lightorange i {
  color: #fabb3d;
}
.circleStatsItem.blue,
.circleStatsItem.blue i {
  color: #38ade8;
}
.circleStatsItem.green,
.circleStatsItem.green i {
  color: #bbe679;
}
.circleStatsItem.yellow,
.circleStatsItem.yellow i {
  color: #e8e57a;
}
.circleStatsItem.pink,
.circleStatsItem.pink i {
  color: #e42b75;
}
.circleStatsItemBox {
  position: relative;
  background: #77c7ee;
  width: 100%;
  min-width: 130px;
  height: 160px;
  margin: 10px auto;
  padding-top: 40px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .header {
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 20px;
  padding: 5px 0px;
  position: absolute;
  bottom: 0px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.circleStatsItemBox .footer .count {
  font-size: 10px;
}
.circleStatsItemBox .footer .value {
  font-weight: bold;
}
.circleStatsItemBox .percent {
  font-size: 12px;
  position: absolute;
  top: 110px;
  width: 100%;
  left: 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.circleStatsItemBox input {
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: auto;
  position: absolute;
  top: 30px;
  padding: 5px 0px !important;
  border-color: rgba(0, 0, 0, 0.8);
}
.circleStatsItemBox input:focus {
  outline: 0;
  outline: thin dotted 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ====================
// Incentive Club
// modified: 9.7.2015
==================== */
.incentive-club-header {
  cursor: pointer;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0;
  background-color: #fff;
  margin: 5px 0;
}
.incentive-club-header span {
  display: inline-block;
  font-size: 1.4em;
  border-bottom: 2px solid #aaa;
  margin-bottom: -1px;
}
.incentive-club-subhead {
  cursor: pointer;
}
.incentive-club-subhead .fa {
  color: #888;
  padding-left: 6px;
}
.incentive-section {
  background-color: #fff;
  display: none;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 20px;
}
.incentive-section h4 {
  font-size: 1.2em;
  margin-left: 5px;
}
/* ====================
// Incentive Club Table  
// modified: 9.7.2015
==================== */
.incentive-club-table {
  padding: 0 0 0 0;
  background-color: transparent;
}
.incentive-club-table .nav-tabs {
  border-bottom-right-radius: 4px;
}
.incentive-club-table .header {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-top-right-radius: 4px;
  background-color: #fff;
}
.incentive-club-table .columns {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.incentive-club-table .footer {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 10px;
}
.incentive-club-table .btn-default {
  border: none;
}
.incentive-club-table .btn-default.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 2px solid #ccc;
}
.incentive-club-table .bootstrap-select .btn-default {
  border: none;
  border-bottom: 1px dashed #ddd;
}
.incentive-club-table .bootstrap-select .btn-default:hover,
.incentive-club-table .bootstrap-select .btn-default:focus,
.incentive-club-table .bootstrap-select .btn-default:active,
.incentive-club-table .bootstrap-select .btn-default.active {
  color: #333;
  background-color: #fff;
  border: none;
}
.incentive-club-table .bootstrap-select .btn-group {
  background-color: #fff;
}
.incentive-club-table .bootstrap-select .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border: none;
}
.incentive-club-table input[type=text] {
  height: 17px;
  border: 0;
  width: 30px;
  margin-left: 1px;
  box-shadow: -8px 10px 0px -7px #ebebeb, 8px 10px 0px -7px #ebebeb;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  text-align: center;
  border-radius: 0px;
}
.incentive-club-table input[type=text].datepicker {
  height: 20px;
  line-height: 20px;
  width: 75px;
  font-size: 0.9em;
}
.incentive-club-table .word-search {
  height: 34px;
}
.incentive-club-table .word-search input[type=text] {
  height: 30px;
  width: 100%;
}
.incentive-club-table .fa {
  cursor: pointer;
}
.incentive-club-table .fa.disabled {
  cursor: not-allowed;
}
.incentive-club-table .col-header {
  margin-bottom: 10px;
}
.incentive-club-table .col-entry {
  text-align: center;
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.incentive-club-table .calendar-selector-options {
  float: left;
}
.incentive-club-table .calendar-selector {
  float: left;
  position: relative;
  line-height: 27px;
  margin-left: 5px;
  padding-top: 5px;
}
.incentive-club-table .calendar-selector.timeframe {
  display: none;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*!
 * Bootstrap-select v1.7.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333!important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute!important;
  top: 0;
  left: 0;
  display: block!important;
  width: 100%;
  height: 100%!important;
  opacity: 0;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #E12131;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #E12131;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #E12131;
  border-color: #E12131;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.spinner {
  display: inline-block;
  margin: 0 10px;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner.color-aaa > div {
  background-color: #aaa;
}
/* ====================
Profile Comments and Posts 
modified: 06.22.18
==================== */
.profile-module .action-bar-wrap {
  clear: both;
  border-top: 1px solid #dedede;
}
.profile-module .action-bar-wrap .action-bar {
  display: block;
  clear: both;
  background-color: #eee;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
}
.profile-module .action-bar-wrap .action-bar .note {
  line-height: 25px;
  padding: 0 4px;
  color: #e12131;
  margin-bottom: 0;
  display: inline-block;
}
.profile-module .action-bar-wrap .action-bar a,
.profile-module .action-bar-wrap .action-bar a:link,
.profile-module .action-bar-wrap .action-bar a:visited,
.profile-module .action-bar-wrap .action-bar a:hover,
.profile-module .action-bar-wrap .action-bar a:active {
  line-height: 30px;
  padding: 0 10px;
}
.profile-module .action-bar-wrap .action-bar a,
.profile-module .action-bar-wrap .action-bar a:link,
.profile-module .action-bar-wrap .action-bar a:visited {
  color: #e12131;
}
.profile-module .action-bar-wrap .action-bar a:hover,
.profile-module .action-bar-wrap .action-bar a:active {
  color: #cd1c2a;
}
.profile-module .action-bar-wrap .action-bar .action-bar .like-list {
  position: absolute;
  bottom: 5px;
  left: 35px;
  background-color: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
  border-radius: 5px;
  padding: 5px;
  line-height: 20px;
  display: none;
}
.profile-module .action-bar-wrap .action-bar a,
.profile-module .action-bar-wrap .action-bar a:link,
.profile-module .action-bar-wrap .action-bar a:visited,
.profile-module .action-bar-wrap .action-bar a:hover,
.profile-module .action-bar-wrap .action-bar a:active {
  line-height: 20px;
  font-size: 0.9em;
}
/* =======================================
Post Toolbar 
modified: 05.11.15
======================================= */
.post-toolbar {
  clear: both;
  width: 100%;
  margin: 0 0 5px 0;
}
.profile-map-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.profile-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.profile-body-wrap {
  padding-left: 0;
  padding-right: 0;
  padding: 2px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .profile-body-wrap {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .profile-body-wrap {
    min-height: 700px;
  }
}
.photo-gallery-preview-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.profile-gallery-img-wrap {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.profile-gallery-img-spacer {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.profile-upload-img-spacer {
  padding-top: 40%;
}
.profile-upload-img,
.profile-gallery-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: silver;
  /* show me! */
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.profile-upload-img {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.profile-upload-img:hover {
  opacity: 0.8;
}
.upload-img-description {
  padding-left: 0;
  padding-right: 0;
  padding: 10px 3px 10px 3px;
}
.upload-img-description p {
  text-align: center;
  margin-bottom: 0;
}
.profile-gallery-img:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.profile-search-wrap .search-user-img,
.member-wrap .member-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 5px;
  background-image: url('../img/core/default-profile-img.png');
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
.issue-user-img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: -50px;
  border-radius: 50%;
  background-size: cover;
}
.referral-user-img {
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
.sharer-profile-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
.profile-search-wrap {
  position: relative;
  padding: 5px 0;
}
.member-wrap {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.home-influencer {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.profile-search-wrap .user-img-wrap,
.member-wrap .member-img-wrap {
  float: left;
  margin-right: -75px;
  width: 70px;
}
.profile-search-wrap .search-content,
.member-wrap .member-content {
  margin-left: 75px;
}
.photo-comment-wrap.view-all-open {
  overflow: visible;
  width: 100%;
}
/* ====================
Profile Post/Comment 5/11/15
==================== */
.post-review-options {
  float: left;
  margin: auto;
  max-width: 380px;
  padding: 7px 5px 5px 5px;
  border-radius: 2px 2px 0 0;
  background-color: #dfdfdf;
}
.post-review-options .btn {
  float: right;
  margin: 0 2px;
}
.post-review-options span {
  font-size: 0.9em;
  line-height: 30px;
  padding: 0 10px 0 5px;
}
.post-review-options .line-break {
  display: none;
}
@media (max-width: 767px) {
  .post-review-options {
    float: none;
    margin: auto;
  }
}
@media (max-width: 380px) {
  .post-review-options .line-break {
    clear: both;
    display: table;
  }
}
.post-comment-description {
  font-size: 0.7em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #888;
}
.post-image-wrapper {
  clear: both;
  display: block;
}
.post-image {
  clear: both;
  display: block;
}
.expand-post-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px;
  cursor: pointer;
}
.photo-post-delete {
  text-align: center;
}
.photo-post-delete .fa-trash-o {
  height: 25px;
  width: 25px;
  margin: 6px 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
}
/* ====================
New Post Structure
modified: 06.26.18
==================== */
.post-wrap .post-header {
  position: relative;
  clear: both;
  background-color: #eee;
  border-bottom: 1px solid #dedede;
  min-height: 70px;
}
.post-wrap .post-header .user-img-wrap {
  float: left;
  margin-right: -70px;
  width: 70px;
}
.post-wrap .post-header .user-img-wrap .post-user-img,
.post-wrap .post-header .user-img-wrap .post-admin-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 5px;
  background-image: url('../img/core/default-profile-img.png');
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  background-color: #fff;
}
.post-wrap .post-header .poster-details {
  position: relative;
  margin-left: 75px;
  padding: 15px 0 0 0;
}
.post-wrap .post-header .poster-details .poster {
  position: relative;
  line-height: 26px;
  font-size: 15px;
}
.post-wrap .post-header .poster-details .timestamp {
  line-height: 1.0em;
  font-size: 0.9em;
  font-weight: 400;
  color: #888;
  margin-bottom: 0;
}
.post-wrap .post-message .post_body,
.post-wrap .shared-post .post_body {
  padding: 10px;
  font-family: serif;
  font-size: 15px;
}
.post-wrap .post-response-wrapper {
  position: relative;
  height: auto;
  border-top: 1px solid #ddd;
}
.post-wrap .post-response-wrapper .post-header {
  background-color: #fff;
  border-bottom: none;
  min-height: 50px;
}
.post-wrap .post-response-wrapper .post-header .user-img-wrap {
  float: left;
  margin-right: -50px;
  width: 50px;
}
.post-wrap .post-response-wrapper .post-header .post-user-img {
  float: right;
  height: 45px;
  background-image: url('../img/core/default-profile-img.png');
  width: 45px;
}
.post-wrap .post-response-wrapper .post-header .poster-details {
  position: relative;
  margin-left: 60px;
  padding: 5px 0 0 0;
}
.post-wrap .post-response-wrapper .post-header .poster-details .poster {
  position: relative;
  font-size: 13px;
}
.post-wrap .post-response-wrapper .post-like {
  position: absolute;
  width: 45px;
  left: 5px;
  top: 55px;
  cursor: pointer;
  font-size: 85% !important;
}
.post-wrap .post-response-wrapper .post-message,
.post-wrap .post-response-wrapper .post-response {
  position: relative;
  margin-left: 60px;
  word-wrap: break-word;
}
.post-wrap .post-response-wrapper .post-message .post_body,
.post-wrap .post-response-wrapper .post-response .post_body {
  padding: 5px 5px 10px 5px;
  font-family: serif;
  font-size: 15px;
}
.post-wrap .post-response-wrapper .post-message img,
.post-wrap .post-response-wrapper .post-response img {
  max-width: 650px;
  display: block;
  margin: 0px auto  auto;
  clear: both;
}
.post-wrap .dropdown {
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0 solid transparent;
}
.post-wrap .dropdown .btn-default {
  border: 0 solid transparent;
  color: #888;
  background-color: transparent;
  box-shadow: none;
}
.post-wrap .dropdown .dropdown-menu {
  left: auto !important;
  right: 0;
  min-width: 100px;
  font-size: 0.9em;
}
/* ====================
Profile Connections and CRM 
==================== */
/* ====================
Profile Connections 
modified: 12.11.15
==================== */
.profile-info .btn-group-justified {
  position: absolute;
  bottom: 0;
}
.profile-info .dropdown-menu {
  width: 100%;
}
.profile-info .profile-info .fa.fa-user-plus {
  line-height: 32px;
}
.profile-info .connect-profile,
.profile-info .connect-wholesale {
  position: relative;
  font-size: 16px;
}
.fa-stack.connect-wholesale {
  width: auto;
  height: auto;
  line-height: auto;
  padding-left: 5px;
  padding-right: 2px;
}
.fa-stack.connect-wholesale .fa-plus {
  font-size: 0.5em;
  position: absolute;
  left: 0;
  top: 6px;
}
/* ====================
Profile Connections List 
modified: 01.14.15
==================== */
#connection-results {
  display: block;
  margin: auto;
  height: auto;
}
/* ====================
Profile Connections 
modified: 02.11.16
==================== */
.connections-tab {
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  background-color: #999;
  color: #fff;
}
.connections-tab:hover,
.connections-tab.active {
  background-color: #8cc043;
}
.connections-tab.off {
  cursor: arrow;
  background-color: #fff;
  color: #777;
}
.connections-section {
  display: none;
  padding-left: 0;
  padding-right: 0;
}
.connections-section.active {
  display: block;
}
/* ====================
Community and CRM
==================== */
.community-member-wrap {
  min-width: 500px;
  margin-bottom: 5px;
}
.community-member-content {
  display: none;
  padding-bottom: 20px;
}
.crm-customer-table {
  min-width: 600px;
}
.crm-customer-table tbody tr td {
  line-height: 30px;
}
.crm-customer-table tbody tr td:last-child {
  cursor: pointer;
}
.crm-customer-history {
  display: none;
}
.crm-customer-count-wrap {
  padding: 10px 0 8px 0;
  text-align: center;
  color: #20409a;
}
.crm-customer-count-wrap > div {
  padding: 4px 2px;
}
.crm-customer-count-wrap > div span:first-child {
  display: block;
}
.crm-customer-count-wrap > div span:nth-child(2) {
  font-size: 130%;
}
.crm-customer-module {
  position: relative;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  padding: 4px 35px 4px 6px;
  margin-top: 8px;
}
.crm-customer-module > div {
  display: inline-block;
  float: left;
  line-height: 30px;
}
.crm-customer-module > div:nth-child(n + 2) {
  padding: 0 7px;
}
.crm-customer-module > div:nth-child(2) a {
  padding: 0 7px;
}
.crm-customer-module > div:nth-child(4) {
  float: right;
}
.crm-customer-module > div span {
  display: inline-block;
}
.crm-customer-module a {
  padding: 0 7px;
}
.crm-customer-update-module {
  min-height: 30px;
  background-color: #fff;
  margin: 0 0 0 0;
  padding: 0;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .crm-customer-count-wrap {
    padding: 8px 11px 0;
    text-align: left;
  }
  .crm-customer-count-wrap > div span:first-child {
    line-height: 20px;
    display: inline-block;
  }
  .crm-customer-count-wrap > div span:nth-child(2) {
    line-height: 20px;
    float: right;
  }
  .crm-customer-module > div:nth-child(3),
  .crm-customer-module > div:nth-child(4) {
    clear: both;
    float: left;
    display: block;
    margin-left: 40px;
    padding: 0;
  }
}
/* ====================
CRM Customer Wrap 
modified: 05.10.18
==================== */
.crm-customer-wrap {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
}
.crm-customer-wrap .module-section-title {
  position: relative;
  padding-right: 42px;
}
.crm-customer-wrap .module-section-title .outstanding-module-expand-toggle,
.crm-customer-wrap .module-section-title .module-expand-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #eee;
  border-left: 1px solid #ddd;
}
.crm-customer-wrap .crm-tag {
  border: 1px solid #a95913;
  background-color: rgba(230, 126, 34, 0.15);
  color: #e67e22;
  font-size: 12px;
  padding: 2px 6px;
  margin: 2px;
}
.crm-customer-detail-wrap {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  margin-top: -25px;
}
.crm-customer-detail-wrap .block-contact {
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
  margin: 25px 0 10px 0;
}
.crm-customer-detail-wrap .info-group {
  padding-right: 4px;
}
/* ====================
added: 04.21.17
==================== */
.customer-contact-input-wrap {
  padding: 0;
}
.customer-contact-input-wrap .input-section {
  padding: 7px 0;
}
.customer-contact-input-wrap .input-section .title {
  clear: both;
  border-bottom: 1px solid #20409a;
  padding: 3px 0;
  margin: 10px 0 3px 0;
  font-size: 110%;
  color: #20409a;
}
.customer-contact-input-wrap .input-section .title label {
  text-align: right;
}
.customer-result-wrap .info-group label {
  min-width: 90px;
  padding-top: 5px;
}
.employee-page {
  float: left;
  padding: 0;
  clear: both;
}
.employee-page .section-title {
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  padding: 9px 11px;
}
.employee-page .section-title p {
  margin: 0;
}
.employee-page .section-title p:first-child {
  font-weight: bold;
}
.employee-page .section-title:first-child {
  margin-top: 0;
}
/* Profile Framework */
.profile-content-wrap {
  padding-left: 15px;
  padding-right: 0;
  float: right;
}
.profile-widget {
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0 0 0 0;
}
.profile-page-title {
  position: relative;
  padding: 5px;
  line-height: 21px;
  border: 1px solid #e12131;
  color: #e12131;
  margin-bottom: 8px;
}
.profile-page-title > i {
  width: 30px;
  text-align: center;
}
.profile-page-title .page-title-btn {
  line-height: 33px;
  padding: 0 7px;
  float: right;
  border-radius: 0;
  margin: -6px 0 -6px 0;
  min-width: 40px;
  border: none;
  box-shadow: none;
}
.profile-page-title .page-title-btn:hover {
  border: none;
  box-shadow: none;
}
.profile-page-subtitle {
  padding-left: 47px;
  position: relative;
  color: #e12131;
  margin-bottom: 12px;
}
.profile-page-subtitle div {
  position: absolute;
  left: 25px;
  top: -9px;
  height: 20px;
  width: 15px;
  border-left: 1px solid #e12131;
  border-bottom: 1px solid #e12131;
}
@media (max-width: 767px) {
  .profile-content-wrap {
    max-width: 450px;
  }
  .profile-module {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .profile-content-wrap {
    padding: 0 0 0 0;
    float: none;
    margin: auto;
  }
}
/* ====================
My Garage
modified: 08.01.19
==================== */
.garage-section {
  display: none;
  padding: 0 0 0 0;
}
.garage-section.active {
  display: block;
}
.saved-vehicle-wrap {
  padding: 0 0 0 0;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.saved-vehicle-wrap .vehicle-info {
  padding: 0 0 0 0;
}
.saved-vehicle-wrap .vehicle-info .info-group {
  margin-bottom: 0;
}
.saved-vehicle-wrap .vehicle-info .info-group label {
  height: 24px;
}
.view-user {
  cursor: pointer;
}
/* ====================
My Garage / Preferences
modified: 04.01.15
==================== */
.checkout-container {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 49px 12px 0 12px;
}
.checkout-container-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  line-height: 50px;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setting-edit-backdrop {
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f2f2f2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.no-scroll {
  position: fixed;
  overflow: hidden;
}
.picker-addon-left {
  height: 30px;
  margin-top: 2px;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
  border-radius: 5px 0 0 5px;
  color: #444;
}
.garage-modal {
  z-index: 1550;
}
/* ====================
Glove Box 
==================== */
.glovebox-document-wrap {
  padding: 0;
}
.glovebox-document-wrap .document-title {
  background-color: #20409a;
  color: #fff;
  letter-spacing: 0.05pt;
  font-weight: 400;
  line-height: 34px;
  padding: 0 5px;
  margin-bottom: 5px;
}
.glovebox-document-wrap .document-title > a {
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}
.glovebox-document-wrap .document-content {
  text-align: center;
  padding: 0;
}
.glovebox-document-wrap .document-content .img {
  width: 100%;
  height: 0;
  padding-top: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.glovebox-document .title {
  background-color: #eee;
  color: #777;
  line-height: 24px;
}
.glovebox-document .title .fa {
  line-height: 24px;
  padding: 0 6px;
  cursor: pointer;
}
.glovebox-document .info {
  border: 1px solid #bbb;
  border-top: none;
  text-align: center;
  min-height: 155px;
  overflow: hidden;
  padding: 2px;
}
.glovebox-document .info .btn {
  margin: 70px 0;
}
.glovebox-document .info .img {
  width: 100%;
  height: 0;
  padding-top: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* ====================
modified: 08.22.16
==================== */
.fixed-ro-totals-wrap,
.glovebox-ro-totals-wrap {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.2);
  z-index: 25;
}
.fixed-ro-totals-wrap label,
.glovebox-ro-totals-wrap label {
  margin: 0;
  font-size: 93%;
}
.fixed-ro-totals-wrap label ~ span,
.glovebox-ro-totals-wrap label ~ span {
  font-size: 100%;
}
/* ====================
Glove Box History & Documents
modified: 02.15.17
==================== */
.history-log-wrap {
  padding: 8px;
}
.history-log-entry {
  padding: 5px;
  border-top: 1px dotted #ccc;
  margin-bottom: 8px;
  line-height: 16px;
  color: #777;
}
.history-log-entry div {
  font-size: 95%;
}
.history-log-entry > .info-group .info-tc:first-child {
  width: 40px;
  padding-left: 3px;
}
.history-log-entry .date-total {
  text-align: right;
  padding: 3px;
}
.history-log-entry .date-total > div:nth-child(2) {
  font-size: 100%;
}
.history-log-entry .date-total .text-red::before {
  content: "-";
  font-weight: bold;
}
.history-log-entry .date-total .text-green::before {
  content: "+";
  font-weight: bold;
}
@media (max-width: 767px) {
  .history-log-entry .date-total {
    padding-left: 43px;
  }
  .history-log-entry .date-total > div:first-child {
    text-align: left;
  }
}
.gb-service-content {
  display: none;
}
.gb-service-content.active {
  display: block;
}
/* ==================== 
Profile Header 
==================== */
.cover-img-edit,
.profile-img-edit,
.profile-img-action-buttons {
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
.cover-img-edit i,
.profile-img-edit i,
.profile-img-action-buttons i {
  height: 34px;
  width: 34px;
  margin: 8px 0;
  padding-top: 9px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}
.profile-img-edit,
.profile-img-action-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.profile-img-zoom {
  position: absolute;
  color: #fff;
  opacity: 0.8;
  width: 34px;
  margin-top: -40px;
  top: 50%;
  right: 5px;
  text-align: center;
}
.profile-img-zoom i {
  height: 34px;
  width: 34px;
  margin: 3px 0;
  padding-top: 9px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}
.module-btn {
  margin-left: 15px;
}
.profile-textarea {
  width: 100%;
}
.accepted-request {
  border: 1px solid #72c02c;
}
.denied-request {
  border: 1px solid #e12131;
}
.profile-connection-action {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #999;
  border-radius: 0;
}
.connection-request {
  color: #428bca;
  font-size: 16px;
}
/* ==================== 
User Profile Images 
modified: 05.03.16
==================== */
.user-img-wrap-90 {
  position: relative;
  width: 90px;
  border-radius: 50%;
  overflow: hidden !important;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.user-img-wrap-90::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.user-img-wrap-90 .user-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url('../img/core/default-profile-img.png');
}
/* ==================== 
Profile Img & Cover 
modified: 05.04.15
==================== */
.profile-container {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  overflow: visible;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.cover-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cover-img-wrap::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.cover-img-wrap .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url('../img/core/default-cover-img.jpg');
}
.profile-img-wrap {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 20px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.profile-img-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.profile-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/core/default-profile-img.png');
}
@media (max-width: 991px) {
  .profile-img-wrap {
    margin-top: 10px;
  }
}
.referral-img-wrap {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 10px auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}
.referral-img-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.referral-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/core/default-profile-img.png');
}
.group-member-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  display: block;
  margin: 15px auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/core/default-profile-img.png');
}
.profile-info {
  position: reltaive;
}
@media (max-width: 767px) {
  .profile-info {
    height: auto;
    padding-bottom: 34px !important;
  }
  .profile-info-btns {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-info {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-info {
    height: 387.984px;
  }
  .profile-img-wrap {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .profile-info {
    height: 420px;
  }
  .profile-img-wrap {
    margin-top: 75px;
  }
}
.upload-profile-img-btn,
.adjust-profile-img-btn,
.upload-cover-btn {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #222;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.upload-profile-img-btn .fa,
.adjust-profile-img-btn .fa,
.upload-cover-btn .fa {
  line-height: 30px;
  color: #fff;
}
.upload-profile-img-btn {
  top: 5px;
  left: 75px;
}
.adjust-profile-img-btn {
  bottom: 5px;
  left: 75px;
}
.upload-cover-btn {
  top: 10px;
  left: 50%;
  margin-left: -15px;
}
.profile-img-zoom {
  position: absolute;
  top: 60px;
  right: 10px;
  height: 70px;
  width: 25px;
  text-align: center;
}
.cover-img-edit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cover-img-edit,
.profile-img-edit,
.profile-img-action-buttons {
  text-align: center;
  color: #fff;
  opacity: 0.8;
}
.cover-img-edit .fa,
.profile-img-edit .fa,
.profile-img-action-buttons .fa {
  height: 30px;
  width: 30px;
  margin: 8px 0;
  padding-top: 8px;
  cursor: pointer;
  font-size: 1.0em;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}
.profile-img-edit,
.profile-img-action-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.profile-img-zoom {
  position: absolute;
  color: #fff;
  opacity: 0.8;
  width: 34px;
  margin-top: -35px;
  top: 50%;
  right: 5px;
  text-align: center;
}
.profile-img-zoom .fa {
  height: 28px;
  width: 28px;
  margin: 4px 0;
  padding-top: 8px;
  cursor: pointer;
  font-size: 1.0em;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}
.profile-displayname {
  width: 100%;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.profile-type-label {
  display: none;
}
.profile-connection-count {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  padding: 5px 6px;
  cursor: pointer;
}
/* ====================
Img Upload Progress 
modified: 05.04.15
==================== */
.profile-progress,
.cover-progress {
  display: none;
}
#photo-post-progress-background,
#cover-progress-background,
#profile-progress-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
}
#photo-post-progress-label,
#cover-progress-lable,
#profile-progress-lable {
  position: absolute;
  top: 45%;
  margin-top: -30px;
  height: 60px;
  width: 100%;
  line-height: 30px;
  color: #fff;
  font-size: 2em;
  text-align: center;
}
/* ====================
modified: 03.20.17
==================== */
.user-img-toolbar {
  width: auto;
  display: block;
  margin-bottom: 5px;
  text-align: center;
  clear: both;
}
.user-img-toolbar a {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  font-size: 125%;
}
/* Profile Media */
.album-cover-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.album-cover-wrap::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.album-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  cursor: pointer;
}
.album-cover:hover {
  opacity: 0.6;
}
.album-title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 6px 14px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 15px;
}
.all-album-photos {
  padding-left: 0;
  padding-right: 0;
}
.album-photo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.album-photo-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.album-photo,
.add-photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  cursor: pointer;
}
.album-photo-wrap .photo-top-actions,
.album-photo-wrap .photo-bottom-actions {
  display: none;
  width: 100%;
  height: 35px;
  position: absolute;
  z-index: 5;
  left: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  transition-duration: 0.2s;
}
.album-photo-wrap .dropdown-menu {
  text-shadow: none;
  border-radius: 2px;
}
.album-photo-wrap .photo-top-actions {
  top: 0;
}
.album-photo-wrap .photo-bottom-actions {
  bottom: 0;
}
.album-photo-wrap:hover .photo-top-actions,
.album-photo-wrap:hover .photo-bottom-actions {
  display: block;
  transition-duration: 0.2s;
}
.album-photo-wrap .like-photo,
.album-photo-wrap .unlike-photo,
.album-photo-wrap .share-photo,
.album-photo-wrap .cover-photo,
.album-photo-wrap .edit-photo {
  color: #fff;
  line-height: 35px;
  cursor: pointer;
  transition-duration: 0.2s;
  position: relative;
  z-index: 6;
  font-size: 1.0em;
}
.album-photo-wrap .like-photo .fa,
.album-photo-wrap .unlike-photo .fa,
.album-photo-wrap .share-photo .fa,
.album-photo-wrap .cover-photo .fa,
.album-photo-wrap .edit-photo .fa {
  font-size: 1.2em;
  padding: 0 4px;
  cursor: pointer;
}
.album-photo-wrap .like-photo,
.album-photo-wrap .unlike-photo,
.album-photo-wrap .cover-photo {
  float: left;
  padding-left: 7px;
}
.album-photo-wrap .edit-photo,
.album-photo-wrap .share-photo {
  float: right;
  padding-right: 7px;
}
.album-photo-wrap .cover-photo {
  display: block;
  font-size: 1em;
}
@media (max-width: 767px) {
  .album-photo-wrap .photo-top-actions,
  .album-photo-wrap .photo-bottom-actions {
    display: block;
  }
}
.photo-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: none;
  overflow-y: auto;
  padding-bottom: 15px;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .photo-backdrop {
    padding-top: 80px;
  }
}
.add-album-photo-btn {
  height: 100%;
  padding-top: 30%;
}
.add-album-photo-btn:hover {
  color: #777;
}
.close-fullview-image {
  clear: both;
  display: inline-block;
  background-color: #6d6d6d;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
  padding: 6px 13px;
  margin-left: 15px;
  color: #dedede;
}
.close-fullview-image:hover {
  background-color: #999;
  box-shadow: none;
  color: #dedede;
  text-decoration: none;
}
.photo-progress,
.album-progress {
  z-index: 2;
  display: none;
}
.photo-progress.image,
.album-progress.image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: silver;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
.photo-progress.backgound,
.album-progress.backgound {
  z-index: 3;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}
.photo-progress.lable,
.album-progress.lable {
  z-index: 4;
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  position: absolute;
  bottom: 170px;
  left: 5px;
}
#cover-progress-background {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}
#cover-progress-lable {
  height: 50px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  position: absolute;
  bottom: 170px;
  left: 5px;
}
.profile-album-slide-left,
.profile-album-slide-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33px;
  z-index: 5;
  cursor: pointer;
}
.profile-album-slide-left .fa.fa-chevron-left,
.profile-album-slide-right .fa.fa-chevron-left,
.profile-album-slide-left .fa.fa-chevron-right,
.profile-album-slide-right .fa.fa-chevron-right {
  padding: 6px 10px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: #FFF;
  font-size: 130%;
  background-color: #e12131;
  opacity: 0.5;
}
.profile-album-slide-left {
  left: 0;
}
.profile-album-slide-left .fa.fa-chevron-left {
  left: 0px;
}
.profile-album-slide-right {
  right: 0;
}
.profile-album-slide-right .fa.fa-chevron-right {
  right: 0px;
}
.delete-photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 10px;
  margin-right: 10px;
  display: block;
}
.delete-positive {
  color: rgba(50, 50, 50, 0.9);
}
.delete-negative {
  color: rgba(255, 50, 50, 0.5);
}
/* ====================
Profile Module
modified: 01.03.19
==================== */
.profile-module .car-preview-info {
  height: 150px;
}
.profile-module {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0 0 0 0;
}
.profile-module > p.lead,
.profile-module > p.lead > i {
  font-weight: 400;
  color: #555;
  margin-bottom: 5px;
  line-height: 30px;
}
.profile-module > i.fa-chevron-down {
  cursor: pointer;
}
.profile-module > i.fa-chevron-down:hover {
  color: #999;
}
.profile-module .module-section-title {
  background-color: #ededed;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 10px 0;
  padding: 9px 11px;
}
.profile-module .module-section-title.red {
  border-color: #e12131;
  background-color: rgba(225, 33, 49, 0.08);
  color: #731018;
}
.profile-module .module-section-title.blue {
  border-color: #3498db;
  background-color: rgba(52, 152, 219, 0.08);
  color: #16527a;
}
.profile-module .module-section-title.darkblue {
  border-color: #20409a;
  background-color: rgba(32, 64, 154, 0.08);
  color: #0a1431;
}
.profile-module .module-section-title.green {
  border-color: #72c02c;
  background-color: rgba(114, 192, 44, 0.08);
  color: #345814;
}
.profile-module .module-section-title.orange {
  border-color: #e67e22;
  background-color: rgba(230, 126, 34, 0.08);
  color: #7b410e;
}
.profile-module .module-section-title.yellow {
  border-color: #f1c40f;
  background-color: rgba(241, 196, 15, 0.08);
  color: #796307;
}
.profile-module .module-section-title.purple {
  border-color: #814fb5;
  background-color: rgba(129, 79, 181, 0.08);
  color: #42275d;
}
.profile-module .module-section-title.aqua {
  border-color: #27d7e7;
  background-color: rgba(39, 215, 231, 0.08);
  color: #0e7780;
}
.profile-module .module-section-title:first-child {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
.profile-module .module-section-title p {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
}
.module-hidden {
  display: none !important;
}
.module-active {
  border: 3px solid #e12131;
}
/* ====================
Profile Settings 
modified: 01.14.15
==================== */
.member-wrap .dropdown-toggle {
  background-color: transparent !important;
  border-color: transparent;
  border: none !important;
  padding: 0 5px;
}
.member-wrap .dropdown-menu,
.group-name .dropdown-menu {
  min-width: 100px;
}
.member-wrap .dropdown-menu li a,
.group-name .dropdown-menu li a {
  padding: 5px 10px;
}
.member-wrap .dropdown-menu li a:hover,
.group-name .dropdown-menu li a:hover,
.member-wrap .dropdown-menu li a:focus,
.group-name .dropdown-menu li a:focus {
  background-color: transparent;
  color: #bbb;
}
span > input[type="radio"] + label {
  margin-left: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 20px;
  color: #333;
}
.disable-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
/* ====================
Account Settings Section
modified: 12.07.15
==================== */
.account-setting-section {
  display: none;
  padding: 0;
}
.account-setting-section.active {
  display: block;
}
.account-setting-section .details span {
  display: block;
  clear: both;
}
.account-setting-section .details span span {
  display: inline-block;
  color: #e12131;
  margin-right: 10px;
}
.account-setting-section .details span i {
  float: right;
  color: #72c02c;
  line-height: 24px;
  cursor: pointer;
}
/* ====================
modified: 12.07.2016
==================== */
.setting-page {
  float: left;
  padding: 0;
  clear: both;
}
.setting-page .section-title {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 9px 11px;
}
.setting-page .section-title p {
  margin: 0;
  font-weight: bold;
}
.setting-page .section-title:first-child {
  margin-top: 0;
}
/* Profile Sharer */
label.connectOnCarLister-icon,
label.joinCarLister-icon,
label.shareOnCarLister-icon {
  margin-bottom: 0;
}
.connectOnCarLister-icon input,
.shareOnCarLister-icon input,
.joinCarLister-icon input,
.connectOnCarLister-icon .snippet,
.joinCarLister-icon .snippet,
.shareOnCarLister-icon .snippet {
  float: left;
  line-height: 35px;
}
.connectOnCarLister-icon input,
.joinCarLister-icon input,
.shareOnCarLister-icon input {
  height: 35px;
}
.connectOnCarLister-icon .snippet,
.joinCarLister-icon .snippet,
.shareOnCarLister-icon .snippet {
  margin-left: 5px;
}
iframe {
  border: none;
}
.management-user-search {
  right: 0;
  padding: 6px 12px;
}
.about-seller-short {
  height: 30px;
  line-height: 13px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.simple-group-stats span,
.simple-wholesale-stats span {
  font-size: 85%;
  display: inline-block;
  padding: 0 11px;
}
.simple-wholesale-stats span i {
  color: #814fb5;
}
.profile-gear-shift {
  max-width: 25px;
  margin-top: -3px;
  margin-bottom: -4px;
}
/* ====================
Service Analytics 
modified: 02.09.17
==================== */
.service-analytics-wrap {
  float: left;
  width: 100%;
  padding: 8px;
}
.service-analytics-wrap .service-analytics {
  float: left;
  width: 100%;
  padding: 0;
  border: 2px solid #3498db;
  margin-bottom: 15px;
}
.service-analytics-wrap .service-analytics .column {
  padding: 0;
}
.service-analytics-wrap .service-analytics .column .column-head {
  padding: 0 5px;
  background-color: #3498db;
  color: #fff;
  border-bottom: 1px solid #ddd;
  line-height: 22px;
  letter-spacing: 0.4pt;
}
.service-analytics-wrap .service-analytics .column .info-group {
  border-bottom: 1px dotted #ddd;
}
.service-analytics-wrap .service-analytics .column .info-group .info-tc {
  padding: 1px 5px;
}
.service-analytics-wrap .service-analytics .column .info-group .info-tc:nth-child(2) {
  text-align: right;
  padding-right: 7px;
}
.service-analytics-wrap .service-analytics .column .info-group > label {
  font-size: 95%;
}
.service-analytics-wrap .service-analytics .column .info-group.sorted-by {
  background-color: rgba(114, 192, 44, 0.17);
}
.service-analytics-wrap .service-analytics .column .info-group.sorted-by2 {
  background-color: rgba(52, 152, 219, 0.17);
}
.service-analytics-wrap .service-analytics .column .info-group:last-child {
  border-bottom: none;
}
.service-analytics-wrap .service-analytics .column:nth-child(2) {
  border-left: 1px solid #3498db;
  border-right: 1px solid #3498db;
}
.analytics-filters-wrap {
  padding: 0 7px;
}
.analytics-filters-wrap .info-group > label {
  text-align: right;
}
.analytics-graph-wrap {
  padding: 0 0 0 0;
  border: 1px solid #ddd;
  border-bottom: 2px solid #ccc;
  margin-bottom: 12px;
}
.analytics-range-3step {
  padding: 7px 10px 5px 10px;
}
.analytics-range-3step .tabs {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
}
.analytics-range-3step .tabs .d-tab:first-child {
  text-align: left;
}
.analytics-range-3step .tabs .d-tab:last-child {
  text-align: right;
}
/* ====================
Metrics Page
modified: 02.09.17
==================== */
.metrics-module {
  padding: 0 0 0 0;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 8px;
  page-break-inside: avoid;
}
.metrics-module:not(:last-child) {
  margin-bottom: 16px;
}
.metrics-module:first-child {
  margin-top: 8px;
}
.metrics-module .metrics-title {
  background-color: #ddd;
  padding: 3px 8px;
  font-size: 150%;
  border-bottom: 1px solid #ccc;
}
.metrics-module .metrics-title .toggle-filters {
  line-height: 28px;
  float: right;
  cursor: pointer;
  color: #aaa;
}
.metrics-module .metrics-filters {
  padding: 8px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
.metrics-module .metrics-graph {
  background-color: #fff;
  padding: 10px;
  min-height: 50px;
}
.metrics-module .metrics-graph .graph-legend {
  text-align: center;
}
.metrics-module .metrics-graph .graph-legend span {
  display: inline-block;
}
.metrics-module .metrics-graph .graph-legend span::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: '\f111';
  font-size: 14px;
  margin-right: 2px;
}
.metrics-module .metrics-graph .graph-legend span:first-child {
  color: #e12131;
}
.metrics-module .metrics-graph .graph-legend span:nth-child(2) {
  color: #3498db;
}
.metrics-module .metrics-graph .graph-legend span:nth-child(3) {
  color: #e67e22;
}
.metrics-module .metrics-graph .graph-legend span:nth-child(4) {
  color: #814fb5;
}
.metrics-module .metrics-graph .graph-legend span:nth-child(5) {
  color: #20409a;
}
.metrics-module .metrics-graph .graph-legend span:not(:first-child) {
  margin-left: 5px;
}
.metrics-module .metrics-graph .ct-series.ct-series-a .ct-slice-pie {
  fill: #e12131;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-a .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-a .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-a .ct-point {
  stroke: #e12131;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-b .ct-slice-pie {
  fill: #3498db;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-b .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-b .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-b .ct-point {
  stroke: #3498db;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-c .ct-slice-pie {
  fill: #e67e22;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-c .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-c .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-c .ct-point {
  stroke: #e67e22;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-d .ct-slice-pie {
  fill: #814fb5;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-d .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-d .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-d .ct-point {
  stroke: #814fb5;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-e .ct-slice-pie {
  fill: #20409a;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-e .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-e .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-e .ct-point {
  stroke: #20409a;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-f .ct-slice-pie {
  fill: #27d7e7;
  opacity: 0.7;
}
.metrics-module .metrics-graph .ct-series.ct-series-f .ct-bar,
.metrics-module .metrics-graph .ct-series.ct-series-f .ct-line,
.metrics-module .metrics-graph .ct-series.ct-series-f .ct-point {
  stroke: #27d7e7;
  opacity: 0.7;
}
.metrics-module .metrics-graph g .ct-label,
.metrics-module .metrics-graph .ct-labels .ct-label {
  font-size: 13px;
  color: #000;
}
.metrics-module .metrics-viewscope {
  padding: 7px 10px 5px 10px;
}
.metrics-module .metrics-viewscope .tabs {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
}
.metrics-module .metrics-viewscope .tabs .d-tab {
  padding: 0;
}
.metrics-module .metrics-viewscope .tabs .d-tab:first-child {
  text-align: left;
}
.metrics-module .metrics-viewscope .tabs .d-tab:last-child {
  text-align: right;
}
.goal-meter {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding-bottom: 73px;
  margin-bottom: 10px;
}
.goal-meter .glass {
  position: relative;
  width: 30px;
  background: #e5e5e5;
  border-radius: 100px 100px 0 0;
  display: block;
  height: 200px;
  margin: 0 auto 0px;
  padding: 5px;
  z-index: 1;
}
.goal-meter .amount {
  border-radius: 100px 100px 0 0;
  display: block;
  width: 20px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.goal-meter .amount.red {
  background: #e12131;
}
.goal-meter .amount.green {
  background: #72c02c;
}
.goal-meter .tracking-amount {
  border-radius: 100px 100px 0 0;
  display: block;
  width: 6px;
  position: absolute;
  bottom: 0;
  left: 12px;
  z-index: 3;
  background-color: #814fb5;
}
.goal-meter .goal-mark {
  display: block;
  width: 30px;
  right: 0px;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #444;
  z-index: 3;
}
.goal-meter .goal-mark .label-left,
.goal-meter .goal-mark .label-right {
  position: absolute;
  margin-top: -1px;
  min-width: 55px;
  border-top: 1px solid #444;
}
.goal-meter .goal-mark .label-left .title,
.goal-meter .goal-mark .label-right .title,
.goal-meter .goal-mark .label-left .goal-amount,
.goal-meter .goal-mark .label-right .goal-amount {
  display: block;
  clear: both;
  line-height: 16px;
}
.goal-meter .goal-mark .label-left .title,
.goal-meter .goal-mark .label-right .title {
  font-size: 12px;
}
.goal-meter .goal-mark .label-left .goal-amount,
.goal-meter .goal-mark .label-right .goal-amount {
  font-size: 14px;
  font-weight: bold;
}
.goal-meter .goal-mark .label-left {
  right: 30px;
}
.goal-meter .goal-mark .label-left .title,
.goal-meter .goal-mark .label-left .goal-amount {
  float: left;
}
.goal-meter .goal-mark .label-right {
  left: 30px;
}
.goal-meter .goal-mark .label-right .title,
.goal-meter .goal-mark .label-right .goal-amount {
  float: right;
}
.goal-meter .increment-mark {
  display: block;
  width: 10px;
  left: 10px;
  position: absolute;
  bottom: 0px;
  z-index: 4;
  border-top: 1px solid #fff;
}
.goal-meter .bulb {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 0;
  margin-left: 50%;
  left: -40px;
  display: block;
  background: #e5e5e5;
  border-radius: 100px;
  padding: 5px;
}
.goal-meter .bulb .circle {
  border-radius: 100px;
  display: block;
  height: 70px;
  width: 70px;
}
.goal-meter .bulb .circle.red {
  background: #e12131;
}
.goal-meter .bulb .circle.green {
  background: #72c02c;
}
.goal-meter-footer {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 40px;
  text-align: center;
}
.goal-meter-footer > .current-total::before {
  content: "Current:";
}
.goal-meter-footer > .tracking-total {
  color: #814fb5;
}
.goal-meter-footer > .tracking-total::before {
  content: "Tracking:";
}
.goal-meter-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  min-height: 40px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.basic-metrics-table tbody tr td {
  vertical-align: middle;
}
.basic-metrics-table tbody tr td:not(:first-child) {
  border-left: 1px solid #ccc;
}
.basic-metrics-table input.form-control {
  max-width: 200px;
  border-radius: 0;
}
.basic-metrics-table tbody tr.separator-top td {
  border-top: 3px solid #000;
}
.service-repair-module.dealer .banding-filter-full {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -2px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 11;
}
.service-repair-module.dealer .banding-filter-full > label {
  font-size: 250%;
  line-height: 32px;
  text-align: center;
  width: 200px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  padding-top: 17px;
  margin-left: -100px;
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.service-repair-module.dealer .banding-filter-step {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.service-repair-module.dealer .banding-filter-step > label {
  font-size: 150%;
  line-height: 32px;
  text-align: center;
  width: 200px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -100px;
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.service-repair-module.dealer .banding-filter-step a {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
.service-repair-module.dealer .banding-filter-full.blue,
.service-repair-module.dealer .banding-filter-step.blue {
  border: 1px solid #3498db;
  background-image: url('../img/banding-bg-tiles/blue-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.blue > label,
.service-repair-module.dealer .banding-filter-step.blue > label {
  border: 1px solid #3498db;
}
.service-repair-module.dealer .banding-filter-full.darkblue,
.service-repair-module.dealer .banding-filter-step.darkblue {
  border: 1px solid #20409a;
  background-image: url('../img/banding-bg-tiles/darkblue-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.darkblue > label,
.service-repair-module.dealer .banding-filter-step.darkblue > label {
  border: 1px solid #20409a;
}
.service-repair-module.dealer .banding-filter-full.gray,
.service-repair-module.dealer .banding-filter-step.gray {
  border: 1px solid #aaa;
  background-image: url('../img/banding-bg-tiles/gray-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.gray > label,
.service-repair-module.dealer .banding-filter-step.gray > label {
  border: 1px solid #aaa;
}
.service-repair-module.dealer .banding-filter-full.orange,
.service-repair-module.dealer .banding-filter-step.orange {
  border: 1px solid #e67e22;
  background-image: url('../img/banding-bg-tiles/orange-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.orange > label,
.service-repair-module.dealer .banding-filter-step.orange > label {
  border: 1px solid #e67e22;
}
.service-repair-module.dealer .banding-filter-full.purple,
.service-repair-module.dealer .banding-filter-step.purple {
  border: 1px solid #814fb5;
  background-image: url('../img/banding-bg-tiles/purple-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.purple > label,
.service-repair-module.dealer .banding-filter-step.purple > label {
  border: 1px solid #814fb5;
}
.service-repair-module.dealer .banding-filter-full.red,
.service-repair-module.dealer .banding-filter-step.red {
  border: 1px solid #e12131;
  background-image: url('../img/banding-bg-tiles/red-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.red > label,
.service-repair-module.dealer .banding-filter-step.red > label {
  border: 1px solid #e12131;
}
.service-repair-module.dealer .banding-filter-full.yellow,
.service-repair-module.dealer .banding-filter-step.yellow {
  border: 1px solid #f1c40f;
  background-image: url('../img/banding-bg-tiles/yellow-banding-bg.png');
}
.service-repair-module.dealer .banding-filter-full.yellow > label,
.service-repair-module.dealer .banding-filter-step.yellow > label {
  border: 1px solid #f1c40f;
}
.service-repair-module.dealer .banding-filter-full.filter-off,
.service-repair-module.dealer .banding-filter-step.filter-off {
  background-color: transparent;
  background-image: none;
}
.service-repair-module.dealer .banding-filter-full.filter-off > label,
.service-repair-module.dealer .banding-filter-step.filter-off > label {
  display: none;
}
.approval-done-details .banding-filter-full {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.approval-done-details .banding-filter-full > label {
  font-size: 250%;
  line-height: 32px;
  text-align: center;
  width: 250px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  padding-top: 17px;
  margin-left: -100px;
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.approval-done-details .banding-filter-full.gray {
  border: 1px solid #aaa;
  background-image: url('../img/banding-bg-tiles/gray-banding-bg.png');
}
.approval-done-details .banding-filter-full.gray > label {
  border: 1px solid #aaa;
}
.call-calendar-wrap {
  padding: 0;
}
.call-calendar-wrap .time-slot-wrap {
  padding: 0;
}
.call-calendar-wrap .time-slot-wrap .title {
  padding: 5px 7px;
  background-color: rgba(32, 64, 154, 0.5);
  border-bottom: 2px solid #20409a;
}
.call-calendar-wrap .time-slot-wrap .title .fa-caret-down {
  display: none;
}
.call-calendar-wrap .time-slot-wrap .customer-wrap {
  padding: 4px 10px;
}
.call-calendar-wrap .time-slot-wrap .customer-wrap .customer {
  display: block;
  clear: both;
  margin: 0;
  padding: 2px 0;
  line-height: 22px;
  border-bottom: 1px dotted #ccc;
}
.call-calendar-wrap .time-slot-wrap .customer-wrap .customer > span {
  display: inline-block;
  float: left;
}
.call-calendar-wrap .time-slot-wrap .customer-wrap .customer p {
  margin: 0;
  line-height: 22px;
}
.call-calendar-wrap .time-slot-wrap .customer-wrap .customer .call-note {
  padding: 15px 6px 15px 6px;
}
.call-calendar-wrap .time-slot-wrap.past .title {
  background-color: #eee;
  border-bottom: 2px solid #bbb;
  cursor: pointer;
}
.call-calendar-wrap .time-slot-wrap.past .title i {
  float: right;
  display: block;
  line-height: 20px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.call-calendar-wrap .time-slot-wrap.past .customer-wrap {
  display: none;
}
.call-calendar-wrap .time-slot-wrap.current .title {
  background-color: rgba(114, 192, 44, 0.5);
  border-bottom: 2px solid #72c02c;
}
.call-calendar-wrap .time-slot-wrap.current .title .fa-caret-down {
  display: none;
}
.call-calendar-wrap .time-slot-wrap.missed .title {
  background-color: rgba(230, 126, 34, 0.5);
  border-bottom: 2px solid #e67e22;
  cursor: pointer;
}
.call-calendar-wrap .time-slot-wrap.missed .title i {
  float: right;
  display: block;
  line-height: 20px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.call-calendar-wrap .time-slot-wrap.missed .customer-wrap {
  display: none;
}
.dispatch-table {
  min-width: 600px;
}
.dispatch-table thead tr th {
  background-color: #ddd;
  vertical-align: middle;
  border-bottom: 1px solid #777;
}
.dispatch-table tbody tr td {
  vertical-align: middle;
}
.dispatch-table tbody tr td.ro-number {
  max-width: 115px;
  width: 115px;
}
.dispatch-table tbody tr td.col-140px-max {
  max-width: 140px;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dispatch-table tbody tr td.col-160px-max {
  max-width: 160px;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dispatch-table tbody tr td.col-180px-max {
  max-width: 180px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dispatch-table tbody tr.express-ro td:first-child::before {
  font-size: 16px;
  padding-left: 2px;
  content: 'E';
  color: #fff;
  text-shadow: 0 0 2px rgba(5, 5, 5, 0.65);
}
.dispatch-table tbody tr.internal-ro td:first-child::before {
  font-size: 16px;
  padding-left: 2px;
  content: 'I';
  color: #fff;
  text-shadow: 0 0 2px rgba(5, 5, 5, 0.65);
}
.dispatch-table tbody tr.warranty-ro td:first-child::before {
  font-size: 16px;
  padding-left: 2px;
  content: 'W';
  color: #fff;
  text-shadow: 0 0 2px rgba(5, 5, 5, 0.65);
}
.dispatch-table tbody tr.subshop-ro td:first-child::before {
  font-size: 16px;
  padding-left: 2px;
  content: 'SS';
  color: #fff;
  text-shadow: 0 0 2px rgba(5, 5, 5, 0.65);
}
.dispatch-table tbody tr.subshop-express-ro td:first-child::before {
  font-size: 16px;
  padding-left: 2px;
  content: 'SSE';
  color: #fff;
  text-shadow: 0 0 2px rgba(5, 5, 5, 0.65);
}
.dispatch-table tbody tr.second-row td {
  border-top-color: transparent;
  padding-top: 0;
}
.dispatch-table tbody tr.second-row td .views {
  display: block;
  clear: both;
  color: #999;
}
.dispatch-table tbody tr.second-row td .waiting {
  background-color: rgba(241, 196, 15, 0.75);
  float: left;
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
}
.dispatch-table tr.action-required > td:not(:nth-child(2)),
.dispatch-table tr.dispatch-alert-orange > td:not(:nth-child(2)) {
  color: #fff;
  background-color: #e67e22;
}
.dispatch-table tr.action-required > td:not(:nth-child(2)) a,
.dispatch-table tr.dispatch-alert-orange > td:not(:nth-child(2)) a {
  color: #fff;
  text-decoration: underline;
}
.dispatch-table tr.locked > td:not(:nth-child(2)),
.dispatch-table tr.dispatch-alert-red > td:not(:nth-child(2)) {
  color: #fff;
  background-color: #e12131;
}
.dispatch-table tr.locked > td:not(:nth-child(2)) a,
.dispatch-table tr.dispatch-alert-red > td:not(:nth-child(2)) a {
  color: #fff;
  text-decoration: underline;
}
.dispatch-table .locked-owner > td:not(:nth-child(2)),
.dispatch-table tr.dispatch-alert-green > td:not(:nth-child(2)) {
  color: #fff ;
  background-color: #72c02c;
}
.dispatch-table .locked-owner > td:not(:nth-child(2)) a,
.dispatch-table tr.dispatch-alert-green > td:not(:nth-child(2)) a {
  color: #fff;
  text-decoration: underline;
}
.dispatch-table tr.dispatch-alert-faded-green > td:not(:nth-child(2)) {
  background-color: rgba(114, 192, 44, 0.5);
}
.dispatch-table tr.dispatch-alert-faded-darkblue > td:not(:nth-child(2)) {
  color: #fff ;
  background-color: rgba(32, 64, 154, 0.5);
}
.dispatch-table tr.dispatch-alert-purple > td:not(:nth-child(2)) {
  color: #fff ;
  background-color: #814fb5;
}
.dispatch-table tr td.ro-status {
  padding: 0;
}
.dispatch-table tr td.ro-status.unassigned {
  background-color: #f1c40f;
  border-top-color: #f1c40f;
}
.dispatch-table tr td.ro-status.walkaround {
  background-color: #ddd;
  border-top-color: #ddd;
}
.dispatch-table tr td.ro-status.mpi {
  background-color: #3498db;
  border-top-color: #3498db;
}
.dispatch-table tr td.ro-status.estimate {
  background-color: #27d7e7;
  border-top-color: #27d7e7;
}
.dispatch-table tr td.ro-status.parts {
  background-color: #814fb5;
  border-top-clor: #814fb5;
}
.dispatch-table tr td.ro-status.advisor {
  background-color: #20409a;
  border-top-color: #20409a;
}
.dispatch-table tr td.ro-status.approval {
  background-color: #e12131;
  border-top-color: #e12131;
}
.dispatch-table tr td.ro-status.external_sync {
  background-color: #e34d2b;
  border-top-color: #e34d2b;
}
.dispatch-table tr td.ro-status.inprogress {
  background-color: #e67e22;
  border-top-color: #e67e22;
}
.dispatch-table tr td.ro-status.invoice {
  background-color: #72c02c;
  border-top-color: #72c02c;
}
.dispatch-table tr td.ro-status.complete {
  background-color: #599723;
  border-top-color: #599723;
}
.dispatch-table tr td.ro-status.preinvoice {
  background-color: #99da5e;
  border-top-color: #99da5e;
}
.dispatch-table tr td.ro-status.paid {
  background-color: #599723;
  border-top-color: #599723;
}
.dispatch-filter-wrap .filter {
  padding: 4px;
}
.dispatch-filter-wrap .info-group label {
  min-width: 100px;
}
#tech-load-table {
  max-height: 421px;
  overflow-x: auto;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#tech-load-table thead tr td,
#tech-load-table tbody tr td {
  width: 100px !important;
  max-width: 100px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 85%;
}
#tech-load-table thead tr td {
  vertical-align: middle;
}
#tech-load-table tbody tr td {
  font-size: 85%;
}
.inspection-form-preview-wrap > div {
  border: 1px solid #ddd;
}
.inspection-form-preview-wrap .form-title {
  padding: 3px 3px 3px 9px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  color: #20409a;
  margin-bottom: 3px;
}
.inspection-form-preview-wrap .form-title a {
  float: right;
  padding-right: 5px;
  font-weight: normal;
}
.inspection-form-wrap {
  padding: 0 0 0 0;
}
.inspection-form-wrap .section {
  clear: both;
  display: block;
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 5px 0;
}
.inspection-form-wrap .section .section-title {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  background-color: #20409a;
  letter-spacing: 0.01em;
  font-size: 110%;
  padding: 0 0 0 0;
  line-height: 32px;
}
.inspection-form-wrap .section .section-title > span {
  display: inline-block;
  float: left;
  padding: 0 9px;
  color: #fff;
}
.inspection-form-wrap .section .section-title .btn-group,
.inspection-form-wrap .section .section-title .btn {
  line-height: 32px;
  padding: 0 6px;
  border-radius: 0;
  border-width: 0;
  min-width: 45px;
}
.inspection-form-wrap .section .section-title .btn-group.left,
.inspection-form-wrap .section .section-title .btn.left {
  float: left;
}
.inspection-form-wrap .section .section-title .btn-group.right,
.inspection-form-wrap .section .section-title .btn.right {
  float: right;
}
.inspection-form-wrap .section .section-title .btn-group {
  padding: 0;
}
.inspection-form-wrap .section .section-title .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
}
.inspection-form-wrap .section .info-group > label {
  min-width: 100px;
}
.inspection-form-wrap .section .info-group .info-tc .form-control {
  border-radius: 0;
  border-bottom-color: #777;
  width: 95%;
  height: 28px;
  line-height: 24px;
  padding: 2px 8px;
  font-size: 12px;
}
.inspection-form-wrap .section .tire-box,
.inspection-form-wrap .section .brake-box {
  padding: 0 0 0 2px;
  max-width: 235px;
  float: none;
  margin: 3px auto;
  clear: both;
}
.inspection-form-wrap .section .tire-box .position,
.inspection-form-wrap .section .brake-box .position {
  line-height: 26px;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 0;
}
.inspection-form-wrap .section .tire-box .service-status-radios:first-child,
.inspection-form-wrap .section .brake-box .service-status-radios:first-child {
  margin-top: 5px;
}
.inspection-form-wrap .section .tire-box .service-status-radios,
.inspection-form-wrap .section .brake-box .service-status-radios {
  margin-bottom: 2px;
}
.inspection-form-wrap .section .tire-box .service-status-radios > label,
.inspection-form-wrap .section .brake-box .service-status-radios > label {
  margin: 0;
  display: inline-block;
  font-weight: normal;
  float: right;
  line-height: 30px;
  padding: 0 0 0 5px;
}
.inspection-form-wrap .section .tire-box .info-group,
.inspection-form-wrap .section .brake-box .info-group {
  margin-bottom: 2px;
}
.inspection-form-wrap .section .tire-box .service-checkbox-wrap,
.inspection-form-wrap .section .brake-box .service-checkbox-wrap {
  margin: 0 0 5px 5px;
  padding: 2px 0 0 0;
}
.inspection-form-wrap .section-hidden {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .inspection-form-wrap .section .tire-box,
  .inspection-form-wrap .section .brake-box {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #gb-service-inspection .gb-sm-6 {
    width: 50%;
  }
  #gb-service-inspection .gb-sm-6 .tire-box,
  #gb-service-inspection .gb-sm-6 .brake-box {
    margin-left: 7px;
  }
  #gb-service-inspection .gb-sm-8 {
    width: 66.66666666%;
  }
  .inspection-form-wrap.preview .gb-sm-6 {
    width: 50%;
  }
  .inspection-form-wrap.preview .gb-sm-8 {
    width: 66.66666666%;
  }
}
.labor-types-wrap {
  padding: 8px;
}
.labor-types-wrap .labor-type-entry {
  padding: 3px;
  border: 1px solid #ddd;
  margin-bottom: 13px;
}
.labor-types-wrap .labor-type-entry .info-group {
  margin: 0;
}
.matrix-input-wrap {
  padding: 0;
  background-color: #fafafa;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.matrix-input-wrap.issue-found {
  border: 1px solid #e12131;
  color: #e12131;
}
.matrix-input-wrap table.table {
  margin: 0;
}
.matrix-input-wrap table.table tr td {
  border-top: none;
}
/* ====================
Service Repair Order Header
modified: 08.01.19
==================== */
.customer-info-wrap {
  padding: 0 2px;
  margin-bottom: 8px;
}
.customer-info-wrap .customer-basic-info {
  float: left;
  margin: 5px 0 0 45px;
  padding-right: 7px;
  color: #777;
}
.customer-info-wrap .customer-basic-info > a,
.customer-info-wrap .customer-basic-info > span {
  display: inline-block;
  padding: 0 9px;
}
.customer-info-wrap .customer-vehicle-info {
  padding: 0px 5px 5px 54px;
}
.customer-info-wrap .customer-vehicle-info .has-recall {
  font-weight: 600;
  color: #e12131;
}
.customer-info-wrap .customer-vehicle-info .vin {
  display: block;
  clear: both;
  color: #814fb5;
  font-weight: bold;
}
.customer-info-wrap .info-group label {
  min-width: 90px;
}
.customer-info-wrap .info-group .info-tc {
  padding: 0;
}
@media (max-width: 767px) {
  .customer-insight-wrap {
    text-align: left;
  }
  .customer-insight-wrap > div > span {
    float: right;
    font-size: 100%;
  }
  .customer-info-wrap .customer-vehicle-info {
    padding: 0 15px;
  }
}
.assignee-wrap {
  margin-bottom: 10px;
  padding: 5px 8px;
}
.assignee-wrap > div:first-child {
  padding: 0 0 2px 0;
  border-bottom: 1px solid #e12131;
}
.assignee-wrap .info-group .info-tc {
  height: 34px;
  line-height: 17px;
}
.assignee-name {
  display: inline-block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  max-width: 150px;
}
@media screen (max-width: 991px) {
  .assignee-name {
    max-width: 75px;
    font-size: 90%;
  }
}
@media screen (max-width: 767px) {
  .assignee-name {
    max-width: 160px;
  }
}
/* ====================
Labor & Service Repair Module
modified: 08.08.18
==================== */
.labor-module {
  padding: 8px;
}
.service-repair-module {
  float: left;
  width: 100%;
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 16px;
}
.service-repair-module .repair-priority {
  padding: 0 5px;
  line-height: 40px;
  border-bottom: 3px solid #ddd;
  font-size: 120%;
  font-weight: bold;
}
.service-repair-module .repair-priority .repair-number {
  line-height: 40px;
}
.service-repair-module .repair-priority .btn {
  padding: 4px 12px;
  margin: 4px 0 0 4px;
}
.service-repair-module .repair-priority.high {
  border-color: #e12131;
  color: #731018;
  background-color: rgba(225, 33, 49, 0.15);
}
.service-repair-module .repair-priority.medium {
  border-color: #e67e22;
  color: #7b410e;
  background-color: rgba(230, 126, 34, 0.15);
}
.service-repair-module .repair-priority.low {
  border-color: #f1c40f;
  color: #796307;
  background-color: rgba(241, 196, 15, 0.15);
}
.service-repair-module .repair-priority.complete {
  border-color: #72c02c;
  color: #345814;
  background-color: rgba(114, 192, 44, 0.15);
}
.service-repair-module .repair-priority.authorized {
  border-color: #e67e22;
  color: #7b410e;
  background-color: rgba(230, 126, 34, 0.15);
}
.service-repair-module .repair-priority.denied {
  border-color: #e12131;
  color: #731018;
  background-color: rgba(225, 33, 49, 0.15);
}
.service-repair-module .repair-priority.warranty {
  border-color: #814fb5;
  color: #42275d;
  background-color: rgba(129, 79, 181, 0.15);
}
.service-repair-module .repair-priority.express {
  border-color: #3498db;
  color: #16527a;
  background-color: rgba(52, 152, 219, 0.15);
}
.service-repair-module .repair-priority-text-high {
  color: #e12131;
}
.service-repair-module .repair-priority-text-medium {
  color: #e67e22;
}
.service-repair-module .repair-priority-text-low {
  color: #f1c40f;
}
.service-repair-module .part > label,
.service-repair-module .repair > label {
  clear: both;
  display: block;
  padding: 4px 9px;
  margin-bottom: 2px;
  background-color: #eee;
  border-bottom: 1px solid #aaa;
}
.service-repair-module .part .info-group,
.service-repair-module .repair .info-group {
  padding: 2px 9px;
  margin: 0;
}
.service-repair-module .part p,
.service-repair-module .repair p {
  display: block;
  clear: both;
  padding: 4px 9px;
  margin: 0;
}
.service-repair-module.dealer {
  clear: both;
  border-color: #aaa;
}
.service-repair-module.dealer .line-item-import-notice {
  background-color: #eee;
  padding: 0 9px;
  line-height: 30px;
}
.service-repair-module.dealer .approval .radio {
  margin: 7px 0;
}
.service-repair-module .added-by,
.service-repair-module .auth-by,
.service-repair-module .primary-repair,
.service-repair-module .part-status {
  float: left;
  display: inline-block;
  line-height: 26px;
  padding: 0 10px;
  margin: 2px;
}
.service-repair-module .added-by {
  background-color: #20409a;
  color: #fff;
}
.service-repair-module .auth-by {
  background-color: #3498db;
  color: #fff;
}
.service-repair-module .primary-repair {
  background-color: #f1c40f;
}
.service-repair-module .part-status {
  background-color: #eee;
}
.service-repair-module .part-status.filled {
  background-color: #72c02c;
  color: #fff;
}
.service-repair-module .part-status.not-ready {
  background-color: #e12131;
  color: #fff;
}
.service-repair-module .repair-summary-wrap .summary-title,
.service-repair-module .repair-step-wrap .step-title,
.service-repair-module .parts-wrap .part-title {
  padding: 0 0 0 0;
  line-height: 32px;
  font-weight: bold;
}
.service-repair-module .repair-summary-wrap .summary-title > span,
.service-repair-module .repair-step-wrap .step-title > span,
.service-repair-module .parts-wrap .part-title > span {
  display: inline-block;
  float: left;
}
.service-repair-module .repair-summary-wrap .summary-title .btn,
.service-repair-module .repair-step-wrap .step-title .btn,
.service-repair-module .parts-wrap .part-title .btn {
  line-height: 32px;
  padding: 0 6px;
  border-radius: 0;
  border-width: 0;
  min-width: 45px;
}
.service-repair-module .repair-summary-wrap .summary-title .btn.left,
.service-repair-module .repair-step-wrap .step-title .btn.left,
.service-repair-module .parts-wrap .part-title .btn.left {
  float: left;
}
.service-repair-module .repair-summary-wrap .summary-title .btn.right,
.service-repair-module .repair-step-wrap .step-title .btn.right,
.service-repair-module .parts-wrap .part-title .btn.right {
  float: right;
}
.service-repair-module .repair-summary-wrap .summary-title {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.service-repair-module .repair-summary-wrap.reviewed .summary-title {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  background-color: rgba(68, 68, 68, 0.25);
}
.service-repair-module .repair-step-wrap .step-title {
  background-color: rgba(32, 64, 154, 0.25);
  border-top: 1px solid #20409a;
  border-bottom: 1px solid #20409a;
}
.service-repair-module .repair-step-wrap .step-title a {
  padding-left: 9px;
}
.service-repair-module .repair-step-wrap.reviewed .step-title {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  background-color: rgba(68, 68, 68, 0.25);
}
.service-repair-module .repair-step-wrap.reviewed .step-content {
  background-color: rgba(68, 68, 68, 0.2);
}
.service-repair-module .repair-step-wrap.reviewed .step-parts-bar {
  background-color: rgba(68, 68, 68, 0.2);
}
.service-repair-module .parts-wrap {
  padding: 0;
}
.service-repair-module .parts-wrap.editable .info-group {
  line-height: 30px;
}
.service-repair-module .parts-wrap .part-title {
  position: relative;
  background-color: #fafafa;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #814fb5;
  font-weight: bold;
}
.service-repair-module .parts-wrap .part-title > label {
  float: left;
  padding-left: 5px;
  margin: 0;
}
.service-repair-module .parts-wrap.reviewed,
.service-repair-module .parts-wrap.backordered,
.service-repair-module .parts-wrap.out-of-stock,
.service-repair-module .parts-wrap.local-pickup,
.service-repair-module .parts-wrap.action-required,
.service-repair-module .parts-wrap.part-ordered,
.service-repair-module .parts-wrap.parts-filled {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.service-repair-module .parts-wrap.reviewed .part-title,
.service-repair-module .parts-wrap.backordered .part-title,
.service-repair-module .parts-wrap.out-of-stock .part-title,
.service-repair-module .parts-wrap.local-pickup .part-title,
.service-repair-module .parts-wrap.action-required .part-title,
.service-repair-module .parts-wrap.part-ordered .part-title,
.service-repair-module .parts-wrap.parts-filled .part-title {
  border-bottom: 1px solid transparent;
}
.service-repair-module .parts-wrap.reviewed {
  border-color: #bbb;
}
.service-repair-module .parts-wrap.reviewed .part-title {
  background-color: rgba(68, 68, 68, 0.2);
  border-color: #444;
}
.service-repair-module .parts-wrap.reviewed .part-content {
  background-color: rgba(68, 68, 68, 0.15);
}
.service-repair-module .parts-wrap.backordered {
  border-color: #e12131;
}
.service-repair-module .parts-wrap.backordered .part-title {
  background-color: rgba(225, 33, 49, 0.25);
  border-color: #e12131;
}
.service-repair-module .parts-wrap.backordered .part-content {
  background-color: rgba(225, 33, 49, 0.08);
}
.service-repair-module .parts-wrap.out-of-stock {
  border-color: #e67e22;
}
.service-repair-module .parts-wrap.out-of-stock .part-title {
  background-color: rgba(230, 126, 34, 0.25);
  border-color: #e67e22;
}
.service-repair-module .parts-wrap.out-of-stock .part-content {
  background-color: rgba(230, 126, 34, 0.08);
}
.service-repair-module .parts-wrap.local-pickup {
  border-color: #f1c40f;
}
.service-repair-module .parts-wrap.local-pickup .part-title {
  background-color: rgba(241, 196, 15, 0.25);
  border-color: #f1c40f;
}
.service-repair-module .parts-wrap.local-pickup .part-content {
  background-color: rgba(241, 196, 15, 0.08);
}
.service-repair-module .parts-wrap.action-required {
  border-color: #72c02c;
}
.service-repair-module .parts-wrap.action-required .part-title {
  background-color: rgba(114, 192, 44, 0.25);
  border-color: #72c02c;
}
.service-repair-module .parts-wrap.action-required .part-content {
  background-color: rgba(114, 192, 44, 0.08);
}
.service-repair-module .parts-wrap.part-ordered {
  border-color: #3498db;
}
.service-repair-module .parts-wrap.part-ordered .part-title {
  background-color: rgba(52, 152, 219, 0.25);
  border-color: #3498db;
}
.service-repair-module .parts-wrap.part-ordered .part-content {
  background-color: rgba(52, 152, 219, 0.08);
}
.service-repair-module .parts-wrap.parts-filled {
  border-color: #bbb;
}
.service-repair-module .parts-wrap.parts-filled .part-title {
  background-color: rgba(68, 68, 68, 0.2);
  border-color: #444;
  color: #599723;
}
.service-repair-module .parts-wrap.parts-filled .part-content {
  background-color: rgba(68, 68, 68, 0.08);
}
.service-repair-module .parts-wrap a {
  padding-left: 9px;
}
.service-repair-module .add-parts-wrap a {
  margin-right: 5px;
}
.service-repair-module .summary-parts-bar.reviewed {
  background-color: rgba(68, 68, 68, 0.2);
}
.service-repair-module .line-totals {
  padding: 4px 4px;
  border-top: 1px solid #aaa;
  background-color: #eee;
}
.service-repair-module .sub-totals span {
  line-height: 26px;
}
.service-repair-module .part-not-picked {
  opacity: 0.45;
}
.service-repair-module .reviewed-alert {
  border-top: 1px solid #e12131;
  padding: 4px;
  background-color: rgba(225, 33, 49, 0.08);
  color: #e12131;
  font-weight: bold;
}
.service-repair-module.customer .repair-totals {
  padding: 0;
  margin: 0;
}
.service-repair-module.customer .repair-totals .total {
  padding: 0 4px 0 0;
  text-align: right;
  line-height: 40px;
}
.service-repair-module.customer .repair-totals .total > span {
  font-weight: bold;
}
.service-repair-module .info-group label {
  font-size: 100%;
  font-weight: bold;
}
.service-repair-module .info-group .info-tc {
  min-height: 24px;
}
.repair-number {
  float: left;
  font-size: 120%;
  margin: 0 8px;
}
@media (max-width: 767px) {
  .service-repair-module.customer .repair-totals .total {
    text-align: center;
  }
}
/* ====================
06.09.17
==================== */
.table-loading-label-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(220, 220, 220, 0.8);
}
.table-loading-label-wrap .table-loading-label {
  width: 150px;
  margin: auto;
  text-align: center;
  font-size: 135%;
  padding: 10px 0;
}
.reward-wrap {
  padding: 0;
  margin-bottom: 15px;
  border: 1px solid #20409a;
}
.reward-wrap .reward-title {
  background-color: #20409a;
  color: #fff;
  padding: 0;
}
.reward-wrap .reward-title span {
  font-size: 115%;
  font-weight: bold;
  letter-spacing: 0.1pt;
  line-height: 30px;
  padding: 0 5px;
}
.reward-wrap .reward-title a {
  padding: 0 7px;
  line-height: 30px;
}
.reward-wrap .reward-title .btn {
  border-radius: 0;
}
.reward-wrap .info-group.required > label {
  color: #e12131;
}
.reward-wrap .reward-brief {
  padding: 8px;
}
.reward-wrap .reward-brief p {
  font-size: 115%;
}
.reward-wrap.edit {
  border-color: #3498db;
  padding-bottom: 5px;
}
.reward-wrap.edit .reward-title {
  background-color: #3498db;
  margin-bottom: 8px;
}
/* ====================
Appointment Timeslot Table 
modified: 02.04.19
==================== */
.appt-timeslot-table {
  overflow: auto;
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
  margin: 10px 0;
}
.appt-timeslot-table .table {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
  margin: 0;
}
.appt-timeslot-table .table thead tr.advisors-row th:not(:first-child) {
  max-width: 155px;
  width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.appt-timeslot-table .table thead tr th:first-child,
.appt-timeslot-table .table tbody tr td:first-child {
  min-width: 85px;
  max-width: 85px;
  width: 85px;
  vertical-align: middle;
  background-color: #eee;
}
.appt-timeslot-table .table tbody tr td:not(:first-child) {
  width: 175px;
  max-width: 175px;
  min-width: 175px;
}
#appointment-month-calendar .fc-view-container {
  overflow-y: auto;
}
#appointment-month-calendar .fc-view-container .fc-month-view {
  min-width: 620px;
}
/* ====================
Service Scheduling 
modified: 03.25.17
==================== */
.service-scheduling-step > .title {
  color: #e12131;
  font-weight: bold;
  line-height: 22px;
  padding: 0;
  margin-bottom: 10px;
}
.service-scheduling-step > .title span {
  font-size: 115%;
  margin: 0 5px;
}
.service-scheduling-step .subtitle {
  color: #20409a;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
}
/* ====================
Daily Service Appointments Print
==================== */
.customer-appt-print-wrap {
  page-break-before: always;
  page-break-after: always;
  page-break-inside: avoid;
  padding: 5px;
  border-top: 1px solid #777;
  margin-bottom: 13px;
}
.customer-appt-print-wrap .form-group {
  margin: 0;
  padding: 0 0 0 0;
}
.customer-appt-print-wrap .form-group label,
.customer-appt-print-wrap .form-group h4,
.customer-appt-print-wrap .form-group p {
  margin: 0;
}
.customer-appt-print-wrap .form-group label {
  text-transform: uppercase;
}
.customer-appt-print-wrap span {
  display: inline-block;
  padding-right: 7px;
}
.customer-appt-print-wrap span label {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 4px 0 0;
}
.customer-appt-print-wrap span label:before {
  content: "\2014";
}
/* ====================
General Service Page Stylings
modified: 01.29.18
==================== */
.notes span:first-child {
  float: left;
  width: 65px;
  display: block;
  margin-right: -65px;
  font-size: 0.9em;
}
.notes span:nth-child(2) {
  width: auto;
  margin-left: 65px;
  float: left;
  line-height: 17px;
  padding-top: 5px;
}
.notes span:nth-child(2) a {
  margin-right: 6px;
}
#ro-customer-tabs {
  border-top: 1px solid #ddd;
}
#ro-customer-tabs .d-tab {
  text-align: center;
  padding: 7px 0;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  box-shadow: inset 0 -1px 1px 0px rgba(0, 0, 0, 0.05);
}
#ro-customer-tabs .d-tab:hover,
#ro-customer-tabs .d-tab.active {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: none;
}
.ro-customer-entry {
  display: none;
  padding: 10px 10px;
}
.ro-customer-entry.active {
  display: block;
}
.ro-progress-content,
.dispatch-tab-content,
.dispatch-customer-content {
  display: none;
}
.ro-progress-content.active,
.dispatch-tab-content.active,
.dispatch-customer-content.active {
  display: block;
}
.open-ro-customer-wrap .ro-status {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 26px;
  background-color: #ddd;
  color: #000;
}
.open-ro-customer-wrap .ro-status.unassigned {
  background-color: #f1c40f;
}
.open-ro-customer-wrap .ro-status.walkaround {
  background-color: #ddd;
}
.open-ro-customer-wrap .ro-status.inspection,
.open-ro-customer-wrap .ro-status.mpi {
  background-color: #3498db;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.estimate {
  background-color: #27d7e7;
}
.open-ro-customer-wrap .ro-status.parts {
  background-color: #814fb5;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.advisor {
  background-color: #20409a;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.approval {
  background-color: #e12131;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.external_sync {
  background-color: #e34d2b;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.inprogress {
  background-color: #e67e22;
  color: #fff;
}
.open-ro-customer-wrap .ro-status.invoice {
  background-color: #e12131;
  color: #fff;
}
.appointment-customer-update-wrap {
  display: none;
}
.notes-table .table tr {
  display: table-row !important;
}
.notes-table tr td {
  padding: 8px;
}
.notes-table tr td:first-child,
.notes-table tr td:nth-child(2) {
  width: 20%;
}
.notes-table tr td:nth-child(3) {
  width: 60%;
}
.find-customer-table tbody tr td {
  line-height: 30px;
}
#ro-customer-summary .table {
  margin-bottom: 0;
  min-width: 600px;
  padding-bottom: 15px;
}
#ro-customer-summary .table tr:first-child td {
  display: none;
  height: 0;
  padding: 0;
}
#ro-customer-summary .table tr:nth-child(2) td {
  line-height: 30px;
}
#ro-customer-summary .table tr td {
  border: none;
}
.ro-totals-breakdown {
  padding: 0;
  margin-bottom: 10px;
}
.ro-totals-breakdown .total {
  padding: 0px;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
}
.ro-totals-breakdown .total > div:first-child {
  padding-left: 10px;
}
.ro-totals-breakdown .total .d-tab {
  font-size: 100%;
  padding: 0;
  border-left: 1px dotted #ccc;
}
.ro-totals-breakdown .total.grand {
  color: #72c02c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ro-totals-breakdown .total > div:first-child {
    background-color: #fafafa;
  }
  .ro-totals-breakdown .total .d-tab:first-child {
    border-left: none;
  }
}
.repair-total-wrap {
  padding: 0;
}
.repair-total-wrap .repair-total {
  padding: 3px 6px 0 8px;
  border-bottom: 1px dotted #ccc;
}
.repair-total-wrap .repair-total > label {
  width: 50%;
  float: left;
  margin: 6px 0 0px 0;
  padding-left: 10px;
}
.repair-total-wrap .repair-total > span {
  font-size: 150%;
  width: 50%;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .repair-total-wrap {
    padding: 0 15px;
  }
}
.table-responsive {
  margin-bottom: 15px;
}
.table-responsive .service-repair-module {
  min-width: 700px;
}
.schedule-error {
  display: none;
}
.service-apt-dealer-table {
  margin-bottom: 0;
  font-size: 90%;
}
.service-apt-dealer-table tbody tr td {
  vertical-align: middle;
}
/* ====================
Image Marker
==================== */
.marker {
  width: 27px;
  height: 40px;
  position: absolute;
  left: -13px;
  top: -35px;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
}
.marker.black {
  background: url(marker_black.png);
}
/* ====================
Profile Settings > Service
==================== */
#service-hours-of-operation-table tr td {
  vertical-align: middle;
}
.opcode-wrap .info-group {
  margin-bottom: 5px;
}
.schedule-error {
  display: none;
}
/* ====================
RO Verification 
modified: 01.19.17
==================== */
.ro-verify-wrap {
  padding: 5px 0 0 0;
}
.ro-verify-wrap table tbody tr td:first-child {
  width: 95px;
  font-size: 90%;
}
.ro-verify-wrap table tbody tr.different td:first-child {
  background-color: rgba(129, 79, 181, 0.2);
}
.ro-verify-wrap table tbody tr.different td:nth-child(2) {
  background-color: rgba(225, 33, 49, 0.3);
}
.ro-verify-wrap table tbody tr.different td:nth-child(3) {
  background-color: rgba(114, 192, 44, 0.45);
}
/* ====================
Repair Approval Done 
modified: 01.23.17
==================== */
.repair-approval-done-wrap {
  border: 1px solid #ddd;
  padding: 0px;
  margin-bottom: 10px;
}
.repair-approval-done-wrap .title {
  background-color: #efefef;
  padding: 5px;
  cursor: pointer;
}
.repair-approval-done-wrap .title span {
  float: right;
  text-align: right;
  display: inline-block;
}
.repair-approval-done-wrap .title span i {
  padding: 0 7px;
}
.repair-approval-done-wrap .service-repair-module:last-child {
  margin-bottom: 0;
}
.repair-approval-done-wrap .approval-done-details {
  display: none;
  padding: 5px;
  background-color: #efefef;
}
.repair-approval-done-wrap .approval-done-details .service-repair-module {
  background-color: #fff;
}
.repair-approval-done-wrap .approval-done-filter {
  position: absolute;
  top: -31px;
  right: -1px;
  bottom: -2px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.repair-approval-done-wrap .approval-done-filter::after {
  font-size: 250%;
  line-height: 32px;
  text-align: center;
  width: 200px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  padding-top: 17px;
  margin-left: -100px;
  box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.3);
}
.repair-approval-done-wrap .approval-done-filter {
  -webkit-filter: grayscale(100%);
  background-image: url('../img/banding-bg-tiles/red-banding-bg.png');
  border: 1px solid #e12131;
}
.repair-approval-done-wrap .approval-done-filter::after {
  content: "PREVIOUSLY AUTHORIZED";
  border: 1px solid #e12131;
}
.repair-total.denied {
  color: #e12131;
  position: relative;
}
.repair-total.denied:after {
  border-bottom: 0.125em solid #000;
  content: "";
  left: 0;
  margin-top: calc(-0.0625em);
  position: absolute;
  right: 0;
  top: 50%;
}
/* ====================
dProcess
==================== */
.dProcess-target {
  display: none;
}
.dProcess-target.active {
  display: block;
}
/* ====================
Service Cashier
modified: 07.10.17
==================== */
.repair-order-row {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
}
.repair-order-row .info-group .info-tr {
  min-height: 25px;
}
.repair-order-row .info-group .info-tr label {
  padding-top: 2px;
  padding-right: 5px;
  margin-bottom: 0;
}
/* ====================
modified: 01.17.17
==================== */
.cashier-customer-wrap {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 5px 0;
}
.cashier-customer-wrap .info-group .info-tc {
  text-align: right;
  padding-right: 7px;
}
/* ====================
VIN Scan
modified: 
==================== */
#vin-scan-container.viewport {
  width: 568px;
  height: 426px;
}
#vin-scan-container.viewport canvas,
video {
  float: left;
  width: 568px;
  height: 426px;
}
#vin-scan-container.viewport canvas.drawingBuffer,
video.drawingBuffer {
  margin-top: -426px;
  position: inherit;
}
.scanner-overlay {
  display: none;
  width: 568px;
  height: 510px;
  position: absolute;
  padding: 20px;
  top: 50%;
  margin-top: -275px;
  left: 50%;
  margin-left: -340px;
  background-color: #FFF;
  -moz-box-shadow: #333333 0px 4px 10px;
  -webkit-box-shadow: #333333 0px 4px 10px;
  box-shadow: #333333 0px 4px 10px;
}
.scanner-overlay > .header {
  position: relative;
  margin-bottom: 14px;
}
.scanner-overlay > .header h4,
.scanner-overlay > .header .close {
  line-height: 16px;
}
.scanner-overlay > .header h4 {
  margin: 0px;
  padding: 0px;
}
.scanner-overlay > .header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 16px;
  width: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 603px) {
  .reader-config-group {
    width: 100%;
  }
  .reader-config-group label > span {
    width: 50%;
  }
  .reader-config-group label > select,
  .reader-config-group label > input {
    max-width: calc(48%);
  }
  #vin-scan-container.viewport {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  #vin-scan-container.viewport canvas,
  video {
    margin-top: -50px;
    width: 300px;
    height: 400px;
  }
  #vin-scan-container.viewport canvas.drawingBuffer,
  video.drawingBuffer {
    margin-top: -400px;
  }
  #result_strip {
    margin-top: 5px;
    padding-top: 5px;
  }
  #result_strip ul.thumbnails > li {
    width: 150px;
  }
  #result_strip ul.thumbnails > li .thumbnail .imgWrapper {
    width: 130px;
    height: 130px;
    overflow: hidden;
  }
  #result_strip ul.thumbnails > li .thumbnail .imgWrapper img {
    margin-top: -25px;
    width: 130px;
    height: 180px;
  }
}
@media (max-width: 603px) {
  .overlay.scanner {
    width: 568px;
    height: 510px;
    padding: 20px;
    margin-top: -275px;
    margin-left: -340px;
    background-color: #FFF;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .overlay.scanner > .header {
    margin-bottom: 14px;
  }
  .overlay.scanner > .header h4,
  .overlay.scanner > .header .close {
    line-height: 16px;
  }
  .overlay.scanner > .header .close {
    height: 16px;
    width: 16px;
  }
}
/* ====================
Service Capacity Categories
modified: 08.08.19
==================== */
.capacity-wrap {
  padding-bottom: 8px;
}
.capacity-wrap .module-section-title {
  margin-bottom: 8px !important;
}
.capacity-wrap .info-group {
  border-bottom: 1px dotted #ccc;
  margin: 0 !important;
}
.capacity-wrap .info-group label {
  padding: 3px 8px;
  font-size: 13px;
  font-weight: normal;
}
.capacity-wrap .info-group label b {
  display: inline-block;
  min-width: 20px;
  text-align: right;
}
.capacity-wrap .info-group .info-tc {
  padding: 3px 8px;
}
/* ====================
Alert Styling
==================== */
.red-alert,
.blue-alert,
.darkblue-alert,
.green-alert,
.orange-alert,
.yellow-alert,
.purple-alert,
.aqua-alert {
  border-top: 3px solid transparent;
  padding: 8px 11px;
  margin-bottom: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
}
.red-alert p,
.blue-alert p,
.darkblue-alert p,
.green-alert p,
.orange-alert p,
.yellow-alert p,
.purple-alert p,
.aqua-alert p {
  margin: 0;
}
.red-alert {
  border-color: #e12131;
  background-color: rgba(225, 33, 49, 0.08);
  color: #731018;
}
.blue-alert {
  border-color: #3498db;
  background-color: rgba(52, 152, 219, 0.08);
  color: #16527a;
}
.darkblue-alert {
  border-color: #20409a;
  background-color: rgba(32, 64, 154, 0.08);
  color: #0a1431;
}
.green-alert {
  border-color: #72c02c;
  background-color: rgba(114, 192, 44, 0.08);
  color: #345814;
}
.orange-alert {
  border-color: #e67e22;
  background-color: rgba(230, 126, 34, 0.08);
  color: #7b410e;
}
.yellow-alert {
  border-color: #f1c40f;
  background-color: rgba(241, 196, 15, 0.08);
  color: #796307;
}
.purple-alert {
  border-color: #814fb5;
  background-color: rgba(129, 79, 181, 0.08);
  color: #42275d;
}
.aqua-alert {
  border-color: #27d7e7;
  background-color: rgba(39, 215, 231, 0.08);
  color: #0e7780;
}
/* ====================
Buttons (use Twitter Bootstrap for sizing)
modified: 08.12.19
==================== */
.btn {
  border-radius: 3px;
  border-bottom: 2px solid transparent;
  transition: 0.1s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  letter-spacing: 0.04em;
}
.btn:hover,
.btn.active {
  transition: 0.1s;
}
.btn-default {
  color: #555;
  background-color: #ddd;
  border-bottom-color: #999;
}
.btn-default:hover,
.btn-default.active {
  background-color: #aaa;
  border-bottom: 2px solid transparent;
}
.btn-gray-light {
  color: #fff;
  background-color: #999;
}
.btn-gray-medium {
  color: #fff;
  background-color: #777;
}
.btn-gray-dark {
  color: #fff;
  background-color: #555;
}
.btn-green {
  color: #fff;
  background-color: #72c02c;
  border-bottom-color: #4d821e;
}
.btn-green:hover,
.btn-green.active {
  color: #fff;
  background-color: #599723;
  border-bottom: 2px solid transparent;
}
.btn-darkgreen {
  color: #fff;
  background-color: #2f4f11;
  border-bottom-color: #0a1003;
}
.btn-darkgreen:hover,
.btn-darkgreen.active {
  color: #fff;
  background-color: #162508;
  border-bottom: 2px solid transparent;
}
.btn-blue {
  color: #fff;
  background-color: #3498db;
  border-bottom-color: #1d6fa5;
}
.btn-blue:hover,
.btn-blue.active {
  color: #fff;
  background-color: #217dbb;
  border-bottom: 2px solid transparent;
}
.btn-darkblue {
  color: #fff;
  background-color: #20409a;
  border-bottom-color: #13265b;
}
.btn-darkblue:hover {
  color: #fff;
  background-color: #1c3785;
  border-bottom: 2px solid transparent;
}
.btn-orange {
  color: #fff;
  background-color: #e67e22;
  border-bottom-color: #a95913;
}
.btn-orange:hover,
.btn-orange.active {
  color: #fff;
  background-color: #c06516;
  border-bottom: 2px solid transparent;
}
.btn-darkorange {
  color: #fff;
  background-color: #e34d2b;
  border-bottom-color: #ac3216;
}
.btn-darkorange:hover,
.btn-darkorange.active {
  color: #fff;
  background-color: #c23819;
  border-bottom: 2px solid transparent;
}
.btn-yellow {
  color: #000;
  background-color: #f1c40f;
  border-bottom-color: #aa8a0a;
}
.btn-yellow:hover,
.btn-yellow.active {
  color: #000;
  background-color: #c29e0b;
  border-bottom: 2px solid transparent;
}
.btn-darkyellow {
  color: #fff;
  background-color: #aa8909;
  border-bottom-color: #614e05;
}
.btn-darkyellow:hover,
.btn-darkyellow.active {
  color: #fff;
  background-color: #7a6206;
  border-bottom: 2px solid transparent;
}
.btn-purple {
  color: #fff;
  background-color: #814fb5;
  border-bottom-color: #5b3681;
}
.btn-purple:hover,
.btn-purple.active {
  color: #fff;
  background-color: #683e93;
  border-bottom: 2px solid transparent;
}
.btn-aqua {
  color: #fff;
  background-color: #27d7e7;
  border-bottom-color: #13a1ae;
}
.btn-aqua:hover {
  color: #fff;
  background-color: #16b6c5;
  border-bottom: 2px solid transparent;
}
.btn-red {
  color: #fff;
  background-color: #e12131;
  border-bottom-color: #a01621;
}
.btn-red:hover,
.btn-red.active {
  color: #fff;
  background-color: #b61926;
  border-bottom: 2px solid transparent;
}
.btn-darkred {
  color: #fff;
  background-color: #760f17;
  border-bottom-color: #32060a;
}
.btn-darkred:hover,
.btn-darkred.active {
  color: #fff;
  background-color: #49090e;
  border-bottom: 2px solid transparent;
}
.btn-cyan {
  color: #000;
  background-color: #00ffff;
  border-bottom-color: #00b2b3;
}
.btn-cyan:hover,
.btn-cyan.active {
  color: #000;
  background-color: #00cccc;
  border-bottom: 2px solid transparent;
}
.btn-maroon {
  color: #fff;
  background-color: #800000;
  border-bottom-color: #340000;
}
.btn-maroon:hover,
.btn-maroon.active {
  color: #fff;
  background-color: #4d0000;
  border-bottom: 2px solid transparent;
}
.btn-salmon {
  color: #fff;
  background-color: #fa8072;
  border-bottom-color: #f73d28;
}
.btn-salmon:hover,
.btn-salmon.active {
  color: #fff;
  background-color: #f85441;
  border-bottom: 2px solid transparent;
}
.btn-junglegreen {
  color: #fff;
  background-color: #29ab87;
  border-bottom-color: #1a6d56;
}
.btn-junglegreen:hover,
.btn-junglegreen.active {
  color: #fff;
  background-color: #1f8267;
  border-bottom: 2px solid transparent;
}
.btn-caribbeangreen {
  color: #fff;
  background-color: #00cc99;
  border-bottom-color: #008060;
}
.btn-caribbeangreen:hover,
.btn-caribbeangreen.active {
  color: #fff;
  background-color: #009973;
  border-bottom: 2px solid transparent;
}
.btn-cerulean {
  color: #fff;
  background-color: #02a4d3;
  border-bottom-color: #016987;
}
.btn-cerulean:hover,
.btn-cerulean.active {
  color: #fff;
  background-color: #027da1;
  border-bottom: 2px solid transparent;
}
.btn-wisteria {
  color: #fff;
  background-color: #c9a0dc;
  border-bottom-color: #a968c7;
}
.btn-wisteria:hover,
.btn-wisteria.active {
  color: #fff;
  background-color: #b47bce;
  border-bottom: 2px solid transparent;
}
.btn-shamrock {
  color: #fff;
  background-color: #33cc99;
  border-bottom-color: #248f6b;
}
.btn-shamrock:hover,
.btn-shamrock.active {
  color: #fff;
  background-color: #29a37a;
  border-bottom: 2px solid transparent;
}
.btn-indigo {
  color: #fff;
  background-color: #4f69c6;
  border-bottom-color: #314797;
}
.btn-indigo:hover,
.btn-indigo.active {
  color: #fff;
  background-color: #3750ab;
  border-bottom: 2px solid transparent;
}
.btn-olivegreen {
  color: #fff;
  background-color: #b5b35c;
  border-bottom-color: #87853d;
}
.btn-olivegreen:hover,
.btn-olivegreen.active {
  color: #fff;
  background-color: #999745;
  border-bottom: 2px solid transparent;
}
.btn-mango {
  color: #fff;
  background-color: #e77200;
  border-bottom-color: #9b4c00;
}
.btn-mango:hover,
.btn-mango.active {
  color: #fff;
  background-color: #b45900;
  border-bottom: 2px solid transparent;
}
.btn-fern {
  color: #fff;
  background-color: #63b76c;
  border-bottom-color: #418d49;
}
.btn-fern:hover,
.btn-fern.active {
  color: #fff;
  background-color: #499e52;
  border-bottom: 2px solid transparent;
}
.btn-orchid {
  color: #fff;
  background-color: #e29cd2;
  border-bottom-color: #d161b7;
}
.btn-orchid:hover,
.btn-orchid.active {
  color: #fff;
  background-color: #d675c0;
  border-bottom: 2px solid transparent;
}
.btn-jazzberry {
  color: #fff;
  background-color: #a50b5e;
  border-bottom-color: #5d0635;
}
.btn-jazzberry:hover,
.btn-jazzberry.active {
  color: #fff;
  background-color: #750843;
  border-bottom: 2px solid transparent;
}
.btn-blush {
  color: #fff;
  background-color: #db5079;
  border-bottom-color: #b82651;
}
.btn-blush:hover,
.btn-blush.active {
  color: #fff;
  background-color: #ce2a5a;
  border-bottom: 2px solid transparent;
}
.btn-mahogany {
  color: #fff;
  background-color: #ca3435;
  border-bottom-color: #8d2425;
}
.btn-mahogany:hover,
.btn-mahogany.active {
  color: #fff;
  background-color: #a12a2a;
  border-bottom: 2px solid transparent;
}
.btn-sepia {
  color: #fff;
  background-color: #9e5b40;
  border-bottom-color: #673c2a;
}
.btn-sepia:hover,
.btn-sepia.active {
  color: #fff;
  background-color: #7a4631;
  border-bottom: 2px solid transparent;
}
.btn-beaver {
  color: #fff;
  background-color: #926f5b;
  border-bottom-color: #634b3e;
}
.btn-beaver:hover,
.btn-beaver.active {
  color: #fff;
  background-color: #735747;
  border-bottom: 2px solid transparent;
}
.btn.inactive {
  background-color: #ddd;
  color: #444;
  cursor: not-allowed;
  box-shadow: none;
}
/* ====================
Text Colors
modified: 08.12.19
==================== */
.pointer {
  cursor: pointer;
}
.strike {
  text-decoration: line-through;
}
.text-green {
  color: #72c02c;
}
.text-red {
  color: #e12131;
}
.text-blue {
  color: #3498db;
}
.text-darkblue {
  color: #20409a;
}
.text-orange {
  color: #e67e22;
}
.text-darkorange {
  color: #e34d2b;
}
.text-yellow {
  color: #f1c40f;
}
.text-purple {
  color: #814fb5;
}
.text-aqua {
  color: #27d7e7;
}
.text-darkgreen {
  color: #2f4f11;
}
.text-darkred {
  color: #760f17;
}
.text-darkyellow {
  color: #aa8909;
}
.text-cyan {
  color: #00ffff;
}
.text-maroon {
  color: #800000;
}
.text-salmon {
  color: #fa8072;
}
.text-junglegreen {
  color: #29ab87;
}
.text-caribbeangreen {
  color: #00cc99;
}
.text-cerulean {
  color: #02a4d3;
}
.text-wisteria {
  color: #c9a0dc;
}
.text-shamrock {
  color: #33cc99;
}
.text-indigo {
  color: #4f69c6;
}
.text-olivegreen {
  color: #b5b35c;
}
.text-mango {
  color: #e77200;
}
.text-fern {
  color: #63b76c;
}
.text-orchid {
  color: #e29cd2;
}
.text-jazzberry {
  color: #a50b5e;
}
.text-blush {
  color: #db5079;
}
.text-mahogany {
  color: #ca3435;
}
.text-sepia {
  color: #9e5b40;
}
.text-beaver {
  color: #926f5b;
}
/* ====================
Colored Table Cells
modified: 07.16.19
==================== */
.table tbody tr td.red-cell,
.table tbody tr th.red-cell,
.table thead tr td.red-cell,
.table thead tr th.red-cell {
  border-left: 5px solid #e12131;
  background-color: rgba(225, 33, 49, 0.08);
  color: #731018;
}
.table tbody tr td.lightred-cell,
.table tbody tr th.lightred-cell,
.table thead tr td.lightred-cell,
.table thead tr th.lightred-cell {
  border-left: 5px solid #ea6470;
  background-color: rgba(225, 33, 49, 0.04);
  color: #731018;
}
.table tbody tr td.darkred-cell,
.table tbody tr th.darkred-cell,
.table thead tr td.darkred-cell,
.table thead tr th.darkred-cell {
  border-left: 5px solid #a01621;
  background-color: rgba(225, 33, 49, 0.1);
  color: #731018;
}
.table tbody tr td.blue-cell,
.table tbody tr th.blue-cell,
.table thead tr td.blue-cell,
.table thead tr th.blue-cell {
  border-left: 5px solid #3498db;
  background-color: rgba(52, 152, 219, 0.08);
  color: #16527a;
}
.table tbody tr td.darkblue-cell,
.table tbody tr th.darkblue-cell,
.table thead tr td.darkblue-cell,
.table thead tr th.darkblue-cell {
  border-left: 5px solid #20409a;
  background-color: rgba(32, 64, 154, 0.08);
  color: #0a1431;
}
.table tbody tr td.green-cell,
.table tbody tr th.green-cell,
.table thead tr td.green-cell,
.table thead tr th.green-cell {
  border-left: 5px solid #72c02c;
  background-color: rgba(114, 192, 44, 0.08);
  color: #345814;
}
.table tbody tr td.lightgreen-cell,
.table tbody tr th.lightgreen-cell,
.table thead tr td.lightgreen-cell,
.table thead tr th.lightgreen-cell {
  border-left: 5px solid #99da5e;
  background-color: rgba(114, 192, 44, 0.04);
  color: #345814;
}
.table tbody tr td.orange-cell,
.table tbody tr th.orange-cell,
.table thead tr td.orange-cell,
.table thead tr th.orange-cell {
  border-left: 5px solid #e67e22;
  background-color: rgba(230, 126, 34, 0.08);
  color: #7b410e;
}
.table tbody tr td.yellow-cell,
.table tbody tr th.yellow-cell,
.table thead tr td.yellow-cell,
.table thead tr th.yellow-cell {
  border-left: 5px solid #f1c40f;
  background-color: rgba(241, 196, 15, 0.08);
  color: #796307;
}
.table tbody tr td.purple-cell,
.table tbody tr th.purple-cell,
.table thead tr td.purple-cell,
.table thead tr th.purple-cell {
  border-left: 5px solid #814fb5;
  background-color: rgba(129, 79, 181, 0.08);
  color: #42275d;
}
.table tbody tr td.aqua-cell,
.table tbody tr th.aqua-cell,
.table thead tr td.aqua-cell,
.table thead tr th.aqua-cell {
  border-left: 5px solid #27d7e7;
  background-color: rgba(39, 215, 231, 0.08);
  color: #0e7780;
}
.table tbody tr td.grey-cell,
.table tbody tr th.grey-cell,
.table thead tr td.grey-cell,
.table thead tr th.grey-cell {
  border-left: 5px solid #aaa;
  background-color: #eee;
  color: #444;
}
.custom-shadow1 {
  position: relative;
  /* -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 2px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.1) inset; */
}
.custom-shadow1::before,
.custom-shadow1::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.custom-shadow1::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* Dynamic Tabs (d-tabs) */
.d-tab:first-child:nth-last-child(1) {
  width: 100%;
}
.d-tab:first-child:nth-last-child(2),
.d-tab:first-child:nth-last-child(2) ~ .d-tab {
  width: 50%;
}
.d-tab:first-child:nth-last-child(3),
.d-tab:first-child:nth-last-child(3) ~ .d-tab {
  width: 33.3333%;
}
.d-tab:first-child:nth-last-child(4),
.d-tab:first-child:nth-last-child(4) ~ .d-tab {
  width: 25%;
}
.d-tab:first-child:nth-last-child(5),
.d-tab:first-child:nth-last-child(5) ~ .d-tab {
  width: 20%;
}
.d-tab:first-child:nth-last-child(6),
.d-tab:first-child:nth-last-child(6) ~ .d-tab {
  width: 16.6666%;
}
.d-tab:first-child:nth-last-child(7),
.d-tab:first-child:nth-last-child(7) ~ .d-tab {
  width: 14.2857%;
}
.d-tab:first-child:nth-last-child(8),
.d-tab:first-child:nth-last-child(8) ~ .d-tab {
  width: 12.5%;
}
.d-tab:first-child:nth-last-child(9),
.d-tab:first-child:nth-last-child(9) ~ .d-tab {
  width: 11.1%;
}
.d-tab-wrap {
  border-bottom: 1px solid transparent;
}
.d-tab-wrap.red {
  border-color: #e12131;
}
.d-tab-wrap.blue {
  border-color: #3498db;
}
.d-tab-wrap.green {
  border-color: #72c02c;
}
.d-tab {
  float: left;
  position: relative;
  padding: 3px;
  text-align: center;
  font-size: 90%;
}
.d-tab.red,
.d-tab.blue,
.d-tab.green {
  background-color: transparent;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d-tab.red:hover,
.d-tab.blue:hover,
.d-tab.green:hover {
  color: #fff;
}
.d-tab.red.active,
.d-tab.blue.active,
.d-tab.green.active {
  -webkit-box-shadow: 0 -7px 6px -6px #777;
  -moz-box-shadow: 0 -7px 6px -6px #777;
  box-shadow: 0 -7px 6px -6px #777;
  color: #fff;
}
.d-tab.red {
  color: #e12131;
}
.d-tab.red:hover,
.d-tab.red.active {
  background-color: #e12131;
}
.d-tab.blue {
  color: #20409a;
}
.d-tab.blue:hover,
.d-tab.blue.active {
  background-color: #20409a;
}
.d-tab.green {
  color: #72c02c;
}
.d-tab.green:hover,
.d-tab.green.active {
  background-color: #72c02c;
}
.d-tab.disabled {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #999 !important;
  cursor: not-allowed !important;
}
.d-tab.off {
  cursor: not-allowed !important;
  background-color: #eee !important;
  border: 1px solid transparent !important;
  color: #aaa !important;
}
.d-tab.off:hover {
  background-color: #eee !important;
  border: 1px solid transparent !important;
  color: #aaa !important;
}
a.d-tab {
  text-decoration: none;
}
/* ====================
Dispatch Tab Colors
modified: 08.08.18
==================== */
#repair-order-tabs,
#dispatch-tabs,
.dispatch-tabs {
  margin-bottom: 10px;
}
#repair-order-tabs .d-tab,
#dispatch-tabs .d-tab,
.dispatch-tabs .d-tab {
  float: left;
  display: block;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  padding: 9px 0 9px 0;
  line-height: 20px;
  border-bottom: 5px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
#repair-order-tabs .d-tab:hover,
#dispatch-tabs .d-tab:hover,
.dispatch-tabs .d-tab:hover,
#repair-order-tabs .d-tab.active,
#dispatch-tabs .d-tab.active,
.dispatch-tabs .d-tab.active {
  background-color: #ddd;
  color: #fff;
  text-decoration: none;
}
#repair-order-tabs [data-tab="NOTES"],
#dispatch-tabs [data-tab="NOTES"],
.dispatch-tabs [data-tab="NOTES"] {
  border-color: #ccc;
}
#repair-order-tabs [data-tab="NOTES"].active,
#dispatch-tabs [data-tab="NOTES"].active,
.dispatch-tabs [data-tab="NOTES"].active,
#repair-order-tabs [data-tab="NOTES"]:hover,
#dispatch-tabs [data-tab="NOTES"]:hover,
.dispatch-tabs [data-tab="NOTES"]:hover {
  background-color: #ccc;
}
#repair-order-tabs [data-tab="UNASSIGNED"],
#dispatch-tabs [data-tab="UNASSIGNED"],
.dispatch-tabs [data-tab="UNASSIGNED"] {
  border-color: #f1c40f;
}
#repair-order-tabs [data-tab="UNASSIGNED"].active,
#dispatch-tabs [data-tab="UNASSIGNED"].active,
.dispatch-tabs [data-tab="UNASSIGNED"].active,
#repair-order-tabs [data-tab="UNASSIGNED"]:hover,
#dispatch-tabs [data-tab="UNASSIGNED"]:hover,
.dispatch-tabs [data-tab="UNASSIGNED"]:hover {
  background-color: #f1c40f;
}
#repair-order-tabs [data-tab="ALL"],
#dispatch-tabs [data-tab="ALL"],
.dispatch-tabs [data-tab="ALL"],
#repair-order-tabs [data-tab="WALKAROUND"],
#dispatch-tabs [data-tab="WALKAROUND"],
.dispatch-tabs [data-tab="WALKAROUND"] {
  border-color: #aaa;
}
#repair-order-tabs [data-tab="ALL"].active,
#dispatch-tabs [data-tab="ALL"].active,
.dispatch-tabs [data-tab="ALL"].active,
#repair-order-tabs [data-tab="WALKAROUND"].active,
#dispatch-tabs [data-tab="WALKAROUND"].active,
.dispatch-tabs [data-tab="WALKAROUND"].active,
#repair-order-tabs [data-tab="ALL"]:hover,
#dispatch-tabs [data-tab="ALL"]:hover,
.dispatch-tabs [data-tab="ALL"]:hover,
#repair-order-tabs [data-tab="WALKAROUND"]:hover,
#dispatch-tabs [data-tab="WALKAROUND"]:hover,
.dispatch-tabs [data-tab="WALKAROUND"]:hover {
  background-color: #aaa;
}
#repair-order-tabs [data-tab="MPI"],
#dispatch-tabs [data-tab="MPI"],
.dispatch-tabs [data-tab="MPI"] {
  border-color: #3498db;
}
#repair-order-tabs [data-tab="MPI"].active,
#dispatch-tabs [data-tab="MPI"].active,
.dispatch-tabs [data-tab="MPI"].active,
#repair-order-tabs [data-tab="MPI"]:hover,
#dispatch-tabs [data-tab="MPI"]:hover,
.dispatch-tabs [data-tab="MPI"]:hover {
  background-color: #3498db;
}
#repair-order-tabs [data-tab="ESTIMATE"],
#dispatch-tabs [data-tab="ESTIMATE"],
.dispatch-tabs [data-tab="ESTIMATE"] {
  border-color: #27d7e7;
}
#repair-order-tabs [data-tab="ESTIMATE"].active,
#dispatch-tabs [data-tab="ESTIMATE"].active,
.dispatch-tabs [data-tab="ESTIMATE"].active,
#repair-order-tabs [data-tab="ESTIMATE"]:hover,
#dispatch-tabs [data-tab="ESTIMATE"]:hover,
.dispatch-tabs [data-tab="ESTIMATE"]:hover {
  background-color: #27d7e7;
}
#repair-order-tabs [data-tab="PARTS"],
#dispatch-tabs [data-tab="PARTS"],
.dispatch-tabs [data-tab="PARTS"] {
  border-color: #814fb5;
}
#repair-order-tabs [data-tab="PARTS"].active,
#dispatch-tabs [data-tab="PARTS"].active,
.dispatch-tabs [data-tab="PARTS"].active,
#repair-order-tabs [data-tab="PARTS"]:hover,
#dispatch-tabs [data-tab="PARTS"]:hover,
.dispatch-tabs [data-tab="PARTS"]:hover {
  background-color: #814fb5;
}
#repair-order-tabs [data-tab="OPEN_CALL"],
#dispatch-tabs [data-tab="OPEN_CALL"],
.dispatch-tabs [data-tab="OPEN_CALL"] {
  border-color: #a50b5e;
}
#repair-order-tabs [data-tab="OPEN_CALL"].active,
#dispatch-tabs [data-tab="OPEN_CALL"].active,
.dispatch-tabs [data-tab="OPEN_CALL"].active,
#repair-order-tabs [data-tab="OPEN_CALL"]:hover,
#dispatch-tabs [data-tab="OPEN_CALL"]:hover,
.dispatch-tabs [data-tab="OPEN_CALL"]:hover {
  background-color: #a50b5e;
}
#repair-order-tabs [data-tab="NOT_ROLLED"],
#dispatch-tabs [data-tab="NOT_ROLLED"],
.dispatch-tabs [data-tab="NOT_ROLLED"] {
  border-color: #b497d4;
}
#repair-order-tabs [data-tab="NOT_ROLLED"].active,
#dispatch-tabs [data-tab="NOT_ROLLED"].active,
.dispatch-tabs [data-tab="NOT_ROLLED"].active,
#repair-order-tabs [data-tab="NOT_ROLLED"]:hover,
#dispatch-tabs [data-tab="NOT_ROLLED"]:hover,
.dispatch-tabs [data-tab="NOT_ROLLED"]:hover {
  background-color: #b497d4;
}
#repair-order-tabs [data-tab="ADVISOR"],
#dispatch-tabs [data-tab="ADVISOR"],
.dispatch-tabs [data-tab="ADVISOR"],
#repair-order-tabs [data-tab="APPOINTMENTS"],
#dispatch-tabs [data-tab="APPOINTMENTS"],
.dispatch-tabs [data-tab="APPOINTMENTS"] {
  border-color: #20409a;
}
#repair-order-tabs [data-tab="ADVISOR"].active,
#dispatch-tabs [data-tab="ADVISOR"].active,
.dispatch-tabs [data-tab="ADVISOR"].active,
#repair-order-tabs [data-tab="APPOINTMENTS"].active,
#dispatch-tabs [data-tab="APPOINTMENTS"].active,
.dispatch-tabs [data-tab="APPOINTMENTS"].active,
#repair-order-tabs [data-tab="ADVISOR"]:hover,
#dispatch-tabs [data-tab="ADVISOR"]:hover,
.dispatch-tabs [data-tab="ADVISOR"]:hover,
#repair-order-tabs [data-tab="APPOINTMENTS"]:hover,
#dispatch-tabs [data-tab="APPOINTMENTS"]:hover,
.dispatch-tabs [data-tab="APPOINTMENTS"]:hover {
  background-color: #20409a;
}
#repair-order-tabs [data-tab="APPROVAL"],
#dispatch-tabs [data-tab="APPROVAL"],
.dispatch-tabs [data-tab="APPROVAL"] {
  border-color: #e12131;
  border-left: 2px solid rgba(0, 0, 0, 0.8) !important;
}
#repair-order-tabs [data-tab="APPROVAL"].active,
#dispatch-tabs [data-tab="APPROVAL"].active,
.dispatch-tabs [data-tab="APPROVAL"].active,
#repair-order-tabs [data-tab="APPROVAL"]:hover,
#dispatch-tabs [data-tab="APPROVAL"]:hover,
.dispatch-tabs [data-tab="APPROVAL"]:hover {
  background-color: #e12131;
}
#repair-order-tabs [data-tab="EXTERNAL_SYNC"],
#dispatch-tabs [data-tab="EXTERNAL_SYNC"],
.dispatch-tabs [data-tab="EXTERNAL_SYNC"] {
  border-color: #ea6470;
}
#repair-order-tabs [data-tab="EXTERNAL_SYNC"].active,
#dispatch-tabs [data-tab="EXTERNAL_SYNC"].active,
.dispatch-tabs [data-tab="EXTERNAL_SYNC"].active,
#repair-order-tabs [data-tab="EXTERNAL_SYNC"]:hover,
#dispatch-tabs [data-tab="EXTERNAL_SYNC"]:hover,
.dispatch-tabs [data-tab="EXTERNAL_SYNC"]:hover {
  background-color: #ea6470;
}
#repair-order-tabs [data-tab="OUTOFSTOCK"],
#dispatch-tabs [data-tab="OUTOFSTOCK"],
.dispatch-tabs [data-tab="OUTOFSTOCK"] {
  border-color: #e12131;
}
#repair-order-tabs [data-tab="OUTOFSTOCK"].active,
#dispatch-tabs [data-tab="OUTOFSTOCK"].active,
.dispatch-tabs [data-tab="OUTOFSTOCK"].active,
#repair-order-tabs [data-tab="OUTOFSTOCK"]:hover,
#dispatch-tabs [data-tab="OUTOFSTOCK"]:hover,
.dispatch-tabs [data-tab="OUTOFSTOCK"]:hover {
  background-color: #e12131;
}
#repair-order-tabs [data-tab="BILL_EXPRESS"],
#dispatch-tabs [data-tab="BILL_EXPRESS"],
.dispatch-tabs [data-tab="BILL_EXPRESS"] {
  border-color: #ca3435;
}
#repair-order-tabs [data-tab="BILL_EXPRESS"].active,
#dispatch-tabs [data-tab="BILL_EXPRESS"].active,
.dispatch-tabs [data-tab="BILL_EXPRESS"].active,
#repair-order-tabs [data-tab="BILL_EXPRESS"]:hover,
#dispatch-tabs [data-tab="BILL_EXPRESS"]:hover,
.dispatch-tabs [data-tab="BILL_EXPRESS"]:hover {
  background-color: #ca3435;
}
#repair-order-tabs [data-tab="INPROGRESS"],
#dispatch-tabs [data-tab="INPROGRESS"],
.dispatch-tabs [data-tab="INPROGRESS"] {
  border-color: #e67e22;
}
#repair-order-tabs [data-tab="INPROGRESS"].active,
#dispatch-tabs [data-tab="INPROGRESS"].active,
.dispatch-tabs [data-tab="INPROGRESS"].active,
#repair-order-tabs [data-tab="INPROGRESS"]:hover,
#dispatch-tabs [data-tab="INPROGRESS"]:hover,
.dispatch-tabs [data-tab="INPROGRESS"]:hover {
  background-color: #e67e22;
}
#repair-order-tabs [data-tab="APPROVED_UPSELLS"],
#dispatch-tabs [data-tab="APPROVED_UPSELLS"],
.dispatch-tabs [data-tab="APPROVED_UPSELLS"] {
  border-color: #00cc99;
}
#repair-order-tabs [data-tab="APPROVED_UPSELLS"].active,
#dispatch-tabs [data-tab="APPROVED_UPSELLS"].active,
.dispatch-tabs [data-tab="APPROVED_UPSELLS"].active,
#repair-order-tabs [data-tab="APPROVED_UPSELLS"]:hover,
#dispatch-tabs [data-tab="APPROVED_UPSELLS"]:hover,
.dispatch-tabs [data-tab="APPROVED_UPSELLS"]:hover {
  background-color: #00cc99;
}
#repair-order-tabs [data-tab="DENIED_UPSELLS"],
#dispatch-tabs [data-tab="DENIED_UPSELLS"],
.dispatch-tabs [data-tab="DENIED_UPSELLS"] {
  border-color: #fa8072;
}
#repair-order-tabs [data-tab="DENIED_UPSELLS"].active,
#dispatch-tabs [data-tab="DENIED_UPSELLS"].active,
.dispatch-tabs [data-tab="DENIED_UPSELLS"].active,
#repair-order-tabs [data-tab="DENIED_UPSELLS"]:hover,
#dispatch-tabs [data-tab="DENIED_UPSELLS"]:hover,
.dispatch-tabs [data-tab="DENIED_UPSELLS"]:hover {
  background-color: #fa8072;
}
#repair-order-tabs [data-tab="PREINVOICE"],
#dispatch-tabs [data-tab="PREINVOICE"],
.dispatch-tabs [data-tab="PREINVOICE"] {
  border-color: #99da5e;
  border-left: 2px solid rgba(0, 0, 0, 0.8) !important;
}
#repair-order-tabs [data-tab="PREINVOICE"].active,
#dispatch-tabs [data-tab="PREINVOICE"].active,
.dispatch-tabs [data-tab="PREINVOICE"].active,
#repair-order-tabs [data-tab="PREINVOICE"]:hover,
#dispatch-tabs [data-tab="PREINVOICE"]:hover,
.dispatch-tabs [data-tab="PREINVOICE"]:hover {
  background-color: #99da5e;
}
#repair-order-tabs [data-tab="INVOICE"],
#dispatch-tabs [data-tab="INVOICE"],
.dispatch-tabs [data-tab="INVOICE"] {
  border-color: #72c02c;
}
#repair-order-tabs [data-tab="INVOICE"].active,
#dispatch-tabs [data-tab="INVOICE"].active,
.dispatch-tabs [data-tab="INVOICE"].active,
#repair-order-tabs [data-tab="INVOICE"]:hover,
#dispatch-tabs [data-tab="INVOICE"]:hover,
.dispatch-tabs [data-tab="INVOICE"]:hover {
  background-color: #72c02c;
}
#repair-order-tabs [data-tab="PAID"],
#dispatch-tabs [data-tab="PAID"],
.dispatch-tabs [data-tab="PAID"] {
  border-color: #599723;
}
#repair-order-tabs [data-tab="PAID"].active,
#dispatch-tabs [data-tab="PAID"].active,
.dispatch-tabs [data-tab="PAID"].active,
#repair-order-tabs [data-tab="PAID"]:hover,
#dispatch-tabs [data-tab="PAID"]:hover,
.dispatch-tabs [data-tab="PAID"]:hover {
  background-color: #599723;
}
#repair-order-tabs [data-tab="PAIDANDCLOSED"],
#dispatch-tabs [data-tab="PAIDANDCLOSED"],
.dispatch-tabs [data-tab="PAIDANDCLOSED"] {
  border-color: #345814;
}
#repair-order-tabs [data-tab="PAIDANDCLOSED"].active,
#dispatch-tabs [data-tab="PAIDANDCLOSED"].active,
.dispatch-tabs [data-tab="PAIDANDCLOSED"].active,
#repair-order-tabs [data-tab="PAIDANDCLOSED"]:hover,
#dispatch-tabs [data-tab="PAIDANDCLOSED"]:hover,
.dispatch-tabs [data-tab="PAIDANDCLOSED"]:hover {
  background-color: #345814;
}
#repair-order-tabs [data-tab="APPOINTMENT_RECALL"],
#dispatch-tabs [data-tab="APPOINTMENT_RECALL"],
.dispatch-tabs [data-tab="APPOINTMENT_RECALL"] {
  border-color: #3498db;
}
#repair-order-tabs [data-tab="APPOINTMENT_RECALL"].active,
#dispatch-tabs [data-tab="APPOINTMENT_RECALL"].active,
.dispatch-tabs [data-tab="APPOINTMENT_RECALL"].active,
#repair-order-tabs [data-tab="APPOINTMENT_RECALL"]:hover,
#dispatch-tabs [data-tab="APPOINTMENT_RECALL"]:hover,
.dispatch-tabs [data-tab="APPOINTMENT_RECALL"]:hover {
  background-color: #3498db;
}
#repair-order-tabs [data-tab="RO_RECALL"],
#dispatch-tabs [data-tab="RO_RECALL"],
.dispatch-tabs [data-tab="RO_RECALL"] {
  border-color: #20409a;
}
#repair-order-tabs [data-tab="RO_RECALL"].active,
#dispatch-tabs [data-tab="RO_RECALL"].active,
.dispatch-tabs [data-tab="RO_RECALL"].active,
#repair-order-tabs [data-tab="RO_RECALL"]:hover,
#dispatch-tabs [data-tab="RO_RECALL"]:hover,
.dispatch-tabs [data-tab="RO_RECALL"]:hover {
  background-color: #20409a;
}
#repair-order-tabs [data-tab="PAIDANDCLOSED"],
#dispatch-tabs [data-tab="PAIDANDCLOSED"],
.dispatch-tabs [data-tab="PAIDANDCLOSED"] {
  border-color: #345814;
}
#repair-order-tabs [data-tab="PAIDANDCLOSED"].active,
#dispatch-tabs [data-tab="PAIDANDCLOSED"].active,
.dispatch-tabs [data-tab="PAIDANDCLOSED"].active,
#repair-order-tabs [data-tab="PAIDANDCLOSED"]:hover,
#dispatch-tabs [data-tab="PAIDANDCLOSED"]:hover,
.dispatch-tabs [data-tab="PAIDANDCLOSED"]:hover {
  background-color: #345814;
}
#repair-order-tabs [data-tab="CLOSED"],
#dispatch-tabs [data-tab="CLOSED"],
.dispatch-tabs [data-tab="CLOSED"] {
  border-color: #345814;
}
#repair-order-tabs [data-tab="CLOSED"].active,
#dispatch-tabs [data-tab="CLOSED"].active,
.dispatch-tabs [data-tab="CLOSED"].active,
#repair-order-tabs [data-tab="CLOSED"]:hover,
#dispatch-tabs [data-tab="CLOSED"]:hover,
.dispatch-tabs [data-tab="CLOSED"]:hover {
  background-color: #345814;
}
#repair-order-tabs .d-tab.disabled[data-tab="APPROVAL"],
#dispatch-tabs .d-tab.disabled[data-tab="APPROVAL"],
.dispatch-tabs .d-tab.disabled[data-tab="APPROVAL"] {
  border-left: 2px solid rgba(0, 0, 0, 0.8) !important;
}
#repair-order-tabs .d-tab.disabled[data-tab="PREINVOICE"],
#dispatch-tabs .d-tab.disabled[data-tab="PREINVOICE"],
.dispatch-tabs .d-tab.disabled[data-tab="PREINVOICE"] {
  border-left: 2px solid rgba(0, 0, 0, 0.8) !important;
}
@media screen (max-width: 767px) {
  .ro-progress-tabs .d-tab,
  .dispatch-customer-tabs .d-tab,
  #dispatch-tabs .d-tab {
    text-align: left;
  }
}
.d-tab.ro-count-tab p {
  line-height: 26px;
  margin: 6px 0 0 0;
  position: relative;
}
.d-tab.ro-count-tab sup {
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 85%;
}
.d-tab.ro-count-tab sub {
  position: absolute;
  bottom: 1px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 80%;
  letter-spacing: 0.05em;
}
.vehicle-lead-wrap {
  position: relative;
  padding: 0 0 0 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  font-size: 95%;
  margin-bottom: 7px;
  border-radius: 1px;
}
.vehicle-lead-wrap p {
  margin-bottom: 0;
  padding: 4px 5px;
  color: #555;
}
.vehicle-lead-wrap p:nth-child(even) {
  background-color: #f7f7f7;
}
.vehicle-lead-wrap p span {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
  color: #777;
}
.vehicle-lead-wrap .status {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  z-index: 2;
  border-radius: 1px 0 0 1px;
}
.vehicle-lead-wrap .status.new {
  background-color: #72c02c;
}
.vehicle-lead-wrap .status.old {
  background-color: #f1c40f;
}
/* Ratings and Feedback */
.ratings-type-wrap {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #ddd;
}
.ratings-type-wrap.service {
  border-left: none;
}
.ratings-type-wrap .ratings-title {
  color: #e12131;
  background-color: #fafafa;
  margin-bottom: 0;
  padding: 11px;
  border-bottom: 1px solid #ddd;
  font-size: 1.12em;
}
.ratings-type-wrap .ratings-wrap {
  padding: 10px;
  position: relative;
}
.feedback-wrap {
  position: relative;
  padding: 10px;
  margin: 6px 0;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.feedback-wrap .user-img-wrap {
  float: left;
  margin-right: -55px;
  width: 55px;
}
.feedback-wrap .feedback-content {
  margin-left: 55px;
}
.feedback-wrap .feedback-user-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 5px;
  background-image: url('https://c6d076e3a21992a038bc-27531b16e98e5021d16026e0d9af882f.ssl.cf5.rackcdn.com/img/core/default-profile-img.png');
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
.feedback-wrap .rating-description {
  padding: 10px 0 0 15px;
  margin: 0 0 0 0;
}
.feedback-content .feedback-username {
  text-transform: uppercase;
}
.feedback-content .feedback-username a {
  color: #20409a;
}
.feedback-content .feedback-username,
.feedback-content .rating-value,
.feedback-content .rating-timestamp {
  line-height: 20px;
  padding-top: 5px;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.feedback-content .rating-timestamp {
  line-height: 17px;
  padding-top: 0;
  color: #777;
  font-size: 85%;
}
.feedback-content .rating-timestamp span {
  display: inline-block;
  margin-right: 10px;
}
.feedback-content .feedback-rating {
  color: #e12131;
}
.rating-slider-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
}
.rating-slider-arrow.left {
  left: 0;
}
.rating-slider-arrow.right {
  right: 0;
}
.rating-slider-arrow .fa {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  margin-top: -12px;
  top: 50%;
  cursor: pointer;
}
.happy-user-quote {
  color: #555;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.happy-user-quote::before {
  color: #aaa;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 18px;
  font-family: Georgia, serif;
}
.happy-user-quote::after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.happy-user-img {
  height: 60px;
  width: 80px;
  border-radius: 2px;
  margin: 10px 15px 0 15px;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.happy-user {
  float: left;
  margin-top: 8px;
  color: #555;
}
.dealer-quote-wrap {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  max-width: 275px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  clear: both;
  float: none;
}
.dealer-quote-wrap .dealer-quote-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: block;
  margin: 7px auto;
  overflow: hidden;
}
.dealer-quote-wrap .dealer-name {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 5px;
}
.dealer-quote-wrap .dealer-name span {
  font-size: 0.8em;
  color: #ddd;
}
.dealer-quote-wrap .dealer-quote {
  height: 60px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 0.8em;
}
.dealer-rating-tab {
  text-align: center;
  background-color: #444;
  padding: 7px 0;
  cursor: pointer;
}
.dealer-rating-tab:hover {
  background-color: #222;
}
.dealer-rating-info p {
  margin-bottom: 5px;
}
.dealer-rating-info p span:nth-child(odd) {
  display: inline-block;
  width: 135px;
  margin-right: -135px;
  float: left;
  font-weight: bold;
}
.dealer-rating-info p span:nth-child(even) {
  display: inline-block;
  margin-left: 135px;
}
/* Footer */
.lister-footer {
  width: 100%;
  font-weight: 400;
  font-size: 0.95em;
  letter-spacing: 0.04em;
  line-height: 18px;
}
.lister-footer a:link,
.lister-footer a:active,
.lister-footer a:visited {
  padding: 2px 5px;
  text-decoration: underline;
  white-space: nowrap;
}
.lister-footer a:hover {
  text-decoration: none;
}
.lister-footer p.copyright {
  padding-left: 5px;
  padding-top: 3px;
  line-height: 18px;
  color: #222;
  margin-bottom: 0;
  font-size: 0.9em;
}
.lister-footer p.copyright a {
  color: #222;
  white-space: nowrap;
}
.footer-title {
  display: block;
  margin: 15px 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
.footer-title p {
  color: #444;
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #72c02c;
}
.footer-links,
.footer-links a {
  margin-bottom: 0;
  color: #814fb5;
  font-size: 0.95em;
}
.footer-links a {
  display: inline-block;
  white-space: nowrap;
}
.footer-links a:hover {
  color: #8150b4;
}
.footer-social-icons .fa {
  width: 40px;
  cursor: pointer;
  color: #777;
  text-align: center;
  margin-top: 10px;
}
.footer-social-icons .fa:hover {
  color: #fff;
}
#short-page-wrap {
  min-height: 100%;
  position: relative;
}
#short-page-content {
  padding-top: 75px;
  padding-bottom: 200px;
}
#short-page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 193px;
  background: #6cf;
}
@media (max-width: 767px) {
  #short-page-footer {
    height: 416px;
  }
  #short-page-content {
    padding-bottom: 416px;
  }
}
/* ==================== 
Service Status Radio Inputs 
modified: 07.08.16
==================== */
.service-status-radios {
  display: block;
  float: left;
  padding: 0;
}
.service-status-radios div {
  float: left;
}
.service-status-radios div input[type="radio"] {
  display: none;
}
.service-status-radios div input[type="radio"] + label {
  float: left;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.service-status-radios div input[type="radio"] + label span {
  display: inline-block;
  float: left;
  text-align: center;
  color: #cbcbcb;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0;
}
.service-status-radios div input[type="radio"] + label span::before {
  font-size: 26px;
  margin: 0;
}
.service-status-radios.vertical div {
  width: 100%;
  margin: 0;
}
.service-status-radios.vertical div input[type="radio"] {
  display: none;
}
.service-status-radios.vertical div input[type="radio"] + label {
  width: 100%;
}
.service-status-radios.vertical div input[type="radio"] + label p {
  float: left;
  margin: 0;
  line-height: 30px;
  padding: 0 0 0 5px;
}
.service-status-radios div:first-child input[type="radio"] + label span:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f058";
}
.service-status-radios div:first-child input[type="radio"]:checked + label span:before {
  color: #72c02c;
}
.service-status-radios div:nth-child(2) input[type="radio"] + label span:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f056";
}
.service-status-radios div:nth-child(2) input[type="radio"]:checked + label span:before {
  color: #f1c40f;
}
.service-status-radios div:nth-child(3) input[type="radio"] + label span:before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f06a";
}
.service-status-radios div:nth-child(3) input[type="radio"]:checked + label span:before {
  color: #e12131;
}
.service-status-radios input[type="radio"]:checked + label span {
  color: #CC3300;
}
.service-status-radios input[type="radio"] + label span,
.service-status-radios input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
/* ====================
Service Checkbox Inputs
modified: 07.08.16
==================== */
.service-checkbox-wrap {
  float: left;
  display: block;
  padding: 0 5px;
  margin: 4px 0 2px 0;
}
.service-checkbox-wrap.pull-right {
  text-align: right;
  margin: 2px 0 0 0;
}
.service-checkbox-wrap.pull-right .checkbox-title {
  display: inline-block;
  width: 60px;
  padding: 0;
  line-height: 12px;
}
.service-checkbox-wrap.pull-right label.service-checkbox-label {
  margin: 0;
  display: inline-block;
}
.service-checkbox-wrap.pull-right input[type="radio"].service-checkbox + label::before,
.service-checkbox-wrap.pull-right input[type="checkbox"].service-checkbox + label::before {
  margin-right: 0;
  margin-top: -3px;
  vertical-align: top;
}
.service-checkbox-wrap .checkbox-title {
  display: block;
  padding: 0 8px;
  font-size: 0.9em;
  clear: both;
  width: 29px;
  letter-spacing: 0.03em;
}
.service-checkbox-wrap input[type="radio"].service-checkbox,
.service-checkbox-wrap input[type="checkbox"].service-checkbox {
  margin: 0;
  opacity: 0;
  display: none;
}
.service-checkbox-wrap label.service-checkbox-label {
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
  line-height: 24px;
  font-weight: normal;
}
.service-checkbox-wrap input[type="radio"].service-checkbox + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox + label::before {
  content: '';
  background: #fff;
  border: 2px solid #bbb;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: -4px;
  text-align: center;
  box-sizing: border-box;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:checked + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:checked + label::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f00d";
  background-color: #f1c40f;
  color: #000;
  border-color: #111;
  font-size: 1.3em;
  text-align: center;
  line-height: 20px;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:checked.green + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:checked.green + label::before {
  background-color: #72c02c;
  border: 1px solid #345814;
  color: #345814;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:checked.yellow + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:checked.yellow + label::before {
  background-color: #f1c40f;
  border: 1px solid #796307;
  color: #796307;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:checked.red + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:checked.red + label::before {
  background-color: #e12131;
  border: 1px solid #731018;
  color: #731018;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:disabled + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:disabled + label::before {
  background-color: #eee;
  cursor: normal;
  color: #888;
  border-color: #888;
}
.service-checkbox-wrap input[type="radio"].service-checkbox:focus + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox:focus + label::before {
  outline: 1px solid transparent;
}
.service-checkbox-wrap input[type="radio"].service-checkbox.no-margin + label::before,
.service-checkbox-wrap input[type="checkbox"].service-checkbox.no-margin + label::before {
  margin-right: 0;
}
/* ====================
Material Switch
modified: 
==================== */
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: #000000;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  content: '';
  height: 14px;
  margin-top: -7px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  left: -2px;
  margin-top: -6px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
/* Forms, Tables, and Charts */
.table-widget .table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-widget thead {
  background-color: #f5f5f5;
}
.table-widget a.pagination-btn {
  margin-left: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  font-weight: 600;
  color: #505050;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f5f5f5;
}
.table-widget a.pagination-active {
  background-color: #40484C;
  color: #fff;
}
.table-widget .panel-heading {
  position: relative;
}
.table-widget .back-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  background-color: #efefef;
  text-align: center;
  cursor: pointer;
  line-height: 15px;
  padding-top: 11px;
  border-radius: 5px 0 0 0;
  transition-duration: 0.3s;
  color: #444;
  font-size: 0.7em;
}
.table-widget .back-btn:hover {
  background-color: #aaa;
  color: #fff;
  width: 40px;
  transition-duration: 0.3s;
}
.input-group.trans-addon .input-group-addon {
  background-color: transparent;
  border-color: transparent;
  border: none;
  text-align: right;
}
.input-group.trans-addon input {
  border-radius: 0;
}
#social-signup-wrap .form-group {
  margin-bottom: 3px;
  border-radius: 0;
}
#social-signup-wrap .form-group label {
  font-size: 0.85em;
  color: #e12131;
}
.ct-tooltip-wrap::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-tooltip-wrap::after {
  display: table;
  clear: both;
}
.ct-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #f4f4f4;
  color: #453D3F;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.ct-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #f4f4f4;
}
/* ====================
Styling for TableHeadFixer.js 
modified: Sep 09, 2019
==================== */
.capacity-fix-table-top-wrap {
  width: 100%;
  height: 175px;
  overflow: auto;
  max-height: none;
  min-height: 0px;
  max-width: none;
  min-width: 0px;
}
.fix-table-top thead tr th:not(:first-child),
.fix-table-top-left thead tr th:not(:first-child),
.fix-table-top tbody tr td:not(:first-child),
.fix-table-top-left tbody tr td:not(:first-child) {
  border-left: 1px solid #ddd;
}
.fix-table-top thead tr th:first-child,
.fix-table-top-left thead tr th:first-child,
.fix-table-top tbody tr th:first-child,
.fix-table-top-left tbody tr th:first-child,
.fix-table-top tbody tr td:first-child,
.fix-table-top-left tbody tr td:first-child {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
.fix-table-top thead tr th,
.fix-table-top-left thead tr th {
  border-bottom: 2px solid #ddd !important;
}
/* General */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-top: 50px;
  background-color: #dfdfdf;
  position: relative;
}
.no-padding {
  padding: 0px 0px 0px 0px;
}
.xs-padding {
  padding: 2px 2px 2px 2px;
}
.sm-padding {
  padding: 5px 5px 5px 5px;
}
.md-padding {
  padding: 8px 8px 8px 8px;
}
.lg-padding {
  padding: 11px 11px 11px 11px;
}
a:link,
a:visited,
a:hover,
a:active {
  cursor: pointer;
  transition-duration: 0.3s;
}
#iconLegend p {
  margin: 2px;
}
#iconLegend i {
  width: 40px;
  text-align: center;
  font-size: 1.2em;
}
.social-link:hover {
  opacity: 0.5;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.text-white {
  color: #FFF;
}
.control-label {
  padding-top: 5px;
  padding-left: 5px;
}
.form-control {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
}
.input-group-addon.right {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.input-group-addon.left {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.datalist {
  list-style: none;
  display: none;
  background: white;
  box-shadow: 0 2px 2px #999;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 99999;
}
.datalist:empty {
  display: none !important;
}
.datalist li {
  padding: 1px;
}
.datalist li.active {
  background: #3875d7;
  color: white;
}
.info-group {
  position: relative;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  margin: 2px 0 2px 0;
  padding: 0;
  min-height: 22px;
}
.info-group > label {
  display: table-cell;
  padding: 0 5px 0 5px;
  font-weight: normal;
  line-height: 1;
  min-width: 80px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 13px !important;
  text-align: left;
  margin-bottom: 0;
}
.info-group .info-tc {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px;
  font-size: 13px;
}
.info-group .info-tc .form-control {
  border-radius: 0;
}
.info-group .info-tr {
  display: table-row;
  vertical-align: middle;
}
.info-group.error label::before,
.info-tr.error label::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f071";
  color: #e12131;
  font-size: 1em;
  text-align: center;
  line-height: 20px;
}
.info-group.error .form-control,
.info-tr.error .form-control {
  color: #e12131;
}
@media (max-width: 767px) {
  .info-group.condensed {
    width: 100%;
  }
  .info-group.condensed > label {
    display: table-row;
    line-height: 2;
    width: 100%;
  }
  .info-group.condensed > label::after {
    display: table-cell;
    position: relative;
  }
  .info-group.condensed .form-control {
    display: table-row;
    width: 100%;
  }
  .info-group.condensed .form-control::after {
    display: table-cell;
    position: relative;
  }
  .info-group.condensed .info-tc {
    display: table-row;
  }
  .info-group.condensed .info-tc::after {
    display: table-cell;
    position: relative;
  }
  .info-group.condensed .info-tr {
    display: inherit;
    width: 100%;
  }
}
/* Slider Controls and Lightbox, Media, iFrame, and Canvas wraps */
#fullview-lightbox,
#comparison-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1050;
  background-color: rgba(10, 10, 10, 0.91);
  display: none;
}
#fullview-lightbox iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.canvas-wrap {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}
.canvas-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f4f4f4;
}
.pdf-object-wrap {
  position: relative;
  padding-bottom: 112.5%;
  height: 0;
}
.pdf-object-wrap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 5;
}
.media-wrap-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.media-wrap-16-9 video,
.media-wrap-16-9 iframe,
.media-wrap-16-9 .media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.media-wrap-16-9 .progress {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}
.media-wrap-4-3 {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.media-wrap-4-3 video,
.media-wrap-4-3 iframe,
.media-wrap-4-3 .media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.media-wrap-4-3 .progress {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
}
.media-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel-btn {
  pointer: cursor;
}
.carousel-btn:hover {
  opacity: 0.6;
}
.media-arrow {
  padding: 6px 10px;
  background-color: #e12131;
}
.media-arrow.left,
.media-arrow.right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.media-arrow.left {
  left: 2px;
}
.media-arrow.right {
  right: 2px;
}
.carousel-control {
  height: 62px;
  max-width: 62px;
  top: 50%;
  margin-top: -31px;
}
.carousel-control.right {
  right: -2px;
  background-image: none;
}
.carousel-control.left {
  left: -2px;
  background-image: none;
}
.banner-slide-left,
.banner-slide-right,
.media-slide-left,
.media-slide-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 5;
  cursor: pointer;
}
.banner-slide-left,
.media-slide-left {
  left: 0;
}
.banner-slide-right,
.media-slide-right {
  right: 0;
}
.media-slide-left .fa.fa-chevron-left,
.media-slide-right .fa.fa-chevron-right {
  padding: 6px 8px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 130%;
  background-color: #e12131;
  color: #fff;
  opacity: 0.5;
}
.banner-slide-left .fa.fa-chevron-left,
.banner-slide-right .fa.fa-chevron-right {
  height: 30px;
  line-height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-size: 130%;
  color: #555;
  opacity: 0.5;
  text-align: center;
  border-radius: 50%;
}
.vidPlayerWrap {
  padding: 0 33px;
  height: 100%;
  width: 100%;
}
.landing-slider-controls {
  text-align: center;
}
.landing-slider-controls span {
  cursor: pointer;
  font-size: 22px;
  padding: 0 4px;
}
.trending-vehicles-carousel-type.active,
.trending-posts-carousel-type.active,
.newest-profile-carousel-type.active {
  text-decoration: underline;
}
.slick-active {
  outline-width: 0;
}
/* ==================== 
Direct Messaging 
modified: 06.18.18
==================== */
.message-sent,
.message-received {
  width: auto;
  max-width: 80%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  word-wrap: break-word;
}
.message-sent {
  float: right;
  background-color: #fff;
  border-radius: 5px 5px 0px 5px;
}
.message-received {
  float: left;
  background-color: #eee;
  border-radius: 5px 5px 5px 0px;
}
.message-comp {
  resize: none;
  border-radius: 5px 5px 0 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.message-container {
  padding-left: 0;
  padding-right: 0;
  padding: 8px;
  position: relative;
  border-top: 1px dotted #ddd;
  cursor: pointer;
}
.message-container:hover {
  background-color: #eee;
}
.message-container .sender-image,
.message-container .sender-image-profile {
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.message-container .sender-image i,
.message-container .sender-image-profile i {
  line-height: 60px;
}
.message-container .lister-logo-image {
  height: 100%;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 3px;
  float: left;
}
.message-info {
  height: 60px;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 76px;
}
.message-info p.sender,
.message-info p.message,
.message-info p.message-stats {
  line-height: 20px;
  width: 100%;
  margin-bottom: 0;
}
.message-info p.sender {
  font-weight: bold;
}
.message-info p.message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message-info p.message-stats {
  color: #aaa;
  font-weight: thin;
}
.system-message-info {
  position: relative;
  top: 8px;
  bottom: 8px;
  margin-left: 8px;
  float: left;
}
.system-message-info p.sender,
.system-message-info p.message,
.system-message-info p.message-stats {
  line-height: 20px;
  width: 100%;
  margin-bottom: 0;
}
.system-message-info p.message-stats {
  color: #aaa;
  font-weight: thin;
}
.panel-message-list .panel-body {
  height: auto;
  max-height: 250px;
  overflow-y: auto;
}
.panel-messages {
  margin-bottom: 0;
}
.panel-messages .panel-body {
  padding: 0;
}
.panel-messages .panel-body .message-discussion {
  padding: 15px;
  height: auto;
  max-height: 250px;
  overflow-y: auto;
}
.panel-messages .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-messages .title h4 {
  text-align: center;
  color: #888;
  margin: 0 0 0 0;
  line-height: 24px;
  margin-bottom: 5px;
}
.panel-messages .fa-check-circle {
  color: #e12131;
}
.panel-messages .panel-footer.show-message-list {
  height: 41px;
}
.flag-message-wrapper {
  width: 200px;
  display: block;
  margin: auto;
}
#message-list-dropdown-wrapper {
  width: 100%;
  position: absolute;
  top: 73px;
  z-index: 1040;
}
.message-action-wrap {
  margin-top: 10px;
  padding: 0;
}
.message-action-wrap a {
  display: inline-block;
  padding: 4px 15px;
  font-weight: normal;
  background-color: #ddd;
  color: #555;
}
.select-message-btn {
  display: none;
  float: left;
  margin: 0;
}
.select-message-btn p {
  margin: 0;
}
.report-message-actions,
.delete-message-actions {
  display: none;
}
#cancel-report-message,
#cancel-delete-message {
  margin-right: 15px;
}
.message-sending {
  background-color: #5cb85c;
  color: #fff;
}
.message-modal,
#account-required-modal,
#loginModal {
  z-index: 2000;
}
.message-img-wrap {
  float: left;
  margin-right: -75px;
  width: 60px;
}
.message-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-color: silver;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
.show-message-list {
  cursor: pointer;
}
#remove-convo-wrap {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
}
#remove-convo-wrap #remove-convo {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #e12131;
}
/* ====================
Conversation Styling
==================== */
.inbox-title-wrap,
.conversation-title-wrap {
  background-color: #efefef;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
.inbox-title-wrap span,
.conversation-title-wrap span {
  float: left;
  padding: 6px 12px;
}
.inbox-title-wrap .dropdown > a.btn,
.conversation-title-wrap .dropdown > a.btn,
.inbox-title-wrap > a.btn,
.conversation-title-wrap > a.btn {
  border-radius: 0;
  border-width: 0 0 0 1px;
}
.inbox-title-wrap .dropdown .dropdown-menu,
.conversation-title-wrap .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0px;
}
.inbox-title-wrap .dropdown .dropdown-menu a,
.conversation-title-wrap .dropdown .dropdown-menu a {
  padding: 8px 14px;
  background-color: #eee;
}
.inbox-title-wrap .dropdown .dropdown-menu a:hover,
.conversation-title-wrap .dropdown .dropdown-menu a:hover {
  background-color: #bbb;
}
.inbox-title-wrap .dropdown .dropdown-menu.chat-user-list li,
.conversation-title-wrap .dropdown .dropdown-menu.chat-user-list li {
  padding: 8px 14px;
  background-color: #eee;
}
.conversation-subtitle-wrap {
  padding: 4px 0;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
}
.conversation-subtitle-wrap span {
  float: left;
  padding: 0 12px;
  display: inline-block;
  font-size: 90%;
}
.conversation-subtitle-wrap a {
  text-decoration: underline;
}
.conversation-wrap {
  padding: 7px;
  height: 200px;
  min-height: 200px;
  overflow-y: auto;
  resize: vertical;
}
.conversation-wrap .message {
  padding: 2px 2px 2px 2px;
}
.conversation-wrap .message .info-group {
  padding: 4px;
}
.conversation-wrap .message .info-group .info-tc.sender-img {
  width: 36px;
  vertical-align: top;
  text-align: center;
}
.conversation-wrap .message .info-group .info-tc.sender-img .user-img-wrap-30 {
  box-shadow: none;
  border: 1px solid #ccc;
  margin: auto;
}
.conversation-wrap .message .info-group .info-tc.sender-img .user-img-wrap-30 .user-img {
  background-color: #fff;
}
.conversation-wrap .message .info-group .info-tc.message-content .timestamp {
  display: inline-block;
  color: #777;
  font-size: 90%;
  margin-left: 6px;
}
.conversation-wrap .message .info-group .info-tc.message-content p {
  margin: 0;
}
.conversation-wrap .message .info-group .info-tc.message-content p a {
  word-wrap: break-word;
  word-break: break-all;
}
.conversation-wrap .message.in {
  float: left;
}
.conversation-wrap .message.in .info-group {
  background-color: rgba(52, 152, 219, 0.1);
  border: 1px solid rgba(52, 152, 219, 0.35);
  border-radius: 7px 7px 7px 0;
}
.conversation-wrap .message.in.text .info-group {
  background-color: rgba(230, 126, 34, 0.1);
  border: 1px solid rgba(230, 126, 34, 0.35);
}
.conversation-wrap .message.out {
  float: right;
}
.conversation-wrap .message.out .info-group {
  background-color: rgba(114, 192, 44, 0.1);
  border: 1px solid rgba(114, 192, 44, 0.35);
  border-radius: 7px 7px 0 7px;
}
.conversation-wrap .message.out.text .info-group {
  background-color: rgba(129, 79, 181, 0.1);
  border: 1px solid rgba(129, 79, 181, 0.35);
}
.conversation-error-wrap {
  padding: 5px 3px;
  color: #e12131;
  line-height: 16px;
  margin-top: 5px;
  text-align: right;
}
.conversation-input-wrap {
  background-color: #efefef;
  border-top: 1px solid #ddd;
  padding: 7px;
}
.conversation-input-wrap textarea {
  resize: vertical;
  border-radius: 7px 7px 0 7px;
}
.conversation-input-wrap .upload-preview-wrap {
  padding: 0 0 5px 0;
}
.conversation-input-wrap .upload-preview-wrap .img-preview {
  position: relative;
  padding: 3px;
  float: left;
}
.conversation-input-wrap .upload-preview-wrap .img-preview .media-wrap-16-9 {
  background-size: cover;
}
.conversation-input-wrap .upload-preview-wrap .img-preview .cancel-upload,
.conversation-input-wrap .upload-preview-wrap .img-preview .remove-img {
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 0;
}
.conversation-input-wrap .upload-preview-wrap .img-preview .progress {
  margin: 0;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  z-index: 2;
  border-radius: 0;
}
.conversation-input-wrap .upload-preview-wrap .attachment {
  padding: 3px;
  margin: 4px 0;
}
.conversation-input-wrap .upload-preview-wrap .attachment .link,
.conversation-input-wrap .upload-preview-wrap .attachment .buttons {
  padding: 0;
}
.conversation-input-wrap .upload-preview-wrap .attachment .link {
  line-height: 30px;
  max-width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversation-input-wrap .upload-preview-wrap .attachment .buttons {
  text-align: right;
}
.inbox-wrap {
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 350px;
  overflow-y: auto;
}
.inbox-wrap .info-group {
  cursor: pointer;
  padding: 6px;
  border-bottom: 1px solid #ddd;
}
.inbox-wrap .info-group .info-tc:first-child {
  width: 51px;
}
.modal-body.drillDown .info-group > label {
  min-width: 100px;
}
.modal-content {
  border-radius: 5px;
}
.modal-header,
.modal-footer {
  background-color: #ededed;
}
.modal-header {
  border-bottom: 1px solid #aaa;
  border-radius: 5px 5px 0 0;
}
.modal-body {
  background-color: #ffffff;
}
.modal-footer {
  border-top: 1px solid #aaa;
  border-radius: 0 0 5px 5px;
}
.modal {
  z-index: 2000;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
/* ====================
Profile Nav/Menu 
==================== */
/* ====================
Mobile Profile Nav 
modified: 04.18.18
==================== */
.profile-navmenu-btn a {
  display: block;
  clear: both;
  width: 240px;
  line-height: 30px;
  color: #555;
  border-left: 5px solid transparent;
  padding-left: 5px;
  transition-duration: 0.2s;
  font-size: 90%;
}
.profile-navmenu-btn a:hover,
.profile-navmenu-btn a.active {
  text-decoration: none;
  /* border-bottom:1px solid #e12131; */
  border-left: 5px solid #20409a;
  transition-duration: 0.2s;
  color: #20409a;
}
.profile-navmenu-btn a i {
  width: 28px;
  margin-right: 4px;
  text-align: center;
  font-size: 110%;
}
/* ==================== 
Side Profile Nav 
modified: 02.11.16
==================== */
#side-profile-navmenu .profile-navmenu-btn a {
  display: block;
  clear: both;
  width: 100%;
  line-height: 30px;
  color: #555;
  border-left: 5px solid transparent;
  padding-left: 5px;
  padding-top: 2px;
  transition-duration: 0.2s;
  font-size: 90%;
}
#side-profile-navmenu .profile-navmenu-btn a:hover,
#side-profile-navmenu .profile-navmenu-btn a.active {
  text-decoration: none;
  border-left: 5px solid #20409a;
  transition-duration: 0.2s;
  color: #20409a;
}
#side-profile-navmenu .profile-navmenu-btn a i {
  width: 28px;
  margin-right: 4px;
  text-align: center;
  font-size: 110%;
}
/* ====================
modified 09.06.17
==================== */
@media (min-width: 991px) {
  #side-profile-navmenu.affix {
    top: 67px;
    width: 241.5px;
  }
}
@media (min-width: 1199px) {
  #side-profile-navmenu.affix {
    top: 67px;
    width: 261.5px;
  }
}
/* ==================== 
Public Profile Nav 
modified: 02.11.16
==================== */
#public-profile-nav {
  display: none;
}
#public-profile-nav .btn-group button {
  border-radius: 0;
  background-color: #eaeaea;
  color: #555;
}
#public-profile-nav .btn-group button:hover,
#public-profile-nav .btn-group button.active {
  color: #e12131;
  box-shadow: none;
}
@media (max-width: 991px) {
  #public-profile-nav {
    display: block;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
/* ====================
Top Nav
modified: 01.29.18
==================== */
#top-nav-call-list-menu,
#top-nav-connections-menu,
#top-nav-notification-menu,
#top-nav-useas-menu,
#top-nav-mega-menu {
  display: none;
  position: fixed;
  z-index: 25;
  top: 50px;
  left: 0;
  right: 0;
  height: auto;
  overflow-x: auto;
  max-height: calc(100% - 50px);
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
}
#top-nav-call-list-menu > .container:first-child,
#top-nav-connections-menu > .container:first-child,
#top-nav-notification-menu > .container:first-child,
#top-nav-useas-menu > .container:first-child,
#top-nav-mega-menu > .container:first-child {
  max-width: 800px;
  padding: 10px;
}
@media screen and (max-width: 676px) {
  #top-nav-call-list-menu > .container:first-child,
  #top-nav-connections-menu > .container:first-child,
  #top-nav-notification-menu > .container:first-child,
  #top-nav-useas-menu > .container:first-child,
  #top-nav-mega-menu > .container:first-child {
    padding: 0;
  }
}
#top-nav {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2), 0 6px 9px rgba(0, 0, 0, 0.1);
}
#top-nav > .container {
  padding: 0 0;
  position: relative;
  max-width: 1075px;
}
#top-nav > .container #top-nav-btns {
  float: left;
}
#top-nav > .container #top-nav-btns a {
  line-height: 50px;
  width: 50px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #fff;
  position: relative;
  text-decoration: none;
  border-radius: 0;
}
#top-nav > .container #top-nav-btns a span {
  font-size: 70%;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 10px;
  text-align: center;
  bottom: 5px;
}
@media (max-width: 767px) {
  #top-nav > .container #top-nav-btns a {
    width: 38px;
  }
}
#top-nav > .container #top-nav-useas-toggle {
  float: left;
  padding: 10px 7px;
  position: relative;
  cursor: pointer;
  margin: 0 5px 0 10px;
}
#top-nav > .container #top-nav-useas-toggle .user-img-wrap-30 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #top-nav > .container #top-nav-useas-toggle {
    margin: 0 0 0 5px;
  }
}
#top-nav > .container #top-nav-mega-menu-toggle {
  width: 50px;
  float: left;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
#top-nav-mega-menu .menu-section {
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
#top-nav-mega-menu .menu-section label.section-heading {
  color: #888;
  display: block;
  padding: 0 6px;
  line-height: 34px;
  background-color: #eee;
  margin: 15px 0;
}
#top-nav-mega-menu .menu-section label.section-heading a {
  display: inline-block;
  float: right;
  padding: 0 15px;
  margin-right: -6px;
  width: 85px !important;
}
#top-nav-mega-menu .menu-section label.section-heading a i {
  margin-right: 0;
}
#top-nav-mega-menu .menu-section a {
  display: block;
  float: left;
  line-height: 34px;
  height: 34px;
  padding: 0 10px;
  color: #222;
  border-bottom: 1px solid transparent;
  width: 25%;
}
#top-nav-mega-menu .menu-section a i {
  font-size: 110%;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
#top-nav-mega-menu .menu-section a.active,
#top-nav-mega-menu .menu-section a:hover {
  text-decoration: none;
  background-color: rgba(32, 64, 154, 0.15);
  color: #20409a;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#top-nav-mega-menu .menu-section a.dealer-header-help-message:hover {
  background-color: rgba(230, 126, 34, 0.15);
  color: #c06516;
}
@media screen and (max-width: 991px) {
  #top-nav-mega-menu .menu-section a {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #top-nav-mega-menu .menu-section a {
    width: 100%;
  }
}
#top-nav-mega-menu a.log-out {
  display: block;
  float: right;
  line-height: 34px;
  height: 34px;
  padding: 0 9px;
  color: #030001;
}
#top-nav-mega-menu a.log-out:hover {
  text-decoration: none;
  background-color: rgba(225, 33, 49, 0.15);
  color: #e12131;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#top-nav-useas-menu .profile-useas-btn {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
  min-height: 65px;
}
#top-nav-useas-menu .profile-useas-btn .useas-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #dedede;
}
#top-nav-useas-menu .profile-useas-btn .useas-img-wrap .user-img-wrap-45 {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
}
#top-nav-useas-menu .profile-useas-btn .useas-details {
  width: calc(100% - 65px);
  float: left;
  padding: 11px 5px 5px 5px;
  margin-left: 65px;
  min-height: 65px;
  font-size: 15px;
  color: #000;
}
#top-nav-useas-menu .profile-useas-btn.active .useas-details {
  color: #4d821e;
}
#top-nav-useas-menu .profile-useas-btn.active .useas-img-wrap {
  background-color: rgba(114, 192, 44, 0.65);
}
#top-nav-call-list-menu .call-list-settings {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 8px;
}
#top-nav-call-list-menu .call-list-entry {
  padding: 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
}
#top-nav-call-list-menu .call-list-entry .call-list-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #dedede;
}
#top-nav-call-list-menu .call-list-entry .call-list-img-wrap .call-list-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  background-color: #eee;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
#top-nav-call-list-menu .call-list-entry .call-list-img-wrap .call-list-img i {
  line-height: 45px;
  text-align: center;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info {
  width: calc(100% - 95px);
  float: left;
  padding: 5px;
  margin-left: 65px;
  min-height: 65px;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info time,
#top-nav-call-list-menu .call-list-entry .call-list-entry-info span {
  display: inline-block;
  color: #fff;
  padding: 1px 5px;
  margin: 0 3px 3px 0;
  font-size: 90%;
  border-radius: 2px;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info time {
  background-color: #3498db;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info span.customer {
  background-color: #72c02c;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info span.vehicle {
  background-color: #814fb5;
}
#top-nav-call-list-menu .call-list-entry .call-list-entry-info p {
  margin: 3px 0 0 0;
  line-height: 16px;
}
#top-nav-call-list-menu .call-list-entry .add-call-note {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 30px;
  line-height: 65px;
  font-size: 1.2em;
  color: #72c02c;
  background-color: rgba(114, 192, 44, 0.1);
}
#top-nav-call-list-menu .call-list-entry .add-call-note:hover {
  background-color: rgba(114, 192, 44, 0.5);
  color: #345814;
}
#top-nav-call-list-menu .call-list-entry .call-list-note-input {
  display: none;
  padding: 0;
}
#top-nav-call-list-menu #add-new-call {
  margin-right: 10px;
}
.red-notice,
.blue-notice,
.darkblue-notice,
.green-notice,
.orange-notice,
.yellow-notice,
.purple-notice,
.aqua-notice {
  border: 3px solid transparent;
  border-radius: 0;
  padding: 0;
}
.red-notice .notice-title,
.blue-notice .notice-title,
.darkblue-notice .notice-title,
.green-notice .notice-title,
.orange-notice .notice-title,
.yellow-notice .notice-title,
.purple-notice .notice-title,
.aqua-notice .notice-title {
  padding: 7px;
}
.red-notice .notice-title h1,
.blue-notice .notice-title h1,
.darkblue-notice .notice-title h1,
.green-notice .notice-title h1,
.orange-notice .notice-title h1,
.yellow-notice .notice-title h1,
.purple-notice .notice-title h1,
.aqua-notice .notice-title h1 {
  color: #fff !important;
  margin: 0;
  padding: 0;
}
.red-notice .notice-title h1 a,
.blue-notice .notice-title h1 a,
.darkblue-notice .notice-title h1 a,
.green-notice .notice-title h1 a,
.orange-notice .notice-title h1 a,
.yellow-notice .notice-title h1 a,
.purple-notice .notice-title h1 a,
.aqua-notice .notice-title h1 a {
  font-size: 24px;
  color: #eee;
}
.red-notice p,
.blue-notice p,
.darkblue-notice p,
.green-notice p,
.orange-notice p,
.yellow-notice p,
.purple-notice p,
.aqua-notice p {
  margin: 12px 0;
  font-size: 16px;
}
.red-notice {
  border-color: #e12131;
  background-color: #fcebed;
  color: #e12131;
}
.red-notice .notice-title {
  background-color: #e12131;
}
.blue-notice {
  border-color: #3498db;
  background-color: #f7fbfe;
  color: #3498db;
}
.blue-notice .notice-title {
  background-color: #3498db;
}
.darkblue-notice {
  border-color: #20409a;
  background-color: #b1c1ef;
  color: #20409a;
}
.darkblue-notice .notice-title {
  background-color: #20409a;
}
.green-notice {
  border-color: #72c02c;
  background-color: #e8f7db;
  color: #72c02c;
}
.green-notice .notice-title {
  background-color: #72c02c;
}
.orange-notice {
  border-color: #e67e22;
  background-color: #fdf6f0;
  color: #e67e22;
}
.orange-notice .notice-title {
  background-color: #e67e22;
}
.yellow-notice {
  border-color: #f1c40f;
  background-color: #fef9e8;
  color: #f1c40f;
}
.yellow-notice .notice-title {
  background-color: #f1c40f;
}
.purple-notice {
  border-color: #814fb5;
  background-color: #f5f1f9;
  color: #814fb5;
}
.purple-notice .notice-title {
  background-color: #814fb5;
}
.aqua-notice {
  border-color: #27d7e7;
  background-color: #f5fdfe;
  color: #27d7e7;
}
.aqua-notice .notice-title {
  background-color: #27d7e7;
}
.notification-container {
  padding: 0;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
}
.notification-container:hover {
  background-color: #fafafa;
}
.notification-container .notification-img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #dedede;
}
.notification-container .notification-img-wrap .notification-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  background-color: #eee;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 3px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}
.notification-container .notification-img-wrap .notification-img i {
  line-height: 45px;
  text-align: center;
}
.notification-container .notification-info {
  width: calc(100% - 95px);
  float: left;
  padding: 5px;
  margin-left: 65px;
  min-height: 65px;
}
.notification-container .notification-info time,
.notification-container .notification-info span {
  display: inline-block;
  color: #fff;
  padding: 1px 5px;
  margin-right: 3px;
  font-size: 90%;
  border-radius: 2px;
}
.notification-container .notification-info time {
  background-color: #3498db;
}
.notification-container .notification-info span {
  background-color: #72c02c;
}
.notification-container .notification-info p {
  margin: 3px 0 0 0;
  line-height: 16px;
}
.notification-container .delete-notification {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  line-height: 65px;
  font-size: 1.2em;
  color: #e12131;
  background-color: rgba(225, 33, 49, 0.05);
}
.notification-container .delete-notification:hover {
  background-color: rgba(225, 33, 49, 0.5);
  color: #731018;
}
/* ==================== 
Page Changer
modified: fall 2016 (preferred pagination)
==================== */
.page-changer {
  padding: 0 5px 5px 5px;
  text-align: center;
}
.page-changer i {
  padding: 0 5px;
  cursor: pointer;
}
.page-changer input {
  border-style: none none solid none;
  width: 40px;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 0;
  text-align: center;
  line-height: 20px;
  height: 28px;
}
/* ==================== 
Pagination 
modified: 07.01.17 (use Page Changer)
==================== */
.pagination-jump-to-input,
.pagination-jump-to-submit {
  height: auto;
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid transparent;
}
.pagination-jump-to-input:focus,
.pagination-jump-to-submit:focus {
  outline: none;
  background-color: #f2f2f2;
}
.pagination-jump-to-input {
  width: 75px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-jump-to-submit {
  width: 44px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #E12131;
  background-color: #eaeaea;
  margin-bottom: 5px;
}
.pagination-jump-to-submit:hover {
  background-color: #f2f2f2;
}
.pagination-jump-to {
  width: 118px;
  position: relative;
  display: block;
  margin: 1px auto 0 auto;
  float: right;
}
.pagination.lister {
  clear: both;
  position: relative;
  font-size: 1.2em;
  font-weight: 400;
  display: block;
  margin: 0 auto;
  text-align: center!important;
  padding: 8px 0!important;
  text-align: center;
}
.pagination.lister li {
  margin: 0 -2px;
}
.pagination.lister li a {
  float: none;
  background-color: #fff;
  border-color: transparent;
  padding: 5px 12px;
}
.pagination.lister li a:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.pagination.lister .active a {
  color: #000;
}
ul.pagination li {
  cursor: pointer;
}
.result-count {
  text-align: right;
  line-height: 34px;
  padding-right: 10px;
  margin: 0;
}
.pagination-view-style .btn-group {
  float: left;
}
.pagination-view-style .bootstrap-select {
  float: right!important;
}
.number-to-display {
  line-height: 34px;
  text-align: center;
}
.number-to-display span {
  padding-right: 6px;
}
.number-to-display a {
  color: #000;
  padding: 0 5px;
}
.number-to-display a:hover,
.number-to-display a.active {
  font-weight: 600;
}
@media (min-width: 992px) {
  .pagination.lister {
    padding: 0!important;
  }
  .pagination-view-style .btn-group,
  .pagination-view-style .bootstrap-select {
    float: left!important;
  }
  .pagination-view-style .bootstrap-select {
    margin-left: 5px!important;
  }
}
@media (min-width: 692px) {
  .pagination-jump-to.simple {
    float: right;
  }
  .pagination.lister.simple {
    text-align: left!important;
  }
}
@media (max-width: 691px) {
  .pagination-jump-to,
  .pagination-jump-to.simple {
    float: none;
  }
}
@media (min-width: 768px) {
  .pagination.lister.connections {
    text-align: left !important;
  }
}
/* Payment */
.payment-container {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.payment-container .title {
  height: 40px;
  background-color: #efefef;
  border-bottom: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.payment-container .title p {
  float: left;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
}
.payment-container .title span {
  line-height: 40px;
  float: right;
  margin: 0 7px;
  font-size: 0.9em;
  cursor: pointer;
  font-weight: 300;
}
#payment-nav {
  padding: 10px;
}
#payment-nav .navbar-nav li a {
  padding: 4px 10px;
  border-radius: 0;
  text-align: center;
  float: left;
  border-bottom: 2px solid transparent;
  margin-bottom: 5px;
}
#payment-nav .navbar-nav li.nav-item:hover a,
#payment-nav .navbar-nav li.nav-item.active a {
  border-bottom: 2px solid #428bca;
  color: #000;
  text-decoration: none;
}
.charge,
.balanceTransaction {
  cursor: pointer;
  border-top: 1px solid #eee;
}
.charge:hover,
.balanceTransaction:hover {
  border-radius: 2px;
  background-color: #ddd;
}
.payments-tab {
  padding: 7px 0;
  text-align: center;
  cursor: pointer;
  background-color: #3498db;
  color: #fff;
}
.payments-tab:hover,
.payments-tab.active {
  background-color: #4765a0;
}
.payments-tab.off {
  cursor: arrow;
  background-color: #fff;
  color: #777;
}
.payments-section.active {
  display: block;
}
.payments-section .section-inner {
  padding: 0;
}
.payments-section .section-inner .inner-title {
  padding: 11px;
}
.payments-section .section-inner .inner-title p {
  margin-bottom: 0;
}
.coupon-details,
.subscription-details {
  clear: both;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: auto;
  float: none;
  padding: 8px;
  padding-top: 16px;
}
.coupon-details {
  border-bottom: 1px solid #eee;
}
.coupon-details i {
  display: inline-block;
  padding: 2px 5px;
  cursor: pointer;
  line-height: 26px;
}
.card-info span,
.bank-info span,
.coupon-details span,
.subscription-details span {
  display: block;
  line-height: 24px;
  color: #888;
}
.subscription-details span span {
  float: right;
}
.card-info,
.bank-info {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px 13px;
}
.card-info span i,
.bank-info span i,
.subscription-details span i {
  padding: 0 4px;
  cursor: pointer;
  float: right;
  line-height: 22px;
  min-width: 30px;
}
.table#payments-table,
.table#disputes-table {
  margin-bottom: 5px;
}
tr.giftCard-details td p,
tr.transaction-details td p {
  margin-bottom: 4px;
}
tr.giftCard-details td p span,
tr.transaction-details td p span {
  width: 220px;
  font-weight: bold;
  float: left;
}
.transaction-sub-tab-wrap,
.transaction-tab-wrap {
  padding: 0 0 0 0;
  border-bottom: 1px solid #e12131;
  margin-bottom: 8px;
}
.transaction-sub-tab,
.transaction-tab {
  padding: 6px 0;
  text-align: center;
  color: #e12131;
  cursor: pointer;
  float: left;
  font-size: 95%;
}
.transaction-sub-tab.disabled,
.transaction-tab.disabled {
  color: #888;
  cursor: not-allowed;
  font-size: 95%;
}
.transaction-sub-tab.disabled:hover,
.transaction-tab.disabled:hover {
  background-color: transparent;
  color: #888;
}
.transaction-sub-tab:hover,
.transaction-tab:hover,
.transaction-sub-tab.active,
.transaction-tab.active {
  background-color: #e12131;
  color: #f7f7f7;
}
.transaction-tab:first-child:nth-last-child(1) {
  width: 100%;
}
.transaction-sub-tab:first-child:nth-last-child(2),
.transaction-sub-tab:first-child:nth-last-child(2) ~ .transaction-sub-tab {
  width: 50%;
}
.transaction-tab:first-child:nth-last-child(3),
.transaction-tab:first-child:nth-last-child(3) ~ .transaction-tab {
  width: 33.3333%;
}
.transaction-tab:first-child:nth-last-child(4),
.transaction-tab:first-child:nth-last-child(4) ~ .transaction-tab {
  width: 25%;
}
.transaction-section {
  display: none;
}
.transaction-section.active {
  display: block;
  margin-top: 8px;
  padding: 0;
}
.transaction-section .section-inner {
  padding: 0;
  border: 1px solid #ccc;
}
.transaction-section .section-inner .inner-title {
  background-color: #eee;
  padding: 11px;
}
.transaction-section .section-inner .inner-title p {
  margin-bottom: 0;
}
.table#transactions-bought,
.table#transactions-sold {
  margin-bottom: 5px;
}
tr.transaction-details td p {
  margin-bottom: 4px;
}
tr.transaction-details td p span {
  width: 220px;
  font-weight: bold;
  float: left;
}
.shop-item {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  background-color: #fff;
}
.shop-item-img-wrap {
  position: relative;
  height: 0;
  padding-top: 75%;
}
.shop-item-img-wrap .shop-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop-item-title {
  color: #4765a0;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 3px;
}
.shop-item-choices {
  margin-bottom: 5px;
}
.shop-item-choices span {
  display: inline-block;
  border: 1px solid #72c02c;
  color: #72c02c;
  min-width: 85px;
  text-align: center;
  padding: 2px 4px;
  float: left;
  margin: 5px 5px 0 0;
  cursor: pointer;
}
.shop-item-choices span:hover,
.shop-item-choices span.active {
  background-color: #72c02c;
  color: #fff;
}
.store-item {
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 2px solid #dedede;
  margin-bottom: 10px;
}
.store-item-img-wrap {
  position: relative;
  height: 0;
  padding-top: 75%;
}
.store-item-img-wrap .store-item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.store-item-title {
  color: #3498db;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 7px;
}
.store-item-choices {
  margin-bottom: 5px;
}
.store-item-choices span {
  display: inline-block;
  border: 1px solid #72c02c;
  color: #72c02c;
  min-width: 85px;
  text-align: center;
  padding: 2px 4px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.store-item-choices span:hover,
.store-item-choices span.selected {
  background-color: #72c02c;
  color: #fff;
}
.admin-listing-details {
  display: block;
  padding: 15px 10px;
}
.admin-listing-details span {
  display: block;
  line-height: 28px;
}
.admin-listing-details span strong {
  float: left;
  width: 100px;
}
.admin-listing-progress {
  padding: 0;
  margin-bottom: 25px;
}
.admin-listing-progress span {
  display: block;
  float: left;
}
.admin-listing-progress span span {
  display: inline-block;
  width: auto;
  float: left;
}
.admin-listing-progress span p span {
  font-weight: bold;
  display: inline-block;
  float: left;
}
.admin-listing-progress .step {
  width: 110px;
  font-weight: bold;
}
.transaction-module {
  padding: 5px;
  border-top: 1px dotted #ccc;
  margin-bottom: 8px;
  line-height: 16px;
  color: #777;
}
.transaction-module div {
  font-size: 95%;
}
.transaction-module > .info-group .info-tc:first-child {
  width: 43px;
  padding-left: 3px;
}
.transaction-module .date-total {
  text-align: right;
  padding: 3px;
}
.transaction-module .date-total > div:nth-child(2) {
  font-size: 100%;
}
.transaction-module .date-total .text-red::before {
  content: "-";
  font-weight: bold;
}
.transaction-module .date-total .text-green::before {
  content: "+";
  font-weight: bold;
}
@media (max-width: 767px) {
  .transaction-module .date-total {
    padding-left: 40px;
  }
  .transaction-module .date-total > div:first-child {
    text-align: left;
  }
}
.transaction-details-wrap {
  position: relative;
  display: block;
  clear: both;
  max-width: 450px;
  margin: 20px auto 20px auto;
}
.transaction-details-wrap .info-group .info-tc {
  padding-right: 5px;
}
.transaction-details-wrap .price-breakdown {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 0;
  margin: 10px 0;
}
.transaction-details-wrap .price-breakdown .title {
  padding: 5px;
}
.transaction-details-wrap .price-breakdown .info-group {
  color: #888;
  border-bottom: 1px dotted #ddd;
}
.transaction-details-wrap .price-breakdown .info-group label {
  color: #888;
}
.transaction-details-wrap .price-breakdown .info-group:last-child {
  color: #000;
  border-bottom: none;
  padding: 5px 0;
}
.transaction-details-wrap .price-breakdown .info-group:last-child label {
  color: #000;
}
.transaction-details-list .transaction-details-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
/* ====================
Public Pages
modified: May 8, 2019
==================== */
.public-page-banner {
  position: relative;
  background-size: cover;
  padding: 75px 15px 125px 15px;
}
.public-page-content-wrap {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: -50px;
  box-shadow: 0px 2px 5px 2px rgba(25, 25, 25, 0.2);
  margin-bottom: -50px;
}
/* ==================== 
Front Pages
modified: 10.15.15
==================== */
.front-page-wrap {
  background-color: #fff;
  max-width: 900px;
  padding: 0 0 0 0;
  box-shadow: 0px 2px 5px 2px rgba(25, 25, 25, 0.2);
  margin: 25px auto;
}
@media (max-width: 767px) {
  .front-page-wrap {
    margin: 0 auto;
  }
}
.advanced-features .toggle-btn {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 1.45em;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
}
.advanced-features .feature-info {
  border-bottom: 1px solid #ddd;
}
.advanced-features .lead {
  font-size: 1.2em;
}
.social-icons i {
  height: 26px;
  width: 26px;
  background-color: #ccc;
  color: #f2f2f2;
  border-radius: 50%;
  padding-top: 3px;
  text-align: center;
  cursor: pointer;
  float: right;
  margin: 2px;
  font-size: 1.4em;
}
.home-section-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  cursor: pointer;
}
.home-section-wrap .home-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-title {
  position: absolute;
  z-index: 5;
  width: 70%;
  height: 100px;
  left: 15%;
  top: 50%;
  margin-top: -50px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.mini-divider {
  border-top: 2px solid #e12131;
  width: 60px;
  display: block;
  clear: both;
  margin: 20px auto;
}
.sell-features-wrap,
.buy-features-wrap {
  background-color: #fff;
  padding: 50px 0;
}
.buy-features-wrap a {
  display: block;
  margin-top: 5px;
  color: #888;
  letter-spacing: 0.02em;
}
.sell-features-wrap .blue-box {
  background-color: #3498db;
  color: #fff;
  padding: 11px 15px;
  height: 190px;
}
.business-checklist p {
  margin-bottom: 5px;
}
.business-checklist p .fa-check {
  color: #72c02c;
  margin-right: 7px;
}
.way-to-sell-wrap {
  border: 2px solid #dedede;
  margin-bottom: 8px;
  color: #555;
}
.new-user,
.trending-post {
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  background-color: #fff;
  position: relative;
}
.new-user .user-img-wrap,
.trending-post .user-img-wrap {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -60px;
}
.new-user .user-img,
.trending-post .user-img {
  height: 50px;
  width: 50px;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.new-user .username,
.trending-post .username {
  margin-left: 70px;
  padding-top: 10px;
}
.trending-post p {
  line-height: 18px;
}
.trending-post .dropdown {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
}
.trending-post .dropdown .btn {
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.trending-post .title {
  font-size: 1.3em;
}
.trending-post .post-actions {
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #ddd;
}
.trending-post .post-actions a {
  color: #888;
  padding: 2px 7px;
  word-break: keep-all;
  white-space: nowrap;
  text-decoration: none;
}
.trending-post .post-actions a:hover {
  color: #000;
}
.trending-post button {
  border-radius: 0;
  padding: 4px 18px;
}
.section-title-left {
  display: block;
  margin: 15px 0 20px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.section-title-left p {
  font-size: 1.3em;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 300;
  border-bottom: 2px solid #72c02c;
}
.value-estimate-form label {
  width: 40%;
  float: left;
  line-height: 34px;
  text-align: right;
  padding-right: 5px;
}
.value-estimate-form select,
.value-estimate-form input {
  width: 60%;
  float: left;
  border: 1px solid #72c02c;
}
@media (max-width: 767px) {
  .value-estimate-form label {
    text-align: left;
  }
}
.vehicle-value-tab {
  text-align: center;
  font-size: 1.15em;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 7px 0;
}
.vehicle-value-tab.active .fa {
  transform-rotate: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.vehicle-value-section {
  display: none;
}
.vehicle-value-section.active {
  display: block;
}
.watch {
  color: #428bca;
}
.watch:hover,
.watched:hover {
  color: #05b540;
}
.watched {
  color: #72c02c;
}
.new-car-tag,
.low-miles-tag {
  float: left;
  line-height: 32px;
  padding: 0 7px;
  margin-right: 5px;
  border-radius: 2px 0 0 0;
  color: #eee;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.new-car-tag {
  background-color: #3498db;
}
.new-car-tag::before {
  content: "New";
}
.low-miles-tag {
  background-color: #72c02c;
}
.low-miles-tag::before {
  content: "Low";
}
@media (min-width: 1200px) {
  .home-section-title {
    width: 500px;
    left: 50%;
    margin-left: -250px;
  }
  .sell-features-wrap .blue-box {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .home-section-title {
    width: 90%;
    left: 5%;
  }
}
@media (min-width: 992px) {
  .sell-features-wrap .blue-box {
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  .sell-features-wrap .blue-box {
    height: auto;
  }
}
/* ====================
FAQ page 
modified: 10.15.15
==================== */
.faq-question-wrap {
  border: 1px solid #ddd;
  padding: 0 0 0 0;
  margin: 5px auto;
}
.faq-question {
  font-size: 1.1em;
  cursor: pointer;
  padding: 8px 8px;
  background-color: #f7f7f7;
}
.faq-answer {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  display: none;
}
.faq-answer p {
  margin-bottom: 0;
}
.referral-message {
  color: #888;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  margin-left: 25px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.referral-message::before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 18px;
  font-family: Georgia, serif;
}
.referral-message::after {
  width: 0;
  height: 0;
  left: -30px;
  top: 20px;
  z-index: -1;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
#referral-message-offset {
  margin-left: 85px;
  padding: 15px 7px 0 7px;
}
#weekly-referral-recap .ct-series-a .ct-line,
#monthly-referral-recap .ct-series-a .ct-line,
#weekly-referral-recap .ct-series-a .ct-point,
#monthly-referral-recap .ct-series-a .ct-point {
  stroke: #fa5833;
}
#weekly-referral-recap .ct-series-a .ct-area,
#monthly-referral-recap .ct-series-a .ct-area {
  fill: #fa5833;
}
#weekly-referral-recap .ct-series-b .ct-line,
#monthly-referral-recap .ct-series-b .ct-line,
#weekly-referral-recap .ct-series-b .ct-point,
#monthly-referral-recap .ct-series-b .ct-point {
  stroke: #38ade8;
}
#weekly-referral-recap .ct-series-b .ct-area,
#monthly-referral-recap .ct-series-b .ct-area {
  fill: #38ade8;
}
@media (max-width: 767px) {
  #referral-message-offset {
    margin-left: 0;
  }
}
.signature-pad {
  position: relative;
  box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.15);
}
.signature-pad-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px;
}
.signature-pad-footer .sign-above {
  color: #ccc;
  margin-left: -53.25px;
  font-size: 120%;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .canvas-wrap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    border: 1px solid #e8e8e8;
    background-color: #fff;
  }
}
.user-img-wrap-30,
.user-img-wrap-45,
.user-img-wrap-60,
.user-img-wrap-90,
.user-img-wrap-180 {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.user-img-wrap-30::before,
.user-img-wrap-45::before,
.user-img-wrap-60::before,
.user-img-wrap-90::before,
.user-img-wrap-180::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.user-img-wrap-30 .user-img,
.user-img-wrap-45 .user-img,
.user-img-wrap-60 .user-img,
.user-img-wrap-90 .user-img,
.user-img-wrap-180 .user-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/core/default-profile-img.png');
}
.user-img-wrap-30 img,
.user-img-wrap-45 img,
.user-img-wrap-60 img,
.user-img-wrap-90 img,
.user-img-wrap-180 img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.user-img-wrap-30,
.user-img-wrap-30 .user-img {
  width: 30px;
  height: 30px;
}
.user-img-wrap-30 img {
  height: 30px;
  width: auto;
}
.user-img-wrap-45,
.user-img-wrap-45 .user-img {
  width: 45px;
  height: 45px;
}
.user-img-wrap-45 img {
  height: 45px;
  width: auto;
}
.user-img-wrap-60,
.user-img-wrap-60 .user-img {
  width: 60px;
  height: 60px;
}
.user-img-wrap-60 img {
  height: 60px;
  width: auto;
}
.user-img-wrap-90,
.user-img-wrap-90 .user-img {
  width: 90px;
  height: 90px;
}
.user-img-wrap-90 img {
  height: 90px;
  width: auto;
}
.user-img-wrap-180,
.user-img-wrap-180 .user-img {
  width: 180px;
  height: 180px;
}
.user-img-wrap-180 img {
  height: 180px;
  width: auto;
}
/* Print */
@media print {
  .section .section-title {
    border-bottom: 1px solid #20409a;
    border-top: 1px solid #20409a;
    font-weight: 600;
    text-align: left;
  }
  .repair-approval-done-wrap .approval-done-details,
  .transaction-list-print-header {
    display: block;
  }
  .section,
  .service-repair-module {
    page-break-inside: avoid;
  }
  .transaction-list-print-header,
  .profile-content-wrap,
  .profile-module,
  .transaction-details-wrap {
    position: relative;
    float: none;
  }
  .transaction-list-print-header,
  .transaction-details-wrap {
    page-break-before: always;
    page-break-after: always;
    page-break-inside: avoid;
    margin: 0 auto 0 auto;
  }
  .dnp,
  #mobile-profile-navbar,
  #mobile-profile-navmenu,
  .nav {
    display: none;
  }
  body {
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    background-color: #fff !important;
  }
  #canvas {
    top: 15px;
  }
  .profile-body-wrap {
    margin: 0 0 0 0;
  }
  .profile-content-wrap {
    max-width: 100%;
    padding: 0;
  }
  .container,
  .container-fluid {
    width: 100%;
  }
  .profile-module {
    width: 100% !important;
    max-width: 100% !important;
  }
  .glovebox-ro-totals-wrap {
    position: relative;
    padding: 10px;
    width: 100%;
    float: left;
    display: block;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*# sourceMappingURL=custom-style.css.map */