#placeBids table {
    border: none;
    color: #093432;
    margin: 0;
}

#placeBids table tr {
    border-top: solid 1px #e5e5e5;
}

#placeBids table tr:nth-child(even) {
    background-image: url('../img/pattern.png');
}

#placeBids table tr td[id*="results"]
{
    width: 15%;
}

#placeBids table tr #bidAmt
{
    width: 25%;
    white-space: nowrap;
}

#placeBids table tr .bidInputCell
{
    width: 20%;
    min-width: 70px;
}

#placeBids table tr .teamname
{
    width: 40%;
    white-space: nowrap;
}

.ae-mobile-bid,
.ae-mobile-projected-price
{
    display: none;
    font-size: 12px;
}

#placeBids table tr td[id*="results"] img
{
    vertical-align: middle;
    height: 70%;
    width: auto;
}

#placeBids table tr td[id*="results"] img.processing, #placeBidsBtn img.processing
{
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

#placeBids table tr.hiddenTeam
{
    display: none;
}

#placeBids input[type='text']
{
    width: 100%;
}

#placeBids input[type=text]:disabled {
    background: #f2f2f2;
}

#placeBids .green-bid {
    color: #1c970b;
}

#placeBids .orange-bid {
    color: #e25500;
}

#placeBids tr input[type='text'].invalidBid
{
    border: solid 1px red;
}

#noAuction
{
    padding: 40px 0;
    color: red;
    font-weight: bold;
}

#noAuction p
{
    font-size: 16px;
}

#noAuction ul
{
    padding-top: 20px;
}

div.bid-btns
{
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
}

#placeBidsBtn
{
    float: left;
    width: 60%;
    font-size: 18px;
    color: #1a3b6e;
    background: #fcb514;
    padding: 15px 25px;
    font-weight: bold;
}

#clearBidsBtn
{
    float: left;
    width: 40%;
    font-size: 18px;
    color: #fff;
    background: #1a3b6e;
    padding: 15px 25px;
    font-weight: bold;
}

.remaining-reserve-text
{
    font-size: 42px;
    color:#213566;
}

.remaining-reserve-text .price
{
    font-size: 52px;
    color:#213566;
}

.final-bidding-text
{
    color: #a90000;
}

.secondsToEnd
{
    float: left;
    font-size: 40px!important;
    padding-left: 8px;
    line-height: 1;
}

#reserveAmt .final-bidding-seconds
{
    float: right;
}

#reserveAmt .final-bidding-seconds .gradient
{
    position: relative;
    float: right;
    color: #fff;
    font-size: 26px bold!important;
    background-image: linear-gradient(to left, #b10000, #8b0000);
    border-radius: 20px 0 0 20px;
}

#reserveAmt .final-bidding-seconds .seconds
{
    float: left;
    padding: 6px 8px 0 8px;
    font-size: 18px!important;
    line-height: 16px;
}

#reserveAmt .final-bidding-seconds .remaining-time
{
    float: left;
    font-size: 14px!important;
}

.team-heading
{
    font-weight: 600;
    color: #2d2d2d;
}

#bid-messages.modal .alert-header h3 {
    color: #fff;
    font-size: 24px;
    float: left;
}

#bid-messages.modal .alert-left {
    display: flex;
    align-items: center;
    float: left;
    width: 20%;
    height: 100%;
}

#bid-messages.modal .alert-right {
    display: block;
    float: left;
    width: 80%;
}

/* Alert Modal */
#bid-messages.modal {
    color: #fff;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 25%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  }

/* Modal Content */
#bid-messages .modal-content {
    position: absolute;
    display: block;
    z-index: 3000;
    background: #e25500;
    padding: 30px;
    font-size: 14px;
    margin: auto;
    width: 80%;
    left: 0;
    right: 0;
}

#bid-messages .bid-alert-content
{
    clear: both;
    width: 100%;
    padding-left: 15px;
}

#bid-messages .bid-alert-content .bid-error
{
    display: list-item;
    list-style-type: disc;
}


#bid-messages .bid-error.dismissed
{
    display: none;
}

#bid-messages .alert-header
{
    display: block;
}

#bid-messages .alert-left img {
    vertical-align: middle;
    height: 40px;
}

#bid-messages .close {
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
}

#bid-messages .close:hover, #bid-messages .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

span.greyOut
{
    color: #A9A9A9;
}


#additionalAuctionInfo {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    #placeBids #all-bids-right table tr:first-child
    {
        display: none;
    }

    #placeBids #all-bids-right table tr:nth-child(even) {
        background-image: none;
    }

    #placeBids #all-bids-right table tr:nth-child(odd) {
        background-image: url('../img/pattern.png');
    }

    #placeBids table tr td:nth-child(2), #placeBids table tr th:nth-child(2)
    {
        display: none;
    }

    /*
    #placeBids table tr td:nth-child(3), #placeBids table tr th:nth-child(3)
    {
        display: none;
    }
     */

    .ae-mobile-bid,
    .ae-mobile-projected-price
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        display: block;
    }

    span.price .woocommerce-Price-amount.amount.reserveAmtText .final-bidding-text
    {
        font-size: 16px!important;
    }

    #reserveAmt .final-bidding-seconds
    {
        float: none;
        margin: auto;
        position: fixed;
        bottom: 60px;
        left: 0;
        right: 0;
        z-index: 2001;
        width: 100%;
    }

    #reserveAmt .final-bidding-seconds .gradient
    {
        border-radius: 23px;
        float: none;
        width: 175px;
        margin: auto;
        height: 45px;
    }

    #placeBidsBtn img.processing
    {
        height: 16px;
    }

}

/* Teeny tiny devices no one should use */
@media only screen and (max-width: 350px) {

    #placeBids table tr .teamname
    {
        font-size: 12px;
    }

    .ae-mobile-bid,
    .ae-mobile-projected-price
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        font-size: 10px;
    }

    #placeBidsBtn
    {
        width: 50%;
    }

    #clearBidsBtn
    {
        width: 50%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #placeBids #all-bids-left, #all-bids-right
    {
        width: 100%;
        float: none;
    }

    #placeBids #all-bids-left table
    {
        margin-bottom: 0;
    }

    #placeBids #all-bids-right table tr:first-child
    {
        display: none;
    }

    #placeBids #all-bids-right table tr {
        background-image: none;
    }

    #placeBids #all-bids-right table tr:nth-child(odd) {
        background-image: url('../img/pattern.png');
    }

    #placeBids input[type='text']
    {
        width: 80%;
    }

    #bid-messages .modal-content {
        width: 60%;
    }

    span.price .woocommerce-Price-amount.amount.reserveAmtText .final-bidding-text
    {
        font-size: 18px!important;
    }

    #placeBidsBtn img.processing
    {
        height: 16px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #placeBids input[type='text']
    {
        width: 60%;
    }
    div.bid-btns
    {
        position: relative;
        float: right;
        width: auto;
        margin-bottom: 20px;
        z-index: auto;
        margin-right: 0;
    }

    #clearBidsBtn {
        float: none;
        width: auto;
        border: solid 1px #00a1ee;
        color: #00a1ee;
        background: transparent;
        font-size: 12px;
        padding: 10px 15px;
        transition: all .3s ease;
    }

    #clearBidsBtn:hover {
        background:#00a1ee;
        color: #fff;
    }

    #placeBidsBtn {
        float: none;
        width: 140px;
        font-size: 18px;
        color: #1a3b6e;
        background: #fcb514;
        padding: 15px 25px;
        transition: background .3s ease;
    }

    span.price .woocommerce-Price-amount.amount.reserveAmtText .final-bidding-text
    {
        font-size: 14px!important;
    }

    #bid-messages .modal-content {
        width: 40%;
    }

    #placeBidsBtn img.processing
    {
        height: 16px;
    }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #placeBids #all-bids-left, #all-bids-right
    {
        width: 50%;
        float: left;
    }

    #placeBids table
    {
        margin: 0 0 50px 0;
    }

    #placeBids #all-bids-right table tr:nth-child(odd) {
        background-image: none;
    }

    #placeBids #all-bids-right table tr:nth-child(even) {
        background-image: url('../img/pattern.png');
    }

    #placeBids #all-bids-right table tr:first-child
    {
        display: table-row;
    }

    #placeBidsBtn:hover {
        background: #ffca53;
    }

    #placeBids input[type='text']
    {
        width: 100%;
    }

    #bid-messages .modal-content {
        width: 30%;
    }

    span.price .woocommerce-Price-amount.amount.reserveAmtText .final-bidding-text
    {
        font-size: 18px!important;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #bid-messages .modal-content {
        width: 25%;
    }
}
