body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: scroll;
}
.container, .section{
    min-width: 1080px;
}
.label_date {
    position: absolute;
    margin-top: 10px;
}
.label_info {
    text-align: center;
    max-width: 400px;
}
.ground {
    background: rgba(0, 0, 0, 0) url('../img/random_2.png') no-repeat scroll center 0;
    /* position: relative; */
    background-size: 100% auto;
    /* margin-top: 50px; */
    display: inline-block;
    width: 580px;
    height: 200px;
}
.pools {
    color: #50d870;
    display: inline-block;
    font-family: 'Aladin', cursive;
    font-size: 50px;
    line-height: 0.5;
    padding: 0 10px 10px;
    text-align: center;
    width: 45px;
}
.remaintime {
    background: url('../img/countdown.png') no-repeat;
    background-size: 100%;
    color: #50d870;
    float: right;
    font-size: 40px;
    height: 200px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 350px;
    /* border: 4px solid #ffffff; */
    /* border-radius: 12px; */
    padding: 13px 13px;
}
.randomize {
    color: #50d870;
    width: 130px;
    margin-top: 25px;
    padding: 46px 15px 25px 35px;
    text-shadow: 2px 2px 5px #101010;
    font-size: 97px;
    /* background: #035996; */
    border-radius: 50%;
    display: inline-block;
}
.tlive {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    background: #f42b49;
    padding: 10px;
    border: 2px solid #8f0015;
}
.openlive {
    color: #b6bf00;
    font-size: 24px;
    text-decoration: none;
    text-shadow: 2px 2px #101010;
    font-weight: bold;
    font-weight: bold;
}
.box {
    background-color: #7e1626;
    margin-top: 6em;
    margin-bottom: 5em;
    position: relative;
    padding-bottom: 50px;
}
.info {
    text-align: center;
    background-color: #f42b49;
    width: 200px;
    padding: 15px 20px;
    margin: 0 auto;
    margin-top: 50px;
    position: absolute;
    left: 45%;
    z-index: 9999;
}
.home_table {
    margin-top: -135px;
}
.home_table tbody tr td {
    vertical-align: middle;
    text-align: center;
}
.content {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
form {
    padding: 15px;
    /* text-align: center; */
    width: 450px;
    display: inline-block;
}
span.ldate {
    background: url('../img/bar.png');
    background-size: 100% 100%;
    padding: 12px 12px 26px 12px;
    height: 37px;
    font-size: 20px;
    color: #fff;
    width: 146px;
    margin-bottom: 15px;
}
.from_datepick, .to_datepick {
    margin-top: 30px;
}
label {
    width: 180px;
    color: #fbf1c1;
    text-align: left;
}
input[type="date"], input[type="email"], input[type="tel"], textarea {
    background: #b13636 none repeat scroll 0 0;
    border: 5px solid #ccc6b1;
    border-right: 3px solid #ccc6b1;
    border-radius: 0;
    box-shadow: none;
    color: #fbf1c1;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: 400;
    /* margin: 15px 0; */
    height: 48px;
    padding: 7px 23px;
    resize: none;
    border-radius: 6px 0 0 6px;
}
.ui {
    background: rgba(205, 51, 51, 0.76);
    border: medium none;
    color: #032642;
    cursor: pointer;
    font-size: 24px;
    padding: 13px;
    border: 2px solid #035996;
}
button.ui.search {
    background-size: 100% 100%;
    border-left: 1px;
    padding: 3px;
    background: #3c0c0d;
    border-radius: 0 6px 6px 0;
    height: 48px;
    width: 60px;
    margin-top: -10px;
    position: absolute;
}
button.ui.search img {
    width: 29px;
    height: 30px;
}
.right {
    display: inline-block;
    padding-left: 15px;
    width: 800px;
    margin: 0 auto;
}
h2.title {
    color: #0f2f49;
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    background: url('../img/info_bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 0px;
    height: 80px;
    padding: 11px;
}
.thead {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
    background-size: 100% 100%;
}
.thead td {
    padding: 15px;
}
.tbody {
    border-radius: 0 0 10px 10px;
}
.tbody tr td {
    border-bottom: 2px solid #c0bfac;
    padding-bottom: 10px;
    padding-top: 20px;
}
.tbody tr:last-child td {
    border-bottom: none;
}
.date {
    text-align: center;
}
.date p, .date p a {
    color: #b1eca5;
    display: inline-block;
    font-size: 23px;
    margin: 0;
    padding-top: 2px;
    position: relative;
    top: -5px;
    text-decoration: none;
}
.detail_back {
    font-size: 28px;
    border-bottom: 2px solid #fbf1c1;
    margin-bottom: 20px;
}
.info_ground {
    color: #a5cfec;
    padding-left: 25px;
}
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}
.copyright p {
    color: #fff;
}
.btn_detail {
    background-color: #4b0d0d;
    padding: 10px 25px;
}
.cnt_cnt_row{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding:10px;
    align-items: center;
}

.cnt_cnt .cnt_cnt_row:nth-child(odd){
    background: rgba(0,0,0,.05);
}

.cnt_cnt_hdr {
    flex : 1;
    text-align: left;
    color : #50d870;
    font-size: 14pt;
    font-weight: bold;
}
.cnt_cnt_cnt {
    color : #50d870;
    font-size: 20pt;
    font-weight: bolder;
}
.modal-content {
    background-color: #1b1717;
    text-align: center;
}
.modal-header{
    background-color: #1b1717;
    color: white;
}
.modal-body{
    padding: none !important;
}