.number-line{

/*      background: red;*/
      font-size:11px; 
      font-weight: bold;

      margin-bottom: 0px;
      padding-bottom: 43px;

      /* Safari */
      -webkit-transform: rotate(-90deg);

      /* Firefox */
      -moz-transform: rotate(-90deg);

      /* IE */
      -ms-transform: rotate(-90deg);

      /* Opera */
      -o-transform: rotate(-90deg);

      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.space-line{
   padding-left: 26px;
   padding-right: 26px;
   margin: 2px;
}

/*.color-nex-day{
  color:#F76B6A;
}*/

.click-line{
  cursor: pointer;
}

.space-col{
  /*ayudamos a reducir huecos en los indicadores */
  padding-left: 1px;
  /*damos espacio entre cada columna de los indicadores*/
  margin: 4px;
}

.avion{
  width: 55px;
  height: 25px;
  cursor: pointer;
}
.border-line{
  border-left: solid blue 1px;
  border-bottom: solid blue 1px;

}


.border-line2{
  border-left: solid blue 1px;

}

.color-middle{
  padding-top: 0px;
  font-size: 3px;
  color: blue;
}

.lineTop{
  width: 100%;
  height: 30px;
  /*margin-left: 0px;*/
  /*padding-left: 0px;*/
}

.margins{
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
}


.colorsWH{
  height: 40px;
}

.Check{
  background:#00AEEF;
  width: 20px;
  height: 14px;

}

.Reception{
  background:#FDB34D;
  width: 20px;
  height: 14px;
}

.Boarding{
  background:#F76B6A;
  width: 20px;
  height: 14px;
}

/*check-in*/
/*blue #00AEEF*/
/*columnas em blanco left*/

.check-r{
  background: #00AEEF;
  height:100%;
  float: right;

}
.check-60{
  background: #00AEEF;
  height:100%;
  width: 100%;
}
.reception-r{
  background: #FDB34D;
  height:100%;
  float: right;
}
.boarding-r{
  background: #F76B6A;
  height:100%;
  float: right;
}



.ckeck-l{
  background: #00AEEF;
  height:100%;
  float:left;
}
.reception-l{
  background: #FDB34D;
  height:100%;
  float:left;
}
.boarding-l{
  background: #F76B6A;
  height:100%;
  float:left;
}



    