/* ========= Member Area Style ======== */

@font-face {
  font-family: 'montserrat';
  src: url("../assets/font/Montserrat-Regular.eot");
  src: url("../assets/font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/Montserrat-Regular.woff") format("woff"), url("../assets/font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *box-sizing: content-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

*:before, *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  *box-sizing: content-box;
}

body {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  background: #1f232e;
  font-size: 12px;
  color: #333333;
  font-family: 'montserrat', Tahoma, Arial, Helvetica;
}

ul, ol, dl, form {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #15b586;
  font-weight: 600;
}

a:hover, a:focus {
  color: #15b586;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}

i, em {
  font-style: normal;
}

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #BED3FD;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

.clear {
  clear: both;
}

/*==============input=============*/

/*input, button, select, textarea {
  outline: none;
  background: #f5f5f5;
}

input[type=text], input[type=password] {
  border-radius: 4px;
  padding: 2px 4px;
  border: 1px solid #CCCCCC;
}

input[type=password] {
  color: #555555;
}

input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}*/

select, textarea {
  background: #f5f5f5;
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background: #f5f5f5;
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.uneditable-input {
  background: #f5f5f5;
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

input, textarea, .uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.uneditable-input {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

input[disabled] {
  cursor: not-allowed !important;
  background-color: transparent !important;
  border: none;
  color: white;
}

select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed !important;
  background-color: #f5f5f5 !important;
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.signup_input {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  /*width:230px;*/
  height: 24px;
  min-height: 24px;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #6c6c6c;
}

.signup_input:hover, .signup_input:focus {
  border: 1px solid #116fb7;
}

/*====header===*/

.navbox {
  background: #021c3f;
  /* Old browsers */
   background: -moz-linear-gradient(top, #021c3f 0%, #021c3f 100%); 
  /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #021c3f 0%, #021c3f 100%); 
  /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #021c3f 0%, #021c3f 100%); 
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#021c3f', endColorstr='#021c3f', GradientType=0); 
  /* IE6-9 */
  -webkit-box-shadow: inset 0px 2px 0px 0px rgba(29, 95, 110, 0.75);
  -moz-box-shadow: inset 0px 2px 0px 0px rgba(29, 95, 110, 0.75);
  box-shadow: inset 0px 2px 0px 0px rgba(29, 95, 110, 0.75);
  padding: 7px 7px 0 8px;
  font-size: 13px;
  font-family: 'montserrat';
  margin: 0 0 5px 0;
  height: 35px;
}

.navbox li {
  border: 0px solid #60b9dd;
  border-bottom: 0;
  /*background: #1a86da ;*/
  color: #22ffc4;
  padding: 4px 10px;
  font-weight: 500;
  margin-right: 3px;
  float: left;
  cursor: pointer;
  margin-top: 2px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 15px;
}

.navbox li:hover {
  background: #202020;
  height: 30px;
  color: #22ffc4;
}

.navbox li span {
  white-space: nowrap;
}

.navbox .current {
  background: #202020;
  /*border: 1px solid #15b586;*/
  border-bottom: 0;
  margin-top: 2px;
  height: 30px;
  padding: 5px 15px;
  color: #22ffc4;
}

/*====content===*/

#leftcol {
  float: left;
  margin: 0;
  margin-left: 25px;
  padding: 0;
}

#leftcol_content {
  width: 235px;
  border: 1px solid #000;
  float: left;
  background-color: #000;
  padding: 3px;
}

#rightcol {
  width: 545px;
  min-height: 250px;
  float: left;
  margin-left: 20px;
}

.content {
  border: 1px solid #004b7a;
  min-height: 260px;
  font-size: 12px;
  padding: 5px 15px 15px;
  background-color: #000;
}

.content label .error {
  display: block;
}

.termsTitle2 {
  background-color: #004b7a;
  height: 28px;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 3px;
}

.termsTitle2>span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

span#AccountBalanceContent span:first-child .items {
  background-color: #f2f1f1;
}

span#AccountBalanceContent span:last-child .items {
  background-color: #6b6b66;
  color: #fff;
}

.walletList {
  margin: 0;
  width: 100%;
  padding: 0px;
}

.walletList th {
  width: 70%;
  padding-left: 8px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
}

.walletList td {
  text-align: right;
  padding-right: 20px;
  color: #ffffff;
}

.walletList tr {
  line-height: 28px;
  cursor: pointer;
}

.walletList tr:hover {
  background: #15b586;
}

.walletList .current {
  background: #ccc;
}

.walletList tfoot {
  background: #15b586;
}

#navigation {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
}

#navigation>table {
  height: 43px;
  text-align: center;
  width: 545px;
}

#navigation td {
  background-color: #004b7a;
  /* border: 1px solid #c7c7c7; */
  border-bottom: 1px solid #116fb7;
}

#navigation a {
  color: #ffffff;
  font-weight: 600;
}

#navigation td:hover, #navigation .active {
  background-color: #ffffff;
  /*border-top:3px solid #15b586;
    border-left:1px solid #15b586!important;
    border-right:1px solid #15b586;
    border-bottom:1px solid #fff;*/
  ;
}

#navigation td:hover a, #navigation .active a {
  color: #004b7a;
  font-weight: 600;
}

.btnsIn4 {
  padding: 15px 20px;
}

#tbTransfer input[type="text"], #localBankTransfer input[type="text"], #withdrawal input[type="text"] {
  padding: 0 5px;
  margin-bottom: 10px;
}

#tbTransfer select, #localBankTransfer select, #withdrawal select {
  padding: 0;
  margin-bottom: 10px;
  line-height: 23px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.red {
  color: red;
  vertical-align: 0;
}

.tblPad td {
  padding-right: 10px;
  min-width: 136px;
  width: auto;
  color: #ffffff;
}

.deposit_msgs {
  margin-bottom: 8px;
  color: #ffffff;
}

.memo {
  color: #ffffff;
}

.memo>div {
  display: block;
}

/*====table===*/

/*table th {
  text-align: center;
}*/

.box_table, .box_table2, .box_tables {
  padding: 10px 7px;
  margin: 4px 8px;
  /*border: 1px solid #15b586;*/
  background: #1f232e;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.box_table table, .box_table2 table {
  border-collapse: separate !important;
  width: 100%;
  border: 0 none;
  color: #fff;
}

.allbold {
  font-weight: bold;
}

.box_table th {
  background: #03517a;
  /*border-top: 1px solid #7b95d9;
    border-left: 1px solid #7b95d9;
    border-bottom: 1px solid #314e9d;
    border-right: 1px solid #314e9d;*/
  padding: 5px;
  color: #fff;
  border: none;
}

.box_table td {
  /*border-top: 1px solid #7b95d9;
    border-left: 1px solid #7b95d9;
    border-bottom: 1px solid #314e9d;
    border-right: 1px solid #314e9d;*/
  padding: 5px;
  padding-right: 10px;
  text-align: right;
  border: none;
}

.box_table td:first-child {
  /*border-left: 1px solid #BED3FD; */
  padding-left: 10px;
  text-align: left;
}

.box_table.ui-dialog-content tr:nth-child(odd) td {
  background: #2d2d2d;
}

.box_table.ui-dialog-content tr:nth-child(even) td {
  background: #565656;
}

.box_table.ui-dialog-content tr:first-child td {
  background: #03517a;
  /*border-top: 1px solid #7b95d9;
      border-left: 1px solid #7b95d9;
      border-bottom: 1px solid #314e9d;
      border-right: 1px solid #314e9d;*/
  color: #fff;
  border: none;
}

.box_table .bet_table td {
  padding: 1px 5px;
}

.box_table .retable {
  font-size: 11px;
}

.box_table .retable td {
  padding: 5px 5px;
}

.box_table tr:hover {
  background: #6f7153 !important;
}

.box_table .oddrow {
  background: #2d2d2d;
}

.box_table .evenrow {
  background: #565656;
}

.box_table .bg_pink {
  background: #ffcccc;
}

.box_table .red {
  color: #ff0000;
  text-align: center !important;
}

.box_table2 th {
  background: #ffdfbf;
  border: 1px solid #aaa;
  padding: 5px;
}

.box_table2 td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

.box_table2 tr:hover {
  background: #f6f3c1;
}

.nohover tr:hover {
  background: transparent !important;
}

.box_table2 .oddrow {
  background: #fff;
}

.box_table2 .evenrow {
  background: #D9DEE9;
}

td.teamName {
  text-align: left;
  color: #0053b9;
  font-size: 12px;
}

td.league {
  background: #2c7fbf;
  color: #fff;
  /*border-left: 1px solid #7b95d9!important;
    border-right: 1px solid #7b95d9;*/
  border-top: 0 none;
  border-bottom: 0 none;
  /*border-top: 2px solid #bbb;*/
  text-align: left;
  font-weight: 700;
}

td.tleft {
  text-align: left;
  padding-left: 10px;
}

th.tleft {
  text-align: left;
  padding-left: 10px;
}

td.tright {
  text-align: left;
  padding-left: 10px;
}

td.msgcontent {
  text-align: left;
  word-break: break-all;
}

.tfooter {
  color: #25AAE2;
}

/*====button===*/

.btn-gray, .btn-blue, .btn-green, .btn-yellow, .btn-red {
  border: 0;
  padding: 3px 8px;
  margin: 0 1px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  /*border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
  font-family: Tahoma, Arial, Helvetica;
  color: #fff;
}
.btn-success {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93cd93+0,8acb8b+1,68b96a+3,5bb35c+5,59b35b+6,59b15b+95,087a08+96,0b890c+97,219b24+98,33a035+99,2e9730+100 */
  background: #93cd93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #93cd93 0%, #8acb8b 1%, #68b96a 3%, #5bb35c 5%, #59b35b 6%, #59b15b 95%, #087a08 96%, #0b890c 97%, #219b24 98%, #33a035 99%, #2e9730 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #93cd93 0%, #8acb8b 1%, #68b96a 3%, #5bb35c 5%, #59b35b 6%, #59b15b 95%, #087a08 96%, #0b890c 97%, #219b24 98%, #33a035 99%, #2e9730 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #93cd93 0%, #8acb8b 1%, #68b96a 3%, #5bb35c 5%, #59b35b 6%, #59b15b 95%, #087a08 96%, #0b890c 97%, #219b24 98%, #33a035 99%, #2e9730 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cd93', endColorstr='#2e9730', GradientType=0);
  /* IE6-9 */
  border: none;
  color: #fff;
}

.btn-success:hover {
  color: #fff;
  background-color: #54A43D;
  border-color: #54A43D;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(98, 187, 70, 0.5);
  box-shadow: 0 0 0 2px rgba(98, 187, 70, 0.5);
}
.btn-rev-sub{
  padding: 4px;
  border-radius: 5px;
}
.btn-gray {
  background: #306e91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #306e91 0%, #1c4b69 49%, #103d5a 50%, #115662 70%, #129ea0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #306e91 0%, #1c4b69 49%, #103d5a 50%, #115662 70%, #129ea0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #306e91 0%, #1c4b69 49%, #103d5a 50%, #115662 70%, #129ea0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#306e91', endColorstr='#129ea0', GradientType=0);
  /* IE6-9 */
  color: #fff;
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.2), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.2), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.2), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.btn-gray:hover, .btn-gray:focus {
  color: #15b586;
}

.btn-blue {
  background-color: #14b489;
  color: #fff;
}

.btn-blue:hover, .btn-blue:focus {
  background-color: #109d77;
  color: #fff;
}

.btn-green {
  background: #03517a;
  color: #fff;
}

.btn-green:hover, .btn-green:focus {
  background-color: #03486c;
  color: #fff;
}

.btn-yellow {
  background: #DAE6FF;
  color: #116fb7;
}

.btn-yellow:hover, .btn-yellow:focus {
  background-color: rgba(218, 230, 255, 0.85);
  color: #116fb7;
}

.btn-red {
  background: #c00;
  color: #fff;
}

.btn-red:hover, .btn-red:focus {
  /*background: #ff4500;*/
  background-color: rgba(204, 0, 0, 0.8);
  color: #fff;
}

.btn-large {
  min-width: 88px;
  line-height: 28px;
  height: 28px;
}

.btn_refresh {
  display: inline-block;
  vertical-align: middle;
  background: url(../assets/img/icon/icon-refresh.png) no-repeat;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.btn_refresh:hover {
  opacity: 0.8;
}

.liveChatMedBtn {
  /*background:url(Images/button-anmation-livechat.gif) no-repeat scroll 0 0 transparent;*/
  border: 0 none;
  color: #fff;
  opacity: 0.8;
  display: block;
  float: right;
  font-size: 12px;
  margin-top: 6px;
  text-transform: uppercase;
  width: 105px;
  /*padding:9px 9px 9px 13px;*/
  ;
}

.liveChatMedBtn:hover {
  color: #fff;
  opacity: 1.0;
}

.Btn_med_width {
  min-width: 280px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.Btn {
  text-align: center;
}

.Btn_floatLeft {
  float: left !important;
}

.blueMedBtn {
  /*background:url(Images/button-animation.gif) no-repeat scroll -202px -1px transparent;*/
  background-color: #109d77;
  border: 0 none;
  color: #fff;
  display: block;
  width: 130px;
  margin: 0 auto;
  margin-top: -10px;
  margin-right: 10px;
  padding: 6px 5px;
  border-radius: 5px;
}

.blueMedBtn:hover {
  /*background:url(Images/button-animation.gif) no-repeat scroll -202px -39px transparent;*/
  background-color: rgba(16, 157, 119, 0.8);
  color: #fff;
}

.ibankBtn {
  background-color: #e1e1e1;
  color: #1A1A1A;
  display: block;
  min-width: 150px;
  padding: 6px 8px;
  margin-bottom: 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: left;
  font-size: 14px;
}

.ibankBtn:hover {
  background-color: #d3d3d3;
  color: #1A1A1A;
}

.ibankBtn>div {
  display: inline-block;
  vertical-align: middle;
  background: url("../assets/images/footer/bank/ftr-ico-v5.png");
  background-position: -0px 0px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.ibankBtn>div.bca {
  background-position: -404px -33px;
  width: 78px;
  height: 33px;
}

.ibankBtn>div.mandiri {
  background-position: -490px -33px;
  width: 82px;
  height: 33px;
}

.ibankBtn>div.bni {
  background-position: -581px -33px;
  width: 82px;
  height: 33px;
}

.ibankBtn>div.bri {
  background-position: -671px -33px;
  width: 106px;
  height: 33px;
}

.ibankBtn>div.danamon {
  background-position: -786px -33px;
  width: 96px;
  height: 33px;
}

.whiteMedBtn {
  /*background:url(Images/button-animation.gif) no-repeat scroll -330px -1px transparent;*/
  background-color: #888888;
  border: 0 none;
  color: #fff;
  display: block;
  width: 130px;
  margin: 0 auto;
  margin-top: -10px;
  padding: 6px 5px;
  border-radius: 5px;
}

.whiteMedBtn:hover {
  /*background:url(Images/button-animation.gif) no-repeat scroll -330px -39px transparent;*/
  background-color: rgba(179, 179, 179, 0.8);
  color: #fff;
}

/*====ui widget===*/

.ui-dialog-buttonset button {
  background: #116fb7;
  color: #fff;
  border: 0 none;
}

.ui-dialog-buttonset button:hover {
  background: rgba(17, 111, 183, 0.8);
}

.ui-dialog-buttonpane {
  border-color: #7b95d9;
}

.ui-dialog {
  border: 1px solid rgba(17, 111, 183, 0.5);
  padding: 0;
  box-shadow: 1px 2px 2px 2px #aaa;
}

.ui-widget-header {
  background: #03517a;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.ui-widget-content {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ui-icon {
  background: url(../assets/img/icon/ui-iconclose.png) no-repeat !important;
}

.ui-icon-closethick {
  background-position: -172px -144px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: url(../assets/img/icon/ui-iconclose.png) no-repeat !important;
  opacity: 0.8;
  border: 0 none !important;
}

.ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background: none !important;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/*====tab panel===*/

.nav {
  margin-bottom: 10px;
  margin-left: 0;
  list-style: none;
}

.navsub {
  padding: 0 10px 10px 10px;
  font-size: 12px;
  color: #fff;
}

.navsub select {
  background: #f5f5f5;
  padding: 1px 0px 1px 2px;
  color: #555555;
  border: 1px solid rgba(21, 181, 134, 0.3);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 100px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.navsub select:hover {
  background-position: right -21px;
}

.navsub select option {
  color: #212121;
}

input#DateF, input#DateT {
  border: 1px solid rgba(17, 111, 183, 0.3);
  color: #116fb7;
}

/*====calendar===*/

.calendar {
  padding-bottom: 1px;
  border: 1px solid #718BB7;
  font-size: small;
  background: #fff;
}

.calendar * {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Tahoma, "Microsoft Yahei", Arial, Helvetica;
  font-weight: normal;
  color: #000;
}

.calendar .invalidday a {
  color: #aaa;
  cursor: default;
}

.calendar .invalidday a:hover {
  color: #aaa;
  cursor: default;
}

.calendar .today {
  color: #f00;
}

.calendar a {
  padding: 0 2px;
  color: #000;
  text-decoration: none;
  display: block;
}

.calendar a:hover {
  background: #B3CEEF;
}

.calendar table {
  border-collapse: collapse;
  font-size: 90%;
}

.calendar tbody td {
  width: 24px;
  line-height: 20px;
}

.calendar td {
  padding: 0px;
  text-align: center;
}

.calendar thead tr td {
  background: #C8D8ED;
  color: #233D6D;
  height: 19px;
  border-top: 1px solid #4A74BC;
  border-bottom: 1px solid #A3BAD9;
}

.calendar thead tr.dclinks td {
  padding: 2px;
  vertical-align: middle;
  background: #116fb7;
  border-top: 1px solid #4A74BC;
}

.calendar thead tr.dclinks td a {
  font-size: 95%;
  font-weight: bold;
  color: #fff;
}

.calendaricon {
  cursor: pointer;
  margin: 3px;
  vertical-align: text-top;
}

.calendarlink, .calendaricon {
  margin: 0 3px;
}

.nextmonth, .previousmonth {
  line-height: 20px;
}

a.nextmonth:hover, a.previousmonth:hover {
  background: #0e548a;
}

a.currentdate:hover {
  background: none;
}

.calendar .weekend {
  color: #AB1E1E;
}

.calendar .lastMonth, .calendar .nextMonth {
  color: #ccc;
}

.calendar .lastMonth:hover, .calendar .nextMonth:hover {
  color: #fff;
}

.calendar .selectedday {
  background: #B3CEEF;
  display: block;
  color: blue;
  font-weight: bold;
}

.For_body {
  margin: 0;
  padding: 10px;
  font: 100 12px Tahoma, "Microsoft Yahei", Arial, Helvetica;
  background: #f5f5f5;
}

.For_Head {
  background: #e5e5e5;
  border: 1px solid #ccc;
  font: 700 13px Tahoma, "Microsoft Yahei", Arial, Helvetica;
  width: 490px;
  padding: 5px;
  margin-bottom: 5px;
}

.For_table {
  width: 500px;
  margin: 5px 0;
}

.For_table table {
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

.For_table td {
  border: 1px solid #666;
  padding: 1px 2px;
  text-align: right;
}

.For_table_a {
  border: 1px solid #666;
  padding: 1px;
  color: #fff;
  background: #6b88b0;
}

.For_table_b {
  border: 1px solid #666;
  padding: 1px;
  color: #fff;
  background: url(../assets/img/bgHeader2.gif) repeat-x #7791b4;
}

/*====radio style===*/

label.btn span {
  font-size: 1em;
}

label input[type="radio"]~i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}

label input[type="radio"]~i.fa.fa-check-circle-o {
  display: none;
}

label input[type="radio"]:checked~i.fa.fa-circle-o {
  display: none;
}

label input[type="radio"]:checked~i.fa.fa-check-circle-o {
  color: #15b586;
  display: inline;
}

label:hover input[type="radio"]~i.fa {
  color: #15b586;
}

div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div[data-toggle="buttons"] label.active, div[data-toggle="buttons"] label:hover {
  color: #15b586;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* MISC */

.min-height-10 {
  min-height: 10px;
}

#referral-content .max-row {
  width: 100%;
  margin: 0px;
}

#referral-content .rounded-box {
  border-radius: 8px;
  height: 185px;
  background-color: #1a1a1a;
}

#referral-content .top-box {
  background-color: black;
  top: 0px;
  height: 50%;
  z-index: 100;
  position: absolute;
  width: 96.1%;
  color: white;
}

#referral-content .top-box h3 {
  margin-top: 10px;
}

#referral-content .rounded-box-content {
  top: 50%;
  font-size: 30px;
  height: 135%;
  z-index: 101;
  position: absolute;
  width: 100%;
  color: white;
}

#referral-content .ref-input {
  height: 34px !important;
  width: 97%;
  border: 0px solid !important;
  border-radius: 6px !important;
  margin: 0px !important;
}

#referral-content .commision-table {
  width: 100%;
}

#referral-content .commision-table td {
  padding-top: 1%;
  padding-bottom: 1%;
}

#referral-content .commision-table tr {
  border-bottom: 1px solid white;
}

#referral-content .tablink {
  background-color: #1a1a1a;
  color: white;
  border-right: 1px solid white;
  font-size: 17px;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  cursor: pointer;
}

#referral-content .tablink-content {
  background-color: black;
  color: white;
  height: 315px;
}

#referral-content .active {
  background-color: black !important;
}

#referral-content .tablink-wrapper {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}

#referral-content .referral-report-table {
  width: 100%;
  border: 1px solid white;
  margin-left: 15px;
  margin-right: 15px;
}

#referral-content .referral-report-table tr, #referral-content .referral-report-table th, #referral-content .referral-report-table td {
  border: 1px solid white;
  padding: 0.5%;
}

#referral-content .referral-report-table th {
  text-align: center;
}

#referral-content .referral-downline-table {
  width: 99%;
}

#referral-content .referral-downline-table th {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: white;
  color: black;
  text-align: center;
}

#referral-content .referral-downline-table td {
  padding-left: 1%;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  padding-right: 1%;
  text-align: center;
}

#referral-content .rounded-box-content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* call us separate */

.info_content {
  width: 720px;
  padding: 10px 39px;
  margin-bottom: 10px;
}

.info_content h2 {
  margin: 10px 0;
  padding: 10px 0;
}

.info_content p {
  padding: 5px 0 5px 0;
}

.info_content ol {
  list-style: decimal;
  padding: 10px 20px 20px 40px;
}

.info_content li {
  margin: 0 10px 8px 10px;
}

.footer_nav {
  clear: both;
  height: 32px;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.info_copyright {
  white-space: nowrap;
  margin: 8px 0 0 10px;
}

.pointer:hover {
  cursor: pointer
}

/* Helper */
.pb-20{
  padding-bottom: 15px;
}
.pt-10 {
  padding-top: 10px;
}

/* call-us style */

.info_content td {
  color: #fff;
}

.info_content h2 {
  color: #049ba7;
  border-bottom: 1px solid #049ba7;
}

.info_content h3 {
  font: 700 12px 'montserrat';
  color: #000;
}

.info_content p {
  color: #222;
  font: 100 11px/22px 'montserrat';
}

.info_content li {
  font: 100 11px/22px 'montserrat';
}

.info_content a {
  color: #049ba7;
  text-decoration: underline;
}

.info_content b {
  font-weight: 700;
}

.info_content strong {
  font: 600 12px 'montserrat';
  color: #3FAEDA;
}

.footer_nav {
  background: #004b7a;
  border-top: 1px solid #016d76;
  border-radius: 0 0 2px 2px;
}

.info_copyright {
  color: #fff;
}
