body{
    color: grey;
    font-family: myroboto;
    /* background: #000 url(../../assets/img/header/bod.png) no-repeat; */
}

@font-face {
    font-family: myroboto;
    src: url(roboto.ttf);
}
@font-face {
    font-family: myPro;
    src: url(SourceSansPro-Bold.otf);
}
a:hover{text-decoration: none;}
a{color: #fff !important}
/*=====================================
          HEADER CONTENT
=======================================
*/
.extrapadding { padding: 20px; }
.header{
    /* background: url(../../assets/img/header/header-bg.png) no-repeat; */
    height: auto;
    padding: 26px;
}
span.menu-name {
    display: block;
    text-align: center;
}
li.scico { width: 25px; }
.socials{
    list-style-type: none;
    float: right;
}
.header .logo{
    display: inline-block;
    width: 345px;
    margin-top: 23px;
    overflow: hidden;
}
.social-ico {
    height: 50px;
    float: right;
}
.login-inline{
    /* margin-top: 43px; */
    float: right;
}
.login-inline .form-login:focus{
    border-color: #c3773a;
    box-shadow: 0 1px 1px #e07d35 inset, 1px 0 8px #e86100;
    outline: 0 none;
}
.form-pasti:focus{
    border-color: #c3773a;
    box-shadow: 0 1px 1px #e07d35 inset, 1px 0 8px #e86100;
    outline: 0 none;
}
.login-inline .capts{
    width: 50px !important;
    padding: 6px;
}
.login-inline .captcha{
    width: 85px;
}
.login-inline .form-group{padding: 0 3px;}

.masuk{
    border-color: #f8b90a;
    color: #ffffff !important;
    font-weight: bold;
    background: #f8b90a;
}
.daftar{
  background: #ff0000;
  color: #fff !important;
  font-weight: bold;
  border-color: #ff0000;
}
.daftar:hover, .masuk:hover {background: #ffcf41; border: 1px solid #ffcf41;}
.navbar-tebak .navbar-toggle:focus, .navbar-tebak .navbar-toggle:hover {
    background-color: #e06600;
    color: #000;
}
.navbar-tebak .navbar-toggle {
    border-color: #e06600;
}
.navbar-tebak .navbar-collapse, .navbar-tebak .navbar-form {
    border-color: #d06814;
}

/*=====================================
          MENU CONTENT
=======================================
*/
.navbar-tebak{
    border-radius: 0px;
    border-color: transparent;
    margin: 0;
    background: #013b7a;
}
.navbar-tebak .navbar-nav>li>a {
    color: #fff !important;
    text-transform: uppercase;
}

.marquee{
    background: #001731;
}
.run p{margin: 0;padding-top: 8px;}
.date-header h5{font-size: 16px;display: inline-block;font-weight: bold;color: #ffffff;}
.date-header .border{/* border-right: 1px solid; */position: relative;/* font-weight: bold; */left: 11px;}

/*=====================================
          MAIN CONTENT
=======================================
*/
.result{/* margin-bottom: 22px; */}
.result .panel-default{
    /* background-image: linear-gradient(to left bottom, #f3300c, #37110a, #37110a, #3e1913, #4a2f1d); */
    border: 2px solid #0a5cb5;
    /* border-radius: 13px; */
    background-color: #013b7a;
    text-align: center;
}
.result .new-panel{
    background: -moz-linear-gradient(45deg, rgba(56,18,11,1) 0%, rgba(80,38,18,1) 20%, rgba(69,26,15,1) 31%, rgba(63,24,13,1) 51%, rgba(78,41,19,1) 75%, rgba(78,41,19,1) 100%); /* ff3.6+ */
    /* background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(56,18,11,1)), color-stop(20%, rgba(80,38,18,1)), color-stop(31%, rgba(69,26,15,1)), color-stop(51%, rgba(63,24,13,1)), color-stop(75%, rgba(78,41,19,1)), color-stop(100%, rgba(78,41,19,1))); */ /* safari4+,chrome */
    /* background: -webkit-linear-gradient(45deg, rgba(56,18,11,1) 0%, rgba(80,38,18,1) 20%, rgba(69,26,15,1) 31%, rgba(63,24,13,1) 51%, rgba(78,41,19,1) 75%, rgba(78,41,19,1) 100%); */ /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(56,18,11,1) 0%, rgba(80,38,18,1) 20%, rgba(69,26,15,1) 31%, rgba(63,24,13,1) 51%, rgba(78,41,19,1) 75%, rgba(78,41,19,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(56,18,11,1) 0%, rgba(80,38,18,1) 20%, rgba(69,26,15,1) 31%, rgba(63,24,13,1) 51%, rgba(78,41,19,1) 75%, rgba(78,41,19,1) 100%); /* ie10+ */
    /* background: linear-gradient(45deg, rgba(56,18,11,1) 0%, rgba(80,38,18,1) 20%, rgba(69,26,15,1) 31%, rgba(63,24,13,1) 51%, rgba(78,41,19,1) 75%, rgba(78,41,19,1) 100%); */ /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2913', endColorstr='#38120b',GradientType=1 ); /* ie6-9 */
    /* border-radius: 13px; */
}
.result .img-flag{
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.result .img-name{
    text-align: center;
    margin: 0;
}

.result .market-date{
    font-size: 11px;
    text-align: center;
    color: white;
}
.mrk-result{
    list-style-type: none;
    margin: 0;
    color: #013b7a;
    margin-left: 0 !important;
    padding: 0px 40px;
    /* text-align: center !important; */
    background-color: #f2f2f2;
    overflow: hidden;
    /* text-align: center; */
}
.mrk-result>li{
    /* float: left; */
    padding: 0px 3px;
    font-family: myPro;
    /* text-align: center; */
    display: inline;
    font-size: 26px;
}
.tebak-slider{/* margin-bottom: 40px; *//* margin-top: 12px; */}
.slider-img{
    margin-left: auto;
    margin-right: auto;
}
.thumbnail {background: none;}
.jackpot h1{
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin-top: 5px;
}
.jackpot h4{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #e3bf6a;
}
.title h3{
    text-align: center;
    color: #f5f3f1;
    font-family: myPro;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.titles h3{
    text-align: center;
    color: #fff;
    font-family: myPro;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.market .mt-r{margin-bottom: 10px}
.market .img-market{
    display: inline-block;
    padding: 0px 8px;
    height: 52px;
}
.market .date{margin-top: 18px;}
.number-result{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 14px;
    display: inline-block;
}
.number-result>li {
    float: left;
    padding: 0px 9px;
    border: 1px solid #ffff;
    border-radius: 50px;
    margin: 0px 3px;
    width: 26px;
    height: 26px;
}
.number-result>li:hover{
    background: #d6ae51;
    border: 1px solid #d6ae51;
    font-weight: bold;
}
.number-result>li>span {
    font-size: 12px;
    font-weight: bold;
    position:  relative;
    top: 2px;
}
.carets img{
    float: right;
    padding: 0;
    position: relative;
    bottom: 23px;
    right: 18px;
}
.scroller-default{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.tbl-latest{ margin-bottom: 0px; }
.tbl-latest>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.tbl-latest>tbody>tr>td{
   border: none;
}
.nomor_hoki_box {
    width: 237px;
    margin: 0 auto;
}
.title_nomor_hoki {
    text-align: center;
    font-size: 27px;
    color: #e3bf6a;
    text-transform: uppercase;
    font-weight:  bold;
    margin-bottom: 13px;
}
#lucky-number {
    height: auto;
    color: #fff;
    font-family: "Century Gothic";
    text-align: center;
    margin-bottom: 18px;
}
.numslot {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 2px;
    right: 1px;
    width: 50px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #cb994f 0%, #f1d479 50%, #cb994f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#cb994f 0%,#f1d479 50%,#cb994f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#cb994f 0%,#f1d479 50%,#cb994f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#cb994f',GradientType=0 ); /* IE6-9 */
    color: #000;
}
.fancy:first-child {
    margin-left: 0;
}
.fancy {
    width: 49px;
    line-height: 49px;
    text-align: center;
    height: 49px;
    overflow: hidden;
    float: left;
    margin-left: 11px;
    font-weight: normal;
    font-size: 31px;
    border: 1px solid #545454;
    border-radius: 100%;
}
#playFancy {
    border-radius: 12px;
    display: block;
    color: #fff;
    text-align: center;
    width: 104px;
    padding: 9px 0;
    margin: 0 auto;
    margin-bottom: 9px;
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #cb994f 0%, #f1d479 50%, #cb994f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%,#cb994f 0%,#f1d479 50%,#cb994f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%,#cb994f 0%,#f1d479 50%,#cb994f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#cb994f',GradientType=0 ); /* IE6-9 */
    color: #000;
    font-family: "Century Gothic";
    font-weight: bold;
}
#playFancy:hover{background: #ffcf41;}


/*=====================================
          SUPPORT CONTENT
=======================================
*/

#penawaran_spesial{
    position: fixed;
    top: 611px;
    z-index: 999999;
    right: 0;
}

#penawaran_btn {
    cursor: pointer;
    position: relative;
    top: 0px;
    float: left;
}
.penawaran {
   background: #140500;
   float: left;
   list-style-type: none;
   padding: 9px 16px;
}

.penawaran>li {
    margin-bottom: 16px;
}

.penawaran .info {
    color: #fff;
    font-size: 11px;
    position: relative;

}


/*=====================================
          FOOTER CONTENT
======================================= */
.footer-content{background: #032854;}
.footer-img img{
    margin-left: auto;
    margin-right: auto;
}
.img-content h4{
  text-align: center;
}
.img-content .img{
  margin-left: auto;
  margin-right: auto;
}
.footer-content p{text-align: center;font-size: 13px;}
.footer-img{
    padding-top: 36px;
}
.footer-img h2{
    text-align: center;
    font-size: 20px;
    color: #c9c6a4;
}
.img-content{
    padding: 55px;
}
.footer-content .bank {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left:  54px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.bank>li, .socials>li {
    float: left;
    padding: 0px 22px;
}
.footer-content .browser{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left:  97px;
}

.browser>li {
    float: left;
    padding: 0px 30px;
}
.footer-content hr{
    border-top: 1px solid #3e3e3e;
}
.footer-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 103px;
}
.footer-nav>li{
    float: left;
    padding: 0px 48px;
    font-size: 16px;
    font-weight:  bold;
    letter-spacing:  1.2px;
}
.footer-content .ftr-p{
    font-size:  12px;
    color: white;
    padding-top: 15px;
}
.border-right{border-right: 1px solid;}
.ftr:nth-child(2) {
    font-size: 11px;
    margin-top: 12px;
    color: white;
}

/*=====================================
          RESULT CONTENT
=======================================
*/
.tbl-pasaran{background: #a43312;}
.tbl-pasaran>tbody>tr:nth-of-type(odd) {
    background-color: #b5481a;
}
.text-warning, .text-danger{
    color: #fff !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #7e190c;
    border: 1px solid #af4117;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #c95a00;
    border-color: #c95a00;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c95a00;
    border-color: #c95a00;
}
.login-inline .alert-danger {
    color: #ffffff;
    background-color: #c13232;
    border-color: #ec4646;
    text-align: center;
}
.login-inline .alert-success {
    color: #ffffff;
    background-color: #6e9826;
    border-color: #8cde00;
    text-align: center;
}
.terbaru_height{
    height: 325px;
    overflow: hidden;
}
.show-more{
    background: #eacc72;
    height: 1px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 17px;
}
.show-more .down{
    background: #ffda44;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #000;
    padding: 7px;
    font-size: 15px;
}
.show-more .down:hover{
    background: #ffffff;

}
.arrow{
    position: relative;
    bottom: 13px;
    cursor: pointer;
}
.running-msg {
    /* background-color: #; */
    color: black;
    /* padding-bottom: 1px; */
    /* margin-bottom: 9px; */
    background: #001731;
}
#result{padding-top: 15px;}
.headbox .menu-title{font-family: myPro; color: #f18421;}
.contentbox{margin-bottom: 35px;}



.footer-content .bnktx {
    text-align: right;
    margin: 25px 0px;
}
.footer-content .bnkimg {
    float: left;
    text-align: left;
    padding-top: 16px;
}
.pagcor {
    display: block;
    margin: 0 auto;
}
li {
    /* text-decoration: none; */
    list-style: none;
}
.row.seo {
    text-align: center;
    /* display: inline-flex; */
}
ul.seomenu {
    display: inline-flex;
}
.seomenu li {margin-right: 23px;};
img.set {
    margin: 0 auto;
    width: 100%;
}
img.img-responsive.set {
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
}
/*
===================================================
         RESPONSIVE CONTENT
===================================================
*/
@media only screen and (max-width: 767px){

   .login-inline{ float: none; margin: 0;}
   #penawaran_spesial{display: none;}
   .img-capimg{width: 100%;height: 32px;}
   .login-inline .captcha{width: 100%;}
   .masuk, .daftar{width: 100%}
   .header{
    /* background: #013b7a url(../../assets/img/header/header-bg.png) no-repeat; */
   }
   .btn-promo {
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    background-color: #013b7a;
    color: white;
    font-weight: bold;
    border-radius: 0px !important;
    /* width: 61% !important; */
    /* position: absolute; */
    /* text-align: center; */
    /* float: left; */
    display: block;
    /* margin-left: 10px !important; */
    /* display: block; */
}
   span.border {
    display: none;
}
.footer-content .bnktx {

    margin: 25px 0px;
  text-align: center;
}
.time {
    text-align: center;
    /* float: left; */
    /* margin-left: 0 !important; */
}
.col-sm-3.date-header {
    text-align: center;
}
.footer-content .bnkimg {

text-align: center;

padding-bottom: 12px;
}

.date-header h5 {
  text-align: center;
}
   .header .logo{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 67%;
   }
  .socials{display: block;margin-left: 37px;float: none;}
  .social-ico{float: none;}
  .tebak-slider {height: auto;}
  .mrk-result{/* margin-left: 32%; */margin: 0 auto;text-align: center;}
  .result .img-flag{max-width: 25%;}
  .result .new-panel{margin-bottom: 15px;}


}
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.col-xs-5-cols,
    .col-sm-5-cols,
    .col-md-5-cols,
    .col-lg-5-cols {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-xs-5-cols {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    @media (min-width: 768px) {
        .col-sm-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 992px) {
        .col-md-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-5-cols {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
            float: left;
        }
    }
.hasil {
    padding-top: 7px;
    padding-bottom: 9px;
    text-align: center;
    text-decoration: underline;
}
.tutup {
    float: left;
    font-size: 11px;
}
.result-pas {
    float: right;
    font-size: 11px;
}
span#para1 {
    color: #013b7a;
    font-weight: bold;
    /* margin-left: 31px; */
}
.time {
    /* float: left; */
    /* margin-left: 106px; */
}
.lupa-daftar a {
    /* color: #013b7a !important; */
    /* font-weight: bold; */
    /* background-color: #ffcf00; */
    /* border-color: #ffcf00; */
}
.mrk-result span {
  /* overflow: hidden; */
  display: inline-block;
  text-align: center;
}
.lupa-daftar {
    color: #013b7a;
    float: right;
    margin-right: 6px;
}
.imgbg p{color: white;}
.imgbg li {color:black;margin-bottom: 11px;}
.col-md-8.size-register {
    /* margin-top: 32px; */
    position: relative;
    /* margin-bottom: 10px; */
}
table.table.table-striped.tbl-latest {
    color: white;
}
.panel-body.winner-result {
    padding: 0;
}
.fourstep {
  margin-bottom: 10px;
}
.nawala-li {/* padding: 7px; */}
label.col-md-4.control-label {
    color: black;
}
#success_message{ display: none;}

.referal-fnt {font-size:23px;}

form#contact_form {
    margin-top: 18px;
    background-color: white;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #d80027;
    border-color: #d80027;
}
a.btn.btn-primary.regs-btn {
    background-color: red;
    color: white !important;
    border-color: red !important;
}

.panel-body {
    color: black !important;
}
a.btn.btn-primary.lgin-btn {
    color: #013b7a !important;
    font-weight: bold;
    background-color: #ffcf00;
    border-color: #ffcf00;
}


.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
    color:#fefefe;
    text-decoration:none;
}
.content{
    /* margin: 50px 100px 0px 100px; */
}

.exo-menu{
    width: 100%;
    /* float: left; */
    /* width: 42%; */
    text-align: center;
    margin: auto;
    list-style: none;
    position: relative;
    background: #013b7a;
}
.exo-menu > li {display: inline-block;/* float:left; */}
.exo-menu > li > a{
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    /* border-right: 1px #365670 dotted; */
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
    background:#009FE1;
    color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
    left: 0px;
    min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}

.menubg {
    /* background: #23364B; */
    min-height: 0;
}
/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display:none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
    color:#fff;
    background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 25px 17px;
}
ul.nav.navbar-nav {
    float: right;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
    left:0;
    display:none;
    color:#fefefe;
    /* margin: 0 auto; */
    padding-top:15px;
    /* width: 100%; */
    /* position: absolute; */
    z-index: 9;
    background: #00254e;
    padding-bottom:15px;
}
.Blog .blog-title{
    color:#fff;
    font-size:15px;
    text-transform:uppercase;

}
.Blog .blog-des{
    color:#ccc;
    font-size:90%;
    margin-top:15px;
}
.Blog a.view-more{
    margin-top:0px;
}
/*Images*/
.Images{
    left:0;
   width:100%;
     display:none;
    color:#fefefe;
    padding-top:15px;
    background:#547787;
    padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
    background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
    display:block;
}
/*responsive*/
 @media (min-width:767px){
    .exo-menu > li > a{
    display:block;
    padding: 20px 26px;
    }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
        position:absolute;
}
 .flyout-right>ul{
    left: 100%;
    }
    .flyout-left>ul{
    right: 100%;
}
 }
@media (max-width:767px){

    .exo-menu {
        height: 59px;
        background-color: #23364B;
        width: 100%;
        /* margin-bottom: 22px; */
        z-index: 9999;
        /* position: absolute; */
    }

    .exo-menu > li > a{
        width:100% ;
        display:none ;

    }
    .exo-menu > li{
        width:100%;
    }
    .display.exo-menu > li > a{
      display:block;
      background-color: #23364b;
      padding: 20px 22px;
    }

.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
        position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 11px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}


span.bnk-nline {
    position: relative;
    /* width: 100px; */
    color: #14ff14;
    display: block;
    text-align: center;
    /* text-align: center; */
}
a.frgt-pass {
    font-size: 13px;
    color: #013b7a !important;
    font-weight: bold;
}

@media(max-width:992px){
 .wrapper{
  width:100%;
}
}
.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    background-color: #013b7a;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-default{color: #fff;background-color: #013b7a;border-color: #aca1a2;margin-bottom: 0 !important;}
.navbar-default .navbar-nav > li > a{
    color:#fff;
    font-weight: bold;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
  background-color: #00254e;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }

  .navbar-brand img {
    margin-top: -6px;
}
  .megamenu> li {
    margin-bottom: 30px;
  }
  .lupa-daftar {
    text-align: center;
    margin-top: 10px;
    float: none;
}
  div#perSecond {
    /* margin-top: 14px; */
    padding-top: 14px !important;
    font-weight: bold;
    font-size: 26px !important;
}
.navbar-nav {margin: 0 !important;}
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .jackpotcontainer {

margin-bottom: 10px;

margin-top: 10px;

min-height: 64px !important;

background-repeat: no-repeat;
}
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  ul.nav.navbar-nav {float: left;width: 100%;}
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#fff;
  }
}

.container {
  /* background-color: red; */
}
.jackpotcontainer {
    background-image: url(../../assets/img/jackpot.gif);
    background-size: 100%;
    min-height: 152px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-repeat: no-repeat;
}
div#perSecond {
    /* margin-top: 14px; */
    padding-top: 26px;
    font-weight: bold;
    font-size: 74px;
    color: white;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px;
}

.col-md-12.result-win {
    margin-bottom: 11px;
}

.pagcor-image {
    width:80px;
    vertical-align: text-top;
}

.icon-image {
    width:auto !important;
    height:4vh !important;
    margin:auto;
    padding:5px;
    transition: transform .2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.icon-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.icon-image-grey {
    width:auto !important;
    height:30px !important;
    margin:auto;
    padding:5px;
    transition: transform .2s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.icon-image-grey:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.2);
}

.navbar-brand img {width: 200px;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #196ecc;
}/*LOGIN*/
.login {
  max-width: 400px;
  margin: 16px auto;
  font-size: 16px;
  width: 100%;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #013b7a;
}

.login-header {
  background: #013b7a;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #ebebeb;
  padding: 12px;
}

/* Every row inside .login-container is defined with p tags */
.modal-header {
    background-color: #013b7a;
}
.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

/*.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}*/

/* Text fields' focus effect */
/*.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}*/

.login input[type="submit"] {
  background: #013b7a;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #0c64c3;
}
span.subgame {
    color: white;
    position: relative;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
    background-color: black;
}
.prmo-btn {
    width: 38% !important;
}
/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}
.modal {padding-right: 0px !important;}
.game-image {
    border: 5px solid #e5e3e3;
    /* outline: 1px solid white; */
    outline-offset: -5px;
}

#content {background:url(../img/bg.jpg) no-repeat top center #ffffff;}
    #content .container {/*background: rgba(0,0,0,0.6);*/ padding-left: 40px; padding-right: 40px; padding-bottom: 20px;}

    .gamerow .col {margin-bottom: 30px;}
    .gamerow .col img {width: 100%}
    .gamerow h2 {text-align: center;}

    .gamebox {border: 1px solid #f8c03e; margin: 10px 0px}
    .gamebox img {width: 100%; max-height: 198px}
    .gamebox .gtittle {padding: 5px 0px}

    .gamebox:hover {border-color: #ffffff}

.cm { display: block; width:80%; padding: 0; margin-left: 20%; border: 1px solid #8e8e8e;}
.contentblock {display: block;padding: 9px 0;}
.contentblock.hidden { display: none; }
.contentblock img {width: 100%}
.contentblock a {padding: 8px 0px;display: block;color: black !important;}

.sidemenu { margin: 0; padding: 0; width: 20%; float: left; border-top: 1px solid #8e8e8e;}
.sidemenu li { display: block; text-align: center; border: 1px solid #8e8e8e; border-top:none;font-size: 17px; font-weight:600;}
.sidemenu li a {display: block;text-align:center;color: #000000 !important;text-decoration: none;height: 42px;padding-top: 4px;/* padding: 12px; */}
.sidemenu li a:hover {color: #fff !important;background: #1470d4;}
.sidemenu li a strong { display: block; }
.sidemenu li a.open {background:#123272;width:101%;color: #ffffff !important;}
.btn-promo {
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    background-color: #013b7a;
    color: white;
    font-weight: bold;
    border-radius: 0px !important;
    width: 100%;
    float: left;
    /* margin-left: -20px; */
    /* display: block; */
}
.btn.focus, .btn:focus, .btn:hover {
    color: #f9f9f9;
    background-color: #146ac7;
    text-decoration: none;
}

li.mobile {
    background-color: #ffcf00;
}

p {
    margin: 0 0 10px;
    font-weight: bold;
    color: grey !important;
}

.form-control {/*color: white;*/}

/* Mission */
.miswrap, .mlwrap {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.miswrap.active, .mlwrap.active {visibility: visible; opacity: 1}

.misbtn, .sw-a {display: none;}

.openmis:hover {background:#a88e2f}
.miswrap {position: fixed; width: 100%; height: 100%; z-index: 9990; visibility: hidden; opacity: 0}
.miswrap.active .overlay {position: absolute; width: 100%; height: 100%; z-index: 9991; background-color: rgba(0,0,0,0.7);top: 0;left: 0;opacity: 1;visibility: visible;}
.miswrap .misbox {max-width: 800px; width: 90%; position: absolute; z-index: 9992; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.miswrap .misbox .mishead {background-color: #013b7a; position: relative;}
.miswrap .misbox .mishead h2 {color: #FFFFFF; padding: 10px 15px; font-size: 24px; font-weight: bold; margin:0px;}
.miswrap .misbox .mishead .mistol {position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 12px; font-weight: bold; color: #212121; background-color: #ffffff; padding:3px 10px; border-radius: 5px;}
.miswrap .misbox .mishead .misclose {color: #ffffff; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.miswrap .misbox .mishead .misclose:hover {opacity: 0.8}

.miswrap .misbox .misbody {background-color: #000000; border: 1px solid #013b7a; max-height: 450px; overflow-y: auto;}
.miswrap .misbox .misbody .mislist {line-height: normal; padding: 15px; border-bottom: 1px solid #013b7a; font-size: 0px;}
.miswrap .misbox .misbody .mislist h3 {margin:0px; font-size: 18px; font-weight: bold; color: #ffffff; padding-bottom: 5px;}
.miswrap .misbox .misbody .mislist .desc {font-size: 14px;}

.miswrap .misbox .misbody .mislist .l {width: 75%; padding-right: 10px; display: inline-block;}
.miswrap .misbox .misbody .mislist .r {width: 20%; padding-left: 10px; display: inline-block; text-align: right; vertical-align: top; border-left: 1px solid #FFFFFF;}
.miswrap .misbox .misbody .mislist .r span {color: #ffffff; font-size: 14px; display: block;}
.miswrap .misbox .misbody .mislist .r a {color: #ffffff; text-transform: uppercase; font-size: 14px; background-color: #555555; border: 1px solid #888888; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}
.miswrap .misbox .misbody .mislist .r a.btn-continue {color:#ffffff; background-color: #5cb85c; border-color: #5cb85c}
.miswrap .misbox .misbody .mislist .r a:hover {border-color: #013b7a; background-color: #013b7a; text-decoration: none; color: #FFFFFF}

.miswrap .misbox .misbody .mislist .r span.btn-void {color: #555555; text-transform: uppercase; font-size: 14px; background-color: #111111; border: 1px solid #222222; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}
.miswrap .misbox .misbody .mislist .r span.btn-done {color: #FFFFFF; text-transform: uppercase; font-size: 14px; background-color: #013b7a; border: 1px solid #013b7a; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 5px}

.miswrap .misbox .misbody .mislist.done {background-color: #222222;}
.miswrap .misbox .misbody .mislist.done .r a {border-color: #013b7a; background-color: #013b7a; text-decoration: none; color: #FFFFFF; cursor: default;}

.mlwrap {position: fixed; width: 100%; height: 100%; z-index: 9993; visibility: hidden; opacity: 0}
.mlwrap.active .overlay {position: absolute; width: 100%; height: 100%; z-index: 9994; background-color: rgba(0,0,0,0.7);top: 0;left: 0;opacity: 1;visibility: visible;}
.mlwrap .mlbox {max-width: 500px; width: 90%; position: absolute; z-index: 9995; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.mlwrap .mlbox .mlhead {background-color: #013b7a; position: relative;}
.mlwrap .mlbox .mlhead h2 {color: #FFFFFF; padding: 10px 15px; font-size: 20px; font-weight: bold; margin:0px;}
.mlwrap .mlbox .mlhead .mlclose {color: #FFFFFF; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}
.mlwrap .mlbox .mlhead .mlclose:hover {opacity: 0.8}

.mlwrap .mlbox .mlbody {background-color: #000000; border: 1px solid #013b7a; padding: 15px;}
.mlwrap .mlbox .mlbody input {width: 95%; color: #212121; padding: 3px 10px}
.mlwrap .mlbox .mlbody input::placeholder {color: #212121}
.mlwrap .mlbox .mlbody .subbtn {color: #aaaaaa; text-transform: uppercase; font-size: 14px; background-color: #222222; border: 1px solid #555555; border-radius: 5px; padding: 5px 15px; display: inline-block; margin-top: 10px;}
.mlwrap .mlbox .mlbody .subbtn:hover {border-color: #013b7a; background-color: #013b7a; text-decoration: none; color: #FFFFFF}

.mlwrap .mlbox .mlbody .error {font-size: 12px; text-align: center; display: block; padding: 3px 0px; color: #ff0000; font-weight: bold;}

@media only screen and (max-width: 479px) {
    
.miswrap .misbox .mishead h2 {font-size: 20px;}
.miswrap .misbox .misbody .mislist .r a, .miswrap .misbox .misbody .mislist .r span.btn-void, .miswrap .misbox .misbody .mislist .r span.btn-done  {font-size: 12px;}
}