/*  --------------------------------------------------------------------------  */


/*  -------------------------------- For wide screen browsers (wider than 1024) */


/*  --------------------------------------------------------------------------  */

html,
body {
    height: 100%;
}

body {
    background: #2f3130;
    font: 400 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #adadad;
    letter-spacing: 0;
}

a {
    color: #277ac2;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #3da5ff;
    text-decoration: none;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

h1 {
    margin: 0;
    padding: 0 0 40px;
    font: 700 40pt/70% Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

h1 span {
    display: block;
    font-size: 15pt;
    font-weight: 600;
    text-transform: initial;
    letter-spacing: -0.25px;
}

h2 {
    margin: 0;
    padding: 25px 0 7px;
    font: 600 30pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.3);
    line-height: 100%;
}

h3 {
    margin: 0;
    padding: 20px 0 7px;
    font: normal 18pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 + h3 {
    padding: 0 0 7px;    
}

h4 {
    margin: 0;
    padding: 25px 0 7px;
    font: bold 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p {
    margin: 7px 0 7px;
    line-height: 150%;
    text-align: left;
}

p.emphasis {
    display: block;
    margin: 0 0 14px;
    font: 500 20pt/150% Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ol {
    margin: 0 0 0 18px;
}

ul li,
ol li {
    margin: 7px 0 7px;
    line-height: 28px;
    text-align: left;
}

#container {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    min-height: 100%;
    background: url('../images/bg-container.png') no-repeat top;
}

.content {
    margin: auto;
    width: 1248px;
}


/*  ----------------------------------------------- HEADER  */


/*  -- Banner */

header {
    padding: 0;
    height: 400px;
}

header .content {
    position: relative;
}

#menubar {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
}

nav {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
}

ul#menu {
    width: 100%;
    height: 100%;
    text-align: right;
}

ul#menu ul {
    list-style: none;
    width: 246px;
}

ul#menu li {
    display: inline-block;
    margin: 0;
    height: 100%;
}

ul#menu a {
    display: block;
    padding: 0 25px;
    width: 100%;
    line-height: 100px;
    font-size: 13pt;
    font-weight: 500;
    letter-spacing: -0.25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    color: #c4c4c4;
    text-shadow: 0 0 5px #000;
}

ul#menu li a:hover {
    color: #fff;
}

.pg-home ul#menu li.btn-home a,
.pg-about ul#menu li.btn-about a,
.pg-new-parts ul#menu li.btn-new-parts a,
.pg-stock ul#menu li.btn-stock a,
.pg-parts ul#menu li.btn-parts a,
.pg-vehiclemodels ul#menu li.btn-vehiclemodels a,
.pg-contact ul#menu li.btn-contact a {
    color: #277ac2;
}

.pg-home ul#menu li.btn-home a:hover,
.pg-about ul#menu li.btn-about a:hover,
.pg-stock ul#menu li.btn-stock a:hover,
.pg-parts ul#menu li.btn-parts a:hover,
.pg-vehiclemodels ul#menu li.btn-vehiclemodels a:hover,
.pg-contact ul#menu li.btn-contact a:hover {
    color: #277ac2;
}


/*  -- Logo */

#logo {
    display: block;
    position: absolute;
    right: 0;
    top: 120px;
    display: block;
    width: 423px;
    height: 164px;
    background: url('../images/bg-logo.png') no-repeat top;
    background-size: cover;
}


/*  -- BODY */

#body {
    flex: 1;
}

#body .content {
    padding: 50px 0;
}


/*  -- FOOTER  */

footer {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.2);
}

ul#signature {
    margin: 0;
    padding: 40px 0 40px 20px;
    width: 100%;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul#signature li {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    font: 400 12pt/16px Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ul#signature li a {
    display: block;
    color: gray;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul#signature li a:hover {
    color: #0069aa;
    text-decoration: none;
}

ul#signature li.copyright {
    display: block;
}

ul#signature li.copyright a {
    font: 600 17pt/25px Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

ul#signature li.terms {
    display: block;
    padding: 10px 0 0;
}
ul#designer li.terms {
    display: block;
}

ul#signature li.partnerlink {
    font-size: 13pt;
}

ul#signature li.partnerlink a {
    color: #0069aa; 
    text-decoration: none; 
    outline: 0;
}

ul#signature li.partnerlink a:hover{
    color: #009bfb; 
    text-decoration: none;
}


/*  -- CONTENT ----------  */

section.left {
    float: left;
    padding: 0;
    width: 400px;
}

.greyblock {
    margin: 0 0 20px;
    padding: 15px 25px 20px 25px;
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;    
}
.greyblock h2 {
    padding-top: 0;
    font: 600 25pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


.aboutgrid {
    margin: 0 0 20px;
    background: rgba(0,0,0,0.4);
    display: grid;
    grid-gap: 0;
    grid-template-columns: 300px auto;    
}

.aboutpic {
    background-image: url(../images/bg-aboutimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.abouttext {
    padding: 20px 25px 20px 30px;    
}

/*  HOME  */


.googlereviews {
    width: auto;
    overflow: hidden;
    margin: 30px auto 0;
    position: relative; /* Create positioning context */
    padding-bottom: 30px; /* Add some space for the pagination */
    }
.googlereviews .swiper-container {
    width: 100%; /* Take full width of the outer container */
    height: auto;
    padding: 0;
    margin: 0 0 10px;
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }
.googlereviews .swiper-container h3 {
    padding: 10px 0 10px 20px; 
    background-color: rgba(0,0,0,0.3);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}    
.googlereviews .swiper-wrapper {
    display: flex;
    width: 100%; /* Ensure wrapper tries to be full width */
    }
.googlereviews .swiper-slide {
    padding: 30px 40px; /* Top/Bottom | Left/Right */
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    display: flex; /* Enable flexbox */
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    align-items: left; /* Horizontally center content (optional) */
    /* height will be dynamically set by JavaScript */
    }
.googlereviews .swiper-slide span {
    display: block;
    margin: 10px 0 0;
}
.googlereviews .swiper-pagination {
    text-align: center;
    margin-top: 10px; /* Remove default top margin */
    position: absolute; /* Position relative to .swiper-outer-container */
    bottom: 10px; /* Place at the bottom */
    left: 0;
    width: 100%; /* Make it full width for centering */
}
.swiper-pagination-bullet {
    /* Style the bullets if needed */
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    opacity: 0.8;
}
.swiper-pagination-bullet-active {
    background: #333;
    opacity: 1;
}

a.review-cta {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Vertically align items */
    border: 2px solid #277ac2;;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none; /* Remove default link underline */
    color: inherit; /* Inherit text color from parent */
    overflow: hidden; /* This is crucial to clip the span's background */
}
a.review-cta:hover {
border-color: #1c6cb2;    
}
a.review-cta img {
    padding: 5px 10px;
    }
a.review-cta span {
    display: block;
    background: #277ac2;;
    color: #fff;
    padding: 12px;
    flex-grow: 1;
    text-align: center;
}
a.review-cta:hover span {
    background: #1c6cb2;
}


#homectalinks {
    margin: 40px 0;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 50% 50%;
    }
#homectalinks a {
    display: block;
    border: 2px solid #277ac2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none; /* Remove default link underline */
    color: inherit; /* Inherit text color from parent */
    overflow: hidden; /* This is crucial to clip the span's background */
    background: #277ac2;
    }
#homectalinks a:hover {
    border-color: #1c6cb2;  
    background-color: #1c6cb2; 
}
#homectalinks a span.homectaimage {
    float: left;
    display: block;
    padding: 0;
    width: 90px;
    height: 100%;
    }
#homectalinks a span.homectatext {
    float: right;
    display: block;
    padding: 15px 40px 15px 30px;
    width: calc(100% - 90px);
    height: 100%;
    background: transparent url('../images/chevronright.svg') no-repeat bottom 10px right 10px;
    color: #fff;
    font-size: 13pt;
    box-sizing: border-box;
    letter-spacing: 0.25px;
}
#homectalinks a span.homectaheader {
    display: block;
    margin: 0;
    font-size: 18pt;
    font-weight: 500;
    letter-spacing: 0;
}

#homectalinks a span.scrapyardstockimage {
    background: url('../images/icon-scrapyardstock.svg') no-repeat center right;
    background-size: 70%;  
}
#homectalinks a span.newpartsimage {
    background: url('../images/icon-newparts.svg') no-repeat center right; 
    background-size: 70%; 
}


#homelinks {
    margin: 40px 0;
    display: grid;
    grid-gap: 0;
    grid-template-columns: 50% 50%;
    }
.homelink {
    margin: auto;
    padding: 20px 0;
    height: 100%;
    width: 80%;
    text-align: center;
    border-bottom: 5px gray solid;
    }
.homelink a {
    margin: auto;
    display: block;
    padding: 150px 0 0;
    width: 155px;  
    font-size: 15pt;
    font-weight: bold;  
    }
.homelink a span {
    display: block;
    margin: 5px 0 0;
    font-size: 9pt;
    color: #adadad;
    font-weight: normal;
    }
a.homelink-cars {
    background: url('../images/homelink-cars.png') no-repeat top left;
    background-size: 200%;
    }
a.homelink-parts {
    background: url('../images/homelink-parts.png') no-repeat top left;
    background-size: 200%;
}
a.homelink-cars:hover, 
a.homelink-parts:hover {
    background-position: top right;
}


#announcement {
    margin: 0 0 10px;
    padding: 20px;
    background: #0069aa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        background-color: #ff0000;
    }
    50% {
        background-color: #510000;
    }
    100% {
        background-color: #ff0000;
    }
}

.contactline {
    margin-bottom: 5px;
    padding: 0 0 0 40px;
    line-height: 40px;
    background-position: left;
    background-repeat: no-repeat;
}

.cl-telephone {
    background-image: url('../images/bg-cl-telephone.png');
}

.cl-whatsapp {
    background-image: url('../images/bg-cl-whatsapp.png');
}

.cl-email {
    background-image: url('../images/bg-cl-email.png');
}

.cl-facebook {
    background-image: url('../images/bg-cl-facebook.png');
}

section.right {
    float: right;
    width: 780px;
}

section.right ul li {
    margin: 0 0 5px;
    padding: 0 0 0 18px;
    background: url('../images/bullet.gif') no-repeat 0 3px;
}

p.asterisk {
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 11pt;
    text-align: right;
}



#ValidatedForm fieldset {
    border-top: 1px dotted #555;
}

#ValidatedForm legend {
    margin: 20px 0 20px 20px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 15pt;
}

#ValidatedForm label {
    float: left;
    display: block;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
    width: 30%;
    height: 40px;
    text-align: right;
}

.left #ValidatedForm label {
    width: 35%;
}

#ValidatedForm .textfield {
    float: right;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    width: 70%;
    height: 40px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f9f9f9;
    color: #1b1f1d;
    font: 400 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.left #ValidatedForm .textfield {
    width: 65%;
}

#ValidatedForm .textarea {
    float: right;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    width: 70%;
    height: 150px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f9f9f9;
    color: #1b1f1d;
}

#ValidatedForm .g-recaptcha {
    float: left;
    display: block;
    margin: 0 0 40px;
}

.left #ValidatedForm .g-recaptcha {
    float: right;
}

#ValidatedForm .submit,
.submit {
    margin: 40px 0 0;
    padding: 7px 20px;
    float: right;
    background-color: #277ac2;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 600 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3da5ff+0,277ac2+100 */
    background: rgb(61, 165, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3da5ff', endColorstr='#277ac2', GradientType=0);
    /* IE6-9 */
}

#ValidatedForm .submit:hover,
.submit:hover {
    background: #277AC2;
}

.logform label {
    display: block;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    height: 40px;
}

.logform .textfield {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    width: 100%;
    height: 40px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f9f9f9;
    color: #1b1f1d;
    font: 400 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.logform .submit {
    margin: 0;
    padding: 7px 20px;
    float: right;
    background-color: #277ac2;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 600 15pt Khand, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3da5ff+0,277ac2+100 */
    background: rgb(61, 165, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3da5ff', endColorstr='#277ac2', GradientType=0);
    /* IE6-9 */
}

.logform .submit:hover {
    background: #277AC2;
}

.formconfirmation {
    margin: 0;
    padding: 20px 25px;
    width: 100%;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.formconfirmation h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.formconfirmation p {
    margin: 5px 0;
    line-height: 20px;
}

.formconfirmation p strong {
    font-weight: 600;
}

.formconfirmation a {
    color: #fff;
}

.fc-fail {
    background: #a21c25;
}

.fc-win {
    background: #3b8c39;
}

#ValidatedForm label.error {
    display: block;
    margin: 0 0 10px 10px;
    width: 100%;
    color: red;
    font-weight: 700;
}

p.gps {
    float: left;
    margin: 40px 0 0;
}

a.bluemaplink {
    float: right;
    display: inline-block;
    margin: 0 0 5px;
    padding: 15px 60px 15px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: left;
    background: #3DA5FF;
    background-image: url('../images/bg-bluemaplink.png');
    background-image: url('../images/bg-bluemaplink.png'), linear-gradient(to bottom, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    background-repeat: no-repeat;
    background-position: right;
}

a.bluemaplink:hover {
    background: #277AC2 url('../images/bg-bluemaplink.png') no-repeat right;
}

iframe#googlemap {
    width: 100%;
    height: 300px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 #666;
    box-shadow: 0 0 2px 0 #666;
}

div.address p {
    float: left;
    padding: 20px;
    width: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/*  STOCK LIST  */

#filters {
    display: block;
    width: 100%;
}

#filters h2 {
    padding-top: 0;
}

#filters h3.acc_trigger {
    display: block;
    margin: 5px 0;
    padding: 0 0 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 13pt;
    background-color: #3DA5FF;
    background-image: url('../images/bg-acc_trigger.gif');
    background-image: url('../images/bg-acc_trigger.gif'), linear-gradient(to bottom, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
    background-repeat: no-repeat;
    background-position: right top;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#filters h3.acc_trigger:hover {
    background-image: url('../images/bg-acc_trigger.gif'), linear-gradient(to bottom, rgba(39, 122, 194, 1) 0%, rgba(39, 122, 194, 1) 100%);
}

#filters h3.active {
    background-position: bottom right;
}

#filters form label {
    float: left;
    display: block;
    margin: 0 0 2px;
    width: calc(100% - 20px);
    height: 25px;
    line-height: 25px;
    border-bottom: 1px dotted #555;
    font-size: 13pt;
    text-transform: uppercase;
    cursor: pointer;
}

#filters form label:hover {
    color: #fff;
}

#filters form label.dominator {
    color: #75a1b7;
    font-weight: 600;
    text-align: right;
    border-bottom: 1px solid #999;
}

#filters form label.dominator:hover {
    color: #fff;
}

#filters form .checkboxfield {
    float: right;
    margin: 5px 0 2px;
    padding: 0;
}

#listings {
    float: right;
    width: 100%;
}

ul.listgal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.listgal li {
    float: left;
    display: block;
    margin: 6px 6px 55px;
    padding: 0;
    width: 183px;
    height: 100px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #555;
}

ul.listgal li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.listgal li a.vehiclethumb {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.5);
}

ul.listgal a.vehiclethumb:hover {
    -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.5), inset 0 0 20px 0 #277ac2;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.5), inset 0 0 20px 0 #277ac2;
}

ul.listgal a.vehiclename {
    margin: 5px 0 0;
    font-size: 13pt;
    text-align: center;
    line-height: 14px;
}

ul#pager {
    margin: auto;
    padding: 30px 0 30px 12px;
    width: 100%;
    text-align: center;
}

ul#pager li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul#pager li a {
    margin: 0;
    padding: 5px 17px;
    background: rgba(0, 0, 0, 0.3);
    color: #888;
    font-weight: 600;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul#pager li a:hover {
    background: #277ac2;
    color: #fff;
}

ul#pager li a.current,
ul#pager li a:hover.current {
    background: rgba(0, 0, 0, 0.3);
    color: #000;
    cursor: default;
}


/*  STOCK DETAIL  */

a.back {
    display: inline-block;
    margin: 0 0 50px;
    padding: 5px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: left;
    background: #3DA5FF;
    background: linear-gradient(to bottom, rgba(61, 165, 255, 1) 0%, rgba(39, 122, 194, 1) 100%);
}

a.back:hover {
    background: #277AC2
}

a.back span {
    font-size: 14pt;
}

.vehicledetail {
    width: calc(100% - 598px);
}

table.vehiclespecs {
    margin: 0 0 50px;
    width: 100%;
}

table.vehiclespecs td {
    padding: 10px;
    border-right: 1px solid #2f3130;
    border-bottom: 1px solid #2f3130;
}

table.vehiclespecs td:first-child {
    background: rgba(0, 0, 0, 0.5);
    width: 30%;
}

table.vehiclespecs td:last-child {
    background: rgba(0, 0, 0, 0.2);
    width: 80%;
}

table.stocklist {
    margin: 25px 0 50px;
    width: 100%;
}

table.stocklist tr {
    text-align: left;
}

table.stocklist th {
    font-weight: 600;
}

table.stocklist td {
    padding: 10px;
    border-right: 1px solid #2f3130;
    border-bottom: 1px solid #2f3130;
    background: rgba(0, 0, 0, 0.3);
    width: 33.333%;
}

table.stocklist td:first-child {
    background: rgba(0, 0, 0, 0.5);
}

table.stocklist td:last-child {
    background: rgba(0, 0, 0, 0.2);
}

h2.vehicle-models-h {
    background: rgba(0, 0, 0, 0.2);
    margin: 10px 0 10px;
    padding: 7px 15px 5px;
    font-size: 20pt;
    font-weight: 500;
}

table.vehiclemodels {
    margin: 0 0 40px;
    width: 100%;
}

table.vehiclemodels tr {
    text-align: left;
}

table.vehiclemodels th {
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #2f3130;
}

table.vehiclemodels td {
    padding: 5px 10px 5px;
    border-right: 1px solid #2f3130;
    border-bottom: 1px solid #2f3130;
    background: rgba(0, 0, 0, 0.3);
    width: 33.333%;
}

table.vehiclemodels tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.5);
}

table.vehiclemodels tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.4);
}

table.vehiclemodels td:nth-child(1) {
    width: 150px;
}

table.vehiclemodels td:nth-child(2) {
    width: 100px;
}

table.vehiclemodels td:nth-child(3) {
    width: auto;
}

table.vehiclemodels .tdsub {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.carouselgallery {
    width: 568px;
}

.carouselgallery .theme-roxy2 .nivo-controlNav {
    padding: 0;
    width: 573px;
}

.carouselgallery .theme-roxy2 .nivo-controlNav .nivo-control {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 186px !important;
    height: 102px;
    overflow: hidden;
}

.parts-edit-custom-drop {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
}

.parts-edit-custom-drop__chevron {
    font-size: 10px;
    position: absolute;
    right: 0;
    margin-right: 4px;
    margin-top: 4px;
}

.parts-edit-custom-drop__contents {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 102%;
    margin-top: 1%;
    z-index: 1;
    margin-left: 0;
    padding: 0;
    right: 1%;
    position: relative;
    border: solid 1px #787878;
    background-color: white;
}

.assigned_to_select_option_prompt {
    margin: 4px;
    width: 100%;
    /* background-color: orange; */
    display: flex;
}

.assigned_to_select_option {
    /* margin: 4px; */
    padding-left: 12px;
    padding-right: 4px;
    width: 100%;
    /* background-color: orange; */
    display: flex;
}

.assigned_to_select_option:hover {
    color: white;
    background: #3E8DFE;
}

.assigned_to_select_option_search {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #ffffff00;
    cursor: text;
    position: relative;
}

.custom-select-search {
    width: 100%;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: 0;
}

.assigned_to_drop span textarea {
    height: 100%;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
    padding: 2px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 8px;
    padding-right: 5px;
}

.select2-results__option--selectable {
    cursor: pointer;
    margin: 0;
}

.select2-selection select2-selection--multiple {
    display: flex;
    flex-direction: column;
    background-color: orange;
}

.select2-search select2-search--inline {
    background-color: green;
}

.new_parts_form {
    width: 100% !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 4px !important;
}

.new-parts-global-search-container {
    height: 100%;
    background-color: transparent;
    color: #928d80;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 50%;
}

.new-parts-global-search-btn {
    margin-left: 4px !important;
    background: transparent;
}

.new-parts-global-clear-search-btn {
    margin-right: 4px !important;
    background: transparent;
}

.new-parts-global-search-btn,
.new-parts-global-clear-search-btn {
    display: flex;
    border: none;
    height: 100%;
    margin-left: 2px;
}

.new-parts-global-search-btn i,
.new-parts-global-clear-search-btn {
    color: #928d80;
}

.basicform,
.new_parts_form .new-parts-global-search-field {
    text-align: start !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.3);
}

.new-parts-global-search-field:focus {
    outline: none;
    box-shadow: none;
}

.loader_container {
    opacity: 0.5;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #565656;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 2000;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.edit-mm-col-btn {
    border: none;
    color: #018ee5;
}

.delete-mm-col-btn {
    border: none;
    color: rgb(243 64 64);
}

.mm-col-text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2px;
}

.mm-col-container {
    display: flex;
}

.mm-td-search-input {
    margin: 0;
    width: 100%;
}

.view-part-content {
    display: flex;
}

.view-part-list-table {
    margin: 0 !important;
}

.view-part-validate-form label {
    width: unset;
}