.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.material-icons {
    display:inline-flex;
    vertical-align:top;
}

/* For dab channels */
span.dablabel {
  font-size: 18px;
  color: white;
  margin-right: 10px;
  margin-left: -0.1px;
}
span.dablabelsm {
  font-size: 14px;
  color: white;
  margin-left: -0.1px;
}
div.dabhead {
  padding-left: 14px;
  margin-top: 20px;
  font-weight: bold;
}
div.dabcat {
  padding-left: 14px;
  font-style: italic;
}
div.dablist {
  margin-top: -15px;
}
span.dablist {
  margin-right: 10px;
  color: white;
}
span.dablistp {
  margin-right: 10px;
  color: white;
}
a.dablistp {
  color: grey;
  font-style: italic;
}
img.station-logo {
  max-height: 50px;
  max-width: 100px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
.svglogo {
  max-width: 125px;
  max-height: 75px;
}
.svglogosm {
  max-width: 100px;
  max-height: 50px;
}
.svglogoxs {
  max-width: 35px;
  max-height: 20px;
}
.svglogomap {
  max-width: 48px;
  max-height: 48px;
}

/* For channel lists */
div.channel {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}

div.channel:hover img {
  opacity: 0;
}

div.channel:hover span {
  opacity: 0;
}

.channel-logo {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  z-index: 100;
  text-align: center;
  line-height: 45px;
  max-height: 90px;
  max-width: 90px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  transition: opacity linear 0.2s;
}

.channel-logo-new {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  z-index: 100;
  text-align: center;
  line-height: 45px;
  max-height: 90px;
  max-width: 90px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  transition: opacity linear 0.2s;
  background-color: #99ff66;
}

.channel-logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fullfiller-uhd:before {
	content: "UHD";
	z-index: 101;
	margin-right: 5px;
}

.fullfiller-uhd {
    position: absolute;
	text-align: right;
	font-weight: bold;
	font-style: italic;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    z-index: 50;
	transition: opacity linear 0.2s;	
	background-color: white;
}

.fullfiller-hd:before {
	content: "HD";
	z-index: 101;
	margin-right: 5px;
}

.fullfiller-hd {
    position: absolute;
	text-align: right;
	font-weight: bold;
	font-style: italic;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    z-index: 50;
	transition: opacity linear 0.2s;	
	background-color: white;
}

.fullfiller {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    z-index: 50;
	transition: opacity linear 0.2s;	
	background-color: white;
}

.fullfiller-new {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    z-index: 50;
	transition: opacity linear 0.2s;	
	background-color: #99ff66;
}

span.channel-badge-new {
  position: absolute;
  bottom: 80px;
  right: 2.5px;
  z-index: 100;
  transition: opacity linear 0.2s;
  color: white;
  font-weight: bold;
}

span.channel-badge-nrw {
  position: absolute;
  bottom: 80px;
  right: 4.5px;
  z-index: 100;
  transition: opacity linear 0.2s;
  background: #ffcc66;
  font-weight: bold;
  padding: 0px 1px;
}

span.channel-badge-nrwhe {
  position: absolute;
  bottom: 80px;
  right: 5px;
  z-index: 100;
  transition: opacity linear 0.2s;
  background: #ffcc66;
  font-size: 9px;
  font-weight: bold;
}

span.channel-badge-bw {
  position: absolute;
  bottom: 80px;
  right: 10px;
  z-index: 100;
  transition: opacity linear 0.2s;
  background: #ffcc66;
  font-weight: bold;
}

span.channel-badge-he {
  position: absolute;
  bottom: 80px;
  right: 1px;
  z-index: 100;
  transition: opacity linear 0.2s;
  background: #ffcc66;
  font-weight: bold;
}

span.channel-badge-skyq {
  position: absolute;
  bottom: 80px;
  right: 2px;
  z-index: 100;
  transition: opacity linear 0.2s;
  background: #ffcc66;
  font-size: 14px;
  font-weight: bold;
}

p.channel-info {
  position: absolute;
  top: 10%;
  width: 80%;
  margin: 0 10%;
  text-align: center;
  z-index: 10;
}
/* -------- */

.tabs .indicator { 
	background-color: #29b6f6 !important; 
}

.tabs .tab a { 
	color: #29b6f6 !important; 
}

.tabs .tab a:hover {
    background-color: transparent;
    color: #29b6f6;
}

.tabs .tab a.active {
    background-color: transparent;
    color: #ffffff;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
    outline: none;
}

div.z-space {
	padding: 5px 25px;
}

/* SPI-Service */
div.spilogo {
	height: 330px;
	width: 345px;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #29b6f6;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #29b6f6;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #29b6f6;
    -webkit-box-shadow: 0 1px 0 0 #29b6f6;
    box-shadow: 0 1px 0 0 #29b6f6;
}

label.active {
	color: #29b6f6;
}