.ux-dialog-open {
  overflow: auto !important; }
  .ux-dialog-open ux-dialog-overlay.active {
    background: #000;
    opacity: .5; }
  .ux-dialog-open ux-dialog {
    height: auto;
    max-height: 98%;
    width: 90%;
    max-width: 840px;
    border-radius: 2px;
    position: relative;
    border: 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.22), 0 5px 15px 0 rgba(0, 0, 0, 0.21);
    padding: 0;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .ux-dialog-open ux-dialog ux-dialog-header {
      padding: .75rem; }
      .ux-dialog-open ux-dialog ux-dialog-header button {
        display: none; }
      .ux-dialog-open ux-dialog ux-dialog-header .dialog-header-content {
        font-size: 1.4rem; }
    .ux-dialog-open ux-dialog ux-dialog-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 4px 10px; }
      .ux-dialog-open ux-dialog ux-dialog-footer .btn-left {
        float: left; }
  .ux-dialog-open .dialog-close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    transition: opacity .2s; }
    .ux-dialog-open .dialog-close-button:hover {
      cursor: pointer;
      opacity: 0.5 !important; }
  .ux-dialog-open .prompt-dialog .dialog-close {
    display: none; }
  .ux-dialog-open ux-dialog-container > div {
    padding: 0;
    margin: 0 !important;
    top: 10%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 86%; }
  .ux-dialog-open ux-dialog-container > div > div {
    width: 100%;
    height: 100%; }
  .ux-dialog-open ux-dialog-body {
    padding: 0;
    width: 100%;
    flex: 1;
    overflow: auto; }
    .ux-dialog-open ux-dialog-body .ux-dialog-body-container {
      padding: .75rem;
      max-height: 100%;
      width: 100%;
      display: block; }
  .ux-dialog-open .errorfooter {
    color: #e53935;
    text-align: left; }
  .ux-dialog-open .error-message {
    color: #e53935; }

ux-dialog-overlay {
  transition: opacity 0.2s ease; }

ux-dialog-container.active {
  transform: scale(1); }

ux-dialog-container {
  transition: all 0.2s ease-in-out !important;
  transform: scale(0.4); }

.hidden {
  display: none; }

.no-opacity {
  opacity: 0; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.nbm {
  margin-bottom: 0; }

.sbm {
  margin-bottom: 0.75rem; }

.lbm {
  margin-bottom: 1.5rem; }

.no-radius {
  border-radius: 0; }

.no-border {
  border: none; }

.uppercase {
  text-transform: uppercase; }

.anim-opacity {
  transition: opacity 0.3s ease; }

.invisble {
  opacity: 0; }

.visible {
  opacity: 1; }

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

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.absolute-center {
  width: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.full-padded {
  padding: .75rem; }

.full-bleed {
  width: 100%;
  height: 100%; }

.full-h {
  height: 100%; }

.full-w {
  width: 100%; }

.valign-middle,
.va-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.hover-state {
  transition: opacity .2s; }
  .hover-state:hover {
    cursor: pointer;
    opacity: 0.5 !important; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.text-flow {
  overflow: hidden;
  word-break: break-all; }

.accent-text {
  color: #4976bc; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.absolute-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.full-fixed {
  z-index: 10; }
  @media only screen and (min-width: 601px) {
    .full-fixed {
      position: fixed;
      right: 0 !important;
      left: 0 !important;
      background-color: #fafafa;
      min-height: 100% !important; } }
  @media only screen and (max-width: 600px) {
    .full-fixed {
      position: fixed;
      top: 55px;
      right: 0 !important;
      left: 0 !important;
      background-color: #FFFFFF;
      min-height: calc(100% - 3rem) !important; }
      .full-fixed .container {
        width: 100%; }
        .full-fixed .container .page-title-component h5 {
          margin-top: 0; } }

.primary-color {
  color: #212121; }

.secondary-color {
  color: #757575; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

.progress {
  background: #4976bc;
  margin: 0;
  border-radius: 0; }
  .progress .indeterminate {
    background: #bdbdbd; }
  .progress.stopped .indeterminate:before, .progress.stopped .indeterminate:after {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none; }

simple-tabs .tabs-headers .slide {
  height: 2px;
  background: #4976bc; }

simple-tabs simple-tab {
  padding: 0 .75rem; }

.badge {
  display: inline-block;
  border-radius: 16px; }
  .badge i {
    float: left;
    font-size: 1.3em; }

.modal .modal-footer .btn {
  margin: 6px 5px; }

.modal.small {
  max-width: 35%;
  max-height: 40%; }

button:focus,
.btn:focus,
.btn-large:focus {
  background: rgba(0, 0, 0, 0.1); }

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease-in-out; }
  @media only screen and (min-width: 993px) {
    .btn {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .btn i {
    vertical-align: top !important; }
  .btn.btn-floating {
    color: #212121;
    background-color: transparent;
    transition: all .35s ease-in-out; }
    .btn.btn-floating.secondary {
      color: #FFFFFF;
      background-color: #465A64; }
      .btn.btn-floating.secondary i {
        color: #FFFFFF; }
    .btn.btn-floating.white {
      color: #212121;
      background-color: #FFFFFF; }
      .btn.btn-floating.white i {
        color: #212121; }
    .btn.btn-floating.accent {
      color: #FFFFFF;
      background-color: #4976bc; }
      .btn.btn-floating.accent i {
        color: #FFFFFF; }
  .btn.btn-fluid {
    min-width: 100%; }
  .btn.btn-small {
    height: 25px;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 0.8rem;
    line-height: 25px;
    font-weight: normal; }
    .btn.btn-small i {
      font-size: 0.8rem;
      line-height: 25px; }
  .btn.btn-large {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .btn.btn-left {
    float: left; }
  .btn.btn-right {
    float: right; }
  .btn.btn-raised, .btn.btn-raised:hover, .btn.btn-raised:active, .btn.btn-raised.active {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .btn:not(.btn-raised):hover, .btn:not(.btn-raised):active, .btn:not(.btn-raised).active {
    box-shadow: none; }
  .btn.btn-floating {
    padding-left: 0;
    padding-right: 0; }
  .btn.btn-icon {
    padding-left: 0;
    padding-right: 0; }
  .btn.btn-flat {
    background-color: transparent;
    border: none;
    color: #757575; }
    .btn.btn-flat.primary {
      color: #4976bc; }
      .btn.btn-flat.primary:hover, .btn.btn-flat.primary.active {
        color: #4976bc;
        background-color: rgba(73, 118, 188, 0.2); }
      .btn.btn-flat.primary:focus, .btn.btn-flat.primary.active:focus, .btn.btn-flat.primary:active {
        color: #4976bc;
        background-color: rgba(73, 118, 188, 0.4); }
    .btn.btn-flat.danger {
      color: #e53935; }
      .btn.btn-flat.danger:hover, .btn.btn-flat.danger.active {
        color: #e53935;
        background-color: rgba(229, 57, 53, 0.2); }
      .btn.btn-flat.danger:focus, .btn.btn-flat.danger.active:focus, .btn.btn-flat.danger:active {
        color: #e53935;
        background-color: rgba(229, 57, 53, 0.4); }
    .btn.btn-flat:disabled, .btn.btn-flat.disabled {
      background: transparent !important;
      border: none !important; }
  .btn.btn-outlined {
    background: transparent;
    border: 1px solid #eeeeee;
    color: #757575; }
    .btn.btn-outlined:hover, .btn.btn-outlined.active {
      background-color: rgba(238, 238, 238, 0.4); }
    .btn.btn-outlined:focus, .btn.btn-outlined.active:focus, .btn.btn-outlined:active {
      background-color: rgba(238, 238, 238, 0.6); }
    .btn.btn-outlined.primary {
      color: #4976bc; }
      .btn.btn-outlined.primary:hover, .btn.btn-outlined.primary.active {
        color: #4976bc;
        background-color: rgba(73, 118, 188, 0.2); }
      .btn.btn-outlined.primary:focus, .btn.btn-outlined.primary.active:focus, .btn.btn-outlined.primary:active {
        color: #4976bc;
        background-color: rgba(73, 118, 188, 0.4); }
    .btn.btn-outlined.danger {
      color: #e53935; }
      .btn.btn-outlined.danger:hover, .btn.btn-outlined.danger.active {
        color: #e53935;
        background-color: rgba(229, 57, 53, 0.2); }
      .btn.btn-outlined.danger:focus, .btn.btn-outlined.danger.active:focus, .btn.btn-outlined.danger:active {
        color: #e53935;
        background-color: rgba(229, 57, 53, 0.4); }
    .btn.btn-outlined:disabled, .btn.btn-outlined.disabled {
      background: transparent !important;
      border-color: #bdbdbd !important; }
  .btn.btn-contained {
    background-color: #eeeeee;
    border: none;
    color: #FFFFFF; }
    .btn.btn-contained.primary {
      color: #FFFFFF;
      background-color: #4976bc; }
      .btn.btn-contained.primary:hover, .btn.btn-contained.primary.active {
        color: #FFFFFF;
        background-color: #3b63a1; }
      .btn.btn-contained.primary:focus, .btn.btn-contained.primary.active:focus, .btn.btn-contained.primary:active {
        color: #FFFFFF;
        background-color: #365a92; }
    .btn.btn-contained.danger {
      color: #FFFFFF;
      background-color: #e53935; }
      .btn.btn-contained.danger:hover, .btn.btn-contained.danger.active {
        color: #FFFFFF;
        background-color: #d6201c; }
      .btn.btn-contained.danger:focus, .btn.btn-contained.danger.active:focus, .btn.btn-contained.danger:active {
        color: #FFFFFF;
        background-color: #c41d19; }
    .btn.btn-contained:disabled, .btn.btn-contained.disabled {
      background-color: rgba(158, 158, 158, 0.2) !important;
      color: rgba(0, 0, 0, 0.3);
      border: none !important; }

.tooltip-template {
  font-size: 1.1em;
  min-width: 160px;
  max-width: 220px;
  background: white;
  border-radius: 2px; }
  .tooltip-template .collection-item {
    padding: 0;
    background: inherit;
    border: none; }
  .tooltip-template .collection-item .col {
    padding: 0 5px; }
  .tooltip-template .full {
    width: 100%; }
    .tooltip-template .full .value {
      width: 100%;
      max-width: 100%; }
  .tooltip-template .overspeeding {
    font-size: 0.9em;
    color: #f95757; }
  .tooltip-template .address .value {
    white-space: normal;
    color: #5c5c5c;
    line-height: 150%;
    font-size: 0.95em; }
  .tooltip-template .value {
    float: right;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .tooltip-template .left .value {
    text-align: left; }
  .tooltip-template .value-capitalize .value {
    text-transform: capitalize; }
  .tooltip-template .label {
    text-transform: capitalize; }
  .tooltip-template .bold {
    font-weight: bold; }
  .tooltip-template .light {
    font-weight: lighter; }
  .tooltip-template .capitalize .value {
    text-transform: capitalize; }
  .tooltip-template.tooltip-poi {
    min-width: 70px; }

.preloader-wrapper .spinner-layer {
  border-color: #4976bc; }

.preloader-wrapper.tiny {
  width: 10px;
  height: 10px; }
  .preloader-wrapper.tiny .circle {
    border-width: 2px; }

.preloader-wrapper.smaller {
  width: 14px;
  height: 14px; }
  .preloader-wrapper.smaller .circle {
    border-width: 2px; }

.table {
  padding: 20px; }
  .table td,
  .table th {
    padding: 15px 15px; }

.select-wrapper.default input {
  color: #bdbdbd; }

.select-wrapper input.select-dropdown {
  margin: 0 0 8px 0; }

.modal {
  max-height: 85%;
  width: 60%; }
  .modal.modal-fixed-footer {
    height: 85%; }
  @media (max-width: 500px) {
    .modal .btn {
      padding: 0px 6px; } }
  .modal .content {
    position: relative;
    height: 100%; }
  .modal .modal-footer .btn-left {
    float: left; }
  .modal .progress {
    position: absolute;
    bottom: 55px; }

.picker__month-display {
  font-size: 1.5rem; }

.flatpickr-calendar.open {
  z-index: 1001;
  position: absolute; }

.picker__month-display {
  font-size: 1.5rem; }

.picker__day-display {
  font-size: 3.5rem; }

.base-page-tabs > .simple-tabs {
  height: 100%; }
  .base-page-tabs > .simple-tabs > .tabs-headers {
    padding-top: 15px; }
    .base-page-tabs > .simple-tabs > .tabs-headers ul {
      margin: 0;
      padding-top: 0; }
    .base-page-tabs > .simple-tabs > .tabs-headers .tab-header[data-active=true] {
      color: #212121; }
    .base-page-tabs > .simple-tabs > .tabs-headers .slide {
      background: #4976bc; }
  .base-page-tabs > .simple-tabs > .tab-slots {
    margin: 0;
    height: calc(100% - 56px); }
    .base-page-tabs > .simple-tabs > .tab-slots > simple-tab {
      height: 100%;
      padding: 0; }
    .base-page-tabs > .simple-tabs > .tab-slots > simple-tab > .simple-tab {
      height: 100%; }

.card {
  box-shadow: 0 0px 0px 0 transparent, 0 0px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 2px -3px rgba(0, 0, 0, 0.2); }
  .card .card-content .card-title {
    font-size: 1.3rem;
    line-height: 1.8rem; }
    @media only screen and (min-width: 601px) {
      .card .card-content .card-title {
        font-size: 1.5rem;
        line-height: 2rem; } }

.flex, .flex-center {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap; }

.flex-row {
  flex-direction: row; }

.flex-col {
  flex-direction: column; }

.flex-center {
  align-items: center;
  justify-content: center; }

.flex-align-center {
  align-items: center; }

.flex-justify-center {
  justify-content: center; }

.flex-justify-end {
  justify-content: flex-end; }

.flex-center-self {
  align-self: center;
  justify-content: center; }

.padded {
  padding: 0 10px; }

.padded-right {
  padding-right: 10px; }

.padded-left {
  padding-left: 10px; }

.padded-full {
  padding: 10px; }

.spaced {
  margin: 0 10px; }

.flex-1 {
  flex: 1; }

.flex-2 {
  flex: 2; }

.flex-3 {
  flex: 3; }

.flex-4 {
  flex: 4; }

.flex-5 {
  flex: 5; }

.flex-6 {
  flex: 6; }

.flex-7 {
  flex: 7; }

.flex-8 {
  flex: 8; }

.flex-9 {
  flex: 9; }

.flex-10 {
  flex: 10; }

.flex-11 {
  flex: 11; }

.flex-12 {
  flex: 12; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

form.loading {
  position: relative; }
  form.loading > *:not(.app-loading-wrapper) {
    opacity: .4; }
  form.loading::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 1; }

.form .card .card-content .card-title {
  line-height: inherit;
  margin-bottom: 10px; }

.form h5 {
  font-weight: 300; }

.form-section {
  padding: 20px 1.5rem;
  background: white;
  border: 1px solid #e2e2e2;
  margin: 0 0 20px 0;
  position: relative;
  display: block; }
  .form-section i {
    font-size: 1.2em; }
  .form-section .title {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0 0 1.5rem 0; }
  .form-section input {
    margin: 0 0 8px 0; }

.input-display input[disabled],
.input-display input[readonly] {
  color: inherit; }

input[type=text]:not(.browser-default) + label,
input[type=password] + label,
input[type=email] + label,
input[type=url] + label,
input[type=search] + label,
date-picker + label,
.date-picker-component label {
  pointer-events: none; }

input[type].validate.no-style {
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none; }

input[type=checkbox] + label {
  top: 0; }

input[type="text"] + label:after,
input[type="email"] + label:after,
input[type="password"] + label:after {
  top: 54px; }

input.invalid + label:not(.active):after,
input:focus.invalid + label:not(.active):after,
textarea.materialize-textarea.invalid + label:not(.active):after,
textarea.materialize-textarea:focus.invalid + label:not(.active):after {
  top: 36px;
  font-size: 10px; }

input[type].valid {
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none; }

input[readonly],
textarea[readonly] {
  color: rgba(0, 0, 0, 0.26); }

input:not([type]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #4976bc;
  box-shadow: none; }

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #4976bc; }

textarea.materialize-textarea {
  padding: .8rem 0 .8rem 0; }

.switch label {
  font-size: 1rem; }

.dropdown-content li > a,
.dropdown-content li > span {
  color: #4976bc; }

[type="checkbox"] + label {
  padding-left: 30px;
  line-height: 140%;
  height: 20px; }

[type="checkbox"] + span:not(.lever) {
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 1rem; }

[type="checkbox"].filled-in:checked + span:not(.lever)::after {
  border-color: #4976bc;
  background: #4976bc; }

.input-error-message {
  font-size: 0.75em;
  color: #e53935;
  display: block;
  padding: 0; }

.input-message {
  font-size: 0.8em;
  color: #9e9e9e; }

.form-error-message {
  color: #e53935; }

.grid-table-header {
  padding: .8em .5em;
  border-bottom: none; }
  .grid-table-header .header-right > i {
    font-size: 1.5em;
    margin-top: 0.5em; }
  .grid-table-header input {
    margin-bottom: 0; }
  .grid-table-header .header-right {
    float: right; }

.fixed-table-container {
  height: 100%;
  position: relative;
  padding-top: 50px; }
  .fixed-table-container .header-background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    transition: box-shadow 0.2s ease-in-out;
    z-index: 2; }
    .fixed-table-container .header-background.active-scroll {
      box-shadow: 0px 2px 2px 0px #bdbdbd; }
  .fixed-table-container .fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%; }
    .fixed-table-container .fixed-table-container-inner table {
      width: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
      .fixed-table-container .fixed-table-container-inner table tr th {
        padding: 0px 15px; }
      .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th span {
        font-weight: normal;
        color: #757575;
        font-size: .8rem;
        display: inline-block;
        vertical-align: top;
        height: 20px;
        line-height: 20px; }
      .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner {
        position: absolute;
        top: 0;
        height: 20px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-top: 15px;
        z-index: 3; }
        .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort {
          cursor: pointer; }
          .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort:hover {
            color: #212121; }
            .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort:hover span {
              color: #212121; }
          .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort i {
            display: none;
            font-size: 1.2rem;
            line-height: 20px;
            pointer-events: none;
            vertical-align: top; }
          .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort span {
            pointer-events: none; }
          .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort.active {
            font-weight: bold; }
            .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort.active span {
              font-weight: bold; }
            .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort.active[data-sort-dir="1"] i.fi-arrow_downward {
              display: inline-block; }
            .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort.active[data-sort-dir="-1"] i.fi-arrow_upward {
              display: inline-block; }
          .fixed-table-container .fixed-table-container-inner table tr:not(.hidden-header) th .th-inner .grid-sort i.sort-num[data-sort-dir="-1"] {
            transform: rotate(180deg); }
      .fixed-table-container .fixed-table-container-inner table .multiple-select {
        width: 20px;
        padding-right: 0;
        position: relative; }
        .fixed-table-container .fixed-table-container-inner table .multiple-select img {
          position: absolute;
          top: calc(50% - 15px);
          left: calc(50% - 15px);
          z-index: 1;
          width: 30px; }
        .fixed-table-container .fixed-table-container-inner table .multiple-select i {
          position: absolute;
          top: calc(50% - 15px);
          left: calc(50% - 15px);
          z-index: 1;
          width: 30px;
          height: 30px;
          font-size: 1.5rem;
          color: #757575;
          background-color: #FFFFFF;
          text-align: center;
          line-height: 30px; }
        .fixed-table-container .fixed-table-container-inner table .multiple-select:hover img,
        .fixed-table-container .fixed-table-container-inner table .multiple-select:hover i {
          display: none; }
        .fixed-table-container .fixed-table-container-inner table .multiple-select .input-check {
          margin: 0;
          display: block;
          width: 20px;
          height: 20px; }
          .fixed-table-container .fixed-table-container-inner table .multiple-select .input-check input[type="checkbox"] + span {
            display: block;
            height: 20px;
            padding: 10px; }
          .fixed-table-container .fixed-table-container-inner table .multiple-select .input-check input[type="checkbox"]:checked + span + img,
          .fixed-table-container .fixed-table-container-inner table .multiple-select .input-check input[type="checkbox"]:checked + span + i {
            display: none; }
      .fixed-table-container .fixed-table-container-inner table .hidden-header .th-inner {
        position: static;
        overflow-y: hidden;
        height: 0;
        white-space: nowrap; }
      .fixed-table-container .fixed-table-container-inner table.bordered thead {
        border: none; }
        .fixed-table-container .fixed-table-container-inner table.bordered thead tr {
          border: none; }
      .fixed-table-container .fixed-table-container-inner table.bordered tbody tr {
        border: none;
        border-bottom: 1px solid #eeeeee; }
      .fixed-table-container .fixed-table-container-inner table tbody tr:hover td.multiple-select label {
        background-color: #e0e0e0; }

.collection .collection-item.disabled,
.table .table-item.disabled {
  color: #bdbdbd;
  pointer-events: none; }

.collection.selectable .collection-item {
  cursor: pointer;
  border: none; }
  .collection.selectable .collection-item:hover {
    background-color: #f5f5f5; }
    .collection.selectable .collection-item:hover i {
      background-color: #f5f5f5; }
  .collection.selectable .collection-item.selected {
    background-color: #eeeeee; }
    .collection.selectable .collection-item.selected i {
      background-color: #eeeeee; }
  .collection.selectable .collection-item:not(.active):hover {
    background-color: #f5f5f5; }

.collection.selectable > .collection-item,
.table.selectable .table-item {
  cursor: pointer; }
  .collection.selectable > .collection-item:hover,
  .table.selectable .table-item:hover {
    background-color: #f5f5f5; }
    .collection.selectable > .collection-item:hover i,
    .table.selectable .table-item:hover i {
      background-color: #f5f5f5; }
  .collection.selectable > .collection-item.selected,
  .table.selectable .table-item.selected {
    background-color: #eeeeee; }
    .collection.selectable > .collection-item.selected i,
    .table.selectable .table-item.selected i {
      background-color: #eeeeee; }
  .collection.selectable > .collection-item a,
  .table.selectable .table-item a {
    color: inherit; }

.collection.selectable-detailed > .collection-item i,
.table.selectable-detailed .table-item i {
  transition: opacity .2s; }
  .collection.selectable-detailed > .collection-item i:hover,
  .table.selectable-detailed .table-item i:hover {
    cursor: pointer;
    opacity: 0.65 !important; }

.collection.selectable-detailed > .collection-item .selectable,
.table.selectable-detailed .table-item .selectable {
  transition: opacity .2s; }
  .collection.selectable-detailed > .collection-item .selectable:hover,
  .table.selectable-detailed .table-item .selectable:hover {
    cursor: pointer;
    opacity: 0.65 !important; }

.collection.selectable-pretty > .collection-item,
.table.selectable-detailed .table-item {
  cursor: pointer;
  border-left: 3px solid transparent; }
  .collection.selectable-pretty > .collection-item:hover,
  .table.selectable-detailed .table-item:hover {
    background-color: #f5f5f5; }
    .collection.selectable-pretty > .collection-item:hover i,
    .table.selectable-detailed .table-item:hover i {
      background-color: #f5f5f5; }
  .collection.selectable-pretty > .collection-item.selected,
  .table.selectable-detailed .table-item.selected {
    background-color: #eeeeee;
    border-left: 3px solid #4976bc; }
    .collection.selectable-pretty > .collection-item.selected i,
    .table.selectable-detailed .table-item.selected i {
      background-color: #eeeeee; }
  .collection.selectable-pretty > .collection-item.selected,
  .table.selectable-detailed .table-item.selected {
    padding-left: 27px; }
  .collection.selectable-pretty > .collection-item a,
  .table.selectable-detailed .table-item a {
    color: inherit; }

.card .card-content {
  padding: 1.5rem; }
  @media only screen and (max-width: 600px) {
    .card .card-content {
      padding: 0.75rem; } }
  .card .card-content .card-action {
    border-color: #eeeeee; }
  .card .card-content .collection {
    border: none;
    margin: 0 -1.5rem -1.5rem -1.5rem; }
    @media only screen and (max-width: 600px) {
      .card .card-content .collection {
        margin: 0 -.75rem -.75rem -.75rem; } }
    .card .card-content .collection .collection-item {
      border-color: #eeeeee; }

.collection {
  position: relative; }
  .collection .collection-item,
  .collection a.collection-item {
    padding: 0.75rem 1.5rem;
    color: #212121;
    position: relative; }
    .collection .collection-item i,
    .collection a.collection-item i {
      color: #212121;
      vertical-align: middle; }
    .collection .collection-item span,
    .collection a.collection-item span {
      vertical-align: middle; }
    .collection .collection-item.trail-icon i.trail-icon,
    .collection a.collection-item.trail-icon i.trail-icon {
      display: block; }
    .collection .collection-item i.trail-icon,
    .collection a.collection-item i.trail-icon {
      display: none;
      position: absolute;
      top: 50%;
      right: 1.5rem;
      transform: translateY(-50%); }
    .collection .collection-item:not(.active):hover,
    .collection a.collection-item:not(.active):hover {
      background-color: #f5f5f5; }
    .collection .collection-item.active,
    .collection a.collection-item.active {
      background-color: rgba(73, 118, 188, 0.1);
      color: #4976bc; }
      .collection .collection-item.active i,
      .collection a.collection-item.active i {
        color: #4976bc; }

body,
html {
  height: 100%;
  font-family: 'Exo 2', 'Helvetica', 'sans-serif';
  background-color: #FFFFFF; }
  @media only screen and (min-width: 601px) {
    body,
    html {
      background-color: #fafafa; } }

* {
  box-sizing: border-box; }

.animate-fade-in.au-enter {
  opacity: 0; }

.animate-fade-in.au-enter-active {
  -webkit-animation: FadeIn .35s;
          animation: FadeIn .35s; }

.animate-fade-out.au-leave-active {
  -webkit-animation: FadeOut .35s;
          animation: FadeOut .35s; }

.animate-slide-in-right.au-enter {
  transform: translateX(100%); }

.au-stagger {
  -webkit-animation-delay: .35s;
          animation-delay: .35s; }

.animate-slide-in-right.au-enter-active {
  -webkit-animation: SlideInRight .35s;
          animation: SlideInRight .35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.animate-slide-out-right.au-leave-active {
  -webkit-animation: SlideOutRight .35s;
          animation: SlideOutRight .35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.animate-slide-in-left.au-enter {
  transform: translateX(-100%); }

.animate-slide-in-left.au-enter-active {
  -webkit-animation: SlideInLeft .35s;
          animation: SlideInLeft .35s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.animate-slide-out-left.au-leave-active {
  transform: translateX(100%); }

@-webkit-keyframes SlideInRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@keyframes SlideInRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes SlideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

@keyframes SlideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(100%); } }

@-webkit-keyframes SlideInLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes SlideInLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes SlideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes SlideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes FadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.img-responsive {
  display: inline-block;
  max-width: 100%; }

.fixed-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fafafa;
  height: 100vh;
  width: 100vw;
  z-index: 99; }
  .fixed-loading-wrapper .app-loading-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.bad-browser > div {
  display: none; }

.bad-browser .bad-browser-message {
  display: block !important;
  color: #000000;
  padding: 20px;
  background: white;
  max-width: 400px;
  margin: 150px auto;
  text-align: center;
  border-radius: 2px; }
  .bad-browser .bad-browser-message .logo {
    background: url(https://cdn.fonixcloud.com/web/fonix_logo.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-size: contain;
    max-width: 270px;
    display: block;
    height: 100px;
    margin: 10px auto; }
  .bad-browser .bad-browser-message p {
    margin: 5px 0; }

