@CHARSET "ISO-8859-1";

/* --------------------------------------------------------------

   DriveUconnect.com - reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 11pt;
    font-family: arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.5;
    vertical-align: baseline;
}


/* This helps to make newer HTML5 elements behave like DIVs in older browers */

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* Line-height should always be unitless! */

body {
    background: white;
}


/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: "" "";
}


/* Remove annoying border on linked images. */

a img {
    border: none;
}


/* Remember to define your own focus styles! */

:focus {
    outline: 0;
}


/* --------------------------------------------------------------

   DriveUconnect.com - global.css

-------------------------------------------------------------- */


/*BASIC Styles*/

body {
    color: #fff;
    background: #0e0e0e;
}


/* ANCHOR Elements*/

a:focus,
a:hover {
    text-decoration: underline
}

a {
    color: #16abb1;
    text-decoration: none
}

.footerLinks a {
    color: #585858;
    text-decoration: none;
    text-transform: uppercase;
}

.footerLinks a:hover {
    text-decoration: underline;
}


/* Font Size Declarations
-------------------------------------------------------------- */

#footerBG sup,
.footerLinks a {
    font-size: 0.65em;
}

#footerBG {
    font-size: 0.85em;
}


/* Sprite Background
-------------------------------------------------------------- */

.footerLinks a.backToTop,
.logoLinks a,
.brandLogo a,
a.chryslerFooter,
a.dodgeFooter,
a.jeepFooter,
a.fiatFooter,
a.ramFooter,
a.more {
    background: transparent url("/style/images/footer/uconnect-icon.png") no-repeat;
}

a {
    *cursor: pointer;
}


/*Footer*/

#footer {
    clear: both;
    margin: 15px 0;
}

.footerSep {
    background: url("/style/Images/Footer/footer-line.png") no-repeat 0 0;
    height: 2px;
}

#footerBG {
    color: #585858;
    background: url("/style/Images/Footer/footer-texture.gif") repeat 0 0;
    margin: 0;
    padding: 0 0 10px;
    overflow: auto;
}

#footer .inner,
.footerLinks {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (device-width: 768px) {
    #footer .inner,
    .footerLinks {
        width: 975px;
        margin: 0 auto;
        overflow: hidden;
    }
}

.footerLinks {
    float: left;
}

.footerLinks dd ul {
    float: right;
}

.footerLinks li {
    display: inline;    
    margin: 0 0 0 7px;
    padding: 0 0 10px;
}

.footerLinks li:first-child {
    margin: 0px 0px 0px 15px;
}

.footerLinks a.backToTop {
    background-position: 55px -858px;
    display: inline-block;
    width: 80px;
}

.logoLinks li {
    list-style-type: none;
    float: left;
    margin: 20px 0 0 0;
}

.logoLinks a {
    display: block;
    line-height: 100px;
    overflow: hidden;
}

.logoLinks .chryslerllcFooter a {
    background-position: 0 -2766px;
    height: 44px;
    width: 127px;
    margin-top: -5px;
}

.logoLinks .chryslerllcFooter a:hover {
    background-position: 0 -2816px;
}

.logoLinks .ramtruckFooter {
    margin: 20px 0 0 330px;
}

@media only screen and (device-width: 768px) {
    .logoLinks .ramtruckFooter {
        margin: 20px 0 0 310px;
    }
}

.logoLinks .ramtruckFooter a {
    background-position: 0 -689px;
    height: 35px;
    width: 50px;
}

.logoLinks .dodgeFooter a {
    background-position: 5px -732px;
    height: 35px;
    width: 120px;
}

.logoLinks .chryslerFooter a {
    background-position: 5px -768px;
    height: 35px;
    width: 120px;
}

.logoLinks .jeepFooter a {
    background-position: 16px -561px;
    height: 35px;
    width: 75px;
}

.logoLinks .srtFooter a {
    background: none;
    line-height: 10px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 12px;
}

.logoLinks .fiatFooter a {
    background: none;
    line-height: 20px;
}

.logoLinks .moparFooter a {
    background-position: 13px -813px;
    height: 35px;
    width: 43px;
}

#footerBG p {
    float: left;
    margin: 10px 0 0 0;
    width: 940px;
}

#copyRight p {
    font-size: .8em;
}


/* --------------------------------------------------------------

   Uconnect SDK Master Page Styles

-------------------------------------------------------------- */

body {
    background-color: #000 !important;
}

.s4-tn li.dynamic>a:hover {
    color: #98bdee;
    background-color: #000 !important;
}

.s4-title {
    background-color: #000 !important;
}

body #s4-leftpanel-content {
    background-color: #000 !important;
    border-right: none !important;
}

.menu-item-text {
    color: #98bdee !important;
}

.s4-tn li.static>a:hover {
    color: #98bdee !important;
}

#quickNavigation .s4-tn a.selected {
    color: #98bdee !important;
    background-color: #000 !important;
    border: none !important;
}

.s4-tn ul.dynamic {
    background-color: #000 !important;
    border: 1px solid #98bdee !important;
}

.s4-tn ul.dynamic .menu-item-text {
    color: #98bdee !important;
}

.s4-titlelogo {
    padding: 12px 10px 0px 0 !important;
}

.s4-titletext h3 span span a {
    color: #98bdee !important;
}

.s4-ca {
    margin-right: 80px !important;
}

.s4-trc-container-menu {
    margin: 20px 3px 12px 3px !important;
}

.ms-socialNotif-Container {
    display: none !important;
}

.search_box {
    display: inline !important;
}

.search_box fieldset {
    padding-left: 10px !important;
}

#txtSearch {
    font-size: 11pt !important;
    color: #98bdee;
    border: 1px solid #ffffff !important;
    background: none !important;
    height: 12px !important;
    padding: 2px 3px 4px 2px !important;
}


/* Change color for User name */

.ms-welcomeMenu a:link {
    color: #fff ! important;
}

.ms-WPTitle,
.ms-WPTitle a {
    font-size: 18pt !important;
    font-family: arial, sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    color: #000000 !important
}


/* --------------------------------------------------------------

   Uconnect SDK Styles

-------------------------------------------------------------- */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ffffff;
    margin: 5px;
    padding: 0;
}

.sdk-content-II hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ffffff;
    margin: 5px;
    padding: 0;
}

.sdk-welcome {
    color: #ffffff;
    background: url("/style/Images/Vehicles/car_1.png") no-repeat 0 0;
    background-size: contain;
    height: 400px;
    width: auto;
    background-position: center;
    /* Center the image */
}

.sdk-welcome-nav {
    color: #98bdee;
}

.sdk-welcome-nav a:link,
a:visited {
    color: #98bdee;
}

.sdk-welcome-nav a:hover {
    color: #98bdee;
    text-decoration: underline;
}

.sdk-welcome-cont {
    background-color: #000000;
    padding-top: 0px;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 20px;
}

.sdk-welcome-cont p {
    font-size: 1.2em;
}

.sdk-welcome-cont span {
    font-size: 1.2em;
}

.sdk-welcome-cont ol {
    padding-left: 30px;
}

.sdk-welcome-cont li {
    list-style-type: decimal;
    font-size: 1.2em;
    padding-left: 10px;
}

.sdk-landing-default {
    background: url("/style/Images/Vehicles/car_1.png") no-repeat 0 0;
    background-size: contain;
    height: 400px;
    width: auto;
    background-position: center;
}

.sdk-landing-default p {
    font-size: 2em;
    text-align: center;
}

.sdk-landing-R1 {
    background: url("/style/Images/Vehicles/car_2.png") no-repeat 0 0;
    background-size: contain;
    height: 400px;
    width: auto;
    background-position: center;
}

.sdk-landing-R1 p {
    font-size: 2em;
    text-align: center;
}

.sdk-landing-VP4 {
    background: url("/style/Images/Vehicles/car_3.png") no-repeat 0 0;
    background-size: contain;
    height: 400px;
    width: auto;
    background-position: center;
}

.sdk-landing-VP4 p {
    font-size: 2em;
    text-align: center;
}

.sdk-landing-VP4R {
    background: url("/style/Images/Vehicles/car_4_scaled_down.png") no-repeat 0 0;
    background-size: contain;
    height: 400px;
    width: auto;
    background-position: center;
}

.sdk-landing-VP4R p {
    font-size: 2em;
    text-align: center;
}


/* Deprecated. TODO: Delete after removing all references */

.sdk-landing-II {
    background: url("/style/Images/Vehicles/car_4.png") no-repeat 0 0;
    background-size: auto 400px;
    height: 400px;
    width: auto;
    background-position: center;
}


/* Deprecated. TODO: Delete after removing all references */

.sdk-landing-II {
    background: url("/style/Images/Vehicles/car_4.png") no-repeat 0 0;
    background-size: auto 400px;
    height: 400px;
    width: auto;
    background-position: center;
}

.sdk-content {
    color: #000000;
    padding-left: 30px;
    padding-right: 30px;
}

.sdk-content-intro p {
    font-size: 1.5em;
    text-align: center;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 20px;
    color: #ffffff;
}

.sdk-content p {
    padding-top: 10px;
    font-size: 1em;
    text-align: left;
}

.sdk-content-II {
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

.sdk-content-II p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    text-align: left;
}

#tableDivId td {
    border: 1px solid black;
    padding: 3px;
}

#tableDivId th {
    font-weight: bold;
    border: 1px solid black;
    padding: 3px;
}

#tableDivId table {
    border: 1px solid black;
}

#centeredTableDivId td {
    border: 1px solid black;
    padding: 3px;
}

#centeredTableDivId th {
    font-weight: bold;
    border: 1px solid black;
    padding: 3px;
}

#centeredTableDivId table {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

#centeredWhiteTableDivId td {
    border: 1px solid white;
    padding: 3px;
}

#centeredWhiteTableDivId th {
    font-weight: bold;
    border: 1px solid white;
    padding: 3px;
}

#centeredWhiteTableDivId table {
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
}

.sdk-content-II a:link,
a:visited {
    color: #98bdee;
}

.sdk-content-II a:hover {
    color: #98bdee;
    text-decoration: underline;
}

.sdk-content a:link {
    color: #16ABB1;
}

.sdk-content a:hover {
    color: #16ABB1;
    text-decoration: underline;
}

.sdk-content a:visited {
    color: #16ABB1;
}

.sdk-content a:active {
    color: #16ABB1;
}

.sdk-landing-II a:link,
a:visited {
    color: #98bdee;
}

.sdk-landing-II a:hover {
    color: #98bdee;
    text-decoration: underline;
}