﻿.stb_imageZoom {
    
    background-size: 100% 100%;
    background-position: center 27%;
    background-repeat: no-repeat;
    height: 700px !important;
    width: 84% !important;
    margin: auto;
    margin-top: 2.5%;
}

.framebox {
    display: flex;
    justify-content: center;
}

.frameimage {
    position: absolute;
    width: 88%;
    height: 825px;
}

div#stb_image {
    left: unset !important;
    top: unset !important;
}

.countdownbox {
    display: flex;
    justify-content: center;
    width: 85%;
    position: relative;
    margin: auto;
    top: 25px;
}

    .countdownbox .countdownTimer {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }

#how_to_play {
    width: 100% !important;
}

button#btnProceed {
    width: 100% !important;
}

.play-section {
    border: 2px solid #f8c129;
}

.color-section {
    margin-right: -10px;
}

.deleteBallEntry {
    width: 70px !important;
}

.proceed_btn_yellow button {
    text-transform: uppercase;
    width: 250px !important;
    background: linear-gradient( 180deg, #FBD202 0%, rgba(244, 214, 60, 0.860781) 51.56%, rgba(233, 197, 15, 0.73) 100%);
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 21px;
    text-align: center;
    border-radius: 5px !important;
    border: 0px;
    color: #fff !important;
    margin: auto;
    margin-top: 10px;
}

input#btnStartPracticing {
    width: 35%;
}

.stb_ball {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-image: url('playgame_images/<%= strBallImage %>');
    position: absolute;
    opacity: 0;
    /*display:none;*/
    z-index: 9999999;
}

.std_ball_ghost {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-image: url('playgame_images/<%= strGhostBallImage %>');
    position: absolute;
    opacity: 0;
    /*display:none;*/
}



#colorcontent button {
    border: 0;
    background: 0;
}

    #colorcontent button img {
        width: 50%;
    }

.col-md-8 {
    padding-left: 0 !important;
}


.text_hightlighter {
    border: 1px solid #FC0;
    border-radius: 5px;
    padding: 10px;
}

.spnNumber {
    font-size: 30px;
}

.btn-success {
    position: relative;
    margin: auto !important;
    background-color: #000;
    color: #F8C129;
    z-index: 9999;
    position: relative;
    border-color: #F8C129;
    display: block;
}

.no_margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width: 1565px) {

    .modal_hide {
        display: none;
    }

    .btn-success {
        /*display:none;*/
    }
}

.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}

.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .circle canvas {
        vertical-align: middle;
    }

    .circle div {
        position: absolute;
        top: 44px;
        left: 12px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: #aaa;
        margin-top: 12px;
    }

h5 {
    font-size: 16px;
    color: #fff;
    padding: 0;
}

.kode_contact_office_list {
    background: none;
}

table {
    background-color: #fff0;
    border: 0px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f900;
}

.frame_pannel {
    position: absolute;
    z-index: 9;
    top: -15px;
}

    .frame_pannel img {
        width: 774px;
    }

@media (min-width: 1800px) {


    footer-widget {
        bottom: 0px;
        width: 100%;
        margin-top: 200px;
    }
}

.fancy span:after {
    margin-left: 55px;
}

.fancy span:before {
    margin-right: 55px;
}



.title_heading {
    position: relative;
    left: -9%;
    top: 16px;
}

.frame_pannel {
    position: absolute;
    z-index: 9;
    top: -15px;
    width: 100%;
}

    .frame_pannel img {
        width: 98%;
    }


.practice-sec {
    padding-top: 65px !important;
}

@media (min-width: 1600px) {
    .practice-sec {
        padding-top: 165px !important;
    }
}



.speech-bubble {
    top: -6% !important;
    margin-left: 8%;
}

@media(min-width:1360px) and (max-width:1367px) {
    .speech-bubble {
        top: -5% !important;
    }
}

.popup_draw {
    background-size: cover !important;
    width: 45px !important;
    height: 45px !important;
    padding: 2px 1px !important;
}


@media(max-width:1690px) and (min-width:1601px) {

    div#stb_image_countdown_btn {
        height: 460px !important;
    }



    .frame_pannel img {
        height: 710px !important;
    }

    .stb_imageZoom {
        height: 615px !important;
    }
}

@media(max-width:1600px) and (min-width:1501px) {

    .stb_imageZoom {
        height: 585px !important;
    }
}



.modal-content {
    border-radius: 20px;
    border: 3px solid #DDDDDD;
}

.modal-header .close {
    color: #F8C129;
    font-size: 50px;
    margin-top: -46px !important;
    opacity: 1;
    font-weight: 300;
    font-family: "Helvetica Neue";
}

.modal-header {
    border-radius: 20px;
}

.btn-block {
    padding: 5px 70px !important;
    box-shadow: 0px 0px 10px 0px #808080;
}

h4 {
    font-weight: 100;
}

.btn-primary {
    background-color: #F8C129 !important;
}

@media(max-width:480px) {
    .mb_15 {
        margin-bottom: 15%;
    }
}

#STB_ZoomLens {
    z-index: 0 !important;
}

@media(max-width:1700px) and (min-width:1675px) {
    .frameimage {
        width: 88%;
        height: 725px !important;
    }

    .stb_imageZoom {
        margin-top: 2.5% !important;
    }

}

@media(max-width:1674px) and (min-width:1600px) {
    .frameimage {
        width: 88%;
        height: 690px !important;
    }

    .stb_imageZoom {
        margin-top: 2.5% !important;
    }

    .countdownbox {
        top: 15px;
    }
    .playgame-table {
        height: 425px !important;
    }
}

@media(max-width:1599px) and (min-width:1400px) {
    .frameimage {
        width: 88%;
        height: 590px !important;
    }

    .stb_imageZoom {
        margin-top: 2.5% !important;
    }

    .countdownbox {
        top: 15px;
    }

    .stb_imageZoom {
        height: 500px !important;
    }

    .playgame-table {
        height: 375px !important;
    }
}

@media(max-width:1399px) and (min-width:1366px) {
    .frameimage {
        width: 88% !important;
        height: 595px !important;
    }

    .stb_imageZoom {
        height: 500px !important;
        width: 85%;
        margin: auto;
        margin-top: 3%;
    }

    .countdownbox {
        top: 15px;
    }

    .countdownTimer {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .playgame-table {
        height: 375px !important;
    }
}

@media(max-width:1360px) and (min-width:1200px) {
    .frameimage {
        width: 88% !important;
        height: 595px !important;
    }

    .stb_imageZoom {
        height: 500px !important;
        width: 85%;
        margin: auto;
        margin-top: 3%;
    }
    .countdownbox {
        top: 15px;
    }

    .countdownTimer {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media(max-width:1199px) and (min-width:1025px) {
    .frameimage {
        width: 88% !important;
        height: 510px !important;
    }

    .stb_imageZoom {
        height: 430px !important;
        width: 85%;
        margin: auto;
        margin-top: 3%;
    }
    .countdownbox {
        top: 5px;
    }
    .seletion_table tr td:nth-child(1) {
        width: auto !important;
    }
}

@media(max-width:1024px) and (min-width:991px) {
    .frameimage {
        width: 88% !important;
        height: 510px !important;
    }

    .stb_imageZoom {
        height: 430px !important;
        width: 85%;
        margin: auto;
        margin-top: 3%;
    }
    .countdownbox {
        top: 15px;
    }
    .countdownbox .countdownTimer {
        font-size: 30px;
    }
    .seletion_table tr td:nth-child(1) {
        width: auto !important;
    }
}


