.breakURL {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}

.breakWords, .app-filters ul li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  white-space: unset;
}

body .app-view {
  background: rgb(28, 86, 139);
  background: radial-gradient(ellipse at center, rgb(28, 86, 139) 5%, rgb(10, 9, 23) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c568b', endColorstr='#0a0917', GradientType=1);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  position: fixed;
}
body .app-view .app-inner {
  height: 100%;
}
body .button.primary {
  background-color: #2254A5;
  border: 1px solid #B3B3B3;
}
body .dark {
  color: white;
}
body .dark a {
  color: white;
}
@media print, screen and (max-width: 650px) {
  body .app-view .app-inner {
    display: none;
  }
}
body .app-view:after {
  content: "We do not support this sized monitor";
  text-align: center;
  padding-top: 20%;
  width: 100%;
  color: white;
  display: block;
}
body .fade.ng-leave {
  -webkit-transition: 2s linear all;
  transition: 2s linear all;
  opacity: 1;
}
body .fade.ng-leave.ng-leave-active {
  opacity: 0;
}
body .slide-in {
  position: relative;
  height: 100%;
}
body .slide-in.ng-enter, body .slide-in.ng-leave {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .slide-in.ng-enter {
  opacity: 0;
  top: 100px;
  -webkit-transform: translate3d(0px, 0, 0);
}
body .slide-in.ng-enter-active {
  top: 0px;
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
}
body .slide-in.ng-leave {
  opacity: 1;
  top: 100px;
  -webkit-transform: translate3d(0px, 0, 0);
}
body .slide-in.ng-leave-active {
  top: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0, 0);
}
body .button.clean {
  background-color: transparent;
  color: black;
}
body .dark .button.clean {
  color: white;
}
body .button-group-topRight {
  position: absolute;
  top: 0;
  right: 0;
}
body .button-group.light a {
  background-color: transparent;
  color: black;
}
body .app-loader.ng-enter, body [ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .app-loader.ng-enter {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
body .app-loader.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body .app-loader.ng-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body .app-loader.ng-leave-active {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
body .main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
body .main-container.ng-enter, body .main-container.ng-leave {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .main-container.ng-enter {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
body .main-container.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body .main-container.ng-leave {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body .main-container.ng-leave-active {
  opacity: 0;
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
body .dropdown-pane.is-open {
  visibility: visible;
  opacity: 1;
}
body .dropdown-pane {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
}
body .dropdown-pane:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  border-bottom: 15px solid white;
  top: -15px;
  left: 10%;
}
body .app-user-nav .dropdown-pane {
  left: auto !important;
  right: 0;
}
body .app-user-nav .dropdown-pane:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  border-bottom: 15px solid white;
  top: -15px;
  left: auto;
  right: 28%;
}

.app-login {
  height: 100%;
}
.app-login .sign-in-form .button.primary {
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 0;
  font-size: 24px;
  max-width: 240px;
  margin: 20px auto;
  float: none !important;
  display: block;
  border: 1px solid rgba(47, 47, 47, 0);
  border-radius: 4px;
  overflow: hidden;
}
.app-login .sign-in-form .button.primary i {
  background: #2c6fad;
  padding: 11px;
  float: left;
  opacity: 0.7;
  color: white;
}
.app-login .sign-in-form .button.primary span {
  float: left;
  padding: 10px;
  opacity: 1;
  color: rgba(15, 91, 148, 0.6);
}
.app-login .sign-in-form .button.primary:focus, .app-login .sign-in-form .button.primary:hover {
  background: rgb(222, 222, 222);
  -webkit-box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.63);
}
.app-login .sign-in-form {
  background-color: transparent;
}
.app-login .sign-in-form h4 {
  color: white;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.app-login .sign-in-form label {
  float: left;
  color: #2254A5;
  font-size: 15px;
}
.app-login .sign-in-form input {
  border: 1px solid #2254A5;
  text-indent: 24px;
}
.app-login .form-input-icon {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
}
.app-login .form-input-icon i {
  color: #2254A5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}
.app-login .forgot-password {
  padding: 40px 50px;
}

body .consumers-app .app-content-view .slide-in.single-view.ng-enter, body .consumers-app .app-content-view .slide-in.single-view.ng-leave {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

body #consumer-form fieldset {
  border: 0;
}
body .w3-black {
  color: #000 !important;
  background-color: #d7eefb !important;
}
body .handsontable td,
body .handsontable th {
  max-width: 400px;
}
@media screen and (max-width: 1440px) {
  body .handsontable td,
  body .handsontable th {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  body .handsontable td,
  body .handsontable th {
    max-width: 250px;
  }
}
body .reveal.consumer-modal {
  padding: 25px 25px 10px 25px;
}
body .reveal.consumer-modal .confirmation-modal {
  text-align: center;
}
body .reveal.consumer-application-modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: auto;
  bottom: auto;
  width: 100vw !important;
  max-width: 1920px !important;
  height: 100vh !important;
  max-height: 1080px !important;
  min-height: unset;
  margin: 0 !important;
  padding: 15px 15px 10px 15px;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .reveal.consumer-application-modal > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .reveal.consumer-application-modal .record-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: auto;
}
body .reveal.consumer-application-modal .form-list {
  height: 100%;
}
body .reveal.consumer-application-modal .form-list > .grid-x {
  height: 100%;
}
body .reveal.consumer-application-modal .form-list .application-modal-col {
  height: 100%;
}
body .reveal.consumer-application-modal .form-list .application-modal-col .grid-x.small-12 {
  margin-bottom: 0;
}
body .reveal.consumer-application-modal .form-list .grid-x {
  padding: 1px 10px 0 0;
}
body .reveal.consumer-application-modal .record-content .form-list .small-9 span,
body .reveal.consumer-application-modal .form-list .small-9 span {
  margin-bottom: 0;
}
body .reveal.consumer-application-modal .form-list input,
body .reveal.consumer-application-modal .form-list select,
body .reveal.consumer-application-modal .form-list textarea,
body .reveal.consumer-application-modal .form-list label,
body .reveal.consumer-application-modal .form-list span {
  padding-bottom: 0;
  margin-bottom: 0;
}
body .reveal.consumer-application-modal .form-list input,
body .reveal.consumer-application-modal .form-list select,
body .reveal.consumer-application-modal .form-list textarea,
body .reveal.consumer-application-modal .form-list label {
  padding-top: 0.25rem;
}

.dashboard-main {
  padding: 60px 20px;
}
.dashboard-main .logo {
  max-width: 300px;
}
@media print, screen and (max-width: 48em) {
  .dashboard-main .logo {
    max-width: 600px;
  }
}

.dashboard {
  height: 100%;
}
.dashboard .inner-view {
  overflow: auto;
  height: 100%;
}

.app_nav {
  padding: 20px;
}
.app_nav .cell {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  max-width: 14.2%;
  width: 14.2%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media print, screen and (max-width: 54em) {
  .app_nav .cell {
    max-width: 25%;
  }
}
@media print, screen and (max-width: 48em) {
  .app_nav .cell {
    max-width: 33.3%;
  }
}
@media print, screen and (max-width: 38em) {
  .app_nav .cell {
    max-width: 50%;
  }
}
.app_nav .d-link {
  display: inline-block;
  color: white;
  width: 100%;
}
.app_nav .d-link .app_icon {
  max-width: 142px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  border: 1px solid white;
  width: 100%;
}
.app_nav .d-link .app_icon img {
  width: 100%;
  height: auto;
}

.app-switcher .d-link {
  display: inline-block;
  color: white;
  width: 100%;
}
.app-switcher .d-link .app_icon {
  max-width: 60px;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  border: 1px solid gray;
  width: 100%;
  margin: 4px auto;
  display: block;
  float: none;
}
.app-switcher .d-link .app_icon img {
  width: 100%;
  height: auto;
}
.app-switcher .d-link p {
  font-size: 12px;
  color: gray;
  text-align: center;
}

.dashboard .top-bar {
  background: transparent;
  background-color: transparent;
}
.dashboard .top-bar ul {
  background: transparent;
  background-color: transparent;
}
.dashboard .top-bar .top-bar-title a {
  color: white;
}
.dashboard .top-bar .top-bar-right div > ul > li .d-tog a {
  color: white;
}
.dashboard .top-bar .top-bar-right div > ul > li .avatar {
  max-width: 20px;
  display: block;
  float: left;
  height: auto;
  margin-right: 4px;
}
.dashboard .top-bar .top-bar-right div > ul > li .avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.dashboard .top-bar .top-bar-right .user-dropdown {
  border-right: 1px solid white;
}
.dashboard .top-bar .top-bar-right .user-dropdown a::after {
  display: none !important;
}
.dashboard .top-bar .top-bar-right .user-dropdown .username {
  float: left;
}
.dashboard .top-bar .top-bar-right .user-dropdown i {
  padding: 0 10px;
  position: relative;
  top: 4px;
  display: inline;
}
.dashboard .top-bar .top-bar-right .help i span:before {
  color: rgb(255, 255, 255);
}

.locations-app {
  padding-top: 67px !important;
  padding-bottom: 0px !important;
}

.map-container {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.map-container .map {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.map-container .map .cell {
  display: block;
  height: 100% !important;
  position: absolute;
}

.map-overlay {
  width: auto;
  position: absolute;
  padding: 2%;
  height: auto;
  bottom: 0;
}
.map-overlay .inner {
  width: auto;
  background: white;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
  padding: 20px;
  max-width: 900px;
  position: relative;
  display: inline-block;
}
.map-overlay .map-record {
  width: auto;
  display: inline-block;
  min-width: 200px;
}
.map-overlay .location-header, .map-overlay .record-snippet {
  width: 100%;
  float: left;
}
.map-overlay .record-snippet ul li {
  width: 100%;
}
.map-overlay .address ul li {
  background: transparent;
  width: 100%;
  float: left;
}
.map-overlay .button-group a {
  font-size: 1.2em;
  color: #b1b1b1;
}
.map-overlay .button-group a:hover {
  color: #0076ff;
}

.app-records.map-records .record-snippet {
  width: 100%;
}
.app-records.map-records .record-snippet ul {
  width: 100%;
}
.app-records.map-records li {
  float: left;
  width: 100%;
}
.app-records.map-records li a > span {
  padding: 4px 6px;
  display: block;
}
.app-records.map-records li .avatar {
  padding: 12px;
}

.app-records.map-records .avatar-cell, .app-records.map-record .avatar-cell, .map-overlay .avatar-cell {
  max-width: 100px;
}
.app-records.map-records .avatar-cell .avatar, .app-records.map-record .avatar-cell .avatar, .map-overlay .avatar-cell .avatar {
  width: 100%;
}
.app-records.map-records .address, .app-records.map-record .address, .map-overlay .address {
  padding: 0;
  display: inline-block;
  padding-left: 0;
  width: auto !important;
  max-width: 76% !important;
}
.app-records.map-records .address ul, .app-records.map-record .address ul, .map-overlay .address ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  background-color: transparent;
}
.app-records.map-records .address ul .record-title, .app-records.map-record .address ul .record-title, .map-overlay .address ul .record-title {
  padding: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}
.app-records.map-records .address ul li, .app-records.map-record .address ul li, .map-overlay .address ul li {
  background: transparent;
}
.app-records.map-records .address ul li p, .app-records.map-record .address ul li p, .map-overlay .address ul li p {
  font-size: 12px;
  margin-bottom: 0;
}

.map-record .avatar {
  padding: 4px 18px;
}
.map-record .address {
  float: left;
  list-style: none;
}
.map-record .location-header {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.map-record .location-header .small-2, .map-record .location-header .small-10 {
  width: auto;
  float: left;
}
.map-record ul {
  margin-bottom: 0;
  margin-left: 0;
}

.map-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0;
}

.map-overlay.ng-hide {
  visibility: hidden;
  opacity: 0;
  bottom: -100px;
}

@media print, screen and (max-width: 64em) {
  .app-menu-container {
    display: block;
    float: left;
  }
}

.app-top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.app-top-nav .top-bar-left {
  float: left;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.app-top-nav .logo-container {
  float: left;
}
.app-top-nav .logo-container .logo {
  width: 100%;
  max-width: 120px;
  height: 100%;
  padding: 10px;
}
.app-top-nav .app-menu-container {
  float: left;
}
.app-top-nav .app-menu-container .app-switcher {
  border-bottom: 0px solid #b5def6;
}
.app-top-nav .app-menu-container ul {
  background: white;
}
.app-top-nav .top-bar,
.app-top-nav .top-bar ul {
  background-color: #e6e6e6;
}

@media print, screen and (max-width: 64em) {
  .appcontent {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.app_layout {
  height: 100%;
}
.app_layout .grid-x {
  height: 100%;
}
.app_layout .grid-x .app-side-menu {
  height: 100%;
  border-right: 1px solid #c2c4c5;
  background-color: #e4e6e8;
  position: relative;
  padding: 0;
  z-index: 3;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 64em) {
  .app_layout .grid-x .app-side-menu {
    height: auto;
    position: fixed;
    border-bottom: 1px solid #b5def6;
    top: 0;
  }
}
.app_layout .grid-x .app-side-menu .inner-view {
  overflow: auto;
  height: 100%;
}
@media print, screen and (max-width: 64em) {
  .app_layout .grid-x .app-side-menu .inner-view {
    height: auto;
    overflow: visible;
  }
}
.app_layout .grid-x .app-side-menu .inner-view .app-filters .is-drilldown {
  max-width: 100% !important;
}
.app_layout .grid-x .app-side-menu .title-bar-bottom {
  background-color: #e4e6e8;
  border-top: 1px solid #c2c4c5;
}
@media print, screen and (max-width: 64em) {
  .app_layout .grid-x .app-side-menu .title-bar-bottom {
    position: fixed;
    border: 0;
    width: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background: whitesmoke;
    border-top: 1px solid #dadada;
  }
}
.app_layout .grid-x .app-side-nav {
  border-right: 1px solid #c2c4c5;
  background-color: #f9f9f9;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 48px;
}
.app_layout .grid-x .app-side-nav.reports {
  padding-top: 0px;
}
.app_layout .grid-x .app-side-nav.reports .title-bar-search {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.app_layout .grid-x .app-side-nav .inner-view {
  overflow: auto;
  height: 100%;
  position: absolute;
  width: 100%;
  padding-top: 49px;
  top: 0;
  left: 0;
  z-index: 4;
}
.app_layout .grid-x .app-side-nav .inner-view .app-records {
  width: 100%;
  height: auto;
  display: inline-block;
}
.app_layout .grid-x .app-content-view {
  padding: 0;
  position: relative;
  z-index: 1;
}
.app_layout .grid-x .app-content-view > .grid-x {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.app_layout .grid-x .app-content-view .single-view {
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
}
.app_layout .grid-x .app-content-view .top-bar {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
@media print, screen and (max-width: 64em) {
  .app_layout .grid-x .app-content-view {
    padding-bottom: 90px;
  }
}
.app_layout .grid-x .app-content-view .inner-view {
  height: auto;
  display: inline-block;
}
.app_layout .grid-x .app-content-view {
  background-color: white;
}
.app_layout .grid-x .app-content-view .title-bar-bottom {
  border-top: 1px solid lightblue;
  padding: 14px 20px;
  display: inline-block;
  height: auto;
  border-right: 0;
  bottom: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.app_layout .grid-x .app-content-view .title-bar-bottom button {
  color: #1779ba;
  cursor: pointer;
}

.title-bar-bottom {
  position: absolute;
  bottom: 0;
  height: 40px;
  background: white;
  width: 100%;
  left: 0;
}

.app_layout .title-bar {
  background: white;
  color: black;
}
.app-loader .app-topbar {
  background-color: white;
  border-bottom: 1px solid lightblue;
}
.app-loader .app-topbar .top-bar-right {
  color: black;
}
.app-loader .app-topbar .top-bar-right ul {
  background: transparent;
}
.app-loader .app-topbar .top-bar-right ul li a {
  color: #0076ff !important;
}
.app-loader .app-topbar .top-bar-right .user-dropdown {
  color: #0076ff;
  border-right: 1px solid #b9b9b9 !important;
}
.app-loader .app-topbar .top-bar-right .dropdown.menu a {
  padding: 6px;
}
.app-loader .app-topbar .top-bar-right .avatar {
  border-radius: 100%;
}
.app-loader .app-topbar .top-bar-right .username {
  margin-bottom: 0;
}
.app-loader .app-topbar .top-bar-right .help a i span:before {
  color: #0076ff !important;
}

.app-content-view .top-bar.app-topbar .top-bar-right li a {
  color: white;
}
.app-content-view .top-bar.app-topbar .top-bar-right li .avatar {
  max-width: 20px;
  display: block;
  float: left;
  height: auto;
  margin-right: 4px;
}
.app-content-view .top-bar.app-topbar .top-bar-right li .avatar img {
  width: 100%;
  height: auto;
}
.app-content-view .top-bar.app-topbar .top-bar-right .user-dropdown {
  border-right: 1px solid white;
}
.app-content-view .top-bar.app-topbar .top-bar-right .user-dropdown a::after {
  display: none !important;
}
.app-content-view .top-bar.app-topbar .top-bar-right .user-dropdown .username {
  float: left;
}
.app-content-view .top-bar.app-topbar .top-bar-right .user-dropdown i {
  padding: 0 10px;
  position: relative;
  top: 4px;
  display: inline;
}
.app-content-view .top-bar.app-topbar .top-bar-right .help i span:before {
  color: rgb(255, 255, 255);
}
.app-content-view .record-title {
  padding: 20px;
}
.app-content-view .record-title ul {
  list-style: none;
}
.app-content-view .record-title ul .avatar {
  border-radius: 100%;
}

.app-switcher {
  display: inline-block;
  padding: 10px;
  width: 100%;
  border-top: 1px solid #b5def6;
  border-bottom: 1px solid #b5def6;
}
@media print, screen and (max-width: 64em) {
  .app-switcher {
    border-top: 0px solid #b5def6;
    border-bottom: 0px solid #b5def6;
  }
}
.app-switcher .app-name {
  padding: 2px 4px;
  color: #0076ff;
  font-size: 20px;
  display: inline-block;
}
.app-switcher .app-name i {
  font-size: 12px;
  padding-left: 6px;
}
.app-switcher li {
  float: left;
  max-width: 20%;
}
.app-switcher li img {
  max-width: 60px;
}
.app-switcher .dropdown-pane {
  height: auto;
  width: 600px;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 50px -9px rgba(0, 0, 0, 0.75);
}
@media print, screen and (max-width: 64em) {
  .app-switcher .dropdown-pane {
    width: 60%;
  }
}
.app-switcher .dropdown-pane:before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  position: absolute;
  border-bottom: 15px solid white;
  top: -15px;
  left: 10%;
}

.list-style-none {
  list-style: none;
}

.app-side-menu .title-bar {
  background-color: transparent !important;
  padding: 0;
  margin-top: 0 !important;
  max-height: 48px;
}
.app-side-menu .title-bar .title-bar-left {
  background: #e4e6e8;
  padding: 0.5rem;
  z-index: 10000;
  margin-top: 0 !important;
  border-bottom: 1px solid #b5def6;
  max-height: 48px;
  position: fixed;
}
@media print, screen and (max-width: 64em) {
  .app-side-menu .title-bar {
    display: block;
    float: left;
    width: 182px;
  }
}
.app-side-menu .logo {
  padding: 0;
  max-width: 120px;
  margin: 0 auto;
  float: none;
  display: block;
}

.record-content,
div.reveal {
  display: inline-block;
  margin-bottom: 100px;
}
.record-content .avatar,
div.reveal .avatar {
  max-width: 100px;
  float: right;
}
.record-content .record-title,
div.reveal .record-title {
  width: 100%;
  float: left;
  padding: 40px 0px;
}
.record-content .record-title h1,
div.reveal .record-title h1 {
  padding: 20px;
  margin-left: 10px;
  display: inline-block;
  color: #464647;
}
.record-content .record-data,
div.reveal .record-data {
  width: 100%;
  float: left;
}
.record-content .record-data .text-right,
div.reveal .record-data .text-right {
  padding-right: 10px;
}

.title-bar-search {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.title-bar-search form {
  width: 100% !important;
}
.title-bar-search .input-group {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.title-bar-search .input-group i {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  color: #bfbfbf;
  font-size: 24px;
}
.title-bar-search input {
  width: 100%;
  padding: 12px;
  border: 0;
  border-bottom: 1px solid lightblue;
  text-indent: 28px;
  outline: 0 !important;
  font-size: 20px;
}
.title-bar-search .button-group {
  margin-bottom: 0;
}

.app-records {
  list-style: none;
  margin-left: 0;
}
.app-records li {
  background: white;
}
.app-records li a {
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 64em) {
  .app-records li a {
    line-height: 1.2em;
    font-size: 14px;
  }
}
.app-records li a .inner {
  padding: 14px 6px;
  padding-right: 36px;
}
.app-records li a .inner span {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  max-width: 94%;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
}
.app-records li a span {
  display: block;
}
.app-records li {
  position: relative;
}
.app-records li.ng-enter,
.app-records li.ng-leave {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.app-records li.ng-enter {
  opacity: 0;
  bottom: 40px;
}
.app-records li.ng-enter-active {
  opacity: 1;
  bottom: 0px;
}
.app-records li.ng-leave {
  opacity: 1;
  bottom: 0px;
}
.app-records li.ng-leave-active {
  opacity: 0;
  bottom: 40px;
}
.app-records .active {
  background: #d7eefb;
  border-top: 1px solid #b5def6;
  border-bottom: 2px solid #b5def6;
}
.app-records li.record {
  padding-left: 12px;
}
.app-records li.letter {
  padding: 0;
  background: #ececec;
  text-indent: 12px;
}
.app-records li.letter span {
  padding: 2px 6px;
}
.app-records li:last-child {
  border-bottom: 0;
}

.alphabet-controller {
  position: absolute;
  right: 20px;
  top: 20%;
  width: 60px;
}
@media print, screen and (max-width: 64em) {
  .alphabet-controller {
    width: 30px;
  }
}
.alphabet-controller .alphabet-scroll {
  list-style: none;
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.alphabet-controller .alphabet-scroll li {
  list-style: none;
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.alphabet-controller .alphabet-scroll li span {
  cursor: pointer;
  color: #0076ff;
  font-size: 11px;
  width: 100%;
  display: block;
  padding: 8px;
}

.app-filters ul li {
  border-bottom: 1px solid #c2c4c5;
}
.app-filters ul li a {
  color: #464647;
  padding: 20px 12px;
  font-size: 18px;
}
.app-filters ul li:last-child {
  border-bottom: 0px solid #c2c4c5;
}
.app-filters .menu .active > a {
  background: #d6d8db;
  color: #464647;
}

.measures-app .button-group {
  margin-bottom: 0;
}

.consumers-app .app-records li {
  padding-left: 0;
}
.consumers-app .app-records li:first-child span {
  padding: 14px 6px;
  font-weight: bold;
}
.consumers-app .app-records li:first-child span:first-child {
  padding-left: 18px;
}
.consumers-app .app-records li a span {
  display: inline-block;
  padding: 14px 6px;
}
.consumers-app .app-records li a span:first-child {
  padding-left: 18px;
}

.app_layout .grid-x.consumers-app .app-content-view .top-bar {
  position: relative;
}
.app_layout .grid-x.consumers-app .app-content-view .single-view {
  height: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
}
.app_layout .grid-x.consumers-app .app-content-view .inner-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.app_layout .grid-x.consumers-app .app-content-view .title-bar-bottom {
  width: 100%;
  position: relative;
}

.u-right .dropdown-pane {
  left: 2px !important;
  right: auto !important;
  bottom: 40px !important;
  top: auto !important;
  -webkit-transform: scale3d(1, 1, 1) skewY(0deg) skewX(0deg) rotateX(-10deg);
          transform: scale3d(1, 1, 1) skewY(0deg) skewX(0deg) rotateX(-10deg);
}
.u-right .dropdown-pane:before {
  left: 17px !important;
  right: auto !important;
  top: auto !important;
  bottom: -15px !important;
  border-bottom: none !important;
  border-top: 15px solid white !important;
}

.bzm-date-picker .datepicker .picker.disabled:hover, .bzm-date-picker .datepicker .picker:not(.disabled):hover {
  -webkit-transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, -webkit-box-shadow 0.2s linear 0s;
}

.record-content,
div.reveal {
  padding: 0;
  padding-left: 10px;
}
.record-content input:disabled,
.record-content input[readonly],
.record-content textarea:disabled,
.record-content textarea[readonly],
div.reveal input:disabled,
div.reveal input[readonly],
div.reveal textarea:disabled,
div.reveal textarea[readonly] {
  background-color: transparent;
  cursor: not-allowed;
  border: 1px solid rgba(202, 202, 202, 0);
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
}
.record-content .form-list,
div.reveal .form-list {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-content .form-list .grid-x,
div.reveal .form-list .grid-x {
  padding: 20px 10px 0 0;
  margin-bottom: 0;
}
.record-content .form-list .small-12,
div.reveal .form-list .small-12 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(231, 231, 231, 0);
}
.record-content .form-list .small-9,
div.reveal .form-list .small-9 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 4px;
}
.record-content .form-list .small-9 span,
div.reveal .form-list .small-9 span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}
.record-content .form-list .avatar-cell,
div.reveal .form-list .avatar-cell {
  padding-right: 10px;
}
.record-content .form-list .record-name,
div.reveal .form-list .record-name {
  border-bottom: 0px solid #e7e7e7;
  padding-right: 10px;
}
.record-content .form-list .record-name input,
.record-content .form-list .record-name span,
div.reveal .form-list .record-name input,
div.reveal .form-list .record-name span {
  font-size: 45px;
  color: #464647;
  height: auto;
}
.record-content .form-list .address-cell div,
.record-content .form-list .multi-line div,
div.reveal .form-list .address-cell div,
div.reveal .form-list .multi-line div {
  display: block;
  height: auto;
}
.record-content .form-list .address-cell .input-group,
.record-content .form-list .multi-line .input-group,
div.reveal .form-list .address-cell .input-group,
div.reveal .form-list .multi-line .input-group {
  margin-bottom: 0;
}
.record-content .form-list .address-cell .input-group:first-child,
.record-content .form-list .multi-line .input-group:first-child,
div.reveal .form-list .address-cell .input-group:first-child,
div.reveal .form-list .multi-line .input-group:first-child {
  padding-top: 0.5rem;
}
.record-content .form-list .address-cell .input-group:last-child span,
.record-content .form-list .multi-line .input-group:last-child span,
div.reveal .form-list .address-cell .input-group:last-child span,
div.reveal .form-list .multi-line .input-group:last-child span {
  padding-bottom: 0.5rem;
}
.record-content .form-list .address-cell span,
.record-content .form-list .multi-line span,
div.reveal .form-list .address-cell span,
div.reveal .form-list .multi-line span {
  float: left;
  width: auto;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.record-content .form-list .address-cell input,
.record-content .form-list .multi-line input,
div.reveal .form-list .address-cell input,
div.reveal .form-list .multi-line input {
  width: auto;
  float: left;
  padding-right: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
}
.record-content .form-list .multi-line input,
div.reveal .form-list .multi-line input {
  width: 100%;
  margin: 0;
  line-height: 1;
  padding: 2px 10px;
  height: auto;
  margin-bottom: 2px;
}
.record-content .form-list .multi-line .input-group,
div.reveal .form-list .multi-line .input-group {
  display: inline-block;
}
.record-content .form-list .multi-line .input-group:last-child,
div.reveal .form-list .multi-line .input-group:last-child {
  margin-bottom: 4px;
}
.record-content .form-list label,
div.reveal .form-list label {
  color: #999999;
  font-size: 16.5px;
}
.record-content .form-list input,
div.reveal .form-list input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.record-content .form-list div,
div.reveal .form-list div {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.03s ease-in-out;
  transition: all 0.03s ease-in-out;
}
.record-content .form-list div.ng-enter,
.record-content .form-list .slide-in.ng-leave,
div.reveal .form-list div.ng-enter,
div.reveal .form-list .slide-in.ng-leave {
  position: relative;
  -webkit-transition: all 0.03s ease-in-out;
  transition: all 0.03s ease-in-out;
}
.record-content .form-list div.ng-enter,
div.reveal .form-list div.ng-enter {
  opacity: 0;
}
.record-content .form-list .slide-in.ng-enter-active,
div.reveal .form-list .slide-in.ng-enter-active {
  opacity: 1;
}
.record-content .form-list div.ng-leave,
div.reveal .form-list div.ng-leave {
  opacity: 1;
  top: 100px;
}
.record-content .form-list div.ng-leave-active,
div.reveal .form-list div.ng-leave-active {
  opacity: 0;
}

div.reveal .form-list .address-cell input {
  width: 100%;
}
div.reveal select,
div.reveal select[type=text],
div.reveal input[readonly] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  cursor: pointer;
  outline: none;
}
div.reveal select:hover,
div.reveal select[type=text]:hover,
div.reveal input[readonly]:hover {
  -webkit-box-shadow: inset 0 -1.8em 1em 0 transparent;
          box-shadow: inset 0 -1.8em 1em 0 transparent;
}
div.reveal select[type=text],
div.reveal select {
  padding-right: 1.5em;
}
div.reveal i.date-input-icon {
  font-family: "icomoon" !important;
  font-style: normal;
  position: absolute;
  padding: 5px 0 0 8px;
  outline: none;
  font-size: 20px;
}
div.reveal i.date-input-icon:before {
  content: "\e90a";
  cursor: pointer;
}

.editing.single-view {
  padding-bottom: 100px;
}

.editing .record-data .form-list .small-9 {
  border-bottom: 1px solid rgba(231, 231, 231, 0);
}
.editing .title-bar-bottom {
  bottom: 0 !important;
  display: inline-block !important;
}
.editing .form-list .small-12 {
  border-bottom: 1px solid #e7e7e7;
}
.editing .form-list .record-name input {
  font-size: inherit;
  color: black;
  height: auto;
  margin-top: 24px;
}
.editing .form-list .address-cell span,
.editing .form-list .multi-line span {
  opacity: 0;
  display: none;
}
.editing .form-list .address-cell input,
.editing .form-list .multi-line input {
  width: 100% !important;
  left: 0 !important;
}
.editing .form-list .input-group:first-child {
  padding-top: 0rem;
}
.editing .form-list .multi-line input {
  margin: 0 0 1rem;
  padding: 0.5rem;
}

.bzm-iconified {
  display: inline-block;
}

.bzm-date-picker label, .bzm-date-picker input {
  width: inherit;
}
.bzm-date-picker .date-display {
  display: inline-block;
  width: inherit;
}
.bzm-date-picker .icon-label-input {
  float: right;
}
.bzm-date-picker .date-input-hidden {
  display: none;
  visibility: hidden;
}
.bzm-date-picker .datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  position: absolute !important;
  top: 40px !important;
  margin-left: -20px !important;
  min-width: 220px;
}
.bzm-date-picker .datepicker-inline {
  width: 220px;
}
.bzm-date-picker .datepicker-dropdown {
  top: 0;
  left: 0;
}
.bzm-date-picker .datepicker-dropdown-before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: black;
  position: absolute;
  top: -7px;
  left: 6px;
}
.bzm-date-picker .datepicker-dropdown-after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: black;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bzm-date-picker .datepicker > div {
  display: block;
}
.bzm-date-picker .datepicker-days div.datepicker-days {
  display: block;
}
.bzm-date-picker .datepicker-months div.datepicker-months {
  display: block;
}
.bzm-date-picker .datepicker-years div.datepicker-years {
  display: block;
}
.bzm-date-picker .datepicker .datepicker-years .table-condensed, .bzm-date-picker .datepicker .datepicker-months .table-condensed {
  max-height: 200px;
  overflow: auto;
  display: block;
  width: 100%;
}
.bzm-date-picker .datepicker table {
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
}
.bzm-date-picker .datepicker th, .bzm-date-picker .datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: none;
  font-size: 12px;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 5px;
}
.bzm-date-picker .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.bzm-date-picker .datepicker .date-switch {
  width: 100%;
}
.bzm-date-picker .datepicker .date-switch:hover, .bzm-date-picker .datepicker .prev:hover, .bzm-date-picker .datepicker .next:hover {
  background-color: rgba(82, 168, 236, 0.8);
}
.bzm-date-picker .datepicker thead {
  cursor: pointer;
}
.bzm-date-picker .datepicker .picker {
  border-radius: 5px;
}
.bzm-date-picker .datepicker .picker:not(.disabled):hover {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
  background-color: rgba(82, 168, 236, 0.8);
}
.bzm-date-picker .datepicker .picker.disabled:hover {
  border-color: rgba(154, 17, 69, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.8);
  background-color: rgba(154, 17, 69, 0.2);
  color: rgb(154, 17, 69);
}
.bzm-date-picker .datepicker .picker.old, .bzm-date-picker .datepicker .picker.new {
  color: #999999;
}
.bzm-date-picker .datepicker .picker.disabled {
  color: wheat;
}
.bzm-date-picker .datepicker .picker.today {
  color: #0000ff;
  background-color: rgba(82, 168, 236, 0.5);
}
.bzm-date-picker .datepicker .picker.active {
  color: #0000ff;
  background-color: rgba(100, 100, 100, 0.2);
}
.bzm-date-picker .datepicker-close {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 15px;
  height: 30px;
  padding: 0px;
  display: none;
}

.record-content .bzm-date-picker .date-display {
  width: 100%;
}
.record-content .bzm-date-picker input[readonly].date-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
  width: 100%;
}
.checkboxes label {
  height: auto;
  line-height: 1;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: 0 !important;
  cursor: pointer;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0rem;
  position: relative;
  top: 2px;
  cursor: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.checkboxes label:after {
  content: "\f126";
  display: block;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.checkboxes label:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: black;
}
.checkboxes label:active {
  -webkit-filter: brightness(0.8);
}
.checkboxes input {
  display: none;
}
.checkboxes input:checked + label {
  color: #269b0a;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
}
.checkboxes input:checked + label:after {
  content: "\f126";
  display: block;
  opacity: 1;
  color: #269b0a;
}
.editing .checkboxes input:checked + label {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.editing .checkboxes label {
  border: 1px solid rgba(148, 148, 148, 0.6);
  cursor: pointer;
}
.editing .checkboxes label:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: black;
}
.editing .checkboxes label:active {
  -webkit-filter: brightness(0.8);
}

.radios input[type=radio] {
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.radios input[type=radio]:hover, .radios input[type=radio]:checked {
  background: rgba(0, 0, 0, 0.5);
}
.radios input[type=radio]:checked {
  background: #269b0a;
}

div.reveal .bzm-date-picker,
div.reveal .date-display {
  outline: none;
}
div.reveal .datepicker.datepicker-dropdown {
  left: 18px !important;
  right: -32px !important;
}
div.reveal .datepicker.datepicker-dropdown table {
  background-color: #fff;
}

.toast-container {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  left: auto;
  z-index: 54000;
  right: auto;
}
.toast-container ul {
  margin: 0;
}

.alert-box {
  padding-right: 3.25rem;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
.alert-box.callout {
  color: white;
  font-weight: bold;
}
.alert-box.alert {
  border: 3px solid #000000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
.alert-box.warning {
  border: 3px solid red;
  border-radius: 5px;
  background-color: rgba(255, 0, 0, 0.8);
}
.alert-box.success {
  border: 3px solid green;
  border-radius: 5px;
  background-color: rgba(0, 128, 0, 0.8);
}
.alert-box.info {
  border: 3px solid blue;
  border-radius: 5px;
  background-color: rgba(0, 0, 255, 0.8);
}
.alert-box i {
  border: 2px solid white;
  border-radius: 100%;
  padding: 4px;
  margin-right: 0.5rem;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 4px 7px;
}
.alert-box .fi-x-circle {
  border: 0;
  position: absolute;
  right: 0;
  font-size: 1.6em;
  top: 4px;
  margin-right: 0;
  width: auto;
}
.alert-box .close-button {
  color: rgba(255, 255, 255, 0.5);
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  font-weight: bold;
}

.ng-toast li {
  position: relative;
  height: 65px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ng-toast .ng-animate {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ng-toast li.ng-enter, .ng-toast li.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.ng-toast li.ng-enter {
  opacity: 0;
  bottom: -100px;
}
.ng-toast li.ng-enter-active {
  opacity: 1;
  bottom: 0px;
}
.ng-toast li.ng-leave {
  opacity: 1;
  bottom: 0px;
}
.ng-toast li.ng-leave-active {
  opacity: 0;
  bottom: -100px;
}

.preloader {
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 65000;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.83);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.app-inner {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.Spinner {
  height: 40px;
  left: 50%;
  margin-left: -22px;
  position: absolute;
  top: 45%;
  width: 40px;
  -webkit-animation: container-rotate 1600ms linear infinite;
          animation: container-rotate 1600ms linear infinite;
}

.Spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.Spinner-line--1 {
  border-color: #025129;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-1-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--2 {
  border-color: #26678f;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-2-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--3 {
  border-color: #d38000;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-3-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line--4 {
  border-color: #0755a0;
  -webkit-animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: fill-unfill-rotate 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, line-4-fade-in-out 4800ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.Spinner-line-cog-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
}

.Spinner-line-cog-inner--left {
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
      -ms-transform: rotate(129deg);
          transform: rotate(129deg);
  -webkit-animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: left-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--right {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
      -ms-transform: rotate(-129deg);
          transform: rotate(-129deg);
  -webkit-animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: right-spin 1200ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.Spinner-line-cog-inner--center {
  width: 1000%;
  left: -450%;
}

.Spinner-line-ticker {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@keyframes left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}
@-webkit-keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes line-1-fade-in-out {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes line-2-fade-in-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes line-3-fade-in-out {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes line-4-fade-in-out {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.loading-text {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  text-align: center;
  position: absolute;
  color: black;
  top: 54%;
  -webkit-animation: line-4-fade-in-out 1600ms linear infinite;
          animation: line-4-fade-in-out 1600ms linear infinite;
}

.loading .preloader {
  opacity: 1;
  visibility: visible;
}
.loading .app-inner {
  -webkit-filter: grayscale(1) blur(4px);
}

* {
  -webkit-transition: none !important;
  transition: none !important;
}
/*# sourceMappingURL=app.css.map */
