table tr:nth-child(odd) td {
    background-color: #fbfbfb
}


/*odd*/

table tr:nth-child(even) td {
    background-color: #e8ecee
}


/* even*/

.navbar-inverse .nav .active>a {
    color: #ffffff;
    background-color: #bc000a !important;
}

.bidHistory {
    color: blue;
    text-decoration: underline;
}

.mainfilter {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.timeout-dialog button {
    cursor: pointer !important;
    color: #333333 !important;
    font-size: 14px !important;
    line-height: normal !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
    font-size: 100% !important;
}

.main_logo {
    height: auto;
}

.navbar .nav {
    margin: 3px 10px 0 0 !important;
}

div.ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: #fff;
    background-image: url('/images/ajax-loader.gif') no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie */
    -moz-opacity: 0.7;
    /* mozilla */
    display: none;
}

div.ajax-loading * {
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-image: url('/images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
    /* ie */
    -moz-opacity: 1;
    /* mozilla */
}

.red {
    color: #DF0101 !important;
}

.black {
    color: #424242 !important;
}

@media (max-width: 321px) {
    .hidden-desktop-portrait {
        display: inherit !important;
    }
    .visible-desktop-portrait {
        display: none !important;
    }
    .visible-phone-portrait {
        display: inherit !important;
    }
    .hidden-phone-portrait {
        display: none !important;
    }
}

@media (min-width: 321px) and (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1200px !important;
    }
    body .modal {
        /* new custom width */
        width: 740px !important;
        /* must be half of the width, minus scrollbar on the left (30px) */
        margin-left: -370px !important;
    }
}


/*.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
      width: 940px;
  }*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #272725 !important;
    background-image: -moz-linear-gradient(top, #272725, #272725);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#272725), to(#272725));
    background-image: -webkit-linear-gradient(top, #272725, #272725);
    background-image: -o-linear-gradient(top, #272725, #272725);
    background-image: linear-gradient(to bottom, #272725, #272725);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#272725', endColorstr='#272725', GradientType=0);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #272725;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    color: #272725;
    text-decoration: none;
    outline: 0;
    background-color: #C6361B;
    background-image: -moz-linear-gradient(top, #C6361B, #C6361B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6361B), to(#C6361B));
    background-image: -webkit-linear-gradient(top, #C6361B, #C6361B);
    background-image: -o-linear-gradient(top, #C6361B, #C6361B);
    background-image: linear-gradient(to bottom, #C6361B, #C6361B);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C6361B', endColorstr='#C6361B', GradientType=0);
}

.navbar .nav>li>a {
    float: none;
    padding: 22px 15px 28px !important;
    color: #272725 !important;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}


/* .dynamic-float {
    margin-top: 35px !important;
} */

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #C6361B !important;
    text-decoration: none;
    background-color: transparent !important;
    -webkit-box-shadow: transparent !important;
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.vue-form-wizard .wizard-header {
    padding: 15px;
    padding-top: 45px !important;
    position: relative;
    border-radius: 3px 3px 0 0;
    text-align: center;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C6361B !important;
    background-image: -moz-linear-gradient(top, #C6361B, #C6361B) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6361B), to(#C6361B)) !important;
    background-image: -webkit-linear-gradient(top, #C6361B, #C6361B) !important;
    background-image: -o-linear-gradient(top, #C6361B, #C6361B) !important;
    background-image: linear-gradient(to bottom, #C6361B, #C6361B) !important;
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C6361B', endColorstr='#C6361B', GradientType=0);
    border-color: #C6361B #C6361B #C6361B !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #C6361B !important;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #C6361B !important;
    *background-color: #C6361B !important;
}

.dynamic-float {
    float: right;
    font-size: 16px;
}

.form-inline .help-block.error,
.form-inline .help-inline.error,
.form-horizontal .help-block.error,
.form-horizontal .help-inline.error,
.form-vertical .help-block.error,
.form-vertical .help-inline.error {
    color: #C6361B !important;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #C6361B;
    background-image: -moz-linear-gradient(top, #C6361B, #C6361B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6361B), to(#C6361B));
    background-image: -webkit-linear-gradient(top, #C6361B, #C6361B);
    background-image: -o-linear-gradient(top, #C6361B, #C6361B);
    background-image: linear-gradient(to bottom, #C6361B, #C6361B);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffC6361B', endColorstr='#ffC6361B', GradientType=0);
    border-color: #C6361B #C6361B #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #C6361B;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.slider_header.slick-initialized.slick-slider.slick-dotted {
    margin-top: 54px;
}

@media only screen and (max-width: 1440px) {
    .slider_header.slick-initialized.slick-slider.slick-dotted {
        margin-top: calc(0px + (54 - 0) * ((100vw - 767px)/ (1440 - 767))) !important;
    }
}

.slick-slide img {
    width: 100%;
}

.slick-dots li button {
    text-indent: -9999px;
    border-radius: 12px;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #000;
    margin: 0 6px;
}

li.slick-active button {
    color: #000000;
    background-color: #fecc07;
    width: 18px !important;
    height: 18px !important;
}

ul.slick-dots {
    display: flex !important;
    justify-content: center;
    z-index: 999;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

ul.slick-dots li {
    list-style: none;
}