/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 56, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 72, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 76, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 88, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 110, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 114, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 119, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 137, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 155, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 166, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 171, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 175, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 180, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 201, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 210, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 217, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 221, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 234, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 258, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 268, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 276, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 285, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 301, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 313, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 318, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 322, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 326, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 330, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 342, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 352, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 357, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 362, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 368, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 372, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 386, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 387, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 388, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 389, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 390, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 391, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 392, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 394, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 399, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 404, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 408, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 413, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 431, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 441, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 445, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 449, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 456, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 463, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 469, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 476, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 494, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 498, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 502, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 506, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 513, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 517, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 521, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 527, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 541, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 545, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 549, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 579, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 584, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 587, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 591, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 603, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 608, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 612, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 617, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 620, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 625, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 632, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 639, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 645, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 650, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 664, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 668, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  /* line 689, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/select2-rails-3.5.10/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
  background-size: cover;
  /*background: url(palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
}

/* line 23, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble {
  display: none;
  margin: 12px 0;
  position: absolute;
  bottom: 100%;
  width: 220px;
  padding: 10px 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
}
/* line 35, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 46, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
/* line 52, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}
/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}
/* line 65, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}
/* line 69, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}
/* line 73, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}
/* line 79, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 12.66%;
  padding-top: 11.00%;
  margin: 1% 2%;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 101, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}
/* line 103, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
/* line 121, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
/* line 126, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}
/* line 135, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
/* line 139, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
.filter_range_select input[type=number] {
  padding-right: 0px;
  width: 96px;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
.filter_range_select .separator {
  display: inline-block;
  text-align: center;
  width: 12px;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
.nested_select .nested-select-container {
  margin-bottom: 20px;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
.nested_select .nested-select-container:last-of-type {
  margin-bottom: 0px;
}

/* line 27, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
.palette-color-picker-bubble {
  z-index: 10;
}

/* line 32, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/gems/activeadmin_addons-0.11.0/app/assets/stylesheets/activeadmin_addons/all.scss */
input[type=text].date-time-picker {
  width: 110px;
}
@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #cddc39;
  color: white;
}

/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
/* line 66, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #cccccc;
}
/* line 70, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}
/* line 75, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #d2e04f;
  transition: 0.1s color;
}
/* line 81, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #cfde42;
  transition: 0.1s color;
}

/* line 87, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #cddc39;
  color: white;
}

/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
/* line 66, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #cccccc;
}
/* line 70, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}
/* line 75, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #d2e04f;
  transition: 0.1s color;
}
/* line 81, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #cfde42;
  transition: 0.1s color;
}

/* line 87, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/**
 * Avatar
 * A circular image
 */
/**
 * Button Icon
 * A simple, reusable icon button
 */
@keyframes am-dialog-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Multiselects
 */
/**
 * Select
 * Custom select styles, taken from textfields in material design
 */
/**
 * Snackbars
 * Material design notifications
 * http://www.google.com/design/spec/components/snackbars-toasts.html
 */
@keyframes am-snackbar-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/**
 * Subheader
 * Used for sidebar headings and other secondary content
 * which require title text
 */
/**
 * Tables
 */
/**
 * Tabs
 * http://www.google.com/design/spec/components/tabs.html
 */
@keyframes am-tabs-error-throb {
  from {
    text-shadow: none;
    transform: translateY(1px);
  }
  to {
    text-shadow: 0 0 5px rgba(244, 67, 54, 0.8);
    transform: translateY(-1px);
  }
}
/**
 * Toolbar
 * A basic navigation element, primary used for top level navigation
 */
/**
 * Underlay
 * Underlays appear below modal content that takes up the entire screen.
 */
/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/avatar.scss */
.avatar {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
}

/**
 * Blank Slate
 * This element appears whenever a resource can not display
 * any information. For example, the default homescreen.
 */
/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate_container {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 24px 16px;
  text-align: center;
}

/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  padding: 16px 24px;
}
/* line 22, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate small {
  display: block;
  margin-top: 8px;
}

/**
 * Breadcrumbs
 * Appear above the title to help users return to previous
 * steps in their flow.
 */
/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  display: block;
  margin-bottom: 8px;
}

/**
 * Buttons
 * Various selectors for button like elements
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/buttons.scss */
.clear_filters_btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/buttons.scss */
.button,
.cancel > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:focus,
.cancel > a:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:hover,
.cancel > a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 15, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/buttons.scss */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #cccccc;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #cccccc;
  text-decoration: none;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  color: white;
  background: #e6e6e6;
  outline: none;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #d9d9d9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Checkboxes
 * Inputs given the "boolean" class. They have been seperated
 * from general form styles because of some hairy nesting.
 */
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label {
  font-size: 14px;
}
/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label > input {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: auto;
}

/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/clearfix.scss */
.clearfix {
  *zoom: 1;
}
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:after {
  clear: both;
}

/**
 * Date Selects
 */
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragments-group,
.datetime_select .fragments-group,
.time_select .fragments-group {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/lists.scss */
.date_select .fragments-group li,
.datetime_select .fragments-group li,
.time_select .fragments-group li {
  display: inline-block;
}
/* line 15, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment,
.datetime_select .fragment,
.time_select .fragment {
  border-left: 1px solid #efefef;
  text-align: center;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/select.scss */
.date_select .fragment:first-child,
.datetime_select .fragment:first-child,
.time_select .fragment:first-child {
  border-left: none;
}
/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  border: 0;
  border-radius: 0;
}
/* line 23, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment label,
.datetime_select .fragment label,
.time_select .fragment label {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}
/* line 27, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/**
 * Datepicker
 * An input with a dropdown calendar that appears on focus
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker {
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 0 12px 8px;
  width: 280px;
}

/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header {
  line-height: 32px;
  padding: 8px 0 4px;
  position: relative;
  text-align: center;
}
/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header .ui-icon {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 22, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-prev {
  cursor: pointer;
  float: left;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before {
  content: "‹";
}
/* line 38, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 26, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-next {
  cursor: pointer;
  float: right;
}
/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before {
  content: "›";
}
/* line 38, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 30, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar {
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
/* line 33, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar th {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 0 0 4px;
}
/* line 37, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar td {
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  width: 32px;
}
/* line 41, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: inherit;
  margin: 0 auto;
  width: inherit;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #cddc39;
}
/* line 44, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-active, .ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #cccccc;
  text-decoration: none;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #cccccc;
  color: white;
}

/* line 56, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-unselectable {
  opacity: 0;
}

/**
 * Dialog
 * A full page takeover action panel
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
}

/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-toolbar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
}

/* line 14, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  display: block;
  padding: 32px 24px 8px;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content {
  display: inline;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content ul {
  margin: 0;
}

/* line 26, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-buttonset {
  padding: 8px 8px 0;
  text-align: right;
}

/* line 30, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  color: #cccccc;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:hover {
  color: #cccccc;
  text-decoration: none;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-button:hover, .ui-button:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 35, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-titlebar-close {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  background: url(/assets/active_material/icons/clear-724e5c08f3c81476319a3e83bae49fff8c747e984232af84541730941eb95c8e.svg) 50% 50% no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Dropdowns
 */
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button {
  position: relative;
}
/* line 12, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button:after {
  border: 5px solid transparent;
  border-color: #cccccc transparent transparent;
  content: "";
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
}
/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button.disabled {
  opacity: 0.4;
}

/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
  opacity: 1;
  transition: 0.2s opacity;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #cddc39;
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  text-decoration: none;
}
/* line 95, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/menu.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #cccccc;
}
@media screen and (min-width: 1300px) {
  /* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/dropdown.scss */
  .dropdown_menu_list li a {
    font-size: 13px;
  }
}

/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.featured-blocks-message {
  display: block;
  padding: 0 16px 16px;
}

/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block .button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #cccccc;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:focus, .new-featured-block .button:hover {
  color: white;
  background: #e6e6e6;
  outline: none;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:active {
  background: #d9d9d9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Filters
 * Filters show up as sidebars on most index pages
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field,
.select_and_search,
.filter_date_range {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
/* line 12, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field label, .select_and_search label, .filter_date_range label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
  width: 100%;
}
/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .filter_form_field label,
.has-focus .select_and_search label,
.has-focus .filter_date_range label {
  color: #cccccc;
}
/* line 17, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:not([multiple]),
.select_and_search > select:not([multiple]),
.filter_date_range > select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex-basis: 100px;
}
/* line 24, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select[multiple],
.select_and_search > select[multiple],
.filter_date_range > select[multiple] {
  flex-basis: 100%;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:last-child,
.select_and_search > select:last-child,
.filter_date_range > select:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 34, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select + input[type="text"],
.filter_form_field > select + input[type="number"],
.select_and_search > select + input[type="text"],
.select_and_search > select + input[type="number"],
.filter_date_range > select + input[type="text"],
.filter_date_range > select + input[type="number"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
/* line 42, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input.datepicker,
.select_and_search > input.datepicker,
.filter_date_range > input.datepicker {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
  background: #fff url(/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_form_field > input.datepicker:focus,
.select_and_search > input.datepicker:focus,
.filter_date_range > input.datepicker:focus {
  border-color: #cccccc;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input[type="submit"],
.select_and_search > input[type="submit"],
.filter_date_range > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}

/* line 57, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/filter.scss */
.filter_string input,
.filter_numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
}
/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_string input:focus,
.filter_numeric input:focus {
  border-color: #cccccc;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/**
 * Flash
 * Notifications that appear whenever a CRUD action or error
 * has surfaced
 */
/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/flash.scss */
.flash {
  animation: 0.6s am-snackbar-fade, 0.6s am-snackbar-fade reverse 9s forwards;
  background: #323232;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 16px;
  min-width: 288px;
  max-width: 576px;
  padding: 16px 24px 12px;
  position: fixed;
  text-shadow: 0 1px 1px #000;
  z-index: 1000;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/flash.scss */
.flash.flash_alert {
  background-color: #a21309;
  text-shadow: 0 1px 1px black;
}

/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/footer.scss */
.footer {
  padding: 16px;
  text-align: center;
}

/**
 * Forms
 */
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs {
  margin-bottom: 16px;
}
/* line 8, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 12, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > legend {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
  border: 0;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input > label, .input .label > label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
}
/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .input > label,
.has-focus .input .label > label {
  color: #cccccc;
}
/* line 26, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input, .input.stringish input, .input.numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
}
/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.string input:focus, .input.stringish input:focus, .input.numeric input:focus {
  border-color: #cccccc;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 31, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input[disabled="disabled"], .input.stringish input[disabled="disabled"], .input.numeric input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 36, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input {
  background: #fff url(/assets/active_material/icons/email-ff1c595ff9f72629c40d250e5eb8c37c52480ce67d02fd773f165c251046132f.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 39, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 44, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input {
  background: #fff url(/assets/active_material/icons/secret-4ac1e52d6ea197ec9e0432e44579067a2c265ece3af04e4852875a1d72fe1be5.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 47, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 52, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input {
  background: #fff url(/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
}
/* line 55, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  border-radius: 2px;
  height: 3.5rem;
  padding: 8px;
}
/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.text textarea:focus {
  border-color: #cccccc;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}
/* line 64, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea[disabled="disabled"] {
  background-color: #eeeeee;
}
/* line 69, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.input select + input {
  margin-top: 16px;
}

/* line 74, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.field_with_errors input {
  border-color: #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

/* line 78, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.inline-hints {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
}

/* line 82, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #f44336;
  display: inline-block;
  margin: 4px 0 0;
  vertical-align: middle;
  transition: 0.3s all;
}
/* line 112, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.inline-errors:first-letter {
  text-transform: uppercase;
}
/* line 86, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors + .inline-hints {
  display: none;
}

/* line 91, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
abbr[title="required"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  border: 0;
  color: #cccccc;
  margin-left: 4px;
}

/* line 95, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions,
.buttons {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}
/* line 99, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions > ol,
.buttons > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/lists.scss */
fieldset.actions > ol li,
.buttons > ol li {
  display: inline-block;
}
/* line 104, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #cccccc;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus, fieldset.actions .cancel a:hover,
.buttons .cancel a:focus,
.buttons .cancel a:hover {
  color: white;
  background: #e6e6e6;
  outline: none;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:active,
.buttons .cancel a:active {
  background: #d9d9d9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
/* line 108, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus,
.buttons .cancel a:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:hover,
.buttons .cancel a:hover {
  color: #cccccc;
  text-decoration: none;
}

/**
 * Header
 * Encapsulates several elements related to navigation at
 * the top of the page.
 */
/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
#header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
  background-color: #cccccc;
  color: white;
  padding-right: 64px;
}

/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.site_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 600px) {
  /* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
  .site_title {
    width: auto;
  }
}

/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
#tabs {
  flex-grow: 1;
}

/* line 23, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.header-item {
  margin: 0 0 0 16px;
  padding: 0;
  text-align: left;
}

/* line 27, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li:hover, .header-item > li:focus {
  text-decoration: none;
}
/* line 30, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li > a {
  text-decoration: none;
  color: white;
  display: block;
  line-height: 16px;
  padding: 16px 8px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  text-decoration: none;
}
/* line 61, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/toolbar.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  color: #cddc39;
}
/* line 35, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li.current > a {
  color: #cddc39;
  font-weight: 600;
}

/* line 40, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
}
/* line 46, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}
/* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #cddc39;
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  text-decoration: none;
}
/* line 95, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/menu.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #cccccc;
}
@media screen and (min-width: 1300px) {
  /* line 50, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
  .has_nested ul li a {
    font-size: 13px;
  }
}
/* line 55, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul, .has_nested:focus ul {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 59, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul li a, .has_nested:focus ul li a {
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 1, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/hidden.scss */
.hidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/**
 * Login
 * This screen appears if no session is active
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: -32px auto 0;
  max-width: 400px;
}
/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}
/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login > a {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 23, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login > br {
  display: none;
}
/* line 27, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login .inputs {
  margin-bottom: 0;
}
/* line 33, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login .actions {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  box-shadow: none;
}
/* line 39, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
#login .actions .action,
#login .actions input[type='submit'] {
  margin: 0;
  width: 100%;
}

/* line 47, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out {
  background-color: #0D3C55;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
 * Overlay
 * Overlays appear below modal content that takes up the entire screen.
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/overlay.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/**
 * Pagination
 * Typically appears on index pages, below tables
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection {
  *zoom: 1;
  clear: both;
}
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:before, .paginated_collection:after {
  content: " ";
  display: table;
}
/* line 11, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:after {
  clear: both;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .download_links {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  padding: 16px;
}
/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information {
  float: left;
}
/* line 20, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .download_links {
  line-height: 24px;
  float: right;
  text-align: right;
}

/* line 28, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination {
  background: #fff;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}
/* line 35, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination .page,
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  min-width: 24px;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:focus,
.pagination .first:focus,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .last:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:hover,
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  color: #cccccc;
  text-decoration: none;
}

/**
 * Panels
 * Stand-alone segments of content, in Material Design
 * these could be considered Cards or pieces of paper.
 */
/* line 7, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel,
.has_many_container,
body.index #main_content,
body.edit #main_content > form,
body.new #main_content > form,
body.create #main_content > form,
body.update #main_content > form {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
}
/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel > h3,
.has_many_container > h3,
body.index #main_content > h3,
body.edit #main_content > form > h3,
body.new #main_content > form > h3,
body.create #main_content > form > h3,
body.update #main_content > form > h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
}
/* line 20, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel .header_action,
.has_many_container .header_action,
body.index #main_content .header_action,
body.edit #main_content > form .header_action,
body.new #main_content > form .header_action,
body.create #main_content > form .header_action,
body.update #main_content > form .header_action {
  float: right;
}
/* line 24, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel .row th,
.has_many_container .row th,
body.index #main_content .row th,
body.edit #main_content > form .row th,
body.new #main_content > form .row th,
body.create #main_content > form .row th,
body.update #main_content > form .row th {
  width: 20%;
  padding-left: 16px;
}

/* line 31, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel + .panel {
  margin-top: 16px;
}

/* line 36, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/panels.scss */
.panel_well {
  padding: 0 16px 16px;
}

/**
 * PhotoSelects
 */
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/photo_select.scss */
.photo_select {
  display: inline-block;
}

/**
 * Scopes
 * Theses appear above tables, providing the ability to filter rows
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/scopes.scss */
.scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: right;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/lists.scss */
.scopes li {
  display: inline-block;
}

/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/scopes.scss */
.scope {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
}
/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/scopes.scss */
.scope a {
  color: rgba(0, 0, 0, 0.54);
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.scope a:hover, .scope a:focus {
  color: #cddc39;
}
/* line 22, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected {
  font-weight: bold;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected a {
  background-color: #cccccc;
}

/**
 * Basic Selects
 */
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/select.scss */
.country select:not([multiple]),
.select select:not([multiple]),
.polymorphic_select select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}
/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/select.scss */
.country select[disabled="disabled"],
.select select[disabled="disabled"],
.polymorphic_select select[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] {
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  min-width: 250px;
  max-width: 100%;
}
/* line 21, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] option {
  padding: 8px;
  border-top: 1px solid #efefef;
}
/* line 17, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/multiselect.scss */
select[multiple] option:first-child {
  border-top: 0;
}

/* line 15, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle-col {
  padding: 0 0 0 8px;
  width: 56px;
}
/* line 20, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle {
  background: transparent url(/assets/active_material/icons/reorder-9838b7dd05efc289655b100df8bc3da883697d726c92157dacbb71d3a14545a9.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: move;
  display: block;
  height: 56px;
  margin: 0 auto;
  opacity: 0.40;
  transition: 0.2s all;
  width: 56px;
}
/* line 31, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle:hover {
  opacity: 1;
}

/**
 * Structure
 * Global structural elements
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
body {
  background-color: #eeeeee;
}

/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
#active_admin_content {
  padding: 24px;
}

/* line 14, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
#sidebar {
  margin-left: 24px;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar {
  display: flex;
  width: 100%;
}
/* line 22, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #main_content_wrapper {
  flex-grow: 1;
}
/* line 26, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #sidebar {
  max-width: 320px;
  width: 100%;
}

/**
 * Tables
 */
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools {
  border-bottom: 1px solid #efefef;
  display: flex;
  padding: 16px;
}

/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table, .panel_contents table {
  background: #fff;
  width: 100%;
  word-break: break-word;
}
/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th,
.panel_contents table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}
/* line 16, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th a,
.panel_contents table th a {
  position: relative;
}
/* line 35, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th a:after,
.panel_contents table th a:after {
  border: 5px solid transparent;
  margin-left: 4px;
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
}
/* line 49, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-asc a:after,
.panel_contents table th.sorted-asc a:after {
  border-bottom-color: #cccccc;
  margin-top: -7.5px;
}
/* line 56, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-desc a:after,
.panel_contents table th.sorted-desc a:after {
  border-top-color: #cccccc;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tr,
.panel_contents table tr {
  height: 48px;
  transition: 0.12s background;
}
/* line 34, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr:hover,
.panel_contents table tbody tr:hover {
  background: #eee;
}
/* line 69, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr:hover td,
.index_table tbody tr:hover th,
.panel_contents table tbody tr:hover td,
.panel_contents table tbody tr:hover th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e2e2e2;
}
/* line 38, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr.selected,
.panel_contents table tbody tr.selected {
  background: #e0e0e0;
}
/* line 79, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr.selected td,
.index_table tbody tr.selected th,
.panel_contents table tbody tr.selected td,
.panel_contents table tbody tr.selected th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c9c9c9;
}
/* line 43, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td,
.panel_contents table td {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 400;
  padding: 8px 16px;
}
/* line 93, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table td img,
.panel_contents table td img {
  display: block;
  height: auto;
  max-width: 320px;
  width: 100%;
}
/* line 48, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable,
.panel_contents table .col-selectable {
  padding: 16px 24px 16px;
  width: 66px;
}
/* line 105, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table .col-selectable [type=checkbox],
.panel_contents table .col-selectable [type=checkbox] {
  display: inline-block;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 18px;
}
/* line 53, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable .resource_selection_cell,
.panel_contents table .col-selectable .resource_selection_cell {
  display: inline;
}
/* line 59, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td.col-actions a,
.panel_contents table td.col-actions a {
  padding: 0 4px;
}
/* line 65, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions,
.am-js .panel_contents table td.col-actions {
  background: url(/assets/active_material/icons/more-50a9ac99058eaf05a7a8cef5e62c03a533668990fb1eb600f76e3eaf76f1d27a.svg) 25% 50% no-repeat;
  position: relative;
  width: 48px;
}
/* line 68, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions,
.am-js .panel_contents table td.col-actions .table_actions {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: 16px;
}
/* line 75, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions a,
.am-js .panel_contents table td.col-actions .table_actions a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #cddc39;
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  text-decoration: none;
}
/* line 95, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/menu.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus,
.am-js .panel_contents table td.col-actions .table_actions a:hover,
.am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #cccccc;
}
@media screen and (min-width: 1300px) {
  /* line 75, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
  .am-js .index_table td.col-actions .table_actions a,
  .am-js .panel_contents table td.col-actions .table_actions a {
    font-size: 13px;
  }
}
/* line 82, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions, .am-js .index_table td.col-actions.active .table_actions,
.am-js .panel_contents table td.col-actions:hover .table_actions,
.am-js .panel_contents table td.col-actions.active .table_actions {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}
/* line 85, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions a, .am-js .index_table td.col-actions.active .table_actions a,
.am-js .panel_contents table td.col-actions:hover .table_actions a,
.am-js .panel_contents table td.col-actions.active .table_actions a {
  opacity: 1;
  transition: 0.2s opacity;
}

/**
 * Tabs
 * Theses show up on complicated forms, such as the Exhibit edit page.
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs {
  color: rgba(255, 255, 255, 0.6);
  background: #cccccc;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  line-height: 0;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}
/* line 10, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab {
  display: inline-block;
  border-color: inherit;
}
/* line 14, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a {
  background: inherit;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: block;
  font: 400 14px/16px "RobotoDraft", sans-serif;
  letter-spacing: 0.08em;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s color;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:after {
  background-color: rgba(255, 255, 255, 0.54);
  bottom: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateY(3px);
  transition: 0.2s background, 0.25s transform;
  width: 100%;
}
/* line 73, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus, .nav-tabs > li.ui-tabs-tab > a:hover {
  background: inherit;
  outline: none;
  text-decoration: none;
}
/* line 79, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus:after, .nav-tabs > li.ui-tabs-tab > a:hover:after {
  transform: none;
}
/* line 84, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:active {
  border: 0;
  box-shadow: none;
}
/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-state-active > a {
  background: inherit;
  color: #fff;
}
/* line 94, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:after {
  background-color: #cddc39;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transform: none;
}
/* line 100, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:focus, .nav-tabs > li.ui-state-active > a:hover {
  background: inherit;
}
/* line 22, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.tab_with_errors > a {
  padding-right: 40px;
}
/* line 109, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.tab_with_errors > a:before {
  color: #FF695E;
  animation: 2s am-tabs-error-throb infinite alternate;
  content: '\026a0';
  font-size: 20px;
  line-height: 16px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

/**
 * Tags
 * Tags show up as states within tables and other components
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag {
  background-color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 9, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tag.scss */
a .status_tag {
  transition: 0.2s all;
}
/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:hover, a .status_tag:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:active {
  box-shadow: none;
}
/* line 13, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag.yes {
  background-color: #cccccc;
}

/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/tag.scss */
.empty {
  color: #ccc;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/**
 * Titlebar
 */
/* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  /* line 5, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    width: auto;
  }
}

/* line 15, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_left {
  flex-grow: 1;
}

/* line 19, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_right .action_item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:hover {
  color: #cccccc;
  text-decoration: none;
}

/**
 * Utility Nav
 * Displays current user and logout information
 */
/* line 6, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav {
  background: url(/assets/active_material/icons/account_circle-75f753fccce1f1750a37068208ade1fc0e5489d9a98de57f99e2747d390001fb.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
}
/* line 18, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 50px;
  top: 0;
  right: -12px;
}
/* line 28, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav a {
  color: #333;
}
/* line 32, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li {
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  width: 200px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #efefef;
  text-align: right;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.28s all;
  position: relative;
}
/* line 33, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child {
  margin-top: 45px;
}
/* line 36, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child:before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #fff;
  top: -14px;
  right: 12px;
  position: absolute;
}
/* line 60, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}
/* line 25, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:focus {
  outline: none;
}
/* line 29, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:hover {
  color: #cccccc;
  text-decoration: none;
}
/* line 65, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav #current_user {
  background: #fff;
  text-align: center;
}
/* line 71, /home/cardealer/dealership/CarDealer/vendor/bundle/ruby/2.6.0/bundler/gems/active_material-22f8aa0654e6/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:hover > li {
  clip: initial;
  opacity: 1;
  visibility: visible;
}

/* line 23, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.jsoneditor-container table, .jsoneditor-contextmenu table {
  width: auto;
  margin: 0;
}
/* line 28, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.jsoneditor-container .jsoneditor, .jsoneditor-contextmenu .jsoneditor {
  background: white;
}
/* line 32, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.jsoneditor-container button, .jsoneditor-container button:hover, .jsoneditor-container .menu button, .jsoneditor-container .menu button:hover, .jsoneditor-contextmenu button, .jsoneditor-contextmenu button:hover, .jsoneditor-contextmenu .menu button, .jsoneditor-contextmenu .menu button:hover {
  background: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 40, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.jsoneditor-container {
  margin-left: 20%;
  width: 80%;
  height: 500px;
}

/* line 46, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.cke_chrome {
  width: 79.5% !important;
  overflow: hidden;
}

/* line 51, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.has_many_fields li {
  display: inline-block;
  width: 23%;
}

/* line 56, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
#car-version-specification ol {
  display: -webkit-box;
  width: 100%;
}

/* line 61, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
a:link, a:visited {
  color: black;
}

/* line 65, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.sidebar_section.panel {
  padding-bottom: 10px;
}

/* line 69, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
input[type="submit"], input[type="reset"], input[type="button"] {
  background: #0e7fd1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 74, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  background: #3b93d2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 79, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #3b93d2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 84, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
fieldset.actions .cancel a, .buttons .cancel a {
  color: white;
  background: red;
  text-decoration: none;
  font-weight: 600;
}

/* line 91, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
fieldset.actions .cancel a:hover, .buttons .cancel a:hover {
  color: white;
  background: #eb5353;
  text-decoration: none;
  font-weight: 600;
}

/* line 98, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.nav-tabs > li > a {
  color: white;
}

/* line 102, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.nav-tabs > li.ui-state-active > a {
  color: black;
}

/* line 106, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.has_many_remove {
  color: white !important;
  background: red;
  text-decoration: none !important;
}

/* line 112, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.has_many_add {
  background-color: gray;
  color: white;
  margin: 20px;
}

/* line 118, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.action_item {
  background-color: gray;
}

/* line 121, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.action_item {
  margin-right: 5px;
}

/* line 126, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.action_item a {
  color: white !important;
}

/* line 136, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.status_tag.Désactivée {
  background: #FF0000;
}
/* line 137, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.status_tag.Activée {
  background: #08A510;
}
/* line 138, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.status_tag.no {
  background: #FF9900;
}
/* line 139, /home/cardealer/dealership/CarDealer/app/assets/stylesheets/active_admin.scss */
.status_tag.yes {
  background: #00d9ff;
}
