.noselect, #sidebar nav {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.green {
  color: #4CAF50; }

.red {
  color: #F44336; }

::-webkit-scrollbar-track {
  background: white; }

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
  position: absolute; }

::-webkit-scrollbar-thumb {
  background-color: #212121;
  border: none;
  background-clip: content-box; }

::-webkit-scrollbar:horizontal {
  height: 5px; }

.font, body, html, main, .layout, .pac-container,
.mdl-textfield__input,
h1, h2, h3, h4, h5, #comm .content form .buttons button {
  font-family: "Roboto Condensed", sans-serif; }

.bold {
  font-weight: 700; }

body, html {
  width: 100%;
  overflow: hidden; }

body, html, main, .layout {
  height: 100%; }

#map {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%; }
.moduleOpen #map {
  height: calc(100% - 300px); }
#map.slider {
  margin-top: 85px; }

.mod-icon, #sortableHelper i, #detailbar > .module > header > i, .module.collapsed > header > i, .module header > i {
  display: block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center; }

#sortableHelper {
  width: 48px;
  height: 48px;
  background: lime;
  float: right;
  bottom: 0; }

.sortable-placeholder {
  width: 48px;
  height: 48px;
  background: blue;
  position: absolute; }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

body > .filter {
  position: absolute;
  z-index: 99;
  background: white; }
body > .filter.multiselect {
  max-height: 192px;
  overflow: scroll;
  overflow: overlay; }
body > .filter.slider {
  height: 48px; }
body > .filter.slider .mdl-slider__container {
  padding-top: 15px;
  padding-bottom: 15px; }
body > .filter .mdl-slider {
  margin: 0 10px;
  width: calc(100% - 20px); }
body > .filter .mdl-slider__background-flex {
  margin: 0 16px;
  width: calc(100% - 32px); }
body > .filter th {
  text-transform: uppercase;
  font-weight: 700; }

.mdl-layout__drawer-button,
.mdl-layout__drawer {
  left: initial;
  right: 0; }

/*
.mdl-layout__drawer {
  transform: translateX(250px);
}
*/
#openDrawer {
  background: white;
  width: 25px;
  display: block;
  height: 50px;
  top: calc(50% - 25px);
  right: 0;
  position: absolute;
  z-index: 999;
  cursor: pointer; }
#openDrawer i {
  line-height: 50px;
  font-size: 30px; }
#openDrawer .open {
  display: block; }
#openDrawer .close {
  display: none; }
.has-drawer #openDrawer .close {
  display: block; }
.has-drawer #openDrawer .open {
  display: none; }

.mdl-layout > .mdl-layout__content {
  margin-left: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: margin-right 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: margin-right 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: margin-right 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-right 400ms cubic-bezier(0.4, 0, 0.2, 1); }

.mdl-layout.is-small-screen #openDrawer {
  display: none; }

.mdl-layout:not(.is-small-screen) .mdl-layout__drawer-button {
  display: none; }

.mdl-layout:not(.is-small-screen).has-drawer > .mdl-layout__content {
  margin-right: 350px; }
body.large-drawer .mdl-layout:not(.is-small-screen).has-drawer > .mdl-layout__content {
  margin-right: 450px; }

.md-backdrop.active {
  opacity: .48;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.md-backdrop {
  -webkit-transition: opacity 450ms;
  -moz-transition: opacity 450ms;
  -ms-transition: opacity 450ms;
  transition: opacity 450ms;
  z-index: 89;
  opacity: 0;
  background-color: #212121; }

.mdl-dialog {
  border: none;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  width: 280px; }

.mdl-dialog__title {
  padding: 24px 24px 0;
  margin: 0;
  font-size: 2.5rem; }

.mdl-dialog__actions {
  padding: 8px 8px 8px 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mdl-selectfield {
  border-bottom: 1px solid black;
  width: 95px;
  padding: 10px 0;
  cursor: pointer; }
.mdl-selectfield .mdl-selectfield__icon,
.mdl-selectfield .mdl-selectfield__label {
  bottom: auto;
  top: 0;
  color: black; }
.mdl-selectfield .mdl-selectfield__icon {
  padding: 0; }
.mdl-selectfield .mdl-selectfield__icon > i {
  font-size: 24px;
  line-height: 20px; }
.mdl-selectfield .mdl-selectfield__label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }

.mdl-dialog__actions > * {
  margin-right: 8px;
  height: 36px; }

.mdl-dialog__actions > *:first-child {
  margin-right: 0; }

.mdl-dialog__actions--full-width {
  padding: 0 0 8px 0; }

.mdl-dialog__actions--full-width > * {
  height: 48px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 16px;
  margin-right: 0;
  text-align: right; }

.mdl-dialog__content {
  padding: 20px 24px 24px 24px;
  color: rgba(0, 0, 0, 0.54); }

.spacer {
  width: 2px;
  background: white;
  height: 34px;
  float: left;
  margin: 7px 10px; }

.mdl-shadow--16dp, body > .filter, #search.active, #search_results, #modules.active .module.active .content {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.status.drive,
.status.online {
  color: #4CAF50; }

.status.stop,
.status.offline {
  color: #F44336; }

.status.idling,
.status.unknown {
  color: #FFC107; }

.status.magnet {
  color: #009688; }

.status.orange {
  color: #FF9800; }

.status.notracking {
  color: #6e6e6e; }

.l-tooltip {
  line-height: 16px;
  font-size: 12px; }
.l-tooltip i {
  font-size: 14px;
  padding-right: 5px; }
.l-tooltip .data {
  display: inline-flex;
  vertical-align: middle;
  align-items: center; }
.l-tooltip .name {
  white-space: nowrap; }

.marker_tooltip,
.vehicle_label {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 3px 3px 2px #888;
  border: 1px solid #ccc;
  position: absolute;
  overflow: hidden;
  text-align: center;
  background-color: white;
  padding: 2px 10px;
  z-index: 104;
  position: absolute;
  white-space: nowrap; }
.here-marker .marker_tooltip, .here-marker
.vehicle_label {
  position: static;
  font-size: 12px; }
.marker_tooltip.selected,
.vehicle_label.selected {
  border: 2px solid #F44336; }

.marker-cluster {
  background: url("../images/map_icons/cluster1.png") bottom center no-repeat;
  color: white;
  font-weight: 700; }
.marker-cluster span {
  line-height: 20px; }

/* context menu */
.context_menu {
  background-color: #FFFFFF;
  width: 170px;
  /*height:120px;*/
  padding: 0px;
  border: 1px;
  cursor: pointer;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #676767;
  border-bottom: 1px solid #676767; }

.context_menu_item {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 4px center; }

table tr.active td {
  background: #BBDEFB; }

.context_menu .zoomin {
  background-image: url(../images/map_icons/zoomin.png); }

.context_menu .zoomout {
  background-image: url(../images/map_icons/zoomout.png); }

.context_menu .centerhere {
  background-image: url(../images/map_icons/here.png); }

.context_menu_item .hover {
  background-color: #d6e9f8; }

.context_menu_separator {
  border-bottom: 1px solid #cccccc; }

/*
a[title="Click to see this area on Google Maps"] {
  margin-top: 9999px;
}
*/
.ui-tooltip {
  z-index: 10000; }

.circle {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px; }
.circle.green {
  color: #4CAF50;
  background: #4CAF50; }
.circle.red {
  color: #F44336;
  background: #F44336; }
.circle.yellow {
  color: #FFC107;
  background: #FFC107; }

.module .filtri {
  background: #5F5F5F;
  color: white;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px; }
.module .filtri i {
  display: block;
  float: right;
  cursor: pointer; }

table tr.newday td {
  border-top: 3px solid #1a1a1a; }

table tr.lastdrive td,
table tr.firstdrive td {
  font-weight: bold; }

table tr.firstdrive td {
  background: #ccff90; }

table tr.lastdrive td {
  background: #F0DE7D; }

@media (max-width: 479px) {
  #modules {
    display: none; }
  main.moduleOpen #map {
    height: 100%; } }

#search {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(600px);
  -ms-transform: translateX(600px);
  -moz-transform: translateX(600px);
  transform: translateX(600px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
  background: white;
  padding: 0;
  height: 48px;
  width: 600px; }
#search.active {
  transform: translateX(0); }
#search input {
  height: 48px;
  line-height: 48px;
  padding: 0;
  text-indent: 15px; }

#search_results {
  position: absolute;
  z-index: 2002;
  /*
  right: 0;
  top: $height;
  width: $search_width - 30px;
  */
  padding: 15px;
  background: white; }
#search_results .result {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: black;
  text-overflow: ellipsis;
  overflow: hidden; }
#search_results .result:hover {
  text-decoration: underline; }
#search_results .address {
  font-style: italic;
  font-size: 0.8em; }

.moduleOpen #map.dragging {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none; }

#modules {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  z-index: 1001;
  /*
  .module.active {
    @extend .mdl-shadow--16dp;

    .content {
      display: block;
      width: 100%;
      position: absolute;
      background: white;
      left: 0;
    }
  }
  */ }
#modules.dragging {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none; }
#modules .ui-resizable-n {
  top: 41px; }
#modules .module .content {
  display: none; }
#modules.active {
  bottom: 300px; }
#modules.active .module.active {
  margin-top: 0 !important; }
#modules.active .module.active .content {
  box-shadow: 0 -16px 24px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  display: block;
  width: 100%;
  background: white;
  left: 0; }

.module {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  float: left;
  height: 300px; }
#detailbar > .module, .module.collapsed {
  width: 48px !important;
  /*
  & header > *,
  & header .title,
  & > :not(header) {
    display: none;
  }
*/ }
#detailbar > .module header, .module.collapsed header {
  cursor: pointer; }
#detailbar .module > header {
  width: 48px;
  height: 48px;
  position: static; }
#detailbar .module > header > .title,
#detailbar .module > .content {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1); }
#detailbar .module.collapsed > .content {
  display: none; }
#detailbar .module .table.w2ui-grid {
  width: 450px;
  height: 220px; }
#detailbar .module.active > header > .title, #detailbar .module.expanded > header > .title {
  width: 350px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 0;
  bottom: 293px;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  text-indent: 15px;
  font-weight: normal; }
body.large-drawer #detailbar .module.active > header > .title, body.large-drawer #detailbar .module.expanded > header > .title {
  width: 450px; }
#detailbar .module.active > header > .title > i, #detailbar .module.expanded > header > .title > i {
  display: block;
  float: right;
  padding-top: 5px;
  padding-right: 5px; }
#detailbar .module.active > .content, #detailbar .module.expanded > .content {
  width: 350px;
  position: absolute;
  height: 240px;
  bottom: 53px;
  left: 0;
  color: black;
  background: white; }
body.large-drawer #detailbar .module.active > .content, body.large-drawer #detailbar .module.expanded > .content {
  width: 450px; }
.module.active .minimize {
  display: block; }
.module.active .maximize {
  display: none; }
#detailbar .module.active {
  margin-top: 0; }
.module header {
  background: #212121;
  color: #fff;
  height: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
.module header > .title {
  font-weight: bold;
  padding-top: 20px;
  display: block;
  float: left; }
.module header > .title > i {
  display: none; }
.module header > i {
  font-size: 36px;
  float: left; }
.module header > .collapse,
.module header > .minimize,
.module header > .maximize {
  float: right;
  cursor: pointer;
  padding: 6px; }
.module header > .minimize {
  display: none; }

#comm {
  width: 850px;
  height: 600px; }
#detailbar #comm header .title,
#comm header {
  background: #2196F3 !important; }
#comm.active {
  margin-top: -552px; }
#comm .content {
  overflow-y: scroll;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 552px; }
#comm .content .label {
  color: #3F51B5;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px; }
#comm .content form {
  background: #bde5ff;
  padding: 18px; }
#detailbar #comm .content form {
  display: none; }
#comm .content form input, #comm .content form textarea {
  background: white; }
#comm .content form .mdl-selectfield {
  width: 290px; }
#comm .content form #sendTo {
  display: block; }
#comm .content form .filter {
  float: left; }
#comm .content form .messageinput, #comm .content form .buttons {
  float: right; }
#comm .content form .messageinput {
  margin-right: 10px;
  margin-left: 30px; }
#comm .content form .messageinput .label {
  float: left;
  padding: 0 18px; }
#comm .content form .messageinput .textinput {
  padding: 0; }
#comm .content form .messageinput textarea {
  font-family: "Roboto Condensed", sans-serif;
  height: 60px; }
#comm .content form .devices {
  width: 200px;
  padding: 0; }
#comm .content form .devices input {
  width: 200px; }
#comm .content form .buttons button {
  display: block;
  color: white;
  height: 32px;
  line-height: 32px; }
#comm .content form .buttons #sendMessage {
  background: #4CAF50;
  margin-bottom: 5px; }
#comm .content form .buttons #deleteMessage {
  background: #3F51B5; }
#comm .content tr {
  height: auto; }
#comm .content tr.group {
  background: #d2d2d2;
  text-transform: uppercase; }
#comm .content tr.cols {
  background: #eeeeee; }
#comm .content tr th, #comm .content tr td {
  padding: 0 5px; }
#comm .content tr th:first-of-type, #comm .content tr td:first-of-type {
  padding-left: 18px; }
#comm .content tr th:last-of-type, #comm .content tr td:last-of-type {
  padding-right: 18px; }
#comm .content tr th {
  height: 27px;
  line-height: 27px;
  font-weight: 700;
  color: #212121; }
#comm .content tr th.besedilo {
  width: 50%; }
#comm .content tr td {
  text-align: left;
  height: auto;
  line-height: 30px; }
#comm .content tr td .markRead, #comm .content tr td .markUnread {
  cursor: pointer; }
#comm .nav {
  float: left;
  padding: 9px; }
#comm .nav i {
  display: block;
  cursor: pointer;
  line-height: 15px; }
#comm .marquee {
  float: left;
  padding-top: 20px;
  font-size: 12px; }
#comm .marquee .message {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 580px; }
#comm .number {
  float: left;
  padding-top: 20px; }

.is-small-screen #modules #comm {
  width: 300px;
  height: 300px;
  left: calc(50% - 150px);
  bottom: -252px; }
.is-small-screen #modules #comm .nav,
.is-small-screen #modules #comm .marquee {
  display: none; }
.is-small-screen #modules #comm #messages {
  height: 252px; }

#alarms {
  height: 350px; }
#alarms .w2ui-grid .w2ui-grid-body table td.w2ui-grid-data > div {
  white-space: normal; }
#alarms .table {
  height: 302px;
  width: 100%; }
#detailbar #alarms header .title,
#alarms header {
  background: #FFC107 !important;
  color: black !important;
  font-weight: 700; }
#alarms.active {
  margin-top: -302px; }
#alarms .content {
  height: 302px;
  overflow-x: hidden;
  overflow-y: scroll; }
#alarms table {
  white-space: normal; }
#alarms table td {
  padding: 0 5px; }
#alarms table .dvc {
  white-space: nowrap; }

#poi {
  width: 300px;
  height: 300px; }
#detailbar #poi header .title,
#poi header {
  background: #1F3A58 !important;
  color: white !important;
  font-weight: 700; }
#poi.active {
  margin-top: -252px; }
#poi .content {
  height: 252px;
  overflow-x: hidden;
  overflow-y: scroll; }
#poi .content .inner {
  padding: 10px; }

#drivereport header {
  background: #3e3e3e !important; }

#drivereport,
#history {
  width: 600px;
  height: 600px; }
#drivereport .content,
#history .content {
  height: 552px;
  overflow: hidden;
  /*
  overflow-x: hidden;
  overflow-y: scroll;
  */ }
#drivereport .export,
#history .export {
  cursor: pointer; }
#drivereport .table,
#history .table {
  height: 372px;
  width: 100%; }
#drivereport .inner,
#history .inner {
  height: 150px; }
#drivereport table .dvc,
#history table .dvc {
  white-space: nowrap; }
#drivereport .buttons,
#history .buttons {
  float: right;
  padding: 10px; }
#drivereport .buttons button,
#history .buttons button {
  display: block;
  margin-bottom: 20px;
  width: 200px; }
#drivereport .inputs,
#history .inputs {
  float: left;
  width: 280px;
  padding: 10px; }
#sidebar #drivereport .inputs, #sidebar #drivereport .buttons button, #sidebar
#history .inputs, #sidebar
#history .buttons button {
  width: 200px; }

#history_slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 350px);
  background: white;
  height: 85px; }
#history_slider.active {
  display: block; }
#history_slider .title h2 {
  line-height: 18px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 25px 5px 25px;
  float: left; }
#history_slider .title i {
  float: right;
  cursor: pointer;
  display: block;
  margin: 20px 25px 5px 25px; }
#history_slider .slider_time {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  float: right;
  display: block;
  margin-top: 20px; }
#history_slider .dvc {
  font-weight: 700; }
body.large-drawer #history_slider {
  width: calc(100% - 450px); }

#routes {
  width: 400px;
  height: 600px; }
#routes.active {
  margin-top: -552px; }
#detailbar #routes header .title,
#routes header {
  background: #009688 !important;
  color: white !important; }
#routes .content {
  height: 552px;
  overflow: scroll; }
#routes .content .inner {
  padding: 10px; }
#routes #route-vehicle {
  padding: 5px 0;
  margin-bottom: 10px; }
#routes .mdl-button {
  padding: 0 15px;
  min-width: 35px; }
#routes .wpt {
  height: 38px; }
#routes .wpt .mdl-textfield {
  padding: 5px 0; }
#routes .wpt .remove,
#routes .wpt .handle {
  cursor: pointer;
  width: 35px;
  float: left;
  padding: 5px 0; }
#routes .wpt .remove i,
#routes .wpt .handle i {
  line-height: 20px; }
#routes .wpt .input {
  width: calc(100% - 70px);
  float: left; }
#routes .avoid label {
  width: 50%;
  float: left; }
#routes .summary .google-route {
  cursor: pointer; }
#routes .summary .google-route.active {
  font-weight: 700; }
#routes .summary .google-route:hover {
  text-decoration: underline; }
#routes select {
  width: 100%; }
#routes .loader {
  display: none; }
#routes .title {
  font-weight: bold; }
#routes ol li {
  cursor: pointer; }
#routes ol li:hover {
  text-decoration: underline; }

#deviceDetails {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 288px;

  /*
  height: 5*$height;
  position: absolute;
  bottom: $height + $detailborder;
  width: 100%;
  background: white;
*/
  /*
  .title {
    height: $height;
    background: $green;
    color: white;
    overflow: hidden;

    h2 {
      text-transform: uppercase;
      font-size: 14px;
      padding: $gridpadding;
      margin: 0;
    }

    .close {
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      color: white;
    }
  }
*/ }
body.large-drawer #deviceDetails {
  width: 450px; }
#deviceDetails.active {
  margin-top: -240px; }
#detailbar #deviceDetails header .title,
#deviceDetails header {
  background: #4CAF50 !important; }
#deviceDetails header .title,
#detailbar #deviceDetails header .title {
  font-weight: 700; }
#deviceDetails header .title .reg,
#detailbar #deviceDetails header .title .reg {
  font-weight: normal;
  padding-left: 10px; }
#deviceDetails .content {
  overflow-y: scroll;
  overflow-x: hidden; }
#deviceDetails .edit {
  cursor: pointer;
  float: right;
  font-size: 14px; }
#deviceDetails .data > div {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 165px;
  height: 47px;
  float: left;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
body.large-drawer #deviceDetails .data > div {
  width: 215px; }
#deviceDetails .data > div.avl {
  width: 340px; }
body.large-drawer #deviceDetails .data > div.avl {
  width: 437.5px; }
#deviceDetails .data > div.avl .txt {
  width: 281.5px; }
body.large-drawer #deviceDetails .data > div.avl .txt {
  width: 381.5px; }
#deviceDetails .data > div .icon {
  margin: 12px 16px;
  height: 24px;
  width: 24px;
  background: url("../images/mobile/hitrost.png") center center no-repeat;
  background-size: contain;
  float: left; }
#deviceDetails .data > div .txt {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 109px;
  overflow: hidden;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
body.large-drawer #deviceDetails .data > div .txt {
  width: 159px; }
#deviceDetails .data > div.time_idle .icon {
  background-image: url("../images/mobile/gear.png"); }
#deviceDetails .data > div.dist .icon {
  background-image: url("../images/mobile/razdalja.png"); }
#deviceDetails .data > div.fuel .icon {
  background-image: url("../images/mobile/rezervoar.png"); }
#deviceDetails .data > div.temp .icon {
  background-image: url("../images/mobile/temperatura.png"); }
#deviceDetails .data > div.trailer .icon {
  background-image: url("../images/mobile/podatki.png"); }
#deviceDetails .data > div.driver .icon {
  background-image: url("../images/mobile/sofer.png"); }
#deviceDetails .data > div.passengers .icon {
  background-image: url("../images/mobile/elevator.png"); }
#deviceDetails .data > div.avl .icon {
  background-image: url("../images/mobile/podatki.png"); }
#deviceDetails .data > div h2, #deviceDetails .data > div h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase; }
#deviceDetails .data > div h2 {
  font-weight: 700; }
#deviceDetails .bar {
  width: calc(100% - 192px);
  float: left; }
#deviceDetails .bar a {
  color: #212121;
  display: block;
  height: 47px;
  border-top: 1px solid white;
  float: none;
  background: #eeeeee; }
#deviceDetails .bar a:first-of-type {
  background: #4CAF50;
  color: white; }
#deviceDetails .bar a .desc, #deviceDetails .bar a .content {
  padding-left: 15px;
  display: block; }
#deviceDetails .bar a .desc {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 10px;
  line-height: 12px; }
#deviceDetails .bar a .content {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#sidebar {
  width: 350px;
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -moz-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none; }
body.large-drawer #sidebar {
  width: 450px;
  -webkit-transform: translateX(450px);
  -ms-transform: translateX(450px);
  -moz-transform: translateX(450px);
  transform: translateX(450px); }
body.large-drawer .has-drawer #sidebar,
.has-drawer #sidebar {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
.is-small-screen #sidebar {
  -webkit-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -moz-transform: translateX(350px);
  transform: translateX(350px); }
body.large-drawer .is-small-screen #sidebar {
  -webkit-transform: translateX(450px);
  -ms-transform: translateX(450px);
  -moz-transform: translateX(450px);
  transform: translateX(450px); }
body.large-drawer .is-small-screen #sidebar.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
.is-small-screen #sidebar.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0); }
#sidebar > div {
  position: relative; }
#sidebar nav.main {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 355px;
  height: 48px;
  border-bottom: 1px solid #9E9E9E; }
body.large-drawer #sidebar nav.main {
  width: 455px; }
#sidebar nav.main a {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 69px;
  border-right: 1px solid #9E9E9E; }
body.large-drawer #sidebar nav.main a {
  width: 89px; }
#sidebar nav.main a.disabled {
  pointer-events: none; }
#sidebar nav.main a:focus {
  outline: 0; }
#sidebar nav a {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 70px;
  display: block;
  float: left;
  text-align: center;
  color: #212121;
  cursor: pointer; }
body.large-drawer #sidebar nav a {
  width: 90px; }
#sidebar nav a i {
  line-height: 48px;
  font-size: 30px; }
#sidebar nav a:hover {
  color: #2196F3; }
#sidebar .tools {
  overflow: hidden;
  height: 96px; }
#sidebar .tools nav {
  overflow: hidden;
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 139px;
  float: left; }
body.large-drawer #sidebar .tools nav {
  width: 179px; }
#sidebar .tools nav a {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 34.75px;
  display: block;
  height: 48px; }
body.large-drawer #sidebar .tools nav a {
  width: 44.75px; }
#sidebar .tools nav a:focus {
  outline: 0; }
#sidebar .tools nav a.refresh {
  background: url("../images/Ikone_top/refresh-neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.refresh:hover, #sidebar .tools nav a.refresh.active {
  background-image: url("../images/Ikone_top/refresh.png"); }
#sidebar .tools nav a.zoom-in {
  background: url("../images/Ikone_top/zoom-in-neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.zoom-in:hover, #sidebar .tools nav a.zoom-in.active {
  background-image: url("../images/Ikone_top/zoom-in.png"); }
#sidebar .tools nav a.zoom-out {
  background: url("../images/Ikone_top/zoom-out-neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.zoom-out:hover, #sidebar .tools nav a.zoom-out.active {
  background-image: url("../images/Ikone_top/zoom-out.png"); }
#sidebar .tools nav a.lock {
  background: url("../images/Ikone_top/lock_neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.lock:hover, #sidebar .tools nav a.lock.active {
  background-image: url("../images/Ikone_top/lock.png"); }
#sidebar .tools nav a.weather {
  background: url("../images/Ikone_top/weather_neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.weather:hover, #sidebar .tools nav a.weather.active {
  background-image: url("../images/Ikone_top/weather.png"); }
#sidebar .tools nav a.traffic {
  background: url("../images/Ikone_top/traffic_neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.traffic:hover, #sidebar .tools nav a.traffic.active {
  background-image: url("../images/Ikone_top/traffic.png"); }
#sidebar .tools nav a.car {
  background: url("../images/Ikone_top/car_neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.car:hover, #sidebar .tools nav a.car.active {
  background-image: url("../images/Ikone_top/car.png"); }
#sidebar .tools nav a.bw {
  background: url("../images/Ikone_top/filter_neaktivna.png") center center no-repeat; }
#sidebar .tools nav a.bw:hover, #sidebar .tools nav a.bw.active {
  background-image: url("../images/Ikone_top/filter.png"); }
#sidebar .tools nav a i {
  font-size: 24px;
  display: none; }
#sidebar .tools .filter {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 211px;
  height: 96px;
  background: #3e3e3e;
  color: white;
  float: left; }
body.large-drawer #sidebar .tools .filter {
  width: 271px; }
body.large-drawer #sidebar .tools .filter > div.track a, body.large-drawer #sidebar .tools .filter > div.visible a {
  width: 134px; }
#sidebar .tools .filter > div {
  text-transform: uppercase;
  border-right: 1px solid #212121;
  cursor: pointer; }
#sidebar .tools .filter > div.track a, #sidebar .tools .filter > div.visible a {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  float: left;
  width: 104px; }
#sidebar .tools .filter > div a {
  color: white;
  display: block;
  height: 48px; }
#sidebar .tools .filter > div:first-of-type {
  height: 47px;
  border-bottom: 1px solid #212121; }
#sidebar .tools .filter > div i {
  font-size: 28px;
  padding-left: 15px;
  padding-right: 5px; }
#sidebar .tools .filter > div i, #sidebar .tools .filter > div span {
  height: 48px;
  line-height: 48px;
  display: block;
  float: left; }
#sidebar .tools .filter > div span {
  font-size: 13px;
  font-weight: 700; }
#sidebar .vehicle-title {
  height: 48px;
  background: #212121;
  color: white; }
#sidebar .vehicle-title .buttons {
  padding: 5px; }
#sidebar .vehicle-title .buttons a {
  color: white;
  float: right;
  display: block;
  cursor: pointer; }
.is-small-screen #sidebar .vehicle-title .buttons a.close {
  display: none; }
#sidebar .vehicle-title .buttons a.maximize {
  display: none; }
body.large-drawer #sidebar .vehicle-title .buttons a.maximize {
  display: block; }
body.large-drawer #sidebar .vehicle-title .buttons a.minimize {
  display: none; }
#sidebar .vehicle-title .vehicle-search {
  float: left;
  width: 130px;
  overflow: hidden;
  padding: 12px 0;
  /*
  .mdl-button--icon .material-icons {
    top: 10px;
  }
  */ }
#sidebar .vehicle-title .vehicle-search > label {
  top: 10px; }
#sidebar .vehicle-title .group {
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  padding: 5px 15px;
  padding-right: 5px; }
#sidebar .vehicle-title .group a {
  color: white;
  text-decoration: none;
  font-weight: 700; }

#grid {
  position: absolute;
  height: calc(100% - 245px);
  width: 100%;
  overflow-y: scroll;
  overflow-y: overlay;
  overflow-x: hidden; }
#grid.module {
  height: calc(100% - 533px); }
#grid .vehicle {
  height: 38px;
  width: calc(100% - 20px);
  padding: 5px 15px;
  padding-right: 0px;
  border-bottom: 1px solid #9E9E9E;
  position: relative;
  overflow: hidden; }
#grid .vehicle:hover {
  background: #eeeeee; }
#grid .vehicle.selected {
  background: #BBDEFB; }
#grid .vehicle .settings {
  position: absolute;
  left: -30px; }
#grid .vehicle.notracking .reg {
  color: #6e6e6e; }
#grid .vehicle .reg {
  font-weight: 700;
  text-transform: uppercase; }
#grid .vehicle .driver {
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
#grid .vehicle .info {
  -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
  float: left;
  width: 150px;
  overflow: hidden; }
body.large-drawer #grid .vehicle .info {
  width: 250px; }
#grid .vehicle .actions {
  float: right; }
#grid .vehicle .actions a {
  color: #9E9E9E;
  cursor: pointer; }
#grid .vehicle .actions a:hover {
  color: black; }
#grid .vehicle .actions i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px; }
#grid .vehicle .actions .icon {
  float: left;
  width: 30px;
  text-align: center; }
#grid .vehicle .actions .status.drive,
#grid .vehicle .actions .status.online {
  color: #4CAF50; }
#grid .vehicle .actions .status.stop,
#grid .vehicle .actions .status.offline {
  color: #F44336; }
#grid .vehicle .actions .status.idling,
#grid .vehicle .actions .status.unknown {
  color: #FFC107; }
#grid .vehicle .actions .status.magnet {
  color: #009688; }
#grid .vehicle .actions .status.orange {
  color: #FF9800; }
#grid .vehicle .actions .status.notracking {
  color: #6e6e6e; }
#grid .vehicle .actions .message.unread {
  color: #2196F3; }
#grid .vehicle .actions .warnings.active {
  color: #FF9800; }
#grid .vehicle .actions .stoptime {
  color: #F44336; }
#grid .vehicle .actions .driving {
  color: #4CAF50; }
#grid .vehicle .actions .sum {
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap; }

#detailbar {
  width: 100%;
  height: 48px;
  border-top: 5px solid #4CAF50;
  position: absolute;
  bottom: 0; }
#detailbar:empty {
  height: 0; }
#detailbar > div {
  color: white;
  display: block;
  width: 48px;
  height: 48px;
  background: #4CAF50;
  float: right; }
#detailbar > div.sum {
  background: #212121; }
#detailbar > div.messages {
  background: #2196F3; }

.login {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  cursor: not-allowed;
  padding: 0; }
.login.active {
  display: flex; }
.login .form {
  flex: none;
  cursor: auto; }
.login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.getmdl-select .mdl-icon-toggle__label {
  float: right;
  margin-top: -30px;
  color: rgba(0, 0, 0, 0.4); }

.getmdl-select.is-focused .mdl-icon-toggle__label {
  color: #3f51b5; }

.getmdl-select .mdl-menu__container {
  width: 100% !important;
  overflow: hidden; }
.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
  font-size: 16px; }

.getmdl-select__fullwidth, .mdl-menu {
  width: 100%; }

.getmdl-select__fix-height .mdl-menu__container {
  overflow-y: auto;
  max-height: 300px !important; }

#multiselect {
  overflow: visible; }
#multiselect .mdl-card {
  overflow: visible; }

.input-group {
  position: relative;
  border: 1px solid blue;
  margin: 5px 0;
  padding: 20px 05px; }

.input-group select {
  width: 100%; }

.input-group > .sel-wrap {
  margin: 5px 0;
  left: 25px;
  right: 25px;
  top: 25px; }

.sel-wrap > select2 {
  width: 100%; }

.input-group > label {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  transition: 0.2s ease-out;
  pointer-events: none;
  color: grey; }

.input-group > label.filled {
  left: 05px;
  transform: translateY(-140%);
  display: inherit; }

.input-group > label.active {
  color: blue; }

.select2 .selection .select2-selection {
  border: none;
  border-bottom: 1px solid grey;
  border-radius: 0; }

.select2-container *:focus {
  outline: none; }

span.select2-container--open .select2-results__options .select2-results__option {
  color: black; }

span.select2-container--open .select2-results__options .select2-results__option[aria-selected="true"] {
  background-color: Silver; }

span.select2-container--open .select2-results__options .select2-results__option--highlighted {
  background-color: Gainsboro; }

span.select2-container--open .select2-dropdown {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19), 0 8px 17px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee; }

span.select2-container--open .select2-dropdown .select2-search--dropdown {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 5px rgba(0, 0, 0, 0.26);
  width: 95%;
  margin: 10px auto;
  border-radius: 1px; }

span.select2-container--open .select2-dropdown .select2-search--dropdown input {
  border-radius: 1px; }

/* bottom bar */
.bar {
  width: 100%;
  background-color: violet;
  position: relative;
  display: block; }

.bar:before, .bar:after {
  content: '';
  width: 0;
  height: 2px;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
.select2-container--focus ~ .bar:before, .select2-container--focus ~ .bar:after,
.select2-container--open ~ .bar:before, .select2-container--open ~ .bar:after {
  width: 50%; }

.filter .select2-results__option {
  white-space: nowrap; }

.dialog-container > div {
  padding: 16px; }

#stages {
  width: 600px;
  height: 600px; }
#detailbar #stages header .title,
#stages header {
  background: #FF9800 !important;
  color: #212121 !important;
  font-weight: 700; }
#stages.active {
  margin-top: -552px; }
#stages .content {
  height: 552px;
  overflow: hidden;
  /*
  overflow-x: hidden;
  overflow-y: scroll;
  */ }
#stages .export {
  cursor: pointer; }
#stages .table {
  height: 352px;
  width: 100%; }
#detailbar #stages .table {
  width: 450px; }
#stages .inner {
  height: 150px; }
#stages table .dvc {
  white-space: nowrap; }
#stages .buttons {
  float: right;
  padding: 10px; }
#stages .buttons button {
  display: block;
  margin-bottom: 20px;
  width: 200px; }
#stages .inputs {
  float: left;
  width: 280px;
  padding: 10px; }
#sidebar #stages .inputs, #sidebar #stages .buttons button {
  width: 200px; }
#stages .filtri {
  background: #5F5F5F;
  color: white;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px; }
#stages .filtri i {
  display: block;
  float: right;
  cursor: pointer; }
