/* Empty. Add your own CSS if you like */


.menueevents {
  background-image: url("../../images/menue_events.gif");
   background-repeat:no-repeat;
  background-position:center;
}

.menueprofile {
  background-image: url("../../images/menue_profile.gif");
   background-repeat:no-repeat;
  background-position:center;
}
.menueinfo {
  background-image: url("../../images/menue_info.gif");
   background-repeat:no-repeat;
  background-position:center;
}
.menuelogout {
  background-image: url("../../images/menue_logout.gif");
   background-repeat:no-repeat;
  background-position:center;
}

.zcolornickname {
background-color: #7e91bf!important;

}

.zcolorinput {
background-color: #899AC5!important;
border: 1px;
font-size: 22px!important;


}
.zcolor {
background-color: #899AC5!important;


}

.zinput {
background-color: #7e91bf!important;


}

.background, .background .pane {
    background-color: #7e91bf;
}

/* footer */
a.tab-item, i.icon.icon, span.tab-title  {
    background-color: #657cb8;
    color: #fff !important;
}
/* header */
.bar.bar-stable {
    background-color: #657cb8;
    color: #7e91bf;
}
.bar.bar-stable .title {
    background-color: #657cb8;
    color: #fff;
}
.ion-content
{
    background-color: #657cb8;
}
.item-divider/*, .item.item-divider*/ {
  background-color: #657cb8 !important;
}
.item.item-body {
	
	background-color: #899AC5 !important;
}
.repeat-animation.ng-enter,
.repeat-animation.ng-leave,
.repeat-animation.ng-move {
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
    
  position:relative;
  left:5px;
}
.repeat-animation.ng-enter {
  opacity: 0;
}
.repeat-animation.ng-enter.ng-enter-active {
  opacity: 1;
}
.repeat-animation.ng-leave {
  opacity: 1;
}
.repeat-animation.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-animation.ng-move {
  left:2px;
  opacity: 0.5;
}
.repeat-animation.ng-move.ng-move-active {
  left:0;
  opacity: 1;
}