.mat-card-header-text {
  margin: 0px !important;
}

table {
  width: 100%;
}

mat-card {
  margin-top: 15px !important;
}

.orders-tabs {
  background-color: #145f9b !important;
}

.m0-header-text {
  margin: 0 !important;
}

.input-full-width {
  width: 100%;
}

.stepper-selected {
  font-weight: bold;
  background-color: #ff4081;
  color: white;
  padding: 1px;
  min-width: 250px;
  text-align: center;
  display: block;
}

.chart-height {
  height: 400px;
  /*overflow: auto;*/
  overflow-x: hidden;
  /* horizontal */
  overflow-y: scroll;
  /* vertical */
}

.kt-aside-menu-wrapper {
  /* border-right: #F4F4F4 1px solid; */
}

#kt_wrapper {
  height: 65px;
  padding-top: 0px;
  margin-top: 90px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-block;
}

.history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  top: 45px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
}

.history .timeline {
  flex-grow: 1;
  flex-shrink: 1;
}

#history-map {
  flex-grow: 1;
  flex-shrink: 1;
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 290px;
  right: 0px;
  outline: none;
}

#the-history-map {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
}

.history .sidebar {
  flex-grow: 1;
}

#history-events {
  right: 0px;
  width: 265px;
  bottom: 0px;
  top: 165px;
  overflow: hidden;
  position: absolute;
  z-index: 1002;
  display: none;
}

#table-area {
  flex-grow: 1;
  flex-shrink: 1;
  position: absolute;
  top: 120px;
  bottom: 0px;
  left: 265px;
  right: 7px;
  outline: none;
}

.edit-routing .mat-expansion-indicator::after {
  color: #000 !important;
}

#routing-table-right-menu {
  left: 0px;
  width: 265px;
  top: 104px;
  bottom: 0px;
  position: fixed;
  z-index: 1002;
}

.kt-header
  .kt-header-menu
  .kt-menu__nav
  > .kt-menu__item
  > .kt-menu__link
  .kt-menu__link-text {
  color: #ffffff;
  font-weight: 500;
}

.assetsBar::-webkit-scrollbar,
.poiBar::-webkit-scrollbar {
  width: 0 !important;
}

.assetsBar,
.poiBar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  height: 600px;
  /* border: 1px solid #e1e1e1; */
  padding: 0 !important;
}

.asset:hover {
  background-color: #0ca2d1;
  color: #ffffff;
  cursor: pointer;
}

.asset:hover .col-12 {
  color: #ffffff;
}

.asset {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  background-color: #fff;
  border-top: solid #f4f4f4 1px;
  border-bottom: solid #f4f4f4 1px;
}

.single-driver {
  margin: 0 10px;
  background-color: #0ca2d1;
  border-radius: 5px;
  color: #fff;
}

.asset-active {
  background-color: #0ca2d1;
  color: #fff;
}

.activeVechicle {
  background-color: #041527;
  color: #ffffff;
}

.row.nav-report-row {
  padding-left: 15px;
}

h4.organizationNameSidebar.nav-organizationNameSidebar {
  padding-left: 19px;
}

mat-icon.md-icon.nav-mat-icon.nav-mat-icon-dashbord.mat-icon.notranslate.material-icons.mat-icon-no-color {
  color: #5d9cbc;
}

.organizationNameSidebar {
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12pt;
  padding-left: 0px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.groupNameSidebar {
  /*background-color: #041527!important;*/
  /* padding: 7px; */
  /* border: 1px solid #e1e1e1; */
  text-transform: uppercase;
  /* margin-bottom: 3px; */
}

.groupNameSidebar mat-panel-title {
  color: #ffffff !important;
}

.assetsBar .mat-expansion-panel {
  border-radius: 0px;
}

.assetsBar .row {
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
}

.assetsBar .row .col-12 {
  padding: 3px 0 0 0;
}

.assetsBar .row .col-4 {
  padding-left: 0;
}

.assetsBar .row .col-8 {
  padding-right: 0;
}

.assetsBar .mat-expansion-panel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 7px;
  border-radius: inherit;
}

/* .assetsBar .mat-expansion-panel-header {
  padding: 0 10px !important;
  height: 48px !important;
  background-color: #344557;
  margin-bottom: 3px;
} */

.assetsBar .mat-expansion-panel-header {
  padding: 0 10px !important;
  height: 48px !important;
  /*background-color: #5d9cbc;*/
  margin-bottom: 3px;
  border-bottom: 2px solid #005c85;
}

.mat-expansion-panel._mat-animation-noopable,
.mat-expansion-panel.ng-animate-disabled,
.ng-animate-disabled .mat-expansion-panel {
  /* margin-bottom: 3px; */
}

.assetsBar .mat-expansion-panel-body {
  padding: 0px !important;
  border-bottom: none;
}

.assetsBar .mat-expansion-indicator {
  color: #ffffff;
}

.groupNameSidebar .mat-expansion-panel-header {
  padding: 0 10px !important;
  height: 48px !important;
  background-color: #647587;
  margin-bottom: 3px;
  color: #ffffff;
}

.assetsBar .mat-expansion-panel:not([class*="mat-elevation-z"]) {
  box-shadow: none;
  background: #083d60;
}

.events .mat-expansion-panel-body {
  padding: 0 3px 0 0;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  background: #5d9cbc;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 0 0 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 7px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline > li.event_call_made:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 7px solid #12f503;
  border: 7px solid #f1592a;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

ul.timeline > li.event_call_received:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 7px solid #ff4081;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.app-title {
  font-size: 24px;
}

.box-title {
  font-size: 20px;
}

.box-container {
  box-sizing: border-box;
  width: 800px;
  height: 500px;
  max-width: 90%;
  max-height: 90%;
  padding: 24px;
  margin: 24px auto;
  border-radius: 4px;
  color: #555;
  background-color: #eee;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.25);
}

.info-container {
  padding: 12px 16px;
  line-height: 24px;
}

.action-container,
.content-container {
  position: relative;
  overflow: auto;
  height: 300px;
  min-height: 0;
  margin: 8px 16px;
  border-radius: 4px;
  background-color: #fff;
}

.action-container {
  padding: 16px;
}

.content-container {
  position: relative;
  min-height: 0;
  padding: 8px;
  margin: 12px 16px;
  border: 1px solid #ccc;
}

.vertical-container,
.horizontal-container {
  min-height: 0 !important;
}

.action-button {
  box-sizing: border-box;
  width: calc(100% - 16px);
  min-height: 35px;
  padding: 4px 16px;
  margin: 8px;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}

.action-button:hover {
  color: #fff;
  background-color: #555;
}

.scroll-container {
  position: relative;
}

.scrollable-content {
  padding: 16px;
  margin: 0;
}

/* .mat-tab-label {
  height: 32px !important;
  padding: 0 7px !important;
  min-width: 90px !important;
} */

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out,
    -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out,
    -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out,
    -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */

.leaflet-oldie .marker-cluster-small {
  background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
  background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
  background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
  background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
  background-color: rgb(241, 128, 23);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-popup-content-wrapper {
  border-radius: 3px;
}

.leaflet-popup-content {
  min-width: 380px;
  margin: 0;
}

.leaflet-container a.leaflet-popup-close-button {
  top: 10px;
  right: 10px;
  padding: 0px;
  width: 25px;
  height: 25px;
  z-index: 1000000000;
  font-size: 20px;
  line-height: 33px;
  background-color: #f3f4f5;
  cursor: pointer;
}

/* Style the tab */

.custom-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

.custom-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 10px;
  font-size: 17px;
  width: 33.3333333333333333%;
}

/* Change background color of buttons on hover */

.custom-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.custom-tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.custom-tabcontent {
  display: none;
  border: 1px solid #f3f4f5;
  border-top: none;
  min-height: 246px;
}

.custom-tabcontent .table {
  margin-bottom: 0;
}

.kt-header {
  height: 45px;
}

@media (min-width: 1025px) {
  .kt-aside--fixed .kt-aside {
    position: fixed;
    top: 45px;
    bottom: 0px;
    left: 0;
    z-index: 98;
  }
}

.kt-aside .kt-aside-menu .mat-form-field-wrapper {
  /* padding-bottom: 7px; */
  padding-bottom: 10px;
}

.kt-aside
  .kt-aside-menu
  .mat-form-field-appearance-outline
  .mat-form-field-wrapper {
  margin: 0 10px;
}

.kt-aside .kt-aside-menu .assetsBar .mat-expansion-panel-header {
  padding: 0 10px !important;
  height: 40px !important;
  background-color: #145f9b;
  margin-bottom: 0px;
  border: none;
}

.kt-aside .kt-aside-menu h5,
.kt-aside .kt-aside-menu .h5 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 35px;
  color: #f1f2f3;
  font-size: 1.12rem;
}

.md-icon {
  font-size: 18px;
  display: inline;
  vertical-align: middle;
}

#history-event {
  max-width: 600px;
  min-width: 220px;
  min-height: 300px;
}

.mat-tab-body .row {
  margin-left: -10px;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 28px !important;
  padding: 0 12px;
}

.mat-card .mat-divider-horizontal {
  /* z-index: 100000; */
  z-index: 999;
}

.mat-radio-label-content {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.nav-sidebar-menu
  .mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  padding: 4px 0;
}

.nav-sidebar-menu
  .mat-button-toggle-appearance-standard
  .mat-button-toggle-label-content {
  padding: 0 21px !important;
  border-radius: 0px !important;
}

/* .mat-form-field-appearance-outline .mat-form-field-outline-start{
  border-radius: 0px!important;
}
.mat-form-field-appearance-outline .mat-form-field-outline-end{
  border-radius: 0px!important;
} */

.assetBarGroup .mat-expansion-indicator::after,
.groupNameSidebar .mat-expansion-indicator::after {
  color: #fff !important;
}

/* .groupNameSidebar:hover:not([aria-disabled=true]) {
  background-color: #1677ae !important;
} */

.assetBarGroup:hover:not([aria-disabled="true"]) {
  background-color: #145f9b !important;
}

.search-combo .mat-form-field-wrapper {
  margin: 0px 0px 0px 10px !important;
}

.search-combo .mat-form-field-outline-end {
  border-radius: 0px !important;
}

.search-input .mat-form-field-wrapper {
  margin: 0px 10px 0px 0px !important;
}

.search-input .mat-form-field-outline-start {
  border-radius: 5px !important;
}

.sidebar .mat-form-field-outline {
  background: #fff !important;
}

.kt-sticky-toolbar {
  top: 50%;
  background: #041527;
  border-radius: 7px 0 0 7px;
}

.nav-sticky-toolbar-left {
  position: fixed;
  width: 46px;
  left: 0px;
  top: 210px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  margin-top: 0px;
  z-index: 100;
  background: #041527;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0 3px 3px 0;
}

.nav-sticky-toolbar-left .nav-sticky-toolbar-left__item {
  margin: 0;
  padding: 5px;
  text-align: center;
}

.nav-sticky-toolbar-left .nav-sticky-toolbar-left__item > a,
.kt-sticky-toolbar .kt-sticky-toolbar__item > a {
  /* background: #f4f4f8; */
  background: #041527 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.nav-sticky-toolbar-left .nav-sticky-toolbar-left__item > a > i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 1.3rem;
  color: #fff;
}

.nav-sticky-toolbar-left .nav-sticky-toolbar-left__item > a:hover {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.nav-sticky-toolbar-left .nav-sticky-toolbar-left__item > a:hover > i {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--brand
  > a
  > i {
  color: #5d78ff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--brand:hover
  > a {
  background: #5d78ff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--brand:hover
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--light
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--light:hover
  > a {
  background: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--light:hover
  > a
  > i {
  color: #282a3c;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--dark
  > a
  > i {
  color: #282a3c;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--dark:hover
  > a {
  background: #282a3c;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--dark:hover
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--primary
  > a
  > i,
.kt-sticky-toolbar
  .kt-sticky-toolbar__item.kt-sticky-toolbar__item--brand
  > a
  > i {
  color: #5d9cbc;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--primary:hover
  > a {
  background: #5867dd;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--primary:hover
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--success
  > a
  > i,
.kt-sticky-toolbar
  .kt-sticky-toolbar__item.kt-sticky-toolbar__item--success
  > a
  > i {
  color: #5d9cbc;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--success:hover
  > a {
  background: #0abb87;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--success:hover
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--info
  > a
  > i,
.nav-sticky-toolbar-left
  .nav-sticky-toolbar__item.nav-sticky-toolbar__item--info
  > a
  > i {
  color: #007ad9;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--info:hover
  > a {
  background: #5578eb;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--info:hover
  > a
  > i {
  color: #ffffff;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--warning
  > a
  > i,
.kt-sticky-toolbar
  .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning
  > a
  > i {
  color: #5d9cbc;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--warning:hover
  > a {
  background: #ffb822;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--warning:hover
  > a
  > i {
  color: #ffffff !important;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--danger:hover
  > a {
  background: #fd397a;
}

.nav-sticky-toolbar-left
  .nav-sticky-toolbar-left__item.nav-sticky-toolbar-left__item--danger:hover
  > a
  > i,
.kt-sticky-toolbar
  .kt-sticky-toolbar__item.kt-sticky-toolbar__item--warning:hover
  > a
  > i {
  color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.nav-monitor-alarm-slide.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
  background-color: #5d9cbc !important;
}

.nav-monitor-alarm-slide.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
  background-color: #145f9b !important;
}

.nav-monitor-alarm-slide.mat-checked .mat-ripple-element {
  background-color: #145f9b !important;
}

.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #145f9b !important;
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #145f9b !important;
}

/***** Analytics > Vehicle Analytics > Tabs *****/

.nav-tabs .mat-tab-label,
.nav-tabs .mat-tab-links {
  opacity: 1;
  background-color: #145f9b !important;
  border-bottom: 2px solid #e5ebf3 !important;
}

.order-min-height {
  min-height: 300px;
}

.nav-tabs .mat-tab-label .mat-tab-label-content,
.nav-tabs .mat-tab-link {
  opacity: 1 !important;
  color: #fff !important;
}

.nav-tabs .mat-ink-bar {
  background-color: #fff !important;
}

.nav-tabs #mat-tab-label-0-0:hover,
.nav-tabs #mat-tab-label-0-1:hover,
.nav-tabs #mat-tab-label-0-2:hover,
.nav-tabs #mat-tab-label-0-3:hover {
  background-color: #0ca2d1 !important;
  border-bottom: 2px #fff solid;
}

.nav-tabs .mat-tab-label-active {
  background-color: #0ca2d1 !important;
}

.nav-tabs .mat-tab-header {
  position: sticky !important;
  top: 112px;
  z-index: 100 !important;
  background-color: #e1ddde !important;
}

.routing-tabs .mat-tab-header {
  position: sticky !important;
  top: 70px;
  z-index: 100 !important;
  background-color: #e1ddde !important;
}

.nav-mt-5 {
  margin: 5px 0 0 0 !important;
  text-align: right !important;
}

.nav-buttons {
  padding: 7px !important;
}

button.nav-btn-exportfile {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #0ca2d1;
  color: #fff;
}

button.nav-btn-exportfile:hover {
  color: #145f9b;
}

i.fa.fa-edit {
  color: #145f9b;
}

i.fa.fa-cog {
  color: #0ca2d1;
}

i.fa.fa-edit:hover {
  color: #041527;
}

i.fa.fa-cog:hover {
  color: #041527;
}

.show > .btn.btn-clean i,
.btn.btn-clean.active i,
.btn.btn-clean:active i,
.btn.btn-clean:hover i {
  color: #041527;
}

.ctr-solution .mat-tab-label .mat-tab-label-content {
  color: white;
  opacity: 1;
}

.ctr-solution .mat-tab-label {
  color: white;
  opacity: 1;
  height: 40px;
}

.routing-tabs .mat-tab-link {
  height: 40px;
}

.ctr-solution .mat-tab-header {
  width: 480px;
}

.stop-filter .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 7px;
}

.stop-filter .mat-form-field-label-wrapper {
  top: -1.2em;
  padding-top: 0.84375em;
}

.stop-filter .mat-form-field-wrapper {
  padding-bottom: 0;
}

.filter-margin .mat-checkbox-layout .mat-checkbox-label {
  font-weight: bold;
}

/* .mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0.50em 0!important;
} */

.nav-ng-star.ng-star-inserted.pt-3 {
  padding-top: 0px !important;
}

/* .mat-form-field-outline.ng-tns-c6-6.ng-star-inserted {
  margin-top: -5px!important;
} */

/* .mat-form-field-outline.ng-tns-c6-6.ng-star-inserted:hover{
  margin-top: -5px!important;
} */

/* End Analytics > Vehicle Analytics > Tabs*/

.cdk-overlay-container {
  position: fixed;
  z-index: 1003 !important;
}

.header-organization-selector .mat-form-field-flex {
  padding-top: 4px !important;
}

.mat-expansion-indicator::after,
.mat-expansion-panel-header-description {
  color: #fff !important;
}

/* .mat-card-header {
  padding: 16px 16px 8px 16px !important;
  background-color: #ccc;
}

.mat-card {
  padding: 0px !important;
}

.mat-card-content {
  padding: 0 16px 16px 16px !important;
} */

.nav-analytics-min-heigth {
  min-height: 173px;
}

.nav-analytics-title .mat-card-title {
  color: #041527;
  font-size: 24px;
}

.nav-analytics-min-heigth-sm {
  min-height: 92px;
}

.nav-title-size-16 {
  font-size: 16px !important;
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: transparent !important;
}

li.header-organization-selector:hover {
  background-color: transparent !important;
}

.header-organization-selector .mat-form-field-outline-start {
  background-color: #fff;
}

.header-organization-selector .mat-form-field-outline-gap {
  background-color: #fff;
}

.header-organization-selector .mat-form-field-outline-end {
  background-color: #fff;
}

.gps_ring {
  border: 3px solid green;
  -webkit-border-radius: 60px;
  height: 18px;
  width: 18px;
  margin-top: 30px;
  margin-left: 10px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  /*opacity: 0.0*/
}

.mat-raised-button[disabled] {
  color: #eee !important;
  background-color: #595d6e !important;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.dateCustomRangePicker {
  width: 100%;
  height: 3.5em;
  margin-top: 5px;
  border-radius: 5px;
  border-color: #e1e1ef;
  border-width: 1px;
}

.md-drppicker {
  width: 600px !important;
}

.md-drppicker .ranges ul li button.active {
  background-color: #145f9b !important;
  color: #fff;
}

.md-drppicker .btn,
.md-drppicker .btn:focus,
.md-drppicker .btn:hover {
  background-color: #145f9b !important;
}

.md-drppicker td.active,
.md-drppicker td.active:hover {
  background-color: #145f9b !important;
  border-color: transparent;
  color: #fff;
}

.md-drppicker .clear svg {
  color: #ef5d5d !important;
  fill: currentColor;
}

/*********** @media queries ************/

@media (max-width: 992px) {
  .header-organization-selector .mat-form-field-flex {
    margin-left: -8px !important;
    padding-top: 4px !important;
  }

  .mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0 0.75em 0 0.75em;
    margin-top: -1.1em !important;
    position: relative;
  }
}

@media (max-width: 768px) {
  .md-drppicker {
    width: auto !important;
  }

  .kt-aside {
    z-index: 1000 !important;
  }

  .md-icon-hidden {
    display: none !important;
  }

  .nav-google-chart {
    display: none !important;
  }

  google-chart.nav-google-chart {
    display: none;
  }

  #history-map {
    flex-grow: 1;
    flex-shrink: 1;
    position: absolute;
    top: 39px;
    bottom: 0px;
    left: 290px;
    right: 0px;
    outline: none;
  }

  #history-events {
    flex-grow: 1;
    top: 44px;
    right: 0px;
    width: 265px;
    bottom: 0px;
    position: absolute;
    z-index: 1002;
    display: none;
  }

  .search-combo .mat-form-field-wrapper {
    margin: 7px 19px 0px 10px !important;
  }

  .search-input .mat-form-field-wrapper {
    margin: 7px 10px 6px 21px !important;
  }

  .search-input .mat-form-field-outline-start {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  .search-combo .mat-form-field-outline-end {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .header-organization-selector .mat-form-field-flex {
    margin-left: 20px !important;
    padding-top: 4px !important;
  }

  .header-organization-selector .mat-form-field-flex {
    margin-left: 15px !important;
    padding-top: 4px !important;
  }

  .mat-form-field-appearance-outline .mat-form-field-flex {
    padding: 0 0.75em 0 0.75em;
    margin-top: 0px !important;
    position: relative;
  }

  .nav-tabs .mat-tab-header {
    top: 65px !important;
  }

  li.header-organization-selector.nav-menu__item.nav-menu__item--rel.nav-menu__item--submenu.ng-star-inserted.organization-header-responsive {
    width: 90% !important;
  }

  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled="true"])
    .mat-expansion-panel-header:hover {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  .nav-tabs .mat-tab-header {
    top: 130px;
  }

  .asset .col-8 {
    padding-right: 0px;
  }
}

@media (max-width: 1220px) {
  .kt-aside {
    z-index: 1000 !important;
  }

  #history-map {
    flex-grow: 1;
    flex-shrink: 1;
    position: absolute;
    top: 55;
    bottom: 0px;
    left: 0px;
    right: 0px;
    outline: none;
  }

  .nav-sticky-toolbar-left {
    display: flex;
  }

  .header-organization-selector .mat-form-field-flex {
    margin-left: -8px;
    padding-top: 4px;
  }

  .asset .col-4 {
    padding-right: 0px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 1025px) {
  .kt-container {
    padding: 0 10px;
  }
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: none !important;
}

.create-btn {
  padding: 7px 30px !important;
  margin: 7px 10px !important;
}

.mat-input-element {
  color: #000 !important;
}

.mat-header-row {
  background-color: #f7f7f7 !important;
  opacity: 1 !important;
}
