.wrapper {
  min-height: 100%;
  width: 100%;
  background-image: url(../images/homeBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mainContentWrapper {
  width: 100%;
  min-height: 100%;
  max-width: 1000px;
  margin: auto;
}
#loginWrapper {
  /*background-color: #FFEB00;*/
  padding: 5px;
  padding-top: 5px;
}

.loginForm {
  text-align: right;
  padding-top: 10px;
}
.loginLabel {
  font-size: 12px;
  color: white;
  text-align: left;
}
.loginForm .form-inline .form-group label {
  font-weight: normal;
  color: white;
}
.loginForm .form-inline .form-group .form-control {
  padding: 5px;
  height: 25px;
  border-radius: 0px;
  width: 98px;
}
.loginBtn {
  /*background-image: url(../images/login-btn.png);
  background-position: center;
  width: 25px;*/
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  /*height: 25px;*/
  margin-top: 15px;
  vertical-align: middle;
  color: white;
  background: rgba(126, 28, 28, 1);
  background: -moz-linear-gradient(
    top,
    rgba(126, 28, 28, 1) 0%,
    rgba(251, 0, 0, 1) 45%,
    rgba(251, 0, 0, 1) 55%,
    rgba(126, 28, 28, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(126, 28, 28, 1)),
    color-stop(45%, rgba(251, 0, 0, 1)),
    color-stop(55%, rgba(251, 0, 0, 1)),
    color-stop(100%, rgba(126, 28, 28, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(126, 28, 28, 1) 0%,
    rgba(251, 0, 0, 1) 45%,
    rgba(251, 0, 0, 1) 55%,
    rgba(126, 28, 28, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(126, 28, 28, 1) 0%,
    rgba(251, 0, 0, 1) 45%,
    rgba(251, 0, 0, 1) 55%,
    rgba(126, 28, 28, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(126, 28, 28, 1) 0%,
    rgba(251, 0, 0, 1) 45%,
    rgba(251, 0, 0, 1) 55%,
    rgba(126, 28, 28, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(126, 28, 28, 1) 0%,
    rgba(251, 0, 0, 1) 45%,
    rgba(251, 0, 0, 1) 55%,
    rgba(126, 28, 28, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e1c1c', endColorstr='#7e1c1c', GradientType=0 );
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #333333;
  text-shadow: -2px 2px 1px rgba(0, 0, 0, 1);
  font-weight: bold;
}

#mainWrapper {
  background-image: url(../images/containBg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 635px;*/
  position: relative;
}
#menuWrapper {
  padding: 3px;
  text-align: center;
}
/*
@media (max-width:1100px){
  #menuWrapper{
    background-image: url(../images/logo-s.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 130px;
    padding-left:245px;
  }
}
@media (max-width:1000px){
  #menuWrapper{
    background-image: none;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 20px;
    padding-left:0px;
  }
}*/
#menuBtnWrapper {
  font-weight: bold;
}
.menuBtn {
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  color: #450100;
  cursor: pointer;
  padding-left: 6px;
  padding-right: 6px;
}

.menuBtn:hover {
  color: yellow;
  background-color: red;
}
.content {
  padding: 10px;
  padding-bottom: 20px;
  /*min-height: 495px;*/
  position: relative;
}

#runningTxtWrapper {
  /*background-image: url(../images/plane.png);
  background-position: top left;
  background-repeat: no-repeat;*/
  padding-top: 10px;
  padding-bottom: 10px;
}
#runningTxtDiv {
  border: 1px solid #efd576;
  background-color: black;
  border-radius: 20px;
  color: #efd576;
  padding: 10px;
}
#runningTxtHeader {
  float: left;
  padding-left: 15px;
}
#runningTxt {
  padding-left: 165px;
}
#runningInternal {
}
@media (max-width: 1000px) {
  #runningTxt {
    padding-left: 0px;
  }
}

#centerWrapper {
  background-color: #141310;
  padding: 10px;
  border: 3px solid #980702;
}
#dotterline {
  height: 20px;
  background-color: #141310;
  background-image: url(../images/dottetline.png);
  background-position: center;
  background-repeat: repeat-x;
}
#fbWrapper {
  position: absolute;
  left: 20px;
  bottom: -15px;
  background-image: url(../images/fb-icon.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 75px;
  width: 25%;
  padding-left: 80px;
  padding-top: 10px;
  background-size: 75px 75px;
}
#fbTxt {
  color: #0b47a7;
  font-size: 12px;
}
@media (max-width: 1060px) {
  #fbTxt {
    font-size: 10px;
  }
}
/* customer services */
#csDivider {
  display: none;
}
#csDivider2 {
  display: none;
}
@media (max-width: 600px) {
  #csDivider {
    display: block;
  }
}
@media (max-width: 400px) {
  #csDivider2 {
    display: block;
  }
}
#csWrapper {
  /*position: absolute;
  bottom:10px;*/
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fef8c6;
}
.csIcon {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 750px) {
  #csWrapper {
    font-size: 12px;
    bottom: 0px;
  }
  .csIcon {
    width: 35px;
    height: 35px;
    padding-right: 3px;
    padding-left: 3px;
  }
  .csIcon img {
    width: 100%;
  }
}

/* customer services */
#latestInfoWrapper {
  /*background-image: url(../images/bottomBg.png);
  background-position: top;
  background-repeat: repeat-x;*/

  /*background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,229,127,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,229,127,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,229,127,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,229,127,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,229,127,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,229,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e57f', GradientType=0 );*/
  background-color: #980702;
  height: auto;
  padding-bottom: 10px;
  padding-top: 30px;
  text-align: center;
}
/* bank */
#bankWrapper {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #450100;
}
.bankDot {
  /*width: 20px;
  height: 44px;*/
  width: 16%;
  display: inline-block;
  /*padding-right: 40px;*/
  /*border-radius: 10px;
  vertical-align: middle;*/
}
.bankDot img {
  width: 100%;
}
.bankOffline {
  /*background-color: grey;*/
  opacity: 0.3;
}
.bankOnline {
  /*background-color: green;*/
  opacity: 1;
}
#bankDivider1,
#bankDivider2 {
  display: none;
}
@media (max-width: 800px) {
  #bankDivider1 {
    display: block;
    height: 10px;
  }
  .bankDot {
    width: 32%;
  }
}
@media (max-width: 450px) {
  #bankDivider1 {
    display: none;
    height: 10px;
  }
  #bankDivider2 {
    display: block;
    height: 10px;
  }
  .bankDot {
    width: 49%;
  }
}

/* bank */
#bottomGreenLine {
  border: 8px solid #4faf0f;
}
.bottomHeaderBox {
  color: white;
  font-weight: bold;
  width: 80%;
  margin-left: 10%;
  border-radius: 10px;
  margin-top: -50px;
  padding: 3px;
  margin-bottom: 10px;
}
.bottomHeaderDiv {
  background: rgba(107, 42, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(107, 42, 0, 1) 0%,
    rgba(220, 0, 0, 1) 51%,
    rgba(107, 42, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(107, 42, 0, 1)),
    color-stop(51%, rgba(220, 0, 0, 1)),
    color-stop(100%, rgba(107, 42, 0, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(107, 42, 0, 1) 0%,
    rgba(220, 0, 0, 1) 51%,
    rgba(107, 42, 0, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(107, 42, 0, 1) 0%,
    rgba(220, 0, 0, 1) 51%,
    rgba(107, 42, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(107, 42, 0, 1) 0%,
    rgba(220, 0, 0, 1) 51%,
    rgba(107, 42, 0, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(107, 42, 0, 1) 0%,
    rgba(220, 0, 0, 1) 51%,
    rgba(107, 42, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2a00', endColorstr='#6b2a00', GradientType=1 );
  color: #fdf4aa;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
}
@media (max-width: 750px) {
  .bottomHeaderDiv {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .bottomHeaderBox {
    width: 90%;
    margin-left: 5%;
  }
}
.bottomWelcomeHeader {
  font-size: 20px;
  color: white;
  font-weight: bold;
}
#bottomDiv {
  text-align: center;
}
.latestInfoBox {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
}
#latestInfoDivider {
  display: none;
}
@media (max-width: 550px) {
  .latestInfoBox {
    width: 100%;
  }
  #latestInfoDivider {
    display: block;
    height: 40px;
  }
}
#latestDepositDiv,
#latestWithdrawDiv {
  padding: 10px;
  padding-top: 30px;
}
.latestInfo {
  overflow-y: hidden;
  height: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  background-color: #000000;
  border-radius: 10px;
}
#bottomWelcomeDiv {
  padding: 10px;
  background-color: #980702;
  text-align: center;
  color: white;
}

#bottomWelcomeBox {
}
#bottomWelcome {
  overflow-y: auto;
  text-align: center;
}
.bottomWelcome {
  white-space: pre-line;
}
#bottomWelcome.mobile {
  overflow-y: auto;

  text-align: left;
  height: auto;
}
.d_w_info_amt {
  display: inline-block;
  font-size: 16px;
  width: 59%;
  color: white;
  cursor: default;
  text-align: center;
  padding: 5px;
}
.d_w_info_amt:hover {
  /*color:#fdf4aa;*/
}
.d_w_info_name:hover {
  /*color:#fdf4aa;*/
}
.d_w_info_name {
  display: inline-block;
  width: 40%;
  font-size: 16px;

  text-align: center;
  cursor: default;
  color: white;
  padding: 5px;
}
@media (max-width: 1000px) {
}
