@charset "utf-8";
@font-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoblack';
  src: url('../fonts/Roboto-Black-webfont.eot');
  src: url('../fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black-webfont.woff') format('woff'), url('../fonts/Roboto-Black-webfont.ttf') format('truetype'), url('../fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
img {
  display: block;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
b,
strong {
  font-weight: normal;
  font-family: robotoblack;
}
.t-icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.t-icon-alarms {
  background-image: url(../img/icons/alarms-icon.png);
  width: 29px;
  height: 28px;
}
.t-icon-alarms.icon-active {
  background-position: 0 -38px;
}
.alert .t-icon-alarms.icon-active {
  background-position: 0 -76px;
}
.t-icon-search {
  background-image: url(../img/icons/search-icon.png);
  width: 30px;
  height: 28px;
}
.t-icon-available-images {
  background-image: url(../img/icons/available-images-icon.png);
  width: 30px;
  height: 30px;
}
.t-icon-available-images.icon-nonactive {
    background-position: 0 -43px;
}
.t-icon-available-images.icon-active {
  background-position: 0 0;
}
.t-icon-sort {
  background-image: url(../img/icons/sort-icon.png);
  background-position: 0 -23px;
  width: 14px;
  height: 13px;
}
.t-icon-sort.icon-active {
  background-position: 0 0;
}
.t-icon-favorites {
  background-image: url(../img/icons/favorites-icon.png);
  width: 30px;
  height: 29px;
}
.t-icon-favorites.icon-nonactive {
  background-position: 0 -39px;
}
.t-icon-unpositioned {
  background-image: url(../img/icons/unpositioned-icon.png);
  width: 30px;
  height: 30px;
}
.t-icon-unpositioned.icon-nonactive {
  background-position: 0 -40px;
}
.arrow-sm-down-gray {
  background-image: url(../img/devices-details/arrow-sm-down-gray.png);
  width: 10px;
  height: 16px;
}
.arrow-md-down-black {
  background-image: url(../img/devices-details/arrow-md-down-black.png);
  width: 11px;
  height: 18px;
}
.arrow-sm-down-black {
  background-image: url(../img/devices-details/arrow-md-down-black.png);
  background-size: cover;
  width: 9px;
  height: 14px;
}
.arrow-md-up-black {
  background-image: url(../img/devices-details/arrow-md-up-black.png);
  width: 11px;
  height: 18px;
}
.arrow-sm-up-black {
  background-image: url(../img/devices-details/arrow-md-up-black.png);
  background-size: cover;
  width: 9px;
  height: 14px;
}
.t-icon-lock {
  background-image: url(../img/icons/lock-icon.png);
  width: 10px;
  height: 16px;
}
.t-icon-unlock {
  background-image: url(../img/icons/unlock-icon.png);
  width: 14px;
  height: 16px;
}
.close-white {
  background-image: url(../img/close-icon-white.png);
}
.close-gray {
  background-image: url(../img/close-icon-gray.png);
}
.close-green {
  background-image: url(../img/close-icon-green.png);
}
.t-icon-settings {
  background-image: url(../img/icons/settings-icon-big.png);
  width: 27px;
  height: 27px;
}
.t-icon-alarm {
  background-image: url(../img/icons/alarm-icon.png);
  width: 22px;
  height: 25px;
}
.t-icon-personalinfo {
  background-image: url(../img/icons/personalinfo-icon.png);
  width: 24px;
  height: 24px;
}
.t-icon-mobile {
  background-image: url(../img/icons/mobile-icon.png);
  width: 10px;
  height: 17px;
}
.t-icon-add {
  background-image: url(../img/icons/add-icon.png);
  width: 20px;
  height: 20px;
}
.t-icon-alerts {
  background-image: url(../img/icons/alerts-icon.png);
  width: 28px;
  height: 26px;
}
.t-icon-address {
  background-image: url(../img/icons/address-icon.png);
  width: 25px;
  height: 25px;
}
.t-icon-lang {
  background-image: url(../img/icons/lang-icon.png);
  width: 25px;
  height: 22px;
}
.HeadInner {
  margin: 24px 0 35px;
}
.HeadInner h2 {
  font-size: 1.714em;
  color: #000;
}
.HeadInner h2 + span.t-textUpper {
  font-size: 0.714em;
}
.HeadInner button,
.HeadInner .Button {
  line-height: 34px;
}
.HeaderInner-toolbar {
  margin: 20px 0;
}
.HeaderInner-toolbar button,
.HeaderInner-toolbar .Button {
  line-height: 30px;
}
.HeaderInner-toolbar .CloseBtn--group {
  line-height: unset;
}
.HeaderInner-toolbar .CloseBtn--group .dropdown-menu a {
  white-space: normal;
  line-height: 1.5;
  padding: 10px 12px;
}
.HeaderInner-toolbar button[data-toggle="collapse"],
.HeaderInner-toolbar .Button[data-toggle="collapse"] {
  background: #6a6d71;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 34px;
}
.HeaderInner-toolbar button[data-toggle="collapse"].collapsed,
.HeaderInner-toolbar .Button[data-toggle="collapse"].collapsed {
  background: #e1e1e1;
  color: #6a6d71;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.HeaderInner-toolbar .Button--group button,
.HeaderInner-toolbar .Button--group .Button {
  margin-right: 8px;
}
.DeviceDetails > span {
  margin-left: 10px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.DeviceDetails > span:first-child {
  margin-left: 0;
}
.DeviceDetails strong {
  margin: 0 4px;
}
.DeviceDetails i {
  display: inline-block;
  vertical-align: baseline;
}
.DeviceDetails img {
  vertical-align: text-bottom;
}
.popover .DeviceDetails {
  text-align: center;
}
.popover .DeviceDetails strong {
  font-size: 1.428em;
}
.Tile .DeviceDetails {
  font-size: 1.428em;
}
.Tile .DeviceDetails:not(:only-child) {
  margin-right: 20px;
}
.Breadcrumbs {
  color: #6a6d71;
}
.HeadInner .Breadcrumbs {
  margin: 27px 0 0;
  font-size: 17px;
}
.HeadInner .Breadcrumbs a,
.HeadInner .Breadcrumbs strong {
  color: #30b458;
}
.HeadInner .Breadcrumbs .caret-right {
  border-top: 7px solid transparent;
  border-left: 8px solid;
  border-bottom: 7px solid transparent;
}
.Breadcrumbs a {
  text-decoration: underline;
}
.Breadcrumbs span {
  margin: 0 4px;
}
.ItemDetails .Tile {
  margin-top: 30px;
}
.ItemDetails .Tile li {
  margin-bottom: 4px;
}
.ItemDetails .Tile img {
  margin-right: 10px;
}
.ItemDetails h4 {
  font-size: 0.857em;
  text-transform: uppercase;
}
.Tile .Tile-sm {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-top: 10px;
}
.Tile .Tile-sm > .t-dispInBlock {
  margin-right: 25px;
}
.Tile .Tile-sm > .t-dispInBlock:last-child {
  margin-right: 0;
}
.Tile .Tile-sm:last-child {
  margin-right: 0;
}
.Tile .Tile-bg h4 {
  margin-bottom: 20px;
}
.Tile .Tile-bg + .Tile-bg {
  margin-top: 40px;
}
#accordion .panel:first-child {
  margin-top: 15px;
}
.spinner i {
  font-size: 36px;
  color: #30b458;
}
.inline-spinner {
  min-width: 130px;
  display: inline-block;
}
.date.ComplexInput {
  position: relative;
}
.date.ComplexInput .add-on {
  position: absolute;
  right: 0;
  top: 0;
}
.datepicker {
  z-index: 1151 !important;
}
.datepicker.dropdown-menu {
  right: auto;
  margin-top: 2px;
}
input.datepicker {
  border-radius: 0;
  margin: 0;
}
.DataList {
  margin-top: 10px;
}
.DataList ul {
  margin-top: 10px;
}
.DataList li {
  font-family: robotoregular;
  line-height: 24px;
}
@media (min-width: 992px) {
  .AlarmBox {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .AlarmBox-column {
    border-left: 1px solid #b9babb;
  }
  .AlarmBox-column > div {
    margin-top: 0;
  }
}
.FormsGeneral {
  font-family: robotoblack;
}
.FormsGeneral h3 {
  font-size: 1em;
  text-transform: uppercase;
}
.FormsGeneral h3 .t-icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.FormsGeneral h3 .t-icon + span {
  display: inline-block;
  vertical-align: middle;
}
.FormsGeneral label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 1.333em;
  color: #a8abae;
  font-family: robotoblack;
}
.FormsGeneral label i {
  margin-right: 8px;
  margin-left: 3px;
  vertical-align: bottom;
}
.FormsGeneral label + .InputWrap,
.FormsGeneral label + .Input {
  margin-top: 6px;
}
.FormsGeneral .Form-row {
  margin-bottom: 18px;
}
.FormsGeneral .Form-row img + .InlineSubmit {
  margin-left: 10px;
}
.FormsGeneral .Form-row img + .t-dispInBlock .Checkbox {
  margin-left: 20px;
}
.FormsGeneral .InputWrap + .InlineSubmit,
.FormsGeneral .Input + .InlineSubmit {
  margin-top: 20px;
  margin-bottom: 30px;
}
.FormsGeneral .Button--group button,
.FormsGeneral .Button--group .Button {
  margin-left: 2.7%;
}
.FormsGeneral .Button--group button:first-child,
.FormsGeneral .Button--group .Button:first-child,
.FormsGeneral .Button--group button:first-of-type,
.FormsGeneral .Button--group .Button:first-of-type {
  margin-left: 0;
}
.FormsGeneral .ButtonLang {
  margin-right: 20px;
}
.FormsGeneral .TextareaText {
  margin: 0 25px 16px;
  vertical-align: top;
  float: none;
}
.Fieldset-Header {
  border-bottom: 5px solid #6a6d71;
  padding-bottom: 12px;
  margin: 0 0 35px 0;
}
.Fieldset-Header h3 {
  font-family: robotoblack;
}
.Fieldset-Content {
  margin-bottom: 40px;
}
.Fieldset-Content label {
  color: #979b9f;
}
.Fieldset-Content .Input {
  color: #979b9f;
}
.FormFinish {
  margin-top: 30px;
  margin-bottom: 30px;
}
.InputWrap {
  border: 2px solid #e1e1e1;
  height: 44px;
  font-size: 1.143em;
  font-family: robotoregular;
}
aside.main .InputWrap {
  margin: 0 20px 25px;
  height: 30px;
  font-size: 12px;
}
aside.main .Header {
    padding: 6px 12px;
}
aside.main .Header .h3 {
    text-transform: uppercase;
}
aside.main .Header .Header-back-to-map {
    margin: 4px 0px;
    padding: 8px 6px;
}
aside.main .Header .Header-back-to-map .caret {
    margin-right: 10px;
}
aside.main .Header .Header-current-owner-group {
    background-color: #ffffff;
    color: #000000;
    margin: 4px 0px;
    width: 100%;
    padding: 8px 6px;
}
aside.main .result-content a:hover {
    color: #979b9f;
}
aside.main .result-content a {
    color: #ffffff;
}
.InputWrap input,
.InputWrap select,
.InputWrap .select2-choice {
  height: 100%;
  color: #959595;
  background-color: #ffffff;
}
.InputWrap input {
  width: 100%;
  padding: 0 12px;
}
.InputWrap input::-moz-placeholder {
  color: #979b9f;
  opacity: 1;
}
.InputWrap input:-ms-input-placeholder {
  color: #979b9f;
}
.InputWrap input::-webkit-input-placeholder {
  color: #979b9f;
}
.InputWrap textarea {
  resize: none;
  padding: 12px;
}
.InputWrap select {
  width: 99.9%;
  padding: 6px 12px;
  line-height: 36px;
}
.t-hasError .InputWrap {
  border-color: #f44040;
}
.InputWrap .select2-container {
  width: 100%;
  height: 100%;
}
.InputWrap .select2-container .select2-choice {
  background-image: none;
  border: none;
  border-radius: 0;
  padding: 6px 12px;
}
.InputWrap .select2-container .select2-choice .select2-arrow {
  background: none;
}
.InputWrap .select2-container .select2-choice .select2-arrow b {
  background-position: 0 7px;
}
.InputWrap .fake-file-input {
  position: absolute;
  width: 100%;
  padding: 0 117px 0 12px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.Input {
  border: 2px solid transparent;
  height: 44px;
  font-size: 1.143em;
  line-height: 40px;
  font-family: robotoregular;
  padding: 0 12px;
}
.ComplexInput {
  position: relative;
}
.ComplexInput .Submit {
  background-color: #e1e1e1;
  color: #30b458;
  float: right;
  font-size: 1.75em;
  cursor: pointer;
  text-align: center;
  width: 25%;
}
.ComplexInput input[type="text"] {
  width: 75%;
}
.ComplexInput.SearchInput input[type="text"] {
  width: 83.06%;
}
.ComplexInput.SearchInput .Submit {
  width: 16.94%;
  background-image: url(../img/icons/search-icon-green.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.ComplexInput.SearchInput .Disabled {
  background-image: url(../img/icons/search-icon-red.png);
}
.ComplexInput.SearchInput .Reset {
  background-image: url(../img/icons/reset-icon-green.png);
}
.ComplexInput.FileInput input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.ComplexInput.FileInput input {
  cursor: pointer;
}
.ComplexInput.FileInput .btn-submit {
  background: #e1e1e1;
  color: #6a6d71;
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
}
aside.main .ComplexInput input[type="text"] {
  padding-right: 35px;
}
.InlineSubmit button,
.InlineSubmit .Button {
  line-height: 36px;
}
.InlineSubmit .Button--group {
  margin-top: 4px;
  white-space: nowrap;
  word-spacing: -0.2em;
}
.InlineSubmit a {
  font-family: robotoblack;
  text-decoration: underline;
}
.InlineSubmit .collapsed {
  display: block;
}
.Checkbox {
  position: relative;
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 16px;
  height: 16px;
}
.Fieldset-Content .Checkbox {
  border: 1px solid #b9babb;
}
.Checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.Checkbox input:checked + .check-knob {
  display: block;
}
.Checkbox .check-knob {
  background-image: url(../img/icons/ok-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.Checkbox .check-knob.green {
  background-image: url(../img/icons/ok-icon-green.png);
}
.Checkbox.t-dispInBlock {
  vertical-align: middle;
}
.Checkbox.t-dispInBlock + label {
  vertical-align: middle;
  margin-left: 7px;
}
.CheckboxHolder {
  margin-top: 10px;
}
.Checkbox-group > div {
  margin-bottom: 10px;
}
.Checkbox-group > div.t-dispInBlock {
  margin-bottom: 0;
  margin-left: 35px;
}
.Checkbox-group > div.t-dispInBlock:first-child {
  margin-left: 0;
}
.TextareaText {
  border: 1px solid #e1e1e1;
  padding: 16px 23px;
  font-family: robotolight;
  font-size: 0.857em;
  color: #a8abae;
  margin: 0;
}
.FormFinish.Button--group button {
  margin-left: 8px;
}
.FormFinish.Button--group button:first-of-type {
  margin-left: 0;
}
.Spacer {
  border-top: 1px solid rgba(70, 73, 76, 0.38);
  margin: 0 0 20px 0;
}
.SensorTemp h2,
.SensorTemp h3 {
  font-size: 1.2857em;
  font-family: robotobold;
}
.SensorTemp h2 {
  margin-bottom: 16px;
}
.SensorTemp h3 {
  text-transform: none;
  color: #979b9f;
  margin-bottom: 4px;
}
.SensorTemp .Form-row {
  margin-bottom: 26px;
}
.Image-description textarea {
  height: 100%;
  width: 100%;
}
.Image-description .InputWrap {
  height: 10em;
}
@media (min-width: 992px) {
  .FormsGeneral .fieldset {
    margin-bottom: 17px;
  }
  .FormsGeneral .InputWrap + .InlineSubmit {
    margin-bottom: 0;
  }
  .InlineSubmit .Button--group {
    padding-left: 0;
  }
}
.Page {
  min-width: 480px;
}
.Logo img {
  display: inline-block;
  vertical-align: baseline;
}
header.main {
  background: #46494c;
  color: #fff;
  text-align: center;
  font-family: robotoregular;
  padding-left: 25px;
  -webkit-box-shadow: 0px 5px 0px 0px #6a6d71;
  box-shadow: 0px 5px 0px 0px #6a6d71;
  position: relative;
  z-index: 1000;
}
header.main .Logo {
  float: left;
  line-height: 53px;
}
header.main a {
  color: #fff;
}
header.main .Button--group {
  margin-top: 8px;
}
header.main .Button {
  width: 60px;
  height: 45px;
}
header.main .Button a {
  line-height: 42px;
}
header.main .active a,
header.main .open a {
  background: #6a6d71;
}
header.main .dropdown .MainLeaf {
  min-width: 135px;
}
header.main .dropdown-menu {
  background-color: #46494c;
  margin: 0 15px;
  min-width: 135px;
  border-bottom: 2px solid #46494c;
  border-left: 2px solid #46494c;
  border-right: 2px solid #46494c;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-transform: uppercase;
}
header.main .dropdown-menu strong {
  color: #30b458;
}
header.main .dropdown-menu > li > a:hover,
header.main .dropdown-menu > li > a:focus {
  color: #fff;
}
.DeviceNavigation {
  float: right;
  text-align: left;
  margin-right: -100%;
  position: relative;
  left: -100%;
}
.DeviceNavigation > li {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  line-height: 45px;
  padding: 8px 17px 0;
}
.DeviceNavigation > li:first-child {
  border-left: 0;
}
.MainLeaf {
  padding: 0 15px;
  display: block;
  text-align: right;
}
.MainLeaf > span {
  float: left;
}
.MainLeaf .caret {
  margin-left: 25px;
}
.dropdown.open .MainLeaf {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media (max-width: 768px) {
  header.main {
    padding-left: 10px;
  }
  header.main .dropdown-menu {
    margin: 0 10px;
  }
  header.main .dropdown-menu strong {
    color: #30b458;
  }
  .DeviceNavigation {
    margin: 0;
    left: 0;
  }
  .DeviceNavigation > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .MainLeaf {
    padding: 0 10px;
  }
  .MainLeaf .caret {
    margin-left: 15px;
  }
}
aside.main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: robotoregular;
}
aside.main.UnpositionedInfo {
  left: 0;
}
aside.main .Button {
  width: 100%;
}
aside.main .t-icon {
  margin: 0 auto;
  display: block;
}
aside.main .DeviceDetails {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
aside.main .DeviceDetails span {
  margin: 2px 0;
}
aside.main .DeviceDetails strong {
  margin: 0 8px;
}
aside.main:hover .t-isHiddenByOpacity {
  opacity: 1;
}
.SidebarNav {
  position: relative;
  background: #6a6d71;
  height: 100%;
  width: 60px;
  float: right;
  z-index: 2;
}
.SidebarNav .Button {
  height: 81px;
  font-size: 9px;
}
.SidebarNav .Button.active {
  background: #787b7f;
}
.SidebarNav .Button span {
  margin-top: 8px;
  display: block;
}
.SidebarNav-Content {
  float: right;
  height: 100%;
}
.SidebarNav-Content h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.SidebarNav-Content img + h4 {
  display: inline-block;
  margin-left: 9px;
}
.SidebarNav-Content li {
  padding: 11px 20px;
  white-space: nowrap;
}
.SidebarNav-Content li.selected {
  border-top: 1px solid #373a3d;
  border-bottom: 1px solid #373a3d;
}
.SidebarNav-Content li.selected h4 {
  font-family: robotobold;
}
.SidebarNav-Holder {
  background: #787b7f;
  position: relative;
  z-index: 1;
  right: -100%;
  height: 100%;
  -webkit-transition: right 0.7s ease 0s;
  transition: right 0.7s ease 0s;
  min-width: 170px;
  overflow-y: auto;
}
.SidebarNav-Holder.active {
  right: 0;
}
.SidebarNav-Holder .CloseBtn {
  padding: 21px 20px 29px;
}
.DeviceNav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.DeviceOverlay {
  overflow: hidden;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  display: none;
  position: relative;
  z-index: 1;
}
aside.main.UnpositionedInfo .DeviceOverlay {
  display: block;
}
.DeviceOverlay > div {
  display: table;
  width: 100%;
  height: 100%;
}
.DeviceOverlay > div > p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: robotolight;
  font-size: 35px;
}
.MapHolder {
  position: relative;
  padding-right: 60px;
  overflow: hidden;
}
.MapWrapper {
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.popover {
  color: #6a6d71;
  z-index: 0;
  white-space: nowrap;
}
.popover-footer {
  background: #e9e9e9;
  text-align: center;
  font-size: 14px;
  font-family: robotoregular;
  line-height: 2.6em;
  padding: 0 14px;
  width: 100%;
}
.popover.right .popover-footer {
  position: relative;
  z-index: 1;
}
.popover.left .active .popover-footer {
  position: relative;
  z-index: 1;
}
.popover-footer .caret {
  color: #2eb356;
}
.PopoverMain {
  display: inline-block;
  vertical-align: top;
}
.PopoverMain {
  background-color: #ffffff;
  white-space: normal;
}
.PopoverMain.active + .PopoverSub {
  display: inline-block;
  vertical-align: top;
}
.popover.right .PopoverMain,
.popover.top .PopoverMain,
.popover.bottom .PopoverMain {
  margin-right: -2px;
}
.popover.left .PopoverMain {
  margin-left: -2px;
}
.popover.left .PopoverMain:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 0;
  border-left: 2px solid #acaeb2;
}
.PopoverMain .popover-content {
  min-width: 225px;
}
.PopoverSub {
  background: #e9e9e9;
}
.popover.right .PopoverSub:before,
.popover.top .PopoverSub:before,
.popover.bottom .PopoverSub:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 0;
  border-left: 2px solid #acaeb2;
}
.PopoverSub li {
  font-size: 15px;
  line-height: 39px;
  padding-left: 20px;
  padding-right: 6px;
  position: relative;
}
.PopoverSub li i {
  float: left;
  margin-left: -20px;
  height: 40px;
  background-position: left center;
}
.PopoverSub li span {
  color: #6a6d71;
}
.SubNavigation {
  background-color: #6a6d71;
}
.SubNavigation a {
  font-size: 1.286em;
  line-height: 3.167em;
}
.SubNavigation a span {
  padding: 0 2.111em;
  display: block;
}
.SubNavigation .active span {
  border-bottom: 5px solid #30b458;
}
.SubNavigation li > a {
  text-align: left;
}
@media (min-width: 768px) {
  .SubNavigation a span {
    display: inline-block;
  }
  .SubNavigation li > a {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .HeadInner .Button--group {
    margin-top: 20px;
  }
}
#Filter-toolbar {
  background-color: #6a6d71;
  color: #fff;
  font-size: 0.857em;
}
#Filter-toolbar .t-filterCell {
  padding-top: 18px;
  padding-bottom: 18px;
  border-left: 2px solid #46494c;
}
#Filter-toolbar .t-filterCell:first-child {
  border-left: 0;
}
#Filter-toolbar .t-filterCell img {
  margin-right: 5px;
}
#Filter-toolbar img.t-dispInBlock + .t-dispInBlock {
  vertical-align: middle;
  white-space: normal;
}
#Filter-toolbar .Checkbox {
  margin-right: 6px;
  margin-left: 11px;
}
#Filter-toolbar .Maintenance {
  white-space: nowrap;
}
.Table {
  margin-top: 13px;
  margin-bottom: 30px;
}
.Table h2 {
  font-size: 1.429em;
  font-family: robotolight;
  color: #000;
}
.Table h2 a {
  color: #000;
}
.Table h3 {
  font-size: 1.286em;
  font-family: robotobold;
  color: #000;
}
.Table h4 {
  font-family: robotoblack;
}
.Table .Button--group button,
.Table .Button--group .Button {
  margin-left: 8px;
}
.Table .Button--group button:first-child,
.Table .Button--group .Button:first-child {
  margin-left: 0;
}
.Table .dropdown-menu {
  text-transform: none;
}
.Table-translation .panel:nth-child(2n) {
  background-color: #e1e1e1;
}
.Table-search .Table-header {
  border-top: 5px solid #e9e9e9;
}
.Table-search .panel {
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}
.Table-search .Table-content .panel-heading {
  padding: 15px 0;
}
.Table-header {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  font-size: 0.857em;
  text-transform: uppercase;
  font-family: robotoblack;
  color: #727579;
  padding: 5px 0;
}
.Table-header .t-icon-sort {
  margin-right: 5px;
  vertical-align: middle;
}
.Table-header a {
  color: #727579;
}
.Table-header span {
  vertical-align: middle;
  cursor: pointer;
}
.Table-header .t-dispTable,
.Table-content .t-dispTable {
  border-collapse: separate;
  border-spacing: 5px 0;
}
.Table-content .panel-heading {
  padding: 4px 0;
}
.Table-content .panel-heading .img ~ .img {
  margin-left: 8px;
}
.Table-content .img img {
  max-width: 100%;
}
.Table-content .panel-body {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
}
.Table-content .panel-body strong {
  font-family: robotomedium;
}
.Table-content .ToDo {
  margin-top: 25px;
}
.Table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.Table-group-title {
  border-bottom: 5px solid #e9e9e9;
  padding: 8px 0;
}
.Values-list li {
  margin-top: 20px;
}
.Values-list li .t-dispInBlock:first-child {
  margin-right: 20px;
}
.Values-list li:first-child {
  margin-top: 0;
}
.AccordionTrigger a {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}
.AccordionTrigger .caret {
  vertical-align: bottom;
}
.ToDo {
  font-family: robotoblack;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
}
.ToDo a {
  text-decoration: underline;
  font-size: 0.929em;
  line-height: 2.692em;
  color: #6a6d71;
}
.searchHighlight {
  background: #30b458;
  color: #fff;
  padding: 4px 0;
  font-family: inherit;
}
@media (min-width: 992px) {
  .Table-cell {
    padding-left: 19px;
  }
}
.Item-Steps {
  background: #e1e1e1;
  margin-top: 5px;
}
.Step {
  font-size: 14px;
  line-height: 60px;
  font-family: robotolight;
  color: #727579;
  position: relative;
}
.Step.active {
  background: #6a6d71;
  color: rgba(255, 255, 255, 0.6);
}
.Step.active:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #6a6d71;
  width: 0;
  height: 0;
}
.Step.active:last-child:after {
  display: none;
}
.Step span {
  display: block;
}
.Step span small {
  font-size: 0.666em;
  display: inline-block;
  vertical-align: bottom;
}
.Step-current {
  font-family: robotomedium;
}
.Step-current.active {
  color: #fff;
}
.Item-Header {
  border-bottom: 5px solid #e9e9e9;
  padding-bottom: 12px;
}
.Item-Header h3 {
  font-family: robotoregular;
}
.Item-Content {
  margin-top: 20px;
}
.Item-Content .FormHolder {
  margin-top: 25px;
}
.Item-Content .circle {
  background: #6a6d71;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 3px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
.Item-Content .circle + span {
  display: inline-block;
  vertical-align: middle;
}
.Help-block {
  font-size: 0.857em;
  font-family: robotoblack;
  text-transform: uppercase;
  margin: 0;
}
.Help-block + .Help-block {
  margin-top: 30px;
}
.AlarmBox {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #6a6d71;
    margin-top: 15px;
    margin-right: 25px;
}
.AlarmBox img.t-dispInBlock {
    margin-right: 16px;
}
.AlarmBox-column {
    font-size: 13px;
}
.AlarmBox-column > div {
    margin-bottom: 25px;
    margin-top: 10px;
}
.AlarmBox-column label,
.AlarmBox-column a {
    font-family: robotoblack;
}
.AlarmBoxComment {
    margin-bottom: 10px;
}
.AlarmBoxComment li {
    margin-top: 30px;
}
.AlarmBoxComment li:first-child {
    margin-top: 0;
}
.AlarmBoxComment-content {
    background: #e1e1e1;
    line-height: 40px;
    position: relative;
    margin-top: 5px;
}
.AlarmBoxComment-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e1e1e1 transparent transparent transparent;
    border-width: 20px 20px 0 0;
}
.AlarmBoxComment-content span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
}
.AlarmBoxComment-meta .Name {
    font-family: robotomedium;
}
.AlarmBoxComment-meta .Date {
    font-size: 10px;
}
.AlarmBox-comment-form > div {
    margin: 20px 0;
}
.AlarmBox-comment-form .Button--group {
    margin: 16px 0;
}
.AlarmBox-comment-form .Button--group button {
    margin: 4px 4px;
}
.AlarmBox-comment-form .Button--group button:first-child,
.AlarmBox-comment-form .Button--group .Button:first-child {
    margin-left: 4px;
}
.AlarmBox-comment-form .InputWrap {
    font-size: 1em;
    height: 80px;
}
@media (min-width: 768px) {
  .Step {
    font-size: 18px;
  }
}
.calibration-date-form-content .Button--group {
  margin-top: 10px;
}
.WifiOptions .Help-block:first-child {
  margin-bottom: 18px;
}
.HeadInner-subtitle.active {
  display: inline;
}