/*
 * Copyright (c) 2024 Cognitran Limited. All Rights Reserved.
 */

@import url(font-awesome.css?v=5.15.4);
a {
    color: #a31e35;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #2a6496;
}

/*------------------------------------*\
    FONT FACE
\*------------------------------------*/
@font-face {
    font-family: "Jaguar";
    src: url("../fonts/jaguar/Jaguar-Regular.eot");
}

@font-face {
    font-family: "Jaguar";
    src: url("http://:/") format("No-IE-404"), url("../fonts/jaguar/Jaguar-Regular.woff") format("woff"), url("../fonts/jaguar/Jaguar-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Jaguar";
    font-weight: bold;
    src: url("../fonts/jaguar/Jaguar-Bold.eot");
}

@font-face {
    font-family: "Jaguar";
    font-weight: bold;
    src: url("http://:/") format("No-IE-404"), url("../fonts/jaguar/Jaguar-Bold.woff") format("woff"), url("../fonts/jaguar/Jaguar-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "JLR Proxima Nova";
    src: url("../fonts/jaguar/Jaguar-Regular.eot");
}

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

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

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

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

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

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

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

@font-face {
    font-family: "JLR Proxima Nova";
    font-style: normal;
    font-weight: 800;
    src: url("http://:/") format("No-IE-404"), url("../fonts/jaguar/proximanova-bold-webfont.svg") format("svg"), url("../fonts/jaguar/proximanova-bold-webfont.woff") format("woff"), url("../fonts/jaguar/proximanova-bold-webfont.ttf") format("truetype");
}

.hotspot-checkbox {
    display: none;
}

.hotspot-checkbox:checked ~ .hotspot-content {
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}

.hotspot-button {
    position: absolute;
    font-weight: bold;
    display: inline-block;
    background: url("../../../images/hotspot_marker.png") no-repeat;
    padding: 12px;
    margin-top: -12px;
    margin-left: -12px;
}

.hotspot-image-box {
    padding: 0px !important;
    margin: 10px 10px 13px 10px !important;
}

.hotspot-image {
    padding: 0px !important;
    margin: 0px !important;
}

.hotspot-wrapper {
    float: left;
    background: #dedede;
}

.hotspot-content {
    position: absolute;
    overflow: hidden;
    display: none;
    padding: 1rem;
}

@media screen {
    .hotspot-content {
        max-width: 50%;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #cccccc;
        z-index: 5;
    }
}

@media print {
    .hotspot-wrapper {
        counter-reset: hotpots-counter;
    }
    .hotspot-content {
        position: static;
        overflow: auto;
        display: block;
        padding: 5px;
    }
    .hotspot-content::before {
        counter-increment: hotpots-counter;
        content: counter(hotpots-counter) ". ";
    }
}

body {
    font-family: "JLR Proxima Nova", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428;
    color: #565656;
}

p {
    margin: 0 0 10px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.main-container {
    margin: 30px 60px;
}

.document-year-model {
    font-family: "Jaguar", Arial;
    font-size: 1.8em;
    color: #0c121c;
}

.section-title {
    font-family: "Jaguar", Arial;
    padding: 15px 30px 12px 30px;
    display: inline-block;
    letter-spacing: 0.03em;
    background: #a31e35;
    font-size: 0.95em;
    color: #FFF;
    text-transform: uppercase;
}

.ownerlit-proc-title {
    font-family: "Jaguar", Arial;
    font-weight: 700;
    line-height: 150%;
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    color: #0c121c;
}

.parent-hr {
    border-top: 4px solid #a31e35;
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
}

.extrainfo {
    font-size: 6pt;
}

.warning-container {
    border: 1px solid #fda186 !important;
    margin: 0 0 20px 0;
}

.warning-alert {
    background: url("../img/icon-warning.png") no-repeat 19px 50% #fda186;
    background-size: 19px 17px;
    text-transform: uppercase;
    padding: 10px 48px 7px;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.warning-box {
    padding: 10px 20px 0;
}

.caution-container {
    border: 1px solid #f7de90 !important;
    margin: 0 0 20px 0;
}

.caution-alert {
    background: url("../img/icon-caution.png") no-repeat 19px 50% #f7de90;
    background-size: 19px 17px;
    text-transform: uppercase;
    padding: 10px 48px 7px;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.caution-box {
    padding: 10px 20px 0;
}

.note-container {
    border: 1px solid #bbd9e2 !important;
    margin: 0 0 20px 0;
}

.note-alert {
    background: url("../img/icon-note.png") no-repeat 19px 50% #bbd9e2;
    background-size: 19px 17px;
    text-transform: uppercase;
    padding: 10px 48px 7px;
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.note-box {
    padding: 10px 20px 0;
}

.emphasis-block {
    background: #eeeeee;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.italics {
    font-style: italic;
}

.broken-link {
    color: brown;
}

table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 1em;
    font-size: 14px;
}

td, th {
    padding: 8px;
}

th {
    text-align: left;
    font-weight: 700;
}

td.header {
    font-weight: bold;
    text-align: center;
    background-color: #E0E0E0;
}

.illuspara {
    margin-bottom: 20px;
}

.graphic-wrapper {
    -webkit-box-shadow: inset 0px 1px 3px 0px #c1c1c1;
    box-shadow: inset 0px 1px 3px 0px #c1c1c1;
    display: inline-block;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 40px 40px 30px 40px;
    margin-bottom: 15px;
}

.zoom-image-wrapper {
    display: inline-block;
    width: 100%;
}

.image-box {
    position: relative;
}

.image-box a.zoom-button {
    background: #9e1b32;
    color: white !important;
    padding: 10px;
    position: absolute;
}

.image-box .example-image {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    padding: 0 0 0 45px;
    background-color: white;
}

.inlineicon-image {
    vertical-align: text-bottom;
    max-height: 100%;
    max-width: 100%;
}

div.instructions-box {
    border: 1px solid #747473;
    padding: 20px 20px 0 20px;
    background: #FAFAFA;
    margin: 0 0 20px 0;
}

div.instructions-heading {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 10px 20px 7px;
    background: #747473;
    font-weight: bold;
    font-size: 1em;
    color: #FFF;
}

p.procsub2 {
    font-weight: bold;
}

@media print {
    .warning-container, .caution-container, .note-container, .graphic-wrapper {
        page-break-inside: avoid !important;
    }
}

.hotspot-wrapper {
    -webkit-box-shadow: inset 0px 1px 3px 0px #c1c1c1;
    box-shadow: inset 0px 1px 3px 0px #c1c1c1;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 40px 40px 30px 40px;
    margin-bottom: 15px;
}

.qualifier {
    display: table;
    position: relative;
    margin: 0 0 20px 0;
    color: #3b3b3b;
}

.qualifier .info {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: table-cell;
    background: #f2f2f2;
    border-top: 1px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 11px 19px;
    color: #adadad;
    margin: 0 0 0 0;
    vertical-align: middle;
}

.qualifier .info .fa {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.qualifier .content {
    display: table-cell;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
    border: 1px solid #cccccc;
    padding: 11px 19px;
    color: #3b3b3b;
    margin: 0 0 0 0;
    width: 100%;
}

.qualifier .content > p {
    margin: 0px;
}


.text-align-right {
    text-align: right;
    direction: rtl;
}

.disabled {
    -webkit-opacity:.5;
    -khtml-opacity:.5;
    -moz-opacity:.5;
    opacity:.5;
}
