body {
    background-image: url("../img/bg.jpg");
    background-size: cover;
}
.bg-left {
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ccc;
    background: linear-gradient(45deg, #0b121e, #000817);
    min-height: 300px;
}
.lt-head {
    background: linear-gradient(0deg, #2199c9, #33c3eb);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    margin: 10px 0;
    text-shadow: 2px 2px 5px #000;
}
.label-info, .val-info{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.label-info {
    color: white;
}
.val-info, .digit{
    color: #333;
    background: linear-gradient(0deg, #ffec64, #ffb931);
    border-radius: 5px;
    text-align: center;    
    padding: 2px 0;
    margin: 8px 0;
}
.digit {
    font-weight: bold;
}
.bg-right {
    background-color: #3161ff;
    border-radius: 10px;
}
.bg-right .row:nth-child(1) {
    min-height: 60px;
    background: linear-gradient(0deg, #2199c9, #33c3eb);
    text-align: center;
}
#right-box::-webkit-scrollbar {
    display: none;
}
.logo {
    width: 120px;
}
.tab_header {
    text-align: center;
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}
.bg-right {
    min-width: 720px;     
    vertical-align: middle;   
    height: 380px;
    overflow-y: scroll;
}
.tab_value {
    padding: 0 5px;
    text-align: center;
    height: 28px;
    background-color: #eae0c2;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #000;
}
.auto-height {
    height: auto;
}
.page-link {
    background-color: #0b172d;
    color: #fff;
}
.disabled .page-link {
    background-color: #ccc!important;
}
@media screen and (max-width : 991px) {
    .bg-right {
        margin-top: 35px;
    }
    .tab_value {
        min-height: 48px;
        vertical-align: middle;
    }
    .tab_value p {
        vertical-align: middle;
    }
}
@media screen and (min-width : 992px) {
}