.main_container{
      margin-top: 58px;
}
.main_container .top_nav {
    display: block;
    margin-left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.nav-md .container.body .col-md-3.left_col{
  z-index: 1;
}
.nav-sm .container.body .col-md-3.left_col{
  z-index: 1;
}
.nav-sm .main_container .top_nav{
  position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    margin-left: 0;
}
.modal {
    z-index: 9999999999;
}
.left_col.scroll-view{
  width: 100%;
}
span.glyphicon.glyphicon-chevron-right{
  font-size: 12px !important;
  text-align: right !important;
}
span.glyphicon.glyphicon-chevron-left{
  font-size: 12px !important;
  text-align: left !important;
}
#environment_badge{
  position:fixed; top:17px; left: 148px; background: transparent; z-index:4000;cursor: pointer;
}
#ez2bid_content_panel{
  background: rgb(236, 234, 234);
}

.debug_overlay.debug_memory_used{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  padding: 10px;
}

.ez2bid_document_overlay{
  background: rgba(255,255,255,.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4000;
}

.ez2bid_document_overlay_content{
  font-size: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.page_loading_overlay_content{
  font-size: 20px;
  padding-top: 160px;
  padding-bottom: 20px;
  text-transform:  uppercase;
}

.ez2bid_document_overlay .btn{
  font-size: 32px;
}

.auction_lot_title{
  color: rgb(90, 115, 142);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.ez2bid_loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  /* border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red; */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 0px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
