body, html {
  height: 100%;
}
.spinner {
    
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border-left-color: #09f;

  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.jsBeforeSubmitFormBtnBrother {
    cursor: progress;
}
.jsBeforeSubmitFormBtnBrother .glyphicon{
    -webkit-animation: glyphicon-spin 2s infinite linear;
    animation: glyphicon-spin 2s infinite linear;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: left;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.glyphicon-44-group:before {
    content: url("glyphicon-44-group.png");
}

.glyphicon-35-old-man:before {
     content: url("glyphicon-35-old-man.png");
}
.glyphicon-punto:before {
     content: url("glyphicon-punto.png");
}
.glyphicon-historico:before {
     content: url("glyphicon-historico.jpg");
}
.glyphicon-pase:before {
     content: url("glyphicon-pase.png");
}
.glyphicon-generapase:before{
    content: url("glyphicon-generapase.png");
}
.glyphicon-guess:before{
    content: url("glyphicon-guess.png");
}
.glyphicon-tarjetas:before{
    content: url("glyphicon-tarjetas.png");
}
.glyphicon-paypalgraph:before{
    content: url("glyphicon-paypalgraph.png");
}
.glyphicon-mercantil:before{
    content: url("Banner_ePagos_para_los_comercios.gif");
}
.glyphicon-pasarela:before{
    content: url("pagosenlinea.png");
}
.glyphicon-123pago:before{
    content: url("123pago.png");
}

.glyphicon-123pagograph:before{
    content: url("glyphicon-123pagograph.png");
}

.glyphicon-transf:before{
    content: url("TrensferenciaElectronicaold.jpg");
}

.buttonmercantil 
{ 
background-image: url("Banner_ePagos_para_los_comercios.gif");
height: 35px;
width: 107;
margin-top: -1px;
padding-bottom: 2px;
}

.clubs_fondo {
  background-image: url("fondoclubs.jpg");
    background-color: #cccccc;
  height: auto;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
