.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  height: 150%;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #0085c6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #388e3c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #388e3c;
  border-color: #388e3c;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 50px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 40 px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.enterprise-navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  margin-right: 8px;
  font-size: 14px;
}
.enterprise-navigation * {
  box-sizing: inherit;
}
.enterprise-navigation a {
  text-decoration: none;
}
.enterprise-navigation a:focus {
  outline: none;
}
.enterprise-navigation a:hover {
  color: #0085c6;
}
.enterprise-navigation a.enterprise-button {
  color: white;
  cursor: pointer;
}
.enterprise-navigation a.enterprise-button:hover {
  color: #0085c6;
}
.enterprise-navigation a.enterprise-button > * {
  height: 28px;
  width: 28px;
}
.enterprise-navigation a > * {
  color: inherit !important;
}
.enterprise-navigation a > *:focus {
  outline: none;
}
.enterprise-navigation div.enterprise-dropdown-menu {
  position: absolute;
  right: 8px;
  top: 48px;
  width: 300px;
  padding: 0 15px;
  z-index: 40;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.enterprise-navigation div.enterprise-dropdown-menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.enterprise-navigation div.enterprise-dropdown-menu ul li {
  width: 90px;
  height: 120px;
  padding: 12px;
  display: inline-block;
  float: left;
}
.enterprise-navigation div.enterprise-dropdown-menu ul li a {
  color: #111111;
  width: 100%;
}
.enterprise-navigation div.enterprise-dropdown-menu ul li a:hover {
  color: #0085c6;
}
.enterprise-navigation div.enterprise-dropdown-menu ul li a img {
  width: 100%;
  padding: 12px;
}
.enterprise-navigation div.enterprise-dropdown-menu ul li a span {
  width: 90px;
  margin-left: -12px;
  text-align: center;
  display: inline-block;
}
.enterprise-navigation div.enterprise-dropdown-menu a.enterprise-more {
  background-color: #eeeeee;
  display: inline-block;
  margin-left: -15px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.ion-range-slider-container > currency-icon {
  top: 26px;
}
.ion-range-slider-container > span.irs {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  margin: 8px 24px 0 16px;
}
.ion-range-slider-container > span.irs .irs-from,
.ion-range-slider-container > span.irs .irs-to,
.ion-range-slider-container > span.irs .irs-single {
  background: #4CAF50;
}
.ion-range-slider-container > span.irs .irs-from::before, .ion-range-slider-container > span.irs .irs-from::after,
.ion-range-slider-container > span.irs .irs-to::before,
.ion-range-slider-container > span.irs .irs-to::after,
.ion-range-slider-container > span.irs .irs-single::before,
.ion-range-slider-container > span.irs .irs-single::after {
  border-top-color: #4CAF50;
}
.ion-range-slider-container > span.irs .irs-line-mid,
.ion-range-slider-container > span.irs .irs-line-left,
.ion-range-slider-container > span.irs .irs-line-right,
.ion-range-slider-container > span.irs .irs-bar,
.ion-range-slider-container > span.irs .irs-bar-edge,
.ion-range-slider-container > span.irs .irs-slider {
  background-image: url("./res/sprite-skin-flat-custom.png");
}
.ion-range-slider-container > span.irs .irs-slider {
  cursor: pointer;
}
.md-hold-button-progress-bar {
  position: absolute;
  height: 4px;
  width: 0;
  left: 0;
  bottom: 0;
}
.md-multi-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-width: 150px;
}
.md-multi-select:focus {
  outline: none;
}
.md-multi-select *:focus {
  outline: none;
}
.md-multi-select .md-multi-select-display {
  cursor: pointer;
  min-height: 26px;
  overflow: hidden;
  background-color: transparent;
  color: #222222;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 2px 28px 1px 2px;
}
.md-multi-select .md-multi-select-display.opened {
  border-bottom-width: 2px;
  padding-bottom: 0;
}
.md-multi-select .md-multi-select-display > span {
  height: 26px;
  line-height: 26px;
  display: inline-block;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-placeholder, .md-multi-select .md-multi-select-display > span.md-multi-select-option-text {
  padding: 0 8px 0 0;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip {
  position: relative;
  background-color: rgb(224, 224, 224);
  color: rgb(66, 66, 66);
  height: 24px;
  line-height: 24px;
  border-radius: 14px;
  padding: 0 24px 0 12px;
  margin: 1px 8px 1px 0;
  cursor: default;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-chip-content {
  padding: 0 4px 0 0;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-close-icon {
  box-sizing: content-box;
  position: absolute;
  height: 16px;
  width: 16px;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  overflow: hidden;
  cursor: pointer;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-close-icon::before, .md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-close-icon::after {
  content: "";
  background: #666666;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-close-icon::before {
  transform: rotate(45deg);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-option-chip .md-multi-select-close-icon::after {
  transform: rotate(-45deg);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-expand-indicator {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -2px;
}
.md-multi-select .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.87);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.87);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-expand-indicator.md-multi-select-expand-indicator-placeholder.arrow-up {
  border-bottom-color: rgba(0, 0, 0, 0.38);
}
.md-multi-select .md-multi-select-display > span.md-multi-select-expand-indicator.md-multi-select-expand-indicator-placeholder.arrow-down {
  border-top-color: rgba(0, 0, 0, 0.38);
}
.md-multi-select.ng-invalid.ng-touched .md-multi-select-display {
  border-bottom-color: rgb(221, 44, 0);
}
.md-multi-select.ng-invalid.ng-touched .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-up {
  border-bottom-color: rgb(221, 44, 0);
}
.md-multi-select.ng-invalid.ng-touched .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-down {
  border-top-color: rgb(221, 44, 0);
}
.md-multi-select[disabled] {
  cursor: default;
}
.md-multi-select[disabled] * {
  cursor: default;
}
.md-multi-select[disabled] .md-multi-select-display {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.26) 100%);
}
.md-multi-select[disabled] .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-up {
  border-bottom: 5px solid #b5b5b5;
}
.md-multi-select[disabled] .md-multi-select-display > span.md-multi-select-expand-indicator.arrow-down {
  border-top: 5px solid #b5b5b5;
}
.md-multi-select[disabled] .md-multi-select-list-wrapper {
  display: none !important;
}
.md-multi-select .md-multi-select-list-wrapper {
  position: absolute;
  min-height: 200px;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
  margin: 8px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.md-multi-select .md-multi-select-list-wrapper.animate-grow.ng-hide-remove {
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.md-multi-select .md-multi-select-list-wrapper.animate-grow.ng-hide-add {
  transition: transform 0.01s cubic-bezier(0.25, 0.8, 0.25, 1) 0.55s, opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0.15s;
}
.md-multi-select .md-multi-select-list-wrapper.animate-grow.ng-hide {
  opacity: 0;
  transform: translate(0, -8px) scale(0.95);
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-list-box {
  padding: 0;
  overflow-y: visible;
  width: 100%;
  background-color: #FFF;
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-list-box .md-multi-select-list-no-results {
  padding: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-list-box .md-multi-select-list-option {
  line-height: 100%;
  cursor: pointer;
  padding: 12px;
  position: relative;
  white-space: nowrap;
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-list-box .md-multi-select-list-option:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-list-box .md-multi-select-list-option.disabled {
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: default;
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-search-bar {
  width: 100%;
  height: 32px;
  padding: 0;
  margin-bottom: 4px;
  position: relative;
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-search-bar .md-multi-select-search-icon {
  box-sizing: content-box;
  position: absolute;
  top: 4px;
  right: 6px;
  height: 24px;
  width: 24px;
  color: #666666;
  pointer-events: none;
}
.md-multi-select .md-multi-select-list-wrapper .md-multi-select-search-bar input[type=text] {
  box-sizing: border-box;
  color: #222222;
  width: 100%;
  height: 32px;
  line-height: 28px;
  padding: 4px 34px 4px 8px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.md-multi-select.closed .md-multi-select-list-wrapper {
  pointer-events: none;
}

.receipt-slideshow {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.receipt-slideshow .receipt-slideshow-image-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 48px 32px;
}
.receipt-slideshow .receipt-slideshow-image-container img {
  max-width: 100%;
  max-height: 100%;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-pdf {
  height: auto;
  width: 50%;
  position: relative;
  border-radius: 5%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-pdf:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-pdf ng-md-icon {
  height: 100%;
  width: 100%;
  fill: rgba(0, 0, 0, 0.75);
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-overlay-zoom {
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-hover-container {
  position: relative;
  max-height: 100%;
}
.receipt-slideshow .receipt-slideshow-image-container #ps-lightbox:hover {
  cursor: zoom-in;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-no-image {
  width: 100%;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-no-image ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-indicator {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-indicator > div {
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  margin: 6px;
  transition: all linear 0.1s;
}
.receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-indicator > div.receipt-slideshow-image-indicator-selected {
  height: 16px;
  width: 16px;
  margin: 3px;
}
.receipt-slideshow .receipt-slideshow-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 2;
  /** Overwriting md-button styling */
  margin: 0;
  min-width: 0;
  border-radius: 0;
}
.receipt-slideshow .receipt-slideshow-nav.receipt-slideshow-back {
  left: 0;
}
.receipt-slideshow .receipt-slideshow-nav.receipt-slideshow-forward {
  right: 0;
}
.receipt-slideshow .receipt-slideshow-nav:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.receipt-slideshow .receipt-slideshow-nav ng-md-icon {
  fill: black;
  height: 100%;
  width: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

body {
  background-color: #e2e2e2;
  color: #222222;
  box-sizing: border-box;
}
body * {
  box-sizing: inherit;
  outline: none;
}
body.mobile {
  /**
   *  Layout and Structure CSS
   */
  height: 100%;
}
body.mobile .header {
  display: none;
}
body.mobile .md-dialog-container {
  height: 100% !important;
  top: 0px !important;
}
body.mobile .shell .header profile-selector {
  margin-right: 10%;
}
body.mobile .subheader {
  background-color: #4CAF50;
}
body.mobile .page-wrapper {
  overflow: hidden;
  padding-top: 2px;
}
body.mobile .expense-history-spacer {
  margin-top: 30px;
}
body.mobile md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar),
body.mobile md-toolbar.md-hue-1:not(.md-menu-toolbar),
body.mobile md-toolbar.md-default-theme:not(.md-menu-toolbar),
body.mobile md-toolbar:not(.md-menu-toolbar) {
  z-index: 90;
}
body.mobile md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select,
body.mobile md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select,
body.mobile md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select,
body.mobile md-toolbar:not(.md-menu-toolbar) md-select {
  font-size: initial;
  margin-top: -4px;
}
body.mobile md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select md-select-value,
body.mobile md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select md-select-value *,
body.mobile md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select md-select-value,
body.mobile md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select md-select-value *,
body.mobile md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select md-select-value,
body.mobile md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select md-select-value *,
body.mobile md-toolbar:not(.md-menu-toolbar) md-select md-select-value,
body.mobile md-toolbar:not(.md-menu-toolbar) md-select md-select-value * {
  color: rgba(255, 255, 255, 0.87) !important;
  border-bottom-color: rgba(255, 255, 255, 0.87) !important;
}
body.mobile .expense-details {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white;
}
body.mobile .expense-details.ng-hide-add, body.mobile .expense-details.ng-hide-remove {
  -moz-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) right;
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) right;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) right;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) right;
  display: block !important;
}
body.mobile .expense-details.ng-hide {
  right: -100%;
}
body.mobile .dialog-window {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  min-width: initial;
  min-height: initial;
  box-shadow: none;
  border-radius: 0;
  overflow: hidden;
}
body.mobile .expense-history-close {
  right: 15px;
  top: 25px;
}
body.mobile .shell .subheader {
  padding: 0 8px;
}
body.mobile .shell .subheader h4 {
  font-size: 22px;
}
body.mobile .shell .subheader button {
  margin: 0;
}
body.mobile .shell .subheader button ng-md-icon {
  height: 18px;
  width: 18px;
  vertical-align: bottom;
  margin: 9px 0;
}
body.mobile .shell .subheader button span {
  font-size: 16px;
}
body.mobile .shell .page {
  padding: 0;
}
body.mobile .shell .page .expense-wrapper .date-header {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  background: #ebebeb;
  padding: 4px;
}
body.mobile .shell .page .expense-wrapper md-card.expense-item {
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 2px 0;
}
body.mobile .shell .page .expense-wrapper md-card.expense-item.no-date {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.mobile .shell .page .expense-wrapper md-card.expense-item md-card-content {
  font-size: 14px;
}
body.mobile .shell .page .expense-wrapper md-card.expense-item md-card-content > div {
  margin: 0 8px;
  overflow: hidden;
}
body.mobile .shell .page .expense-wrapper md-card.expense-item md-card-content .expense-item-image ng-md-icon,
body.mobile .shell .page .expense-wrapper md-card.expense-item md-card-content .expense-item-image img {
  height: 42px;
  width: 42px;
  margin: 4px;
}
body.mobile .shell .page .scroll-loader-wrapper {
  height: 32px;
  min-height: 32px;
  background: #ebebeb;
}
body.mobile .shell .expense-details div.receipt-info.flex-noshrink {
  z-index: 1;
  flex: 90;
}
body.mobile .shell .expense-details .receipt-info .label {
  font-size: 10px;
  margin: 0px 3px;
}
body.mobile .shell .expense-details .receipt-info .header-info {
  margin: 8px;
  font-size: 18px;
}
body.mobile .shell .expense-details .receipt-info .header-info .md-button.md-icon-button {
  height: 34px;
  width: 34px;
  line-height: 18px;
}
body.mobile .shell .expense-details .receipt-info .header-info .md-button.md-icon-button ng-md-icon {
  height: 18px;
  width: 18px;
}
body.mobile .shell .expense-details .receipt-info .content-info {
  margin: 8px;
  font-size: 12px;
}
body.mobile .shell .expense-details .receipt-info .content-error {
  padding: 0 8px;
  margin-left: 4px;
  margin-bottom: 5px;
}
body.mobile .shell .expense-details .receipt-info .permissions-error {
  margin-bottom: 5px;
}
body.mobile .shell .receipt-slideshow {
  height: auto !important; /*Fix white space around images on iOS devices*/
}
body.mobile .shell .receipt-slideshow .receipt-slideshow-image-container {
  overflow: hidden;
}
body.mobile .shell .receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-indicator > div {
  height: 8px;
  width: 8px;
  -webkit-box-shadow: 0.5px 1px 0.5px 0.5px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0.5px 1px 0.5px 0.5px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0.5px 1px 0.5px 0.5px rgba(0, 0, 0, 0.16), -1px -1px 1px 0 rgba(0, 0, 0, 0.08), 1px -1px 1px 0 rgba(0, 0, 0, 0.08);
}
body.mobile .shell .receipt-slideshow .receipt-slideshow-image-container .receipt-slideshow-image-indicator > div.receipt-slideshow-image-indicator-selected {
  height: 13px;
  width: 13px;
  margin: 4px;
}
body.mobile .add-expense .add-expense-content-wrapper {
  padding-top: 30px;
  overflow: auto;
}
body.mobile .add-expense .add-expense-content-wrapper .add-expense-attachments {
  height: auto;
  min-height: 240px;
}
body.mobile .add-expense .add-expense-content-wrapper .add-expense-details {
  height: auto;
}
body.mobile md-dialog.add-edit-dialog {
  min-width: 0;
  max-width: none;
  width: 80%;
  overflow: hidden;
}
body.mobile .content-flow {
  overflow: auto;
}

.page-wrapper {
  height: calc(100% - 50px);
  position: relative;
  overflow: visible;
}
.page-wrapper .page {
  height: 100%;
  overflow: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.business-multi-select .md-multi-select-list-wrapper {
  min-width: 255px;
  left: -35px;
}

/*Nav Bar*/
navbar {
  width: 330px;
  background-color: #ffffff;
  position: fixed;
  height: 100%;
  overflow-y: hidden;
  -moz-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width;
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width;
}
navbar .nav-header {
  height: 50px;
  width: 100%;
  padding: 26px/2 16px;
  background-color: #e2e2e2;
  overflow: hidden;
}
navbar .nav-header a.nav-toggle {
  cursor: pointer;
  color: #222222;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 12px;
}
navbar .nav-header a.nav-toggle .nav-icon {
  vertical-align: baseline;
  height: 24px;
  width: 24px;
}
navbar .nav-header img {
  margin: 10px;
  max-height: 30px;
}
navbar .nav-header span {
  font-size: 21px;
}
navbar .nav-list {
  overflow-y: auto;
  margin: 0;
}
navbar .nav-list > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
navbar .nav-list > div > a,
navbar .nav-list > div > span {
  color: #222222;
  font-size: 1rem;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px 0px 16px;
  display: inline-block;
  position: relative;
}
navbar .nav-list > div > a ng-md-icon, navbar .nav-list > div > a currency-icon,
navbar .nav-list > div > span ng-md-icon,
navbar .nav-list > div > span currency-icon {
  color: #222222;
}
navbar .nav-list > div > a ng-md-icon + span, navbar .nav-list > div > a currency-icon + span,
navbar .nav-list > div > span ng-md-icon + span,
navbar .nav-list > div > span currency-icon + span {
  position: relative;
  font-size: 1rem;
  padding: 0 12px;
  color: #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
navbar .nav-list > div > a {
  text-decoration: none;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
navbar .nav-list > div > a:hover {
  background-color: #e2e2e2;
}
navbar .nav-list .nav-count-display {
  text-align: center;
  cursor: pointer;
  line-height: normal;
  border-radius: 3px;
  min-width: 35px;
  padding: 3px 2px;
}
navbar .nav-list .nav-count-display span {
  cursor: pointer;
  font-size: 0.85rem;
}
navbar .hidden {
  display: none;
}
navbar.collapsed {
  width: 60px;
}
navbar.collapsed span {
  display: none;
}
navbar.collapsed img {
  display: none;
}
navbar.mobile {
  display: none;
}
navbar .impersonationButton:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}

/*Shell*/
.shell {
  width: calc(100% - 330px);
  margin-left: 330px;
}
.shell .header {
  background-color: #4CAF50;
  height: 50px;
}
.shell .header ng-md-icon {
  color: #ffffff;
  padding-right: 20px;
}
.shell .header profile-selector {
  margin-right: 45%;
}
.shell .header profile-selector md-select-value.md-select-value {
  color: white !important;
}
.shell .subheader {
  height: 50px;
  min-height: 0;
  padding: 0 16px;
}
.shell .subheader h4 {
  line-height: 50px;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
}
.shell .subheader button span {
  vertical-align: bottom;
  font-size: 18px;
  cursor: pointer;
}
.shell .subheader button span ng-md-icon {
  padding: 5px 20px 0 0;
  height: 42px;
  width: 42px;
}
.shell:not(.mobile) {
  -moz-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width, 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) margin-left;
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width, 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) margin-left;
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width, 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) margin-left;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) width, 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) margin-left;
}
.shell.expanded:not(.mobile) {
  width: calc(100% - 60px);
  margin-left: 60px;
}
.shell.mobile {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

/*Page Content*/
#viewer {
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
}

.md-calendar {
  color: black;
}

.new-expense-button {
  color: #ffffff;
}

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

.md-button.md-default-theme.md-fab {
  color: rgb(165, 165, 165);
  background-color: rgb(255, 255, 255);
}

md-list-item.md-no-click > div, md-list-item.md-no-click > div:hover,
md-list-item.md-no-click > div > .md-button {
  cursor: default;
}
md-list-item.md-no-click > div:hover, md-list-item.md-no-click > div:hover:hover,
md-list-item.md-no-click > div > .md-button:hover {
  background-color: inherit;
}
md-list-item.md-no-click .md-ripple-container {
  display: none;
}

.add-edit-dialog {
  min-width: 480px;
  height: auto;
}

.no-scroll {
  overflow: visible;
}

/*Add Expense Popup*/
.dialog-window {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  max-width: 80%;
  max-height: 95%;
  overflow: auto;
}

.dialog-window.add-expense-dialog {
  min-width: 1000px;
  width: 80%;
  height: 752px;
}

.add-expense {
  position: relative;
  height: 100%;
}
.add-expense .add-expense-attachments {
  background-color: #e2e2e2;
  padding: 16px;
  position: relative;
  height: 100%;
  overflow: auto;
}
.add-expense .add-expense-attachments:not(.mobile) {
  width: 55%;
}
.add-expense .add-expense-attachments .md-dialog-container {
  height: 100% !important;
  top: 0px !important;
}
.add-expense .add-expense-attachments .add-expense-attachments-no-items {
  height: 100%;
  width: 100%;
}
.add-expense .add-expense-attachments .add-expense-attachments-no-items ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}
.add-expense .add-expense-attachments .attachment {
  background-color: white;
  height: 100%;
  width: 100%;
  margin: 2px;
  position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .add-expense .add-expense-attachments .attachment {
    /* Chrome- and Safari-specific CSS here*/
    height: 100%;
    width: 100%;
  }
}
.add-expense .add-expense-attachments .attachment.mobile {
  height: 150px;
  width: 150px;
  margin: 10px;
}
.add-expense .add-expense-attachments .attachment .attachment-remove {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 32px;
  width: 32px;
  height: 32px;
  min-height: 0;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.85);
}
.add-expense .add-expense-attachments .attachment .attachment-file {
  max-height: 100%;
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}
.add-expense .add-expense-attachments .attachment .attachment-pdf {
  padding: 5px;
  margin: 15px;
}
.add-expense .add-expense-attachments .attachment .attachment-pdf:not(.attachment-pdf-no-src) {
  cursor: pointer;
}
.add-expense .add-expense-attachments .attachment .attachment-pdf:not(.attachment-pdf-no-src):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.add-expense .add-expense-attachments .attachment .attachment-pdf ng-md-icon {
  height: 100%;
  width: 100%;
  fill: rgba(0, 0, 0, 0.75);
}
.add-expense .add-expense-attachments input[type=file] {
  display: none;
}
.add-expense .add-expense-details {
  height: 100%;
  padding: 16px 0;
}
.add-expense .add-expense-details:not(.mobile) {
  width: 45%;
}
.add-expense .add-expense-details > * {
  padding: 0 16px;
}
.add-expense .add-expense-details .add-expense-details-controls {
  overflow: auto;
}
.add-expense .add-expense-details .special-instruction-message {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin-bottom: 18px;
  vertical-align: middle;
  padding-left: 36px;
  padding-right: 0;
}
.add-expense .add-expense-details .special-instruction-message .special-instruction-message-text {
  padding-top: 5px;
  padding-left: 5px;
}
.add-expense .add-expense-details .special-instruction-message > ng-md-icon {
  position: absolute;
  top: 5px;
  left: 2px;
}
.add-expense .add-expense-details .businessPurposeProjectSubProjectLabel {
  padding: 0px 0px 30px 40px;
  margin-top: -20px;
  font-size: 13px;
}
.add-expense .add-expense-details .businessPurposeProjectSubProjectLabel.mobile {
  padding-left: 55px;
}
.add-expense .add-expense-details .loading-blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

.dialog-window.approve-expense-dialog {
  height: 95%;
  min-width: 1000px;
  width: 80%;
  overflow: visible;
}

.approve-expense {
  height: 100%;
}
.approve-expense .approve-expense-close {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 20000;
}
.approve-expense .approve-expense-details {
  padding: 16px;
  height: 100%;
  overflow: auto;
  /* Labels */
  /* Dollar Amount */
}
.approve-expense .approve-expense-details .md-body-1:not(:first-child) {
  margin-top: 16px;
}
.approve-expense .approve-expense-details .md-display-1 {
  margin-left: 12px;
}
.approve-expense .approve-expense-receipts {
  position: relative;
  padding: 16px;
  height: 100%;
  background-color: #e2e2e2;
}
.approve-expense .approve-expense-receipts .approve-expense-receipts-none {
  height: 100%;
  width: 100%;
}
.approve-expense .approve-expense-receipts .approve-expense-receipts-none ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}
.approve-expense .approve-expense-receipts .approve-expense-receipts-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
}
.approve-expense .approve-expense-receipts .approve-expense-receipts-actions md-button,
.approve-expense .approve-expense-receipts .approve-expense-receipts-actions button {
  margin: 8px 24px;
}
.approve-expense .approve-expense-others {
  padding: 16px;
  overflow: auto;
}
.approve-expense .approve-expense-others.same-day {
  min-height: 62%;
}
.approve-expense .approve-expense-others .approve-expense-others-header ng-md-icon {
  margin-left: 8px;
  max-height: 18px;
  max-width: 18px;
}
.approve-expense .approve-expense-others md-list {
  padding: 8px 0px 0px 0px;
}
.approve-expense .approve-expense-others md-list md-list-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.approve-expense .approve-expense-others md-list md-list-item:first-child:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.approve-expense .approve-expense-others md-list md-list-item.short {
  min-height: 24px;
}
.approve-expense .approve-expense-others md-list md-list-item .md-button {
  line-height: normal;
}
.approve-expense .approve-expense-others md-list md-list-item .md-list-item-text > div > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.approve-expense .approve-expense-others md-list md-list-item .md-list-item-text > div > div:first-child {
  width: 0;
  margin-right: 12px;
}
.approve-expense .approve-expense-others .approve-expense-same-day {
  cursor: pointer;
}
.approve-expense .approve-expense-others .approve-expense-others-none ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}
.approve-expense .approve-expense-others .approve-expense-matching-title {
  margin-top: 12px;
}
.approve-expense .approve-expense-others .approve-expense-matching {
  cursor: pointer;
  position: relative;
  height: auto;
  background-color: rgb(128, 128, 128);
}
.approve-expense .approve-expense-others .approve-expense-matching .approve-expense-matching-receipt:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.approve-expense .approve-expense-others .approve-expense-matching .approve-expense-matching-receipt ng-md-icon {
  min-width: 75%;
  height: auto;
}
.approve-expense .approve-expense-others .approve-expense-matching .approve-expense-matching-receipt img {
  margin-top: 10px;
  min-width: 60%;
}
.approve-expense .approve-expense-others .approve-expense-matching .approve-expense-matching-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.dialog-window.related-expense-dialog {
  height: 95%;
  min-width: 1000px;
  width: 80%;
  overflow: visible;
}

.related-expense {
  height: 100%;
}
.related-expense .related-expense-close {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 20000;
}
.related-expense .related-expense-details {
  padding: 16px;
  height: 100%;
  overflow: auto;
  /* Labels */
  /* Dollar Amount */
}
.related-expense .related-expense-details .md-body-1:not(:first-child) {
  margin-top: 16px;
}
.related-expense .related-expense-details .md-display-1 {
  margin-left: 12px;
}
.related-expense .related-expense-receipts {
  position: relative;
  padding: 16px;
  height: 100%;
  background-color: #e2e2e2;
}
.related-expense .related-expense-receipts .related-expense-receipts-none {
  height: 100%;
  width: 100%;
}
.related-expense .related-expense-receipts .related-expense-receipts-none ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.dialog-window.expense-history-dialog {
  height: 400px;
  width: 800px;
  overflow: visible;
}

.expense-history {
  height: 100%;
  width: 100%;
  padding: 12px;
  overflow: visible;
}
.expense-history .expense-history-close {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  line-height: 32px;
  width: 32px;
  height: 32px;
  min-height: 0;
  padding: 0 4px;
  color: rgba(0, 0, 0, 0.85);
}
.expense-history .expense-history-spacer {
  height: 100%;
  width: 100%;
  padding: 12px;
  overflow: auto;
}
.expense-history .expense-history-spacer .reject-info-button {
  border-radius: 20%;
  margin: 0px;
  min-height: 7px;
  min-width: 7px;
  line-height: 7px;
  padding: 0px 0px 0px 1px;
}
.expense-history .expense-history-spacer .expense-history-cell {
  padding: 2px 8px;
}
.expense-history .expense-history-spacer .expense-history-cell span {
  margin-left: 8px;
}
.expense-history .expense-history-spacer md-divider {
  margin: 4px 0;
}
.expense-history .expense-history-reject-info {
  padding: 0px 0px 0px 10px;
}
.expense-history .expense-history-reject-info .reject-info-text {
  padding: 15px 0px 15px 15px;
  font-size: 14px;
}

md-dialog.report-name-dialog {
  width: 500px;
}

.expenses-welcome-dialog md-dialog-content,
.approvals-welcome-dialog md-dialog-content,
.reject-reason-dialog md-dialog-content,
.filter-save-dialog md-dialog-content,
.report-name-dialog md-dialog-content,
.bulk-pay-payroll-dialog md-dialog-content {
  padding: 32px 16px 0;
}

.confirm-dialog md-dialog-content {
  padding: 32px 16px;
}
.confirm-dialog .md-button.ok-button {
  margin: 8px 24px;
}

.md-dialog-container {
  z-index: 10005;
}

.report-preview-wrapper {
  position: fixed;
  left: 200%;
  top: 0;
  overflow: visible;
}

.report-preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 1684px;
  width: 1190px;
  background-color: white;
  padding: 48px;
  margin: 0;
  box-shadow: none;
  border: none;
}
.report-preview .report-preview-header > * {
  padding: 8px;
}
.report-preview .report-preview-header img {
  max-height: 100px;
}
.report-preview .report-preview-header .report-preview-header-address {
  margin: 0 48px;
}
.report-preview .report-preview-header .report-preview-header-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-right: 16px;
}
.report-preview .report-preview-content {
  padding: 48px 0;
}
.report-preview .report-preview-content .report-preview-content-header,
.report-preview .report-preview-content .report-preview-content-cell {
  padding: 3px 12px;
}
.report-preview .report-preview-content .report-preview-content-header {
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 3px;
}
.report-preview .report-preview-content .report-preview-content-cell {
  height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-preview .report-preview-content .report-preview-receipt {
  height: 100%;
  width: 100%;
  margin: 24px;
  position: relative;
}
.report-preview .report-preview-content .report-preview-receipt img {
  max-height: 100%;
  max-width: 100%;
}
.report-preview .report-preview-content .report-preview-receipt .report-preview-reveipt-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 16px;
}
.report-preview .report-preview-content .report-preview-receipt .report-preview-reveipt-info .report-preview-receipt-info-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

mdp-date-picker md-input-container {
  min-width: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
}
mdp-date-picker > div > button.md-button.md-icon-button {
  padding-left: 0;
  margin-left: -4px;
}
mdp-date-picker input::-webkit-calendar-picker-indicator {
  display: none;
}
mdp-date-picker input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}
mdp-date-picker .md-errors-spacer {
  display: none;
}

md-input-container md-switch {
  margin: 0;
}
md-input-container > ng-md-icon + input {
  margin-left: 0;
}
md-input-container:not(.show-error-spacer) .md-errors-spacer, md-input-container:not(.show-error-spacer):after {
  display: none;
}

.transaction-red {
  color: rgb(245, 22, 22);
}

.transaction-orange {
  color: rgb(251, 159, 29);
}

.transaction-green {
  color: rgb(24, 176, 29);
}

.transaction-grey {
  color: rgba(0, 0, 0, 0.65);
}

/* My Expenses Page */
.date-header {
  color: #a5a5a5;
  background-color: #e2e2e2;
  padding: 5px;
}

.page-header md-card.totals {
  margin-bottom: 12px;
}
.page-header md-card.totals md-card-content {
  padding: 0;
}
.page-header md-card.totals md-card-content > div {
  margin: 0px 20px;
}
.page-header md-card.totals md-card-content ng-md-icon {
  height: 50px;
  width: 50px;
  margin: 10px;
}
.page-header md-card.filter md-card-content {
  padding: 8px 12px;
}
.page-header md-card.filter md-card-content .filter-header {
  position: relative;
}
.page-header md-card.filter md-card-content .filter-header .filter-header-label {
  cursor: pointer;
  font-weight: 700;
  line-height: 40px;
  width: 54px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-header md-card.filter md-card-content .filter-header .filter-header-toggle {
  width: 44px;
}
.page-header md-card.filter md-card-content .filter-header .filter-header-toggle .md-button.md-icon-button {
  margin: 0;
}
.page-header md-card.filter md-card-content .filter-header .filter-header-wrapper {
  max-width: calc(100% - 98px);
}
.page-header md-card.filter md-card-content .filter-header .filter-header-wrapper .filter-entry {
  border-radius: 3px;
  padding: 5px 10px;
  margin: 7.5px 5px;
  color: #ffffff;
  background-color: #4CAF50;
  font-size: 13px;
  line-height: 14px;
  max-width: 100%;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.page-header md-card.filter md-card-content .filter-header .filter-header-wrapper .filter-entry .filter-entry-label {
  font-weight: 700;
}
.page-header md-card.filter md-card-content .filter-header .filter-header-wrapper .filter-entry ng-md-icon {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin-top: -2px;
}
.page-header md-card.filter md-card-content .filter-panel {
  padding: 16px;
  padding-bottom: 0;
}
.page-header md-card.filter md-card-content .filter-panel .filter-panel-amounts-inputs md-input-container .md-errors-spacer {
  display: none;
}
.page-header md-card.filter md-card-actions .filter-sets > div {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  min-width: 88px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  background: transparent;
  color: currentColor;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-header md-card.filter md-card-actions .filter-sets > div a {
  display: inline-block;
  position: relative;
}
.page-header md-card.filter md-card-actions .filter-sets > div a ng-md-icon {
  position: relative;
  top: -1px;
  height: 19px;
  width: 19px;
}

md-card.expense-item {
  position: relative;
}
md-card.expense-item:not(.expense-item-no-click) {
  cursor: pointer;
}
md-card.expense-item.expense-item-excluded md-card-content {
  opacity: 0.5;
}
md-card.expense-item md-card-content {
  padding: 0;
}
md-card.expense-item md-card-content .expense-item-image img {
  height: 50px;
  width: 50px;
  margin: 10px;
}
md-card.expense-item md-card-content .expense-item-image ng-md-icon {
  height: 50px;
  width: 50px;
  margin: 10px;
}
md-card.expense-item md-card-content > div {
  margin: 0px 20px;
}
md-card.expense-item md-card-content > div .expense-business-purpose {
  max-width: 100%;
}

.expense-details {
  overflow: auto;
}
.expense-details .expense-details-receipts-none {
  height: 100%;
  width: 100%;
}
.expense-details .expense-details-receipts-none ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
}
.expense-details .receipt-image {
  background-color: #ffffff;
  min-height: 300px;
}
.expense-details .receipt-info {
  background-color: #ffffff;
}
.expense-details .receipt-info .header-info {
  font-size: 22px;
  margin: 20px 20px 5px 20px;
}
.expense-details .receipt-info .header-info .label {
  font-size: 12px;
}
.expense-details .receipt-info .content-info {
  margin: 20px;
}
.expense-details .receipt-info .content-info .label {
  font-size: 12px;
  color: #a5a5a5;
}
.expense-details .receipt-info .content-info span {
  margin: 0px 4px;
}
.expense-details .receipt-info .content-info .content-info-description {
  margin-top: 8px;
}
.expense-details .receipt-info .spacer-button {
  visibility: hidden;
  pointer-events: none;
}
.expense-details .receipt-info .content-error {
  padding: 0 20px;
  font-size: 12px;
  margin-left: 4px;
  margin-bottom: 5px;
}
.expense-details .receipt-info .permissions-error {
  margin-bottom: 5px;
}
.expense-details .rating-description {
  color: #a5a5a5;
  font-size: 12px;
}

.empty-details {
  background-color: #ffffff;
  color: #a5a5a5;
  height: 100%;
  width: 100%;
}
.empty-details ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.payroll-approval-expense-chip {
  font-size: 12px;
  background: rgb(25, 118, 210);
  color: rgb(255, 255, 255);
  border: 1px solid white;
}

.payroll-approval-expense-chips md-chips-wrap {
  box-shadow: 0 0px !important;
}

md-card.payroll-approval-expense-card md-card-title {
  position: relative;
  box-sizing: content-box;
  padding: 8px 0;
  height: 50px;
}
md-card.payroll-approval-expense-card md-card-title .approvals-title-text {
  padding: 0 16px;
}
md-card.payroll-approval-expense-card md-card-title .approvals-title-text .md-title {
  font-weight: normal;
}
md-card.payroll-approval-expense-card md-card-title .approvals-title-text .md-caption {
  margin-top: 4px;
}

.payrollBulkMarkAsPaidButtonContainer {
  text-align: right;
}

md-card.approvals-expense-card {
  margin: 9px;
}
md-card.approvals-expense-card md-card-title {
  position: relative;
  box-sizing: content-box;
  padding: 8px 0;
  height: 50px;
}
md-card.approvals-expense-card md-card-title .approvals-title-text {
  padding: 0 16px;
}
md-card.approvals-expense-card md-card-title .approvals-title-text .md-title {
  font-weight: normal;
}
md-card.approvals-expense-card md-card-title .approvals-title-text .md-caption {
  margin-top: 4px;
}
md-card.approvals-expense-card md-card-title button.expand-chevron.ng-hide {
  display: block !important;
  visibility: hidden;
}
md-card.approvals-expense-card md-card-title .expand-chevron ng-md-icon {
  height: 24px;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
md-card.approvals-expense-card md-card-title .expand-chevron ng-md-icon.md-icon-rotated {
  transform: rotate(-180deg);
}
md-card.approvals-expense-card md-card-content {
  padding: 0;
  padding-left: 14px;
}
md-card.approvals-expense-card md-card-content md-list {
  padding: 0;
}
md-card.approvals-expense-card md-card-content md-list md-list-item {
  height: 72px;
  padding: 0;
}
md-card.approvals-expense-card md-card-content md-list md-list-item:before {
  min-height: 0;
}
md-card.approvals-expense-card md-card-content md-list md-list-item > div.md-button:first-child {
  padding: 0;
}
md-card.approvals-expense-card md-card-content md-list md-list-item.animate-slide {
  min-height: 0;
  max-height: 72px;
  overflow-y: hidden;
}
md-card.approvals-expense-card md-card-content md-list md-list-item.animate-slide.ng-hide-add, md-card.approvals-expense-card md-card-content md-list md-list-item.animate-slide.ng-hide-remove {
  -moz-transition: max-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: max-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -webkit-transition: max-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: max-height cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
md-card.approvals-expense-card md-card-content md-list md-list-item.animate-slide.ng-hide {
  max-height: 0;
  border: none;
}
md-card.approvals-expense-card md-card-content md-list md-list-item .md-avatar {
  margin-left: 16px;
  height: auto;
  width: auto;
  max-height: 40px;
  max-width: 40px;
  border-radius: 0;
}
md-card.approvals-expense-card md-card-content md-list md-list-item .md-button {
  line-height: normal;
}
md-card.approvals-expense-card md-card-content md-list md-list-item .md-list-item-text {
  margin-right: 16px;
  overflow: hidden;
}
md-card.approvals-expense-card md-card-content md-list md-list-item .md-list-item-text > div > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
md-card.approvals-expense-card md-card-content md-list md-list-item .md-list-item-text > div > div:first-child {
  width: 0;
  margin-right: 12px;
}
md-card.approvals-expense-card md-card-actions {
  margin: 0;
}

md-card.payroll-approval-expense-card md-card-title button.expand-chevron.ng-hide {
  display: none !important;
  visibility: hidden;
}

.expenses-no-items {
  height: 100%;
  width: 100%;
}
.expenses-no-items ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.not-found-content {
  height: 100%;
  width: 100%;
}
.not-found-content ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.approvals-no-items {
  height: 100%;
  width: 100%;
}
.approvals-no-items ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.reports-no-items {
  height: 100%;
  width: 100%;
}
.reports-no-items ng-md-icon {
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  height: 100%;
  fill: rgba(0, 0, 0, 0.25);
  margin: 0;
}

.reports-controls {
  background-color: #ffffff;
}
.reports-controls .reports-controls-filters {
  padding: 16px;
  overflow: auto;
}
.reports-controls .reports-controls-filters .md-errors-spacer {
  display: none;
}

md-button.md-link,
button.md-link {
  color: #0085c6;
}
md-button.md-link[disabled],
button.md-link[disabled] {
  color: rgb(187, 187, 187);
}

md-toast {
  z-index: 2000000;
}

.md-toast-content.multi-row {
  box-sizing: content-box;
  padding-top: 18px;
  padding-bottom: 18px;
}

md-toast.md-success-toast-theme .md-toast-content {
  background-color: green;
}

md-toast.md-error-toast-theme .md-toast-content {
  background-color: red;
}

.full-opaque-loader-overlay.dw-loading.dw-loading-overlay {
  background-color: #ffffff;
}
.full-opaque-loader-overlay.dw-loading.dw-loading-overlay.grey-loader-overlay {
  background-color: #e2e2e2;
}

.depth-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select,
md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select,
md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select,
md-toolbar:not(.md-menu-toolbar) md-select {
  font-size: initial;
  margin-top: -4px;
}
md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select md-select-value,
md-toolbar.md-default-theme.md-hue-1:not(.md-menu-toolbar) md-select md-select-value *,
md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select md-select-value,
md-toolbar.md-hue-1:not(.md-menu-toolbar) md-select md-select-value *,
md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select md-select-value,
md-toolbar.md-default-theme:not(.md-menu-toolbar) md-select md-select-value *,
md-toolbar:not(.md-menu-toolbar) md-select md-select-value,
md-toolbar:not(.md-menu-toolbar) md-select md-select-value * {
  color: rgba(255, 255, 255, 0.87) !important;
  border-bottom-color: rgba(255, 255, 255, 0.87) !important;
}

md-tooltip._md-show,
md-tooltip._md-show > div {
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.scroll-loader-wrapper {
  height: 40px;
  min-height: 40px;
}

.md-multi-select-option-chip,
.md-multi-select-chip-content {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.md-virtual-repeat-offsetter {
  background-color: #FFF;
}

#newExpense {
  line-height: 35px;
}

.foreign-amount {
  font-size: 34px;
}

#small-amount {
  font-size: 14px;
}

#mdSwitchAdvanced {
  float: left;
  text-wrap: wrap;
}

#divAdvanced {
  line-height: 30px;
}

#mobileAttachReceipt {
  margin: 0 auto;
  margin-top: 15px;
}

#businessPurposeDialogButtons {
  background-color: #FFF;
}

.md-datepicker-calendar-pane {
  z-index: 10002 !important;
}

currency-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

md-input-container > currency-icon {
  position: absolute;
  top: 5px;
  left: 2px;
}

.md-datepicker-input {
  font-size: 16px;
}

expenses-date-picker {
  width: 100%;
}

input.hide-spinner::-webkit-outer-spin-button,
input.hide-spinner::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number].hide-spinner {
  -moz-appearance: textfield; /* Firefox */
}

.pswp__scrollWheelTooltip {
  width: 100%;
  background: rgba(0, 0, 0, 0.1411764706);
}

.pswp__scrollWheelTooltip div {
  color: white;
  display: flex;
  font-size: 18px;
  height: 50px;
  align-items: center;
  justify-content: center;
  /*margin-left: 50px;*/
}

.hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
}

.date-picker-hint {
  margin-left: 34px;
}

/* User Management table formatting */
.user-mgmt-card {
  margin-top: 16px;
}

.user-mgmt-table th[md-column],
.user-mgmt-table td[md-cell] {
  padding: 12px 16px;
}

.user-mgmt-table td[md-cell] {
  vertical-align: middle;
}

.user-mgmt-filter-card .filter-header-label {
  cursor: pointer;
  font-weight: 500;
}

.user-mgmt-table thead th[md-column] {
  text-align: left !important;
}

.user-mgmt-table thead[md-head] th[md-column] {
  border-bottom: 2px solid #020202 !important;
}

.user-permissions-list .user-permission-item {
  line-height: 1.4;
}

.user-mgmt-table thead tr[md-row] th[md-column] {
  border-bottom: 2px solid #ddd;
}

.user-mgmt-table tbody tr[md-row] td[md-cell] {
  border-bottom: 1px dotted #ccc;
}

.user-mgmt-table tbody tr[md-row]:last-child td[md-cell] {
  border-bottom: none;
}

.user-mgmt-table tbody tr[md-row]:hover {
  background-color: #f3fbf3;
}

.edit-user-select-menu.md-select-menu-container {
  z-index: 200000;
}

.md-select-menu-container,
.md-select-backdrop {
  z-index: 10010 !important;
}

.edit-user-dialog-wide {
  max-width: 900px;
  width: 90%;
}

.edit-user-dialog .user-sections {
  margin-top: 16px;
}

.edit-user-dialog .user-section {
  box-sizing: border-box;
  padding-right: 24px;
  margin-bottom: 16px;
}

.edit-user-dialog .user-section.single-column {
  padding-right: 0;
}

.edit-user-dialog .section-title {
  margin-bottom: 8px;
}

.edit-user-dialog .add-permission-row {
  margin-top: 8px;
}

.edit-user-dialog .lock-indicator {
  margin-left: 8px;
  margin-bottom: 16px;
  color: #666;
}
copy-expense md-card {
  background-color: inherit;
  box-shadow: none;
}
copy-expense md-card-content {
  min-height: 350px;
  padding-bottom: 0;
}
copy-expense md-card-actions {
  padding-bottom: 10px;
}
svg {
  pointer-events: none;
  display: block;
}

.currency-icon-length-3 {
  font-size: 13px;
}

.currency-icon-length-2 {
  font-size: 20px;
}

.currency-icon-length-1 {
  font-size: 24px;
}

.currency-icon-length-default {
  font-size: 24px;
}

.currency-icon-bold {
  font-weight: bold;
}
.date-picker {
  width: 100%;
}
.date-picker._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
  left: 34px;
  right: 0;
}
.date-picker md-datepicker {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.date-picker md-datepicker .md-datepicker-button {
  margin-left: -12px;
}
.date-picker md-datepicker .md-datepicker-input-container {
  display: flex;
}
.date-picker md-datepicker .md-datepicker-input-container .md-datepicker-input {
  max-width: 100%;
  min-width: 100%;
}
.date-picker md-datepicker .md-datepicker-input-container .md-datepicker-triangle-button {
  right: 8px;
}
.date-picker .md-input-messages-animation .md-input-message-animation {
  margin-left: 34px;
}
.multiple-date-picker {
  background-color: #ffffff;
  max-width: 308px;
}
.multiple-date-picker .picker-days-week-row {
  background-color: rgb(224, 224, 224);
  padding-top: 10px;
  padding-bottom: 10px;
}
.multiple-date-picker .picker-days-row {
  padding-bottom: 10px;
}
.multiple-date-picker .picker-days-row .picker-day {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 13%;
  margin-left: 0.64%;
  margin-right: 0.64%;
}
.multiple-date-picker .picker-days-row .picker-day.picker-off {
  background-color: inherit;
  color: rgba(0, 0, 0, 0.435);
}
.multiple-date-picker .picker-days-row .picker-day.picker-empty {
  background-color: inherit;
}
.multiple-date-picker .picker-days-row .picker-day.picker-selected:not(.picker-other-month) {
  background-color: #4CAF50;
  color: #ffffff;
}
.multiple-date-picker .picker-days-row .picker-day.today:not(.picker-other-month) {
  border: 1px solid #4CAF50;
}
.multiple-date-picker .picker-days-row .picker-day.today:not(.picker-other-month):not(.picker-off):not(.picker-selected) {
  color: inherit;
}
.multiple-date-picker .picker-days-row .picker-day:not(.picker-off):not(.picker-empty):not(.picker-selected):hover {
  background-color: rgb(224, 224, 224);
  color: inherit;
}