.bar.bar-balanced{
	border-color:#00d1d8 !important;
	background-color:#00d1d8 !important;
}

.tabs-balanced > .tabs,
.tabs.tabs-balanced{
	border-color:#00d1d8 !important;
	background-color:#00d1d8 !important;
}

ion-tabs .tab-title{
	color:white !important;
}
ion-tabs .tab-item.tab-item-active{
	font-weight:600;
}
.tabs-top ion-content{
	padding-top:92px;
}

.button.button-balanced{
	border-color:#00d1d8;
	background-color:#00d1d8 !important;
}

.button-bar > .button{
	padding:0;
}

.bar .title.title-left {
    text-align: center;
}

.button.button-royal {
    border-color: #00a7d1;
    background: #00a7d1;
	color: white;
	border-radius: 5px;
	
}

.button.button-royal.button-outline {
    border-color: #00a7d1;
    background: #00a7d1;
	color: white;
	border-radius: 5px;
	
}
.button.button-royal.button-outline.activated {
    border-color: #008fb3;
    background: #008fb3;
	color: white;
	border-radius: 5px;
	
}
.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: white;
    color: #222;
    font-weight: 500;
}
.item-avatar > img:first-child, .item-avatar .item-image, .item-avatar .item-content > img:first-child, .item-avatar .item-content .item-image, .item-avatar-left > img:first-child, .item-avatar-left .item-image, .item-avatar-left .item-content > img:first-child, .item-avatar-left .item-content .item-image {
    position: absolute;
    top: 16px;
    left: 16px;
    max-width: 75px;
    max-height: 75px;
    width: 100%;
    height: 100%;
    border-radius: 10%;
}
.item-avatar, .item-avatar .item-content, .item-avatar-left, .item-avatar-left .item-content {
    padding-left: 100px;
    min-height: 100px;
}
.list:last-child {
    margin-bottom: -2px;
}
.tabs-top > .tabs, .tabs.tabs-top {
    top: 44px;
    padding-top: 0;
    background-position: bottom;
    border-top-width: 0;
    box-shadow: grey 0px 2px 5px;
}