table {
    font-size: 14px;
}

#bid_history_modal td {
    border-color: #000000;
}

.table_container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 20px;
}

#auctions_table,
#auctions_area_table {
    background-color: #ffffff;
    border-radius: 15px;
}

.my_blue_btn {
    color: #ffffff;
    background-color: #5DB8C2;
    border-radius: 30px !important;
}

a#live_auction_area:hover {
    color: #ffffff;
}

.my_red_btn {
    color: #ffffff;
    background-color: #ff0000;
    border-radius: 30px !important;
}

.my_btn {
    border-radius: 30px !important;
}

.content {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.sidebar {
    padding: 10px;
}

.sidebar li {
    border-radius: 10px;
}

#auctions_table table {
    border-top: 1px solid #E3E3E4;
}

a {
    cursor: pointer;
}

#index_header .nav_logo {
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    background-color: #ffffff;
    border-bottom: 1px solid #E3E3E4;
    display: block;
    float: left;
    height: 68px;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
    font-weight: 300;
    overflow: hidden;
}

.centeral_loader {
    position: fixed;
    background-color: #5DB8C2;
    top: 15%;
    left: 45%;
    /* box-shadow: 0px 0px 10px 10px #5DB8C2; */
    display: none;
    /* width: 27%; */
    width: 180px;
    border-radius: 30px;
    text-align: center;
    z-index: 9999999999;
    /* background: white; */
    /* padding: 10px; */
    /* box-shadow: 0px 1px 13px 1px #a0a1a7; */
    /* border-radius: 3px; */
    /* height: 76px; */
    /* line-height: 82px; */
    /* font-weight: 600; */
    /* color: #545151; */
}

section.sidebar {
    padding-top: 25px;
}

#index_header nav {
    background-color: #5DB8C2;
}

#index_nav_heading {
    color: #ffffff;
    font-size: 20px;
    line-height: 2.5em;
    margin-left: 15px;
}

#logout_icon {
    color: #ffffff;
    font-size: 25px;
    margin: auto;
}

.sidebar-menu .active {
    background: rgba(93, 184, 194, 0.1);
}

#reg_royalty_table .lightblue_bg,
#reg_excise_duty_table .lightblue_bg,
#reg_miner_minerals_table .lightblue_bg {
    background: rgba(93, 184, 194, 0.1);
    border-radius: 10px;
}

#registered_bidders_tabs .active {
    border-bottom: 4px solid #5DB8C2;
}

#user_app_tabs .active {
    border-bottom: 4px solid #5DB8C2;
}

#edit_auction_area_details {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
}

#registered_bidders {
    background-color: #ffffff;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

#auction_details_area_name {
    padding-top: 20px;
    padding-bottom: 20px;
}

#application_and_attendees h3 {
    text-align: center;
    padding: 40px;
}


/* #check_applications {
    width: 100%;
} */


/* LIVE AUCTION */

.live_auct_div_1 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 3px 15px 40px 15px;
    width: 60%;
    float: left;
    /* height: 530px; */
    border: 1px solid #e9ecef;
}

.live_auct_div_2 {
    color: black;
    background-color: #DEF2F1;
    border-radius: 10px;
    padding: 3px 10px 8px 10px;
    width: 40%;
    float: right;
    /* height: 530px; */
    margin-left: 10px;
}

.live_auct_div_1 .auc_val {
    background-color: #3AAFA9;
    border-radius: 10px;
    height: 120px;
}

.live_auct_div_1 .auc_val i {
    color: #ffffff;
}

.live_auct_div_1 .inp_div {
    background-color: #3AAFA9;
    border-radius: 10px;
}

#auction_area_info_result_table th {
    /* border-color: black; */
    border: 1px solid #000000;
}

#auction_area_info_result_table td {
    /* border-color: black; */
    border: 1px solid #000000;
}

#auction_area_result_table th {
    /* border-color: black; */
    border: 1px solid #000000;
}

#auction_area_result_table td {
    /* border-color: black; */
    border: 1px solid #000000;
}

#bid_statment_v2 {
    color: #ffffff;
    width: 20%;
}

#timer div {
    background-color: #2B7A77;
    color: #ffffff;
    width: 57px;
    height: 67px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px;
}

#timer div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}