div#wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}


/*container css*/
.compact_container {
  width: 95%;
  margin: 0 2.5%;
}


/*search css*/
.search_toggle_btn {
    color: #666666;
    text-decoration: none;
}
.search_toggle_btn span {font-size: 8px;}
.compact_advance_search {display: none;}

.compact_advance_search .custom-combobox-toggle {min-height: 27px;}
.compact_advance_search input[type='text'].adtxt {padding-right: 1%;padding-left: 1%;width: 98%;}

#divTooltip{z-index: 99999;}

/* ============== compact view button css ================= */
#compact_btn {
    background: url('/m/images/view.png');
    /*background: url('images/view.png');*/
    background-repeat: no-repeat;
    width: 18px;
}

/*main content css*/
.content_wrapper {
    margin-bottom: 25px;
}
.bodybox .content_wrapper h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}
.content_wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


.force_btn input[type=button].force-bid,
span.max_bid_button input[type=button].orng {
  float: right;
  width: 50%;
}
span.max_bid_button a.grey, .curr_reg_bid input[type=button].grey {
    background: #ccc;
    opacity: 1;
    -webkit-appearance: none;
    cursor: default;
    text-shadow: none;
}

span.max_bid_button a.blu, .curr_reg_bid input[type=button].blu {
    background: #00abe7;
    opacity: 1;
    -webkit-appearance: none;
    cursor: default;
    text-shadow: none;
}


/* .orng, .force_btn input[type=button].force-bid {
  background-color: rgb(255, 153, 0);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 153, 0, 1) 0%, rgba(255, 137, 14,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 153, 0, 1)), color-stop(100%,rgba(255, 137, 14,1)));
  background: -webkit-linear-gradient(top, rgba(255, 153, 0, 1) 0%,rgba(255, 137, 14,1) 100%);
  background: -o-linear-gradient(top, rgba(255, 153, 0, 1) 0%,rgba(255, 137, 14,1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 153, 0, 1) 0%,rgba(255, 137, 14,1) 100%);
  background: linear-gradient(to bottom, rgba(255, 153, 0, 1) 0%,rgba(255, 137, 14,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF9900',GradientType=0 );
}
.blu, .curr_reg_bid input[type=button].blu {
    background-color: #00abe7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00abe7 0%, #0093c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00abe7), color-stop(100%,#0093c6));
    background: -webkit-linear-gradient(top, #00abe7 0%,#0093c6 100%);
    background: -o-linear-gradient(top, #00abe7 0%,#0093c6 100%);
    background: -ms-linear-gradient(top, #00abe7 0%,#0093c6 100%);
    background: linear-gradient(to bottom, #00abe7 0%,#0093c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF9900',GradientType=0 );
} */

.bid_action {
    width: 10%;
    float: left;
    text-align: center;
}
span.bid_action_btn {
    background: #ddd;
    display: block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
    line-height: 26px;
}

/*bid list style*/
.bid_listing_wrapper {
    font-size: 13px;
    position: relative;
}

.grid_details,
.heading_details {
  padding: 10px;
}
.heading_single.grid_bids,
.grid_bids {
  padding:10px;
}
.listing_single {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.listing_single a.yaaa,
.listing_single a.auc-lot-link,
.listing_single a.in-progress {
    color:#666666;
}

/* ==================   ================== */
/* mobile first ;) */

.no-left-radius{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.no-right-radius{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.toppag > div {
  float: none;
}

  .toppag .itmspage{
    display: inline-block;
  }

.compact_advance_search {
  padding: 10px;
  background: #ddd;
}

.listing_content_section {
    border: 1px solid #ddd;
}

.listing_single_container {
    overflow: auto;
    display: flex;
}
.listing_heading {
  display: none;
}/* @tablet show this */

.grid_list {
    display: block;
    width: 101px;
    height: 27px;
    float: right;
}
.grid_img {
  display: inline;
  float: left;
}
  a.open_image {
    display: block;
  }

.grid_lot {
  width: 55px;
  display: inline;
  float: left;
}/* two top left things, 30% */
.listing_content .grid_lot {
    margin: 5px 0;
}
.grid_name {
    width: 100%;
}
.grid_date {
    width: 100%;
}
.listing_content .grid_name {
  margin-top: 5px;
}

.grid_qty_time .grid_qty {
    display: none;
}
.grid_qty_time .grid_time {
  display: inline-block;
  page-break-inside:avoid; page-break-after:auto;
}

.listing_content .grid_time {
  margin-left: 5px;
}
.grid_time span {
  margin-top: 3.5%;
  display: inline-block;
  clear: both;
}
.grid_time span.time-left-label {display: none;}
.grid_bids {
  width: 100%;
  display: block;
  float: right;
}
.curr_bid_wrap {
  width: 100%;
  overflow: auto;
}/* top half of grid_bids full width */
.curr_bid {
    width: 40%;
    float: left;
}/* left side, copy */
.curr_bid span.value {
  display: block;
}
.curr_reg_bid {
    float: right;
    width: 60%;
}/* right side, button */
.max_bid_right {
   float: left;
   width: 79%;
   margin-right: 1%;
}/* bottom half, left sidem button field combo */
.bid_action {
  width: 19%;
  margin-left: 1%;
  float: left;
}
.bid_pop {
  position: absolute;
  right: 0;
  /*top: 100%;*/
  top: 60px;
  width: 100%;
  background-color: #ddd;
  display: none;
  padding: 15px;
  z-index: 9999;
}
.bid_pop.show {
  display: block;
}
.grid_name.list_details_single {
    width: 100%;
    display: block;
    float: right;
}
.grid_name.list_details_single h3 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
}/* title width and font weight */

/* ================== end redone styles ================== */



.listing_single_container input, .listing_content {
    line-height: 20px;
}

.listing_content .listing_single:last-child {
    border-bottom: 0;
}
span.max_bid {
    float: left;
    width: 50%;
    display: block;
}
span.max_bid input {
    padding: 7px 0px 7px 5px;
    border: 1px solid #969696;
    border-right: 0;
    font-family: inherit;
    margin: 0 !important;
    width: 100%;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
/*popup image*/
.grid_img.list_details_single {
  display: inline;
  position: relative;
  /*width: 15px;*/
  margin: 5px 7px 0;
}
.image_overlay {
    position: absolute;
    height: 100%;
    width: 250px;
    top: 0;
    left: 30px;
    text-align: center;
    /*display: block;*/
    z-index: 9999;
    display: none;
}
.image_overlay.show {
  display: block;
}
.force_bid_wrapper {
    margin-bottom: 15px;
    overflow: hidden;
}
span.force_bid {
    width: 50%;
    float: left;
}
span.force_bid span input {
    padding: 7px 0px 7px 5px;
    border: 1px solid #969696;
    min-height: 36px;
    box-sizing: border-box;
    font-family: inherit;
    margin: 0 !important;
    width: 100%;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}


.custom_bid_wrapper {
    margin-bottom: 15px;
    overflow: hidden;
}
span.custom_bid_field {
    width: 50%;
    float: left;
}

.custom_bid_field span.buy-amount {
    background: none;
    color: #7B7B7B;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    display: block;
}
.custom_bid_btn {
    float: left;
    width: 50%;
}
.bid_pop .orng.close_action {
    border: 2px solid #fff;
    display: block;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background: inherit;
    text-shadow: none;
    text-transform: uppercase;
}
.curr_bid span {
  font-weight: bold;
}
.curr_reg_bid {
  margin-bottom: 5px;
}
.curr_bid span {
    font-size: 11px;
    text-transform: uppercase;
}
.curr_bid span.value span {
    font-size: 13px;
    font-weight: normal;
}

/* ========== Devices ========== */

@media only screen and (max-width: 479px)  {
    .filters > div.itmspage span.txt, .pagintn {
        font-size: 10px;
    }
  }/* super mobile specific */

/*=================================================================== @tablet */

@media only screen and (min-width: 640px)  {

  .listing_heading {
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ddd;
      background-color: #f1f1f1;
      line-height: 1.5;
  }
  .toppag > div {
    float: left;
    width: auto;
    padding: 0;
    background: #fff;
  }

  .grid_name.list_details_single {
    width: 60%;
    display: inline-block;
    float: none;
  }

  /* tablet view layout */
  .grid_details,
  .heading_details {
    float: left;
    width: 65%;
  }
  .heading_details {
  }
  .heading_single.grid_bids,
  .grid_bids {
    float: right;
    width: 35%;
  }

  /* header titles */

  .heading_single.grid_img,
  .heading_single.grid_lot,
  .heading_single.grid_name,
  .heading_single.grid_qty,
  .heading_single.grid_time,
  .heading_single.grid_bids {
    display: inline-block;
    text-align: center;
  }

  .heading_single.grid_img,
  .grid_details .grid_img {
      text-align: center;
      margin: 0;
  }
  .heading_single.grid_lot,
  .grid_details .grid_lot {
      width: 10%;
      text-align: center;
      margin: 0 7px 0 0;
  }
  .grid_details .grid_name {
      width: 40%;
      margin: 0;
  }
  .grid_qty_time .grid_qty {
      display: inline-block;
  }
  .grid_qty_time {
    width: 200px;
    float: right;
  }
  .heading_single.grid_name,
  .grid_details .grid_name {
      width: 60%;
      width: calc(100% - 360px);
      margin: 0;
  }

  .heading_single.grid_qty,
  .grid_details .grid_qty {
      width: 30%;
      vertical-align: top;
      text-align: center;
  }
      .grid_qty {
        display: inline-block;
      }
      .grid_time span {
        margin-top: 0;
        display: inline-block;
        page-break-inside:avoid; page-break-after:auto;
      }
      .grid_time span.time-left-label {display: none;}

  .heading_single.grid_time,
  .grid_details .grid_time {
    width: 70%;
    text-align: center;
    float: right;
    margin: 0;
  }
  .heading_single.grid_bids,
  .grid_details .grid_bids {
      text-align: center;
  }
    .curr_reg_bid {
      margin-bottom: 5px;
    }
    .curr_bid span {
      font-size: 11px;
    }
  .listing_single_container .grid_bids {
    width: 35%;
    border-left: 1px solid #ddd;
  }
  .bid_pop {
    max-width: 350px;
  }


}/*  end @tablet */



@media only screen and (max-width: 767px) {

    .listing_single_container{
        display: block;
    }

    .listing_heading{
        display: none;
    }

    .grid_details, .listing_single_container .grid_bids{
        width: 100%;
        box-sizing: border-box;
        padding: 25px;
    }

    .curr_bid{
        float: none;
        width: 100%;
    }

    .curr_bid .value{
        display: inline-block!important;
    }

    .listing_single_container .grid_bids{
        border-left: 0px!important;
    }

    .curr_reg_bid{
        width: 48%;
        margin: 0 auto;
        margin-bottom: 5px;
        float: none;
        display: block;
    }

    .listing_single_container .grid_details .grid_img, .grid_details .grid_name, .grid_qty_time, .grid_details .grid_lot,
    .grid_details .grid_qty, .grid_details .grid_time{
        width: 100%;
        text-align: center;
        float: none;
    }

    .listing_single_container .grid_details:after{
        content: "";
        display: block;
        clear: both;
    }

    .aucbid ul.other-info{
        text-align: center;
    }

    .compact_container ul.other-info > li > span.title, .compact_container ul.other-info > li > span.value{
        width: auto!important;
    }

    .listing_single a.auc-lot-link{
        display: block;
    }

    a.open_image{
        margin: 0 auto;
    }

    .max_bid_right{
        width: 100%;
        float: none!important;
    }

    .max_bid_right:after{
        content: "";
        clear: both;
        display: block;
    }

    .bid_pop{
        position: relative;
        width: 100%;
        max-width: unset;
        box-sizing: border-box;
        top: 0px;
    }

    .bid_action{
        margin: 0 auto;
        float: none;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 568px) {

    .grid_details, .listing_single_container .grid_bids{
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) {

    .grid_details, .heading_details, .heading_single.grid_bids, .grid_bids{
        box-sizing: border-box;
    }

    .grid_details, .heading_details{
        width: 60%;
    }

    .heading_single.grid_bids, .grid_bids{
        width: 40%;
    }

    .curr_reg_bid{
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {

    .bid_pop {
        float: right;
        max-width: 350px;
    }

    .bid_pop.show {
        display: block;
    }

    .curr_bid,
    .curr_reg_bid,
    .max_bid_right,
    .bid_restricted,
    .bid_action {
        float: left;
    }

    .listing_single_container .grid_bids {
        width: 40%;
        border-left: 1px solid #ddd;
        margin-right: 20px;
    }

    .curr_bid {
        width: 32%;
    }

    .curr_bid_wrap .max_bid_right{
        width: 50%;
    }

    .curr_reg_bid {
        width: 55%;
        margin-right: 1%;
        margin-bottom: 5px;
    }

    .bid_restricted {
        width: 50%;
        margin-right: 1%;
        margin-bottom: 0;
    }

    .max_bid_right {
        width: 41%;
        margin: 0;
    }

    .bid_action {
        width: 10%;
        /*float: right;*/
    }

    .grid_details,
    .heading_details {
        float: left;
        width: 60%;
    }

    .heading_single.grid_bids,
    .grid_bids {
        float: right;
        width: 35%;
    }
}

@media only screen and (min-width: 1024px) {
    .curr_bid {
        width: 36%;
    }

    .curr_bid_wrap .max_bid_right{
        width: 43%;
    }

    .curr_reg_bid {
        width: 25%;
        margin-right: 1%;
    }

    .grid_details, .heading_details {
        width: 50%;
    }

    .listing_single_container .grid_bids {
        width: 50%;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .curr_bid {
        width: 42%;
    }
}


@media only screen and (max-width: 568px) {
    .compact_advance_search .ui-button-icon-only .ui-icon {
        width: 27px;
        height: 27px;
        background: url('/m/images/drparw.png') no-repeat;
        left: 50%;
        top: 5px;
    }
}

.selected {
    background-color: #eeeeee;
}

.compact_container ul.other-info > li{
    float: none;
}

.compact_container ul.other-info > li > span.title{
    width: 20%;
}

.compact-watchlist-wrapper{
    padding-right: 20px;
    display: block;
    box-sizing: border-box;
}

div.toppag .top_paginator{
    float: right;
}


