.w3-theme-l5 {color:#000 !important; background-color:#fbf3f2 !important}
.w3-theme-l4 {color:#000 !important; background-color:#f3d6d4 !important}
.w3-theme-l3 {color:#000 !important; background-color:#e7ada9 !important}
.w3-theme-l2 {color:#fff !important; background-color:#db847d !important}
.w3-theme-l1 {color:#fff !important; background-color:#d05a52 !important}
.w3-theme-d1 {color:#fff !important; background-color:#a6352d !important}
.w3-theme-d2 {color:#fff !important; background-color:#932f28 !important}
.w3-theme-d3 {color:#fff !important; background-color:#812a23 !important}
.w3-theme-d4 {color:#fff !important; background-color:#6e241e !important}
.w3-theme-d5 {color:#fff !important; background-color:#5c1e19 !important}

.w3-theme-light {color:#000 !important; background-color:#fbf3f2 !important}
.w3-theme-dark {color:#fff !important; background-color:#5c1e19 !important}
.w3-theme-action {color:#fff !important; background-color:#5c1e19 !important}

.w3-theme {color:#fff !important; background-color:#b93a32 !important}
.w3-text-theme {color:#b93a32 !important}
.w3-border-theme {border-color:#b93a32 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#b93a32 !important}
.w3-hover-text-theme:hover {color:#b93a32 !important}
.w3-hover-border-theme:hover {border-color:#b93a32 !important}

.w3-input{
    width:auto;
    min-width: 300px;
}
.w3-select{
    width:auto;
    min-width: 300px;
}

.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #a6352d !important;
}

.productdetail-table-row {
    border-bottom: 1px solid #a6352d !important;
}

.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #a6352d !important;
}


.img-slideshow-prev, .img-slideshow-next, .img-slideshow-dot {
    background-color: #a6352d !important;
    color: rgba(148, 148, 148, 0.945) !important;

}

.img-slideshow-dot:hover {
    background-color: #a6352d !important;
}

.img-slideshow-prev:hover, .img-slideshow-next:hover {
    background-color: #a6352d !important;
}

.img-slideshow-numbertext {
    background-color: #a6352d !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/powerbid/powerbid_logo.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;
}

@keyframes loadOverlayAnim {
    from {
        transform: rotateX(0deg) ;
    }
    to {
        transform: rotateX(360deg) ;
    }
}


 /*  
 ::-webkit-scrollbar {
    width: 12px;
  }*/
  
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #5f5f5f;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #353535;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #313131;
  } 
  
  body {
    scrollbar-color: #5f5f5f #888888;
    scrollbar-width: thin;
  }

  .auction-card-body div.w3-row {
    border-bottom: 1px solid #5f5f5f;
    padding-top: 2px;
  }

.auction-button-extra {
    text-transform: uppercase;
}
    
.prodbtn-bid {
    background-color: #a6352d !important;
}
    


.form-btn-generic {
    display: inline-block;
    min-width: 80px;
    width: auto;
   
    font-size: 1.6em;
    background-color: #a6352d !important;
    font-weight: bold;
}

.claro .dijitDialog {
    background: none repeat-x scroll left top #f5fbf6;
}

.claro .dijitTab {
    color: white;
}

.claro .dijitTabHover {
    color: black;
    background-color: #e7ada9;
}

.claro .dijitTabChecked {
    color: black;
}


.user-dashboard-body {
    font-size: 1.2em;
}


ul.breadcrumb li a {
    color: #a6352d;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #a6352d;
    text-decoration: underline;
}

.faq-header {
    background-image: linear-gradient(#a6352d, #a6352d);
}

/*
.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;';
}
*/
