.top-header {
    /* margin-top : 15px; */
    height: 100px;
}

.navbar-default {
    background-color: #117182;
    border: 0;
    margin-top: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: bold;
}

/* .content {
    background: url(../img/container_bg.png) repeat left top;
} */

.wrapper {
    padding-bottom: 5px;
    border-bottom: 5px solid #acacac;
    margin-bottom: 5px;
}

.white-box {
    background: #fff;
    padding : 5px;
}

.ball {
    border:1px solid #117182;
    background: #117182;
    color: #fff;
    border-radius: 100%;
    padding: 9px 10px;
    font-size: 16px;
    margin-right: 0px;
    font-weight: bold;
}

.ball-c {
  border-radius: 100%;
  border: solid #fff;
  box-shadow: 0 0 3px #333;
  padding: 2px 7px;
  background: linear-gradient(180deg, #117182, #fff, #42AFC2);
  font-size: 1em;
  font-weight: bold;
  margin: 2px
}

.table-result tbody tr td {
    padding: 15px 8px;
}

.btn-full {
    width: 100%;
}

.ads {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.group-header {
    background: #117182;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.group-body {
    padding: 10px;
}

.footer-text {
    margin-top: 15px;
    background: #117182;
    color: #fff;
    padding: 6px;
}

.footer {
    margin : 25px 0;
}

.next-draw-box {
    border: 3px solid #117182;
    text-align: center;
    padding: 15px;
}

.next-draw-box h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
}

p#countdown {
    margin-top:10px;
    font-size : 28px;
}

p#countdown-mobile {
  margin-top:10px;
  font-size : 28px;
}

span.digits {
    color : #fff;
    background: #117182;
    padding : 5px;
}

p.font-bold {
    font-weight: bold;
}

.mg-b-15 {
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .table-result tbody tr td {
        padding: 15px 5px;
    }

    .table-result img {
      width: 11px;
    }
    
    .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: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-size: 12px;
    }

    .live-draw .ball {
      padding: 15px 18px;
      font-size: 24px;
    }
}

@media(max-width: 360px) {
  .ball {
    padding: 1px 1px;
    font-size: 11px;
  }
}

@media(min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

.glowing {
    animation: border-flicker 2s linear infinite;
}

@keyframes border-flicker {
    0% {
      opacity:0.1;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
    2% {
      opacity:1;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
    4% {
      opacity:0.1;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
    
    8% {
      opacity:1;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
    70% {
      opacity:0.7;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
    100% {
      opacity:1;
      -webkit-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  -moz-box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
  box-shadow: 0px 0px 18px 4px rgba(8, 253, 61, 0.73);
    }
  }

  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #117182;
    font-size: 3px;
    margin: 39px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }

.left-ball {
  margin-right: -4px;
}

.bold {
  font-weight: bold;
}

.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: #117182;
  border-color: #117182;
}

  