.google-marker {
  transition: opacity 0.5s ease-in-out;
}

.marker-hidden {
  opacity: 0;
}

.marker-clickable:hover {
  cursor: pointer;
}

.marker-content {
  text-align: center;
}

.marker-label {
  display: block;
  font-size: 10px;
  line-height: 110%;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 4px;
  margin: 0 auto;
  max-width: 150px;
}

.gmnoprint div[title*=draw], .gmnoprint div[title*=Draw] {
  display: none;
}

.marker-arrow:after {
  content: " ";
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #5b5648;
  position: absolute;
  top: 29px;
  left: 6px;
  z-index: 2;
  transform: rotate(180deg);
}

.marker-arrow:before {
  content: " ";
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #26a636;
  position: absolute;
  top: 30px;
  left: 8px;
  z-index: 2;
  transform: rotate(179deg);
}

.g-cluster-icon, .g-asset-cluster {
  background-size: contain;
  color: #465A64 !important;
  font-weight: 400 !important;
  font-size: 10px !important;
}

.g-asset-cluster {
  z-index: 1000;
  color: #FFFFFF !important;
}

.leaflet-icon {
  transition: opacity 0.5s ease-in-out;
}

.leaflet-div-icon:not(.leaflet-editing-icon) {
  border: 0;
}

.leaflet-container {
  cursor: default;
}

.leaflet-popup {
  font-family: "Roboto", sans-serif;
}
.leaflet-popup .leaflet-popup-close-button {
  display: none;
}
.leaflet-popup .leaflet-popup-content {
  width: auto !important;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 2px;
  padding: 0;
}
.leaflet-popup .leaflet-popup-tip {
  width: 14px;
  height: 14px;
}
.leaflet-popup .leaflet-popup-content {
  margin: 0px;
  padding: 0;
}
.leaflet-popup .leaflet-popup-tip-container {
  height: 15px;
}
.leaflet-popup .collection {
  padding: 2px 0 0 0;
}
.leaflet-popup .collection .collection-item {
  padding: 0;
}

.leaflet-tooltip {
  border-radius: 2px;
  padding: 2px 4px;
  color: #212121;
  font-size: 10px;
}
.leaflet-tooltip:before {
  display: none;
}

.leaflet-draw.leaflet-control {
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 200px;
}
@keyframes shadow-blink {
  0% {
    box-shadow: 0 0px 28px 0 rgb(255, 109, 0);
  }
  100% {
    box-shadow: 0 0px 0px 0 rgb(255, 109, 0);
  }
}

.map-container .leaflet-draw {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.map-container.map-drawing .leaflet-draw {
  animation: shadow-blink 1.5s ease-in-out 0.3s 1;
  opacity: 1;
  pointer-events: all;
}

.marker-cluster > div {
  font-family: "Exo 2", Helvetica, sans-serif;
}

.marker-cluster-poi {
  width: 20px !important;
  height: 20px !important;
  background: #465a64;
}
.marker-cluster-poi > div {
  background: white;
  color: #465A64;
  width: 18px;
  height: 18px;
  margin-left: 1px;
  margin-top: 1px;
}
.marker-cluster-poi > div span {
  line-height: 18px;
  font-size: 10px;
}

.marker-cluster-fleet {
  z-index: 999 !important;
  background: rgba(80.5, 103.5, 115, 0.5);
  width: 36px !important;
  height: 36px !important;
}
.marker-cluster-fleet > div {
  /*color: )*/
  background: rgb(80.5, 103.5, 115);
  color: white;
  width: 26px;
  height: 26px;
}
.marker-cluster-fleet > div span {
  line-height: 27px;
  /*font-size: 11px;*/
}

.ux-dialog-open {
  overflow: auto !important;
}
.ux-dialog-open ux-dialog-overlay.active {
  background: #000;
  opacity: 0.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: 0.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 0.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: 0.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;
}

.ntm {
  margin-top: 0;
}

.stm {
  margin-top: 0.75rem;
}

.ltm {
  margin-top: 1.5rem;
}

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

.no-border {
  border: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.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: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.full-h {
  height: 100%;
}

.full-w {
  width: 100%;
}

.relative {
  position: relative;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.accent-text {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

.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;
}

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

.progress {
  background: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  margin: 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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
simple-tabs simple-tab {
  padding: 0 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-small {
  height: 25px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: normal;
}
.btn-small i {
  font-size: 0.8rem;
  line-height: 25px;
}

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.btn i {
  vertical-align: top;
}
.btn i.left {
  margin-right: 0.5rem;
}
.btn i.right {
  margin-left: 0.5rem;
}
.btn.btn-floating {
  color: #212121;
  background-color: transparent;
  transition: all 0.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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.btn.btn-floating.accent i {
  color: #FFFFFF;
}
.btn.btn-fluid {
  min-width: 100%;
}
.btn.btn-small {
  height: 25px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.8rem;
  line-height: 25px;
  font-weight: normal;
}
.btn.btn-small i {
  font-size: 0.8rem;
  line-height: 25px;
}
.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-flat {
  background-color: transparent;
  border: none;
  color: #212121;
}
.btn.btn-flat.primary {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.btn.btn-flat.primary:hover, .btn.btn-flat.primary.active {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  background-color: rgba(72.8192307692, 117.5653846154, 187.8807692308, 0.2);
}
.btn.btn-flat.primary:focus, .btn.btn-flat.primary.active:focus, .btn.btn-flat.primary:active {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  background-color: rgba(72.8192307692, 117.5653846154, 187.8807692308, 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 #e0e0e0;
  color: #212121;
}
.btn.btn-outlined:hover, .btn.btn-outlined.active {
  background-color: rgba(224, 224, 224, 0.4);
}
.btn.btn-outlined:focus, .btn.btn-outlined.active:focus, .btn.btn-outlined:active {
  background-color: rgba(224, 224, 224, 0.6);
}
.btn.btn-outlined.primary {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.btn.btn-outlined.primary:hover, .btn.btn-outlined.primary.active {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  background-color: rgba(72.8192307692, 117.5653846154, 187.8807692308, 0.2);
}
.btn.btn-outlined.primary:focus, .btn.btn-outlined.primary.active:focus, .btn.btn-outlined.primary:active {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  background-color: rgba(72.8192307692, 117.5653846154, 187.8807692308, 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: #e0e0e0;
  border: none;
  color: #FFFFFF;
}
.btn.btn-contained.default {
  background-color: #9e9e9e;
}
.btn.btn-contained.default:hover, .btn.btn-contained.default.active {
  color: #FFFFFF;
  background-color: rgb(137.6, 137.6, 137.6);
}
.btn.btn-contained.default:focus, .btn.btn-contained.default.active:focus, .btn.btn-contained.default:active {
  color: #FFFFFF;
  background-color: rgb(127.4, 127.4, 127.4);
}
.btn.btn-contained.primary {
  color: #FFFFFF;
  background-color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.btn.btn-contained.primary:hover, .btn.btn-contained.primary.active {
  color: #FFFFFF;
  background-color: rgb(59.2038461538, 98.6730769231, 160.6961538462);
}
.btn.btn-contained.primary:focus, .btn.btn-contained.primary.active:focus, .btn.btn-contained.primary:active {
  color: #FFFFFF;
  background-color: rgb(53.7115384615, 89.5192307692, 145.7884615385);
}
.btn.btn-contained.danger {
  color: #FFFFFF;
  background-color: #e53935;
}
.btn.btn-contained.danger:hover, .btn.btn-contained.danger.active {
  color: #FFFFFF;
  background-color: rgb(213.6947368421, 31.7368421053, 27.5052631579);
}
.btn.btn-contained.danger:focus, .btn.btn-contained.danger.active:focus, .btn.btn-contained.danger:active {
  color: #FFFFFF;
  background-color: rgb(195.6210526316, 29.0526315789, 25.1789473684);
}
.btn.btn-contained:disabled, .btn.btn-contained.disabled {
  background-color: #bdbdbd !important;
  border: none !important;
}

.tooltip-template {
  font-size: 1.1em;
  min-width: 160px;
  max-width: 220px;
  background: #FFFFFF;
  border-radius: 2px;
}
.tooltip-template .collection {
  padding: 0.75rem;
}
.tooltip-template .collection-item {
  padding: 0 !important;
  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: rgb(91.5, 91.5, 91.5);
  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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

.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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.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%;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

.flex-align-stretch {
  align-self: stretch;
}

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

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

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

.flex-space-between {
  justify-content: space-between;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.flex .col, .flex-center .col {
  min-width: 0;
}

.padded {
  padding: 0 0.75rem;
}

.padded-right {
  padding-right: 0.75rem;
}

.padded-left {
  padding-left: 0.75rem;
}

.padded-full {
  padding: 0.75rem;
}

.padded-y {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.padded-x {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.spaced {
  margin: 0 0.75rem;
}

.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 .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 > .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.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 rgb(72.8192307692, 117.5653846154, 187.8807692308);
  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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

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

.switch label input[type=checkbox]:checked + .lever {
  background: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.switch label input[type=checkbox]:checked + .lever:after {
  background: white;
}

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

.dropdown-content li > a,
.dropdown-content li > span {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

[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: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  background: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

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

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

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

.grid-table-header {
  padding: 0.75em;
  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 {
  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: 0.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;
}

.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 -0.75rem -0.75rem -0.75rem;
  }
}
.card .card-content .collection:not(.card .card-content .collection.no-border) .collection-item {
  border-color: #eeeeee;
}

.collection {
  position: relative;
}
.collection .collection-item,
.collection a.collection-item {
  padding: 0.75rem 1.5rem;
  position: relative;
}
.collection .collection-item i,
.collection a.collection-item i {
  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.active,
.collection a.collection-item.active {
  background-color: rgba(72.8192307692, 117.5653846154, 187.8807692308, 0.1);
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.collection .collection-item.active i,
.collection a.collection-item.active i {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.collection .divider {
  border-color: #e0e0e0;
}

.collection.selectable .collection-item {
  border: none;
}
.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 .collection-item.disabled,
.table .table-item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}

.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 0.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 0.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 {
  border-left: 3px solid transparent;
}
.collection.selectable-pretty > .collection-item.selected,
.table.selectable-detailed .table-item.selected {
  background-color: #eeeeee;
  border-left: 3px solid rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.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;
}

.scroll-shadow {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: transparent;
  box-shadow: 0px 2px 2px 0px transparent;
  display: none;
  z-index: 101;
  transition: box-shadow 0.2s ease-in-out;
}
.scroll-shadow.active {
  box-shadow: 0px 2px 2px 0px #bdbdbd;
  display: block;
}

.scrollable {
  position: relative;
  overflow: auto;
}
.scrollable:before {
  content: "";
  display: block;
  align-self: flex-start;
  width: 100%;
  height: 1px;
  background-color: transparent;
  box-shadow: 0px 2px 2px 0px transparent;
  z-index: 101;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.scrollable.scrolling:before {
  position: sticky;
  box-shadow: 0px 2px 2px 0px #bdbdbd;
}

.collapsible-header {
  padding: 0 1rem;
}

.scrollable {
  position: relative;
  overflow: auto;
}
.scrollable:before {
  content: "";
  display: block;
  align-self: flex-start;
  width: 100%;
  height: 1px;
  background-color: transparent;
  box-shadow: 0px 2px 2px 0px transparent;
  z-index: 101;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.scrollable.scrolling:before {
  position: sticky;
  box-shadow: 0px 2px 2px 0px #bdbdbd;
}

body,
html {
  height: 100%;
  font-family: "Exo 2", "Helvetica", "sans-serif";
  background-color: #fafafa;
}

.row.nbm {
  margin-bottom: 0;
}

.splash {
  width: 100%;
  height: 100%;
}

.gm-style {
  font-family: "Exo 2", "Helvetica", "sans-serif";
}

.bad-browser > div {
  display: none;
}
.bad-browser .bad-browser-message {
  display: block !important;
  color: black;
  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;
}

.status-unknown {
  color: #e53935;
}

.status-stopped {
  color: #e53935;
}

.status-idling {
  color: #fbc02d;
}

.status-travelling {
  color: #8bc34a;
}

.color-primary {
  color: #465A64;
}

.color-accent {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

.color-blue {
  color: #2196F3;
}
.color-blue.dark-1 {
  color: #547EC0;
}

.color-green {
  color: #8bc34a;
}
.color-green.light-1 {
  color: #c0ca33;
}

.color-yellow {
  color: #fbc02d;
}

.color-orange {
  color: #fb8c00;
}

.color-red {
  color: #e53935;
}

.bg-primary {
  background-color: #465A64;
}
.bg-primary.dark-1 {
  background-color: #465A64;
}

.bg-accent {
  background-color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}

.bg-blue {
  background-color: #2196F3;
}
.bg-blue.dark-1 {
  background-color: #547EC0;
}

.bg-green {
  background-color: #8bc34a;
}
.bg-green.light-1 {
  background-color: #c0ca33;
}

.bg-yellow {
  background-color: #fbc02d;
}

.bg-orange {
  background-color: #fb8c00;
}

.bg-red {
  background-color: #e53935;
}

.bg-white {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(600px);
  }
  100% {
    transform: translateX(0px);
  }
}
.base-page {
  padding: 15px;
}
.base-page .page-animated-fade {
  animation: fadeIn 0.5s;
}
.base-page .page-animated-slide {
  animation: slideIn 0.2s;
}
.base-page .details-page-body {
  max-height: calc(100% - 55px);
  overflow: auto;
}
.base-page .details-page-footer {
  background: white;
  border-top: 1px solid #f5f5f5;
}
.base-page .details-page-footer .buttons {
  padding: 10px;
}
.base-page .details-page-footer .buttons-right {
  float: right;
}
.base-page .details-page-title {
  padding-bottom: 10px;
}
.base-page .absolute-bottom .buttons .btn-left {
  margin-right: auto;
  float: left;
}
.base-page .absolute-bottom .buttons .btn-right {
  float: right;
}
.base-page .absolute-bottom .buttons .btn-left {
  margin-right: auto;
}
.base-page .btn-floating {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 20px 15px;
}

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

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
}
@font-face {
  font-family: 'fonixicons';
  src:
    url(/931ebd9b6c95313d638a731b4970d230.ttf) format('truetype'),
    url(/8d0402f48a2c4e49e2d127c98d2c7f10.woff) format('woff'),
    url(/99136de0016cca0dadcc287f5d848613.svg#fonixicons) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* [class^="fi-"], [class*=" fi-"] { */
.fonixicons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fonixicons' !important;
  /* speak: none; */
  font-size: 1.7em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-add_link:before {
  content: "\E993";
}
.fi-link_off:before {
  content: "\E994";
}
.fi-link:before {
  content: "\E995";
}
.fi-undo:before {
  content: "\E991";
}
.fi-maximize-2:before {
  content: "\E996";
}
.fi-download-cloud:before {
  content: "\E992";
}
.fi-bookmark:before {
  content: "\E990";
}
.fi-featured_video:before {
  content: "\E98F";
}
.fi-account_circle:before {
  content: "\E90C";
}
.fi-activity:before {
  content: "\E906";
}
.fi-add:before {
  content: "\E944";
}
.fi-add_location:before {
  content: "\E92B";
}
.fi-alert-circle:before {
  content: "\E901";
}
.fi-alert-triangle:before {
  content: "\E924";
}
.fi-archive:before {
  content: "\E921";
}
.fi-arrow-down-circle:before {
  content: "\E961";
}
.fi-arrow_downward:before {
  content: "\E970";
}
.fi-arrow_drop_down:before {
  content: "\E973";
}
.fi-arrow_drop_up:before {
  content: "\E971";
}
.fi-arrow_left:before {
  content: "\E93B";
}
.fi-arrow_right:before {
  content: "\E93A";
}
.fi-arrow_upward:before {
  content: "\E96D";
}
.fi-bar-chart:before {
  content: "\E982";
}
.fi-bell:before {
  content: "\E978";
}
.fi-bell-off:before {
  content: "\E98C";
}
.fi-bubble-chart:before {
  content: "\E981";
}
.fi-building:before {
  content: "\E93E";
}
.fi-calendar-range:before {
  content: "\E909";
}
.fi-camera:before {
  content: "\E96E";
}
.fi-camera-off:before {
  content: "\E96F";
}
.fi-car:before {
  content: "\E959";
}
.fi-car-connected:before {
  content: "\E926";
}
.fi-check-circle:before {
  content: "\E91C";
}
.fi-circle:before {
  content: "\E935";
}
.fi-clear:before {
  content: "\E947";
}
.fi-clock:before {
  content: "\E949";
}
.fi-close-octagon-outline:before {
  content: "\E908";
}
.fi-compare_arrows:before {
  content: "\E93C";
}
.fi-confirmation_number:before {
  content: "\E939";
}
.fi-content-copy:before {
  content: "\E902";
}
.fi-crosshair:before {
  content: "\E96C";
}
.fi-dashboard:before {
  content: "\E950";
}
.fi-day-summary:before {
  content: "\E917";
}
.fi-done:before {
  content: "\E940";
}
.fi-done_all:before {
  content: "\E941";
}
.fi-dots-vert:before {
  content: "\E92D";
}
.fi-download:before {
  content: "\E903";
}
.fi-earth-filter:before {
  content: "\E91B";
}
.fi-ecodriving:before {
  content: "\E912";
}
.fi-edit:before {
  content: "\E920";
}
.fi-edit-form:before {
  content: "\E97E";
}
.fi-edit-input:before {
  content: "\E97F";
}
.fi-edit_location:before {
  content: "\E952";
}
.fi-error:before {
  content: "\E94F";
}
.fi-exit:before {
  content: "\E985";
}
.fi-eye:before {
  content: "\E963";
}
.fi-eye-off:before {
  content: "\E964";
}
.fi-fast-forward:before {
  content: "\E904";
}
.fi-file-text:before {
  content: "\E905";
}
.fi-filter:before {
  content: "\E931";
}
.fi-filter_list:before {
  content: "\E932";
}
.fi-folder:before {
  content: "\E907";
}
.fi-folder_shared:before {
  content: "\E94D";
}
.fi-gas_station:before {
  content: "\E93D";
}
.fi-gesture:before {
  content: "\E92C";
}
.fi-grid:before {
  content: "\E987";
}
.fi-help_outline:before {
  content: "\E934";
}
.fi-home:before {
  content: "\E91F";
}
.fi-info:before {
  content: "\E91D";
}
.fi-input_svideo:before {
  content: "\E929";
}
.fi-journey-summary:before {
  content: "\E914";
}
.fi-key:before {
  content: "\E98B";
}
.fi-key-remove:before {
  content: "\E90A";
}
.fi-last_page:before {
  content: "\E933";
}
.fi-layers:before {
  content: "\E986";
}
.fi-line-chart:before {
  content: "\E925";
}
.fi-location:before {
  content: "\E953";
}
.fi-location_off:before {
  content: "\E95F";
}
.fi-location_on:before {
  content: "\E95E";
}
.fi-lock:before {
  content: "\E942";
}
.fi-loneworker:before {
  content: "\E90B";
}
.fi-long_arrow_back:before {
  content: "\E92F";
}
.fi-long_arrow_forward:before {
  content: "\E92E";
}
.fi-mail:before {
  content: "\E988";
}
.fi-map:before {
  content: "\E90D";
}
.fi-map-center:before {
  content: "\E918";
}
.fi-map-marker:before {
  content: "\E90E";
}
.fi-map-poi:before {
  content: "\E90F";
}
.fi-maximize:before {
  content: "\E984";
}
.fi-menu:before {
  content: "\E948";
}
.fi-minus:before {
  content: "\E937";
}
.fi-multiline-chart:before {
  content: "\E927";
}
.fi-my_location:before {
  content: "\E956";
}
.fi-navigation_arrow:before {
  content: "\E954";
}
.fi-nearby:before {
  content: "\E91A";
}
.fi-odom-chrono:before {
  content: "\E915";
}
.fi-out-of-hours:before {
  content: "\E913";
}
.fi-overspeed:before {
  content: "\E911";
}
.fi-package:before {
  content: "\E962";
}
.fi-parked-time:before {
  content: "\E916";
}
.fi-pause:before {
  content: "\E910";
}
.fi-phone:before {
  content: "\E900";
}
.fi-pie-chart:before {
  content: "\E983";
}
.fi-pinned_location:before {
  content: "\E98D";
}
.fi-place:before {
  content: "\E955";
}
.fi-play:before {
  content: "\E919";
}
.fi-plus:before {
  content: "\E938";
}
.fi-polygon:before {
  content: "\E95D";
}
.fi-power_settings:before {
  content: "\E957";
}
.fi-print:before {
  content: "\E928";
}
.fi-radar:before {
  content: "\E91E";
}
.fi-refresh:before {
  content: "\E922";
}
.fi-rewind:before {
  content: "\E92A";
}
.fi-save:before {
  content: "\E930";
}
.fi-search:before {
  content: "\E94A";
}
.fi-search_location:before {
  content: "\E923";
}
.fi-settings:before {
  content: "\E94E";
}
.fi-settings2:before {
  content: "\E936";
}
.fi-share:before {
  content: "\E980";
}
.fi-shield:before {
  content: "\E989";
}
.fi-shield-off:before {
  content: "\E98A";
}
.fi-sim_card:before {
  content: "\E93F";
}
.fi-skip-back:before {
  content: "\E943";
}
.fi-skip-forward:before {
  content: "\E951";
}
.fi-smartphone:before {
  content: "\E958";
}
.fi-sms:before {
  content: "\E945";
}
.fi-sort:before {
  content: "\E94B";
}
.fi-sort_alpha:before {
  content: "\E94C";
}
.fi-speedometer:before {
  content: "\E960";
}
.fi-square:before {
  content: "\E946";
}
.fi-star:before {
  content: "\E95A";
}
.fi-star_outline:before {
  content: "\E95B";
}
.fi-thermometer:before {
  content: "\E96B";
}
.fi-timer:before {
  content: "\E965";
}
.fi-timer_off:before {
  content: "\E966";
}
.fi-trash:before {
  content: "\E972";
}
.fi-unlock:before {
  content: "\E95C";
}
.fi-user:before {
  content: "\E969";
}
.fi-user-x:before {
  content: "\E96A";
}
.fi-video:before {
  content: "\E967";
}
.fi-video-off:before {
  content: "\E968";
}
.fi-volume:before {
  content: "\E974";
}
.fi-volume-1:before {
  content: "\E975";
}
.fi-volume-2:before {
  content: "\E976";
}
.fi-volume-x:before {
  content: "\E977";
}
.fi-work:before {
  content: "\E979";
}
.fi-world:before {
  content: "\E97A";
}
.fi-zap:before {
  content: "\E97B";
}
.fi-zap-off:before {
  content: "\E97C";
}
.fi-zoom-in:before {
  content: "\E97D";
}
.fi-zoom-out:before {
  content: "\E98E";
}
.fi-file-pdf:before {
  content: "\EADF";
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfmYwNzViODQ0LmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/