﻿/*override default styles*/

.panel-success > .panel-heading {
    color: #aeb2b7;
    background-color: #35404d;
    border-color: #35404d;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #0A1932;
    border-color: #0A1932;
}

    .panel-default > .panel-heading > h3 {
        color: white;
    }

.panel-default > .panel-item-heading {
    color: white;
    background-color: #7087A3;
    border-color: #7087A3;
}

    .panel-default > .panel-item-heading > h3 {
        color: #0A1932;
    }

.tools a {
    color: white;
}

.panel-title {
    color: #aeb2b7;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-left-10 {
    margin-left: 10px;
}
.margin-10{
    margin:10px
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-horizontal .control-label {
    font-weight: 700;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-right-5 {
    margin-right: 5px;
}

.dataTables_processing {
    border: 1px gray dashed !important;
    background-color: gray;
    color: black;
    font-weight: bold;
    z-index:999999;
}

.subtext {
    font-style: italic;
    font-size: 10px;
}

.text-white {
    color: white;
}


.sub-menu:last-of-type {
    margin-bottom: 100px;
}

.action-buton {
    color: #797979;
}

.width-100 {
    width:100% !important;
}

.bid-button-live {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #FFFFFF;
    border-radius: 0px;
    width: 104px;
    font-weight: bold;
    font-size: 18px;
    min-width: 110px;
}

    .bid-button-live:hover {
        background-color: #4c4c4c !important;
        border-color: #4c4c4c !important;
        color: #FFFFFF !important;
    }
    .bid-button-live:focus {
        background-color: #4c4c4c !important;
        border-color: #4c4c4c !important;
        color: #FFFFFF !important;
    }

.bid-button-blue {
    background-color: #0a1832;
    border-color: #0a1832;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
}

    .bid-button-blue:hover {
        background-color: #0a1832;
        border-color: #0a1832;
        color: #FFFFFF;
    }
    .bid-button-blue:focus {
        background-color: #0a1832;
        border-color: #0a1832;
        color: #FFFFFF;
    }

.width-40-per{
    width:40%
}

.main-increment-box {
    background: #c8c8c8;
    border: 2px solid black;
    padding-right: 0;
}

.increment-table-box {
    background: #c8c8c8;
    padding-right:0px;
    padding-left:0px;
}

.current-increment-box {
    background: linear-gradient(to top, #c8c8c8 0%,#c8c8c8 22%, white 0%, white 40%)
}

.margin-top-25{
    margin-top:25px;
}

.bid-history-table thead {
    background: #0a1832 !important;
    color:white;
}

.bid-history-table caption {
    text-transform: uppercase !important;
    text-align: center !important;
    color: black !important;
    font-weight: bold !important;
    font-size: 2.5rem !important;
    border: 2px solid black;
    border-bottom: none;
}

.bid-history-table {
    border: 2px solid black;
}

.broadCastBox{
    border:2px solid black;
}

.main-heading-box {
    background: white;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0px 15px 0px;
}

.close-ion {
    color:red;
}

.show-remove {
    visibility: visible;
    margin: 0px 0px 0px 35%;
}

.hide-remove {
    color: #0a1832;
    margin: 0px 0px 0px 35%;
}

.hide-remove:hover {
    color: red !important;
}

.bidHistoryClass {
    vertical-align:middle !important;
}

.right-align {
    text-align: right !important;
}

.center-align {
    text-align: center !important;
}

.prev-col {
    padding-right: 0px;
    margin-left: 13px;
}

.col-next-prv-text {
    padding: 2px 0px 0px 10px;
}
    .col-next-prv-text .next-span {
        margin: 0 0 0 20px;
    }

.prv-next-col {
    margin: -4px 0px 0px 0px;
}

.next-prev-a {
    color:black !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
    .next-prev-a:hover {
        color: black !important;
    }

.incrementValue {
    font-weight: bold;
    width: auto;
    color: black;
    font-size: 18px;
    font-weight: bold;
}

.incrementBidder {
    font-size: 18px;
    font-weight: bold;
    pointer-events: none !important;
}

.start-lot {
    margin: 10px 5px !important;
}

.main-increment-box {
    padding-left: 0px !important;
}

.increment-Button {
    border-radius: 0px;
    padding-left: 4px;
    padding-right: 5px;
}

.closed {
    background-color: #ff6c60 !important;
}

.green-bid {
    background-color: #00e4fe !important;
    color: white;
}

.bid-Increment-table > tbody > tr > th {
    border-top: 0px solid #ddd !important;
}

.bid-Increment-table > tbody > tr > td {
    border-top: 0px solid #ddd !important;
}

.incrementTable > tbody > tr > th {
    border-top: 0px solid #ddd !important;
}

.incrementTable > tbody > tr > td {
    border-top: 0px solid #ddd !important;
}

.table-title {
    font-size: 2.2rem;
    text-transform: uppercase;
}

.table {
    margin-bottom: 0px !important;
}

.pagination {
    margin: 0px !important;
}

.winner-msg {
    color: red;
    font-size: 25px;
    padding: 10px;
}

.btn-main-start {
    width: 100%;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: bold;
}

.btn-action {
    min-width: 200px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px;
    margin: 0px 5px;
    color: #fff !important;
    padding: 3px 12px;
}

.Warning-lot {
    background: #f20000;
}

.continue-bidding {
    background: #0a1932;
}

.sold-lot {
    background: #16d850;
}

.pass-lot {
    background: #4d4d4d;
}

.centre-amount {
    text-align: center;
    text-align: -webkit-center;
}