/******************************************************************************
 *
 *	Styling unique for the portals - Themed
 *	Overrides/extends: app.css
 *
 ******************************************************************************/

/* PSIM form links */
.mno-form-link {
    color: #9e1b32;
}

.mno-form-link:hover {
    color: #352c2c;
}

/* Fonts -------------------------------------------- */

@font-face {
    /* for IE */
    font-family: "Proxima Nova";
    src: url(../../jaguar/fonts/ProximaNova-Regular.eot);
}

@font-face {
    /* for non-IE */
    font-family: "Proxima Nova";
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-Regular.svg) format("svg"), url(../../jaguar/fonts/ProximaNova-Regular.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-Regular.ttf) format("truetype");
}

@font-face {
    /* for IE */
    font-family: "Proxima Nova";
    font-style: italic;
    src: url(../../jaguar/fonts/ProximaNova-RegularItalic.eot);
}

@font-face {
    /* for non-IE */
    font-family: "Proxima Nova";
    font-style: italic;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-RegularItalic.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-RegularItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 100;
    src: url(../../jaguar/fonts/ProximaNova-Light.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 100;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-Light.svg) format("svg"), url(../../jaguar/fonts/ProximaNova-Light.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 100;
    font-style: italic;
    src: url(../../jaguar/fonts/ProximaNova-LightItalic.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 100;
    font-style: italic;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-LightItalic.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-LightItalic.ttf) format("truetype");
}

/* android fix
*  https://gist.github.com/dustintheweb/8da2f2c67aeb28b1c2d7
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Proxima Nova";
        font-weight: 100;
        src: url('../../jaguar/fonts/ProximaNova-Light.svg') format("svg");
    }
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    src: url(../../jaguar/fonts/ProximaNova-Semibold.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-Semibold.svg) format("svg"), url(../../jaguar/fonts/ProximaNova-Semibold.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-Semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    font-style: italic;
    src: url(../../jaguar/fonts/ProximaNova-SemiboldItalic.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 500;
    font-style: italic;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-SemiboldItalic.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-SemiboldItalic.ttf) format("truetype");
}

/* android fix
*  https://gist.github.com/dustintheweb/8da2f2c67aeb28b1c2d7
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Proxima Nova";
        font-weight: 500;
        src: url('../../jaguar/fonts/ProximaNova-Semibold.svg') format("svg");
    }
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    src: url(../../jaguar/fonts/ProximaNova-Bold.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-Bold.svg) format("svg"), url(../../jaguar/fonts/ProximaNova-Bold.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    font-style: italic;
    src: url(../../jaguar/fonts/ProximaNova-BoldItalic.eot);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    font-style: italic;
    src: url(https://:/) format("No-IE-404"), url(../../jaguar/fonts/ProximaNova-BoldItalic.woff) format("woff"), url(../../jaguar/fonts/ProximaNova-BoldItalic.ttf) format("truetype");
}

/* android fix
*  https://gist.github.com/dustintheweb/8da2f2c67aeb28b1c2d7
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Proxima Nova";
        font-weight: 700;
        src: url('../../jaguar/fonts/ProximaNova-Bold.svg') format("svg");
    }
}

@font-face {
    font-family: 'jaguarregular';
    src: url('../../jaguar/fonts/jaguar-regular_web.eot');
    src: url('../../jaguar/fonts/jaguar-regular_web.eot?#iefix') format('embedded-opentype'),
    url('../../jaguar/fonts/jaguar-regular_web.woff') format('woff'),
    url('../../jaguar/fonts/jaguar-regular_web.ttf') format('truetype'),
    url('../../jaguar/fonts/jaguar-regular_web.svg#jaguarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jaguarbold';
    src: url('../../jaguar/fonts/jaguar-bold_web.eot');
    src: url('../../jaguar/fonts/jaguar-bold_web.eot?#iefix') format('embedded-opentype'),
    url('../../jaguar/fonts/jaguar-bold_web.woff') format('woff'),
    url('../../jaguar/fonts/jaguar-bold_web.ttf') format('truetype'),
    url('../../jaguar/fonts/jaguar-bold_web.svg#jaguarbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Misc -------------------------------------------- */

body {
    font-family: "Proxima Nova", sans-serif;
}

body, h1, h2, h3, h4, h5, input[type="text"], input[type="password"], textarea {
    color: #474747;
}

.section .descr .m0 {
    margin-bottom: 5px !important;
}

.section .descr a {
    text-decoration: none;
    border-bottom: 1px solid #CACAC5;
    color: #9e1b32;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.5;
}

.nav-goto {
    background-color: #171717;
    position: relative;
}

.nav-goto .row {
    width: auto;
}

.nav-goto .column {
    padding: 0;
}

.nav-goto p {
    margin: 0;
}

.nav-goto a.with-arrow {
    line-height: 26px !important;
}

.nav-goto a.with-arrow:after {
    width: 26px !important;
    height: 26px !important;
}

.nav-goto a.with-arrow:hover {
    background-color: #e5e5e5;
    float: left;
    padding-left: 8px;
}

.nav-goto a.with-arrow.arrow-right:after {
    background-position: 10px 50% !important;
}

::selection {
    background: #9e1b32;
    color: #fff;
    text-shadow: none;
}

.select2-container {
    box-shadow: none !important;
}

.reveal-modal h2 {
    letter-spacing: 1px;
    font-family: "Proxima Nova", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 8px;
}

/* Mock option */
#mock-option {
    z-index: 999;
    width: 250px;
    left: -220px !important;
    background-color: #fff;
    border-right: 4px solid #9e1b32;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#mock-option:hover {
    left: 0 !important;
    opacity: 1;
}

#mock-option a {
    display: block;
    padding: 8px 10px;
}

#mock-option a:hover {
    background-color: #ddd;
}

/* Buttons -------------------------------------------- */

.button.small.prev {
    padding: 14px 33px;
}

.button.small.next {
    padding: 14px 33px;
}

.button.small.option-button {
    letter-spacing: normal;
}

.button.small.option-button .text-small {
    color: #e5e5e5;
}

/* Buttons shown inline with input-field */
.button.small.button-inline {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Captcha component -------------------------------------------- */
.captcha-row-wrapper {
    position: relative;
}

.captcha-input-wrapper {
    float: left;
    padding-right: 59px;
    width: 100%;
}

.captcha-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -54px;
}

/* Header */

.tight.text-uppercase {
    font-family: "Proxima Nova", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.section .descr .m0 {
    text-transform: uppercase;
    letter-spacing: 2.7px;
    line-height: 1.2;
    font-size: 15px;
}

.login-box .row .twelve.column .light.text-uppercase {
    color: #9e1b32;
    font-size: 26px;
}

.column.right .text-uppercase.heavy.with-arrow.arrow-right {
    color: #fff;
}

.column.right .text-uppercase.heavy.with-arrow.arrow-right:hover {
    background: #474747;
}

.journeys-enabled-confirmed-show.vehicle-stolen-hide.six.column.tab40.mobauto.right .right .text-uppercase.heavy.with-arrow.arrow-right {
    color: #333;
}

#lnk-show-journey-switch {
    border-bottom: 1px solid #cacac5 !important;
    color: #9e1b32 !important;
}

.page-title-container {
    min-width: 200px;
    top: 10px;
    text-align: left;
    position: relative;
}

.page-header-wrapper {
    background: #171717 top center repeat-x;
}

.page-header {
    position: relative;
    display: inline-flex;
    top: -25px;
    position: relative;
    margin-bottom: -25px;
}

.subnav ul li a.active {
    background-color: #f2f2f2 !important;
}

.title-container {
    margin-left: 10px;
    padding-top: 20px;
}

.brand-logo {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 25px;
    border-left: 1px solid #2c2d2d;
    border-right: 1px solid #2c2d2d;
    min-width: 140px;
    left: 20px;
}

.brand-logo img {
    max-width: 100px;
}

.title-container h2 + h5 {
    border-left: 1px solid #767676;
    padding-left: 10px;
    margin-left: 10px;
}

#btn-vehicle-settings-pill {
    /*border-left: 1px solid #515555;*/
    border-right: 1px solid #515555;

}

.header-name-details .text-uppercase.hide-on-print {
    color: #7d7d7d;
}

/*Login heading*/
.page-container.login .login-box .row .twelve.column .text-uppercase {
    color: #9e1b32;
    font-size: 26px;
}

.page-container.login {
    margin: 0 auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0);
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*Heading 1*/
.twelve.column .text-uppercase.text-overflow-ellipsis.twelve {
    padding-bottom: 30px;
}


.light.text-uppercase.mb10 {
    font-weight: bold;
    font-size: 11px;
}

/* Footer */

.page-footer.copyright-footer.hide-on-print .row.p10 .column.twelve.text-center {
    z-index: 1;
}

.page-footer {
    font-family: "Proxima Nova", "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #171717;
    border-top: #000 solid 1px;
    color: #8e8e8e;
    height: auto;
}

.page-footer.development-footer {
    margin-top: 0;
}

.page-footer .privacy-links {
    float: left;
    left: -50%;
    z-index: 1;
}

.page-footer .privacy-links ul li {
    margin: 0;
    letter-spacing: 1px;
    margin-right: 20px;
}

.page-footer .privacy-links ul li:after {
    /*content: "|";*/
    margin-left: 20px;
    margin-right: 20px;
    color: #8e8e8e;
    font-size: 0.8em;
    font-weight: bold;
}

.page-footer .privacy-links ul li:last-child:after {
    content: none;
    margin: 0;
}

.page-footer .privacy-links ul li a {
    color: #8e8e8e;
    text-transform: uppercase;
}

.page-footer .privacy-links a:hover {
    color: #fff;
}

.page-footer .copyright {
    font-weight: 600;
    text-align: right;
    position: relative;
    top: -45px;
    font-size: 10px;
    right: 10px;
}

.page-footer .small {
    font-size: 11px;
}

.page-footer .share-links li {
    margin: 0 4px;
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
}

.social-facebook:before {
    content: '\f082';
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -9px;
    position: relative;
    font-weight: normal;
}

.social-twitter:before {
    content: '\f081';
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -9px;
    position: relative;
    font-weight: normal;
}

.social-youtube:before {
    content: '\f166';
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -9px;
    position: relative;
    font-weight: normal;
}

.social-instagram:before {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -9px;
    position: relative;
    font-weight: normal;
}

.social-linkedin:before {
    content: '\f08c';
    font-family: FontAwesome, sans-serif;
    font-size: 30px;
    width: 30px;
    height: 30px;
    top: -9px;
    position: relative;
    font-weight: normal;
}

/* Data-box -------------------------------------------- */

.data-box h3 {
    text-transform: uppercase;
}

.data-box h2 {
    font-size: 35px;
    line-height: 40px;
}

.data-box .data-unit {
    font-weight: bold;
}

/* Content-box -------------------------------------------- */

.content-box,
.panel.content-box {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.panel {
    border: solid 1px #ffffff !important;
}

/* Thatcham certificate -------------------------------------------- */

.thatcham-certificate {
    background-color: #fff;
    border: 4px solid #000;
}

.thatcham-certificate h1 {
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}

.thatcham-certificate p {
    font-size: 14px;
    line-height: 18px;
}

.thatcham-certificate p.note {
    font-size: 13px;
    line-height: 16px;
}

.thatcham-certificate ul.details-list li {
    font-size: 20px;
    line-height: 25px;
}

.thatcham-certificate .signature-label {
    font-size: 22px;
    font-weight: bold;
}

/* Table elements -------------------------------------------- */

.table-bottom .button {
    border: 0;
    color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.table-bottom .button:hover {
    color: #787878;
}

.table-bottom .button.disabled,
.table-bottom .button.disabled:hover {
    color: #333;
}

/* Onoff switch checked -------------------------------------------- --*/
.onoffswitch-checked .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #9e1b32;
    border-radius: 25px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.onoffswitch.disabled .onoffswitch-label {
    cursor: default;
}

.onoffswitch-checked .onoffswitch-inner:before,
.onoffswitch-inner:after {
    background-color: #9e1b32 !important;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checked .onoffswitch-switch {
    border: 3px solid #9e1b32 !important;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.nine.column.tab100 .panel a {
    text-decoration: underline;
}

/* Onoff switch unchecked -------------------------------------------- --*/
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #c7c7c7;
    border-radius: 25px;
}

.onoffswitch.disabled .onoffswitch-label {
    cursor: default;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    background-color: #c7c7c7 !important;
}

.onoffswitch-switch {
    border: 3px solid #c7c7c7 !important;
}

/* Onoff switch disabled -------------------------------------------- --*/
.disabled .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #EAEAEA;
    border-radius: 25px;
}

.onoffswitch.disabled .onoffswitch-label {
    cursor: default;
}

.onoffswitch-inner:before,
.disabled .onoffswitch-inner:after {
    background-color: #EAEAEA !important;
}

.disabled .onoffswitch-switch {
    border: 3px solid #EAEAEA !important;
}

/* Step indicator -------------------------------------------- */

.step-indicator .step .inner {
    max-width: 200px;
}

.step.active:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0%;
    left: 100%;
    margin-left: 0px;
    width: 0;
    height: 100%;
    border-top: solid 32px transparent;
    border-left: solid 20px #d6d6d6;
    border-bottom: solid 32px transparent;
}

.step.active.beforeArrow:before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: 0px;
    width: 0;
    height: 100%;
    border-top: solid 32px transparent;
    border-left: solid 20px white;
    border-bottom: solid 32px transparent;
}

.step-indicator .step {
    background-color: #ffffff;
    color: #7d7d7d;
    font-family: "jaguarregular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.step-indicator .step-no {
    font-family: "jaguarregular", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
}

.step-indicator .step.active {
    color: #474747;
    position: relative;
    background-color: #d6d6d6;
    height: 63px;
}

.step-indicator .step .step-descr {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    max-width: 200px;
    padding-left: 14px;
}

.step-indicator .step .step-no, .step-indicator .step .step-descr {
    padding-left: 14px;
}

.step-indicator-substeps {
    border-color: #e5e5e5;
}

.step-indicator-substeps .step {
    color: #bbb;
}

.step-indicator-substeps .step.active {
    color: #9e1b32;
}

.step-indicator-substeps .step:before {
    color: #bbb;
}

/* Loader -------------------------------------------- */

.loader-wrapper .loader {
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    word-wrap: break-word;
    width: auto;
}

/* Journeys table -------------------------------------------- */
.journeys-table thead {
    background-color: #bcbec0;
    font-family: "Proxima Nova", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.journeys-table thead th.sorting {
    padding-right: 5px;
}

.journeys-table tbody tr {
    background: #fff !important;
}

.journeys-table tbody tr.odd {
    background-color: #f5f5f5 !important;
}

/* Paging */
.journeys-table-paging a {
    background: #9e1b32 center center no-repeat;
    width: 16px;
    height: 16px;
}

.journeys-table-paging a.previous {
    float: left;
    margin-right: 10px;
    text-indent: 3px !important;
}

.journeys-table-paging a.next {
    float: right;
    margin-left: 10px;
    text-indent: 3px !important;
}

.journeys-table-paging a.next i, .journeys-table-paging a.previous i {
    color: #fff;
    font-size: 14px;
}

.journeys-table-paging a.previous.disabled, .journeys-table-paging a.next.disabled {
    cursor: default;
    display: none;
}

.journeys-table-paging a:hover {
    background-color: #352c2c;
}

.journeys-table-paging .paging-info {
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Proxima Nova", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Expanded content */
.journeys-table tr.expanded,
.journeys-table tr.odd.expanded {
    background-color: #e0e0e0 !important;
}

.journeys-table .expanded-content td {
    background-color: #e0e0e0;
}

.journeys-table .expanded-content .map {
    border: 1px solid #d2d2d2;
    height: 380px;
}

.journeys-table .expanded-content .data-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.journeys-table .expanded-content .data-box h2 {
    font-size: 18px;
    line-height: 18px;
}

.table-container .table-footer {
    background-color: #bcbec0;
}

/* Search bar -------------------------------------------- */
/* Used in Dealer Portal */
.search-bar .button {
    margin-top: 20px;
}

/* Notice bar -------------------------------------------- */
/* Shown below top bar */
.notice-bar {
    background-color: #e3e5e6;
    border-bottom: none;
}

.notice-bar .notice-bar-item .inner {
    border-top: 1px solid #d2d2d2;
}

.notice-bar .notice-bar-item.alert h4 {
    color: #9e1b32;
}

/* Country selector -------------------------------------------- */
/* Used on market selector page */
.country-selector li a {
    color: #000;
    font-family: 'Proxima Nova', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 41px;
    padding-left: 40px;
}

.country-selector li a:hover {
    color: #9e1b32;
}

/* Tooltip -------------------------------------------- */

.app-tooltip {
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    color: #333;
}

.app-tooltip:after {
    border-top: 10px solid #d2d2d2;
}

.ui-tooltip {
    background-color: white;
    border: 1px solid #d2d2d2;
    box-shadow: 2px 2px 5px #222;
    max-width: 200px;
    margin-left: 150px;
    padding: 5px;
    text-align: justify;
}

/* Top notification -------------------------------------------- */

/* Used for cookies info */
.top-notification {
    background-color: #000000;
    color: #999897;
    position: relative;
}

.top-notification .inner {
    width: 1003px;
    margin: 0 auto;
    padding: 0 15px;
}

.top-notification .button-container .btn-close {
    background-color: #9e1b32;
    color: #fff;
    line-height: 29px;
}

.top-notification .button-container .btn-close:hover {
    background-color: #352c2c;
}

/* Vehicle subnav -------------------------------------------- */

.subnav {
    background-color: #484848;
    -webkit-box-shadow: 0 7px 10px -7px #666;
    -moz-box-shadow: 0 7px 10px -7px #666;
    box-shadow: 0 7px 10px -7px #666;
    position: relative;
}

.subnav ul {
    padding: 0;
    margin: 15px 0;
}

.subnav ul li {
    font-weight: normal;
    text-transform: uppercase;
}

.subnav ul li {
    font-weight: bold;
    line-height: 41px;
    border-left: 1px solid #515555;
    position: relative;
    top: -15px;
}

.subnav ul li a {
    padding: 14.5px 10px 15px 10px;
    white-space: nowrap;
}

.subnav ul li:nth-last-child(2) {
    font-weight: bold;
    line-height: 13px;
    border-right: 1px solid #515555;
}

.subnav ul li:nth-child(1):nth-last-child(2) {
    line-height: 41px;
}

.subnav ul li a:hover {
    background-color: #3e3e3e;
    /*max-height: 41px;*/
}

.subnav ul li a.active {
    background-color: #f0efed;
    color: #000;
}

/* --------------------------------------------------- *
 *  PSIM styling
 * --------------------------------------------------- */

.psim-icon {
    width: 70px;
    height: 70px;
    /* SVG with fallback to png */
    background: url("../../jaguar/images/subscriptions/psim.png") top right no-repeat;
    background: url("../../jaguar/images/subscriptions/psim.svg") top right no-repeat, linear-gradient(transparent, transparent);
    background-size: 70px;
}

.psim-icon.icon-square-40 {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin-left: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------- *
 *  Range Slider styling
 * --------------------------------------------------- */

input[type=range]::-webkit-slider-runnable-track {
    background: #9E1B32;
}

input[type=range]::-moz-range-track {
    background: #9E1B32;
}

input[type=range]::-ms-fill-lower {
    background: #9E1B32;
}

input[type=range]::-ms-fill-upper {
    background: #9E1B32;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #B3203A;
}

input[type=range]:focus::-moz-range-track {
    background: #B3203A;
}

input[type=range]:focus::-ms-fill-lower {
    background: #B3203A;
}

input[type=range]:focus::-ms-fill-upper {
    background: #B3203A;
}

/* Top Bar */
.has-dropdown.no-iphone .text-overflow-ellipsis:after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
}

/* Hero image -------------------------------------------- */
.with-hero-image {
    background: #f1f1f1 !important;
}

.with-hero-image .top-bar {
    display: block;
}

.with-hero-image .page-container {
    background: #e5e5e5;
    margin: 0;
    padding: 30px 0;
}

.with-hero-image .hero-image-container {
    margin-top: 0;
}

/* --------------------------------------------------- *
 *  Date picker button
 * --------------------------------------------------- */

.button.small.datepicker-edit-button {
    width: 39px;
    height: 39px;
    padding-left: 12px;
    padding-top: 13px;
    font-size: 14px;
}

.expiry-date-button {
    top: 1px;
}

div.expiry-date-input {
    width: calc(100% - 51px) !important;
    float: left;
}

/* Hero image at various window sizes - not included in tablet/smartpone
 * media queries since it does not follow the same pattern all together */
/* Tablet */
@media only screen and (max-width: 1002px) {

    .button.small.next {
        padding: 14px 33px !important;
    }

    .step-indicator .step.active {
        width: 15% !important;
    }

    .with-hero-image .hero-image-container {
        margin-top: 0;
    }

    .with-hero-image .hero-image-container .bg {
        background-size: 1002px 564px;
        height: 564px;
    }
}

/* Between tablet and smartphone */
@media only screen and (max-width: 767px) {

    .page-footer .copyright {
        right: 0px;
    }

    .step-indicator .step .step-descr {
        font-size: 12px;
        line-height: 14px;
    }

    .step-indicator .step .inner {
        font-size: 10px;
        max-width: 120px;
    }

    .step-indicator .step .step-no, .step-indicator .step .step-descr {
        padding-left: 0px;
    }

    .with-hero-image .hero-image-container {
        margin-top: 0;
    }

    .with-hero-image .hero-image-container .bg {
        background-size: 767px 432px;
        height: 432px;
    }

    .brand-logo {
        padding-top: 46px;
    }

    .page-footer .copyright {
        font-weight: 600;
        text-align: left;
        position: relative;
        top: 20px;
        width: 90%;
        margin-left: 15px;
    }

    .page-footer .share-links {
        text-align: left;
        top: -45px;
        margin-left: 12px;
        width: 80%;
    }

    .page-title-container {
        margin-top: 36px;
    }

    .header-name-details {
        margin-top: 26px;
        margin-right: 10px;
        display: none;
    }
}

/* Smartphone */
@media only screen and (max-width: 550px) {
    .with-hero-image .hero-image-container {
        margin-top: 0;
    }

    .with-hero-image .hero-image-container .bg {
        background-size: 550px 312px;
        height: 312px;
    }
}

/* Smartphone */
@media only screen and (max-width: 420px) {
    .with-hero-image .hero-image-container {
        margin-top: 0;
    }

    .with-hero-image .hero-image-container .bg {
        background-size: 420px 236px;
        height: 236px;
    }

}

@media only screen and (max-width: 480px) {

    .subnav ul li a {
        font-weight: bold;
        padding: 14.5px, 10px, 15px, 10px;
        line-height: 13px !important;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        top: 15px;
        position: relative;
    }

    .subnav ul li:nth-last-child(2) {
        border-right: 1px solid transparent;
    }

    #activation-form, #btn-next {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .button.next {
        background: #9e1b32 85% 45% !important;
    }

    .step.active:after {
        border-top: solid 18px transparent;
        border-left: solid 12px #d6d6d6;
        border-bottom: solid 18px transparent;
    }

    .step.active.beforeArrow:before {
        border-top: solid 18px transparent;
        border-left: solid 12px white;
        border-bottom: solid 18px transparent;
    }

    .page-title-container {
        min-width: 100px;
    }

    .step-indicator .step .inner {
        font-size: 8px !important;
        max-width: 20px !important;
    }

    .subnav ul {
        margin-top: 0px;
    }

    .subnav {
        padding: 0 0;
    }

    .subnav.displayMyServicesPage {
        padding-bottom: 130px;
    }

    .header-name-details {
        position: absolute;
        top: 30px;
        left: 169px;
    }

}

/* Market selector -------------------------------------------- */

.popover-selector:after {
    border-color: #9e1b32 transparent transparent transparent;
}

.popover-selector:hover:after {
    border-color: #352c2c transparent transparent transparent;
}

/* --------------------------------------------------- *
 *  Tablet styling
 * --------------------------------------------------- */

@media only screen and (max-width: 1002px) {

    .page-container.login {
        background-size: cover;
        width: 100%;
        height: 95%;
        position: relative;
    }

    .top-notification .inner {
        width: auto;
        padding: 0;
    }

}

#legal-doc-content * {
    color: #474747 !important;
}

/* --------------------------------------------------- *
 *  Smartphone styling
 * --------------------------------------------------- */

@media only screen and (max-width: 767px) {

    #activation-form, #btn-next {
        margin-bottom: 10px;
    }

    #page-wrapper {
        margin-bottom: -288px;
    }

    .page-footer .privacy-links {
        float: none;
        position: static;
        left: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-footer .privacy-links ul {
        position: static;
        left: 0;
        margin: 0 0 -10px 0 !important;
    }

    .page-footer .privacy-links ul li {
        display: block;
        float: none;
        margin: 0;
        letter-spacing: 1px;
        text-align: left;
    }

    .page-footer .privacy-links ul li a {
        display: block;
        padding: 5px 7px;
    }

    .page-footer .privacy-links ul li:after {
        content: none;
        margin: 0;
    }

    /* Data-boxes -------------------------------------------- */
    .data-box h2 {
        font-size: 24px;
        line-height: 24px;
    }

    /* Thatcham certificate -------------------------------------------- */
    .thatcham-certificate h1 {
        font-size: 20px;
    }

    .thatcham-certificate p {
        font-size: 13px;
        line-height: 16px;
    }

    .thatcham-certificate ul.details-list li {
        font-size: 13px;
        line-height: 19px;
    }

    .thatcham-certificate .signature-label {
        font-size: 13px;
    }

    /* For aligning the data boxes in the right order -------------------------------------------- */
    .data-box-wrapper.second.column.mob50 {
        float: left;
    }

}