.w3-theme-l5 {color:#000 !important; background-color:#eff9fd !important}
.w3-theme-l4 {color:#000 !important; background-color:#c9e9f9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#94d4f4 !important}
.w3-theme-l2 {color:#000 !important; background-color:#5ebeee !important}
.w3-theme-l1 {color:#fff !important; background-color:#29a9e9 !important}
.w3-theme-d1 {color:#fff !important; background-color:#127aae !important}
.w3-theme-d2 {color:#fff !important; background-color:#106d9b !important}
.w3-theme-d3 {color:#fff !important; background-color:#0e5f88 !important}
.w3-theme-d4 {color:#fff !important; background-color:#0c5274 !important}
.w3-theme-d5 {color:#fff !important; background-color:#0a4461 !important}

.w3-theme-light {color:#000 !important; background-color:#eff9fd !important}
.w3-theme-dark {color:#fff !important; background-color:#0a4461 !important}
.w3-theme-action {color:#fff !important; background-color:#0a4461 !important}

.w3-theme {color:#fff !important; background-color:#1486c1 !important}
.w3-text-theme {color:#1486c1 !important}
.w3-border-theme {border-color:#1486c1 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#1486c1 !important}
.w3-hover-text-theme:hover {color:#1486c1 !important}
.w3-hover-border-theme:hover {border-color:#1486c1 !important}

.w3-input{
    width:auto;
    min-width: 300px;
}
.w3-select{
    width:auto;
    min-width: 300px;
}

.w3-button {
    margin: 4px;
    max-width: calc(100% - 8px);
    max-height: calc(100% - 8px);
}



.navbar-root {
    font: 16px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
    border-bottom: 4px solid #020f16;
}


.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #127aae !important;
}

.productdetail-table-row {
    border-bottom: 1px solid #127aae !important;
}

.auction-card-detailtable div.w3-row {
    border-bottom: 1px solid #127aae !important;
}


.img-slideshow-prev, .img-slideshow-next, .img-slideshow-dot {
    background-color: #127aae !important;
    color: rgba(230, 230, 230, 0.945) !important;

}

.img-slideshow-dot:hover {
    background-color: #127aae !important;
}

.img-slideshow-prev:hover, .img-slideshow-next:hover {
    background-color: #127aae !important;
}

.img-slideshow-numbertext {
    background-color: #127aae !important;
    color: black !important;
}

.img-slideshow-text {
    color: #000 !important;
}

#sidebar {
    border-right: 1px solid #127aae;
    background-color: rgb(235, 235, 235);
}


.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('../../companylogo');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: wiggle 1s;
}

.loadLogo::after {
    content: 'Loading page, please stand by...';
}

body,  p {
    font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
}



@keyframes loadOverlayAnim {
    from {
        transform: rotateX(0deg) ;
    }
    to {
        transform: rotateX(360deg) ;
    }
}


 /* width */
 /*  
 ::-webkit-scrollbar {
    width: 12px;
  }*/
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #127aae;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #414141;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #127aae;
  } 
  
  body {
    scrollbar-color: #127aae #888888;
    scrollbar-width: thin;
  }

  .auction-card-body div.w3-row {
    border-bottom: 1px solid #127aae;
    padding-top: 2px;
  }

.auction-button-extra {
    text-transform: uppercase;
}
    
.prodbtn-bid {
    background-color: #127aae !important;
}
    


.form-btn-generic {
    display: inline-block;
    min-width: 80px;
    width: auto;
   
    font-size: 1.6em;
    background-color: #127aae !important;
    font-weight: bold;
}

.claro .dijitDialog {
    background: none repeat-x scroll left top #f5fbf6;
}

.user-dashboard-body {
    font-size: 1.2em;
}


ul.breadcrumb li a {
    color: #127aae;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #127aae;
    text-decoration: underline;
}

.faq-header {
    background-image: linear-gradient(#127aae, #127aae);
}

.faq-header-title {
    background-color: transparent !important;
    padding: 0 !important;
}


.form-btn-product-details {
    background-color: #0c5274;
    color:rgb(255, 255, 255);
    font-weight: bold;
}


.prodbtn-reg {
    background-color: #0c5274 !important;
    color: rgb(255, 255, 255) !important;
}

.prodbidbtn {
    background-color: #0c5274;
    color: rgb(255, 255, 255) ;
}

.prodbtn-bid {
    background-color: #0c5274 !important;
    color: rgb(255, 255, 255) !important;
}

.img-slideshow-next:hover, .img-slideshow-prev:hover {
    background-color: #0c5274 !important;
    color: #000 !important;
}

.auction-btn-reg {
  background-color: 0a4461 !important;
  color: white !important;
}


.product-card-landscape-main-wrap {
color: #1486c1;
border: 2px solid grey;
box-shadow: 2px 4px rgb(181, 181, 181);
font-size: bold;
}

.product-card-landscape-left-wrap [name=start-in]  {
  color: rgb(199, 0, 0);
}


.product-card-landscape-main-wrap .card-info-label {
background-color: #1486c1;  
color: #fff;
}


.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: #1486c1;  
color: #fff;
}


.product-card-landscape-main-wrap .card-info-data {
border: 2px solid #1486c1;
background-color: white;  
color: black;
}

.product-card-landscape-main-wrap .card-info-button {
    background-color: #1486c1;  
    color: white;
}


.product-card-landscape-main-wrap [name=autobid].card-info-button {
    background-color: #0a4461;  
    color: white;
}


.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: #92cf4e; 
  color: white;
} 
.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: #528331; 
  color: white;
}

.product-card-landscape-left-wrap [name=lotnr] .card-info-node  {
    background-color: rgb(20, 20, 20); 
    color: white;  
  } 

.dijitDialog {
  border: 3px solid #1486c1 !important;
}

.product-card-landscape-left-wrap div[name=location] {
    color: red;
}
  
.btn-applyforfinance {
    font-size: 1em !important;
    background-color: orange !important;
    color: black !important;
}

/* 
.card-info-button[alt="Condition of Sale"] {
    background-color: orange !important;
    color: black !important;
} */

.auctionproductview-title {
    font-size: 1rem;
}

.accordian-panel {
    font-size: 0.8rem;
}

.accordion {
    font-size: 0.9rem;
}