.w3-theme-l5 {color:#000 !important; background-color:#fffef1 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fffdd0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#fffaa1 !important}
.w3-theme-l2 {color:#000 !important; background-color:#fff872 !important}
.w3-theme-l1 {color:#000 !important; background-color:#fff643 !important}
.w3-theme-d1 {color:#000 !important; background-color:#f8eb00 !important}
.w3-theme-d2 {color:#000 !important; background-color:#dcd100 !important}
.w3-theme-d3 {color:#000 !important; background-color:#c1b700 !important}
.w3-theme-d4 {color:#fff !important; background-color:#a59d00 !important}
.w3-theme-d5 {color:#fff !important; background-color:#8a8300 !important}

.w3-theme-light {color:#000 !important; background-color:#fffef1 !important}
.w3-theme-dark {color:#fff !important; background-color:#8a8300 !important}
.w3-theme-action {color:#fff !important; background-color:#8a8300 !important}

.w3-theme {color:#000 !important; background-color:#fff212 !important}
.w3-text-theme {color:#fff212 !important}
.w3-border-theme {border-color:#fff212 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#fff212 !important}
.w3-hover-text-theme:hover {color:#fff212 !important}
.w3-hover-border-theme:hover {border-color:#fff212 !important}

.w3-input{
    width:auto;
    min-width: 250px;
}
.w3-select{
    width:auto;
    min-width: 250px;
}

.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #fffaa1 !important;
}

.productdetail-table-row {
    border-bottom: 1px solid #fffaa1 !important;
}

.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #fffaa1 !important;
}


.img-slideshow-prev, .img-slideshow-next, .img-slideshow-dot {
    background-color: #fffdd000 !important;
    color: rgba(78, 78, 78, 0.945) !important;

}

.img-slideshow-dot:hover {
    background-color: #dcd100 !important;
}

.img-slideshow-prev:hover, .img-slideshow-next:hover {
    background-color: #dcd100 !important;
}

#sidebar {
    border-right: 1px solid #c1b700;
}

.img-slideshow-numbertext {
    background-color: rgba(220,209,0,100) !important;
    color: black !important;
}

.img-slideshow-text {
    color: #000 !important;
}


.slideshow-prev {
    text-align: left;
}

.slideshow-next {
    text-align: right;
}

.loadLogo {
    display: block;
    margin: auto;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 100px);
    width: 200px;
    height: 100px;
    color: #FFF;

    background-image: url('../img/vendor/truckandtrailer_small.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: quakeshake 1s;
}

.loadLogo::after {
    content: 'Loading page, please stand by...';
}

body,  p {
    font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
}

.navbar-root {
    font: 16px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
    border-bottom: 4px solid #8a8300;
}

@keyframes loadOverlayAnim {
    from {
        transform: rotateX(0deg) ;
    }
    to {
        transform: rotateX(360deg) ;
    }
}


 /* width */
  /*  
 ::-webkit-scrollbar {
    width: 12px;
  }*/
  
  
  /*
  ::-webkit-scrollbar-track {
    background: #fffaa1;
  }

  ::-webkit-scrollbar-thumb {
    background: #a59d00;
  }
    
  ::-webkit-scrollbar-thumb:hover {
    background: #8a8300;
  } 
  */
  /*
  body {
    scrollbar-color: #5e5901 #fffaa1;
    scrollbar-width: thin;
  }
  */

  .auction-card-body div.w3-row {
    border-bottom: 1px solid #fffaa1;
    padding-top: 2px;
  }

.auction-button-extra {
    text-transform: uppercase;
}
    
.prodbtn-bid {
    background-color: #44aa12 !important;
}
    


.form-btn-product-details {

    background-color: #44aa12 !important;
    font-weight: bold;
}

.form-btn-generic {
    display: inline-block;
    min-width: 80px;
    width: auto;
   
    font-size: 1.6em;
    background-color: #44aa12 !important;
    font-weight: bold;
}

.claro .dijitDialog {
    background: none repeat-x scroll left top #FFFFFF;
}

.user-dashboard-body {
    font-size: 1.2em;
}


ul.breadcrumb li a {
    color: #44aa12;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #8a8300;
    text-decoration: underline;
}

.faq-header {
    background-image: linear-gradient(#fff212, #8a8300);
}

.pb-button-theme {
    width: auto; 
    min-width: 350px;
}

.auction-btn-reg {
    background-color: green !important;
    color: white !important;
}

  
/*
.faq-header-icon {
    display: inline-block;
    width: 16px;
    height: 100%;
    background-color: red;
}

.faq-header-icon[checked] {
    display: inline-block;
    background-color: green;
    content: '&darr;';
}
*/




.product-card-landscape-main-wrap .card-info-label {
    background-color: #fff212;  
    color: #000;
    }
    
    
    .product-card-landscape-main-wrap [name=opening_bid].card-info-label {
        background-color: rgb(20, 20, 20);  
        color: white;
    }
    
    .product-card-landscape-main-wrap [name=bid_increment].card-info-label {
        background-color: rgb(20, 20, 20);  
        color: white;
    }
    
    .product-card-landscape-main-wrap [name=my_bid].card-info-label {
        background-color: rgb(20, 20, 20);  
        color: white;
    }
    
    
    .product-card-landscape-main-wrap [name=opening_bid].card-info-data {
        border: 2px solid rgb(20, 20, 20); 
    }
    
    .product-card-landscape-main-wrap [name=bid_increment].card-info-data {
        border: 2px solid rgb(20, 20, 20); 
    }
    
    .product-card-landscape-main-wrap [name=my_bid].card-info-data {
        border: 2px solid rgb(20, 20, 20);  
    }
    
    .product-card-landscape-main-wrap .card-info-node {
    background-color: #fff212;  
    color: #000;
    }
    
    
    .product-card-landscape-main-wrap .card-info-data {
    border: 2px solid #fff212;
    background-color: white;  
    color: black;
    }
    
    .product-card-landscape-main-wrap .card-info-button {
        background-color: #fff212;  
        color: #000;
    }
    
    
    
    .product-card-landscape-left-wrap div[name=btnset1B] .card-info-button  {
        background-color: #d1d1d1; 
        color: black;
    }
    
    .product-card-landscape-left-wrap div[name=btnset2B] .card-info-button  {
      background-color: #d1d1d1; 
      color: black;
    }
    
    
    .product-card-landscape-left-wrap div[name=status] .card-info-node  {
      background-color: #fff212; 
      color: black;
    } 
    .product-card-landscape-left-wrap div[name=status] .card-info-node span.no {
      color: red;
    }
    
    .product-card-landscape-main-wrap button[name=bid].card-info-button  {
      background-color: #fff212; 
      color: black;
      font-weight: bold;
    }
    
    .product-card-landscape-left-wrap [name=lotnr] .card-info-node  {
        background-color: rgb(20, 20, 20); 
        color: white;  
      } 
    
    .dijitDialog {
      border: 3px solid #fff212 !important;
    }

    .product-card-landscape-left-wrap div[name=location] {
        color: red;
    }
      
    .btn-applyforfinance {
        font-size: 1em !important;
        background-color: orange !important;
        color: black !important;
    }

    .class-btn-new {
        background-color: green !important;
    }