﻿.smhHeader {
    box-sizing:border-box;
    top:0px;

    color:black;
    padding:0;
    position:relative;
    text-align:center;
    width:100%;
}


.smhHeader h1, .smhHeader p {
    color:white;
    font-weight:normal;
}
.smhHeader p
{
    font-size:1.15em;
    font-size:1.15rem;
    font-weight:bold;
    line-height:1.15em;
    line-height:1.15rem;
    color: #5f5f5f;
    text-align: center;
    padding:0px 20px;
}
.smhHeader button {
    border:3px solid white;
    box-sizing:border-box;
    color:white;
    cursor:pointer;
    background-color:transparent;
    font-size:1.2em;
    font-size:1.2rem;
    padding:8px 15px;
}
.smhHeader button {
    background-color: #3290da;
    margin-bottom: 15px;
}


.vehicleStrip div {
    display:inline-block;
    padding-left:5px;
    padding-right:5px;
}
.vehicleStrip img {
    height:auto;
    width:108px;
}
.vehicleStrip p {
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-bottom:8px;
}

.shareArea, .ruArea {
    background-color:#e4e4e4;
    padding:16px;
}
.ruArea {
    padding:30px;
}
.ruArea h3, .ruArea p {
    color:black;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
.ruArea h3 {
    font-size:22px;
}
.ruArea p {
    font-size:19px;
}

.shareTitle {
    color:#01bafd;
}

#stackla-goconnect-widget {
    position:absolute;
    width:100%;
    z-index: 2100;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
}
.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms ease-in-out;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms ease-in-out;
}

.stacklaHub {
    height:300px;
}

#directUpload {
    background-color:white;
    padding: 1em;
    box-sizing:border-box;
    min-height:auto !important;
    width:800px;
}
#directUpload > * + * {
    margin-top:1em;
}
#directUpload input, #directUpload textarea {
    box-sizing:border-box;
    display:block;
    margin-top:0.5em;
    width:100%;
}
#directUpload textarea {
    height:100px;
}
#directUpload input.submitted:required:invalid, #directUpload textarea.submitted:required:invalid {
    border-color: red;
}
#directUpload input[type="checkbox"] {
    display:none;
}
#directUpload input[type="checkbox"] + label::before {
    margin-left:-2px;
    margin-top:-5px;
}
.duDialog {
    position:absolute;
    width:800px;
    z-index:2002 !important;
}
.duDialog .ui-dialog-titlebar {
    background-color: #666666;
    display: block;
    height: 40px;
}
.duDialog .ui-dialog-title {
    color: white;
    line-height: 40px;
    padding-left: 10px;
}
.duDialog .ui-button {
    background-color: #666666 !important;
    cursor: pointer;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    outline: 0 none;
}
.duDialog .ui-state-default .ui-icon {
    background-image: url("../Content/7907/Media/General/webimage/icons/icons-sprite.png");
    background-position: -287px -64px;
    display: block;
    height: 20px;
    width: 20px;
}
#duSubmit {
    color:#008cc9;
    border-color:#64b8dc;
    background: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
    min-width: 117px;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

#directUpload .checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}
#directUpload .checkbox > span {
    color: #666666;
    padding: 0.5rem 0.25rem;
}
#directUpload .checkbox > input {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    margin-top: 7px;
    display:block;
    padding:0;
}
#directUpload .checkbox > input.submitted:invalid {
    border-color: red;
}
#directUpload .checkbox > input:checked {
    border: 1px solid #cccccc;
}
#directUpload .checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #008cc9;
    position: absolute;
    left: 0.3em;
    top: 0.4rem;
    font-weight: bold;
}
#directUpload .checkbox > input:active {
    border: 1px solid #34495E;
}
#directUpload button:disabled {
    border-color:#ccc;
    color:#ccc;
    cursor:default;
}
#directUpload p {
    font-size:1em;
    font-size:1rem;
}
#directUpload .red {
    color:red;
}
#directUpload .succeed {
    color:green;
}


.slick-slide {
    position: relative;
}
#scBanners .slick-prev {
    left:10px;
    z-index:10;
}
#scBanners .slick-next {
    right:10px;
}
#scBanners {
    width:956px;
}
#scBanners .cols-2 {
    margin-bottom:5px;
}
.pad #scBanners {
    width:auto;
}

.pad .smhHeader h1 {
    border-bottom:solid 1px #cccccc;
    color:#444444;
    font-weight:bold;
    padding-bottom:20px;
    text-align:left;
}
.pad .smhHeader button {
    width:100%;
}

.pad #stackla-goconnect-widget {
    position: static;
    display: none;
}