ul.language {
  list-style-type: none;
  border: 1px solid red;
  margin: 0;
  padding: 0 0 0 0;
  display: inline;
}
ul.language li {
  display: inline;
}
ul.language li a {
  padding: 3px 10px 3px 40px;
  border: 1px solid green;
  text-decoration: none;
}
ul.language li a:hover {
  background-color: #c62;
}
#loader {
  z-index: 1000;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  line-height: 200px;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
}
.map-timeline {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 220px;
  padding: 0;
  margin: 0;
  bottom: 0px;
  height: 32px;
  background-color: white;
  overflow-x: hidden;
  overflow-y: hidden;
}
.map-timeline.disabled {
  opacity: 0.2;
}
.map-timeline svg {
  float: left;
  padding: 0;
  margin: 0;
  cursor: move;
}
.map-timeline svg .axis path,
.map-timeline svg .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
  stroke-width: 1px;
}
.map-timeline svg .chart .interval {
  cursor: pointer;
  opacity: 0.4;
}
.map-timeline svg .chart .interval:hover {
  opacity: 0.8;
}
.map-timeline svg .chart .interval.MOVE rect {
  fill: #4d4;
}
.map-timeline svg .chart .interval.STOP rect {
  fill: #d44;
}
@media (max-width: 600px) {
  .map-timeline {
    display: none;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@font-face {
  font-family: 'badensampleregular';
  src: url('../font/font-webfont.eot');
  src: url('../font/font-webfont.eot?#iefix') format('embedded-opentype'), url('../font/font-webfont.woff') format('woff'), url('../font/font-webfont.ttf') format('truetype'), url('../font/font-webfont.svg#badensampleregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fonticon {
  font-family: badensampleregular;
}
/*.navbar .brand {
    margin-left: -10px;
}*/
.hidden {
  display: none !important;
}
.notification {
  z-index: 2000;
  position: absolute;
  right: 0px;
  top: 45px;
}
.alert {
  margin-bottom: 5px;
  box-shadow: 2px 2px 12px #444;
  opacity: 0.9;
  color: black;
}
.navbar {
  margin-bottom: 0;
}
.debug-panel {
  position: absolute;
  left: 280px;
  top: -50px;
  width: 460px;
  height: 60px;
  border: 1px solid lightgray;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.debug-panel.active {
  top: -1px;
}
div.content {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 10px;
}
div.contentfixed {
  overflow-y: hidden;
  padding: 0;
}
#tabpagecontent {
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
div.tabnoscroll {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tabscroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.loginform {
  /*display: inline-block;*/
  /*float: left;*/
  border: 1px solid #ccc;
  border-radius: 10px;
  /*width: 50%;*/
  box-shadow: 1px 1px 6px #ccc;
  padding: 10px;
}
.loginlabel {
  text-align: center;
  margin-top: 100px;
  font-size: 2em;
}
.ui-sortable-helper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
li.ui-sortable-placeholder2 {
  /*background-color: green !important;*/
  background-color: rgba(0, 255, 0, 0.05) !important;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3);
  /*opacity: 0.5;*/
  height: 27px;
}
ul.config_sys_list li i.msp {
  color: #ccc;
}
i.cmd {
  cursor: pointer;
  padding: 4px;
}
i.cmd:hover {
  background-color: #8cf;
}
/* Map */
/* Закладка Настройки */
*[contenteditable] {
  min-width: 50px;
  min-height: 21px;
  cursor: pointer;
  border-bottom: 1px dashed #00D6FF;
  position: relative;
}
*[contenteditable]:focus {
  outline: 0px solid transparent;
  text-overflow: inherit;
}
*[contenteditable]:hover {
  background-color: #ffe;
  /*border: 1px solid black;
        margin-top: -1px;
        margin-bottom: -1px;
        padding-left: 2px;*/
}
*[contenteditable]:hover:after {
  content: '\f044';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0px;
  /*width: 25px;
        height: 25px;*/
  border-radius: 10px;
  padding: 1px 4px 1px 4px;
  background-color: #ffe;
}
/* Кнопка input(type='file') */
.fileinput-button {
  position: relative;
  overflow: hidden;
  /*float: left;*/
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.files .progress {
  width: 200px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  position: absolute;
  left: 50%;
  width: 128px;
  height: 128px;
  background: url(../img/loading.gif) center no-repeat;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}
/* Fix for IE 6: */
* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
/* Fix for IE 7: */
* + html .fileinput-button {
  padding: 2px 15px;
  margin: 1px 0 0 0;
}
@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    width: 80px;
    display: inline-block;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .container {
    text-align: center;
  }
}
.add_by_files {
  /*position: absolute;*/
  display: block;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  overflow-y: auto;
  box-shadow: 1px 1px 6px #888;
}
span[ng-click]:hover {
  background-color: #eee;
  cursor: pointer;
}
.dl-horizontal.wide dt {
  width: 230px;
}
.dl-horizontal.wide dd {
  margin-left: 240px;
}
.btn-group > .btn:active,
.btn-group > .btn.active {
  background-color: #FAA732;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 8px;
}
@media (max-width: 600px) {
  .btn [class^="icon-"],
  .btn [class*=" icon-"] {
    margin-right: 0;
  }
}
input.clone {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  background: none;
}
input.clone:focus {
  box-shadow: none;
  outline: none;
}
.freshmark-move {
  color: #0a0;
}
.freshmark-stop {
  color: red;
}
.freshmark-offline {
  color: blue;
}
.freshmark-broken {
  color: lightgray;
}
a i[class^="icon-"] {
  text-decoration: none;
}
navtool {
  margin-right: 6px;
}
.breadcrumb {
  padding: 0;
}
.datepicker {
  z-index: 10000!important;
}
.input-daterange-hours {
  position: absolute;
  top: 36px;
  margin: 0;
  padding: 7px;
  background-color: white;
}
.input-daterange-hours.from {
  text-align: left;
}
.input-daterange-hours.to {
  text-align: right;
}
@media (max-width: 600px) {
  .no-mobile,
  span.navtitle {
    display: none !important;
  }
}
dl.dl-horizontal {
  margin-bottom: 0px !important;
}
.address {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
}
.popup_address {
  max-width: 200px;
}
.last_address {
  margin-top: 4px;
  max-width: 200px;
  white-space: normal !important;
}
.input-group span i[class^="icon-"] {
  margin-right: 0;
}
/* When hiding an element */
.error-alert.ng-hide-add {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 1;
}
.error-alert.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
/* When showing an element */
.error-alert.ng-hide-remove {
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
  transition: 0.5s linear all;
  /* this needs to be here to make it visible during the animation
     since the .ng-hide class is already on the element rendering
     it as hidden. */
  display: block!important;
  opacity: 0;
}
.error-alert,
.error-alert.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
/* starting animations */
.addons.ng-enter {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
/* destination animations */
.addons.ng-enter.ng-enter-active {
  opacity: 1;
  height: 58px;
}
/*div[gmap] {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}*/
.gmap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gmap .gmap-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.gmap .gmap-container img {
  width: auto;
  display: inline;
  max-width: none;
}
.gmap .gmap-container label {
  width: auto;
  display: inline;
}
.map-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 220px;
  bottom: 32px;
  margin: 0;
  padding: 0;
  /*border: 1px solid grey;*/
}
@media (max-width: 600px) {
  .map-main {
    right: 0;
    bottom: 100px;
  }
}
.map-control {
  position: absolute;
  right: 0;
  width: 220px;
  height: 100%;
  /*border: 1px solid grey;*/
  overflow: hidden;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .map-control {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
  }
  .map-control .input-group {
    position: absolute;
    display: initial;
    right: 0;
    width: 100px;
  }
}
ul.map-control-tools {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.map-control-tools li {
  float: left;
  display: list-item;
  padding: 4px;
}
ul.map-control-tools li:hover {
  background-color: lightBlue;
}
ul.mapsyslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  bottom: 240px;
  left: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 600px) {
  ul.mapsyslist {
    top: 0;
    left: 0;
    right: 100px;
    width: auto;
    bottom: 0;
    scroll-snap-type: y mandatory;
  }
}
ul.mapsyslist > li.active {
  background-color: #cdf;
}
ul.mapsyslist > li {
  cursor: pointer;
  padding: 2px 2px 2px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 600px) {
  ul.mapsyslist > li {
    scroll-snap-align: start;
  }
}
ul.mapsyslist > li span.desc {
  font-weight: bold;
  display: block;
  width: 175px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.mapsyslist li ul.popup {
  position: absolute;
  display: table;
  list-style-type: none;
  top: -2px;
  height: 28px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
ul.mapsyslist li ul.popup.active {
  right: 0px;
}
ul.mapsyslist li ul.popup:hover {
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}
ul.mapsyslist li ul.popup li {
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  cursor: pointer;
  border: none;
}
ul.mapsyslist li ul.popup li a {
  padding: 4px;
  margin: 0;
  text-decoration: none;
}
ul.mapsyslist li ul.popup li a:hover {
  background-color: #ccf;
}
ul.mapsyslist li span.status {
  font-size: 12px;
}
ul.mapsyslist li span.signal {
  float: right;
  font-size: 12px;
}
ul.mapsyslist li:first-child {
  border-top: 1px solid #ccc;
}
ul.mapsyslist li:hover {
  background-color: #EEE;
}
div.mapcalendar {
  position: absolute;
  bottom: 0px;
  height: 240px;
  left: 0px;
  width: 100%;
  border-top: 1px solid lightGrey;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 -1px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
  div.mapcalendar {
    left: 0;
    bottom: 0;
    left: auto;
    width: 210px;
  }
}
.map-search {
  z-index: 1001;
  position: absolute;
  top: -2px;
  left: 90px;
  right: 130px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.map-search .input-group.search {
  z-index: 1;
}
.map-search .input-group.search input {
  opacity: 0.5;
}
.map-search .input-group.search input:hover,
.map-search .input-group.search input:focus {
  opacity: 1.0;
}
.map-search .input-group.search span {
  opacity: 0.5;
  cursor: pointer;
}
.map-search .input-group.search span:hover {
  opacity: 1.0;
}
.map-search .route {
  z-index: 2;
  position: absolute;
  top: 0px;
  background-color: white;
}
.map-search .route i.ellipsis {
  position: absolute;
  left: 20px;
  top: 59px;
}
.map-search .route .info {
  padding: 8px;
}
.map-toolbar {
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 2px 2px 2px 2px;
}
@media (max-width: 600px) {
  .map-toolbar {
    padding: 6px 6px 7px 7px;
  }
}
.map-toolbar:hover {
  opacity: 1.0;
}
.map-toolbar a {
  padding: 10px;
  text-decoration: none;
}
.map-toolbar a:hover {
  background-color: #ccc;
}
@media (max-width: 600px) {
  .map-toolbar a {
    padding: 2px;
  }
}
@media (max-width: 600px) {
  h4 {
    text-align: center;
  }
  .row {
    margin: 0;
  }
  .well {
    padding: 0;
    margin-bottom: 4px;
  }
  .leaflet-copyright {
    display: none;
  }
  dl.dl-horizontal {
    margin: 0;
  }
  dl.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  dl.dl-horizontal dd {
    margin-left: 168px;
    height: 22px;
    overflow: hidden;
  }
  dl.dl-horizontal dd datetime span {
    white-space: nowrap;
  }
}
.map-toolbar-config {
  position: absolute;
  bottom: 44px;
  left: 0px;
  min-width: 150px;
  background-color: white;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), -1px 0 8px rgba(0, 0, 0, 0.2);
  padding: 2px;
}
.map-toolbar-config ul {
  margin: 0;
}
.map-toolbar-config ul li {
  cursor: pointer;
  padding: 8px;
}
.map-toolbar-config ul li:hover {
  background-color: #eee;
}
.map-toolbar-config ul li span[ng-transclude] {
  margin-left: 8px;
}
.map-toolbar-config ul li.on {
  color: green;
}
.map-toolbar-config ul li.off {
  color: gray;
}
.eventmarker {
  position: absolute;
  left: 0px;
  top: 0px;
}
.eventmarker .track {
  position: absolute;
  border: 2px solid red;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background-color: #fff;
  box-shadow: 0px 0px 2px #000000;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.eventmarker .track .eventmarker-nonumber {
  display: none;
}
.eventmarker .track.START {
  background-color: #070;
  z-index: 3;
}
.eventmarker .track.FINISH {
  background-color: #f33;
  z-index: 3;
}
.eventmarker .track.START,
.eventmarker .track.FINISH {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 4px;
  border: 2px solid white;
  color: white;
}
.eventmarker .track.START span,
.eventmarker .track.FINISH span {
  font-weight: bold;
  line-height: 16px;
}
.eventmarker .track.START span .lastmarker-control,
.eventmarker .track.FINISH span .lastmarker-control {
  color: black;
}
.eventmarker .track.STOP {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 5px;
  border: 2px solid white;
  background-color: #33f;
  z-index: 2;
  color: white;
}
.eventmarker .track.STOP .eventmarker-nonumber {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
}
.eventmarker .track.STOP span {
  font-weight: bold;
  line-height: 16px;
}
.eventmarker .track.STOP span .lastmarker-control {
  color: black;
}
.eventmarker .track.HOLD {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  background-color: yellow;
  z-index: 1;
}
.eventmarker .track:hover {
  z-index: 1001;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.eventmarker .track span.title {
  display: none;
}
.eventmarker .track:hover span.title {
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 20px;
  bottom: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2px 6px 2px 4px;
  border-top-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
.lastmarker,
.leaflet-pane {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1010;
}
.lastmarker .marker,
.leaflet-pane .marker {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.8);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  padding-top: 2px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lastmarker .marker:hover,
.leaflet-pane .marker:hover {
  z-index: 1011;
}
.lastmarker .marker:hover span.label > .lastmarker-control,
.leaflet-pane .marker:hover span.label > .lastmarker-control {
  display: block;
}
.lastmarker .marker span.label,
.leaflet-pane .marker span.label {
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 20px;
  bottom: 20px;
  border: 1px solid #ddd;
  color: black;
  background-color: #fff;
  padding: 2px 6px 2px 4px;
  border-top-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  font-weight: normal;
}
.lastmarker .marker span.label .lastmarker-control,
.leaflet-pane .marker span.label .lastmarker-control {
  display: none;
  padding-top: 8px;
  padding-bottom: 4px;
}
.lastmarker .marker span.label .lastmarker-control table > tbody > tr td:first-child,
.leaflet-pane .marker span.label .lastmarker-control table > tbody > tr td:first-child {
  text-align: right;
}
.lastmarker .marker span.label .lastmarker-control table > tbody > tr td:first-child:after,
.leaflet-pane .marker span.label .lastmarker-control table > tbody > tr td:first-child:after {
  content: ':';
}
.lastmarker .marker span.label .lastmarker-control table > tbody > tr td:nth-child(2),
.leaflet-pane .marker span.label .lastmarker-control table > tbody > tr td:nth-child(2) {
  text-align: left;
  font-weight: bold;
}
#point-marker-container,
.pointmarker {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
}
#point-marker-container .marker,
.pointmarker .marker {
  position: absolute;
  border: 1px solid #ffffff;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  padding-top: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#point-marker-container .marker:hover,
.pointmarker .marker:hover {
  z-index: 1001;
  background-color: #0cc;
  border: 2px solid #ffffff;
}
.gsmmarker {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 4;
}
.gsmmarker svg {
  position: absolute;
}
.gsmmarker svg line.link {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2px;
}
.gsmmarker svg line.link.local {
  stroke: #a0a;
}
.gsmmarker svg circle.node {
  fill: #fff;
  stroke: #000;
  stroke-width: 2px;
}
.gsmmarker svg circle.node:hover {
  stroke-width: 4px;
}
.gsmmarker svg circle.node.local {
  stroke: #a0a;
}
.gsmmarker svg circle.node[xmlns\:data-vendor="openCellID"] {
  fill: #c00;
}
.gsmmarker svg circle.node[xmlns\:data-vendor="google"] {
  fill: #0c0;
}
.gsmmarker svg circle.node[xmlns\:data-vendor="yandex"] {
  fill: #0cf;
}
span.freshmark {
  float: left;
  width: 20px;
  height: 16px;
  font-size: 80%;
  font-weight: normal;
  text-align: right;
  color: black;
  border-radius: 3px;
  margin-right: 2px;
  padding: 1px 2px 1px 0px;
  overflow: hidden;
  background-color: #c0c0c0;
}
span.freshmark.move {
  background-color: #5f5;
}
span.freshmark.stop {
  background-color: #f55;
}
span.freshmark.old {
  background-color: #55f;
  color: white;
}
span.freshmark.off {
  background-color: #444;
}
.map-control select {
  height: 30px;
}
.datepicker table tr td.enabled,
.datepicker table tr td.enabled:hover {
  color: #46A546;
  font-weight: bold;
  background: #FEF6EA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gm-style-iw h4 {
  font-weight: bold;
  color: olivedrab;
  word-spacing: 10px;
}
h4.event-info-window {
  font-weight: bold;
  color: olivedrab;
  word-spacing: initial;
}
table.point-info-window td:first-child {
  text-align: right;
}
table.point-info-window td:last-child {
  padding-left: 8px;
  font-weight: bold;
}
.input-group-addon {
  padding-top: 3px;
  padding-bottom: 3px;
}
.leaflet-control-scale-line {
  background: transparent !important;
  display: inline-block;
  text-align: center;
  margin-bottom: -4px;
}
.leaflet-bottom.leaflet-right {
  max-width: calc(100% - 240px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .leaflet-bottom.leaflet-right {
    max-width: calc(100% - 50px);
  }
}
.leaflet-bottom.leaflet-right .leaflet-control-scale {
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  float: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaflet-bottom.leaflet-right .leaflet-control-scale .leaflet-copyright {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.leaflet-control-layers-base label div,
.leaflet-control-layers-overlays label div {
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.leaflet-control-layers-base label div input[type="radio"],
.leaflet-control-layers-overlays label div input[type="radio"],
.leaflet-control-layers-base label div input[type="checkbox"],
.leaflet-control-layers-overlays label div input[type="checkbox"] {
  -webkit-appearance: none;
  outline: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.leaflet-control-layers-base label div input[type="radio"] + span,
.leaflet-control-layers-overlays label div input[type="radio"] + span,
.leaflet-control-layers-base label div input[type="checkbox"] + span,
.leaflet-control-layers-overlays label div input[type="checkbox"] + span {
  padding-left: 0;
  padding-right: 8px;
}
.leaflet-control-layers-base label div input[type="radio"]:checked + span,
.leaflet-control-layers-overlays label div input[type="radio"]:checked + span,
.leaflet-control-layers-base label div input[type="checkbox"]:checked + span,
.leaflet-control-layers-overlays label div input[type="checkbox"]:checked + span {
  /*some styles here*/
  border-bottom: 2px solid green;
}
.leaflet-control-layers-base label div input[type="radio"]:disabled,
.leaflet-control-layers-overlays label div input[type="radio"]:disabled,
.leaflet-control-layers-base label div input[type="checkbox"]:disabled,
.leaflet-control-layers-overlays label div input[type="checkbox"]:disabled {
  background-color: red;
}
.leaflet-control-layers-base label div:hover,
.leaflet-control-layers-overlays label div:hover {
  background-color: #ddd;
}
.expander {
  text-align: center;
  cursor: pointer;
}
.track-mobile-control {
  display: none;
}
@media (max-width: 600px) {
  .track-mobile-control {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    text-align: center;
  }
  .track-mobile-control a.btn {
    padding-top: 8px;
    padding-bottom: 10px;
    font-weight: bold;
  }
}
.map-config-panel button {
  padding-top: 2px;
  padding-bottom: 2px;
}
.mobile_expanded {
  height: 240px;
  z-index: 10001;
  background-color: white;
}
div#geos_head {
  position: absolute;
  top: 60px;
  width: 520px;
  height: 100px;
  overflow: hidden;
  padding-top: 6px;
}
div#geos_body {
  position: absolute;
  top: 160px;
  bottom: 0px;
  left: 10px;
  right: 0px;
  width: 520px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.georow:hover {
  background-color: lightgrey;
}
.georow > span {
  padding: 0px 8px 0px 8px;
  margin: 0;
  display: inline-block;
  text-align: right;
}
.georow > span:first-child {
  width: 80px;
}
.georow > span:nth-child(2) {
  width: 110px;
}
.georow > span:nth-child(3) {
  width: 40px;
}
.georow > span:nth-child(4) {
  width: 50px;
}
.georow > span:nth-child(5) {
  width: 50px;
}
.georow > span:nth-child(6) {
  width: 50px;
}
#geos_viewtype .ui-button-text {
  /*-only .ui-button-text {*/
  /*padding-top: 10px;
    padding-bottom: 10px;*/
  min-height: 22px;
}
div.geo_map {
  height: 99%;
  position: absolute;
  left: 530px;
  right: 16px;
  top: 0px;
  border: 1px solid black;
}
div#geos_previev {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 700px;
  height: 400px;
  border: 1px solid #000;
  overflow: hidden;
}
span.showchart {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
span.showchart:hover {
  box-shadow: 1px 1px 6px #999;
  -moz-box-shadow: 1px 1px 6px #999;
  -webkit-box-shadow: 1px 1px 6px #999;
}
div.geos_vis {
  width: 700px;
  height: 400px;
}
#geos_body table td {
  text-align: right;
  padding: 0px 3px 0px 3px;
}
#geos_body table td:first-child {
  cursor: pointer;
}
ul.config_sys_list {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 0;
  min-width: 800px;
}
@media (max-width: 600px) {
  ul.config_sys_list {
    min-width: initial;
  }
}
ul.config_sys_list li {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  margin-top: -1px;
  background-color: #fff;
  height: 31px;
  /*padding-top: 4px;
    padding-bottom: 4px;*/
}
/*ul.config_sys_list li span:not(.control) {
    margin-top: 4px;
}*/
ul.config_sys_list .off {
  opacity: 0.2;
}
ul.config_sys_list li:hover {
  background-color: #eee;
}
ul.config_sys_list li i {
  color: #666;
  padding: 4px;
  /*border: 5px solid rgba(0,0,0,0);*/
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.config_sys_list li i:hover {
  background-color: #8cf;
}
ul.config_sys_list li:first-child {
  border-top: 1px solid black;
}
span.sysimei,
span.sysphone {
  /*border: 1px solid #ccc;*/
  /*height: 23px;*/
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: -9px;
  /*background-color: #eee;*/
}
span.sysphone {
  width: 115px;
}
span.sysleftcontrol {
  float: left;
}
span.sysrightcontrol {
  float: right;
  padding-right: 8px;
}
span.sysrightcontrol i:hover {
  background-color: #f44 !important;
}
.chart {
  /*border: 1px solid blue;*/
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  width: 650px;
  height: 350px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}
.chart svg path.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 5px;
}
.chart svg .axis path,
.chart svg .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
/*    .chart svg .x.axis path {
    display: none;
}
*/
.chart svg .dot {
  fill: steelblue;
}
.chart svg .dot:hover {
  fill: lightblue;
}
tr.ui-sortable-placeholder2 {
  /*background-color: green !important;*/
  /*opacity: 0.5;*/
  height: 41px;
  width: 100px;
}
div.config-fuel span {
  display: inline-block;
  width: 130px;
  font-weight: bold;
  padding-top: 20px;
}
ul.config-fuel {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 20px 0;
  width: 100%;
}
ul.config-fuel li {
  padding: 2px;
  border-bottom: 1px solid #eee;
}
ul.config-fuel li:first-child {
  border-top: 1px solid #eee;
}
ul.config-fuel li.error {
  background-color: #f77;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}
ul.config-fuel li input {
  width: 60px;
  margin-left: 20px;
  margin-right: 10px;
}
@-webkit-keyframes pulsate {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #f66;
  }
  100% {
    background-color: #fff;
  }
}
.config-fuel-ui-sortable-placeholder {
  background-color: rgba(0, 255, 0, 0.05) !important;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3);
  height: 34px;
}
a.caricon {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: black;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0px 4px 4px 0px;
}
a.caricon:hover {
  background-color: #ccf;
}
ul.config_sys_list > li i.icon-large {
  padding-bottom: 12px;
}
ul.config_sys_list > li i.icon-large:before {
  vertical-align: -35%;
}
ul.config_sys_list > li i.icon-large.systag {
  min-width: 29px;
  min-height: 29px;
  padding-top: 3px;
  padding-bottom: 12px;
  padding-left: 7px;
  padding-right: 6px;
}
ul.config_sys_list > li i.icon-large.systag:before {
  vertical-align: -35%;
  display: inline;
}
.sysname {
  top: 4px;
  margin-bottom: -8px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 42%;
}
#carIconsModal a {
  display: inline-block;
  padding-top: 6px;
  width: 42px;
  height: 42px;
  margin: 2px;
  text-decoration: none;
  color: black;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#carIconsModal a:hover {
  background-color: #ccf;
}
dd.tags > i {
  cursor: pointer;
  padding: 4px;
  margin: 0;
}
dd.tags > i:hover {
  background-color: rgba(0, 255, 0, 0.1);
}
dd.tags span.tag {
  display: inline-block;
  margin: 0px 0px 0px 2px;
  padding: 4px 0px 4px 6px;
}
dd.tags span.tag i {
  margin: 0;
  padding: 4px;
  color: black;
  cursor: pointer;
}
dd.tags span.tag i:hover {
  color: red;
}
div.tags span.tag {
  display: inline-block;
  position: relative;
  padding: 4px 8px 4px 8px;
  margin-left: 4px;
}
div.tags span.tag:hover {
  background-color: blue;
}
div.tags span.tag i {
  color: red;
  position: absolute;
  left: 0px;
  top: 4px;
  opacity: 0.0;
}
div.tags span.tag.editabletag {
  cursor: crosshair;
  box-shadow: 1px 1px 1px black;
}
div.tags span.tag.editabletag:hover {
  background-color: red;
}
.extendinfo {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}
.extendinfo .more {
  background: #eee;
  z-index: 1;
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.extendinfo:hover .more {
  width: 200px;
  height: auto;
  padding: 10px;
  box-shadow: 1px 1px 5px #888;
}
@media (max-width: 600px) {
  .config-params {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    		Label the data
        You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    		*/
  }
  .config-params table,
  .config-params thead,
  .config-params tbody,
  .config-params th,
  .config-params td,
  .config-params tr {
    display: block;
  }
  .config-params table.table-bordered,
  .config-params thead.table-bordered,
  .config-params tbody.table-bordered,
  .config-params th.table-bordered,
  .config-params td.table-bordered,
  .config-params tr.table-bordered {
    border: none;
  }
  .config-params thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .config-params tr {
    margin: 0 0 1rem 0;
  }
  .config-params tr:nth-child(odd) {
    background: #ccc;
  }
  .config-params td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    text-align: right;
    background-color: #eee !important;
    border: none !important;
    min-height: 30px !important;
  }
  .config-params td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .config-params td:nth-of-type(1):before {
    content: "Имя:";
  }
  .config-params td:nth-of-type(2):before {
    content: "";
  }
  .config-params td:nth-of-type(3):before {
    content: "Значение:";
  }
  .config-params td:nth-of-type(4):before {
    content: "Заводское значение:";
  }
  .config-params td:nth-of-type(5):before {
    content: "Изменить на:";
  }
}
@media (max-width: 600px) {
  select.form-control {
    display: inline-block;
    max-width: 60%;
  }
}
@media (max-width: 600px) {
  button {
    margin-left: 8px;
  }
}
table td.td_i {
  white-space: nowrap;
}
.td_cFLa,
.td_cFL,
.td_fL,
.td_aS,
.td_dT {
  text-align: center;
}
.mapContainer {
  position: fixed;
  height: 97%;
  width: 60%;
  max-width: 1000px;
  max-height: 1000px;
  right: 16px;
  top: 1.5%;
  border: 1px solid black;
}
@media (max-width: 600px) {
  .mapContainer {
    width: auto;
    left: 16px;
    height: 70%;
  }
}
.hideMap_btn {
  position: absolute;
  margin-left: -18px;
  margin-top: -12px;
  z-index: 1001;
}
@media (max-width: 600px) {
  .hideMap_btn {
    right: 11px;
    bottom: 25px;
    background-color: white;
    border: 2px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.showMap_btn {
  margin-left: 15px;
}
.hidden_map {
  top: -110%;
}
@media (max-width: 600px) {
  table.report_full tr td:nth-child(2),
  table.report_full th:nth-child(2),
  table.report_full td:nth-child(4),
  table.report_full th:nth-child(4) {
    display: none;
  }
  table.report_full tr td:nth-child(3),
  table.report_full th:nth-child(3) {
    max-width: 73px;
    white-space: initial;
  }
  table.report_full tr th:nth-child(3) {
    transform: rotate(-90deg) translate(77px, -11px);
    transform-origin: right bottom 0;
  }
  table.report_full th {
    height: 110px;
  }
  table.report_full tr th:nth-child(6) {
    max-width: 54px;
    transform: rotate(-90deg) translate(56px, 1px);
    transform-origin: right bottom 0;
  }
  table.report_full tr th:nth-child(7) {
    max-width: 48px;
    transform: rotate(-90deg) translate(56px, 1px);
    transform-origin: right bottom 0;
  }
  table.report_full tr th:nth-child(8) {
    max-width: 48px;
    transform: rotate(-90deg) translate(56px, 1px);
    transform-origin: right bottom 0;
  }
  table.report_full td {
    padding: 1px 4px 1px 4px !important;
  }
}
table.report_summary {
  width: 50%;
  min-width: 500px;
}
@media (max-width: 600px) {
  table.report_summary {
    width: 100%;
    min-width: initial;
  }
}
table.report_summary tr td:last-child {
  min-width: 140px;
}
@media (max-width: 600px) {
  #reportInfo span.ng-binding {
    display: block;
  }
}
.timechart {
  background-color: white;
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
}
.timechart .timechart-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.timechart .timechart-container svg {
  /*    .chart svg .x.axis path {
                display: none;
            }
            */
}
.timechart .timechart-container svg .axis path,
.timechart .timechart-container svg .axis line {
  fill: none;
}
.timechart .timechart-container svg .x.axis line {
  stroke: #000;
  shape-rendering: crispEdges;
}
.timechart .timechart-container svg .y.axis line {
  stroke: url(#line-gradient);
}
.timechart .timechart-container svg .y.axis line.single {
  stroke: 'blue';
}
.timechart .timechart-container svg .y2.axis line {
  stroke: url(#line-gradient2);
}
.timechart .timechart-container svg .axisx {
  cursor: ew-resize;
}
.timechart .timechart-container svg .axisx rect.helper {
  fill: none;
  pointer-events: all;
}
.timechart .timechart-container svg .axisy {
  cursor: ns-resize;
}
.timechart .timechart-container svg .axisy rect.helper {
  fill: none;
  pointer-events: all;
}
.timechart .timechart-container svg .plot {
  cursor: move;
}
.timechart .timechart-container svg .plot rect.helper {
  fill: none;
  pointer-events: all;
}
.timechart .timechart-container svg path.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 5px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.timechart .timechart-container svg path.line2 {
  fill: none;
  stroke: chocolate;
  stroke-width: 5px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.timechart .timechart-container svg circle.dot {
  fill: white;
  stroke: steelblue;
  stroke-width: 3px;
}
.timechart .timechart-container svg circle.dot2 {
  fill: white;
  stroke: chocolate;
  stroke-width: 3px;
}
.timechart .timechart-container svg line.project {
  fill: none;
  stroke: #aaa;
  shape-rendering: crispEdges;
  stroke-width: 1px;
  stroke-dasharray: 5,5;
}
.timechart .timechart-container svg line.project2 {
  fill: none;
  stroke: #aaa;
  shape-rendering: crispEdges;
  stroke-width: 1px;
  stroke-dasharray: 5,5;
}
.timechart .timechart-container .chart-tooltip {
  pointer-events: none;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: -5px;
  position: absolute;
  padding: 2px 6px 2px 6px;
  background-color: white;
  opacity: 0.8;
  border-radius: 8px;
  font-weight: bold;
}
.timechart .timechart-container .chart-tooltip1 {
  border: 2px solid steelblue;
  box-shadow: 0px 0px 3px white;
}
.timechart .timechart-container .chart-tooltip2 {
  border: 2px solid chocolate;
  box-shadow: 0px 0px 3px white;
}
.timechart .timechart-control {
  position: absolute;
  right: 60px;
  bottom: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 8px 3px 8px;
  box-shadow: 0px 0px 5px #F09624;
  border-radius: 10px;
  text-align: center;
}
.timechart .timechart-control button {
  padding: 8px 12px 8px 12px;
  margin-bottom: 4px;
  opacity: 0.8;
}
.timechart .timechart-control button i {
  margin: 0;
}
.timechart .timechart-control button:hover {
  background-color: #ccf;
  opacity: 1.0;
}
