@font-face {
  font-family: "circular";
  src: url('../fonts/circular.eot');
  src: url('../fonts/circular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/circular.woff') format('woff');
}

@font-face {
  font-family: "circular-bold";
  src: url('../fonts/circular-bold.eot');
  src: url('../fonts/circular-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/circular-bold.woff') format('woff');
}

* {
    font-family: "circular","Segoe UI",Segoe,Helvetica,Arial,"Lucida Grande",sans-serif;
}

body {
    min-width: 980px;
    font-size: 13px;
    background: #4BAB52 url(../img/Shazam-poster.jpg) no-repeat;
    background-size: cover;
    color: #C29C39;
}

h1 {
    color: #E9D757;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.container {
  width: 980px !important;
}

.wrapper {
    background: rgba(0, 0, 0, 0.63);
}

.menubar {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  border-radius: 0px 0px 10px 10px;
  border-bottom: 2px solid #916E0D;
  overflow: hidden;
}

.menubar a {
  color: #5C5534;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 14px 12px;
  margin-right: -4px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  transition: all 300ms ease-in-out;
}

.menubar a:hover {
  color: #4C472E;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.menubar .right-wing {
  text-align: right;
}

.menubar .right-wing .login {
    display: inline-block;
    border: none;
    padding: 5px 15px;
    background: #B20E0E;
    color: white;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.21);
    border-radius: 0px 6px 6px 0px;
    margin-right: 4px;
    margin-left: -3px;
}

.menubar .right-wing .login2 {
    display: inline-block;
    border: none;
    padding: 5px 15px;
    background: #B20E0E;
    color: white;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.21);
    border-radius: 6px;
    margin-right: 4px;
    margin-left: -3px;
}

.menubar .right-wing .register {
  display: inline-block;
  border: none;
  padding: 5px 15px;
  background: #D75129;
  color: white;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.21);
  border-radius: 6px;
  margin-right: 10px;
  margin-top: 8px;
}

.header {
  overflow: hidden;
}

.header .logo {
  height: 80px;
  margin-top: 35px;
}

.header #carousel-keluaran {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header #carousel-keluaran h3 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: -58px;
  color: #262626;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.22);
  padding: 8px 40px;
  border-radius: 8px;
  box-shadow: inset 0px 20px 5px rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.header #carousel-keluaran p {
  margin-bottom: -18px;
  color: #262626;
  text-shadow: none;
}

.header #carousel-keluaran .item {
  border-radius: 10px;
  overflow: hidden;
}

.separator {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  height: 2px;
  border-radius: 6px;
  margin-bottom: 2px;
}

.separator2 {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  height: 2px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.bigbanner {

}

.bigbanner ol {
  margin-bottom: -20px;
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 7px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid #9B8123;
}

.footer {
    background: #DEBE44 url(../img/gold.jpg) center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    border-top: 2px solid #916E0D;
    overflow: hidden;
    margin-top: 40px;
    padding: 25px;
}

.footer h3 {
  font-weight: bold;
  color: #45390A;
  margin: 0;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer .list {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
    padding: 4px 10px;
    color: #594807;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.footer .list b {
  font-style: italic;
}

.footer .list a {
  color: #594807;
}

.footer .bank {
  background: rgba(82, 65, 4, 0.3);
  padding: 5px;
  border-radius: 10px;
}

.footer .copyright {
    margin-top: 25px;
    color: #423416;
    background: rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
}

.footer .copyright .logo {
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 11px;
    border-radius: 0px 50px 50px 25px;
    width: 60px;
    margin-right: 10px;
}

.smallbanner {
  margin-top: 15px;
}

.smallbanner .carousel {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 5px;
  padding-top: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #805C10;
}

.smallbanner .carousel .title {
  font-size: 20px;
  font-weight: bold;
  color: rgba(136, 109, 12, 1);
  padding-bottom: 10px;
  text-shadow: 0px 1px 2px #FFCF77;
  text-align: center;
}

.smallbanner .carousel img {
  border-radius: 10px;
  border: 2px solid rgba(149, 125, 39, 1);
}

.topnews {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  border-radius: 7px;
  margin-bottom: 15px;
}

.topnews span {
    display: inline-block;
    padding: 6px 15px;
    background: #B20E0E;
    color: white;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.21);
    border-radius: 6px 0px 0px 6px;
}

.topnews marquee {
  width: 90%;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 2px;
  margin-left: 2px;
  border-radius: 0px 6px 6px 0px;
  color: rgb(53, 51, 35);
}

.bankoffline {
  border: 2px solid #B99536;
  padding: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.71);
}

.bankoffline h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.bankoffline h3 {
  font-size: 16px;
  font-weight: bold;
}

.bankoffline h4 {
  font-size: 13px;
  border-bottom: 1px dashed #1A1A1A;
  padding-bottom: 3px;
}

.bankoffline h4 span {
  float: right;
  font-weight: bold;
}

.profilebox {
  border: 2px solid #ECDC5F;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.89);
}

.profilebox .list {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #352D18;
  padding: 4px 0px;
}

.profilebox .list span {
  float: right;
  color: #BCB258;
  font-weight: normal;
}

.profilebox .changepassword {
  color: #8B7B40;
  font-size: 18px;
  display: inline-block;
  margin-top: 25px;
}

.profilmenu a {
    
    color: #75672F;
    display: block;
    background: rgb(181, 157, 68);
    border-radius: 3px;
    padding: 6px 12px;
    margin-bottom: 5px;
    box-shadow: inset 0px 5px 10px rgb(236, 220, 95);
}

.profilmenu a:hover {
    color: #4A4223;
    text-decoration: none;
}

.modal-header {
  background: #DEBE44 url(../img/gold.jpg) center no-repeat;
  background-size: 100% 100%;
  color: #645627;
  border-radius: 5px 4px 0px 0px;
  border-bottom: 2px solid #D5B84C;
}

.modal-body {
  background: #222;
}

.modal-footer {
  background: #1B1B1B;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  background: #0A0A0A;
  border-radius: 10px 10px 0px 0px;
  box-shadow: inset 0px 15px 10px rgba(255, 255, 255, 0.05);
}

.tab-content {
  padding: 15px;
  background: #101010;
  border-radius: 0px 0px 10px 10px;
}

.nav-tabs>li>a {
  color: #C29C39;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #2A240E;
  cursor: default;
  background-color: #AD912D;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-bottom-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.52);
}

.nav-tabs>li>a:hover {
  border-color: #131313 #131313 #131313;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #1F1E1E;
}

.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 rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.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 rgba(0, 0, 0, 0.51);
  font-size: 13px;
}

.pending {
  background: #DA811D;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 5px;
  text-transform: capitalize;
}

.approved {
  background: #60A02C;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 5px;
  text-transform: capitalize;
}

.rejected {
  background: #B82121;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 5px 0px;
  border-radius: 5px;
  text-transform: capitalize;
}

.fixed-social {
}

.fixed-social ul {
  padding: 0px;
  margin: 0px;
  left: 0px;
  top: 40%;
  margin-top: -235px;
  position: fixed;
}

.fixed-social ul li {
  list-style: none;
}

.f-btn {
  background: url(../img/fixedbtns.png) no-repeat;
  width: 68px;
  height: 66px;
  display: block;
  position: relative;
}

.tooptipbg {
  background: url(../img/toottip.png) no-repeat;
  min-width: 180px;
  text-align: center;
  display: none;
  position: absolute;
  top: 15px;
  left: 66px;
  padding: 10px 10px;
  padding-top: 20px;
  color: #000;
  font-size: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: bold;
  z-index: 2000;
}

.fixed-social .ym {
  background-position: 0px -67px;
}

.fixed-social .sms {
  background-position: 0px -134px;
}

.fixed-social .bbm {
  background-position: 0px -200px;
}

.fixed-social .whatsapp {
  background-position: 0px -267px;
}

.fixed-social .dt {
  background-position: 0px -333px;
}

.fixed-social .panduan {
  background-position: 0px -400px;
}

.btn-floater-download {
  display: block;
  width: 215px;
  background-color: rgba(255, 255, 255, 0);
  color: black;
  padding: 2px 6px;
  border-radius: 2px;
  font-family: Arial;
  margin-bottom: -3px;
  margin-left: 10px;
  cursor: pointer;
}

.btn-floater-download img {
  float: right;
  margin: 2px;
}

.f-btn:hover .tooptipbg{
  display:block;
}

.memoscreen {
  background: #000;
  padding: 20px;
  border-radius: 10px;
}

.memoscreen .msg {
  border-bottom: 1px dashed #2D260D;
}

.memoscreen .msg .user {
  display: inline-block;
  background: #B20E0E;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 8px;
}

.memoscreen .msg .user span {
  font-weight: normal;
  font-size: 9px;
}

.memoscreen .msg p {}

.fixed-right{
  position:fixed;
  right:0px;
  top:100px;
}
.fixed-right ul li{
  list-style:none;
  margin:14px 0px;
  position:relative;
}
.container-bank-information {
  background-image: url(../img/background-schedule-bank.png);
  width: 120px;
  height: 59px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 7px 0;
}
.offline .container-bank-information{
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
}
.container-bank-information > img{
  
}
.container-inner-bank-information {
  background-image: url(../img/background-schedule-bank-2.png);
  width: 120px;
  height: 26px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -10px;
  left: 5px;
  color: white;
  font-family: Arial;
  box-sizing: border-box;
  padding: 3px;
  text-align: left;
  padding-left: 10px;
}
.container-inner-bank-information .indicator{
  display:inline-block;
  border-radius:50%;
  width:15px;
  height:15px;
  position:relative;
  top:2px;
  left:-1px;
}
.online .indicator{
  background-color:#8DC63F;
}
.offline .indicator{
  background-color:#ED1C24;
}

.admin_menu {
}

.admin_menu a {
  display: block;
  background: #080808;
  padding: 10px 15px;
  box-shadow: inset 0px 10px 10px rgba(255, 255, 255, 0.13);
  border-radius: 5px;
  color: #94823B;
  margin-bottom: 4px;
}

.admin_menu a span {}

.dataTable td {
  color: #444;
  font-size: 13px;
}

.dataTable th {}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: rgba(0, 0, 0, 0.87);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #151515;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #2A2929;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid rgba(36, 36, 36, 1);
  color: #9D7D2A;
}

.dataTables_wrapper .dataTables_length {
  float: left;
  display: none;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  display: none;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #1B1B1B;
  margin-bottom: 15px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #000000;
  border: 1px solid #AA8B2E;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  margin-top: 20px;
}

.promobox {
  margin-top: 5px;
}

.promobox a {
  margin-top: -45px;
  margin-left: 10px;
}

.article {
  margin-top: 30px;
}

.article img {
    width: 82px;
    height: 82px;
    float: left;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.article h2 {
    font-size: 14px;
    font-weight: bold;
    max-width: 200px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #E1C443;
    max-height: 15px;
}

.article .maxbox {
    margin: 0px;
    max-height: 52px;
    overflow: hidden;
}

.article .enter {
    color: #699BD8;
    font-size: 12px;
}

.article .col-xs-4 {
    margin-top: 10px;
}

.gamelist {}

.gamelist img {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    border: 2px solid #958031;
}

.gamelist h2 {
    font-size: 16px;
    margin: 0px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
    background: #D7B947;
    color: #50492C;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 0px 4px;
    margin-top: -27px;
    margin-bottom: 30px;
    box-shadow: inset 6px 5px 20px rgba(0, 0, 0, 0.5);
}