/* style.css */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
    position: relative;
    margin-left: 0px;
}

.home-icon-cont{
    padding: 15px;
    background: #ececec;
}

.home-icon-cont .base-image,
.home-icon-cont .rollover-image {
    max-height: 60px;
}


.home-text-cont, .banner-footer {
    background: #fff;
    padding: 6px 5px;
    height: 44px;
    overflow: hidden;
}

.banner-footer
{
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 500;
}

.disabled-vrm {
    pointer-events: none;
    opacity: 0.5;
}

.disabled-btn {
    pointer-events: none;
    opacity: 0.4;
}

.mobile-filters-control {
    float: left;
    font-size: 15px;
    font-weight: normal;
    background-color: #bbb;
    color: #000000;
    border-bottom: 0;
    border-radius: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    cursor: pointer;
}

.mobile-filters-control .fa {
    margin-left: 10px;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.modal.product-detail {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-backdrop {
    height: 100%!important;
    position: fixed;
}

.video-thumbnail-container {
    max-width: 75px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.zoom-main {
    margin-bottom: 15px;
}

.product-video-holder {
    display: none;
    margin-bottom: 15px;
}

.product-video-holder iframe {
    width: 100%;
    height: 317px;
}

@media(max-width: 1199px){
    .product-video-holder iframe {
        width: 100%;
        height: 262px;
    }
}

.video-thumbnail-container::after {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 17px;
    left: 0;
    right: 0;
    text-align: center;
    content: "\e029";
    color: #fff;
}

.product-detail.disabled-div {
    pointer-events: none;
    opacity: 1;
}

.product-detail.disabled-div .modal-content {
    position: relative;
}

.product-detail.disabled-div .modal-content {
    opacity: 1;
    pointer-events: none;
}

.product-detail.disabled-div .modal-content::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url("/images/spinner.gif") center no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.disabled-div:not(.product-detail)::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url("/images/spinner.gif") center no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
}

.product-detail.disabled-div #options-ajax::after {
    content: "";
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: url('/images/spinner.gif') center no-repeat;
    padding-top: calc(50vh - 50px);
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    z-index: 99;
}

.second-level .btn.btn-sm.glyphicon {
    line-height: initial;
    padding: 5px 10px 5px 12px;
}

.panel-carousel .swiper-slide h4 {
    display: block;
    display: -webkit-box;
    height: 46.2px!important;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-icon-cont .rollover-image {
    display: none;
}

.homepage-icons div.col-md-3 {
  margin-bottom: 2rem;
}

.home-text-cont h5{
    margin-top: 0;
    margin-bottom: 0;
    color: #7e7e7e;
    font-size: 13px;
    font-weight: 500;
}

.thumbnail-popup img {
    margin-bottom: 10px;
}

.homepage-icons a{
  -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
  display: block;
}

#option-holder #name a {
    color: #333;
}

@font-face {
    font-family: UkNumberPlate;
    src: url(/fonts/UKNumberPlate.ttf);
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    color: #000000;
}

body.feedback-admin {
    overflow-y: scroll !important;
}

textarea.xml-in
{
    font-family: Courier;
}

legend
{
    margin-bottom: 10px;
}

.loaded body {
    opacity: 1;
}

.text-right
{
    text-align: right !important;
}

.center
{
    text-align: center;
}

.input-fullwidth {
    width: 96%;
}

.btn
{
    border-radius: 0;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn.btn-orange {
    background-color: #ed5901;
    color: white;
}

.btn.btn-orange:hover {
    background-color: #C74A00;
    color: white;
}

.button-block-group {
    margin-bottom: 10px;
}

.small {
    font-size: 1em;
    margin-top: 0;
    line-height: normal;
}

@media(max-width: 767px){
    .form-horizontal .btn{
        width: 100% !important;
    }
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

.btn-feedback-forward {
    vertical-align: bottom;
}

div.container a.brand {
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.table th.center, .table td.center {
    text-align: center;
}

footer {
    margin-top: 30px;
    clear: both;
}

div.labeled {
    margin-bottom: 8px;
}

div.labeled label,
th.labeled  {
    margin-bottom: 0;
    font-weight: bold;
    color: #004892;
}
/*
div.labeled-hoz {
    padding-bottom: 8px;
}
*/

div.labeled-hoz label {
    margin-bottom: 0;
    font-weight: normal;
    color: #004892;
    /*display: block;
    float: left;
    width: 120px;
    text-align: right;
    clear: both;
    font-size: 12px;*/
}

/*
div.labeled-hoz div {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

div.labeled-hoz div.labeled-hoz-value {
    clear: both;
    margin-left: 130px;
}
*/

hr {
    border: 1px solid #DDDDDD;
    margin: 40px 0px;
}

hr.order-history {
    margin: 20px 0px;
}

#orderno
{
    margin-left: 10px;
}

/*************** Admin form overrides Start **************/
.preview-image
{
    max-height: 150px;
    margin-bottom: 15px;
    margin-right: -15px;
    float: right;
}

.prefix-notes {
    display: inline-block;
    margin-left: 10px;
    font-size: smaller;
    position: absolute;
    left: 9px;
    top: 54px;
}

.prefix-notes-rel {
    display: inline-block;
    font-size: 14px;
}

.scrollable {
    width: 100%;
    overflow: scroll;
}

.clear {
    clear: both;
}

.strong * {
    font-weight: bold;
}

ul.tree, ul.tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.tree li div.item {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

ul.tree li div.item label {
    float: left;
    margin: 0;
}

ul.tree li div.item div {
    float: right;
}

ul.tree li ul li {
    padding-left: 40px;
}

html {
    height: 100%;
}

body {
    padding-top: 25px;
    padding-bottom: 0;
}

div.body {
    padding-top: 25px;
    padding-bottom: 40px;
}

.alert {
    white-space: pre-line;
}

.form-horizontal input
{
    margin-right: 10px;
}

.form-horizontal input.input-large
{
    width: 80%;
}

.form-horizontal select
{
    margin-right: 10px;
}

.form-control
{
    border-radius: 0;
}

select.input-medium
{
    width: 164px;
}

select.input-large
{
    width: 224px;
}

.form-item-float-column
{
    float: left;
    width: 33%;
    position: relative;
}

.form-item-clear-column
{
    clear: left;
}

.prettyFile > input
{
    display: none;
}

/*************** Admin form overrides End **************/
/*************** Fix to Datatables Start **************/
.dataTables_info {
    float: none;
}

table.dataTable tr.odd {
    background: transparent;
}

table.dataTable tr.odd /*td.sorting_1*/ {
    background-color: #E2FFFF;
}

table.dataTable tr.even /*td.sorting_1*/ {
    background-color: #F5FFFF;
}

table.dataTable th.sorting {
    background-image: none;
}

/*************** Fix to Datatables End **************/

/*************** National Visibility Branch Stock Start **************/
.nv-table-container {
}

.nv-branch-name {
    width: 70%;
}

.nv-branch-stock {
    width: 30%;
}

#modal-alert table.dataTable.part-list tr.odd {
    background: transparent;
}

#modal-alert table.dataTable.part-list tr.odd {
    background-color: #E2FFFF;
}

#modal-alert table.dataTable.part-list tr.even {
    background-color: #F5FFFF;
}
/*************** National Visibility Branch Stock End **************/

/**************** New Bootstrap Elements Start ************/
.inverted-well {
    min-height: 42px;
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.scrollable-well {
    max-height: 300px;
    overflow-y: scroll;
}

.inline-alert {
    margin-top: 20px;
}

.pull-top {
    margin-top: -35px;
    margin-bottom: 15px;
}

.navbar {
    padding-left: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

/**************** New Bootstrap Elements End ***********/
/*************** Cookie Directive Start *************/
div#cookiesdirectivebody {
    position: relative;
    width: 90%;
    padding: 28px;
    margin-left: auto;
    margin-right: auto;
}

div#cookiesdirective {
    left: 0;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
    background-color: black;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(46, 77, 77, 0.74) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(46, 77, 77, 0.74))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(46, 77, 77, 0.74) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(46, 77, 77, 0.74) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(46, 77, 77, 0.74) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(46, 77, 77, 0.74) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#bd2e4d4d', GradientType=0); /* IE6-9 */

}

div#cookiesdirectivebody a {
    color: #00B9FF;
}

div#confirmCookies {
    position: absolute;
    right: 32px;
    bottom: 12px;
}

div#confirmCookies label {
    margin-right: 8px;
    display: inline;
}

div#confirmCookies input {
    margin: 0;
}

/* Conflicts with BS3
div.fdrive-wrapper {
    width: 1040px;
    margin: 12px auto 0 auto;
    padding-bottom: 0;
}
*/

iframe {
    display: block;
}

/*************** Cookie Directive End ***************/

/**************** Timepicker start *****************/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

/**************** Timepicker end ******************/

/**************** Articles Start ******************/
nav.breadcrumbs {
    float: right;
}

nav.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 0;
}

nav.breadcrumbs li {
    float: left;
    margin: 0;
    color: #004892;
}

nav.breadcrumbs li span {
    display: inline-block;
    padding: 0 4px;
}

/**************** Articles End ********************/

/**************** Dashboard Start *****************/
#hero-carousel h2 {
    margin: 0;
}

#hero-carousel ul {
    list-style-type: none;
    margin: 0;
}

#hero-carousel .viewport {
    width: 100%;
    height: 234px;
    overflow: hidden;
    position: relative;
}

#hero-carousel .disable {
    visibility: hidden;
}

#hero-carousel .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 740px;
}

#hero-carousel .overview li {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 740px;
}

#hero-carousel .pagination {
    margin: 20px 0 0 0;
}

#hero-carousel p {
    padding-right: 10px;
}

#hero-carousel .article-with-image {
    float: left;
    margin-left: 20px;
}

.swiper-slide .row
{
    margin: 0px;
}

.productfocus-with-image {
    width: 200px;
    float: right;
    margin-left: 20px;
    height: 100px;
}

.productfocus-with-no-image
{
    height: 100px;
}

.productfocus-title-holder
{
    height: 58px;
}

.productfocus-tagline
{
    float: right;
    width: 180px;
    font-size: 11px;
    line-height: normal;
    height: 70px;
}

.pricing h4
{
    font-size: 11px;
    margin: 0px 0px 2px 0px;
    line-height: 11px;
    color: #004892;
}

.pricing table
{
    width: 100%;
}

.pricing table td {
    font-size: 9px;
    vertical-align: top;
    line-height: normal;
    padding: 4px;
}

.pricing table tr td:first-child {
    padding-left: 0;
}

.pricing table tr td:last-child {
    padding-right: 0;
}

.pricing table td.date {
    white-space: nowrap;
}

.pricing table td.difference {
    text-align: right;
}

.pricing table td.negative {
    font-weight: bold;
    color: #004892;
}

/**************** Dashboard End *******************/

/************* Start System Messages **************/

ul.system-messages {
    list-style-type: none;
    margin-left: 0;
    padding: 25px 0px 0px 0px;
}

ul.system-messages li {
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #FFFFFF no-repeat 20px 20px;
}

ul.system-messages li > p
{
    float: left;
}

ul.system-messages li.system-alert {
    border: 2px solid #de6ea9;
    background-image: url("/images/message-alert.png");
    background-position-y: center;
}

ul.system-messages li.system-info {
    border: 2px solid #009bcc;
    background-image: url("/images/message-info.png");
    background-position-y: center;
}

ul.system-messages li.system-resolved {
    border: 2px solid #004892;
    background-image: url("/images/message-resolved.png");
    background-position-y: center;
}

ul.system-messages li.system-update {
    border: 2px solid #A6A6A6;
    background-image: url("/images/message-update.png");
    background-position-y: center;
}

ul.system-messages li div.system-read, div.password-warning-read {
    float: right;
    text-align: center;
}

ul.system-messages li div.system-read input, div.password-warning-read input {
    margin: 0;
    padding: 0;
}

ul.system-messages li div.system-read label, div.password-warning-read label {
    font-size: 11px;
    margin-bottom: 0;
    line-height: normal;
}

/************* End System Messages **************/

/************* Start Feedback *******************/
.well-carousel h2 {
    margin: 0;
}

.well-carousel ul {
    list-style-type: none;
    margin: 0;
}

.well-carousel .viewport {
    width: 100%;
    xheight: 360px;
    overflow: hidden;
    position: relative;
}

.well-carousel .disable {
    visibility: hidden;
}

.well-carousel .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 363px;
}

.well-carousel .overview li {
    float: left;
    padding: 0;
    xheight: 360px;
    width: 363px;
    margin: 0 20px 0 0;
}

.well-carousel .pagination {
    margin: 20px 0 0 0;
}

.important-swiper-pagination
{
    text-align: center;
}

.important-info label {
    font-size: 10px;
    margin: 0;
    float: right;
    color: #C8C8CA;
}

.important-info section {
    clear: both;
    background: #CCCED0;
    margin: 0 0 16px 0;
    padding: 16px;
    color: #333333;
    position: relative;
}

.important-info section h3 {
    background: #004892;
    margin: -16px -16px 16px -16px;
    padding: 4px 16px;
    line-height: normal;
    height: auto;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.info-attachment {
    margin-top: 8px;
    color: #575757;
}

.info-attachment a {
    color: #A50054;
    display: inline-block;
    background: url("/images/info-paperclip.png") right center no-repeat;
    padding-right: 24px;
    vertical-align: top;
}

.info-attachment a:hover {
    color: #A50054;
    text-decoration: underline;
}

.feedback-responses .you-response {
    background: #AEB0B3;
    padding: 16px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;

    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
}

.feedback-responses .you-response:before {
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #aeb0b3 transparent transparent;
    content: '';
}

.feedback-responses .them-response {
    background: #004892;
    padding: 16px;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;

    -webkit-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    border-radius: 3px 0 3px 3px;
}

.feedback-responses .them-response:after {
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #004892 transparent transparent transparent;
    content: '';
}

.feedback-responses .them-response .new-badge {
    background: url("/images/new-badge.png") center no-repeat;
    top: -13px;
    left: -13px;
    position: absolute;
    height: 27px;
    width: 27px;
}

.response-said p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: normal;
}

.response-said p:first-child {
    font-size: 12px;
}

.they-said p {
    text-align: right;
}

.input-append .upload-btn {
    background: url("/images/info-paperclip.png") right center no-repeat;
    padding-right: 24px;
    min-height: 14px;
    font-size: 12px;
}

.input-append label {
    display: inline-block;
    margin-left: 10px;
    color: #666666;
    font-style: italic;
    font-size: 12px;
}

.feedback-responses {
    padding-top: 20px;
}

.feedback-file a {
    color: #004892;
    display: inline-block;
    background: url("/images/info-paperclip.png") right center no-repeat;
    padding-right: 24px;
    vertical-align: top;
}

.feedback-file a:hover {
    color: #004892;
    text-decoration: underline;
}

button.btn-feedback, button.btn-feedback:hover {
    width: 100%;
    text-align: left;
    background: #004892 url("/images/plus-button.png") no-repeat right 30px center;
    height: 46px;
    margin-bottom: 20px;
}

div.feedback table {
    border: 0;
    background-color: transparent;
}

div.feedback .table-bordered th {
    color: #000000;
}

table span.new {
    color: #FF0000;
    font-size: 10px;
    line-height: 10px;
    vertical-align: super;
}

table span.unread {
    background: url(/images/message-dot-new.png) center no-repeat;
    width: 10px;
    height: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    line-height: 10px;
    vertical-align: super;
}

/* IE8 requires these to be separate */
div.feedback table tr:nth-child(odd):hover td {
    background-color: #004892;
    color: #FFFFFF;
    cursor: pointer;
}

div.feedback table tbody tr td, div.feedback table tr th, div.feedback table tr.odd, div.feedback table tr.even,
div.feedback table.dataTable tr.odd td.sorting_1, div.feedback table.dataTable tr.even td.sorting_1 {
    border: 0;
    background-color: inherit;
}

/* IE8 separate */
div.feedback table tr:nth-child(odd) td, div.feedback table tr.even {
    border: 0;
    background-color: inherit;
}

div.feedback table tr:hover td, div.feedback table tr:hover.even, div.feedback table tr:hover.odd, div.feedback table tr.selected td, div.feedback table.dataTable tr.selected td.sorting_1 {
    background-color: #004892;
    color: #FFFFFF;
    cursor: pointer;
}

div.feedback table tbody tr.closed td {
    color: #BCBEC0;
}

div.feedback table tbody tr.more-info td {
    font-weight: bold;
}

div#feedback-wait {
    background: url(/images/iframe-loader.gif) no-repeat center;
    height: 400px;
    display: none;
}

div.small-tabs .nav-tabs > li > a {
    border-radius: 0;
    padding: 4px;
    width: 104px;
    text-align: center;
    background-color: #EEEEEE;
    border-color: #E4E4E4;
    margin-right: 0;
    color: #000000;
}

div.small-tabs .nav-tabs > li > a:hover {
    background-color: #F9F9F9;
}

div.small-tabs .nav-tabs > li:first-child > a {
    margin-left: 72px;
    border-right: 0;
}

@media(max-width: 767px){
    div.small-tabs .nav-tabs > li:first-child > a{
        margin-left: 0 !important;
    }
    div.feedback-responses div.row{
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

div.feedback-responses div.row{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

div.small-tabs .nav-tabs > .active > a, div.small-tabs .nav-tabs > .active > a:hover {
    background-color: #FFFFFF;
    border-color: #E4E4E4;
}

ul.file-list {
    list-style-type: none;
}

ul.file-list li .btn-group {
    float: right;
}

ul.file-list li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

div#feedback-forward-error {
    font-size: 14px;
    font-weight: bold;
    color: #DD0000;
    margin-top: 12px;
    display: none;
}

div#feedback-forward-success {
    font-size: 14px;
    font-weight: bold;
    color: #009900;
    margin-top: 12px;
    display: none;
}

div.feedback .pagination {
    float: none;
    margin-bottom: 0;
    text-align: center;
}

div.feedback .dataTables_length, div.feedback .dataTables_filter {
    display: none;
}

.nowrap
{
    white-space: nowrap;
}

.body-container.please-wait-blur > *:not(.please-wait-dialog)
{
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
}

.please-wait
{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.4);
    z-index: 30001;
    display: none;
}

.please-wait-dialog
{
    position: fixed;
    width: 350px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -50px;
    background-color: #FFFFFF;
    padding: 20px 10px 10px 10px;
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
}

.please-wait-dialog img
{
    width: 24px;
    height: 24px;
    display: block;
    margin: 8px auto 0px auto;
}

.please-wait-dialog p
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-weight: normal;
    color: #000000;
}

.feedback-responses h3 {
    color: #666666;
    font-size: 16px;
}

#feedback-content h1 {
    margin-top: 0;
    line-height: normal;
}

.ui-tabs
{
    border-radius: 0px;
    border: none;
}

.ui-widget-content
{

}

.ui-tabs .ui-tabs-nav
{
    padding: 0px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
    border-radius: 0px;
}

.ui-tabs .ui-tabs-nav li
{
    background: #FFFFFF;
}


#tabs .ui-state-active {
    background: #004892 !important;
    color: #FFF !important;
    border: none !important;
}

#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #FFF !important;
}

#tabs .ui-state-default a {
    color: #004892;
}

#tabs .ui-state-hover {
    border-top: 1px solid #004892 !important;
    border-right: 1px solid #004892 !important;
    border-left: 1px solid #004892 !important;
    background: rgba(0, 204, 179, 0.1) !important;
}

#tabs .ui-tabs-active.ui-state-hover {
    border: none !important;
    background: #004892 !important;
}

#tabs .unread {
    background: url(/images/message-dot-new.png) center no-repeat;
    width: 10px;
    height: 10px;
    color: #FFF;
    text-align: center;
    font-size: 9px;
    display: inline-block;
    line-height: 10px;
    vertical-align: super;
    font-weight: normal;
}

.feedback-survey-table {
    table-layout: fixed;
    width: 100%;
}

.feedback-survey-table thead {
    text-align: left;
}

/************* End Feedback *********************/

/*************** Start FAQs **********************/
ul.question-list {
    list-style-type: none;
    margin: 0;
    padding: 25px 0;
}

ul.question-list li h3 {
    font-size: 14px;
    margin: 0;
    color: #004892;
    line-height: 24px;
    height: auto;
}

ul.question-list li {
    padding: 0;
}

ul.question-list li a.toggle:before {
    content: '';
}

ul.question-list li a.toggle.on:before {
    content: '';
}

ul.question-list li a.toggle {
    display: inline-block;
    padding: 3px 0 3px 18px;
    background: url("/images/toggle-closed.png") left 6px no-repeat;
    vertical-align: middle;
}

ul.question-list li a.toggle.open {
    background: url("/images/toggle-open.png") left 6px no-repeat;
}

ul.question-list li .answer {
    display: none;
}

/*************** End FAQs ************************/

/*************** Start My Account ****************/

.button-bar {
    margin-bottom: 20px;
}

.map {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
}

.account-info {
    min-height: 225px;
}

.span6.branch-info {
    min-height: 348px;
}

.contact-table {
    width: 100%;
}

#contact-branch {
    margin-bottom: 10px;
}

/* Avoid overflow on the fields in Branch Information e.g. when address is too long */
.branch-info div div.span7 div.labeled-hoz div {
    width: 136px;
}

.review-contacts-well {
    background: #fad8c1 !important;
    border-color: #f7c0ac !important;
    box-shadow: none !important;
}

.review-contacts-well .arrow-top {
    position: absolute;
    bottom: -15px;
    left: 11px;
    width: 0;
    height: 0;
    z-index: 100;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fad8c1;
}

.review-contacts-well .arrow-bottom {
    position: absolute;
    bottom: -17px;
    left: 9px;
    width: 0;
    height: 0;
    z-index: 99;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 17px solid #f7c0ac;
}

.review-contacts-well h2 {
    color: #fd6645 !important;
    border-bottom: none !important;
}

.review-contacts-well .review-contacts-buttons {
    direction: rtl;
}

.contact-information-info p {
    float: left;
    margin-bottom: 0 !important;
    padding-top: 5px;
}

.contact-information-info form {
    float: right;
}

#business-principal-first-login-confirm-details-modal p {
    margin: 0 !important;
}

#business-principal-first-login-confirm-details-modal .modal-body {
    overflow: hidden;
}

#business-principal-first-login-confirm-details-modal form {
    margin-bottom: 0;
}

#business-principal-first-login-confirm-details-modal fieldset:nth-child(2) {
    display: none;
}

#assign-colleagues-modal .modal-body {
    overflow-x: hidden;
}

#assign-colleagues-modal .modal-footer p {
    text-align: left;
}

#assign-colleagues-modal form {
    margin: 0px !important;
}

tr.deleted {
    color: grey;
    text-decoration: line-through;
}

.help-icon {
    display: inline-block;
    background: #004892;
    border-radius: 12px;
    color: #FFF;
    font-weight: bold;
    width: 20px;
    text-align: center;
}

.account-buttons {
    margin-bottom: 20px;
}

/*************** End My Account ******************/

/*************** Start BP Report ****************/

table#bpreport {
    width: 100%;
}

table#bpreport th {
    text-align: left;
}

/*************** End BP Report ******************/
.check-mark {
    font-weight: bold;
    font-size: 16px;
    color: #004892;
}

.check-mark-hover {
    cursor: pointer;
}

.cross-mark {
    font-weight: bold;
    font-size: 16px;
    color: #FF0000;
}

div#userFilterBlock {
    float: right;
    margin-right: 15px;
}


@media (max-width: 767px){
    div#userFilterBlock{
        display: none;
    }
}

/************* Videos Page *******************/

.video-container {
    border-radius:  4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container .ellipsis {
    background: #fff;
    bottom: 2px;
    position: absolute;
    right: 10px;
}

.video-container .fill {
    background: #ECECEC;
    height: 100%;
    position: absolute;
    width: 100%;
}

.video-title {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #004892;
    margin-top: 10px;
    font-weight: bold;
}

.video-description {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000;
}

.video-container img {
    max-height: auto;
    width: 100%;
}

.video-container img:hover {
    cursor: pointer;
}

.video-wrapper{
    margin-top: 2rem;
}

#video-wrapper .loading {
    width: 100%;
    height: 300px;
    background: url(/images/iframe-loader.gif) no-repeat 50% 50%;
}

#video-category-chooser {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

#video-permission-chooser {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

/*************** End Videos ****************/

/*************** Surveys ******************/

form.survey dd label {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

form.survey dd input {
    margin: 8px;
}

/************* BOOTSTRAP Extras **************/
.col-sm-20-percent, .col-md-20-percent
{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
}

@media (min-width:992px)
{
    .col-md-20-percent
    {
        width: 20%;
        float: left;
    }
}

@media (min-width:768px)
{
    .col-sm-20-percent
    {
        width: 20%;
        float: left;
    }
}

/*************** End Surveys ******************/

/*************** Order return or cancellation page  ******************/
form.return-or-cancellation-status div.btn-group {
    display: inline-block;
    float: none;
}
form.return-or-cancellation-status fieldset {
    display: inline-block;
}
form.return-or-cancellation-status fieldset legend {
    display: none;
}
form.return-or-cancellation-status fieldset .form-item {
    display: inline-block;
}
form.return-or-cancellation-status .form-item label {
    display: none;
}
form.return-or-cancellation-status fieldset {
    vertical-align: bottom;
    margin-bottom: 0;
}
form.return-or-cancellation-status fieldset .form-item {
    margin-bottom: 0;
}
form.return-or-cancellation-status fieldset .form-textarea {
    margin-bottom: 0;
}
form.return-or-cancellation-status fieldset .form-textarea .form-horizontal {
    margin-left: 0;
}
form.return-or-cancellation-status fieldset .btn-group {
    vertical-align: bottom;
}
form.return-or-cancellation-status .comment-list h2,
form.return-or-cancellation-status .status-holder h2 {
    margin-bottom: 0;
}
form.return-or-cancellation-status .comment-holder {
    margin-bottom: 1em;
}
form.return-or-cancellation-status .form-textarea textarea {
    background-color: #f5f5f5;
    height: 3em;
    width: 24em;
}

form.return-or-cancellation-status .comment-list .comment {
    float: left;
    width: 75%;
}
form.return-or-cancellation-status .comment-list .stamp {
    float: left;
    padding-left: 2%;
    padding-top: 0.2em;
    font-size: 95%;
    line-height: initial;
}
form.return-or-cancellation-status .comment-list .stamp .name {
    font-style: italic;
}
form.return-or-cancellation-status fieldset legend { display: none; }
form.return-or-cancellation-status .form-item label { display: none; }
/*************** End order return or cancellation page  ******************/

table .flag-state-new,
table .flag-state-updated {
    font-size: 70%;
    vertical-align: super;
}
table .flag-state-new {
    color: red;
}
table .flag-state-updated {
    color: green;
}

.zoom-thumbnail-holder {
    display: inline-block;
    margin-right: 5px;
}

.threesixty-image-container {
    margin-bottom: 5px;
}

.has-360 {
    display: none;
}

.mz-thumb-selected img {
    -webkit-filter: brightness(100%)!important;
    filter: brightness(100%)!important;
}

.product-subimage.image-360 {
    display: inline-block;
}

.banner-holder img {
    width: 100%;
    height: 100%;
}

.toggle-fitment {
    font-size: 14px;
    cursor: pointer;
}

.model-type-row {
    display: none;
}

.footer-buttons {
    text-align: right;
    margin-top: 10px;
}

.rotator-prev {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 999;
    background: #b4b4b4;
    height: 40px;
    width: 40px;
    font-size: 26px;
    padding: 4px 7px;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.rotator-next {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 999;
    background: #b4b4b4;
    height: 40px;
    width: 40px;
    font-size: 26px;
    padding: 4px 7px;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.catalogue-rotator .panel-body {
    position: relative;
}

.catalogue-rotator .panel-body:hover .rotator-prev, .catalogue-rotator .panel-body:hover .rotator-next {
    opacity: 0.8;
}

.announcement-message {
    padding: 0 15px 15px;
    cursor: default;
}

.announcement-message h5 {
    margin: 0 0 2px;
    font-size: 12px;
}

.announcements-pagination {
    float: right;
    display: flex;
    align-items: center;
    height: 22px;
    font-size: 13px;
    margin: 0 -7px;
}

.announcements-pagination a {
    padding: 0 7px;
    cursor: pointer;
}

.announcements-pagination a.active {
    color: #333;
}

.announcements-pagination a.view-all {
    margin-left: 20px;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */
}

@media(min-width: 1200px){
    .announcement-message {
        height: 127px;
        overflow-y: auto;
    }
}

@media(max-width: 991px){
    .homepage-icons .trans-headed-announcements h2 {
        padding: 8px 15px 6px!important;
        font-size: 15px!important;
    }

    .announcements-pagination {
        margin: 0 -3px!important;
    }

    .announcements-pagination a {
        padding: 0 3px!important;
    }

    .announcements-pagination a.view-all {
        margin-left: 5px!important;
    }
}

@media(max-width: 300px){
    .view-all {
        display: none!important;
    }
}

.navbar .nav > li > a.feedback-btn {
    background-color: #009bcc;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.navbar .nav > li > a.feedback-btn:hover, .navbar .nav > li > a.feedback-btn:active, .navbar .nav > li > a.feedback-btn:focus {
    background-color: #0081A5;
}

.multiple-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.multiple-images .slick-list {
    flex: 1 1 0%;
    min-width: 1px;
}

.multiple-images .image-slide a:focus {
    outline: none;
}

.multiple-images .slick-arrow {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.multiple-images .slick-prev {
    margin-right: 5px;
}

.multiple-images .slick-next {
    margin-left: 5px;
}

.notification-data > ul > li {
    margin-bottom: 15px!important;
    border-bottom: 1px solid lightgrey!important;
}

.notification-data .message-container,
.right-column .notification-data .message-container {
    padding: 0px 10px 15px 10px;
}

.result-view.list-view .hazardous-carrierrequired-product {
    font-size: 21px;
}

.order-history-container #update-orders {
    position: sticky;
    top: 33px;
}

.order-history-container thead th {
    position: sticky;
    top: 120px;
    background-color: #fff;
}

th.sheffield-column {
    background: #CBD8D6!important;
}

td.sheffield-column {
    background: #E1EFED!important;
}

.dropdown-backdrop {
    display: none;
}

.user-caret {
    background: url(/images/caret-new.png) no-repeat;
    width: 7px;
    height: 5px;
    border: 0px;
}

.legend-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
}

.legend-flex .mam-part-count {
    flex: 1 1 0%;
    min-width: 1px;
    margin: 0;
    padding-left: 130px;
    padding-right: 10px;
}

.legend-flex .legend-btn {
    flex: 0 0 120px;
    margin-right: 5px;
}

.legend-flex .mam-show-all-btn {
    flex: 0 0 120px;
    margin-right: 5px;
}

@media (max-width: 450px){
    .legend-flex {
        justify-content: flex-end;
    }

    .legend-flex .mam-part-count {
        flex: 0 0 100%;
        padding: 0;
        margin: 0 0 15px;
    }
}

#legend-modal .modal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#legend-modal .modal-header h5 {
    flex: 1 1 0%;
    min-width: 1px;
}

#legend-modal .oe-ribbon-container, #legend-modal .vrm-ribbon-container {
    margin: 0 0 10px;
}

#legend-modal .vrm-ribbon-container {
    padding-top: 15px;
}

#legend-modal .modal-body h5 {
    padding-top: 15px;
    font-size: 17px;
}

#legend-modal .vrm-ribbon, #legend-modal .oe-ribbon {
    color: #fff;
}

#legend-modal p:last-of-type {
    margin: 0;
}

.alt-parts-logix {
    margin: 0 0 30px;
}

#sub-navbar-collapse > ul > li.dropdown.open > ul{
     width: fit-content !important;
}
#sub-navbar-collapse > ul > li.dropdown.open > ul > li{
     min-width: 170px;
     width: fit-content;
}

.default-shadow {
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 15px rgba(0,0,0,0.4);
    border: none;
    border-radius: 0;
}

.cvlogix-rotator {
    padding: 0 0 10px;
}

#modal-part-image .modal-dialog {
    width: fit-content;
    top: 25%
}

.btn-spacer {
    margin-right: 5px;
}

#sli_autocomplete .view-more-link a {
    background-color: #004892 !important;
}

.sli_ac_active {
    color: #004892 !important;
}

.sli_ac_suggestion.suggested.is-active {
    color: #fff !important;
    background-color: #004892 !important;
}
.password-toggle-icon {
    position: absolute;
    right: 10px;
    /* top:-24px; */
    /* transform: translateY(-150%); */
    cursor: pointer;
}

.password-toggle::-ms-reveal {
    display: none;
}

.password-toggle-container {
    position: relative !important;
    height: 0px !important;
    width: 0px !important;
    float: right !important;
}

.tote-popup {
    padding: 10px;
    border: solid 2px #2c9cb3;
    border-radius: 5px;
}

.toteChecker-document thead th {
    position:inherit;
    top: 0px;
    background-color: #004892;
}

.totechecker-header-main-body
{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}
.totechecker-header-main-body .totechecker-address
{
    flex: 0.65 0;
    font-size: 14px;
}
.totechecker-header-main-body .totechecker-details
{
    flex: 0.35 0 auto;
    font-size: 18px;
    text-align: right;
}

