@font-face {
  font-family: 'DINPro-Light';
  src: url('fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Light.otf')  format('opentype'),
	     url('fonts/DINPro-Light.woff') format('woff'), url('fonts/DINPro-Light.ttf')  format('truetype'), url('fonts/DINPro-Light.svg#DINPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url('fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Bold.otf')  format('opentype'),
       url('fonts/DINPro-Bold.woff') format('woff'), url('fonts/DINPro-Bold.ttf')  format('truetype'), url('fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Medium';
  src: url('fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Medium.otf')  format('opentype'),
       url('fonts/DINPro-Medium.woff') format('woff'), url('fonts/DINPro-Medium.ttf')  format('truetype'), url('fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Regular';
  src: url('fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/DINPro-Regular.otf')  format('opentype'),
       url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf')  format('truetype'), url('fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'DINPro-Light';
  color: #8a8c8f;
}

input{
  border-radius: 0px!important;
  font-size: 16px!important;
  color: #8a8c8f;
}

input:focus{
  font-size: 16px!important;
}

.container {
  width: 1000px;
  height: 100%;
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 0px auto;
}

#logo {
  margin-top:40px;
  margin-bottom:50px;
}

#banner {
  background: url("../images/banner.jpg") no-repeat;;
  background-size: cover;
  height:200px;
}

#content .container{
  text-align: center;
}

#content .container p.description{
  font-size: 1.48em;
  margin-top: 55px;
}

.floats-wrapper{
  overflow:hidden;
  clear:both;
  display: inline-block;
}

.floats-wrapper.landing{
  margin-bottom:30px;
}

.floats-wrapper.accountid{
  margin-top:50px;
  margin-bottom:0px;
}


.claimCodeAccountId {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
}


.floats-wrapper.talign-left{
  display:block;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 43px;
}

.padl10{
  padding-left: 10px!important;
}

.button-block{
  background-color: #f42434;
  transition: background-color 0.2s linear;
  text-align: center;
  text-transform: uppercase;
  color:#fff!important;
  text-decoration: none!important;
  display: inline-block;
}

.button-block:hover{
  background-color: #000;
}

.button-block span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.button-block.big span{
  margin-top: -10px;
}

.button-block.big{
  width:305px;
  height:90px;
  line-height: 90px;
  font-size: 1.4em;
}

.button-block.medium{
  width:210px;
  height:60px;
  line-height: 60px;
  font-size: 1.2em;
}

.button-block.medium span{
  margin-top: -5px;
}

.bigTopMargin {
    margin-top: 110px;

}

.left{
  float:left!important;
}

.talign-left{
  text-align: left;
}

.mr18{
  margin-right: 18px!important;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mb30{
  margin-bottom: 30px;
}

.mb35{
  margin-bottom: 35px;
}

.field-label{
  font-size: 1.48em;
  margin-right: 12px;
  margin-top: 10px;
}

#pan{
  height:38px;
  padding: 10px 0px 10px 10px;
  border: 1px #ccc solid;
  width: 445px;
  margin-right: 12px;
}

.errorResults {
    color: #EA6666;
}

  #email{
    height:38px;
  padding: 10px 0px 10px 10px;
  border: 1px #ccc solid;
  width: 445px;
  margin-right: 12px;
  }

.card-image{
  margin-bottom: 40px;
  margin-left: 168px;
  width:550px;  
}

.card-image img{
  width:100%;
}

#balance-container{
  display: none;
  padding-left: 43px;
  padding-right:43px;
  text-align: left;
}

.balance-info, .grid-title { 
  font-family: 'DINPro-Medium';
  text-transform: uppercase;
  font-size: 1.25em;
}

.balance-info{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 25px;
}

.grid-title{
  margin-bottom: 20px;
}

.grid-content{
  margin-bottom: 30px;
}

.grid-row{
  padding:10px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
  clear:both;
}

.grid-row:first-child{
  border-bottom: none;
}

.grid-row div{
  float:left;
}

.grid-row.heading{
  background-color: #ebebeb; 
  font-family: 'DINPro-Medium';
  font-size:0.9em;
}

.transactions_id{
  width: 145px;
}

.date_time{
  width: 220px;
}

.reference{
  width: 300px;
}

.merchant_transtype{
  width:235px;
}

.amount{
  width:117px;
}

.available_balance{
  width:80px;
}

.nodskt{
  display:none;
}

.notification{
  margin-bottom: 35px;
  color:#f42434;
  font-family: 'DINPro-Medium';
  text-align: center;
}

.container.termscons p, .container.termscons ol, .container.faqs p, .container.faqs ol{
  font-size:0.9em!important;
  text-align:left;
}

.container.termscons p, .container.faqs p{
  font-size:0.9em!important;
  text-align:left;
  padding-left:10px;
}

.container.termscons p{
  margin-top:35px!important;
}

.container.faqs p{
  margin-top:10px!important;
}

.container.faqs p.bold{
  font-family: 'DINPro-Medium';
  margin-top:20px!important;
}

.container.termscons ol, .container.faqs ol{
  margin-left:-10px!important;
}

.container.termscons ol li, .container.faqs ol li{
  margin-bottom: 10px;
}

.container.termscons a, .container.faqs a{
  color:#f42434;
  font-family: 'DINPro-Medium';
  text-decoration:underline;
}

.container.termscons a:hover, .container.faqs a:hover{
  color:#000;
}

.splash-screen {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  display: none;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);   
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);    
  border: 4px solid #F42434;
  -moz-box-shadow: 0px 0px 20px 2px #000;
  -webkit-box-shadow: 0px 0px 20px 2px #000;
  box-shadow: 0px 0px 20px 2px #000;
  outline: 1px #000 solid;
  width: 250px;
}

.splash-screen .bottom-logo, .splash-screen .spinning-wheel {
  margin-top:50px;    
}

.splash-screen.error {
  background-color: #c20000;
  width:50%;
  top: 50%;
}

.splash-screen.error .error-message {
  color:#fff;
  font-size: 1.2em;
}

.splash-screen.error .error-close-button {
  position:absolute;
  top: -12px;
  right: -12px;
  cursor:pointer;
}

.error-message a {
	color: white;
}

footer {
  text-align: center;
}

footer a{
  font-family: 'DINPro-Medium';
  font-size: 1.45em;
  color:#8a8c8f!important;
  text-decoration: underline;

}

footer a:hover{
  color:#000!important;
}

footer .link-divider{
  margin-right:20px;
  margin-left:20px;
  font-size: 1.5em;
}


@media (max-width: 991px){
  .container{
    width:100%;
  }

  #logo{
    display:inline-block;
  }

  #banner{
    width:100%;
    margin:0px auto;
  }

  .left{
    float:none!important;
  }

  .button-block{
    margin: 0px auto;
  }

  .button-block.big{
    margin-bottom: 18px;
  }  

  .floats-wrapper.accountid {
    margin-top: 30px;
    margin-bottom: 35px;
    display:block;
  }

.floats-wrapper.claimCodeAccountid {
    margin-bottom: 35px;
    display:block;
  }

.floats-wrapper.claimCodeEmail {
    margin-bottom: 35px;
    display:block;
  }



  #pan{
    width:96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .card-image {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .floats-wrapper.talign-left {
    display: inline-block;
    text-align: center;
    padding-left: 0px;
  }

  .nombl{
    display:none;
  }

  .nodskt{
    display:block;
  }
  
  .date_time, .amount {
    width: 49%;
  }
}

@media (max-width: 645px){

  #banner{
    height:100px;
  }

  #logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }  

  #content .container p, footer a {
    font-size: 1em!important;
  }  

  #content .container p.description{
    margin-bottom: 30px;
    margin-top: 40px;
  }   

  .button-block.mr18{
    margin-right:0px!important;
  } 

  .field-label {
    font-size: 1.48em;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
  } 

  footer .link-divider {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.2em;
  }  
  
}

.g-recaptcha {
    width: 300px;
    height: 78px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.button-disabled, .button-disabled:hover {
    background-color: #E8E8E8;
    background-color: rgba(125, 106, 108, 0.21);
    cursor: default;
}