ul.lots .lot h2, ul.lots .lot h2 a {
    font-size: 18px;
    margin-top: 5px;
    text-align: left;
    clear: both;
    color: #087e38;
}

ul.lots .lot img.img-thumbnail {
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 150px;
    height: auto;
}

#lot-loader {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#lot-loader svg path,
#lot-loader svg rect {
    fill: #097e38;
}

.lot-details {
    margin-bottom: 15px;
}

.auction-status .alert {
    padding: 4px;
}

.auction-item .right {
    display: table;
    height: 100%;
    position: relative;
}

.auction-item .auction-button {
    margin-bottom: 10px;
}

span.lot-count {
    margin-left: 10px;
}

.auction-item ul.auction-times {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.auction-item ul.auction-times li {
    display: inline-block;
    margin-right: 4px;
}
.auction-item span.status-label{
    float:right;
}
.auction-social-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 98;
    transition: 0.4s ease;
    overflow: hidden;
    left: -100%;

}

.auction-social-backdrop.active {
    width: 100%;
    height: 100%;
    left: 0;
}

.auction-social-backdrop.closed {
    width: 100%;
    height: 100%;
    left: 200%;
}

.auction-social-modal {
    position: fixed;
    left: 50%;
    background-color: #fff;
    z-index: 99;
    width: 300px;
    height: 60px;
    margin-left: -150px;
    margin-top: -30px;
    box-shadow: -4px 6px 5px 0px rgba(0, 0, 0, 0.4);
    transition: 0.4s linear;
    top: -100%;


}

.auction-social-modal.active {
    top: 50%;
}

.auction-social-modal.closed {
    top: -100%;

}

ul.auction-social-share {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;

}

ul.auction-social-share li {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;

}

ul.auction-social-share li a {
    color: #097e38;
}

.auctions-social-close {
    position: absolute;
    top: -9px;
    right: -6px;
    font-size: 25px;
    border-radius: 50%;
    background: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
    box-shadow: -4px 6px 5px 0px rgba(0, 0, 0, 0.4);
}

.auctions-social-close:hover {
    background-color: #097e38;
}

.auctions-social-close:hover a {
    color: #fff;
    text-decoration: none;
}
#result-check{
    margin-top: 4px;
    display: block;
    margin-left: 4px;

}
#result-check.weak, #result-check.short{
    color:red;
}
#result-check.weak:before, #result-check.short:before{
    font-family: FontAwesome;
    content: "\f06a";
    margin-right:5px;
}
#result-check.good{
    color:orange;
}
#result-check.good:before{
    font-family: FontAwesome;
    content: "\f023";
    margin-right:5px;
}
#result-check.strong{
    color:green;
}
#result-check.strong:before{
    font-family: FontAwesome;
    content: "\f023";
    margin-right:5px;
}
.auctions-welcome{
    background: #eee;
    padding: 30px;
    border-left: 8px solid #8fbe47;
}
.auctions-welcome h2{
    margin-top:0;
    margin-bottom:0;
}
.auctions-welcome h2 span.name{
    font-weight: 800;

}
.auctions-welcome h2 span.logout{
    font-size: 18px;
}

ul.auction-recent-sales .lot img.img-thumbnail {

    width: 90px!important;
}
@media (max-width: 768px) {
    .lot-open {
        z-index: 999;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    ul.lots .lot h2, ul.lots .lot h2 a {
        font-size: 14px;

    }

    ul.lots .lot h2 .label {
        display: block;
        margin-top: 15px;
        float: none !important;
    }

    ul.lots .lot img.img-thumbnail {
        float: none;
        width: 100%;
    }

    body.single-auction #content .container {
        padding-left: 0;
        padding-right: 0;
    }

    .show-lots-btn {
        margin-bottom: 15px !important;
    }


    #lots .bx-viewport, #lots .bx-wrapper img {
        height: auto !important;
    }

    .lot-pagination i.fa {
        display: none;
    }

    .auction-item .auction-button {

    }

    .auction-item .title-inner h3 span {
        float: none !important;
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
}

.auction-sidebar iframe{
    width: 100%!important;
}
/*
Bid form
 */

.kbw-signature {
    width: 400px;
    height: 200px;
}
.terms{
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border:1px solid #eee;
    padding:8px;
}
.bid-form{
    margin-bottom: 30px;
    padding:15px!important;
}
/* Styles for signature plugin v1.2.0. */
.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
}
.kbw-signature-disabled {
    opacity: 0.35;
}
.bid-btn{
    margin-bottom:5px!important;
    margin-top: 0!important;
}
@media (max-width: 768px) {
    .kbw-signature {
        width: 100%;
    }
    th.lot-bid{
        width:150px;
    }
}