.uk-flex{display:-ms-flexbox;display:-webkit-flex;display:flex}.uk-flex-inline{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}.uk-flex-inline>*,.uk-flex>*{-ms-flex-negative:1}.uk-flex-top{-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.uk-flex-middle{-ms-flex-align:center;-webkit-align-items:center;align-items:center}.uk-flex-bottom{-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.uk-flex-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.uk-flex-right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.uk-flex-space-between{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.uk-flex-space-around{-ms-flex-pack:distribute;-webkit-justify-content:space-around;justify-content:space-around}.uk-flex-row-reverse{-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.uk-flex-column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.uk-flex-column-reverse{-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.uk-flex-nowrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.uk-flex-wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uk-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.uk-flex-wrap-top{-ms-flex-line-pack:start;-webkit-align-content:flex-start;align-content:flex-start}.uk-flex-wrap-middle{-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center}.uk-flex-wrap-bottom{-ms-flex-line-pack:end;-webkit-align-content:flex-end;align-content:flex-end}.uk-flex-wrap-space-between{-ms-flex-line-pack:justify;-webkit-align-content:space-between;align-content:space-between}.uk-flex-wrap-space-around{-ms-flex-line-pack:distribute;-webkit-align-content:space-around;align-content:space-around}.uk-flex-order-first{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last{-ms-flex-order:99;-webkit-order:99;order:99}@media (min-width:480px){.uk-flex-order-first-small{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-small{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:768px){.uk-flex-order-first-medium{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-medium{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:960px){.uk-flex-order-first-large{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-large{-ms-flex-order:99;-webkit-order:99;order:99}}@media (min-width:1220px){.uk-flex-order-first-xlarge{-ms-flex-order:-1;-webkit-order:-1;order:-1}.uk-flex-order-last-xlarge{-ms-flex-order:99;-webkit-order:99;order:99}}.uk-flex-item-none{-ms-flex:none;-webkit-flex:none;flex:none}.uk-flex-item-auto{-ms-flex:auto;-webkit-flex:auto;flex:auto;-ms-flex-negative:1}.uk-flex-item-1{-ms-flex:1;-webkit-flex:1;flex:1}.uk-margin{margin-bottom:15px}*+.uk-margin{margin-top:15px}.uk-margin-top{margin-top:15px!important}.uk-margin-bottom{margin-bottom:15px!important}.uk-margin-left{margin-left:15px!important}.uk-margin-right{margin-right:15px!important}.uk-margin-large{margin-bottom:50px}*+.uk-margin-large{margin-top:50px}.uk-margin-large-top{margin-top:50px!important}.uk-margin-large-bottom{margin-bottom:50px!important}.uk-margin-large-left{margin-left:50px!important}.uk-margin-large-right{margin-right:50px!important}.uk-margin-small{margin-bottom:5px}*+.uk-margin-small{margin-top:5px}.uk-margin-small-top{margin-top:5px!important}.uk-margin-small-bottom{margin-bottom:5px!important}.uk-margin-small-left{margin-left:5px!important}.uk-margin-small-right{margin-right:5px!important}.uk-margin-remove{margin:0!important}.uk-margin-top-remove{margin-top:0!important}.uk-margin-bottom-remove{margin-bottom:0!important}.uk-list{padding:0;list-style:none}.uk-list>li:after,.uk-list>li:before{content:"";display:table}.uk-list>li:after{clear:both}.uk-list>li>:last-child{margin-bottom:0}.uk-list ul{margin:0;padding-left:20px;list-style:none}.uk-list-line>li:nth-child(n+2){margin-top:5px;padding-top:5px;border-top:1px solid #ddd}.uk-list-striped>li{padding:5px;border-bottom:1px solid #ddd}.uk-list-striped>li:nth-of-type(odd){background:#fafafa}.uk-list-space>li:nth-child(n+2){margin-top:10px}.uk-list-striped>li:first-child{border-top:1px solid #ddd}.uk-button::-moz-focus-inner{border:0;padding:0}.uk-button{-webkit-appearance:none;margin:0;overflow:visible;font:inherit;color:#444;text-transform:none;display:inline-block;box-sizing:border-box;padding:0 12px;background:#f5f5f5;vertical-align:middle;line-height:28px;min-height:30px;font-size:1rem;text-decoration:none;text-align:center;border:1px solid rgba(0,0,0,.06);border-radius:4px;text-shadow:0 1px 0 #fff}.uk-button:not(:disabled){cursor:pointer}.uk-button:focus,.uk-button:hover{background-color:#fafafa;color:#444;outline:0;text-decoration:none;border-color:rgba(0,0,0,.16)}.uk-button.uk-active,.uk-button:active{background-color:#eee;color:#444}.uk-button-primary{background-color:#00a8e6;color:#fff}.uk-button-primary:focus,.uk-button-primary:hover{background-color:#35b3ee;color:#fff}.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#0091ca;color:#fff}.uk-button-success{background-color:#8cc14c;color:#fff}.uk-button-success:focus,.uk-button-success:hover{background-color:#8ec73b;color:#fff}.uk-button-success.uk-active,.uk-button-success:active{background-color:#72ae41;color:#fff}.uk-button-danger{background-color:#da314b;color:#fff}.uk-button-danger:focus,.uk-button-danger:hover{background-color:#e4354f;color:#fff}.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#c91032;color:#fff}.uk-button:disabled{background-color:#fafafa;color:#999;border-color:rgba(0,0,0,.06);box-shadow:none;text-shadow:0 1px 0 #fff}.uk-button-link,.uk-button-link.uk-active,.uk-button-link:active,.uk-button-link:disabled,.uk-button-link:focus,.uk-button-link:hover{border-color:transparent;background:0 0;box-shadow:none;text-shadow:none}.uk-button-link{color:#07D}.uk-button-link.uk-active,.uk-button-link:active,.uk-button-link:focus,.uk-button-link:hover{color:#059;text-decoration:underline}.uk-button-link:disabled{color:#999}.uk-button-link:focus{outline:1px dotted}.uk-button-mini{min-height:20px;padding:0 6px;line-height:18px;font-size:11px}.uk-button-small{min-height:25px;padding:0 10px;line-height:23px;font-size:12px}.uk-button-large{min-height:40px;padding:0 15px;line-height:38px;font-size:16px;border-radius:5px}.uk-button-group{display:inline-block;vertical-align:middle;position:relative;font-size:.001px;white-space:nowrap}.uk-button-group>*{display:inline-block}.uk-button-group .uk-button{vertical-align:top}.uk-button-dropdown{display:inline-block;vertical-align:middle;position:relative}.uk-button-danger,.uk-button-primary,.uk-button-success{box-shadow:inset 0 0 5px rgba(0,0,0,.05);text-shadow:0 -1px 0 rgba(0,0,0,.1)}.uk-button-danger:focus,.uk-button-danger:hover,.uk-button-primary:focus,.uk-button-primary:hover,.uk-button-success:focus,.uk-button-success:hover{border-color:rgba(0,0,0,.21)}.uk-button-group>.uk-button:not(:first-child):not(:last-child),.uk-button-group>div:not(:first-child):not(:last-child) .uk-button{border-left-color:rgba(0,0,0,.1);border-right-color:rgba(0,0,0,.1);border-radius:0}.uk-button-group>.uk-button:first-child,.uk-button-group>div:first-child .uk-button{border-right-color:rgba(0,0,0,.1);border-top-right-radius:0;border-bottom-right-radius:0}.uk-button-group>.uk-button:last-child,.uk-button-group>div:last-child .uk-button{border-left-color:rgba(0,0,0,.1);border-top-left-radius:0;border-bottom-left-radius:0}.uk-button-group>.uk-button:nth-child(n+2),.uk-button-group>div:nth-child(n+2) .uk-button{margin-left:-1px}.uk-button-group .uk-button.uk-active,.uk-button-group .uk-button:active,.uk-button-group .uk-button:hover{position:relative}[class*=uk-animation-]{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media screen{[data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:0}}.uk-animation-fade{-webkit-animation-name:uk-fade;animation-name:uk-fade;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important}.uk-animation-scale-up{-webkit-animation-name:uk-fade-scale-02;animation-name:uk-fade-scale-02}.uk-animation-scale-down{-webkit-animation-name:uk-fade-scale-18;animation-name:uk-fade-scale-18}.uk-animation-slide-top{-webkit-animation-name:uk-fade-top;animation-name:uk-fade-top}.uk-animation-slide-bottom{-webkit-animation-name:uk-fade-bottom;animation-name:uk-fade-bottom}.uk-animation-slide-left{-webkit-animation-name:uk-fade-left;animation-name:uk-fade-left}.uk-animation-slide-right{-webkit-animation-name:uk-fade-right;animation-name:uk-fade-right}.uk-animation-scale{-webkit-animation-name:uk-scale-12;animation-name:uk-scale-12}.uk-animation-shake{-webkit-animation-name:uk-shake;animation-name:uk-shake}.uk-animation-reverse{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.uk-animation-15{-webkit-animation-duration:15s;animation-duration:15s}.uk-animation-top-left{-webkit-transform-origin:0 0;transform-origin:0 0}.uk-animation-top-center{-webkit-transform-origin:50% 0;transform-origin:50% 0}.uk-animation-top-right{-webkit-transform-origin:100% 0;transform-origin:100% 0}.uk-animation-middle-left{-webkit-transform-origin:0 50%;transform-origin:0 50%}.uk-animation-middle-right{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.uk-animation-bottom-left{-webkit-transform-origin:0 100%;transform-origin:0 100%}.uk-animation-bottom-center{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.uk-animation-bottom-right{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.uk-animation-hover:not(:hover),.uk-animation-hover:not(:hover) [class*=uk-animation-],.uk-touch .uk-animation-hover:not(.uk-hover),.uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-]{-webkit-animation-name:none;animation-name:none}@-webkit-keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@keyframes uk-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes uk-fade-top{0%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-bottom{0%{opacity:0;-webkit-transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-fade-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes uk-fade-scale-02{0%{opacity:0;-webkit-transform:scale(0.2)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-02{0%{opacity:0;transform:scale(0.2)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-15{0%{opacity:0;-webkit-transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-15{0%{opacity:0;transform:scale(1.5)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-fade-scale-18{0%{opacity:0;-webkit-transform:scale(1.8)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes uk-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes uk-slide-left{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-left-33{0%{-webkit-transform:translateX(33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-left-33{0%{transform:translateX(33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-slide-right-33{0%{-webkit-transform:translateX(-33%)}100%{-webkit-transform:translateX(0)}}@keyframes uk-slide-right-33{0%{transform:translateX(-33%)}100%{transform:translateX(0)}}@-webkit-keyframes uk-scale-12{0%{-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@keyframes uk-scale-12{0%{transform:scale(1.2)}100%{transform:scale(1)}}@-webkit-keyframes uk-rotate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@keyframes uk-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-webkit-keyframes uk-shake{0%,100%{-webkit-transform:translateX(0)}10%{-webkit-transform:translateX(-9px)}20%{-webkit-transform:translateX(8px)}30%{-webkit-transform:translateX(-7px)}40%{-webkit-transform:translateX(6px)}50%{-webkit-transform:translateX(-5px)}60%{-webkit-transform:translateX(4px)}70%{-webkit-transform:translateX(-3px)}80%{-webkit-transform:translateX(2px)}90%{-webkit-transform:translateX(-1px)}}@keyframes uk-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@-webkit-keyframes uk-slide-top-fixed{0%{opacity:0;-webkit-transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-top-fixed{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes uk-slide-bottom-fixed{0%{opacity:0;-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes uk-slide-bottom-fixed{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.uk-alert{margin-bottom:15px;padding:10px;background:#ebf7fd;color:#2d7091;border:1px solid rgba(45,112,145,.3);border-radius:4px;text-shadow:0 1px 0 #fff}*+.uk-alert{margin-top:15px}.uk-alert>:last-child{margin-bottom:0}.uk-alert h1,.uk-alert h2,.uk-alert h3,.uk-alert h4,.uk-alert h5,.uk-alert h6{color:inherit}.uk-alert>.uk-close:first-child{float:right}.uk-alert>.uk-close:first-child+*{margin-top:0}.uk-alert-success{background:#f2fae3;color:#659f13;border-color:rgba(101,159,19,.3)}.uk-alert-warning{background:#fffceb;color:#e28327;border-color:rgba(226,131,39,.3)}.uk-alert-danger{background:#fff1f0;color:#d85030;border-color:rgba(216,80,48,.3)}.uk-alert-large{padding:20px}.uk-alert-large>.uk-close:first-child{margin:-10px -10px 0 0}body,html{font:400 14px/17px Helvetica Neue,Helvetica,Arial,sans-serif,Verdana!important;background:#272727;height:100vh;overflow:hidden}@media screen{#printSection,.no-display{display:none}}@media print{body *{display:none}.no-print{display:none!important}#printSection,#printSection *{display:flex!important}}.portrait{display:none!important;min-height:0;content:"";background:url(../views/resources/images/bg-catalogs.jpg);background-size:cover}.portrait label{font-size:28px;color:#f1f1f1;width:75vw;line-height:32px;text-align:center}@media screen and (orientation:landscape){body,html{min-width:1024px;min-height:600px}}@media screen and (orientation:portrait){.portrait{display:flex!important}.v-flex{min-width:768px!important}.logo{margin:-100px 0 175px 0!important;height:80px!important}.catalog{display:none!important}}body.waiting *{cursor:progress}.invisible-background{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.1);height:100vh;width:100vw;min-width:1024px;min-height:600px;z-index:25}.waiting-inner{background:#464646;color:#a9a9a9;border:1px solid #a9a9a9;border-radius:5px;width:20vw;height:20vh;min-width:250px;min-height:125px;margin-top:-175px;font-size:24px}.waiting-progress{margin-top:12px;width:16vw;min-width:200px}.progress-busy{margin:4px 4px 0 0}.quick-search:focus,.search-header:focus,.slideout-battery:focus,.v-scroll:focus,.yearMakeModel:focus{outline:0!important}.main-header{flex:0 0 auto;background:#303030}.main-header-div{padding:4px}.logo{margin-right:26px;height:48px;object-fit:contain;font-family:'object-fit: contain'}.catalog-menu{font-size:15px;color:#d3d3d3}.catalog-menu:hover{color:#f1f1f1}.guides-menu{padding:0 20px 0 0!important}.catalog-menu-item{margin-right:23px;padding:3px 2px;border-bottom:2px solid #303030;outline:0;cursor:pointer}.catalog-menu-item.selected,.catalog-menu-item:hover{border-bottom:2px solid #f20000}.screen-dimensions{color:#737373}.login{background:rgba(81,81,81,.94);padding:14px;margin-top:-25px;border:1px solid gray;font-family:calibri,arial;font-size:15px;color:#f1f1f1}.login .title{font-size:1.5em;color:#bcbcbc;font-family:calibri,arial;margin-bottom:25px;margin-left:-5px}.login .closex{font-size:1.3em;cursor:pointer;margin-top:-5px;margin-right:-5px;outline:0}.login .closex:hover{color:#f1f1f1!important}.login label{position:relative;bottom:6px;color:#a9a9a9!important;font-size:1em}.login input{background-color:#f6f6f6!important;color:gray!important;border-radius:0!important}.vehicle-box-overlay{padding:35px 0 0;height:42px}.vehicle-box-bottom-radius{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.vehicle-box-bottom-no-radius{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.search-box{background:#fff;color:#393939;padding:8px;font-size:16px!important;border:1px solid #a9a9a9;border-radius:4px;width:100%}.search-box.large{height:40px!important}.search-input-box{background:#f1f1f1;color:#505050;height:27px;width:18vw;min-width:190px;padding-left:8px;outline:0;border:0}.search-input-box.chemical{width:275px}.search-input-box.battery{width:203px}.search-input-box.large{height:40px!important;width:100%!important}.vehicle-search-group{max-width:650px}.vehicle-search-box{background:rgba(81,81,81,.8)!important;color:#f1f1f1!important;font-size:16px!important;border:1px solid #a0a0a0;border-radius:4px;padding:0!important;padding-left:30px;width:100%}.search-header{padding:7px 8px 14px 14px;color:#f4f4f4;font-size:14px}.search-header.without-icons{padding:7px 14px 14px}.quick-search{font-family:sans-serif!important;font-size:11px;font-weight:700;color:#f1f1f1;margin-bottom:6px;outline:0;height:14px}.quick-search.link{color:#d3d3d3;cursor:pointer;margin-left:7px;margin-bottom:0;border-bottom:1px solid #79c2ea;font-size:12px}.quick-search.title{font-size:12px;font-weight:400;color:#999}.quick-search.separator{margin:0 10px}.quick-search.dark{font-family:sans-serif!important;font-size:12px;font-weight:700;color:#404040;margin-bottom:2px;outline:0;text-transform:uppercase}.quick-search.invisible{opacity:0}.quick-search.header{background:#555;margin:10px}.quick-search.toggle{text-decoration:underline;color:#989898;cursor:pointer;font-size:11px}.quick-search.toggle.dark{color:#505050}.quick-search.toggle.dark:hover{color:#64b0ea}.vehicle-search-input-box{background:#f1f1f1;color:#505050;font-size:14px;border-radius:0;height:27px;width:18vw;min-width:190px}.vehicle-search-input-box md-autocomplete-wrap{height:27px!important}.vehicle-search-input-box input{height:27px!important;line-height:27px!important}.vehicle-search-input-box.large{height:40px!important;width:100%!important}.vehicle-search-input-box.large md-autocomplete-wrap{height:40px!important}.vehicle-search-input-box.large input{height:40px!important;width:100%!important}.search-go-label{height:27px;padding:0 9px;background:#f1f1f1;color:#33ade1;border:2px solid gray;font-size:14px;cursor:pointer}.search-go-button{height:27px;padding:0 9px;background:#31579e;color:#fff;border:1px solid gray;font-size:14px;cursor:pointer}.search-go-button.invisible{height:1px;opacity:0}.search-go-button.red{background:#ca0000}.search-go-button.dark{background:rgba(81,81,81,.85)!important;color:#f1f1f1!important;border:1px solid gray!important}.search-go-button.dark:hover{border:1px solid #4f94cd!important}.search-go-button.large{height:40px!important}.invisibleVinSearchButton{display:none}.search-or-label{font-size:15px;margin:0 11px;color:#fff}.search-or-label.large{margin:0 22px}.search-group md-select{margin:0;background:#f1f1f1;color:#505050;height:27px;padding-left:4px!important}.search-group .md-select-icon{color:#31579e!important;width:auto!important}.search-group .md-select-value{background-image:none!important}.search-group .md-select-icon:after{font-size:12px!important;font-family:FontAwesome;content:'\f078'!important;display:inline!important;transform:none!important}md-option{height:28px!important}md-content,md-select-menu{max-height:58vh!important}.md-select-value{min-height:18px!important}.search-group.large md-select{height:40px!important;width:100%!important}.basic-select{box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.base-select{background-image:none!important}md-autocomplete input:not(.md-input){padding:0 8px!important}.dropdown-category-select,.dropdown-cavities-select,.dropdown-engine-select,.dropdown-gender-select,.dropdown-make-select,.dropdown-model-select,.dropdown-subcategory-select,.dropdown-year-select{opacity:0}.dropdown-year-select md-option{padding:0 13px}.dropdown-oa-select1,.dropdown-oa-select10,.dropdown-oa-select2,.dropdown-oa-select3,.dropdown-oa-select4,.dropdown-oa-select5,.dropdown-oa-select6,.dropdown-oa-select7,.dropdown-oa-select8,.dropdown-oa-select9{opacity:0}.year-select{border:1px solid #d3d3d3;min-width:80px}.make-select{margin-left:8px!important;min-width:11vw;border:1px solid #d3d3d3}.model-select{margin-left:8px!important;min-width:13vw;border:1px solid #d3d3d3}.cavities-select,.gender-select{border:1px solid #d3d3d3;min-width:80px}.engine-group{margin-top:10px!important}.engine-select{min-width:15vw;border:1px solid #d3d3d3}.vehicle-search-box.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.dialog-box{top:-75px;background:rgba(81,81,81,.25)}.dialog-box .ngdialog-content{background:none!important;padding:0!important}.dialog-clear{border-color:rgba(81,81,81,.95);border-radius:6px}.popper{background:rgba(81,81,81,.98);color:#d3d3d3;border:1px solid #a9a9a9;border-radius:5px}.popper label{font-size:12px}.vehicle-header{margin-bottom:15px}.margin-top-2{margin-top:1px!important}.combo-box{cursor:pointer;background:#757575!important;color:#f1f1f1!important;font-size:14px!important;max-height:36px}.combo-box.maxwidth{width:100%}.acbutton{background:rgba(81,81,81,.85)!important;color:#f1f1f1!important;border:1px solid gray!important;border-radius:0!important;text-shadow:none!important}.acbutton:hover{border:1px solid #4f94cd!important}.button-mini{background:rgba(81,81,81,.85)!important;color:#d3d3d3}.button-highlight{background:rgba(81,81,81,.65)!important;color:#f1f1f1!important;border:1px solid gray!important;border-radius:4px;text-shadow:none}.button-highlight:hover{border:1px solid #4f94cd!important}.alert-dialog,.confirm-dialog{width:400px}.link-item{color:#f9a200;font-size:15px;font-weight:700}.link-item:hover{color:#f9a200!important}.label-small{font-size:12px}.v-flex{position:absolute;display:flex;flex-direction:column;width:100vw;height:100vh;min-width:1024px;min-height:600px;align-items:stretch;align-content:stretch}.v-flex.main{width:100%;height:100%}.h-flex{display:flex;width:100vw;height:100vh;align-items:stretch;align-content:stretch}.flexbox-item{padding:8px}.flexbox-item-grow{flex:1}.flexbox-item-stretch{align-content:stretch}.section-arts{min-width:240px;background:#f1f1f1;background:#f2f2f2;padding:0;z-index:5;overflow-y:auto}.section-image{min-width:350px;padding:0;display:flex;align-items:center;justify-content:center;background:gray}.zoom-controls{height:31px;position:absolute;top:0;left:0;padding:0 6px;z-index:2;background:rgba(40,40,40,.08);width:100%}.zoom-menu-item{color:#e2e2e2;min-width:13px;font-size:12px;margin-right:5px;margin-top:-1px;padding:2px 6px;cursor:pointer;height:18px}.zoom-range{-webkit-appearance:slider-horizontal;width:175px;margin-right:8px;height:8px}.panzoom{-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.zoom-image{width:100%;height:100%;object-fit:contain}.callout{position:absolute;background:rgba(105,105,105,.4);height:21px;width:38px;border:1px solid gray;border-radius:4px;cursor:pointer;z-index:20}.callout.red{background:rgba(245,1,24,.4)}.callout.blue{background:rgba(12,83,180,.4)}.callout.yellow{background:rgba(255,255,0,.4)}.callout.green{background:rgba(28,180,12,.4)}@keyframes pulse{0%{transform:scale(1)}100%{transform:scale(1.5)}}.callout.pulse_blue{background:rgba(12,83,180,.4);animation-name:pulse;animation-duration:600ms;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:30}.callout.pulse_red{background:rgba(245,1,24,.4);animation-name:pulse;animation-duration:600ms;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:30}.callout.pulse_yellow{background:rgba(255,255,0,.4);animation-name:pulse;animation-duration:600ms;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:30}.callout.pulse_gray{background:rgba(105,105,105,.4);animation-name:pulse;animation-duration:600ms;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:30}.callout-item{background:#fff;padding:2px 5px;border-bottom:1px solid #d3d3d3}.callout_item_even{background:#f1f1f1}.callout-item:hover{background:#dae6f7}.callout_highlight{background:#cbdbf3}@keyframes callout_blinker{50%{opacity:.5}}.callout_flash{animation:callout_blinker 400ms linear;animation-iteration-count:10}.legend-title{font-weight:700;margin-bottom:4px;color:#dadada}.legend-item{width:16px;height:12px;margin-right:5px;padding:2px 3px;font-size:11px;color:#393939!important}.legend-item.red{background:rgba(245,1,24,.55)}.legend-item.blue{background:rgba(12,83,180,.55)}.legend-item.gray{background:rgba(105,105,105,.55)}.section-parts{min-width:400px;background:#f2f2f2;color:gray;padding:0;margin-left:1px;font-size:11px;z-index:5}.v-scroll{overflow-y:auto;overflow-x:hidden}.h-scroll{width:100%;overflow-x:auto;overflow-y:hidden}.h-scrollx{overflow-x:auto}.fill-area{display:flex;flex-direction:row;align-items:center}.vehicle-selection-label{font-size:15px;color:#f1f1f1}.vehicle-selection-group{margin-top:4px;color:#f1f1f1;height:152px;font-size:15px}.selection-list{background:rgba(81,81,81,.8);border:1px solid gray}.selection-list.no-left-border{border-left:0}.year-items{min-width:70px;border-right:1px solid gray}.year-item{padding:5px 8px;cursor:pointer}.year-item:hover{background:#76b4e7;color:#fcfcfc}.make-items{border-right:1px solid gray}.make-item{padding:5px 25px 5px 8px;cursor:pointer}.make-item:hover{background:#76b4e7;color:#fcfcfc}.model-item{padding:5px 25px 5px 8px;cursor:pointer}.model-item:hover{background:#76b4e7;color:#fcfcfc}.specific-condition-dialog{height:65vh!important;min-height:65vh;max-height:80vh;width:600px}.specific-conditions-group{padding:0 10px 8px;overflow-y:auto;overflow-x:hidden}.specific-condition-heading{font-size:15px!important;margin-bottom:5px;color:#454545}.specific-condition-item{font-size:14px!important;color:#606060}.specific-condition-group{padding:6px 0!important;border-bottom:1px solid #d3d3d3}.specific-condition-group md-radio-button{margin:0 0 4px 6px!important}.list-heading{font-size:13px!important;font-weight:700;color:#505050;margin-bottom:8px!important}.list-items{background:#f1f1f1;color:#424242;font-size:14px;min-height:100px;max-height:200px}.list-items.max-height{max-height:100%}.list-item{padding:5px 8px;outline:0;cursor:pointer}.list-item:hover{background:#e2e2e2}.selected-item{outline:0!important;background:#ddd}.art-item{background:#fff;padding:8px;border-bottom:1px solid #d3d3d3;cursor:pointer}.art-item:hover{background:#dae6f7}.art-image-wrapper{background:#fff}.art-image-wrapper img{width:100%;max-height:23vh;min-height:18vh;object-fit:contain;font-family:'object-fit: contain'}.alternate-item,.art_highlight{background:#cbdbf3}.art-id{color:rgba(51,51,51,.95);color:#505050;font-weight:700;font-size:12px}.art-id.v2{margin-left:2px;color:#999!important;padding:0 3px;font-size:12px}.art-desc{margin-top:-3px;margin-bottom:3px;font-size:11px;line-height:18px;max-height:33px;overflow:hidden;color:gray}.part-list-header{padding-top:3px;padding-left:5px;padding-right:16px;font-weight:700;max-height:45px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#d3d3d3}.thin_header_label{height:15px}.part-list-id{width:25px;font-size:11px;text-align:left}.part-list-part{padding-left:5px;flex:16 16}.callout_parts_margin{margin-top:6px}.part-list-price{flex:5 5 10px}.part-list-qty{flex:3 3}.square-icons{flex:6 6;margin-left:16px}.part-id{color:#464646;font-size:13px;font-weight:700;line-height:16px}.part-id-12px{color:#464646;font-size:12px;font-weight:700;line-height:16px}.partGroupIndicator{margin-right:10px;height:18px!important;width:auto!important}.part-id.large{font-size:18px;line-height:22px}.part-id.sub{font-weight:400;font-size:12px}.part-descriptions{margin-top:-3px}.part-desc{font-size:11px;line-height:19px;max-height:33px;overflow:hidden;text-overflow:ellipsis;color:#606060}.part-desc.warranty{color:#909090;font-weight:400}.callout-notes{margin-left:30px}.callout-note,.part-note{line-height:16px;font-style:italic;color:#2387d1}.part-position-desc{line-height:16px;font-style:italic}.qty-available-note{font-size:10px}.catalog-header{flex:0 0 auto;padding:8px 8px 8px 6px;background:#484848;border:1px solid gray;border-style:none none groove;color:#f4f4f4;font-size:14px}.catalog-name{margin-right:6px}.catalog-body{min-height:0}.breadcrumb-chemical{margin-left:35px;font-size:15px;border-bottom:1px solid #d3d3d3;color:#dadada;cursor:pointer;outline:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb-label{border-bottom:1px solid #d3d3d3;cursor:pointer;min-width:10px;color:#dadada;outline:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb-label:hover{color:#fff}.breadcrumb-label.next{margin-left:8px}.breadcrumb-label.noclick{border-bottom:0;text-decoration:none;cursor:default}.breadcrumb-sub-label{margin-right:10px;color:#b8b9bb;font-size:12px;border-radius:3px;text-shadow:none}.breadcrumb-button{max-height:30px}.list-item2{padding:3px 5px 5px}.white-label{color:#fff}.currency{text-align:right;padding:0 1px}.currency::before{content:"$"}.currency.heading::before{content:""}.number{text-align:right}.gray{color:#a9a9a9}.acblue{color:#31579e;font-weight:700}input[type=text]{box-sizing:border-box}input[type=radio]{vertical-align:middle}.search-options{margin-left:20px}.search-options button{margin-bottom:6px}.choices-list{max-height:310px;background:#f1f1f1;color:#393939;overflow-y:auto;border-radius:4px;border-top-left-radius:0;border-top-right-radius:0;font-size:14px}.choice-item>.id{width:86px}.tile-icons{position:absolute;right:0;top:0;margin-top:-6px;margin-right:-4px}.i-button{cursor:pointer;outline:0;margin-top:8px;margin-right:11px;color:#b6b6b6}.i-button.no-margin{margin-left:0}.icon-button{padding:1px!important;margin:0!important;min-height:0!important;height:22px!important;width:21px!important;border-radius:0!important;background-color:transparent!important}.icon-button.big{height:auto!important;width:auto!important;padding-left:4px!important;padding-right:0!important;margin-right:-2px!important}.icon-button-icon{color:#a0a0a0!important}.requestedPartReplacedLabel{margin-left:5px;font-size:8.5px;color:red}.image-button{cursor:pointer;margin-right:5px;object-fit:contain;font-family:'object-fit: contain';outline:0}.image-button.tiny{max-width:14px;max-height:14px;object-fit:contain;font-family:'object-fit: contain'}.image-button.verytiny{max-width:11px;max-height:11px;margin:2px;margin-bottom:3px;object-fit:contain;font-family:'object-fit: contain'}.image-button.small{max-width:16px;max-height:16px;margin:2px;object-fit:contain;font-family:'object-fit: contain'}.image-button-small{max-width:16px;max-height:16px;object-fit:contain;font-family:'object-fit: contain'}.image-button.normal{max-width:21px;max-height:21px;object-fit:contain;font-family:'object-fit: contain'}.image-button.large{width:25px;height:25px;object-fit:contain;font-family:'object-fit: contain'}.cart-submit{margin:0 -7px 0 10px!important}.uk-badge.part{background:rgba(255,255,0,.4);color:rgba(50,50,50,1);border:1px solid #a9a9a9;padding:0 4px}.popover{position:absolute;background:#fff;color:#393939;border:1px solid #a9a9a9;z-index:31;padding:3px 6px;font-size:13px}.popover.notes{min-height:40px;max-height:200px;min-width:150px;max-width:275px;overflow-y:auto}.popover.legend{padding:5px 7px}.notes-header{color:#f47a00;font-weight:700}.popover.images{background:#fff;color:#393939;max-width:75vw;padding:5px 10px 10px}popup-images{margin:100px;background:#fff;color:#393939;max-width:95%;width:100%;padding:5px 10px 10px}popup-images.image{height:250px;object-fit:cover;font-family:'object-fit: cover'}.popover.image{background:#696969;padding:5px 10px 10px}.images-header{color:#363636;font-size:15px}.images_gap{padding-left:5px}.images_gap_vertical{padding-top:5px}.images-container{margin-top:5px;max-height:600px;overflow-x:auto}.images-container-mini{margin-top:5px;overflow-x:hidden}.images-container-vertical{margin-top:5px;max-height:285px;overflow-y:auto}.image-viewer-thumbnail{max-width:300px;min-width:150px;max-height:250px;cursor:pointer}.image-viewer-thumbnail-mini{max-width:175px;min-width:125px;max-height:150px;cursor:pointer}.image-viewer-thumbnail-vertical{max-width:350px;min-width:150px;max-height:300px;object-fit:cover;font-family:'object-fit: cover';cursor:pointer}.image-viewer{background:#fff!important;padding:5px 10px;max-height:530px;font-size:1.1em;color:#383838}.image-viewer img{min-width:438px;object-fit:contain;font-family:'object-fit: contain'}.image-viewer-dialog{margin-top:-150px;padding:5px 10px 10px;overflow-x:auto;overflow-y:hidden;font-size:14px;max-width:90%;min-width:1024px!important}.image-viewer-dialog .big-image{max-width:350px;min-width:275px;width:350px;margin-top:2px;object-fit:contain;font-family:'object-fit: contain'}.images-wrapper{margin-top:8px}.image-viewer .image-thumbnail{margin-top:2px;width:220px;max-height:240px;object-fit:contain;font-family:'object-fit: contain';cursor:pointer}.image-item{font-size:13px;margin-right:4px}.image-viewer .image-contain{margin-top:2px;width:100%;object-fit:contain;font-family:'object-fit: contain'}.image-viewer .print-button{margin:12px 0 0}.battery-dialog{min-height:300px;height:80vh}.battery-dialog .heading{font-size:16px;color:#000}.battery-dialog .image-thumbnail{margin-top:2px;height:160px;object-fit:contain;font-family:'object-fit: contain';cursor:pointer}.battery-reset{font-size:15px;min-height:300px;height:80vh}.battery-reset .list-item2:hover{background:#dae6f7;color:#3e3e3e}.battery-reset .procedures-heading{color:navy;font-size:1.7em;font-weight:700;margin-bottom:15px}.battery-reset .procedure-title{font-size:1.02em;font-weight:700;color:#3e3e3e}.battery-reset .procedure-info{color:#575757;font-size:.9em}.popover.cartadd{background:#f1f1f1;color:#5c5c5c;border-radius:10px;border:1px solid #a9a9a9;padding:5px 11px 11px}.other-locations-link{margin-top:8px;cursor:pointer;color:gray;font-size:11px;line-height:13px;text-decoration:underline;text-underline-position:under}.addcart-sidebar{background:#e2e2e2;color:#5c5c5c;padding:8px 15px;--addcart-list-width:190px;--addcart-list-maxheight:200px}.add-cart{font-size:13px}.add-cart-partid{margin-bottom:8px;margin-top:-10px}.add-cart-partid-header{width:85px}.add-cart-partid-content{font-size:15px;font-weight:700;color:#656565}.add-cart-avail{min-height:85px;max-height:85px;max-height:var(--addcart-list-maxheight)}.add-cart-avail-header{width:85px}.add-cart-avail-content{width:var(--addcart-list-width);min-height:85px;max-height:var(--addcart-list-maxheight);background:#fff;color:#000;border:1px solid #a9a9a9}.add-cart-price{margin-top:8px}.add-cart-price-header{width:85px}.add-cart-price-content{font-weight:700;color:#153c83;font-size:15px;margin-top:5px}.add-cart-qty{margin-top:8px}.add-cart-qty-header{width:85px}.add-cart-qty-content{height:26px;width:80px;font-size:17px}.cart-button{width:72px;border-radius:3px!important}.avail_item_selected{background:rgba(173,216,230,.8)}.avail-item{padding:1px 1px 1px 3px;outline:0}.viewonly{width:20px;padding:0 2px}.viewonly-eye{margin-bottom:3px;object-fit:contain;font-family:'object-fit: contain'}.error-label{max-width:265px;padding-top:15px;color:red}.md-toast-content{background:#6497f7!important;color:#f1f1f1!important}md-toast.md-top{left:50%!important;transform:translate3d(-50%,0,0)!important}.avail-item:hover{background:rgba(173,216,230,.4)}.cartdot-wrapper{margin-top:-2px}.cartdot{background:#bced91;border:2px solid rgba(57,125,2,.4);border-radius:10px;color:#000;padding:0 5px;margin-left:5px;max-width:60px;height:20px;font-size:11px}.cartdot.x2{border:2px solid #619bfc;background:0 0;color:#f1f1f1}.popover.cartreview{background:rgba(81,81,81,.98);border:2px solid #a9a9a9;padding:10px;min-width:425px;max-width:460px;min-height:250px;height:70%}.cart{font-size:13px}.cart-options{flex:0 0 auto;color:#f5f5f5;margin-bottom:15px;font-size:17px}.cart-header{flex:0 0 auto;color:#a3a3a3;border-bottom:1px solid gray}.cart-detail{flex:1 1 auto;overflow-y:auto;color:#d3d3d3}.cart-totals{flex:0 0 auto;padding-top:3px;font-size:16px!important;color:#f5f5f5}.cart_item{line-height:36px;padding:0;border-bottom:1px solid gray;color:#d3d3d3}.cart.partid{width:80px;text-align:left}.cart.price{width:70px;margin-left:5px;text-align:right}.cart.qty{width:45px;margin-left:5px;text-align:right}.cart.qty.input{height:24px;line-height:24px;border:2px solid #464646}.cart.total{width:70px;margin-left:5px;text-align:right}.cart.location{width:85px;overflow:hidden;margin-left:15px;margin-right:8px;text-align:left;text-overflow:ellipsis}.popover.vehiclehistory{background:rgba(81,81,81,.98);border-radius:5px;border:1px solid #a9a9a9;padding:12px;width:600px;max-height:75vh;min-height:300px;height:1200px;color:#d3d3d3}.margin-bottom-5{margin-bottom:5px}.margin-bottom-10{margin-bottom:10px}.margin-bottom-15{margin-bottom:15px}.margin-top-5{margin-top:5px}.margin-top-10{margin-top:10px}.margin-top-15{margin-top:15px}.margin-left-5{margin-left:5px}.margin-left-8{margin-left:8px}.margin-left-10{margin-left:10px}.margin-left-15{margin-left:15px}.margin-left-20{margin-left:20px}.margin-left-25{margin-left:25px}.margin-right-5{margin-right:5px}.margin-right-10{margin-right:10px}.margin-right-15{margin-right:15px}.button_next{margin-left:7px!important}.illustrations_header{height:0}.sidebar-label{width:100px}.popover.switcher{background:#262626;max-width:75%;padding:5px 10px 10px;border-radius:0}.tile-margin{margin-left:10px}.switcher-control{cursor:pointer!important;width:110px}.switcher-label{margin-left:1px;cursor:inherit;font-size:15px;color:#efefef}.footer{height:0}.footer-left-right-areas{width:100px}.solera-logo{height:20px!important;object-fit:contain;font-family:'object-fit: contain';cursor:pointer;outline:0;margin:5px 10px;position:absolute;bottom:0;left:0}.privacy-notice{font-size:14px;text-decoration:underline;color:gray;cursor:pointer;white-space:nowrap;position:absolute;bottom:0;right:0;margin:5px 10px}.contact-us-logo{z-index:25;object-fit:contain;font-family:'object-fit: contain';cursor:pointer;outline:0;margin:8px 25px;position:absolute;bottom:0;right:0;opacity:.82}.no-outline{outline:0}.footer-social-icons{margin-left:auto}.footer-social-icons img:hover{cursor:pointer}.catalogs-sidebar{width:200px}.catalog-tile{margin-top:9px}.catalog-menu-tile{padding:10px;cursor:pointer}.catalog-menu-image{max-width:80px;margin-right:15px}.catalog-title{color:gray}.catalog-title-standalone{font-size:16px;color:#d3d3d3}.catalog-image{width:100%;cursor:pointer;border:1px solid gray}.catalog-image:hover{border:1px solid #a9a9a9}md-sidenav{background:rgba(56,56,56,.96)}.sidenav-heading{color:#f1f1f1;font-size:17px;margin-bottom:15px}.sidenav-heading.margin-top{margin-top:40px}.lightpanel{padding:15px;background:#f1f1f1}.lightpanel md-select{margin:0!important;padding:0!important;background:#fff}.lightpanel .md-select-placeholder,.md-select-value{padding-left:8px}.panel{padding:10px;color:#d3d3d3}.panel-heading,.panel-heading2{font-size:1.2em!important;color:#f1f1f1}.panel-heading.dark{color:#202020}.preference-item{margin-bottom:12px;color:#d3d3d3}.button-label{font-size:14px!important;color:#f1f1f1;text-decoration:underline;text-underline-position:under;cursor:pointer;padding:2px 8px;border:1px solid transparent}.button-label:hover{background:rgba(118,180,231,.95);color:#fff;border:1px solid #f1f1f1}.button-label.small{font-size:12px!important}.dialog-heading{padding:10px 10px 0;height:40px}.dialog-max-height{height:100%}.dialog-max-size{width:100%;height:100%}.dialog-popup{min-width:300px;overflow:hidden;border-radius:0!important;border:2px solid #a9a9a9;background:#f1f1f1}.inner-dialog{min-height:100%!important}md-dialog{border-radius:0!important}.dialog-popup md-list{padding:0!important}.dialog-popup .md-list-item-inner,.dialog-popup md-list-item{min-height:40px}.dialog-header{background:#eee;padding:2px 4px 0 0;border-bottom:1px solid #d3d3d3}.dialog-header-nostyle{background:#eee;padding:2px 4px 0 0}.dialog-header-inner{font-size:1.2em!important;color:#202020;padding:10px 12px}.dialog-items-title{margin-left:10px;padding-top:2px;color:#202020;font-size:15px}.dialog-icon{cursor:pointer;outline:0}.battery-detail-dialog{background:#f1f1f1;width:100vw;height:100vh}.battery-detail-image-container{margin-left:15px}.battery-detail-images-id{margin-left:15px;padding-top:5px;margin-bottom:5px}.battery-detail-close{margin-right:14px;margin-top:7px}.battery-detail-image{cursor:pointer;margin-right:9px;margin-bottom:5px}.battery-zoom-image-container{height:100vh}.battery-zoom-image{height:100%;max-height:74vh;display:block;margin-left:auto;margin-right:auto;cursor:pointer}.material-icons.toolbar{color:gray}.close-label{font-size:14px!important;color:#f1f1f1;text-decoration:underline;text-underline-position:under;cursor:pointer;outline:0}.close-label:hover{color:#fff}.close-label-dark{font-size:14px!important;color:gray;text-decoration:underline;text-underline-position:under;cursor:pointer;outline:0}.close-label-dark:hover{color:#33a1de}.close-label.small{color:#d3d3d3;font-size:12px;line-height:10px;cursor:pointer}.close-label.small:hover{color:#fff}.close-x{color:#d3d3d3;font-size:19px;cursor:pointer}.close-x.dark{color:gray}.close-x.dark:hover{color:#33a1de}.close-x:hover{color:#fff}.close-x-small{color:#d3d3d3;font-size:15px;cursor:pointer;line-height:10px}.close-x-small:hover{color:#fff}.current-catalog-label{color:gray;font-size:17px;margin-right:45px}.eula{overflow-y:auto;padding:50px 50px 30px}.eula-buttons{background:#a9a9a9;padding:8px;border-top:1px solid #505050}.bg-illustrated{min-height:0;content:"";background:url(../views/resources/images/bg-illustrated.jpg) no-repeat;background-size:cover}.bg-battery{min-height:0;content:"";background:url(../views/resources/images/bg-battery.jpg) no-repeat;background-size:cover}.bg-chemical{min-height:0;content:"";background:url(../views/resources/images/bg-chemical.jpg) no-repeat;background-size:cover}.bg-ca-chemical{min-height:0;content:"";background:url(../views/resources/images/bg-ca-chemical.jpg) no-repeat;background-size:cover}.bg-pigtail{min-height:0;content:"";background:url(../views/resources/images/bg-pigtail.jpg) no-repeat;background-size:cover}.quick-search-label{margin:25px 0 2px;font-weight:700;color:#fff;font-size:13px}.control-guide{margin-left:1px;color:gray}.panelbox{padding:5px 10px 10px;margin-bottom:25px;background:#555}.panelbox-heading{color:orange;font-size:15px}.panelbox-buttons{margin-top:22px}.part-search-box{background:#f1f1f1!important;color:#393939!important;border:1px solid #696969!important;border-radius:4px!important;padding:0!important}.part-search-box:focus{border:1px solid #33a1de!important}.menu-popup{margin-top:-2px;margin-left:3px}.menu-popup-dropdown{max-width:120px;padding:0!important;margin-top:2px!important}.menu-popup-dropdown *{background:#e6e6e6!important;color:#333!important}.menu-popup-dropdown *>li>a:focus,.menu-popup-dropdown *>li>a:hover{background:#31579e!important;color:#fff!important}.tiles-container{padding:7px 0 0 7px;position:relative;z-index:10;background:#f1f1f1;display:inline-flex;flex-wrap:wrap}.tile{padding:7px;background:#fff;border:1px solid #d3d3d3;margin-right:7px;margin-bottom:7px;background-color:#fff}.tile.comparing{border-top:3px solid #b4d5e6fc}.tile-compare-tab{color:#33a1de;margin:-3px 0 7px -1px;font-size:15px}.tile-inner{width:210px}.tile-inner.battery{width:260px}.tile-inner.chemical{width:235px}.tile-image{height:154px;object-fit:contain;font-family:'object-fit: contain';cursor:pointer;outline:0}.tile-image.battery{height:197px;object-fit:cover;font-family:'object-fit: cover';margin:3px 0}.tile-image.chemical{height:168px;background:#fff;object-fit:contain;font-family:'object-fit: contain';margin:3px 0}.no-image{height:197px!important}.tile-image.chemical.no-image{background:0 0}.image-coming-soon{line-height:45px;font-family:sans-serif,Arial,Helvetica,Verdana;font-size:38px;font-weight:700;text-align:center;padding:10px 0;max-width:200px;color:#b5b5b5}.tile-item-desc{width:200px;max-width:275px;line-height:16px;max-height:33px;overflow:hidden;color:gray}.image-overlay{position:relative}.resetProceduresContainer{height:100vh;overflow:hidden}.resetProceduresHeader{height:57px;background-color:#D8D8D8;border-radius:4px 4px 0 0}.resetProceduresElement{padding:0 40px}.resetProceduresTitle{height:100%;width:auto;line-height:50px;font-size:20px;font-weight:700;display:inline-block;font-family:Roboto;font-style:bold;margin-top:3px;color:#2E3336}.x-icon-container{padding-top:16px;margin-right:0;display:inline-block;height:100%;width:50px;float:right;text-align:center}.battery-reset-x-icon{cursor:pointer;padding-left:50px}.alwaysShowScroll{overflow-y:scroll!important}.resetProcedure{padding-left:35px;padding-right:35px}.closedAccordion{position:relative;background-color:#D8D8D8;color:#444;min-height:85px;height:flex;width:100%;text-align:left;border-radius:4px;outline:0;transition:.4s;display:inline-block}.openAccordion{border-radius:4px 4px 0 0}.resetProceduresListNumber{top:0;bottom:0;position:absolute;background-color:#31569E;vertical-align:top;color:#fff;min-height:85px;height:flex;width:30px;display:inline-block;border-radius:4px 0 0 4px}.listNumberOpen{border-radius:4px 0 0;height:flex;width:30px}.resetItemNumber{margin-top:20px;font-size:20px;text-align:center}.collapsedInfo{margin-left:40px;margin-top:10px;margin-bottom:10px;width:75%;height:auto;column-width:200px;column-count:5;display:inline-block;font-family:Roboto}.resetProcedureVehicle{padding:0;display:list-item;list-style-type:disc;list-style-position:inside}.batteryResetIconsContainer{right:0;margin-right:10px;vertical-align:center;display:inline-block;float:right;height:100%;width:14%;text-align:right;position:absolute}.print-icon{position:relative;top:50%;transform:translateY(-50%);cursor:pointer}.add-remove-icon{margin-left:5px;margin-right:10px;display:inline-block;position:relative;top:50%;transform:translateY(-50%);cursor:pointer}.resetProcShowBorder{border:solid;border-top:0;border-color:lightgrey;border-width:1px;border-radius:0 0 4px 4px}.batteryResetPanel{color:#2E3336;font-family:Roboto;font-size:14px}.hiddenResetProcedureDetails{visibility:hidden;width:100vw;height:0}.smallSpacer{height:5px}.procedure-element{font-size:16px}.closeButtonContainer{justify-content:right}.bottomDialogCloseButton{float:right;margin-bottom:20px;margin-top:20px;margin-right:52px;right:0;border-radius:5px;border:solid;border-width:1px;border-color:#0053A6;background-color:#fff;color:#0053A6;height:40px;width:110px;font-size:12px;font-family:Roboto;letter-spacing:2px}.bottomDialogCloseButton:hover{color:#2894ff;border-color:#2894ff}.icons-container{padding:5px 3px;position:absolute;right:0;top:0;z-index:10}.pricing-container{color:#7a7a7a;padding:0 4px;font-size:12px}.pricing-container.chemical{background-color:#d2d2d2}.price{width:72px;font-size:13px}.price.blue{color:#31579e;font-weight:700}.price.value{font-weight:400;text-align:right;width:70px}.price.value::before{content:"$"}.price.value.blue{color:#153c83;font-weight:700}.attributes{margin-top:2px;padding:3px 4px 0;font-size:12px;line-height:18px;border-top:1px solid #d2d2d2}.attribute{border-bottom:1px solid #d3d3d378}.attribute.no-underline{border-bottom:0}.attribute .desc{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.attribute .value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.slideout-battery{padding:7px 0 7px 14px;height:100%;background:rgba(20,20,20,.65);color:#f4f4f4}.vehicle-type-item{width:201px;background:rgba(64,64,64,.9);border:1px solid rgba(255,255,255,.2);color:#f4f4f4;padding:20px;margin:7px 0;cursor:pointer;outline:0;font-size:16px}.vehicle-type-item.selected{background:#31579e}.vehicle-type-item:hover{border:1px solid rgba(255,255,255,.4);color:#fff}.attributes-link-toggle{color:#d3d3d3;cursor:pointer;text-decoration:underline;text-underline-position:under}.attributes-list{min-height:50px;max-height:250px;font-size:11px;background:#fff;color:gray;margin:5px 0 4px}.attributes-list.popup{max-height:450px;min-width:350px;font-size:12px;margin:0}.attributes-list .attribute{background-color:#f1f1f1;line-height:24px;padding:0 4px}.attributes-list .attribute:hover{background-color:#dae6f7}.attributes-list .desc{width:38%}.attributes-list .value{width:60%;text-align:right}.batTechDataTooltip{margin-top:10px!important;opacity:1!important;font-size:11.5px!important;background-color:#fff!important;color:#3d3d3d!important;border-style:solid!important;border-color:grey!important;border-width:.5px}.connector-search-box{margin-bottom:25px}.chemical-search-box{margin-bottom:40px}.battery-vehicle-search-close{height:0}.battery-vehicle-search-close i{font-size:30px;color:#a9a9a9;cursor:pointer;outline:0;margin-top:-15px;margin-right:-11px;padding:0 5px}.battery-type-tile{background:rgba(81,81,81,.7);color:#f1f1f1;padding:7px;margin-bottom:7px;border:1px solid gray;border-radius:2px;cursor:pointer}.battery-type-tile.selected{background:#31579e}.battery-type-tile:hover{border:1px solid #a9a9a9}.battery-type-desc{font-size:14px;margin-bottom:3px;line-height:16px;cursor:pointer}.battery-type-image{height:135px;object-fit:cover;object-position:left;font-family:'object-fit: cover; object-position: left;';opacity:.95}.battery-criteria{margin:0 14px 14px}.battery-criteria.ymm{min-height:50px}.battery-criteria.other{margin:0;padding:10px 0 0 10px;background:rgba(54,54,54,.97)}.battery-criteria.marine md-list{padding:0!important;background:#f1f1f1;color:#282828;width:400px;font-size:15px}.battery-criteria.marine .md-list-item-inner,.battery-criteria.marine md-list-item{min-height:40px;max-height:40px}.vertical-text{margin-top:36px;transform:rotate(-90deg);white-space:nowrap}.battery-criteria-controls{margin:0 14px 8px 0}.battery-type-info{padding:12px;font-size:14px;min-width:300px;max-width:375px}.expand-desc{font-size:16px;color:#f1f1f1}.listbox{background:#999;color:#f1f1f1;overflow-y:auto;overflow-x:auto;margin-top:0;min-height:100px;max-height:200px}.listbox li{min-height:22px;font-size:14px;padding:1px 5px;cursor:pointer}.listbox li:hover{background:#31579e}.listbox label{cursor:pointer}.listbox-marine{margin-top:0;background:gray;color:#f1f1f1;font-size:14px}.listbox-marine li{padding:7px 0;cursor:pointer}.listbox-marine li:hover{background:#31579e}.listbox-marine label{margin-left:10px}.listbox-marine img{height:80px;object-fit:cover;object-position:left;font-family:'object-fit: cover; object-position: left;'}.listbox-heading2{color:#f1f1f1;font-size:14px}.listbox-other{padding:10px;margin-top:5px;color:#d3d3d3;overflow-y:auto;overflow-x:hidden}.listbox-other-item{margin-bottom:10px;margin-right:10px;font-size:13px;cursor:pointer;width:150px}.listbox-other label{color:#b9b9b9}.listbox-other.minmax-item{margin-top:3px}.minmax-item label{width:26px;color:#ffb324}.listbox-other .input-stepper{background:#f1f1f1;color:#505050;height:27px;border:1px solid gray!important;margin-left:4px;margin-right:10px;width:60px;padding:2px 4px}.listbox-panel{padding:10px;background:rgba(81,81,81,.85)}.listbox-panel-heading{font-size:16px;color:orange}.listbox-heading{font-size:13px;color:orange;margin:2px 0}.list-engines{max-height:144px}.cart-info-text{color:#dadada;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;outline:0}.cart-group{margin-top:11px;cursor:pointer;outline:0}.cart-bubble-wrapper{margin-top:-2px}.cart-bubble{background:rgba(49,87,158,.9);border:1px solid rgba(255,255,255,.2);color:#fff;color:#f4f4f4;border-radius:15px;padding:0 5px;max-width:60px;height:15px;font-size:11px;position:absolute;margin-top:-39px;margin-left:5px}.breadcrumb{position:relative;z-index:10;background:#31579e;color:#f1f1f1;font-size:13px;padding:8px 0 8px 8px}.breadcrumb>.close-x{margin:0 10px}.compare-items{font-size:13px;margin:12px 0 12px 14px}.compare-items>.close-x{margin:0 10px}.compare-item{padding:5px;background:rgba(81,81,81,.85);color:orange;border:1px solid #a9a9a9;border-radius:0}.pdfviewer{background:rgba(81,81,81,1);border:1px solid #a9a9a9;border-radius:0}.pdfviewer div{padding:8px 10px}.pdf{flex:1}.category-panel{width:375px;min-height:300px;max-height:80vh;background:#555;color:#f1f1f1;margin-top:-23px;margin-left:-5px;border:2px solid #a9a9a9}.treeview{color:#acacac;font-size:14px;outline:0!important;max-height:69vh;min-height:60vh;height:0}.treeview .heading{margin:7px 0 0 9px;font-size:16px;color:#f1f1f1}.slideout-chemical{width:335px;height:100%;padding:7px 14px;background:rgba(20,20,20,.65);color:#f4f4f4}.slideout-button{width:28px;color:#f4f4f4;background:rgba(20,20,20,.7);cursor:pointer;outline:0}.slideout-arrow{color:#fff!important;cursor:pointer;outline:0;margin-top:7px}.tree-level1{color:#f1f1f1;padding:5px 0;outline:0!important}.tree-level1 label{cursor:pointer;outline:0}.tree-level1 label:hover{color:#fff}.tree-level2{padding:0!important;border:0!important}.tree-level2 li{margin:0;color:#bebebe;padding-top:2px;padding-bottom:2px;background:none!important;border:0!important}.tree-level3{color:#9096a2!important;border-bottom:2px solid rgba(20,20,20,0);margin-left:27px;padding:2px}.tree-level3:hover{color:#f1f1f1!important;border-bottom:2px solid red}.chemical-detail-viewer{background:#505050;color:#d3d3d3;border:1px solid #a9a9a9;border-radius:0;padding:5px 10px 15px;max-height:550px}.chemical-detail-viewer .heading{color:#fff;font-size:17px}.chemical-detail-viewer .image-contain{margin-top:2px;height:450px;max-width:325px;object-fit:contain;font-family:'object-fit: contain';background:#fff;border:1px solid #a9a9a9;padding:10px}.chemical-detail-viewer .image-contain2{margin-top:2px;object-fit:contain;font-family:'object-fit: contain';background:#fff;padding:5px}.chemical-detail-viewer .item-desc{font-size:14px}.addcart{margin-left:20px;margin-top:-14px;width:170px}.highlight-heading{color:orange}.chemical-item-detail{flex:4 1;overflow-y:auto;margin-left:15px;font-size:14px;line-height:21px}.fb-list{flex:6 1;font-size:14px;margin-top:5px}.fb-list .uk-list{margin-top:0}.fb-bullet{color:gray;margin-right:8px;margin-top:3px}.detail-price{color:#70a5fc;width:75px;font-size:15px}.detail-price.value{text-align:right;width:65px}.detail-price.value::before{content:"$"}.detail-list-price{color:#adadad;width:75px;font-size:15px}.detail-list-price.value{font-weight:400;text-align:right;width:65px}.detail-list-price.value::before{content:"$"}.uk-list{margin:0!important}.highlighted{color:#ff8000;font-weight:700}.keyword-item{padding:5px 8px;cursor:pointer}.keyword-item:hover{background:rgba(191,239,255,.6)}.no-attributes-label{padding:2px 4px;margin:5px 0 4px;background:orange;color:#848484;font-size:12px}.illustrated-legend{height:20px;padding-top:2px;border-bottom:1px solid #add8e6;color:#c9c9c9;font-size:13px;cursor:pointer}.divider{width:1px;height:22px;border-left:1px solid gray;margin:0 15px}.hyperlink{line-height:14px;color:#dadada;font-size:11px;font-weight:700;cursor:pointer;border-bottom:1px solid}.hyperlink.next{margin-left:8px}.ac-dropdown{margin-left:13px;margin-top:65px;border:0;background-color:transparent}.ac-dropdown-illustrated{border:0;background-color:transparent}.ac-button-group>.uk-button:last-child,.ac-button-group>div:last-child .uk-button{border-left-color:rgba(255,255,255,.2)!important}.ac-button-list-wrapper{margin:2px 0 3px 1px;box-shadow:none}.ac-button{background:#31579e;color:#f1f1f1;border-radius:3px;font-size:14px;font-weight:400;text-shadow:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ac-button:hover{background:#3763b3;color:#f1f1f1}.ac-button.plus{font-weight:700}.ac-button-red{background:#ca0000;color:#f1f1f1;border-radius:3px;font-size:14px;font-weight:400;text-shadow:none}.ac-button-red:hover{background:red;color:#f1f1f1}.ac-button-red.plus{font-weight:700;border-right:1px solid #acacac!important}.ac-button.small{height:22px;padding:0 7px}.ac-button.mini{height:22px;padding:0 4px}.hyper{color:#626262;min-width:13px;height:13px;font-size:11px;font-weight:700;margin:2px 3px;border-bottom:1px solid #79c2ea;cursor:pointer;outline:0}.hyper.light{color:#d3d3d3!important;font-size:12px}.hyper.light.normal{font-size:13px}.hyper.wrap{border:1px solid #a9a9a9;border-radius:5px;padding:4px 6px;margin-bottom:4px}.hyper.art-note{margin:0 0 0 5px;padding-top:0}.hyper-button{color:#626262;height:16px;font-size:13px;font-weight:700;padding:3px 2px;margin:2px 16px 2px 0;border-bottom:1px solid #a9a9a9;cursor:pointer;outline:0}.hyper-button.selected{border-bottom:1px solid #79c2ea}.square{color:#303030;min-width:13px;height:13px;margin:2px;padding:3px;font-size:11px;font-weight:700;cursor:pointer}.square.v2{margin:2px;width:18px;height:18px}.square.pf{background:#8cc58b}.addcart-error{width:200px}.addcart-dialog{background:#f1f1f1;color:#5c5c5c;border-radius:10px;border:1px solid #a9a9a9;padding:10px;--addcart-list-width:190px;--addcart-list-maxheight:85px;z-index:-1}.addcart-popup{background:#f1f1f1;color:#5c5c5c;border-radius:10px;border:2px solid #a9a9a9;padding:4px 12px 10px;margin-top:-15px;--addcart-list-width:187px;--addcart-list-maxheight:115px}.addcart-dropdown{--addcart-list-width:170px;--addcart-list-maxheight:85px}.addcart-error{max-width:100%}.addcart-button-wrapper{min-width:13px;height:13px;margin:2px;padding:3px 0;font-size:11px;font-weight:700;cursor:pointer;color:#f1f1f1}.addcart-plus-button{padding:0 6px;background:#31579e;border-right:1px solid #acacac;border-top-left-radius:4px;border-bottom-left-radius:4px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.addcart-plus-button:hover{background:#3763b3}.addcart-button{padding:0 5px;background:#31579e;border-top-right-radius:4px;border-bottom-right-radius:4px}.addcart-button:hover{background:#3763b3}.addcart-plus-button-red{padding:0 6px;background:#ca0000;border-right:1px solid #acacac;border-top-left-radius:4px;border-bottom-left-radius:4px}.addcart-plus-button-red:hover{background:red}.addcart-button-red{padding:0 5px;background:#ca0000;border-top-right-radius:4px;border-bottom-right-radius:4px}.addcart-button-red:hover{background:red}.square.image{background:gray}.square.note{background:#99befd}.square.rpo{background:gray;color:#bebebe}.square.legend{background:#717171;color:#c7c7c7}.button-link{margin-bottom:5px}.button-link img{height:28px;margin-top:3px;object-fit:contain;object-position:left;font-family:'object-fit: contain; object-position: left;';cursor:pointer}.tierbrands{border-radius:0!important;border:2px solid #a9a9a9;background:#f1f1f1;color:gray;font-size:13px;width:var(--tierbrands-width);height:var(--tierbrands-height)}.tierbrands-expanded{--tierbrands-width:92vw;--tierbrands-height:85vh}.tierbrands-condensed{--tierbrands-width:70vw;--tierbrands-height:60vh}.tierbrands-content{padding:8px;height:calc(var(--tierbrands-height) - 40px)}@media only screen and (max-width:1440px){.tierbrands-expanded{--tierbrands-width:92vw}}@media only screen and (max-width:1280px){.tierbrands-expanded{--tierbrands-width:93vw}}@media only screen and (max-width:1024px){.tierbrands-expanded{--tierbrands-width:97vw}}.tier-left-section{flex:7 7 715px;overflow-y:auto}.tier-right-section{flex:3 3 235px;margin-left:10px;margin-bottom:5px!important}.tier-brand{font-size:15px;color:#2a8bdc;margin-bottom:5px}.brand-image{width:100%;margin:4px 6px;height:25px;object-fit:contain;object-position:left;font-family:'object-fit: contain'}.tier-brand-content{padding:0 0 10px 10px}.tier-item-heading{color:#868282;border-bottom:1px solid #d3d3d3;padding:1px 2px}.tier-item{color:#323232;line-height:21px;padding:2px;border-bottom:1px solid #d3d3d3;outline:0}.tier-item:hover{background:#dae6f7}.tier_item_selected{background:#a9c6ed}.tier-pn{width:130px;margin-right:2px}.tier-desc{width:175px;margin-right:2px;padding-right:5px}.tier-pos{width:70px;text-align:center;margin-right:2px}.tier-qty{width:40px;text-align:center;margin-right:2px}.tier-price{width:85px;text-align:right;margin-right:2px}.placeholder-box{width:142px;height:20px}.tier-note-and-image-placeholder,.tier-note-placeholder{width:39px;height:20px}.tier-notelink{width:31px;margin:0 4px}.tier-imagelink{width:39px;margin:0 4px}.tier-addcart{width:48px;margin:0 4px}@media only screen and (max-width:1280px){.tier-desc{width:140px;margin-right:2px}}@media only screen and (max-width:1024px){.tier-pos{width:55px;margin:0 2px 0 3px;font-style:italic}.tier-desc{width:110px;margin-right:2px}.tier-qty{width:45px}.tier-price{width:68px}}.tier-price.value::before{content:"$"}.brand-tag{background:orange;color:#eaeaea;font-size:14px;padding:0 7px;border-radius:9px;text-align:center;margin-right:10px;line-height:21px;width:62px}.tier-focus-item{font-size:15px;color:#31579e;line-height:20px}.tier-focus-item-desc{line-height:20px;margin-left:1px;color:#404040}.tier-attrs{overflow-y:auto;overflow-x:hidden;background:#f1f1f1;color:gray;margin:2px 0;flex:1 1 0}.tier-attrs .attribute{background-color:#fff;line-height:24px;padding:0 4px}.tier-attrs .attribute:hover{background-color:#dae6f7}.tier-no-attr{font-style:italic;text-decoration:underline;color:#a9a9a9}.tier-attr{background:#424242;color:#a9a9a9;border-bottom:1px solid #525252;padding:1px 4px;line-height:19px}.tier-attr:hover{background:#474747}.tier-attr-desc{min-width:75px;width:50%}.tier-attr-value{margin-left:5px;text-align:right;width:100%}.tier-fitment-data{margin:-4px 85px 5px 5px;color:#a2a2a2;color:#888}.switch{position:relative;display:inline-block;width:36px;height:20px}.switch input{display:none}.switch-label{font-size:14px;color:#d3d3d3}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d3d3d3;-webkit-transition:.4s;transition:.4s;border:1px solid gray;border-radius:2px}.slider:before{position:absolute;content:"";height:26px;height:14px;width:26px;width:14px;left:4px;left:3px;bottom:4px;bottom:2px;background-color:#949494;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#bced91}input:checked+.slider.blue{background-color:#77bef9}input:checked+.slider:before{-webkit-transform:translateX(14px);-ms-transform:translateX(14px);transform:translateX(14px)}.slider.round{border-radius:34px;border-radius:20px}.slider.round:before{border-radius:50%}.ngdialog{z-index:100!important}.invisible-button{color:#fff;cursor:pointer;background:gray;border:1px solid #d3d3d3;opacity:.01;height:25px;vertical-align:middle;padding:5px}.no-scrollbars,.no-scrollbars *{overflow:hidden!important}.skinnyscroll{overflow-y:auto;overflow-x:hidden}.skinnyscroll::-webkit-scrollbar{width:7px}.skinnyscroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.skinnyscroll::-webkit-scrollbar-thumb{background-color:darkgrey;outline:1px solid slategrey}.skinnyscroll.medium::-webkit-scrollbar{width:9px}.autocomplete-search-container{min-width:350px;width:33vw}.search-input-box-header{width:18vw;min-width:190px}.autocomplete-search-input-box{background:#f1f1f1;color:#505050;border-radius:0;height:27px;width:18vw;min-width:190px}.autocomplete-search-input-box.chemical{width:275px}.autocomplete-search-input-box md-autocomplete-wrap{height:27px!important}.autocomplete-search-input-box input{height:27px!important;line-height:27px!important}.autocomplete-search-go-button{height:30px;padding:0 9px;background:#31579e;color:#fff;border:1px solid gray;font-size:14px;cursor:pointer}.autocomplete-search-result .highlight{color:#1e99ce!important}.form-input-wrapper{padding:0;margin:0}.vw10{width:10vw!important}.vw15{width:15vw!important}.vw20{width:20vw!important}.vw25{width:25vw!important}.vw30{width:30vw!important}.vw35{width:35vw!important}.vw40{width:40vw!important}.vw50{width:50vw!important}.h27{height:27px!important}.h28{height:28px!important}.h30{height:30px!important}.h32{height:32px!important}.h35{height:35px!important}.h40{height:40px!important}.h100{height:100%}.w100{width:100%}.margin-top-n10{margin-top:-10px!important}.margin-left5{margin-left:5px!important}.margin-left10{margin-left:10px!important}.margin-left15{margin-left:15px!important}.margin-right5{margin-right:5px!important}.margin-right10{margin-right:10px!important}.margin-right15{margin-right:15px!important}.wide-autocomplete .md-autocomplete-suggestions-container{max-height:75vh!important;min-height:25px!important;width:40vw!important}.wide-autocomplete li{line-height:26px;height:auto}.tall-autocomplete .md-autocomplete-suggestions-container{min-height:25px!important}.tall-autocomplete li{line-height:26px;height:auto}.support-items-menu{margin-right:60px}.spec{margin:15px;font-size:14px}.spec-header{border-bottom:1px solid #d3d3d3;padding:5px 0;background:#f1f1f1;color:gray}.spec-item{padding:5px 0;border-bottom:1px solid #d3d3d3;color:#393939;display:flex;flex:0 0 auto}.text-center{text-align:center}.switch2{height:27px;margin:0 0 0 10px!important;font-size:14px;color:#d3d3d3}.md-button{text-transform:none!important;margin:0}.md-button.button-small{min-height:32px!important;line-height:32px!important}.color-darkgray{color:gray}.pigtail-spacer{margin-left:7px!important}.other-results{color:#f1f1f1;font-weight:14px}.other-attr-label{margin-bottom:2px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.minmax.other-attr-label{width:110px!important}.illustrated-search{width:600px;min-height:262px}@media only screen and (min-height:500px){.illustrated-search{margin-top:-200px}}.battery-terminal{border-radius:0!important;border:2px solid #a9a9a9;background:#f1f1f1;position:absolute;z-index:90}.battery-terminal img{width:200px;height:200px;object-fit:cover;font-family:'object-fit: cover'}.vehicle-vin{width:150px}.vehicle-desc{margin-left:20px}.cart-notify{position:absolute;display:none!important;z-index:-1;left:200px;top:200px;width:200px;height:200px;background-color:#fff;border:1px solid #888}@media print{-webkit-print-color-adjust:exact;body{height:auto;width:auto;display:block;float:none}*{overflow:visible!important}.no-print{display:none}#printSection,body.printing #printSection *{display:flex!important}#printSection{display:flex!important;position:absolute!important;left:0;top:0;margin:.25in!important;padding:0!important}#batteryResetPrintSection,#batteryResetPrintSection *{display:block!important;overflow:visible!important;border:0!important}#batteryResetPrintSection{margin:.25in!important;padding:0!important;border:0!important}.procedures-print{font-family:Roboto;padding:.15in;background:#fff;color:#3e3e3e;font-size:14px;width:100%;overflow:visible!important;border:0!important}.procedures-heading{color:#a9a9a9;font-size:14px;font-weight:700;margin-bottom:15px}.procedure-title{font-size:14px;font-weight:700;color:#3e3e3e;margin-bottom:6px}.procedure-info{font-size:1em;color:#575757}.printProcedure{margin-bottom:15px;overflow:visible!important}.resetProcTitle{margin-top:0;font-size:.25in}.procedureWorksWith{font-weight:700}.car-titles{margin-top:8px;margin-bottom:30px}.car-title{margin-bottom:-20px}.print-heading{font-size:1.3em;margin-bottom:50px}.illustration{font-family:calibri,arial,veranda;font-size:1.3em}.breadcrumb-label{line-height:24px;min-width:10px;color:#dadada;border:0}.breadcrumb-label.next{margin-left:8px}.underline{border-bottom:1px solid #000}}