@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-ThinItalic.ttf') format('truetype'); font-weight: 100; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-BoldItalic.ttf') format('truetype'); font-weight: 700; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Black.ttf') format('truetype'); font-weight: 900; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic;
}
* {-webkit-tap-highlight-color: rgba(0,0,0,0);font-family: Roboto;box-shadow: 0 0 black;}/* make transparent link selection, adjust last value opacity 0 to 1.0 */
body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	overflow:hidden;
	background: transparent;
}
body {
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
  padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}


.toolbar-button {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolbar-button md-icon {
    color: white;
}
.restaurant-card {
    width: calc(100% - 20px);
    box-sizing: border-box;
    height: 150px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    margin: 10px;
    margin-bottom: 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -1px 3px rgba(0, 0, 0, 0.3);
}

.card-data {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
    /* background: rgba(0, 0, 0, 0.3); */
}
.card-data-item {
    display: flex;
    flex-direction: column;
}
.card-data-item.card-owner {
    max-width: 50%;
    padding-right: 10px;
}
.card-data-item-label {
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.card-data-item-value {
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-background {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.card-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.card-actions {
    position: relative;
    height: 24px;
    flex: none;
    display: flex;
    align-items: center;
    padding: 4px 0px;
    box-sizing: border-box;
    /* background: rgba(255, 255, 255, 0.3); */
}
.card-title {
    font-size: 20px;
    font-family: Roboto;
    color: black;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}
.card-description {
    padding: 4px 10px;
    color: white;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    /* text-shadow: 1px 1px 1px white; */
    background: rgba(0, 0, 0, 0.38823529411764707);
}
.card-icon-button:not(:last-child) {margin-right: 10px;}
.card-icon-button md-icon {
    color: black;
    font-size: 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}
.card-icon-button-text {
    font-size: 14px;
    margin-right: 8px;
    font-weight: bold;
}
.card-icon-button:not(:first-child) {
    margin-left: 10px;
}
.card-icon-button {
    display: flex;
    align-items: center;
    color: black;
    padding: 4px 10px;
    /* background: rgba(0, 0, 0, 0.5); */
    border-radius: 4px;
}
.page-toolbar {}
.page-body {
    display: flex;
    flex-direction: column;
}


.header-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.header-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.header-actions {
    z-index: 1;
    position: relative;
}


.app {
    width: 100%;
    height: 100%;
    display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    background: #fafafa;
}
.app-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.category {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f5f6+0,e3eaed+37,c8d7dc+100;Grey+3D+%234 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.category-headline {
    width: calc(100% - 20px);
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    border: 2px solid black;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.2);
    /* background: #8DC2EF; */
    margin-bottom: 24px;
}
.category-name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-bottom: 4px;
    /* border-top: 2px solid #8DC2EF; */
    /* padding-top: 10px; */
    color: black;
}
.category-description {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    /* border-bottom: 2px solid #8DC2EF; */
}
.category-body {
    display: block;
}
.product {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); */
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}
.product-avatar {
    width: 100px;
    overflow: hidden;
    flex: none;
    margin-right: 12px;
}
.product-avatar img {
    width: 100%;
}
.product-stars {
    display: flex;
}
.product-stars md-icon {
    font-size: 18px;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    color: gold;
    text-shadow: 0px 0px 1px black;
}

.product-buy {
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.product-buy-label {
    font-size: 10px;
    width: 100%;
    text-align: right;
    color: #777;
    font-weight: 500;
    padding-right: 8px;
}
.product-buy input {
    width: 24px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    margin: 4px 0px;
}
.product-headline {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.product-name {
    flex: 1;
}
.product-name {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}
.product-price {
    font-size: 14px;
    font-weight: 500;
}
.product-description {
    font-size: 12px;
    color: #555;
}
.product-text {
    flex: 1;
}



.icon-button md-icon {
    color: black;
}


.cart-line {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
    box-sizing: border-box;
    /* border-top: 1px solid #ccc; */
    align-items: center;
}
.line-description {
    font-size: 14px;
    color: #555;
    flex: 1;
    line-height: 1.1;
}
.line-buy {
    width: 44px;
    flex: none;
    text-align: center;
}
.line-buy input {
    width: 24px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    margin: 4px 0px;
}
.line-sub {
    font-size: 14px;
    font-weight: 500;
    width: 60px;
    text-align: right;
}

.header-toolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 40px;
}
.icon-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0px 4px;
}

.order-headline {
    display: flex;
    height: 100px;
    border-bottom: 1px solid #ccc;
}
.order-time {
    flex: 50;
    background: #eee;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.order-number {flex: 50;background: #eee;border-right: 1px solid #ccc;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.order-label {
    font-size: 13px;
    color: #777;
}
.order-data {
    margin-top: 10px;
    font-weight: 500;
}
.order-tracker {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
}
.order-state {
    width: 100%;
    display: flex;
    align-items: center;
    height: 72px;
}
.order-state-bullet {
    display: block;
    background: #999;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: relative;
}
md-icon.order-icon {
    margin: 0px;
    margin-left: 16px;
    margin-right: 10px;
    color: #999;
    font-size: 32px;
    min-width: 32px;
    min-height: 32px;
}
.order-state-name {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.order-state-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.order-state-description {
    font-size: 12px;
    margin-top: 2px;
    color: #999;
}
.order-state.highlight .order-icon {
    color: #333;
}
.order-state.highlight .order-state-name {
    color: #333;
}
.order-state.highlight .order-state-bullet {
    background: #5d5dd8;
}
.order-state-bullet.red {
    background: #ea5353;
}
.order-state:not(:last-child) .order-state-bullet:after {content: "";position: absolute;top: 16px;height: 56px;width: 4px;background: #999;left: 6px;z-index: 0;}
.order-state .order-state-bullet:before {
    position: absolute;
    z-index: 1;
    content: "";
    border: 4px solid white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: -4px;
    left: -4px;
}
.order-notification-text {
    white-space: nowrap;
    /* display: flex; */
    flex: 1;
    text-transform: uppercase;
}

.order-notification {display: -webkit-box;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;-webkit-box-align: center;align-items: center;max-height: 168px;max-width: 100%;min-height: 48px;padding: 0 18px;box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);border-radius: 2px;font-size: 14px;-webkit-transform: translate3d(0,0,0) rotateZ(0deg);transform: translate3d(0,0,0) rotateZ(0deg);-webkit-box-pack: start;justify-content: flex-start;background-color: #323232;color: rgb(250,250,250);position: absolute;z-index: 2;bottom: 10px;left: 10px;right: 10px;}
.order-notification-link {
    line-height: 19px;
    margin-left: 24px;
    margin-right: 0;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    color: rgb(255,82,82);
}


.toolbar {
    min-height: 44px;
    display: flex;
    align-items: center;
}
.toolbar-icon-button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.toolbar-icon-button md-icon {
    color: teal;
}
.searcher-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out all;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.searcher {
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    margin: 8px 6px;
    padding-left: 20px;
}
.searcher input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    outline: none;
    padding: 0px 20px;
    padding-right: 44px;
    border: 0px;
    color: white;
}
.searcher md-icon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    color: #0a605f;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searcher-wrapper.active {
    opacity: 1;
    pointer-events: all;
}
.searcher-clear-button {
    position: absolute;
    top: 0px;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    outline: none;
}
.searcher-clear-button md-icon {
    color: white;
}

.app[animation='forward']  ui-view.ng-enter, .app[animation='forward'] ui-view.ng-leave {
	transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.app[animation='forward']  ui-view.ng-enter {
	transform:translateX(100%);
}
.app[animation='forward']  ui-view.ng-enter-active {
	transform:translateX(0%);
}
.app[animation='forward']  ui-view.ng-leave {
	transform:translateX(0%);
}
.app[animation='forward']  ui-view.ng-leave-active {
	transform:translateX(-100%);
}

.app[animation='backwards']  ui-view.ng-enter, .app[animation='backwards'] ui-view.ng-leave {
	transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.app[animation='backwards']  ui-view.ng-enter {
	transform:translateX(-100%);
}
.app[animation='backwards']  ui-view.ng-enter-active {
	transform:translateX(0%);
}
.app[animation='backwards']  ui-view.ng-leave {
	transform:translateX(0%);
}
.app[animation='backwards']  ui-view.ng-leave-active {
	transform:translateX(100%);
}


.app[animation='enter']  ui-view.ng-enter, app[animation='enter']  ui-view.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.app[animation='enter']  ui-view.ng-enter {
  opacity: 0;
  -webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);
}
.app[animation='enter']  ui-view.ng-enter-active {
  opacity: 1;
  -webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
}
.app[animation='enter']  ui-view.ng-leave {
  opacity: 1; 
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.app[animation='enter']  ui-view.ng-leave-active {
  opacity: 0;
  -webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);
}


.filter-button {
    outline: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-toolbar {
    justify-content: start;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    overflow: hidden;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30ccc6+1,0ea5a3+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    background: black;
}
.page-description {
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 500;
    color: black;
    text-align: center;
}



.back-button {
    width: 44px;
    height: 44px;
}
.back-button md-icon {
    color: white;
    font-size: 44px;
    width: 44px;
    height: 44px;
}

.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: RGBA(255, 255, 255, 0.7);
    display: flex;
    align-items:center;
    justify-content:center;
}
.loading-screen.ng-enter,
.loading-screen.ng-leave {
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -ms-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
.loading-screen.ng-enter,
.loading-screen.ng-leave.ng-leave-active {
  opacity: 0;
}
.loading-screen.ng-leave,
.loading-screen.ng-enter.ng-enter-active {
  opacity: 1;
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
}
.signup-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-logo-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    justify-content: center;
    flex: none;
}
.page-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.page-content {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    overflow: auto;
}
.page-actions {
    width: 100%;
    padding: 20px;
    display: flex;
    flex: none;
    box-sizing: border-box;
    flex-direction: column;
}
.button {
    box-sizing: border-box;
    height: 44px;
    background-color: black;
    color: #fff;
    align-items: center;
    transition: 0.2s ease-in-out all;
    border-radius: 50px;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 36px;
    min-width: 88px;
    font-weight: 500;
    font-size: 15px;
    font-style: inherit;
    text-align: center;
    line-height: 44px;
    display: block;
    outline:none;
    text-decoration: none;
}
.button.disabled {
    pointer-events: none;
    touch-events: none;
    opacity: 0.7;
}
.button-text {
    padding: 0px 24px;
    flex: 1;
    text-align: center;
}
.link {
    color: teal;
    font-size: 16px;
    margin: 40px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
md-icon.button-icon {
    background-color: #00967f;
    box-shadow: 0 3px 0 0 #007261;
    text-shadow: 0px 1px 1px #888;
    height: 44px;
    border-radius: 0px 4px 4px 0px;
    width: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.page-header {
    padding: 40px 30px 20px 30px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: sticky;
    top: -30px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.page-title {
    color: #0ea5a3;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}


.page.home-page {
    display: flex;
    flex-direction: column;
    margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
    margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
.page.cards-page {
    overflow: auto;
    overflow-x: hidden;
    display: block;
}
.page.providers-page {
    overflow: auto;
    display: block;
}

.page-card {background: rgb(147,206,222); /* Old browsers */background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */border-radius: 24px;overflow: visible;display: flex;flex-direction: column;align-items: center;box-shadow: 2px 2px 3px rgba(0, 0, 0 ,0.3);flex: 1;margin: 25px 0px 25px 0px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */}
.page-card .button {
    background: white;
    color: teal;
}
.page.provider-page {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px;
    box-sizing: border-box;
    overflow: auto;
    background: white;
}
.page-card-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin-top: -36px;
    margin-bottom: 24px;
    flex: none;
}
.page-card-avatar img {
    width: 100%;
    height: 100%;
}
.page-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: white;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-bottom: 32px;
    text-align: center;
    flex: none;
}
.page-card-item {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.page-card-item-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 20px;
}
.page-card-item-data {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 1;
    color: white;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
}
.page-card-item-caption {
    font-size: 12px;
    color: #fff;
    margin: 4px 0px 8px 0px;
}
.page-card-item-action-button {
    width: 32px;
    height: 32px;
    flex: none;
    margin-left: 12px;
}

.page-card-item-text {
    flex: 1;
}

.page-card-item-action-button md-icon {
    color: white;
    background: transparent;
    font-size: 32px;
    width: 32px;
    height: 32px;
}
.page-card-item-title{
	
font-weight: 500;
	
width: 100%;
}
.page-card-action-button {
    margin-bottom: -100px;
    background: green;
    border-radius: 50%;
    background: rgb(180,221,180); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-card-action-button md-icon {
    color: white;
    font-size: 44px;
    width: 44px;
    height: 44px;
}
.page-card-content {
    flex: 1;
    overflow: auto;
}
.page-card-actions {
    height: 84px;
    width: 100%;
    flex: none;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}
.page-card-actions .button {
    flex: 1;
}
.button.button-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button.button-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.button.button-highlight {
    background: teal;
    color: white;
}

#mapa {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
    background: skyblue;
}
.map-infoWindow {
    position: absolute;
    background: white;
    border-radius: 12px;
    top: calc(50% + 10px);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    left: 20px;
    right: 20px;
}
.map-infoWindow {}
.map-infoWindow-headline {
    display: flex;
    padding: 20px;
}
.map-infoWindow-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.map-infoWindow-text-line-1 {
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.map-infoWindow-text-line-2 {
        color: #777;
        font-weight: 500;
        font-size: 12px;
        margin-top: 4px;
        line-height: 14px;
}
.map-infoWindow-avatar {
    margin-right: 10px;
    width: 44px;
    height: 44px;
}
.map-infoWindow-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.map-infoWindow-highlights {
    font-size: 15px;
    color: red;
    font-weight: 500;
    padding: 0px 20px;
    padding-left: 74px;
}

.map-infoWindow-actions {
    display: flex;
    padding: 20px;
}

.map-infoWindow-actions .button {
    flex: 1;
}

.page.appointment-page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* display: flex; */
    overflow: auto;
}
.toolbar-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.005em;
    margin: 20px 10px;
}
.form {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.form-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.form-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 20px;
    padding: 8px 0px;
}
.form-body{
	
}



ui-view {
    position: absolute;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}













