body {
          padding-top: 52px;
          position: relative;
      }
      
      pre {
          tab-size: 8;
      }

      @media (max-width: 3000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
      
      @media screen and (max-width: 3768px) {
          .side-collapse-container{
              width:100%;
              position:relative;
              left:0;
              transition:left .4s;
          }
          .side-collapse-container.out{
              left:200px;
          }
          .side-collapse {
              top:50px;
              bottom:0;
              left:0;
              width:200px;
              position:fixed;
              overflow:hidden;
              transition:width .4s;
          }
          .side-collapse.in {
              width:0;
          }
      }

.alert {
    margin-bottom: 5px;
    padding: 5px;
}

.panel-body {
    padding: 5px;
}

.alert-primary {
  background: #EFEFEF;
}

footer {
  margin-bottom: 5px;
}

.navbar-brand {
    padding: 10.5px 15px;
}

.table-border > thead > tr > th, .table-border > tbody > tr > th, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > tbody > tr > td, .table-border > tfoot > tr > td {
    border-top: 1px solid #ECF0F1;
}

.navbar-default {
}

.badge {
    padding: 3px 4px;
}

/*new css*/
    
    
    .nav-pills {
        margin-top: 5px;
    }
    .nav-pills>li {
        width: 32%;
    }
    .nav-pills>li>a {
        padding: 8px;
        text-align: center;
    }
    @media (min-width: 768px) {
                .nativeDroidCards>li {
                    width: 100%;
                }
      }
    .dd-egames {
        margin: 5px 0;
    }
    .dd-egames div.dropdown-menu {
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .dd-egames div.dropdown-menu > a:nth-child(odd) {
        background: #eee;
    }
    .dd-egames div.dropdown-menu > a {
        padding: 10px 20px;
        display: block;
        width: 100%;
    }
    a.dropdown-item.active {
        background-color: #158cba !important;
        color:#ffffff;
    }
    .single-egames {
        float: left;
        width: 33.3%;
        margin-bottom: 10px;
    }
    .box-egames {
        margin: 0 2px;
        color: #fff;
        font-size: 12px;
        border: none;
        overflow: hidden;
        position: relative;
    }
    .tournament-icon, .hot-tag {
        z-index: 1;
        width: 30%;
        height: auto;
        padding: 5px;
        position: absolute;
    }
    .new-icon {
        z-index: 1;
        width: 30%;
        height: auto;
        right: 0;
        position: absolute;
    }
    .game-egames {
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
    }
    .egames-img-wrap {
        position: relative;
        padding: 0px;
        background-color: #000;
        width: 100%;
        min-height: 70px;
        height: calc(100vw / 4);
    }
    .egames-img-wrap img {
        display: block;
        height: 100%;
        width: 100%;
    }
    .egames-img-wrap img:before {
        content: "";
        color: #fff;
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        background-color: #000;
    }
    .egames-title {
        background: linear-gradient(to bottom, #15a476 0%,#086d4d 100%);
        padding: 3px 2px;
        color: #fff;
        font-size: 2.25vw;
        text-align: center;
    }
    .long-title {
        overflow: hidden;
        position: relative;
    }
    .long-title div {
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 15s linear infinite;
        -webkit-animation: scroll-left 15s linear infinite;
        animation: scroll-left 15s linear infinite;
    }
    
    @-moz-keyframes scroll-left {
        0%   { -moz-transform: translateX(100%); }
        100% { -moz-transform: translateX(-100%); }
    }
    @-webkit-keyframes scroll-left {
        0%   { -webkit-transform: translateX(100%); }
        100% { -webkit-transform: translateX(-100%); }
    }
    @keyframes scroll-left {
        0%   { 
        -moz-transform: translateX(100%); 
        -webkit-transform: translateX(100%); 
        transform: translateX(100%);     
        }
        100% { 
        -moz-transform: translateX(-100%); 
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); 
        }
    }
    .tab-content.list-game-bygroup {
        overflow-y: scroll;
        height: 420px;
    }
    @media screen and (min-width:360px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 470px;
        }   
    }
    @media screen and (min-width:375px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 480px;
        }   
    }
    @media screen and (min-width:390px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 500px;
        }   
    }
    @media screen and (min-width:412px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 525px;
        }   
    }
    @media screen and (min-width:768px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 690px;
        }   
    }
    @media screen and (min-width:1024px) and (orientation:portrait) {
        .tab-content.list-game-bygroup {
            height: 1024px;
        }   
    }
    footer {
        padding-bottom: 56px;
    }
    .footer {
        overflow-x: hidden;
        left: 0;
        bottom: -2px;
        width: 100%;
        position: fixed !important;
        z-index: 9999;
        padding-bottom: 1px;
        background: #f8f8f8;
        border-top: 2px solid #158cba;
    }
    .footer .fa {
        font-size: 22px;
    }
    .ui-navbar, .ui-navbar ul {
        max-width: 100%;
        margin-bottom: 0;
    }
    .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
        margin: 0;
        border: 0;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    li.ui-block-a, li.ui-block-b, li.ui-block-c, li.ui-block-d, li.ui-block-e, ul.ui-grid-a, ul.ui-grid-b, ul.ui-grid-c, ul.ui-grid-d, ul.ui-grid-solo {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }
    .ui-grid-c>.ui-block-a, .ui-grid-c>.ui-block-b, .ui-grid-c>.ui-block-c, .ui-grid-c>.ui-block-d, .ui-grid-c>.ui-block-e {
        width: 25%;
    }
    .ui-btn {
        text-overflow: initial;
        text-shadow: none!important;
        box-shadow: none!important;
        position: relative;
        text-align: center;
        text-decoration: none!important;
        font-weight: lighter;
    }
    .ui-navbar li .ui-btn {
        font-size: 9px;
        display: block;
        margin: 0;
        border-right-width: 0;
        font-weight: bold;
        padding: 9px;
        color: #999;
        border-color: #191527;
        border-top: none;
    }
    #element_to_pop_up {
        border-radius: 13px;
        color: #000;
        display: none;
        padding: 2px;
        position: relative;
    }
    #body_popup {
        background: none repeat scroll 0 0 #eeedf2;
        padding: 10px;
    }
    #body_popup marquee {
        background: none repeat scroll 0 0 #000;
        color: #f00;
        font-weight: bold;
        line-height: 28px;
        margin-bottom: 6px;
    }
    #body_popup > ul {
        margin-left: 15px;
    }
    #body_popup > ul > li > a {
        color: #333;
    }
    .button5.b-close, .button5.bClose {
        border-radius: 7px;
        box-shadow: none;
        font: bold 131% sans-serif;
        padding: 0 6px 2px;
        position: absolute;
        right: 7px;
        top: -7px;
    }

    .button5 {
        background-color: #2b91af;
        border-radius: 10px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
    }

    .button5:hover {
        background-color: #333;
    }
    div.cont-tag-promo{
      position: absolute;
      top: 8px;
      left: 6px;
      width: 50px;
      height: 20px;
      background-color: #ff0000;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-animation: glowing 1s ease-in-out infinite alternate;
      -moz-animation: glowing 1s ease-in-out infinite alternate;
      animation: glowing 1s ease-in-out infinite alternate;
    }
    @keyframes glowing {
      0% { box-shadow: 0 0 -10px #c4a300; }
      40% { box-shadow: 0 0 20px #c4a300; }
      60% { box-shadow: 0 0 20px #c4a300; }
      100% { box-shadow: 0 0 -10px #c4a300; }
    }
    #form_search .input-group .ui-input-text {
        border: none;
    }
    #form_search .input-group .ui-input-text input{
        background-color: #fff;
    }
/*end new css*/