/* fonts */
@import url(https://fonts.googleapis.com/css?family=RobotoDraft:400,500,300);

/* app style */
html, body {
	/* disable tab highlight */
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif;
	margin:0px;
	height: 100%;
}

body {
	overflow: hidden;
}

#app-view {
	height: 100%;
}



.material-design-header {
  background-color: #e91e63;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
  color: #fff;
  font-weight: 400;
}

.material-design-card {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 2px 2px;
}



.slide-from-left-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-from-left-enter-active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  border-left: 1px solid #f06292;
}

.slide-from-left-leave {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.slide-from-left-leave-active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 1px solid #f06292;
}



.slide-from-top-enter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-from-top-enter-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.slide-from-top-leave {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.slide-from-top-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}



.slide-from-bottom-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-from-bottom-enter-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.slide-from-bottom-leave {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.slide-from-bottom-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}



.fade-enter {
  opacity: 0.01;
}

.fade-enter-active {
  opacity: 1.0;
  transition: opacity 0.5s ease-out;
}

.fade-leave {
  opacity: 1.0;
  transition: opacity 0.5s ease-out;
}

.fade-leave-active {
  opacity: 0.01;
}

.ripple-ink-ripple {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.ripple-ink-ripple-container {
  position: relative;
  z-index: 0;
}



.button-button-base {
  cursor: pointer;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button-button-base:focus {
  outline: none;
}

.button-button-base::-moz-focus-inner {
  border: 0px;
}

.button-button-raised {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
}

.button-button-raised:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px 0px;
}

.button-button-raised:focus {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 8px 0px;
}

.button-button-icon {
  width: 24px;
  height: 24px;
}

.button-button-floating-action {
  border-radius: 50%;
  z-index: 8;
  position: relative;
  overflow: hidden;
}

.button-button-floating-action-normal-size {
  width: 56px;
  height: 56px;
}

.button-button-floating-action-mini-size {
  width: 40px;
  height: 40px;
}

.button-button-rectangular {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 64px;
  height: 36px;
}

.button-button-rectangular:hover {
  background-color: rgba(0,0,0,0.1);
}

.button-button-circular {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
}

.button-button-label {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #212121;
}

.button-button-custom-content {
  height: initial;
}



.button-button-disabled-label {
  color: #bdbdbd;
}

.dialog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9;
}

.dialog-dialog {
  position: relative;
  background-color: white;
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.14),0px 16px 24px 2px rgba(0, 0, 0, 0.098),0px 6px 30px 5px rgba(0, 0, 0, 0.082);
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}

.dialog-content-area {
  padding: 24px;
  color: #757575;
}

.dialog-actions-area {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 8px;
}

.dialog-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}

.menu-menu {
  position: absolute;
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 2px 2px;
  background-color: white;
  overflow-y: hidden;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.menu-menu-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.menu-menu-overlay {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #000;
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}

.menu-menu-item {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  line-height: 48px;
  height: 48px;
  text-overflow: ellipsis;
}

.menu-menu-item:hover {
  background-color: #eeeeee;
}

.menu-menu-item-label {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}



.text-field-text-field-normal-text-field-style {
  background: transparent;
  font-size: 16px;
  border: none;
  outline: none;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0.5em 0 0.25em;
}

.text-field-text-field-underline-container {
  position: relative;
  left: 0px;
  right: 0px;
  height: 0px;
  overflow: visible;
}

.text-field-text-field-underline {
  background-color: #9e9e9e;
  height: 1px;
}

.text-field-text-field-focused-underline {
  background-color: #e91e63;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: left 0.2s ease-out, right 0.2s ease-out;
}

.text-field-text-field-error-underline {
  background-color: #f44336;
}

.text-field-text-field-error-label {
  color: #f44336;
  font-size: 12px;
  margin-top: 8px;
}

.text-field-text-field-full-width-text-field-style {
  width: 100%;
}

.text-field-text-field-placeholder {
  color: #9e9e9e;
  font-size: 16px;
  left: 1px;
  position: absolute;
  opacity: 1;
  transition: top .18s linear, font-size .18s linear, opacity .10s linear;
  pointer-events: none;
  margin: 0.5em 0 0.25em;
}

.text-field-text-field-floating-label {
  top: 27px;
}

.text-field-text-field-floating-label-error {
  color: #f44336;
}

.text-field-text-field-container {
  position: relative;
  padding-bottom: 8px;
}

.text-field-text-field-placeholder-top {
  font-size: 12px;
  top: 4px;
}

.text-field-text-field-scroll-blocks-style {
  background-color: #9e9e9e;
  bottom: 6px;
  height: 3px;
  opacity: 0;
  position: absolute;
  transition: opacity .28s linear;
  width: 3px;
}

.text-field-text-field-scroll-blocks-style:before {
  background-color: #9e9e9e;
  bottom: 0px;
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  right: 6px;
}

.text-field-text-field-scroll-blocks-style:after {
  background-color: #9e9e9e;
  bottom: 0px;
  content: '';
  position: absolute;
  height: 3px;
  width: 3px;
  right: -6px;
}

.text-field-text-field-focus-style {
  background-color: #e91e63;
}

.text-field-text-field-focus-style:before {
  background-color: #e91e63;
}

.text-field-text-field-focus-style:after {
  background-color: #e91e63;
}

.demo-app {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.demo-section {
  margin-bottom: 40px;
}

.demo-section-header {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.demo-section-content {
  padding-left: 16px;
  padding-right: 16px;
}

.demo-ripple-container {
  width: 300px;
  height: 50px;
  border: 1px solid #cccccc;
  font-family: Roboto, Helvetica Neue, Segoe UI, Helvetica, Arial;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

.toaster-toaster {
  font-size: 12px;
  position: fixed;
  z-index: 30;
  bottom: 5px;
  background-color: rgba(0,0,0,0.85);
  color: white;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  transition: opacity 0.3s ease-out;
}



.toaster-toaster-progress-bar-outline {
  border: 1px solid white;
  border-radius: 5px;
  height: 4px;
}

.toaster-toaster-progress-bar-meter {
  background-color: white;
  border-radius: 5px;
  height: 4px;
}

.toaster-toaster> * {
  margin-left: 2px;
  margin-right: 2px;
}

.item-icons-action {
  cursor: pointer;
}

.item-icons-container {
  width: 48px;
  height: 48px;
  background-color: white;
  border: 1px solid #bbb;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.item-icons-container-focused {
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
}

.item-icons-icon {
  max-width: 48px;
  max-height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.item-icons-icon-rounded {
  border-radius: 50%;
}

.item-field-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 20px;
  max-width: 300px;
}

.item-field-field-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-order: 3;
      order: 3;
  -ms-flex-pack: center;
      justify-content: center;
}

.item-list_view-toolbar {
  border-bottom: 1px solid #bbb;
  padding-right: 20px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 5;
  width: 100%;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.item-list_view-toolbar-search-icon {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.item-list_view-toolbar-search-field {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-left: 5px;
  margin-left: 20px;
  height: 30px;
  border: 0px;
  color: #fff;
  background-color: #e91e63;
  font-size: 20px;
  outline: none;
  overflow: hidden;
}

.item-list_view-toolbar-search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.item-list_view-toolbar-icon-group {
  margin-left: 10px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.item-list_view-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.item-list_view-list {
  margin-top: 56px;
  height: 100%;
  background-color: white;
  position: relative;
  overflow: auto;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch;
}

.item-list_view-list-footer {
  position: absolute;
  color: rgba(0,0,0,0);
}

.item-list_view-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 5px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  margin-top: 11px;
  margin-bottom: 11px;
}

.item-list_view-item-focus-indicator {
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  opacity: 0.3;
}

.item-list_view-item-details {
  margin-left: 16px;
}

.item-list_view-item-details-title {
  font-size: 15px;
}

.item-list_view-item-details-account {
  font-size: 13px;
  color: #757575;
}

.details-view-toolbar-spacer {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.details-view-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.details-view-core-fields {
  padding-top: 5px;
  padding-bottom: 5px;
}



.details-view-section-title {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: -12px;
}

.details-view-section-divider {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.details-view-divider {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 12px;
  margin-bottom: 12px;
}

.details-view-item-action-bar {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.details-view-container {
  background-color: white;
  position: absolute;
  transition: left 0.3s ease-out, top 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.details-view-container:focus {
  outline: 0px;
}

.details-view-header {
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-shadow: none;
  padding-left: 16px;
  transition: all 0.2s ease-out, color 0.01s ease-out;
}

.details-view-header-toolbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.details-view-header-icon-and-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.details-view-header-icon-and-details-details {
  margin-left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.details-view-header-icon-and-details-details-item-list {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.details-view-header-icon-and-details-details-details-view {
  position: relative;
  right: 0px;
  top: 0px;
  bottom: 0px;
  color: white;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.details-view-header-entered {
  background-color: #e91e63;
  padding-top: 40px;
  padding-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
}

.details-view-header-title {
  font-size: 24px;
}

.details-view-header-account {
  font-size: 13px;
}

.setup-screen {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 3px;
  color: #212121;
  min-height: 40px;
}

.setup-screen-padding {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.setup-view {
  width: 100%;
  height: 100%;
  background-color: #e91e63;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.setup-view-inner {
  position: relative;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: 400px;
  max-height: 600px;
  border: 1px solid white;
  overflow: hidden;
}



.store-list-item {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.store-list-item-path {
  font-size: 15px;
  color: #212121;
}

.store-list-item-store {
  font-size: 13px;
  color: #757575;
}

.store-list-item-add-store {
  font-size: 15px;
  text-transform: uppercase;
  color: #e91e63;
}



.cloud-store-list-item {
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}





.creating-store-label {
  color: #212121;
  font-size: 16px;
}

.screen {
  transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  color: white;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.screen-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.screen-buttons-spacer {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.header {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.unlock-view-upper {
  background-color: #e91e63;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 60%;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px;
  z-index: 21;
}

.unlock-view-lower {
  background-color: #e91e63;
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 2px -5px 0px;
  z-index: 20;
}

.unlock-view-form {
  background-color: #f06292;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 75%;
}

.unlock-view-input-pane {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  min-width: 200px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.unlock-view-password-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.unlock-view-master-password-field {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #f06292;
  outline: none;
  min-width: 175px;
}

.unlock-view-master-password-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.unlock-view-unlock-label {
  width: 100%;
  margin-top: 5px;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.app-view-app-view {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #212121;
}
