/* Your app styles here */
.ios .tabbar-labels .tab-link:not(.tab-link-active) .icon-ios-fill {
  display: none;
}
.ios .tabbar-labels .tab-link.tab-link-active .icon:not(.icon-ios-fill) {
  display: none;
}


body {
  background: #074d55;
  background: -moz-radial-gradient(center, ellipse cover, #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, right bottom, 0px, left top, 100%, color-stop(0%,#6967a5), color-stop(50%,#2075a1), color-stop(100%,#074d55));
  background: -webkit-radial-gradient(right bottom, ellipse cover, #6967a5 0%, #2075a1 50%, #074d55 100%);
  background: radial-gradient(ellipse at right bottom, #6967a5 0%, #2075a1 50%, #074d55 100%);
}
.panel .page, .panel {
  background: none;
}
.panel .list ul {
  background: none;
  border:none;
}
.panel .list .item-link {
  color:#fff;
}
.panel .list .item-link.active-state {
  background: rgba(255,255,255,0.2);
}
.panel .list .item-inner {
  border-bottom-color:rgba(255,255,255,0.2);
}
.panel .block, .panel .block-title {
  color:#fff;
}

.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;

  display: block;
  background-image: url('../images/background1.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;

  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.background-green {
  background: rgba(0, 128, 0, 0.5);
}

.seeThrough {
  background: rgba(255, 255, 255, 0.8);
}

.width-100 {
  width: 100%;
}


