body {
  background: #005689;
}
.navbar {
  border-bottom: none;
  background: #005689;
  color: #ffffff;
}
.navbar a.link {
  color: #ffffff;
}
.logo {
  margin: 20px;
  text-align: center;
}
.toolbar_bottom {
  position: absolute;
  bottom: 0;
  text-align: right;
  margin: 10px;
  width: 90%;
}
.login-screen-content {
  background-image: url('../img/bg.png');
  background-color: #005689;
  background-size: cover;
  color: #ccc;
}
.login-screen-content .item-input input {
  color: #fff;
}
.login-screen-content .login-screen-title {
  max-width: 300px;
  margin: 80px auto 50px;
  color: #ccc;
}
.login-screen-content .mensagem {
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
}
.page {
  background: #fff;
}
.searchbar {
  background: #fafafa;
  border-bottom: 0px;
}
.searchbar .searchbar-cancel {
  color: #777777;
}
i.icon-plus {
  color: #ffffff;
  height: 25px;
  font-size: 31px;
  line-height: 20px;
  font-weight: 200;
}
i.ion-compose {
  font-size: 25px;
  font-weight: 100;
}
.panel {
  background: #7a9dbb;
}
.panel ul {
  border-bottom: 0px;
  border-top: 1px solid #8ba9c4;
}
.panel .list-block .item-content {
  background: #7a9dbb;
  border-bottom: 1px solid #8ba9c4;
}
.panel .list-block .item-link:active {
  background-color: #5884aa;
}
.panel .list-block .item-link .item-inner {
  background: none;
  border-bottom: 0px;
}
.panel .list-block .item-title {
  color: #fafafa;
}
.panel .list-block i {
  color: #fafafa;
  font-size: 25px;
  font-weight: 100;
}
body.with-panel-left-reveal .statusbar-overlay {
  background: #7a9dbb;
}
.popup-overlay {
  background: rgba(128, 128, 128, 0.2);
}
.popup .navbar {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.statusbar-overlay {
  background: #005689;
}
.contacts-list {
  margin: 0;
}
.contacts-list .item-title {
  color: #000000;
}
.contacts-list .item-subtitle {
  font-size: 13px;
  color: #777777;
}
.contacts-list .item-media {
  padding-top: 7px !important;
  padding-bottom: 8px !important;
  width: 42px;
  height: 42px;
  border-radius: 24px;
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 29px;
  margin: 4px;
}
.contacts-list .item-media img {
  width: 42px;
  height: 42px;
  border-radius: 24px;
  margin-top: -7px;
}
.contacts-list .list-group-title {
  line-height: 22px;
  padding: 0 15px;
  color: #000;
  border-top: 1px solid #c8c7cc;
  font-weight: 500;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.contacts-list li + .list-group-title {
  margin-top: -1px;
}
.contacts-list ul {
  border: none;
}
/* Contact page - view & edit */
.contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact-edit-form .item-photo {
  margin: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  line-height: 93px;
}
.contact-edit-form .item-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 95px;
}
.contact-edit-form .contact-header .list-block {
  width: 100%;
  margin: 0px;
}
.contact-edit-form .contact-header .list-block ul {
  border-top: 0px;
}
.contact-edit-form .contact-header .list-block ul .item-content {
  padding-left: 0px;
}
.contact-edit-form .contact-other {
  margin-top: 0px;
}
.contact-edit-form .contact-other ul {
  border-top: 0px;
  border-bottom: 0px;
}
.contact-edit-form .contact-other ul .item-media {
  padding-top: 4px;
  padding-bottom: 4px;
}
.contact-edit-form .contact-other ul .item-media i {
  font-size: 24px;
  color: #007aff;
}
.contact-edit-form .item-link.contact-delete-button {
  text-align: left;
  color: #d60e0e;
  padding-left: 51px;
}
.contact-page .item-photo {
  margin: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  line-height: 93px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  margin: 15px;
}
.contact-page .item-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 95px;
}
.contact-page .header-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.contact-page .header-text .icon-favorite {
  position: absolute;
  left: 63px;
  top: 50px;
  color: #005689;
  font-size: 20px;
}
.contact-page .header-text h3 {
  font-weight: 500;
  margin-bottom: 0em;
}
.contact-page .header-text p {
  margin-top: 0.5em;
}
.contact-page .list-block {
  margin-top: 0px;
}
.contact-page .list-block ul {
  border-top: 0px;
  border-bottom: 0px;
}
.contact-page .list-block ul .item-media {
  padding-top: 4px;
  padding-bottom: 4px;
}
.contact-page .list-block ul .item-media i {
  font-size: 24px;
  color: #007aff;
}
/*
	Android optimization hacks
*/
html.android .navbar-from-right-to-center .left.sliding .back.link .icon,
html.android .navbar-from-center-to-right .left.sliding .back.link .icon,
html.android .navbar-from-center-to-left .left.sliding .back.link .icon,
html.android .navbar-from-left-to-center .left.sliding .back.link .icon {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
html.android .navbar-from-right-to-center .sliding,
html.android .navbar-from-center-to-right .sliding,
html.android .navbar-from-center-to-left .sliding,
html.android .navbar-from-left-to-center .sliding {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
html.android .page-from-right-to-center {
  -webkit-animation: pageFromRightToCenterDegrade 200ms forwards;
  animation: pageFromRightToCenterDegrade 200ms forwards;
}
html.android .page-from-center-to-right {
  -webkit-animation: pageFromCenterToRightDegrade 200ms forwards;
  animation: pageFromCenterToRightDegrade 200ms forwards;
}
html.android .page-on-left {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.android .page-from-center-to-left {
  -webkit-animation: emptyAnimation 50ms forwards;
  animation: emptyAnimation 50ms forwards;
}
html.android .page-from-left-to-center {
  -webkit-animation: emptyAnimation 50ms forwards;
  animation: emptyAnimation 50ms forwards;
}
@-webkit-keyframes emptyAnimation {
  to {
    opacity: 1;
  }
}
@keyframes emptyAnimation {
  to {
    opacity: 1;
  }
}
html.android .label-switch input[type="checkbox"] + .checkbox {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
html.android .label-switch input[type="checkbox"] + .checkbox:before {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
html.android .label-switch input[type="checkbox"] + .checkbox:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
html.android .list-block .list-group-title {
  display: none;
}
/*# sourceMappingURL=app.css.map */