.btnTransferConfirm {
    border-radius: 5px;
    padding: 3px 15px;
    background-color: #37527f;
  }
  
  .btnTransferClose {
    border-radius: 5px;
    padding: 3px 15px;
    background-color: #37527f;
  }
  
  .thWallet {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    width: 300px;
    padding: 2px;
  }
  
  .thStatus {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  
  .tdWallet {
    border-right: 1px solid #fff;
    text-align: left;
    width: 280px;
    padding: 10px;
  }
  
  .tdStatus {
    text-align: center;
  }
  
  .tblTransferAll {
    font-size: 13px;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
  }
  
  .mb_container {
    width: 100%;
    height: auto;
  }
  
  .mb_navbar {
    background: #958a6c;
    height: auto;
    min-height: 50px;
    margin-bottom: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    border-bottom: 4px solid #736b53;
  }
  
  .mb_title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-top: 12px;
  }
  
  .mb_box {
    float: left;
    margin: 3% 0;
  }
  
  .mb_col {
    width: 100%;
    float: left;
  }
  
  .mb_col_1 {
    width: 100%;
    padding: 1%;
    float: left;
  }
  
  .mb_col_1_left {
    width: 20%;
    float: left;
  }
  
  .mb_col_1_right {
    width: 80%;
    float: left;
    padding-right: 10px;
  }
  
  .mb_contact_logo {
    height: 48px;
    width: 48px;
    margin: 10px;
    display: block;
    -webkit-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  
  .mb_info {
    height: 48px;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin: 10px;
    line-height: 18px;
    word-wrap: break-word;
    padding-top: 12px;
  }
  
  .mb_contact_logo.skype {
    background-image: url(../images/48/skype.png);
  }
  
  .mb_contact_logo.wechat {
    background-image: url(../images/48/wechat.png);
  }
  
  .mb_contact_logo.facebook {
    background-image: url(../images/48/facebook.png);
  }
  
  .mb_contact_logo.twitter {
    background-image: url(../images/48/twitter.png);
  }
  
  .mb_contact_logo.tel {
    background-image: url(../images/48/phone.png);
  }
  
  .mb_contact_logo.livechat {
    background-image: url(../images/48/livechat.png);
  }
  
  .mb_contact_logo.whatsapp {
    background-image: url(../images/48/whatapps.png);
  }
  
  .mb_contact_logo.email {
    background-image: url(../images/48/email.png);
  }
  
  #collapsible-panels div {
    width: 100%;
    margin-bottom: .5em;
    margin-top: 0;
  }
  
  .promo-ttl {
    margin-bottom: 0!important;
  }
  
  .promo-ttl h3 {
    float: left;
    padding: .6em;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  #collapsible-panels h2 {
    width: 100%;
    margin: 0;
    background: #000 none repeat scroll 0% 0%;
  }
  
  #collapsible-panels ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: 0;
    font-size: 100%;
  }
  
  #promo_wrap img {
    width: 100%;
  }
  
  .promo-tnc-text {
    background-color: #dfdcd2!important;
    padding: .3em;
  }
  
  .promo-tnc-text p {
    color: #000;
    font-size: 13px;
    margin: 5px;
    text-align: justify;
  }
  
  .table-bordered {
    background-color: #000;
    color: #fff;
  }
  
  .promo-tnc-text ol {
    color: #000;
    font-size: 13px;
    margin: 5px;
    text-align: justify;
  }
  
  .col-sm-2 p {
    text-align: left;
  }
  
  .mb_history {
    height: 312px;
    text-align: left;
    padding: 15px;
    border: none;
    background: 0 0!important;
  }
  
  .mb_history p {
    text-align: justify;
  }
  
  .mb_history input[type=text] {
    outline: none;
    display: block;
    padding: 5px 8px;
    border: none;
    color: #151515;
    font-family: droid sans,Tahoma,Arial,Verdana sans-serif;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 5px;
  }
  
  .mb_history select {
    height: 30px;
    line-height: 2em;
    background: #ededed;
    padding: 4px;
    border-radius: 3px;
    background: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(47%,rgba(246,246,246,1)),color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
  }
  
  .mb_historyContainer {
    padding: 10px;
    border: 1px solid #958a6c;
    float: left;
    width: 100%;
  }
  
  .mb_hTable {
    border: 1px solid #958a6c;
    border-collapse: collapse;
    font-size: 11px;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
  }
  
  .mb_hTable tr {
    border-bottom: 1px solid #958a6c;
  }
  
  .mb_hTable td {
    border: 1px solid #b3b3b3;
    border-bottom: 1px solid #958a6c;
    padding: 3px 5px;
    background: #fff;
    color: #000;
  }
  
  .mb_hTable td.tdR {
    text-align: right;
  }
  
  .mb_hTable th {
    background-color: #958a6c;
    background-image: -moz-linear-gradient(#958A6C,#958A6C);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#958A6C),to(#958A6C));
    background-image: -webkit-linear-gradient(#958A6C,#958A6C);
    background-image: -o-linear-gradient(#958A6C,#958A6C);
    color: #fff;
    padding: 3px;
    table-layout: fixed;
    word-wrap: normal;
    font-size: 10px;
  }
  
  .mb_hTable td a {
    color: #736b53;
    font-weight: 700;
    text-decoration: none;
  }
  
  .mb_hTable tr.odd td.sorting_1 {
    background-color: #fff;
  }
  
  .mb_hTable tr.even td.sorting_1 {
    background-color: #fff;
  }
  
  div.dataTables_info {
    font-size: 11px;
    padding: 5px 5px 5px 0;
  }
  
  .mb_hPanelLeft {
    width: 100%;
  }
  
  .mb_hPanelRight {
    width: 100%;
  }
  
  .mb_tsType {
    width: 100%;
  }
  
  .mb_dfrom {
    float: left;
    width: 49%;
  }
  
  .mb_dto {
    float: right;
    width: 49%;
  }
  
  .mb_dsearch {
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    border: none;
    background: #deb848;
  }
  
  .step {
    font-size: 12px;
  }
  
  .mb_dptable {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  
  .mb_dptable2 {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  
  @media(min-width:768px) {
    .mb_navbar {
      background: #958a6c;
      min-height: 100px;
      height: auto;
      margin-bottom: 0!important;
      -webkit-border-radius: 0!important;
      border-radius: 0!important;
      border-bottom: 4px solid #736b53;
    }
  
    .mb_title {
      color: #fff;
      font-size: 30px;
      padding-top: 25px;
    }
  
    .mb_contact_logo {
      height: 64px;
      width: 64px;
      margin: 10px;
      display: block;
      -webkit-background-size: 64px 64px;
      -o-background-size: 64px 64px;
      background-size: 64px 64px;
    }
  
    .mb_info {
      height: 64px;
      width: 100%;
      text-align: left;
      font-size: 20px;
      margin: 10px;
      line-height: 18px;
      word-wrap: break-word;
      padding-top: 20px;
    }
  
    .mb_contact_logo.skype {
      background-image: url(../images/64/skype.png);
    }
  
    .mb_contact_logo.wechat {
      background-image: url(../images/64/wechat.png);
    }
  
    .mb_contact_logo.facebook {
      background-image: url(../images/64/facebook.png);
    }
  
    .mb_contact_logo.twitter {
      background-image: url(../images/64/twitter.png);
    }
  
    .mb_contact_logo.tel {
      background-image: url(../images/64/phone.png);
    }
  
    .mb_contact_logo.livechat {
      background-image: url(../images/64/livechat.png);
    }
  
    .promo-ttl h3 {
      float: left;
      padding: .6em;
      text-shadow: none;
      color: #fff;
      font-size: 20px;
      margin-bottom: 0;
      margin-top: 0;
    }
  
    .promo-tnc-text p {
      color: #000;
      font-size: 16px;
      margin-bottom: 5px;
      text-align: left;
    }
  
    .promo-tnc-text ol {
      color: #000;
      font-size: 16px;
      margin-bottom: 5px;
      text-align: left;
    }
  
    .mb_hPanelLeft {
      width: 200px;
      float: left;
    }
  
    .mb_hPanelRight {
      width: 500px;
      float: left;
    }
  
    .mb_tsType {
      width: 180px;
    }
  
    .mb_dfrom {
      float: left;
      width: 180px;
    }
  
    .mb_dto {
      margin-left: 10px;
      float: left;
      width: 180px;
    }
  
    .mb_dsearch {
      margin-left: 10px;
      padding: 5px;
      border-radius: 3px;
      width: 100px;
      border: none;
      background: #deb848;
    }
  
    .mb_hTable {
      font-size: 13px;
    }
  
    .mb_hTable th {
      font-size: 13px;
    }
  
    div.dataTables_info {
      font-size: 13px;
    }
  }
  
  button.question_accordion {
    text-align: left;
    transition: .4s;
    width: 100%;
  }
  
  div.answer_panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
    text-align: left;
  }
  
  div.answer_panel.show {
    display: block;
  }
  
  button.question_accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  button.question_accordion.active:after {
    content: "\2796";
  }
  
  .dropdown_btn {
    font-size: 16px;
    cursor: pointer;
  }
  
  .language_dropdown_btn {
    margin: 5px;
    position: relative;
    display: inline-block;
  }
  
  .drop_down_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    right: 0;
  }
  
  .drop_down_content a {
    color: #000;
    padding: 5px;
    display: block;
  }
  
  .show {
    display: block;
  }
  
  .mailunread {
    width: 40px;
    display: inline-flex;
  }
  
  .inboxread {
    background: url(../images/read_white.png) no-repeat center 42%;
    width: 20px;
  }
  
  .inboxunread {
    background: url(../images/new_white.png) no-repeat center;
    width: 30px;
    position: absolute;
  }