html, body {
    background-color: #565656;
}
@font-face{
    font-family: "Open Sans";
    src : url("OpenSans-Bold.ttf");
}
@font-face{
    font-family: "Open SansN";
    src : url("OpenSans-Regular.ttf");
}
body {
    /*font-family:'Avenir LT Std 85 Heavy';*/
    font-family: "Open Sans";
    color: #FFFFFF;
}

.text-orange {
    color: #ffba00 !important;
}

.text-white {
    color: #FFFFFF;
}

.main-container {
    background-color: #565656;
    max-width: 100%;
}

.back {
    font-size:14pt;
    color: #7da6f8;
    cursor: pointer;
    vertical-align: middle;
}

.title-a {
    font-size:28pt;
    line-height: 1;
}
.title-b {
    /*font-size:28pt;*/
    font-size: 2em;
    line-height: 1;
}
.title-c {
    font-size:18pt;
    line-height: 1;
}

.dates-part {
    /*font-family: 'Avenir LT Std 35 Light';*/
    font-family: "Open SansN";
    font-size: 14pt;
}

.dates-part div {
    max-width: 32%;
    border-radius: 5px;
    background: #414141;
    -webkit-box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
    box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-tmnt {
    height: 65px;
    min-width: 192.250px;
    text-align: center;
    border-radius: 5px;
    background: #233b5f;
    color: #2e4a72;
    font-size: 16px;
    cursor: pointer;
}

.btn-tmnt-stat {
    height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #233b5f;
    color: #2e4a72;
    font-size: 16px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 8%, rgba(39,39,39,1) 19%, rgba(39,39,39,1) 84%, rgba(28,28,28,1) 93%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(8%, rgba(28,28,28,1)), color-stop(19%, rgba(39,39,39,1)), color-stop(84%, rgba(39,39,39,1)), color-stop(93%, rgba(28,28,28,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 8%, rgba(39,39,39,1) 19%, rgba(39,39,39,1) 84%, rgba(28,28,28,1) 93%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 8%, rgba(39,39,39,1) 19%, rgba(39,39,39,1) 84%, rgba(28,28,28,1) 93%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 8%, rgba(39,39,39,1) 19%, rgba(39,39,39,1) 84%, rgba(28,28,28,1) 93%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(28,28,28,1) 8%, rgba(39,39,39,1) 19%, rgba(39,39,39,1) 84%, rgba(28,28,28,1) 93%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/* .tmnt-rank {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}

.tmnt-totalto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.75%;
    flex: 0 0 30.75%;
    max-width: 30.75%;
} */

.btn-tmnt-winner {
    height: 45px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11pt;
    background: rgba(44,199,95,1);
    line-height: 1;
    background: -moz-linear-gradient(top, rgba(44,199,95,1) 0%, rgba(44,199,95,1) 36%, rgba(49,150,85,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,199,95,1)), color-stop(36%, rgba(44,199,95,1)), color-stop(100%, rgba(49,150,85,1)));
    background: -webkit-linear-gradient(top, rgba(44,199,95,1) 0%, rgba(44,199,95,1) 36%, rgba(49,150,85,1) 100%);
    background: -o-linear-gradient(top, rgba(44,199,95,1) 0%, rgba(44,199,95,1) 36%, rgba(49,150,85,1) 100%);
    background: -ms-linear-gradient(top, rgba(44,199,95,1) 0%, rgba(44,199,95,1) 36%, rgba(49,150,85,1) 100%);
    background: linear-gradient(to bottom, rgba(44,199,95,1) 0%, rgba(44,199,95,1) 36%, rgba(49,150,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cc75f', endColorstr='#319655', GradientType=0 );
}

.btn-tmnt-special {
    height: 45px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    background: rgba(239,95,47,1);
    background: -moz-linear-gradient(top, rgba(239,95,47,1) 0%, rgba(239,95,47,1) 44%, rgba(167,74,37,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,95,47,1)), color-stop(44%, rgba(239,95,47,1)), color-stop(100%, rgba(167,74,37,1)));
    background: -webkit-linear-gradient(top, rgba(239,95,47,1) 0%, rgba(239,95,47,1) 44%, rgba(167,74,37,1) 100%);
    background: -o-linear-gradient(top, rgba(239,95,47,1) 0%, rgba(239,95,47,1) 44%, rgba(167,74,37,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,95,47,1) 0%, rgba(239,95,47,1) 44%, rgba(167,74,37,1) 100%);
    background: linear-gradient(to bottom, rgba(239,95,47,1) 0%, rgba(239,95,47,1) 44%, rgba(167,74,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5f2f', endColorstr='#a74a25', GradientType=0 );
}

/*.btn-tmnt-winner:hover .sub-menu .oddeven {
    display: block;
}*/

.sub-menu .oddeven.show{
    display:block !important;
}

.sub-menu {
    display: none;
    position: sticky;
    z-index: 120;
    border-radius: 5px;
    padding-left: .46rem;
    padding-right: .5rem;
}
.sub-menu .oddeven {
    display: none;
    color: #000000;
    padding-top: 13px;
    padding-bottom: 13px;
}
.sub-menu .oddeven:nth-of-type(odd){
    background-color: #dadada;
}
.sub-menu .oddeven:nth-of-type(even){
    background-color: #f4f7fe;
}
.sub-menu .oddeven:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.snk {
    cursor: pointer;
    /*font-family: 'Avenir LT Std 65 Medium';*/
    font-family: "Open SansN";
    text-decoration: underline;
    font-size: 11pt;
}

.tabs-part div{
    cursor: pointer;
    font-size: 11pt;
    /*max-width: 31.5%;*/
    max-width: 15.5%;
    background-color: #0b777b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabs-part .active{
    background-color: #16a2a7;
    color: #ffb708;
}

.winners-part {
    min-width: 400px;
}

.winners-part .header{
    font-size: 11pt;
    background-color: #16a2a7;
}

.winners-part .body div{
    font-family: "Open SansN";
    font-size: 11pt;
    color: #000000;
}
.winners-part .body .oddeven:nth-of-type(odd){
    background-color: #f4f7fe;
    color: #000000;
}
.winners-part .body .oddeven:nth-of-type(even){
    background-color: #dadada;
}

.sub-menu .oddeven:hover, .winners-part .body .oddeven:hover {
    background-color: #b2b2b2;
}

.more-part div {
    cursor: pointer;
    min-width: 150px;
    max-width: 20%;
    text-align: center;
    border-radius: 5px;
    background: #17a2a7;
    color: #FFFFFF;
    font-size: 14pt;
}

.divgametext{
    font-weight: bold;
    margin: auto !important;
    max-width: unset !important;
}

.spangametext{
    padding:5px 20px;
    text-align: center;
}

#spanselectgm{
    max-width:100%;
    display:none;
}

@media (max-width: 1565px) {
    .spangametext{
        padding:5px 18px;
        text-align: center;
    }
}

@media (max-width: 1520px) {
    .spangametext{
        padding:5px 15px;
    }
}

@media (max-width: 1465px) {
    .spangametext{
        padding:5px 13px;
    }
}

@media (max-width: 1430px) {
    .spangametext{
        padding:5px 10px;
    }
}

@media (max-width: 1368px) {
    .spangametext{
        padding:5px 20px;
    }

    .divgametext{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 1314px) {
    .spangametext{
        padding:5px 17px;
    }
}

@media (max-width: 1266px) {
    .spangametext{
        padding:5px 12px;
    }
}

@media (max-width: 1186px) {
    .spangametext{
        padding:5px 9px;
    }
}

@media (max-width: 1146px) {
    .spangametext{
        padding:5px 5px;
    }
}

@media (max-width: 1080px) {
    .spangametext{
        padding:5px 3px;
    }
}

@media (max-width: 1060px) {
    .spangametext{
        padding:5px 3px;
        font-size:16px;
    }
}

@media (max-width: 955px) {
    .spangametext{
        padding:5px 5px;
        font-size: 15px;
    }
}

@media (max-width: 928px) {
    .divgametext{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.333333% !important;
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
    .spangametext{
        padding:5px 10px;
    }
}

@media (max-width: 878px) {
    .spangametext{
        padding:5px 6px;
    }
    #menugm{
        /*display: none !important;*/
    }
    #spanselectgm{
        display: block !important;
    }
}

@media (max-width: 830px) {
    .spangametext{
        padding:5px 10px;
    }
    .divgametext{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}

@media (max-width: 785px) {
    .spangametext{
        padding:5px 8px;
    }
}

@media (max-width: 768px) {
    .dates-part div {
        max-width: 100%;
    }
    .px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .specialWinner{
        font-size: 7pt !important;
    }
    .CustomCol1{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
    .CustomCol2{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
    .CustomCol3{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.666667% !important;
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
    .rankFix{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .TOFIX{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .crown{
        width: 25px;
    }
    .lastTOFIx{
        max-width: 99% !important;
    }
    .startD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 47.666667% !important;
        flex: 0 0 47.666667% !important;
        max-width: 47.666667% !important;
    }
    .endD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 47.666667% !important;
        flex: 0 0 47.666667% !important;
        max-width: 47.666667% !important;
    }
    .winners-part {
        min-width: 0px;
    }
    .spangametext{
        padding:5px 10px;
    }
    .divgametext{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
}

@media (width: 768px) {
    .dates-part div {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
    .spangametext{
        padding:5px 6%;
    }    
}

@media (max-width: 767px){
    .rankSingleDiv{
        display: none;
    }
    .TOSingleDiv{
        display: none;
    }
    .PeringkatDiv{
        display: none !important;
    }
    /*.titleHeader{
        margin-bottom: -30px !important;
    }*/
    .dates-part {
        font-size: 11pt;
    }
    .hiddenSpecial{
        display: unset !important;
    }
    .SpecialTxtChange{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    #col4Helper{
        max-width: 23.5% !important;
    }
}

@media (max-width: 770px) {
    .title-a {
        font-size:24pt;
    }
}

@media (max-width: 770px) {
    .spangametext{
        font-size: 14px;
    } 
}

@media (max-width: 670px) {
    .spangametext{
        padding: 5px 5%;
    } 
    .divgametext{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 99% !important;
    }
}

@media (max-width: 620px) {
    .title-a {
        font-size:20pt;
    }
}

@media (max-width: 600px) {
    .spangametext{
        padding: 5px 25px;
    } 
}

@media (max-width: 571px) {
    .spangametext{
        padding: 5px 22px;
    } 
}

@media (max-width: 548px) {
    .spangametext{
        padding: 5px 20px;
    } 
}

@media (max-width: 533px) {
    .spangametext{
        font-size: 13px;
    } 
}

@media (max-width: 514px) {
    .spangametext{
        font-size: 13px;
    } 
}

@media (max-width: 514px) {
    .spangametext{
        font-size: 12px;
    } 
}

@media (max-width: 491px) {
    .spangametext{
        padding: 5px 14px;
    } 
}

@media (max-width: 490px) {
    .title-a {
        font-size:16pt;
    }
    .title-c {
        font-size:16pt;
    }
    .startD, .endD, .lastTOFIx {
        font-size:12px;
    }
    .main-padding {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .winner-part,
    .tabs-part,
    .winners-part,
    .winners-part > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .winner-part,
    .tabs-part,
    .winners-part {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .crown-image {
        padding-left: 10px;
    }
    .showmore {
        padding: .5rem !important;
        font-size: 12px !important;
    }
    #leaderboard {
        margin-left: .25rem!important;
    }
    .header,
    .body,
    .body > .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .winners-part .body div{
        font-family: "Open SansN";
        font-size: 8pt;
        color: #000000;
    }

    #col4Helper{
        max-width: 23.3% !important;
        font-size: 7pt;
    }

    .gameTabWinner {
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        margin-right: 0 !important;
    }
}

@media (max-width: 477px) {
    .spangametext{
        padding: 5px 11px;
    } 
}

@media (max-width: 470px) {
    #leaderboard {
        overflow-x: scroll;
    }
    .title-b {
        font-size:16pt;
    }
}

@media (max-width: 477px) {
    .spangametext{
        font-size: 11px;
    } 
}

@media (max-width: 440px) {
    .lastTOFIx{
        max-width: 98% !important;
    }
    .startD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 46.666667% !important;
        flex: 0 0 46.666667% !important;
        max-width: 46.666667% !important;
    }
    .endD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 46.666667% !important;
        flex: 0 0 46.666667% !important;
        max-width: 46.666667% !important;
    }
}

@media (max-width: 436px) {
    .spangametext{
        padding: 5px 9px;
    } 
}

@media(max-width: 430px){
    #col4Helper{
        max-width: 23% !important;
    }
}

@media (max-width: 425px) {
    .back {
        font-size:11pt;
    }
    .tabs-part div{
        font-size: 8pt;
    }

    .winners-part .header{
        font-size: 8pt;
    }
    
    .btn-tmnt, .btn-tmnt-winner, .btn-tmnt-special {
        font-size: 14px;
    }
    .lastTOFIx{
        max-width: 98% !important;
    }
    .startD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 46.666667% !important;
        flex: 0 0 46.666667% !important;
        max-width: 46.666667% !important;
    }
    .endD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 46.666667% !important;
        flex: 0 0 46.666667% !important;
        max-width: 46.666667% !important;
    }
    .spangametext{
        font-size: 10px;
    } 
}

@media (max-width: 400px) {
    .spangametext{
        padding: 0px 4px;
    } 
}

@media (max-width: 380px) {
    .title-a {
        font-size:12pt;
    }
    #col4Helper{
        max-width: 22.8% !important;
        font-size: 6pt !important;
    }
}

@media (max-width: 366px) {
    .spangametext{
        padding: 0px 2px;
    } 
}

@media (max-width: 350px) {
    .spangametext{
        padding: 0px 0px;
    } 
}

@media (max-width: 337px) {
    .dateFIX{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #col4Helper{
        max-width: 22.3% !important;
        font-size: 5pt !important;
    }    
    .ddivgametext{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .spangametext{
        padding: 0px 3px;
    }     
}

@media (max-width: 320px) {
    .spangametext{
        padding: 0px 2px;
    } 
}

@media (max-width: 241px) {
    .lastTOFIx{
        max-width: 98% !important;
    }
    .startD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.666667% !important;
        flex: 0 0 45.666667% !important;
        max-width: 45.666667% !important;
    }
    .endD{
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.666667% !important;
        flex: 0 0 45.666667% !important;
        max-width: 45.666667% !important;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px !important;
    }
}

.header-image {
    width: 100%;
    height: auto;
    max-height: 100px;
}
.header-div {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    max-height: 100px;
}
.header-div .title-a {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    margin: 0px 10% !important;
    width: 80%;
}
.header-kembali {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    height: 70%;
    width: auto;
    cursor: pointer;
}
.container {
    padding: 0px;
}
#leaderboard {
    overflow: hidden;
}
/* Style the buttons */
.paginationn {
  cursor: pointer;
  border: 2px solid #14A3A9;
  border-radius: 4px;
  padding-top: 1px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 1px;
  margin : 2px;
}

/* Style the active class, and buttons on mouse-over */
/*.active, .paginationn:hover {
  background-color: #14A3A9;
  color: white;
}*/
.paginationn:hover {
  background-color: #14A3A9;
  color: white;
}