@import url('https://fonts.googleapis.com/css?family=Lato');

body {
font-family: 'Lato', sans-serif;
font-size: 18px;
}


.schedule-1 .scheduleTable tbody tr td .scheduleBlock {
border: 1px dashed black;
border-radius:2px;
}

.schedule-1 .scheduleTable tbody tr td .scheduleBlock:hover {
background-color:black;
border: 1px dashed white;
}

.schedule-1 .scheduleTable tbody tr td .scheduleBlock:hover * {
background-color:black;
color:white;
}



/*DIAS DE LA SEMANA*/
.schedule-2 .scheduleTable thead tr td
 {font-size: 20px!Important;}

/*TITULOS DE ENTRENAMIENTO*/
.schedule-2 .scheduleTable tbody tr td a {
font-size: 18px!Important;}

/*TITULOS DE ENTRENAMIENTO PASADO*/
.scheduleTable tbody tr td .scheduleBlock {
font-size: 13px!Important;}

/*TEXTO ENTRENAMIENTO*/
.scheduleTable tbody tr td .scheduleInstruc, .scheduleTable tbody tr td .scheduleTime {
font-size: 12px!Important;}


.schedule-2 .scheduleTable tbody tr td .scheduleInstruc, .schedule-2 .scheduleTable tbody tr td .scheduleTime {
line-height: 16px;
}


/*TEXTO SEMANA SIGUIENTE Y ANTERIOR*/

.schedule-nav-plain #reserveweeknav a {
/*color:#09FFFF;*/
font-size: 18px!Important;}

.instructor a img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.popover{
/*color: black;*/
}


.instructor a img:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

/*TEXTO CONFIRMACION DE CLASE RESERVADA*/

.zf-body .table tbody tr.success td {
background: #12ffffbd;
}

#billing .table td {
/*background-color: black;*/
 }
#billing .table th {
/*background-color: black;*/
 }

/*substitute popover hover*/
.tooltip > div {
/*color: black;*/
}

#formentry .signature {
/*background-color: white;*/
}

@media screen and (max-width: 767px) {
.facebook-login,
.fb-login {
display: none;
}
/** Hide My Videos **/
.dropdown-menu li:nth-of-type(4) {
	display: none;
}
/** /Hide My Videos **/
}
