@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");
@import url("https://fonts.googleapis.com/css?family=Oswald:500");

body {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background-color: #fff;
}

.mrgZero {
  margin: 0px;
  padding: 0px;
}

.blueBtn,
.yellowBtn {
  width: 95%;
  color: #fff;
  text-transform: uppercase;
}

.blueBtn,
.moreBtn {
  background-color: #23679e;
  text-align: center;
  border-radius: 5px;
}

.logOutBtn {
  border-radius: 20px;
  width: 95%;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background: #4fd1c5;
  text-align: center;
  float: left;
}

.dark-mode .logOutBtn {
  background: linear-gradient(180deg, #4FD1C5 0%, #02897D 100%);
}

.dark-mode .nav-pills > li > a {
  background: linear-gradient(180deg, #353535 0%, #262626 100%);
  border-radius: 24px;
}

.dark-mode .nav-pills>li.active>a {
  background: linear-gradient(180deg, #4FD1C5 0%, #02897D 100%);
}

.blueBtn a {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.moreBtn {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
}

.moreBtn:hover {
  cursor: pointer;
}

.yellowBtn {
  background-color: #f8d700;
}

.yellowColor {
  color: #f8d700;
}

hr {
  border: 1px solid #fff;
  margin: 3px 0px 0px 0px;
  padding: 0px;
}

h1 {
  font-size: 23px;
  color: #23679e;
  font-weight: 700;
  margin: 50px 0px;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: #23679e;
  font-weight: 600;
  margin: 30px 0px;
  text-transform: uppercase;
}

p {
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.8);
}

.innerPage hr {
  border: 1px solid #cccccc;
  margin: 0px 0px;
  padding: 0px;
}

.logo a {
  text-decoration: underline;
}

/*.logo img{margin:5px 10px 5px 0px; float:left; height:50pt;}*/
.logo img {
  margin: 5px 10px 5px 0px;
  height: 65px;
  float: left;
}

/*.logo h1,.logo p{font-family: 'Oswald', sans-serif; float:left; color:#FC0; }*/
.logo h1 {
  font-family: sans-serif;
  float: left;
  color: #fff;
}

/*.logo h1{font-size:28px; margin:12px 0 0 0; padding:0px; font-weight:500; text-transform: none;}*/
.logo h1 {
  color: #fff;
  font-size: 12px;
  margin: -7px 0 0 14px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: normal;
}

.logo p {
  font-size: 10px !important;
  color: #fff !important;
  line-height: 10px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3.8px;
  text-decoration: none !important;
}

.logotext h1 {
  text-transform: none;
}

/*.logoText{float:left;}*/
.forgot {
  color: #fff;
  font-size: 12px;
}

/*.hdForm{background-color:#000;;}*/
.hdForm input {
  float: left;
  width: 83%;
  margin-top: 10px;
}

.hdForm button {
  margin: 10px 5px 0px 0px;
  /*z-index: 2000;*/
}

.hdForm p {
  font-size: 10px;
  padding: 3px 0px;
  margin: 0px;
  text-decoration: underline;
  text-align: right;
  color: #fff;
}

.hdForm .glyphicon {
  color: #fff;
  padding-top: 20px;
  margin-right: 10px;
  float: left;
}

.navbar {
  background: none !important;
  border: none !important;
  text-transform: uppercase;
  min-height: inherit !important;
  margin-bottom: 0px !important;
  padding-left: 15px;
}

.restrictSmall {
  display: none;
}

.navbar .navbar-inverse {
  position: absolute;
  width: 100%;
}

.restrictLarge,
.restrictSmall {
  height: 30px;
  background-color: #331513;
  text-align: center;
}

.restrictLarge h3,
.restrictSmall h3 {
  font-size: 20px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
}

.restrictLarge span,
.restrictSmall span {
  color: #fc0;
}

.containerbody {
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #000;
  margin-bottom: 10px;
}

/*.slider img{margin-top:40px;}*/
.tabCatg {
  background-color: #000;
  text-align: center;
  color: #fff;
}

.tabGmPr {
  margin-bottom: 15px;
}

.darkBlueBg {
  background-color: #01192d;
}

.darkBlueBg h1,
.darkBlueBg h3,
.darkBlueBg p {
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.darkBlueBg h1 {
  color: #fc0;
  font-size: 20px;
}

.darkBlueBg h3 {
  font-size: 19px;
  margin: 8px 0px 10px 0px;
}

.darkBlueBg h3 span {
  color: #fc0;
  text-decoration: underline;
}

.darkBlueBg p {
  padding: 0 40px;
  margin: 25px 0px;
  line-height: 20px;
}

.darkBlueBg .blueBtn {
  width: 100%;
  margin-bottom: 30px;
}

.dtText h1 span a {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
}

.winnerArea h1 {
  margin: 50px 0px 25px 0px;
  /*background: #0a1621;*/
  /*padding: 20px 0px 20px 20px;*/
  /*color: #23679e;*/
  color: #fc0;
  font-size: 20px;
  text-align: center;
}

.winnerArea img {
  margin: 5px 20px;
  border-radius: 15%;
}

.currencyBg {
  background-color: #0a1621;
  padding: 40px 0px;
}

.cryptoSmall {
}

.cryptoSmall img {
  float: left;
  width: 30%;
  height: auto;
  margin: 6px;
}

.cryptoSmall a {
  float: left;
  padding-top: 32px;
  font-family: "Lato", sans-serif;
  color: #fff;
}

.cryptoSmall a:hover {
  color: #fc0;
}

.ftArea {
  background: #0a1621;
  padding: 20px 0px;
}

.game-show-image {
  max-width: 300px;
}

.dtText {
}

footer {
  margin-top: 25px;
}

.ft-grey img {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  margin-right: 20px;
  margin-top: 10px;
  max-height: 63px;
}

.ft-grey:hover img {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: gray;
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.social img {
  margin-right: 5px;
  margin-top: 3px;
}

.ftSocial {
  width: 200px;
  margin: 30px 0 0 0;
  float: right;
}

.ftSocial img {
  margin-left: 5px;
}

.ftArea hr {
  border: 1px solid #fff;
  margin: 20px 0px 10px 0px;
}

.ftArea ul {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0px;
}

.ftArea ul li {
  font-size: 16px;
  line-height: 25px;
}

.ftArea ul li a {
  color: rgba(255, 255, 255, 0.4);
}

.ftArea ul li a:hover {
  color: #f8d700;
  text-decoration: none;
}

.ftArea p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-top: 30px;
}

.copyright p {
  font-size: 14px;
  padding: 20px 0px 10px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.copyright p a {
  color: rgba(255, 255, 255, 0.4);
}

.nav-tabs {
  border: 0px;
}

.nav-tabs > li a {
  font-size: 16px !important;
  text-align: center !important;
  border: 0px !important;
  line-height: 30px !important;
  color: #333;
  padding: 20px 8px !important;
}

.sportstab {
  /*background-color: #FC0;*/
}

/*.nav-tabs span{height:150px !important;}*/
.dropdown {
  display: none;
  /*z-index: 1111;*/
  position: absolute;
  /* right: -10px; */
}

.dropdown-menu {
  /*margin-left: -240px;*/
  width: 300px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px;
}

.dropdown-menu hr {
  width: 90%;
  border: 1px solid #23679e;
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.dropdown-menu input {
  margin-left: 16px;
}

.dropdown-menu .yellowBtn,
.dropdown-menu .blueBtn {
  width: 85%;
  margin: 5px 0 0 16px;
}

.dropdown-menu label {
  margin-left: 20px;
  margin: 10px 0 0 20px;
}

#zone label,
label {
  color: #0a1621;
}

.btn-primary,
.btn-primary:hover {
  border: 0px;
}

.dropdown .glyphicon {
  margin: 12px !important;
  padding: 0px !important;
}

.hdLk {
  background-color: #0a1621;
}

.innerPage {
  /* margin-top: 120 px;
 background-color: #000000; */
}

.offerAd {
  margin-top: 20px;
  background: url("../images/offer1.jpg") left top no-repeat;
  width: 100%;
  height: 186px;
  float: left;
  padding: 40px 0px 0px 30px;
}

.offerAdTwo {
  margin-top: 20px;
  background: url("../images/offer2.jpg") left top no-repeat;
  width: 100%;
  height: 186px;
  float: left;
  padding: 40px 0px 0px 30px;
}

.offerAd h1,
.offerAdTwo h1 {
  color: #fc0;
  margin: 0px;
}

.offerAd h3,
.offerAdTwo h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.offerAd .blueBtn,
.offerAdTwo .blueBtn {
  width: 40%;
  margin-top: 10px;
}

.input-group {
  margin: 10px 0px;
}

.input-group .glyphicon {
  color: #2168a0;
}

.formGrey {
  background-color: #f7f7f7;
  border-bottom: 5px solid #e0e0e0;
  padding: 10px 50px;
}

.formTransfer {
  padding: 10px 15px;
}

.formTitle {
  background-color: #2168a0;
  text-align: center;
  padding: 13px 0px;
  margin-top: 20px;
}

.formTitleRestricted {
  background-color: #331513;
}

.formTitle h1 {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 20px;
}

.formGrey .yellowBtn,
.formGrey .blueBtn {
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  color: #000;
}

.formGrey .blueBtn {
  color: #fff;
}

.formGrey p a {
  color: #333;
  font-size: 12px;
}

.formGrey h6 {
  color: #333;
  line-height: 50px;
  margin: 0px;
  font-size: 18px;
}

.radiomr {
  margin: 20px 0px 10px 0px;
}

.liveCasino h1 {
  margin: 20px 0px 15px 0px;
  font-size: 20px;
}

.h1mrg {
  margin: 10px 0 20px 0 !important;
  padding: 0px;
  line-height: 0px;
}

.innerPage ul {
  list-style-type: circle;
  /*font-size: 17px;*/
}

.innerPage ul li a {
  /*font-size: 20px !important;*/
  /*padding: 20px !important;*/
  /*border-radius: 20px 20px 0 0 !important;*/
}

.faq h1 {
  margin: 20px 0px;
}

.innerPage h4 {
  color: #fc0;
}

.contactInfo p span {
  color: #2168a0;
}

.formFix {
  background-color: #2168a0;
  border-bottom-color: #074476;
  padding-top: 20px;
  padding-bottom: 20px;
}

.formFix p {
  color: #fff;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: red;
}

.pingalert {
  float: right;
  margin-top: 10px;
}

#imgLeft {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

@font-face {
  font-family: mouse;
  src: url(../en/fonts/MuseoSans-300.otf) format("opentype");
}

.carousel-caption h1,
.carousel-caption p {
  float: left !important;
  margin: 0px !important;
  padding: 0px !important;
}

.infopage h1 {
  color: #fc0;
  font-size: 50px;
  font-weight: unset;
}

.infopage p {
  color: #fff;
  font-size: 18px;
  font-weight: unset;
}

.sliderText {
  position: absolute;
  /*z-index: 1;*/
  top: 150px;
  left: 200px;
}

.sliderText h3 {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #fc0;
  text-transform: uppercase;
  text-align: left;
}

/*.sliderText p,.sliderText h1,.sliderText h2{color:#fff; margin:0px; padding:0px; font-family:mouse; font-weight:normal;}*/
.sliderText p,
.sliderText h1,
.sliderText h2 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

.sliderText h1 {
  color: #fc0;
  font-size: 90px;
}

.sliderText h2 {
  font-size: 80px;
  text-align: left;
}

.sliderText hr {
  border-style: dashed;
  width: 40%;
  margin: 20px 0px;
}

.sliderText p {
  font-size: 22px;
}

/* Cashier section */
.dpstAdrForm {
  background-color: #ededed;
  border-bottom: 5px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 315px;
}

.dpstAdrForm p {
  color: #000;
}

.dpstCryptoTitle {
  text-align: left;
}

.frmPd {
  padding: 47px 20px;
}

.dpstAdrForm input {
  width: 100%;
}

/*.barCodeSm{width:30%; margin-top:20px;}*/
.dpstCurrency {
  float: left; /*width:70%;*/
  margin-top: 15px;
}

.dpstCurrency label {
  float: left;
  line-height: 15px;
  font-size: 12px;
  text-align: left;
  margin-right: 10px;
}

.dpstCurrency select {
  width: 85%;
  float: right;
}

.dpstCurrency .select-area {
  display: none;
}

.dpstAdrForm .blueBtn {
  width: 100%;
  margin-top: 10px;
}

.ccdeposit .blueBtn {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.ccdeposit .btn {
  padding: 0px;
}

.ccdeposit .dpstCurrency {
  margin-top: 0px;
}

.ccdeposit ul li {
  font-size: 18px;
  color: red;
}

.darkBlueBg .dpstCurrency {
  width: 100%;
}

.darkBlueBg label {
  color: #fff;
  width: 25%;
}

.darkBlueBg .dpstCurrency select {
  width: 70%;
  border: 0px;
}

.popUP .darkBlueBg {
  padding: 0px 20px 20px 20px;
  margin-bottom: 10px;
}

.barCodeBig {
  float: left;
  margin-top: 20px;
}

.barCodStp {
  float: left;
  width: 55%;
  margin-left: 20px;
  text-align: justify;
  margin-top: 20px;
}

.barCodStp span {
  color: #fc0;
  font-weight: 900;
}

.barCodStp p {
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.popUP .darkBlueBg p {
  margin: 10px 0px;
}

.cross {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fc0 !important;
  color: #000 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

/*ReCaptcha Section*/

.g-recaptchaover {
  margin-bottom: 20px;
  text-align: center;
}

.g-recaptchaover .error {
  font-size: 18px;
  color: red;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.g-recaptcha {
  display: inline-block;
}

/*START MAIN MENU AND LOBBY MENU*/
/*BASE LINE CSS*/

.navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-nav > li > a {
  text-transform: uppercase;
}

.navbar a {
  color: #fff !important;
  font-size: 13px;
  /*font-weight: bold !important;*/
}

.nav > li > a {
  padding: 10px;
  text-transform: uppercase;
  color: #000 !important;
}

nav.navbar-inverse ul li {
  /*padding: 10px 22px;*/
  text-transform: uppercase;
  color: #fff !important;
}

nav.lobby_nav ul li a {
  position: relative;
  display: block;
  padding: 0px 0px;
}

nav.lobby_nav ul li {
  padding: 10px;
}

nav.navbar-inverse ul li.active {
  background-color: #23679e !important;
  color: #fff !important;
  border-radius: 5px !important;
}

nav.navbar-inverse ul li.active {
  background-color: #23679e !important;
  color: #fff !important;
  border-radius: 5px !important;
}

nav.navbar-inverse a {
  /*padding: 0px;*/
}

nav.navbar-inverse ul li:hover {
  cursor: pointer;
}

nav.navbar-inverse ul li:hover {
  cursor: pointer;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-base,
.header-internal {
  position: relative;
}

.header-internal .navbar-fixed-top {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  background-color: unset !important;
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-float-top {
  background-color: #000000 !important;
}

.navbar-float-top {
  height: 50px;
}

/*RESPONSIVE CSS*/

.alert-warning p {
  color: #8a6d3b;
}

.alert-success p {
  color: #3c763d;
}

.alert {
  margin-top: 10px;
}

.close {
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .nav > li > a {
    padding: 10px 10px;
  }

  nav.lobby_nav ul li {
    padding: 10px 13px;
  }
}

@media screen and (max-width: 990px) {
  .nav > li > a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 780px) {
  .nav > li > a {
    padding: 5px 10px;
  }

  .navbar-header {
    /*background-color: #333;*/
  }

  .navbar-collapse {
    background-color: #0a1621 !important;
  }

  .navbar-header {
    float: none;
    position: relative;
    width: 98%;
    top: -55px;
    height: 45px;
  }

  .navbar-left,
  .navbar-nav,
  .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #333;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .innerPage .lobby_nav {
    margin-top: 40px;
  }

  nav.navbar-inverse ul {
  }

  .infopage h1 {
    color: #fc0;
    font-size: 30px;
    font-weight: unset;
  }

  .hdLk {
    background-color: #000;
  }

  .navbar-fixed-top {
    /*z-index:unset;*/
  }

  .innerPage {
    margin-top: 10px;
  }
}

/*END MAIN MENU AND LOBBY MENU*/

@media screen and (max-width: 1000px) {
  .dpstAdrForm p {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
  }

  .dpstAdrForm .mrgZero {
    margin: 0px;
    padding: 0px;
  }

  .dpstAdrForm p {
    line-height: 20px;
    margin: 10px 0px;
    text-align: center;
  }

  .popUP {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .barCodeBig {
    float: inherit;
    padding-top: 20px;
  }

  .barCodStp {
    width: 100%;
  }

  .darkBlueBg label {
    width: 100%;
  }

  .darkBlueBg .dpstCurrency select {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .dpstCurrency {
    width: 100%;
    float: left;
    margin-top: 5px;
  }

  .barCodeSm {
    /*width: 100%;*/
    float: right;
    margin: 10px;
  }

  .darkBlueBg p {
    padding: 0px;
  }
}

/* END Cashier section */

.sliderText p a {
  color: #fff;
  text-decoration: none;
}

.sliderText p a:hover {
  color: #fff;
  text-decoration: underline;
}

.carousel-caption {
  /*width: 1400px !important;*/
  margin: 0 auto !important;
  right: 0px !important;
  left: 0px;
}

.cashierh1 {
  left: 0px;
  position: relative;
}

.cashierh1 h1 {
  font-size: 35px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cashierh1 p {
  font-weight: 700;
  font-size: 18px;
}

.carousel-caption h1 {
  color: #fc0;
}

.sliderIconSet {
  width: 180px;
  float: left;
  margin-top: 10px;
}

.sliderIconSet p {
  float: left;
  color: #fff;
}

.sliderIconSet img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0px;
}

/*.carousel-caption {right:inherit !important ; left:inherit !important;}*/
.ftSup img {
  float: left;
  margin: 5px 5px 5px 0;
}

.popBody {
  background-color: rgba(0, 0, 0, 1);
}

.popUP {
  margin-top: 80px;
}

/*.formGrey .btn{width:48%; margin-right:2%; float:left;}*/

.popUP h1 {
  color: #fff;
  margin: 10px;
  padding: 0px;
}

.cross {
  color: #fc0;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 100px;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: 5px;
}

.popUp .formGrey {
  position: relative;
}

.cross a {
  color: #fc0;
}

.cross a:hover {
  color: #f90;
}

.panel-default ul {
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  height: inherit !important;
}

.panel {
  border: none !important;
  margin: 0px;
}

.panel-footer {
  display: none;
}

.news-item img,
.news-item p {
  float: left;
}

.news-item p {
  /*font-weight: bold;*/
  /*line-height: 20px;*/
  margin-top: 18px;
  color: #23679e;
}

.news-item p span {
  color: #fff;
}

.panel-body {
  padding: 0px !important;
}

.news-item {
  clear: both;
  background-color: #0a1621;
  float: left;
  width: 100%;
  border-bottom: 2px solid #909090;
}

.loginCart p {
  font-size: 14px;
  text-decoration: none;
  padding-top: 20px;
}

.loginCart a {
  margin-right: 0px;
  margin-left: 5px;
  color: #fff;
  text-align: right;
  font-weight: bold;
}

.loginTitle {
  color: #fc0;
}

.active {
  color: #fff !important;
}

.loginBtn .blueBtn {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.loginBtn .blueBtn a {
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}

.formGrey p {
  color: #333;
}

.profileBtn .yellowBtn {
  font-size: 18px;
  word-spacing: -1px;
  width: 100%;
}

.profileBtn .transfertext {
  font-size: 14px;
  font-weight: 400;
}

.profileForm label {
  color: #333;
}

.profileForm .radiomr {
  margin: 10px 0px;
}

.offset {
  margin-left: 5px;
}

.profileTabLk {
  margin-top: 30px;
  margin-left: 30px;
  margin: auto;
}

.profileTabLK ul li {
  width: 100% !important;
}

.profileTabLk ul li a {
  background-color: #fc0 !important;
  border-radius: 10px !important;
  line-height: inherit !important;

  font-size: 16px !important;
  font-weight: bold;
  padding: 20px 55px !important;
  margin: 5px 5px 10px 0px;
}

.profileTabLk ul li .active {
  background-color: #2168a0 !important;
}

.profileTab {
  /*background-color: #efefef !important;*/
}

.fst {
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

.fstColor {
  color: rgba(255, 255, 255, 0.4) !important;
}

.profileIco {
  /*float:left;*/
  margin-top: 2px; /*width: 100px;*/
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}

.profileIco p {
  width: 100%;
  text-align: center;
  color: #333;
}

.profileIcoDt {
  float: left;
  margin-left: 20px;
  width: 70%;
  padding: 20px 0px;
}

.profileIcoDt input {
  width: 100% !important;
}

.qrCode {
  margin-top: 5px;
}

.formTitle h3 {
  color: #fff;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

.historySub {
  line-height: 30px;
  text-align: center;
}

.loginBtn {
  margin-top: 2px;
}

.loginCart a {
  /*background-color: #282b48;*/
  /*text-transform: uppercase;*/
  color: #000;
  padding: 8px 12px;
  font-size: 12px;
  margin: 0px;
  border-radius: 5px;
}

.logOutBtn a {
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.loginRd {
  border-radius: 5px 0 0 5px;
}

.carousel .container {
  /*position: relative;*/
}

.profileTabLk li a {
  font-size: 20px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
}

.profileTabLk li a {
  font-size: 20px !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.bgslider {
  text-align: Center;
}

ul.rslides.rslides1 {
  position: absolute;
  /*z-index: 0;*/
  /*margin-top: 5%;*/
}

/*Promotions Section*/
.prom-list h2 {
  background: none;
}

.login-admin {
  height: 100%;
}

.logo {
  padding: 5px;
}

@media screen and (max-width: 1350px) {
  .sliderText {
    left: 20px;
  }

  .sliderText hr {
    width: 35%;
  }
}

@media screen and (max-width: 1400px) {
  .logo {
    width: 230px;
    margin: 0 auto;
  }

  .sliderText {
    top: 120px;
    left: 20px;
  }

  .logo {
    width: 240px;
  }

  .sliderText {
    left: 50px;
  }

  .sliderText h1,
  .sliderText h2 {
    font-size: 50px;
  }

  .sliderText h3 {
    font-size: 20px;
  }

  .sliderText hr {
    width: 20%;
  }

  .cashierh1 h1 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .cashierh1 p {
    font-weight: 700;
    font-size: 18px;
  }

  .cashierh1 {
    left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .hdForm .glyphicon {
    margin-right: 3px;
  }

  .cryptoSmall img {
    clear: both;
  }

  .cryptoSmall a {
    padding-top: 20px;
  }

  .ftSup img {
    float: left;
    width: 15% !important;
    height: 15% !important;
  }

  .ftArea p {
    margin-top: 35px;
  }

  .sliderText h1 {
    font-size: 60px;
  }

  .sliderText p {
    font-size: 22px;
    line-height: 12px;
  }

  .sliderIconSet {
    width: 110px;
  }

  .sliderIconSet img {
    width: 20%;
    height: 20%;
  }

  .news-item img {
    margin-right: 4px;
  }

  .winnerArea p {
    font-size: 11px;
    margin: 10px 0 0 0;
    padding: 0px;
  }

  .loginCart p {
    font-size: 11px;
  }

  .profileBtn .yellowBtn {
    margin-top: 10px;
  }

  .profileIcoDt {
    width: 60% !important;
  }

  .loginCart a {
    background-color: #333;
    padding: 8px 3px;
    font-size: 11px;
    text-transform: inherit;
  }

  .loginCart p {
    font-size: 10px;
  }

  .cashierh1 h1 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .cashierh1 p {
    font-weight: 400;
    font-size: 14px;
  }

  .cashierh1 {
    left: 10px;
  }
}

@media screen and (max-width: 880px) {
  .sliderText h1,
  .sliderText h2 {
    font-size: 40px;
  }

  .sliderText {
    left: 60px;
  }

  .cashierh1 h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .cashierh1 p {
    font-weight: 400;
    font-size: 13px;
  }

  .cashierh1 {
    left: 20px;
  }
}

@media screen and (max-width: 780px) {
  /*.hdForm form,.hdForm hr,.loginCart,.loginBtn{display:none;}*/
  .hdFormLarge,
  .hdForm hr,
  .loginCart,
  .loginBtn {
    display: none;
  }

  .logo img {
    margin: 10px auto;
  }

  .logo p {
    margin-left: 5px;
    display: none;
  }

  .dropdown {
    display: block;
    position: relative;
    top: -3px;
    padding-right: 10px;
    float: right;
    z-index: 10;
  }

  .slider img {
  }

  .darkBlueBg h1 {
    margin-top: 30px;
  }

  .darkBlueBg .blueBtn {
    margin-bottom: 30px;
  }

  .ftSocial {
    margin-top: 5px;
  }

  .hdForm button {
    margin: 5px 0px 4px 0px;
  }

  .hdForm {
    clear: none;
  }

  .mrgZero {
    margin: inherit;
    padding: inherit;
  }

  #imgLeft {
    margin-bottom: 30px;
  }

  .ftSup img {
    float: left;
    width: 30% !important;
    height: 30% !important;
    display: inline-block;
  }

  .sliderText {
    top: 60px;
    left: 25px;
  }

  .sliderText img {
    margin-top: 0px;
  }

  .winnerArea p {
    font-size: 14px;
    margin: 18px 0 0 0;
    line-height: 18px;
  }

  .loginCart p {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .loginBtn .blueBtn {
    margin: 5px 0px;
    padding: 0px;
  }

  .loginBtn .blueBtn a {
    line-height: 40px;
  }

  .dropdown-menu p {
    font-size: 14px !important;
    color: #000 !important;
    text-align: left;
    text-decoration: none;
  }

  .dropdown-menu p a,
  .dropdown-menu p a.active {
    color: #000 !important;
  }

  .dropdown-menu li {
    color: black;
    margin-left: 20px;
  }

  .profileIco {
    /*margin: 0 auto !important;*/
    /*width: 100px !important;*/
    /*float: inherit;*/
  }

  .profileIcoDt {
    width: 80% !important;
    float: left;
  }

  .profileIcoDt {
    padding: 0px;
    margin-top: 10px;
  }

  .profileIcoDt input {
    width: 100%;
  }

  .formGrey h6 {
    line-height: 30px;
  }

  .formGrey {
    /*padding: 20px 10px;*/
  }

  .logo {
    float: inherit;
  }

  .cashierh1 h1 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .cashierh1 p {
    font-weight: 400;
    font-size: 13px;
  }

  .cashierh1 {
    left: 20px;
  }

  .innerPage {
    margin-top: 33px;
  }

  .barCodeSm {
    /*display: none;*/
    float: right;
  }

  .col-xxs-3 {
    width: 25%;
  }
}

@media screen and (max-width: 630px) {
  .sliderText h1,
  .sliderText h2 {
    font-size: 30px;
  }

  .sliderText hr {
    margin: 5px 0px;
    width: 30%;
  }

  .sliderText p {
    font-size: 12px;
  }

  .cashierh1 h1 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .cashierh1 p {
    font-weight: 300;
    font-size: 11px;
  }

  .cashierh1 {
    left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .slider img {
    /*margin-top: 60px;*/
  }

  .sliderText img {
    /*margin-top: 0px;*/
  }

  .sliderIconSet {
    width: 100px;
  }

  .sliderText {
    top: 40px;
  }

  .cashierh1 h1 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 55px;
  }

  .cashierh1 p {
    font-weight: 300;
    font-size: 11px;
  }

  .cashierh1 {
    left: 20px;
  }

  .carousel-inner {
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .accnt .formGrey {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 400px) {
  .sliderText h1,
  .sliderText h2 {
    font-size: 25px;
  }
}

/*Navigation Toggle Show 780px Start*/
@media screen and (max-width: 780px) {
  .collapse.in {
    display: block !important;
  }

  .logo {
    position: relative;
    /*z-index: 1111;*/
    top: -10px;
  }

  .logo img {
    position: absolute;
    /*width: 40px;*/
    /*height: 40px;*/
    top: 0px;
    left: 0px;
  }

  .logo h1 {
    margin: 21px 0 0 50px;
    display: none;
  }
}

/*Navigation Toggle Show 780px End*/

/*---------ImageHover-Start-----------*/
.pic {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-animation: anima 2s;
  -moz-animation: anima 2s;
  -o-animation: anima 2s;
  -ms-animation: anima 2s;
  animation: anima 2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pic-caption {
  cursor: default;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.pic-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pic:hover .pic-image {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pic-image-left {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pic:hover .pic-image-left {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.pic-caption,
.pic:hover .pic-caption {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pic .pic-image,
.pic:hover img {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}

.top-to-bottom {
  bottom: 50%;
  left: 0;
}

.pic:hover .top-to-bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -o-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  left: 0;
  bottom: 0;
}

.pic h1,
.pic p {
  color: #333;
}

.pic h1 {
  font-weight: 900;
  margin-top: 200px;
  color: red;
}

/*---------ImageHover-End-----------*/

/*    Registration FORM  START */
.signup-form {
  margin-top: 30px;
}

.signup-form .input-group .btn-info {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  left: 100%;
  margin: 0 0 0 10px;
  top: 13px;
  background: url("../images/sprite.png") no-repeat -313px -146px;
  width: 21px;
  height: 21px;
}

.signup-form .input-group .info-popup {
  display: none;
  position: absolute;
  left: 100%;
  margin: 0 0 0 45px;
  top: 0;
  width: 200px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #052b48;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 12px 22px 18px 22px;
}

.signup-form .list-check {
  margin: 20px 0;
  /*padding: 20px 0 6px 25%;*/
  list-style: none;
  font-size: 12px;
  line-height: 14px;
  color: #6c6c6c;
}

.signup-form .list-check li,
.signup-form .list-check ul {
  margin: 0 0 14px;
  list-style: none;
}

.error-text {
  color: red;
}

/*    Registration FORM  END */

.tabName {
  background-color: #0a1621;
  color: #fff;
  text-align: center;
  font-size: 12px;
  /*font-weight: bold;
	line-height: 50px;*/
  padding: 8px;
}

.lobbyImg img {
  border: 1px grey solid;
  border-radius: 3px;
  border-top-left-radius: 5px;
  pxborder-top-right-radius: 5px;
  width: 100%;
}

.providerImg img {
  border: none;
  width: 100%;
  /*margin-top: 10px;*/
}

.providerImg {
  clear: both;
}

.tabGmPr {
  margin-top: 5px;
}

.games-list {
  padding: 0px;
}

.lobby_nav {
  margin-top: 5px;
  margin-bottom: 20px;
}

.lobby_nav_internal {
  margin-top: 30px;
}

.logged_nav {
  margin-top: 30px;
}

/* deposit page*/
.coin {
}

.coinsec {
  display: inline-block;
  background-color: #e7e7e7;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  min-height: 218px;
}

/* WITHDRAW PAGE START */
.recovery-form .label-holder {
  float: left;
  width: 170px;
  /*margin: 0 8px 0 20px;*/
  /*height: 45px;*/
}

@media screen and (max-width: 500px) {
  .recovery-form .label-holder {
    width: 120px;
  }
}

.recovery-form .label-holder label {
  color: #dfae22;
  font: 14px "museo_sans500", arial, helvetica, sans-serif;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  padding-top: 10px;
}

.recovery-form .field-holder {
  float: left;
  position: relative;
  height: 45px;
  width: 90%;
  margin-bottom: 30px;
}

.recovery-form .field-holder input[type="text"],
.recovery-form .field-holder input[type="password"] {
  display: block;
  width: 100%;
  height: 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 2px;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 13px 13px;
  border: none;
  -webkit-box-shadow: inset 0 4px 0 -2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 4px 0 -2px rgba(0, 0, 0, 0.17);
}

.recovery-form .error-popup {
  position: absolute;
  left: 100%;
  margin: 0 0 0 19px;
  top: 0;
  width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #052b48;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 12px 20px 13px 32px;
}

.recovery-form .error-popup:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 15px;
  background: url("../images/sprite.png") no-repeat -272px -147px;
  width: 5px;
  height: 17px;
}

.recovery-form .error-popup:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(5, 43, 72, 0);
  border-right-color: #052b48;
  border-width: 8px 10px 8px 0;
  margin-top: -8px;
}

.select-area {
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 45px;
  background: #fff;
  width: 100% !important;
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 4px 0 -2px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 4px 0 -2px rgba(0, 0, 0, 0.17);
}

.select-area .center {
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 45px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  margin: 0 25px 0 0;
  padding: 12px 15px 13px;
  display: block;
}

.select-area .select-opener {
  background: url("../images/sprite.png") no-repeat -7px -89px;
  position: absolute;
  height: 9px;
  width: 13px;
  right: 10px;
  top: 19px;
}

.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  /*z-index: 2000;*/
  font-size: 16px;
  line-height: 20px;
}

.select-options .drop-holder {
  overflow: hidden;
  height: 1%;
}

.select-options ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.select-options ul a {
  text-decoration: none;
  padding: 12px 15px 13px;
  display: block;
  cursor: default;
  color: #4d4d4d;
  height: 1%;
}

.select-options .item-selected a {
  text-decoration: underline;
}

#withdraw_type .coin-selector .jcf-hidden {
  display: none;
}

.select-coin-selector {
  color: #333;
}

.select-coin-selector {
  width: 257px;
}

.select-coin-selector img,
.drop-coin-selector img {
  vertical-align: middle;
  padding-right: 15px !important;
}

.shapeshifter-note {
  margin-left: 25%;
  display: none;
}

/* WITHDRAW PAGE END */

#ui-datepicker-div {
  background-color: #fff;
  padding: 10px;
}

.ui-datepicker-prev {
}

.ui-datepicker-next {
  float: right;
  clear: both;
}

.history-list {
  list-style: none;
  color: #0a1621;
}

.games-table {
  width: 100%;
}

.tabDzn {
  background: #0a1621;
  border-radius: 5px;
}

.tabDzn a {
  color: #fff !important;
  border-radius: 0px !important;
  padding: 10px 0px !important;
}

.tabDzn .active a {
  background-color: #23679e !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.innerPage ul li a {
  /*font-size: 13px !important;*/
  /*padding: 10px 22px !important;*/
  /*text-transform: uppercase !important;*/
  /*font-weight: bold !important;*/
  /*border-radius: 0px !important;*/
}

.ourHolder {
  background-color: #333 !important;
}

#contenthere hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #575656;
}

#contenthere {
  /*background-color: #272222;*/
  /*background-color: #000;*/
  border-radius: 10px 10px 10px 10px;
  /*padding: 5px 15px 5px 15px;*/
}

#search {
  border-radius: 5px;
}

/* Amit's Css */

.pagNav .pagination {
  margin: 0;
}

li.page-item.active .page-link {
  background: #ff9600;
  cursor: pointer;
  border: 0 !important;
}

li.page-item .page-link:hover {
  background: #ff9600 !important;
}

li.page-item .page-link {
  display: inline-block;
  background: #444444;
  border-radius: 6px;
  min-width: 3%;
  min-height: 10px;
  width: 33px;
  height: 13px;
  margin-left: 5px;
  margin-top: 4px;
  color: transparent;
  margin-bottom: 9px;
  font-size: 0;
}

.pagination .page-item.first,
.pagination .page-item.prev,
.pagination .page-item.next,
.pagination .page-item.last {
  display: none;
}

.pagNav {
  clear: both;
}

.cusPagination {
  text-align: center;
  clear: both;
}

.cusPag12 {
  display: inline-block;
  background: #444444;
  border-radius: 5px;
  min-width: 3%;
  min-height: 10px;
  width: 3%;
  height: 12px;
  margin-left: 5px;
  margin-top: 4px;
  margin-bottom: 9px;
}

.cusPag12:hover,
.cusPag12Active {
  background: #ff9600;
  cursor: pointer;
}

span#submit11:hover {
  cursor: pointer;
}

span#submit11 {
  font-size: 12px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid #626262;
  position: relative;
  border-radius: 100%;
  right: 25px;
  top: 6px;
}

span#submit11:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -7px;
  bottom: 0px;
  border-width: 0;
  background: #626262;
  width: 9px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 9px;
}

.cusSearch11 {
  float: right;
  position: relative;
  margin-left: 10px;
}

.cusSearch11 input {
  background: #fff;
  border: none;
  outline: none;
  color: #01192d;
  padding: 0px 10px;
  font-size: 13px;
  width: 200px;
  top: 5px;
  height: 30px;
  position: relative;
}

.cusSearch11 input {
  font-size: 12px;
}

.promop {
  min-height: 60px;
}

#paginate-page .move-card.active {
  background: #ff9600;
  cursor: pointer;
  border: 0 !important;
}

#paginate-page .move-card {
  display: inline-block;
  background: #444444;
  border-radius: 6px;
  min-width: 3%;
  min-height: 10px;
  width: 33px;
  height: 13px;
  margin-left: 5px;
  margin-top: 4px;
  color: transparent;
  margin-bottom: 9px;
  font-size: 0;
}

span#paginate-page {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.form_sub {
  display: inline-block;
  margin-left: 5px;
}

.inner-img {
  width: 100%;
}

.internal_lg {
  width: 100%;
  font-size: 40px;
  margin: 15px auto 25px 0px;
}

.innerNorm ul li {
  list-style: inside;
}

.innerNorm ul li a {
  padding: 0px !important;
}

.innerNorm ul li span {
  font-weight: 700;
}

/*Homepage banners old*/

section.live_dealers h1 {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  font-family: "museo_sans300";
  width: 48%;
  line-height: 71px;
  padding-bottom: 7px;
  border-bottom: dashed 1px #ffffff;
}

section.live_dealers h1.little-wider {
  width: 60%;
  min-height: 150px;
  display: block;
}

section.live_dealers .col-md-12.col-sm-12.col-xs-12 {
  height: 508px;

  /*height: 375px;*/
}

section.live_dealers h1.little-wider {
  color: #f0d115;
}

section.live_dealers h1.little-wider span {
  color: #ffffff;
}

section.live_dealers a.go_now {
  font-size: 30px;
}

a.go_now {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  /*font-family: 'museo_sans300';*/
  padding: 4px 44px 4px 0px;
  background: url("../images/go.png") no-repeat right center;
}

a.go_now:hover {
  text-decoration: none;
}

section.live_dealers {
  padding-bottom: 79px;
  padding-left: 37px;
  padding-top: 13px;
}

.upperback {
  background-color: #000;
}

.aff-net-icon {
  max-width: none;
  max-height: 42pt;
  margin-top: 8px;
}

@media screen and (max-width: 630px) {
  a.go_now {
    margin-top: 10px;
    font-size: 18px;
  }

  .sliderText hr {
    margin: 10px 0px;
  }

  .sliderText p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  a.go_now {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  ul.brand li:first-child {
    margin-right: 11px;
  }

  section.live_dealers h1 {
    width: 100%;
    font-size: 47px;
    line-height: 60px;
    text-align: left;
  }

  section.live_dealers h1.little-wider {
    font-family: "museo_sans700";
    width: 100%;
    text-shadow: 0px 2px 15px rgba(0, 0, 0, 1);
  }

  section.live_dealers {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top: 10px;
    height: 225px;
    margin-bottom: 50px;
  }

  .rslides li img {
    width: 250% !important;
    position: relative;
    top: 0;
    right: 100%;
  }

  ul.rslides.rslides1 {
    margin-top: 0 !important;
  }

  .details h2 {
    font-size: 18px;
  }

  .details h2,
  .details p {
    width: 98%;
    text-align: left;
    padding-left: 15px;
  }

  #rslides2_s0 h1,
  #rslides2_s1 h1,
  #rslides2_s2 h1,
  #rslides2_s3 h1,
  #rslides2_s4 h1,
  #rslides2_s5 h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 1400px) {
  .cusSearch11 input {
    width: 150px;
  }

  .innerPage ul li a {
    /*padding: 10px 20px !important;*/
  }
}

@media screen and (max-width: 990px) {
  .cusSearch11 input {
    width: 93%;
  }

  .cusSearch11 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .cusSearch11 input {
    width: 93%;
  }

  .cusSearch11 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .cusSearch11 {
    width: 100%;
    margin-left: 10px;
    float: left;
    margin-bottom: 20px;
  }

  .cusSearch11 input {
    width: 93%;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
    margin-top: -55px !important;
    width: 98% !important;
    float: left !important;
  }

  .sliderText hr {
    width: 15%;
  }
}

@media screen and (max-width: 480px) {
  .logo h1 {
    margin: 21px 0 0 65px;
  }

  .logo img {
    margin-left: 15px;
  }

  .sliderText hr {
    width: 15%;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  /*z-index: 1;*/
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  /*z-index: 2;*/
}

.imgCnt {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

/*START Lobby*/
.overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 5px;
  right: 0;
  height: 82%;
  width: 96%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px !important;
}

.highLgt .overlay {
  top: 10px;
  height: 74%;
  width: 96%;
}

.imgCnt:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fc0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.swIcon img {
  border: none;
  margin-bottom: 33px;
}

.highLgt {
  background-color: #f7f7f7;
  padding: 10px 5px;
}

.gameNav {
  background-color: #fc0;
  text-align: center;
  line-height: 30px;
  clear: both;
  border-radius: 0 0 10px 10px;
}

.gameNav ul {
  list-style: none;
}

.gameNav ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #ecbd00;
}

.gameNav ul li a {
  color: #000;
}

@media screen and (max-width: 1000px) {
  .gameNav ul li {
    padding: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .gameNav ul li {
    text-align: left;
  }

  .scorImg ul {
    margin: 0px 0px 0px 25px;
  }
}

@media screen and (max-width: 430px) {
  .scorImg ul li {
    font-size: 12px;
  }
}

/*.lobbyDeal{background:url(../bundles/playpearlsfrontend/images/lobby-bg.jpg) no-repeat; display:block; position:relative;   height: 208px;}*/
.lobbydetail {
  padding: 2px 0 0 10px;
  /*! position:absolute; */
  top: 10px;
  /*! display: none; */
}

.lobbydetail h1,
.lobbydetail p {
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.lobbydetail h1 {
  margin: 10px 0px;
}

.lobbydetail p {
  font-size: 14px;
  line-height: 16px;
}

.lobbydealer {
  float: right;
  position: absolute;
  right: 0px;
  top: 1px;
}

.lobbydealer img {
  width: 173px;
  height: 207px;
}

.lobbydealer h2 {
  margin: 0px;
  width: 100%;
  padding: 10px 0px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
}

.mobile {
  display: block;
}

.nomobile {
  display: block;
}

@media screen and (max-width: 1280px) {
  .mobile {
    display: block;
  }

  .nomobile {
    display: block;
  }

  .mobileTag {
    bottom: 30px;
  }
}

@media screen and (max-width: 765px) {
  .lobbyDeal {
    width: 370px;
  }
}

@media screen and (max-width: 720px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  .lobbyDeal {
    width: 340px;
  }

  .nomobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobilelist {
    display: block;
  }
}

.lobby_detail ul {
  list-style: none;
}

.lobby_detail ul li {
  color: white;
}

.game-holder .slideset {
  margin-top: 80px;
}

.lobbyh2 {
  font-size: 23px;
  color: #23679e;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin: 10px 0px 2px 5px;
  clear: both;
}

.ismobile {
  position: relative;
  top: 5px;
  width: unset;
  height: 30pt;
  right: 1px;
  float: right;
}

/*END Lobby*/

.homesep {
  margin-bottom: 10px;
}

/*Promotions and Tournament Pages new div's Start*/
.darkBlueBg {
  background-color: #0a1621;
  padding: 30px 0px;
}

.promtBox {
  background: url(../images/promotion-box.jpg) center top no-repeat #000;
  width: 100%;
  border: 1px solid #103d63;
  margin: 10px 0px;
  height: 340px;
}

.promText {
  float: left;
}

.promText p,
.promJoin p {
  font-size: 20px;
  color: #fff;
  margin: 10px 0px 10px 5px;
  font-weight: 300;
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 22px;
}

.promOffer {
  background-color: #fc0;
  margin-left: 15px;
  padding: 10px 10px 5px 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.promOffer h1,
.promOffer h3 {
  font-size: 55px;
  font-weight: 500;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  padding: 0px;
  color: #333;
  line-height: 40px;
}

.promOffer h3 {
  font-size: 25px;
  word-spacing: -3px;
}

.promJoin {
  background: rgba(0, 0, 0, 0.8);
  float: left;
  padding: 15px 10px;
  position: absolute;
  bottom: 55px;
  width: 95%;
}

.promJoin p {
  margin: 0px;
  padding: 0px;
  line-height: 25px;
}

.promJoin .yellowBtn {
  margin-top: 10px;
}

.promJoin .yellowBtn a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}

.promJoin a {
  color: #0a1621;
  font-size: 17px;
  margin-left: 5px;
}

.blueColor {
  color: #0a1621;
}

.topWinner p {
  width: 87%;
  color: #fff;
  float: left;
  text-align: left;
  font-size: 16px;
  padding: 0px;
  margin: 0 0 0 3%;
}

.trophy img {
  float: left;
  width: 10%;
}

.topWinner p,
.trophy img {
  margin-bottom: 20px;
}

.tournamentText {
  position: absolute;
  bottom: 50px;
}

.tournamentText h1 {
  font-size: 45px;
  color: #fff;
  line-height: 48px;
}

@media screen and (max-width: 1400px) {
  .promtBox {
    padding-top: 10px;
  }

  .promJoin {
    bottom: 40px;
    width: 97%;
  }

  .promText p,
  .promJoin p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .promJoin {
    width: 96%;
  }

  .promtBox {
    margin: 15px 0px;
  }
}

@media screen and (max-width: 780px) {
  .promtBox {
    padding-top: 0px;
  }

  .promJoin {
    bottom: 40px;
    width: 98%;
  }

  .promChrac img {
    float: right;
    margin-top: -20px;
  }

  .tournamentText {
    bottom: 5px;
    left: 40px;
  }
}

@media screen and (max-width: 770px) {
  .promChrac img {
    margin-top: 0px;
  }

  .promtBox .mrgZero {
    margin: 0px;
    padding: 0px;
  }

  .promJoin {
    bottom: 0px;
  }

  .tournamentText h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 580px) {
  .promChrac img {
    width: 80%;
  }

  .topWinner {
    margin: 0 5px 0 20px;
  }

  .tournamentText {
    bottom: 5px;
    left: 40px;
  }

  .tournamentText h1 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .tournament {
    bottom: 0px;
    left: 0px;
  }

  .tournamentText h1 {
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
  }
}

/*Promotions and Tournament Pages new div's Start*/

/*CryptoTutorial Pages new div's Start*/
.tutorScOne {
  padding: 40px 0px;
}

.tutorScOne h1,
.tutorScTwo h1,
.steps h1,
.tutorScFour h1 {
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 900;
  margin-top: 95px;
}

.tutorScOne p,
.tutorScTwo p,
.steps p,
.tutorScFour p {
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
}

.tutorScTwo {
  background-color: #f6f6f6;
  padding: 40px 0px;
}

.tutorScTwo h1 {
  padding-right: 30px;
  margin: 0 0 10px 0;
}

.tutorScTwo p {
  padding-right: 30px;
}

.tutorScTwo ul {
  margin: 0px;
  padding: 0px;
}

.tutorScTwo ul li {
  display: inline;
  background: url(../images/tick.png) left top no-repeat;
  padding-left: 20px;
  margin-right: 20px;
  font-size: 17px;
}

.tutorScTwo {
  background-color: #f6f6f6;
  padding: 50px 0px;
}

.steps .blueBtn {
  margin-bottom: 5px;
  width: 100%;
}

.steps .blueBtn a span {
  color: #fc0;
}

.steps h1 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 21px;
}

.steps p {
  margin-bottom: 20px;
}

.pdFull {
  padding: 0px 30px;
}

.tutorScThree {
  padding: 50px 0px;
}

.tutorScThree h1:nth-child(1) {
  font-size: 30px;
  margin-bottom: 40px;
}

.lightFnt {
  font-weight: normal;
  font-size: 23px;
}

.stepsline {
  background: url(../images/steps-line.png) center 20px no-repeat;
  color: #fc0;
  font-weight: 900;
  margin-bottom: 17px;
  text-align: center;
  font-size: 32px;
}

.tutorScFour {
  background: #f6f6f6;
  padding: 50px 0px;
}

.tutorScFour h1 {
  margin: 60px 100px 20px 0;
}

.tutorScFour p {
  margin-right: 100px;
}

.tutorScFour .blueBtn {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tournamentText .lightFnt {
  font-size: 45px;
}

@media screen and (max-width: 1400px) {
  .tutorScOne h1 {
    margin-top: 50px;
  }

  .tutorScFour h1 {
    margin: 20px 0px 10px 0;
  }

  .tutorScFour p {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .tutorScOne h1 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .tutorScFour .blueBtn {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }

  .tutorScFour,
  .tutorScTwo,
  .tutorScThree {
    padding: 10px 0px;
  }
}

.center-block {
  border-radius: 10px;
  border-style: solid;
  border-color: #92a8d1;
}

/*CryptoTutorial Pages new div's End*/

.sportsframe {
  margin-top: 84px;
}

@media screen and (max-width: 780px) {
  .sportsframe {
    margin-top: 20px;
  }
}

/*17-SEP-NEW CODE START*/
.sportsSection {
  margin: 0 auto;
}

.sportsSection img {
  float: left;
  border: 1px solid #fc0;
  width: 95%;
}

.sccorIco,
.esprtIco,
.dealerIco,
.slotIco {
  width: 429px;
  float: left;
  margin-right: 8px;
  margin-bottom: 10px;
}

.esprtIco,
.dealerIco,
.slotIco {
  width: 234px;
}

.sportTitle {
  width: 95%;
  line-height: 35px;
  background-color: #0a1621;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  /*font-weight: bold;*/
  margin: 0 0 8px 0px;
  text-transform: uppercase;
}

.scorImg {
  position: relative;
}

.scorImg h3 {
  position: absolute;
  color: #fff;
  font-size: 18px !important;
  padding: 10px 0 0 20px;
  font-weight: bold;
  margin: 0px;
  line-height: 24px;
  /*z-index: 1111;*/
}

.scorImg img {
}

.scorImg ul {
  list-style: url(../images/tick-small.png);
  margin: 10px 0 0 0;
  position: absolute;
  /*z-index: 1111;*/
  top: 0px;
}

.scorImg ul li {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}

@media screen and (max-width: 1400px) {
  .sportsSection {
    /*width: 98%;*/
    /*margin-left: 25px;*/
  }

  .sccorIco {
    width: 63%;
  }

  .esprtIco {
    width: 34.5%;
  }

  .dealerIco,
  .slotIco {
    width: 48.5%;
  }

  .sccorIco img,
  .esprtIco img,
  .dealerIco img,
  .slotIco img {
    width: 100%;
  }

  .scorImg ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 780px) {
  .sccorIco,
  .esprtIco,
  .dealerIco,
  .slotIco {
    width: 100%;
  }
}

/*17-SEP-NEWCODE END*/

/* Form select Buttons (on cashier page) */
select.classic {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #0a1621, #0a1621);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.classicYellow {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #e3b40e, #e3b40e);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classicYellow:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.popUP .modal-content {
  background-color: transparent !important;
  box-shadow: none;
  border: 0px;
}

.popUP .modal-header {
  padding: 0;
  border-bottom: none;
}

.popUP .close {
  background: #fc0 !important;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  top: 30px;
  /*z-index: 1;*/
}

.modal-backdrop {
  opacity: 0.9 !important;
}

/********************************* Crypto Deposit Page***********************************************/
.destinationtag {
  margin-top: 10px;
}

.logoQR {
  text-align: center;
  padding-right: 15px;
}

.barCode {
  float: left;
  width: unset;
}

.barCode img {
  margin: 45px auto auto -20px;
}

.cashierBox {
  background-color: #fff;
  float: left;
  /*width: 95%;*/
  margin: 0 auto 20px auto;
  border-top: 5px solid #e0e0e0;
  padding: 0 10px 10px 10px;
}

.ccdeposit .cashierBox {
  margin: 0 auto 5px auto;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909090;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909090;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909090;
}

.noz {
  /*width: 40px;*/
  /*height: 40px;*/
  background-color: #e0e0e0;
  text-align: center;
  /*line-height: 40px;*/
  font-family: "oswaldbook", arial, Helvetica, sans-serif;
  color: #909090;
  font-size: 14px;
  float: left;
  padding: 0px 10px 3px 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cashierForm {
  width: 100%;
  float: left;
  margin: 0 5px 0 5px;
}

.cashierBox label,
.cashierBox input {
  margin-bottom: 10px;
  font-size: 20px;
}

.cashierBox label {
  font-family: "oswaldlight", arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  color: #262626;
  line-height: 12px;
  margin-top: 15px;
  clear: both;
}

.cashierBox input {
  width: 36%;
  height: 30px;
  border: 1px solid #b1b1b1;
  background-color: #f6f5f5;
  float: right;
  border: 1px solid #b4b3b3;
  padding-left: 10px;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.cashierBox select {
  width: 90%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff !important;
  font-family: "oswaldlight", arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 80px;
  float: right;
  height: 30px;
  margin-left: 10px;
}

.cashierBox select.green {
  border: 0px;
  background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(#fc0, #fc0);
  background-position: calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 10em 10em;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 5px;
  max-width: 100px;
}

.cashierBox select.orng {
  border: 0px;
  background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(#0a1621, #0a1621);
  background-position: calc(100% - 20px) calc(1.2em + 2px),
    calc(100% - 15px) calc(1.2em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 10em 10em;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 5px;
  max-width: 100px;
}

.barCodeText {
  float: left;
  width: 60%;
  margin-top: 8px;
  margin-left: 15px;
}

.barCode h2 {
  text-align: center;
  font-weight: normal;
  color: #147b00;
}

.barCodeText h3 {
  font-family: "oswaldlight", arial, Helvetica, sans-serif;
  line-height: 25px;
  font-weight: normal;
  font-size: 17px;
  float: left;
  color: #262626;
}

.orngClr {
  color: #cd812b;
}

.barCodeText span {
  float: left;
  margin-top: -10px;
}

.CodGent {
  background-color: #ebebeb;
  float: left;
  padding: 20px 15px;
  font-size: 27px;
  width: auto;
  clear: both;
  width: 100%;
  text-align: center;
}

.barCodeText img {
  float: right;
}

.confm {
  float: left;
  margin: 30px 0 0 30px;
}

.confm h3,
.confm h2 {
  font-family: "oswaldlight", arial, Helvetica, sans-serif;
  margin: 7px 0;
  font-weight: normal;
  font-size: 18px;
  color: #262626;
}

.confm h2 {
  color: #147b00;
  letter-spacing: 1px;
}

.imgresp {
  display: block;
  max-width: 100%;
  height: auto;
}

.cntBlok {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .cashierForm {
    width: 100%;
    margin: 0px;
  }

  .cashierBox label {
    /* width: 30% */
  }

  .cashierBox input {
    width: 35%;
  }

  .cashierBox select {
    /*width: 30% */
  }

  .barCodeText {
    width: 55%;
  }
}

@media screen and (max-width: 800px) {
  .cashierForm {
    width: 100%;
    margin: 0px;
  }

  .cashierBox label {
    /* width: 30% */
  }

  .cashierBox input {
    width: 35%;
  }

  .cashierBox select {
    /*width: 30% */
  }

  .CodGent {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cashierForm {
    width: 100%;
    margin: 0px;
  }

  .cashierBox label {
    width: 100%;
  }

  .cashierBox input {
    width: 65%;
  }

  .cashierBox select {
    width: 30%;
  }

  .restrictLarge {
    height: 30px;
  }

  .restrictLarge h3 {
    font-size: 14px;
  }

  .cryptoImageDiv {
    float: left;
  }

  .dividSec {
    display: block;
  }

  .divid {
    display: none;
  }
}

.cashierBox input {
  font-size: 17px;
  color: black;
}

@media screen and (max-width: 599px) {
  .barCodeText {
    width: 95%;
  }

  .barCode {
    float: none;
    width: unset;
  }

  .CodGent {
    font-size: 20px;
  }
}

@media screen and (max-width: 481px) {
  .barCode img {
    display: block;
    margin: 53px auto 0 auto;
    float: none;
    width: unset;
  }

  .barCode {
    float: none;
    width: unset;
  }

  .barCodeText {
    width: 95%;
  }

  .restrictLarge {
    display: none;
  }

  .restrictSmall {
    display: block;
    /*height: 45px;*/
    /*background-color: #bd362f;*/
    /*text-align: center;*/
  }

  .restrictSmall h3 {
    font-size: 14px;
    /*color: #FFF;*/
    /*margin: 0px;*/
    /*padding: 0px;*/
    /*padding-top: 3px;*/
  }
}

@media screen and (max-width: 411px) {
  .cashierBox input {
    font-size: 14px;
  }

  .CodGent {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .CodGent {
    margin-left: -5px;
  }
}

/*NewAccount Pages div's*/
.accnt .yellowBtn {
  margin-bottom: 10px;
  margin-top: 5px;
}

.accnt .yellowBtn a {
  color: #000;
  letter-spacing: 0.5px;
}

.accnt p {
  line-height: 25px;
  letter-spacing: 0.3px;
}

.accnt hr {
  margin: 5px 0px;
}

.accnt span {
  color: #2168a0;
  font-weight: bold;
}

.accntFrm {
  margin: 5px 0px 5px 40px;
}

.accntFrm input {
  width: 100%;
}

.accntFrm select {
  width: 100%;
  border-radius: 5px;
  box-shadow: none;
}

.accnt h1 {
  margin: 12px 0px;
}

.accntsm h1 {
  font-size: 14px;
  margin: 40px 0 0 0;
  padding: 0px;
}

.divid {
}

.dividSec {
  display: none;
}

@media screen and (max-width: 767px) {
  .dividSec {
    display: block;
    margin: 30px auto;
  }

  .divid {
    display: none;
  }
}

.accntsm .yellowBtn {
  font-size: 14px;
  margin-top: 10px;
}

.balancep {
  text-align: right;
}

.transferInput {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 1000px) {
  .accntFrm {
    margin: 0 0 0 5px;
  }

  .accnt br:nth-child(1) {
    display: none;
  }

  .accnt p {
    line-height: 20px; /*margin-top:5px;*/
  }

  .accnt .yellowBtn {
    margin-bottom: 5px;
  }

  .accntsm h1 {
    margin: 0px;
  }
}

/*NewAccount Pages div's END*/
/*NewTag-CSS Start*/
.newTag {
  right: 4px;
  top: -4px;
  font-size: 12px;
  position: absolute;
}

.newTag img {
  border: 0px;
  width: auto;
}

.mobileTag {
  right: 4px;
  bottom: 28px;
  position: absolute;
}

.mobileTag img {
  width: 35px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .accnt .yellowBtn {
    font-size: 18px;
  }

  /*NewAccount Pages div's END*/
  /*NewTag-CSS Start*/
  .newTag {
    right: 4px;
    top: -4px;
    font-size: 12px;
    position: absolute;
  }

  .newTag img {
    border: 0px;
    width: auto;
  }

  .mobileTag {
    right: 4px;
    bottom: 28px;
    position: absolute;
  }

  .mobileTag img {
    width: 35px;
    height: auto;
  }
}

@media screen and (max-width: 650px) {
  .mobileTag img {
    width: 20px;
  }

  .newTag img {
    width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .newTag img {
    width: 32px;
  }

  .mobileTag img {
    width: 22px;
  }

  .tabName {
    min-height: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .mobileTag {
    bottom: 30px;
  }
}

/*NewTag-CSS Ends*/
.dark {
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 420px) {
  .col-xxs-12 {
    width: 100%;
  }
}

/*START Tronipay Integration*/
#form_ccExpirationDate_month,
#form_ccExpirationDate_year {
  display: none;
}

.ccdeposit label,
.ccresult {
  color: #909090;
  margin-top: 15px;
}

.ccdeposit input {
  color: #909090;
}

.tronipaylogo {
  padding: 10px;
}

.tronipaylogo img {
  width: 90%;
}

.ccdeposit .logovert {
  display: block;
  margin-top: 15px;
}

.ccdeposit .logohor {
  display: none;
}

.ccdeposit p {
  margin-top: 5px;
}

.ccdepositform p {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .ccdeposit .logovert {
    display: none;
  }

  .ccdeposit .logohor {
    display: block;
    width: 90%;
  }
}

/* END Tronipay Integration*/
/* START Exclusion Page*/
.formclass label {
  color: #333;
  margin-left: 5px;
  font-size: 15px;
  line-height: 17px;
  font-weight: unset;
}

.formclass input {
  color: #333;
}

.formGrey ul li {
  color: #333;
  margin-left: 5px;
  font-size: 15px;
}

.formGrey ul li.error-text {
  color: red;
}

.exclusion {
  height: 100%;
}

.form_exclusion {
  min-height: 300px;
}

.exclusion_submit {
  bottom: 5px;
}

#entity-list img {
  max-width: 200px;
}

/* END Exclusion Page*/
