body {
    background-color: #fff;
}

label {
    color: #333;
}

.form-group{
    margin-bottom: 35px;
}

.form-control {
    border-radius: 0px;
    border-bottom: 1px solid #acacac;
    border-top: none;
    border-left: none;
    border-right: none;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

button:focus {
    box-shadow: none !important;
}

.show_highBidder {
    padding: 5px 10px;
    background: #c1d9ec;
    text-align: center;
}
.quick-bids a.btn.btn-primary {
    width: 100%;
    background: #ffff;
    color: black;
    font-size: 24px;
    border: 1px solid #b9b7b7;
    border-radius: 0;
    border-top: none;
}
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
    background-color: #286090;
    color: #fff;
    border: none;
    box-shadow: 0 0 0 0 rgb(40 96 143);
}
.pre_show_bid p {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
p {
    margin-bottom: 0;
}
.show_info_status {
    text-align: center;
    height: 30px;
    color: #fff;
}
.show_info_status h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 30px;
}
.active_danger {
    background-color: red;
    color: #fff;
    border-radius: 5px;
}
.show_img_bid {
    height: 340px;
    text-align: center;
}
.header-show-info {
    background: black;
    padding: 5px 10px 0 5px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.head-info {
    display: inline-table;
    padding-top: 5px;
}
.head-info:first-child {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #faf093;
    color: black;
    border-radius: 50%;
    margin-bottom: 5px;
}
.head-info:first-child p {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.head-info:last-child {
    float: right;
    padding-top: 0;
}

/**
   Admin css
*/
.admin_create {
    background: #ccc;
    padding: 50px 30px;
}

.admin_create label.col-form-label {
    color: red;
}

.btn-default {
    color: #fff;
    background-color: #910000;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    line-height: normal;
    width: 100%;
}

.admin_logo img {
    max-width: 250px;
}

span.title_admin {
    position: relative;
    top: 5px;
    font-size: 24px;
}
i.fa.fa-reply {
    font-size: 28px;
    color: black;
}
.form-control {
    font-size: 14px;
}

.alert-danger {
    color: #ff0119;
    background-color: unset;
    border-color: unset;
    border: none;
    font-size: 12px;
}

element.style {
    margin-top: 50px;
}

.form-horizontal{
    padding: 20px 10px 0px 10px;
    border-radius: 5px;
}
.login_view {
    margin-top: 50%;
}
.btn_login {
    margin-top: 20px;
}
span.help-block {
    color: red;
    font-size: 13px;
    font-weight: normal;
}
span strong {
    font-weight: normal;
}
.view_admin {
    margin-top: 30px;
}
.navbar-brand {
    width: 100%;
}
.view_admin .btn-default {
    width: 100%;
    border-radius: 20px;
    padding: 15px 35px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}
a.logout {
    color: black;
    font-size: 15px;
    float: right;
}
.alert.alert-success {
    border-left: unset;
    border-right: unset;
    font-size: 14px;
}
.header-auction-live {
    background: #567c97;
    color: #fff;
    padding: 10px 0;
}
.header-auction-live img {
    width: 250px;
    margin-top: -15px;
}
.header-auction-live ul {
    padding-left: 0;
    margin-bottom: 0;
}
.header-auction-live ul li {
    display: inline-table;
}
.header-auction-live ul li:nth-child(2) {
    font-size: 50px;
    font-weight: 600;
    padding-left: 15%;
}
.header-auction-live ul li:nth-child(3) {
    padding: 15px 25px;
    float: right;
}
.header-auction-live a.logout {
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 6px;
}
.admin_show_bids {
    padding: 15px 45px;
    background: #ccc;
}
.showMen {
    margin: 10px 0;
}
.btn-show {
    padding: 5px 40px;
    font-size: 34px;
    border-radius: 10px;
}
.alert.alert-danger.login-danger {
    background: #f7eded;
    padding: 15px;
}
.alert.alert-success {
    padding: 10px;
}
.timeOut span {
    font-size: 28px;
    font-weight: 600;
    margin-right: 5px;
}
.bg-blue {
    color: black;
    background: #83b2d7;
}
.bg-danger {
    color: black;
    background: #ff4d4d;
}
.bg-yellow {
    color: black;
    background: #f7b902;
}
span.show-timer {
    font-size: 25px;
}
.alert h4 {
    font-size: 36px;
}

/* .panel-heading img{
    padding: 20px;
} */

.panel-heading {
    margin-bottom: 35px;
}

@media (max-width: 1024px) {
    ul.show_bid_info_item li:nth-child(2) {
        top: 0px;
    }
}
