/* Fechas */
time.icon{
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom:40px
}
time.icon *{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong{
  padding: 0.4em 0;
  color: #fff;
  background-color: #F66013;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}
time.icon em{
  position: absolute;
  bottom: 0.3em;
  color: #F66013;
}
time.icon span{
  font-size: 4em;
  color: #777777;
  line-height:1em;
}
time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

/* Error en Formularios */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline{ color: red; }
.has-error .form-control{
  border-color: red;
}
.error_3s{ color: red; }

/* Headers */
.page-header.page-header2 .background-image-holder{
  filter: brightness(20%);
  transform: none !important;
}

.page-header.page-header2{
  padding: 50px 0 25px 0;
}


/*****************
 *   Reservas
 *****************/
#bicis-wrapper{
  position:relative;
}
#bicis-content{
  background: #f5f5f5;

}
#bicis-content .bicis-bicis{
  overflow:auto;
  position: relative;
}
/* Bicicletas */
#bicis-content .bicis-bicis table{
  border-top: 1px solid
}
#bicis-content .bicis-bicis table th {
  text-align: center;
  height: 36px;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  font-weight: normal;
  width: 22px;
}
#bicis-content .bicis-bicis table th:last-child{
  border-right: 1px solid #e5e5e5;
}
#bicis-content .bicis-bicis table td {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  vertical-align: middle;
  height: 35px;
}
#bicis-content .bicis-bicis table tr td:last-child{
  border-right: 1px solid #e5e5e5;
}
#bicis-content .bicis-bicis table td.row{
  vertical-align: center;
}
#bicis-content .bicis-bicis table td.row .header {
  display: block;
  width: 22px;
  text-align: center;
}
#bicis-content .bici {
  width: 17px;
  height: 26px;
  background: url(../images/bici-empty.png) 0 0 no-repeat;
  display: block;
  margin: 0 auto;
}
#bicis-content .selected .bici {
  cursor: default;
}

#bicis-content .bici-current,
.no-touch #bicis-content .select .bici:hover {
  background: url(../images/bici-selected.png) 0 0 no-repeat;
}
.no-touch #bicis-content .bicis-bicis table td:active{
  background-color: #d9edf7;
}

#bicis-content .bici-taken{
  background: url(../images/bici-busy.png) 0 0 no-repeat !important;
}

/* Podio */
#bicis-content{
  position: relative;
}
#bicis-content .bicis-bicis table .top-head th{
  height:25px;
}
.top-head-center{
  background: white;
}
.top-head-center{
  background: #e5e5e5;
}

/* head y left */
#bicis-content #bicis-head-top{
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#bicis-content #bicis-head-top th{
  min-width: 18px;
}
#bicis-content #bicis-head-top th .header,
#bicis-content #bicis-letters-left .header{
  min-width: 22px;
  display: block;
}

#bicis-content #bicis-letters-left{
  top: 0;
  position: absolute;
  background: #f4f4f4;
}


/* Confirmación */
#bicis-wrapper .bicis-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
}

.hidden{
  display: none !important;
}
.visible-xs-block{
  display: none;
}
@media (max-width: 768px) {
  .visible-xs-block{
    display: block;
  }
}
