@import "/Portals/_default/Skins/CarGateDarkNight/CarGate/bootstrap/bootstrap-cargate.css";
@import "/Portals/_default/Skins/CarGateDarkNight/CarGate/bootstrap/bootstrap-xl-xxl.css";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.progress {
  position: relative;
}
.progress .progress-bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress.right .progress-bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 10px;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.progress.vertical.bottom .progress-bar {
  position: absolute;
  bottom: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/** DEFAULTS ***************************************************************************/

.text-bad {
  color: #ff1a00;
}
.text-ok {
  color: #f89406;
}
.text-good {
  color: #75a618;
}
.text-grey,
.inactive {
  color: #999999;
}
/** BADGES & LABELS **********************************************************************/

.badge,
.label {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  padding: 0px 9px;
  color: white;
  background-color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge.bad,
.label.bad {
  background-color: #ff1a00;
}
.badge.ok,
.label.ok {
  background-color: #f89406;
}
.badge.good,
.label.good {
  background-color: #75a618;
}
.badge.inverse,
.label.inverse {
  background-color: #333333;
}
.label {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 4px;
}
.label.label-mobile {
  background-color: #ff6600;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.label.label-as24 {
  background-color: #0026b3;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.label.label-carzilla {
  background-color: #990000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
/** CORNER OVERLAYS ************************************************************************/

ins.corner-overlay {
  position: absolute;
  width: 28px;
  height: 23px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  line-height: 25px;
}
ins.corner-overlay.corner-bl {
  background: url("/DesktopModules/CarGate360/Cockpit/SubControls/VehicleResults/SubControls/VehicleControl/Images/foto-badge-overlay.png") no-repeat;
  bottom: -1px;
  left: -1px;
}
html {
  background-color: #fafafa;
}
.sprite {
  background-image: url(../../../../images/Cargate/Iconset/cargate-spritesheet.png?cdv=20);
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-anker {
  background-position: -5px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-as24_salesplus {
  background-position: -40px -5px;
  width: 26px;
  height: 26px;
}
.sprite.sprite-blocked {
  background-position: -76px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-campaign-automatic {
  background-position: -111px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-check_fault {
  background-position: -146px -5px;
  width: 16px;
  height: 16px;
}
.sprite.sprite-check_good {
  background-position: -172px -5px;
  width: 16px;
  height: 16px;
}
.sprite.sprite-dat {
  background-position: -198px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-dataquality_bad {
  background-position: -233px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-dataquality_good {
  background-position: -268px -5px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-dataquality_ok {
  background-position: -5px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-daysstanding_bad {
  background-position: -76px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-daysstanding_good {
  background-position: -111px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-daysstanding_ok {
  background-position: -146px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-disconnect {
  background-position: -181px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-documents {
  background-position: -216px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-envkv_bad {
  background-position: -251px -40px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-envkv_good {
  background-position: -5px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-envkv_ok {
  background-position: -40px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus2_bad {
  background-position: -75px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus2_good {
  background-position: -110px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus2_ok {
  background-position: -145px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus_bad {
  background-position: -180px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus_good {
  background-position: -215px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-exporterrorstatus_ok {
  background-position: -250px -75px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-extend {
  background-position: -5px -110px;
  width: 17px;
  height: 17px;
}
.sprite.sprite-fahrzeug-bestand {
  background-position: -32px -110px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-fahrzeug-zukauf {
  background-position: -67px -110px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-financing-automatic {
  background-position: -102px -110px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-financing-manual {
  background-position: -137px -110px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-flag_as24 {
  background-position: -172px -110px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_as24_booked {
  background-position: -206px -110px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_as24_future {
  background-position: -240px -110px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_meinauto {
  background-position: -5px -153px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_mobilede {
  background-position: -39px -153px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_mobilede_booked {
  background-position: -73px -153px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_mobilede_future {
  background-position: -107px -153px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-flag_sixt {
  background-position: -141px -153px;
  width: 24px;
  height: 33px;
}
.sprite.sprite-icon_trend-down {
  background-position: -175px -153px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-icon_trend-normal {
  background-position: -210px -153px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-icon_trend-up {
  background-position: -245px -153px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-info {
  background-position: -175px -188px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-keybox {
  background-position: -210px -188px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-minus {
  background-position: -274px -110px;
  width: 15px;
  height: 15px;
}
.sprite.sprite-minus_inverted {
  background-position: -280px -135px;
  width: 15px;
  height: 15px;
}
.sprite.sprite-mobile_highlights {
  background-position: -245px -188px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_good_price {
  background-position: -5px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_high_price {
  background-position: -40px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_increased_price {
  background-position: -75px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_no_rating {
  background-position: -110px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_not_given {
  background-position: -145px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_reasonable_price {
  background-position: -180px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_price_evaluation_very_good_price {
  background-position: -215px -223px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-mobile_salesplus {
  background-position: -250px -223px;
  width: 26px;
  height: 26px;
}
.sprite.sprite-new_vehicle {
  background-position: -5px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-no_pictures {
  background-position: -40px -259px;
  width: 26px;
  height: 26px;
}
.sprite.sprite-offline {
  background-position: -76px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-offline_platform {
  background-position: -111px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-online_plattform {
  background-position: -146px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-pdf {
  background-position: -181px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-plus {
  background-position: -280px -160px;
  width: 15px;
  height: 15px;
}
.sprite.sprite-plus_inverted {
  background-position: -280px -185px;
  width: 15px;
  height: 15px;
}
.sprite.sprite-printer {
  background-position: -216px -259px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-qplus_bad {
  background-position: -251px -259px;
  width: 26px;
  height: 26px;
}
.sprite.sprite-qplus_good {
  background-position: -303px -5px;
  width: 26px;
  height: 26px;
}
.sprite.sprite-quality_seal {
  background-position: -286px -41px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-reduce {
  background-position: -40px -41px;
  width: 17px;
  height: 17px;
}
.sprite.sprite-reservation {
  background-position: -299px -76px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-show-eye {
  background-position: -305px -111px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-sold {
  background-position: -305px -146px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-sold-icon {
  background-position: -305px -181px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-thumbnail_placeholder {
  background-position: -5px -295px;
  width: 90px;
  height: 28px;
}
.sprite.sprite-totalsperre {
  background-position: -286px -216px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-warning {
  background-position: -287px -251px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-nefz_green {
  background-position: -216px -295px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-nefz_red {
  background-position: -251px -295px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-wltp_green {
  background-position: -146px -295px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-wltp_red {
  background-position: -181px -295px;
  width: 25px;
  height: 25px;
}
.sprite.sprite-leasing {
  background-position: -287px -295px;
  width: 25px;
  height: 25px;
}
.sales-plus {
  background-image: url(../../../../images/Cargate/Iconset/sales-plus-spritesheet.png?cdv=13);
  background-repeat: no-repeat;
  display: block;
}
.sales-plus.sales-plus-as24-plus {
  background-position: -5px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-as24-plus-enabled {
  background-position: -40px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-as24-premium {
  background-position: -75px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-as24-premium-enabled {
  background-position: -110px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-as-new {
  background-position: -145px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-as-new-enabled {
  background-position: -180px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-as-new-enabled-hover {
  background-position: -5px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-as-new-hover {
  background-position: -40px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-ebay {
  background-position: -75px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-ebay-enabled {
  background-position: -110px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-ebay-enabled-hover {
  background-position: -145px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-ebay-hover {
  background-position: -180px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-eyecatcher {
  background-position: -5px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-eyecatcher-enabled {
  background-position: -40px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-eyecatcher-enabled-hover {
  background-position: -75px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-eyecatcher-hover {
  background-position: -110px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-financing-offer {
  background-position: -145px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-financing-offer-enabled {
  background-position: -180px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-financing-offer-enabled-hover {
  background-position: -5px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-financing-offer-hover {
  background-position: -40px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-page1 {
  background-position: -75px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-page1-enabled {
  background-position: -110px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-page1-enabled-hover {
  background-position: -145px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-page1-hover {
  background-position: -180px -110px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-reduced-from-price {
  background-position: -5px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-reduced-from-price-enabled {
  background-position: -40px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-reduced-from-price-enabled-hover {
  background-position: -75px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-reduced-from-price-hover {
  background-position: -110px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad {
  background-position: -145px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-enabled {
  background-position: -180px -145px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-enabled-hover {
  background-position: -5px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-hover {
  background-position: -40px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-mobile {
  background-position: -75px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-mobile-enabled {
  background-position: -110px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-mobile-enabled-hover {
  background-position: -145px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-top-ad-mobile-hover {
  background-position: -180px -180px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-turbo {
  background-position: -215px -5px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-turbo-enabled {
  background-position: -215px -40px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-turbo-enabled-hover {
  background-position: -215px -75px;
  width: 25px;
  height: 25px;
}
.sales-plus.sales-plus-mobile-turbo-hover {
  background-position: -215px -110px;
  width: 25px;
  height: 25px;
}
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }
  .bootstrap-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .bootstrap-scope .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
  }
  .bootstrap-scope .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.relative {
  position: relative;
}
.pointer {
  cursor: pointer;
}
.redButton {
  color: white;
  text-decoration: none;
  background-color: #990000;
  background-image: url("/Resources/Shared/stylesheets/Red/images/ui-bg_highlight-soft_50_990000_1x100.png");
  background-position: 50% 53%;
}
.redButtonHover {
  border: 1px solid #fbcb09;
  background: #fdf5ce 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.redButtonNoBorders {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.absoluteCenteredContainer {
  position: relative;
}
.absoluteCentered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absoluteCenteredText {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.whiteButtonSlim {
  background-color: white;
  cursor: pointer;
  border: 1px solid #cccccc;
  background-image: url('/Resources/Shared/stylesheets/Gray/images/ui-bg_glass_100_f6f6f6_1x400.png');
  background-position: 50% 53%;
  text-decoration: none;
  font-weight: bold;
  font-size: 13.2px;
  padding: 0.4em 1.15em;
  margin: 0 1px 1px 0;
  min-height: 30px;
  line-height: 1.35;
  white-space: normal;
  min-height: 0;
  padding: 1px 0.4em 2px;
}
.whiteButtonSlim:hover {
  color: #c77405;
  background-image: url('/Resources/Shared/stylesheets/Gray/images/ui-bg_glass_100_fdf5ce_1x400.png');
  border: 1px solid #fbcb09;
}
.whiteButtonSlim:hover:focus {
  border: 1px solid #fbcb09;
}
.whiteButtonSlim:focus {
  background-color: white;
  border-color: #cccccc;
  outline: none;
}
.whiteButtonSlim.active,
.whiteButtonSlim:active {
  color: white;
  text-decoration: none;
  background-color: green;
  background-image: url('/Portals/_default/Skins/CarGateDarkNight/Images/ui-bg_highlight-soft_65_008000_1x100.png');
  background-position: 50% 53%;
}
.whiteButtonSlim.active.is-radio,
.whiteButtonSlim:active.is-radio {
  cursor: default;
}
.whiteButtonSlim.active:focus,
.whiteButtonSlim:active:focus {
  outline: none;
}
.whiteButtonSlim[disabled="disabled"] {
  opacity: 0.35;
  cursor: default;
  pointer-events: auto;
}
.whiteButtonSlim[disabled="disabled"]:hover {
  color: #333333;
  background-image: url('/Resources/Shared/stylesheets/Gray/images/ui-bg_glass_100_f6f6f6_1x400.png');
  border: 1px solid #cccccc;
}
.bootstrap-scope [datepicker] .btn-default:hover,
.bootstrap-scope [datepicker] .btn-default:active,
.bootstrap-scope [datepicker] .btn-default.active {
  border: 1px solid #fbcb09;
  background: #fdf5ce url('../../../../Resources/Shared/stylesheets/Gray/images/ui-bg_glass_100_fdf5ce_1x400.png') 50% 50% repeat-x;
  color: #c77405;
}
.cg-button-group .ui-button,
.cg-button-group button {
  margin-bottom: 1px;
  margin-right: 1px;
  float: left;
}
.cg-button-group::after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.posIndicator {
  position: fixed;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 2px dotted rgba(240, 173, 78, 0.5);
  left: 0px;
  background: transparent;
  pointer-events: none;
  opacity: 1;
  transition: opacity 500ms;
}
span.posSpan {
  position: fixed;
  opacity: 0;
  transition: opacity 500ms;
}
/* Global overrides */

hr {
  border: none;
  border-top: 1px #cccccc solid;
  height: 1px;
}
/* Icons */

.ui-icon.inline,
.sprite.inline {
  display: inline-block;
  vertical-align: bottom;
}
.ui-icon.button,
.sprite.button {
  cursor: pointer;
}
/* Fileuploads */

.fileUploadBox {
  position: relative;
}
.fileUploadBox > input[type="file"],
.fileUploadBox > div.fileUploadBlanker {
  position: absolute;
  top: 0;
  background: transparent url('/images/CarGate/transparent.png') repeat 0 0;
}
.fileUploadBox > input[type="file"] {
  -moz-opacity: 0;
  opacity: 0;
  z-index: 9001;
}
.fileUploadBox > div.fileUploadBlanker {
  -moz-opacity: 1;
  opacity: 1;
  z-index: 9002;
}
.fileUploadBox > div.fileUpload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}
/* Vertically centered text */

.verticallyCenteredText {
  display: table;
  width: 100%;
}
.verticallyCenteredText > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* Error message bar */

div.statusMessage {
  padding-top: 4px;
  font-size: 13px;
  font-weight: normal;
}
div.statusMessage.success {
  color: green;
}
div.statusMessage.error {
  color: red;
}
.ui-datepicker-title select {
  color: #333333;
}
/* Sales Plus
    TODO Should this be an own file near Sales Plus controls? How to register it? */

div.sp-popup.bootstrap-scope > div.sp-popup-header.modal-header > div > a > img.market-logo {
  width: 150px;
  margin-bottom: 5px;
}
div.sp-popup.bootstrap-scope > div.sp-popup-header.modal-header > div > div.sp-export-account {
  text-align: right;
}
.activeBookingIndicator {
  background-color: #dff0d8 !important;
}
.featureButton {
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 4px;
  position: relative;
}
.featureButton .indicator {
  top: 0px;
  left: 25px;
  position: absolute;
  z-index: 1;
}
.featureButton .content {
  width: 20px;
  height: 24px;
  position: absolute;
  text-align: center;
  font-size: 18px;
}
.featureButton .centered {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
.booked-features-cell {
  margin-right: 2px;
  margin-left: 2px;
  display: inline-block !important;
}
.booked-features-cell.sales-plus {
  margin: 6px 0 0 10px;
}
/* Messages div in dialogs */

div.ui-dialog div.messages {
  padding: 5px;
  font-size: 110%;
}
div.ui-dialog div.messages > div.jumpable {
  cursor: pointer;
}
div.ui-dialog div.messages > div > span.ui-icon {
  display: inline-block;
  vertical-align: bottom;
}
/* Angular */

.ovh {
  overflow: hidden;
}
/* BS's styles are now fully included, old design did not know and respect them.
    As workaround, fix jQuery UI dialogs having their original styles instead of BS's */

.ui-dialog .bootstrap-scope {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  background-color: #eeeeee;
}
body > ul.dropdown-menu:not(.bootstrap-scope) {
  display: none !important;
}
.bootstrap-scope a {
  color: #990000;
}
.bootstrap-scope a:hover,
.bootstrap-scope a:visited {
  color: #990000;
}
.bootstrap-scope ul.dropdown-menu li,
.bootstrap-scope.dropdown-menu li {
  list-style: none;
}
.bootstrap-scope ul.dropdown-menu th,
.bootstrap-scope.dropdown-menu th {
  vertical-align: top !important;
}
.bootstrap-scope .modal .modal-dialog {
  width: 80%;
}
.bootstrap-scope .modal .modal-dialog .modal-content {
  padding: 10px 8px 10px 10px;
}
.bootstrap-scope .modal table {
  margin-bottom: 0 !important;
}
.bootstrap-scope .modal table td {
  vertical-align: middle !important;
}
.bootstrap-scope .modal .gridStyle > .ngTopPanel > .ngHeaderContainer > div.ngHeaderScroller {
  border-top: 1px solid #d4d4d4;
}
.bootstrap-scope .modal .gridStyle > .ngTopPanel > .ngHeaderContainer > div.ngHeaderScroller > div.ngHeaderCell {
  background-color: white;
  border-bottom: 3px solid #dddddd;
  color: #003366;
}
.bootstrap-scope .modal .gridStyle > .ngTopPanel > .ngHeaderContainer > div.ngHeaderScroller > div.ngHeaderCell:first-child {
  border-left: 1px solid #d4d4d4;
}
.bootstrap-scope .modal .gridStyle > .ngTopPanel > .ngHeaderContainer > div.ngHeaderScroller > div.ngHeaderCell:last-child {
  border-right: 1px solid #d4d4d4;
}
.bootstrap-scope .modal .gridStyle > div.ngViewport div.ngCell {
  border-bottom: 1px solid #dddddd;
}
.bootstrap-scope .cg-modal.modal {
  text-align: center;
  padding: 0 !important;
}
.bootstrap-scope .cg-modal.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.bootstrap-scope .cg-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: auto;
}
.bootstrap-scope .popover h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
.bootstrap-scope .popover ul {
  margin-left: 1em;
  white-space: normal;
}
.bootstrap-scope .popover ul.no-list {
  margin-left: 0;
}
.bootstrap-scope .popover ul.no-list li {
  list-style-type: none;
}
@media screen and (max-width: 1280px) {
  .bootstrap-scope .modal .modal-dialog {
    width: 95%;
  }
}
body > div.bootstrap-scope ul.dropdown-menu,
body > .bootstrap-scope ul.dropdown-menu,
body > div.bootstrap-scope dropdown-menu,
body > .bootstrap-scope dropdown-menu {
  z-index: 10000;
}
@charset "utf-8";
html,
body#Body {
  margin: 0;
  padding: 0;
  color: #222222;
}
body#Body {
  background-color: transparent;
}
body#Body div#Content div#Header,
body#Body div#Content div#Footer {
  position: fixed;
  z-index: 903;
}
body#Body div#Content div#Header {
  top: 0;
  margin-top: 30px;
  background: transparent;
}
body#Body div#Content div.header .logo {
  padding: 0;
  margin-top: 50px;
}
body#Body div#Content div.header .logo > img.img-responsive {
  display: inline;
}
body#Body div#Content div.header .loginLink {
  padding: 15px 25px;
  color: white;
}
body#Body div#Content div.header .loginLink.sticky {
  position: absolute;
  z-index: 999;
}
body#Body div#Content div.header .loginLink a {
  color: white;
}
body#Body div#Content div#Footer {
  bottom: 0;
  padding: 25px 0;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  min-height: 40px;
  color: white;
}
body#Body div#Content div#Footer .centered {
  margin-right: auto;
  margin-left: auto;
  width: 400px;
}
body#Body div#Content div#Footer ul {
  margin: 0;
  padding: 0;
}
body#Body div#Content div#Footer a {
  color: white;
}
body#Body div#Content div#Footer a.UserFormDownload {
  color: #449d44;
}
body#Body div#Content div#Footer a:hover,
body#Body div#Content div#Footer a:focus {
  text-decoration: underline;
}
body#Body div#Content div#Panes {
  margin-top: 50px;
  width: 888px;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule {
  margin: 0px;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule .CgTile {
  width: 888px;
  float: left;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule .CgTile.CgTileSmall {
  width: 419px;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule .CgTile.CgTileHTMLText {
  color: black;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule .CgTile.CgTileHTMLText > div {
  background-color: white;
}
body#Body div#Content div#Panes #dnn_ContentPane > div.DnnModule .CgTile.CgTileAds {
  margin-bottom: 50px;
}
body#Body div#Content div#Panes #dnn_ContentPane div.DnnModule.CgTileParentSmall + div.DnnModule.CgTileParentSmall .CgTile.CgTileSmall {
  margin-left: 50px;
  margin-bottom: 50px;
}
body#Body video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/Portals/_default/Skins/CarGateDarkNight/Movies/movie.jpg) no-repeat;
  background-size: cover;
}
body#Body .image-background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: repeat-y;
}
.lockLayer {
  z-index: 1000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lockLayer .background {
  width: 100%;
  height: 100%;
}
.lockLayer .message {
  visibility: hidden;
  position: absolute;
  top: 12px;
  left: 49%;
  width: 98%;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  padding: 1em 0;
  margin-left: -48%;
  text-align: center;
  background-color: white;
}
.layerVisible.lockLayer .message {
  visibility: visible;
}
