body
{
	font-family: Source Sans Pro;
}
.map {
  width: 100%;
  height:480px;
  margin-bottom: 10px;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 200px;
}
.ol-popup:after, .ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}
.ol-popup-closer:after {
  content: "✖";
}
#popup-content 
{
	padding:0px;
	margin:0px;
}
#popup-content h2
{
	padding:0px;
	margin:0px 0px 1px 0px;
	font-family: Source Sans Pro;
}
#popup-content h3
{
	padding:0px;
	margin:0px;
	font-family: Source Sans Pro;
}
#popup-content p
{
	padding:0px;
	margin:0px;
	
}
#divControles{
	margin-bottom:10px;
	display: flex;
}

.btnVerI
{
  background-image: url('https://ctagr.es/api/businfo/imagenes/verde_fondo_blanco_63x62.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 30px;
}
.btnVerIdesactivado
{
	background-image: url('https://ctagr.es/api/businfo/imagenes/verde_fondo_blanco_63x62_desactivado.png');
}
.btnVerU
{
  background-image: url('https://ctagr.es/api/businfo/imagenes/rojo_fondo_blanco_63x62.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 30px;
}
.btnVerUdesactivado
{
	background-image: url('https://ctagr.es/api/businfo/imagenes/rojo_fondo_blanco_63x62_desactivado.png');
}
.btnVerP
{
  background-image: url('https://ctagr.es/api/businfo/imagenes/parada.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 30px;
}
.btnVerPdesactivado
{
	background-image: url('https://ctagr.es/api/businfo/imagenes/parada_desactivado.png');
}
.tbTRhora{
	border-collapse:collapse;
}
.tbTRhora th{
  background-color: #FFFFFF;
  background-image: url("https://ctagr.es/api/businfo/imagenes/encabezado.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  padding: 5px 10px;
}
.tbTRhora tr:nth-child(odd) {
  background-color: #e8fadf;
}

/* Estilo para filas pares */
.tbTRhora tr:nth-child(even) {
  background-color: #ffffff;
}
.tbTRhora td
{
	border: 1px solid #CCCCCC;
	text-align: center;
}
}
@media only screen and (orientation:portrait)
{
  .map {
    height:90%;
  }
  #idlinea, #btnVerI, #btnVerU{
    font-size: 1.5em;
  }
}