﻿h1 {
  font-size: 18px;
  font-weight: bold;
  color: #138ca1;
  line-height: 20px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #138ca1;
  line-height: 18px;
}
h3 {
  font-size: 14px;
  font-weight: bold;
  color: #138ca1;
  line-height: 16px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  line-height: 16px;
}
/* ----------------------- */
/* Generic Kendo overrides */
/* ----------------------- */
/* 1. Kendo popup windows */
.k-window .popup-content-divider {
  height: 1px;
  border-top: 2px solid #138ca1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.k-window .k-window-titlebar.k-header {
  border: none;
}
.k-window .k-window-titlebar .k-window-title {
  font-size: 18px;
  font-weight: bold;
  color: #138ca1;
  line-height: 20px;
  padding: 10px 5px;
}
.k-window .k-window-titlebar .k-window-actions {
  padding: 0;
  margin: 0;
}
.k-window .k-window-titlebar .k-window-actions .k-window-action {
  background-color: #138ca1;
  padding: 8px;
  border-radius: 0px 5px 0px 0px;
  position: absolute;
  left: -26px;
  top: -1px;
  opacity: 1;
}
.k-window .k-window-titlebar .k-window-actions .k-i-close {
  background-image: url(../img/close_white.png);
  background-position: 50%;
}
.k-window .k-window-titlebar .k-window-actions .k-edit-buttons {
  width: 481px;
}
.k-window .k-window-titlebar .k-window-actions .k-state-hover {
  background-image: url(../img/close_white.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #0A6A7A;
}
.k-window div.k-popup-edit-form {
  padding: 15px;
}
.k-window div.k-popup-edit-form table {
  margin-left: 0px !important;
  /*margin-top: 16px;*/
}
.k-window div.k-popup-edit-form table td {
  padding: 3px 0px;
}
.k-window div.k-popup-edit-form .k-edit-buttons {
  padding: 0px;
  border-top: none;
  width: 451px;
}
.k-window #addGroup .dealer-group-popup,
.k-window #editGroup .dealer-group-popup,
.k-window #requestNew .dealer-group-popup {
  width: 450px;
}
.k-window #addGroup hr,
.k-window #editGroup hr,
.k-window #requestNew hr {
  border: solid 1px #138ca1;
  background-color: #138ca1;
}
.k-window #addGroup .spacer,
.k-window #editGroup .spacer,
.k-window #requestNew .spacer {
  height: 10px;
}
.k-window #addGroup form,
.k-window #editGroup form,
.k-window #requestNew form {
  padding: 5px;
}
.k-window #addGroup form .addgroup-popup-input-area,
.k-window #editGroup form .addgroup-popup-input-area,
.k-window #requestNew form .addgroup-popup-input-area {
  height: 35px;
  margin-top: 8px;
  margin-bottom: 2px;
}
.k-window #addGroup form .addgroup-popup-input-area .addgroup-popup-label,
.k-window #editGroup form .addgroup-popup-input-area .addgroup-popup-label,
.k-window #requestNew form .addgroup-popup-input-area .addgroup-popup-label {
  float: left;
  height: 15px;
  margin-top: 4px;
}
.k-window #addGroup form .addgroup-popup-input-area .addgroup-popup-textbox,
.k-window #editGroup form .addgroup-popup-input-area .addgroup-popup-textbox,
.k-window #requestNew form .addgroup-popup-input-area .addgroup-popup-textbox {
  width: 330px;
  margin-right: 25px;
  float: right;
}
.k-window #addGroup form .addgroup-popup-buttons-area,
.k-window #editGroup form .addgroup-popup-buttons-area,
.k-window #requestNew form .addgroup-popup-buttons-area {
  padding: 15px 0px;
  text-align: right;
}
.k-window #addGroup form .addgroup-popup-buttons-area .button,
.k-window #editGroup form .addgroup-popup-buttons-area .button,
.k-window #requestNew form .addgroup-popup-buttons-area .button {
  width: auto;
  min-width: 60px;
  margin: 0px;
  margin-right: 10px;
  text-align: center;
}
.k-window #addGroup form .addgroup-popup-buttons-area .button.cancel,
.k-window #editGroup form .addgroup-popup-buttons-area .button.cancel,
.k-window #requestNew form .addgroup-popup-buttons-area .button.cancel {
  padding: 7px 6px;
}
.k-window #addGroup form .field-validation-error,
.k-window #editGroup form .field-validation-error,
.k-window #requestNew form .field-validation-error {
  margin-left: 85px;
}
.k-window .edit-data-unit-popup,
.k-window .edit-hub-popup {
  width: 450px;
}
.k-window .edit-data-unit-popup hr,
.k-window .edit-hub-popup hr {
  border: solid 1px #138ca1;
  background-color: #138ca1;
}
.k-window .edit-data-unit-popup table,
.k-window .edit-hub-popup table {
  margin-left: 16px;
  width: 470px;
}
.k-window .edit-data-unit-popup table tr,
.k-window .edit-hub-popup table tr {
  height: 35px;
  margin-top: 8px;
}
.k-window .edit-data-unit-popup table tr.spacer,
.k-window .edit-hub-popup table tr.spacer {
  height: 10px;
}
.k-window .modalWindow {
  padding: 15px;
}
.k-window .modalWindow .modalWindowButtons {
  float: right;
}
.k-window .modalWindow .modalWindowButtons .button {
  border: 1px solid #0A6A7A;
  background: #138ca1;
  padding: 7px 6px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 5px 10px;
  text-decoration: none;
  color: white;
}
.k-window .modalWindow p {
  padding: 8px 0px;
}
.k-window #requestResource {
  padding: 15px;
}
.k-window #requestResource form {
  width: 470px;
}
.k-window #requestResource form table {
  width: 470px;
}
.k-window #requestResource form table tr {
  height: 35px;
  margin-top: 8px;
}
.k-window #requestResource form table tr.spacer {
  height: 10px;
}
.k-window #requestResource form table tr td:first-child {
  width: 150px;
  vertical-align: middle;
}
.k-window #requestResource form table tr td #DeliveryAddress {
  height: 100px;
  width: 100%;
}
.k-window #requestResource form .requestResourceButtons {
  text-align: right;
}
/* 2. Crazy highlighted table cells on wheelchair page idkwtf */
a.k-link.k-header.k-state-selected.k-state-focused {
  background-color: #CCC;
  box-shadow: none;
}
.k-pager-numbers .k-state-selected {
  background-color: #138ca1;
  background-image: none;
}
/* 3. No default scroll bars on grid content */
.k-grid-content {
  overflow: auto;
  min-height: 620px;
}
#wheel-chair-list .k-grid-content,
#flashCodeHistoryGrid .k-grid-content {
  min-height: 660px;
}
.settings-main .k-grid-content {
  min-height: 590px;
}
#GroupTabs .settings-group {
  min-height: 660px;
}
/* 4. Spinning widget */
.k-loading-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.k-loading-mask .k-loading-color {
  background-color: lightgrey;
}
.k-alt {
  background-color: #f6f6f6;
}
.k-grid-header,
.k-header {
  background-color: white;
  margin: auto;
}
.k-grid .k-grid-header {
  /*padding-left: 8px;*/
  padding-top: 10px;
  border-bottom: 3px solid #138ca1;
  padding-left: 0px;
  padding-right: 0px !important;
  width: 100%;
}
.k-grid .k-grid-header .k-grid-header-wrap {
  border: none;
}
.k-grid .k-grid-header .k-grid-header-wrap th {
  white-space: normal;
}
.k-grid .k-grid-header .k-grid-header-wrap th.multiline a.k-grid-filter {
  position: relative;
  right: 0px;
}
.k-grid .k-grid-header .k-header {
  padding-bottom: 20px;
  color: #444444;
  border: none;
  /*border-bottom: 3px solid @solidBlueTheme;*/
}
.k-grid.k-widget {
  border: none;
}
.k-grid td {
  border: none;
  /*padding-top: 8px;
        padding-bottom: 8px;*/
}
.k-grid td a {
  color: #515967;
  text-decoration: none;
  /*white-space: nowrap;*/
}
.k-grid td a:hover {
  text-decoration: underline;
}
.k-grid td img {
  vertical-align: sub;
  padding-right: 5px;
}
.k-pager-wrap {
  background: none;
}
.k-pager-wrap .k-link {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.k-pager-wrap .k-state-selected {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.k-tabstrip .k-content {
  padding: .3em 0;
  margin: 0px;
  border-color: #e3e3e3;
}
.k-header {
  background-color: transparent;
  border: none;
}
.k-header .k-tabstrip-items {
  padding: .3em 0 0 !important;
  font-size: 10pt;
  padding-bottom: 0px;
  /*position: relative;
    top: 1px;*/
}
.k-header .k-tabstrip-items .k-state-default {
  background: #f6f6f6;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.k-header .k-tabstrip-items .k-state-default .k-link {
  font-weight: bold;
  display: block;
  padding: 15px;
}
.k-header .k-tabstrip-items .k-item {
  min-width: 135px;
  width: 135px;
}
.k-header .k-tabstrip-items .k-item:first-child {
  border-top-left-radius: 6px;
}
.k-header .k-tabstrip-items .k-item:last-child {
  border-top-right-radius: 6px;
}
.k-header .k-tabstrip-items .k-state-active {
  background-color: #fff;
  background-image: url("../../img/tab-selected-background.png");
  background-repeat: repeat-x;
  border-color: #e3e3e3;
}
.k-header .k-tabstrip-items .k-loading.k-complete {
  width: auto;
}
/* Home page hackery.... */
.dashboard-list .k-tabstrip-items .k-state-active {
  position: relative;
  top: 1px;
}
body {
  background: transparent url("/img/background-gradient.jpg") repeat;
  font-family: 'Segoe UI';
  font-size: 10pt;
}
body a.button,
body input[type=button].button,
body input[type=submit].button {
  border: 1px solid #0A6A7A;
  background: #138ca1;
  padding: 7px 6px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 5px 10px;
  text-decoration: none;
  color: white;
}
body a.button.cancel,
body input[type=button].button.cancel,
body input[type=submit].button.cancel {
  padding: 10px 25px;
}
body a.button:hover,
body input[type=button].button:hover,
body input[type=submit].button:hover {
  background: #0A6A7A;
}
body a.button img,
body input[type=button].button img,
body input[type=submit].button img {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
body a.button span,
body input[type=button].button span,
body input[type=submit].button span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  max-width: 140px;
}
body input[type=button].button,
body input[type=submit].button {
  cursor: pointer;
}
body hr {
  border: solid 1px lightGrey;
  background-color: lightGrey;
}
body .horizontal-list li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style-type: none;
}
body .placeholder {
  color: lightgrey;
  font-size: 10px;
}
body .header-wrapper {
  background-color: white;
  height: 53px;
  width: 100%;
  min-width: 1280px;
}
body .header-wrapper .header-content {
  margin: 0 auto;
  padding-top: 11px;
  width: 960px;
}
body .header-wrapper .header-content img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: none;
}
body .header-wrapper .header-content .welcome-message {
  margin-top: 19px;
  display: block;
  float: right;
  width: 350px;
}
body .header-wrapper .header-content .welcome-message ul {
  clear: both;
}
body .header-wrapper .header-content .welcome-message ul li {
  float: right;
}
body .header-wrapper .header-content .dropdown-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  float: right;
}
body .header-wrapper .header-content .dropdown-wrapper > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  float: right;
  vertical-align: top;
  z-index: 100;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-dropdown {
  width: auto;
  min-width: 200px;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-dropdown .k-select {
  width: 2em;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-dropdown .k-input {
  color: white;
  padding: 5px;
  background-color: #138ca1;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-dropdown .k-icon {
  background: url("/img/dropdown-white.png") no-repeat;
  height: 6px;
  width: 8px;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-state-active {
  background-color: #138ca1;
}
body .header-wrapper .header-content .dropdown-wrapper > div .k-state-default > .k-select {
  background-color: #138ca1;
}
body .strip {
  left: 0px;
  background: #06233B url(/img/header-gradient.jpg) no-repeat center top;
  height: 163px;
  position: absolute;
  width: 100%;
  min-width: 1280px;
  z-index: 1;
  font-size: 12pt;
}
body .strip nav {
  color: white;
  margin: 0 auto;
  width: 960px;
}
body .strip nav ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  list-style: none;
  margin-top: 20px;
}
body .strip nav ul li {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  z-index: 0;
  margin-right: 10px;
}
body .strip nav ul li:hover {
  background-color: #138ca1;
}
body .strip nav ul li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 10px 15px 10px 15px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
body .strip nav ul li a img {
  margin-right: 7px;
  vertical-align: middle;
}
body .strip nav ul li a span {
  vertical-align: middle;
}
body .strip nav ul li.selected {
  background-color: #138ca1;
}
body .strip nav ul li.selected a:hover {
  background: #0A6A7A;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
body .strip .search-box-wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: right;
  margin-top: 23px;
}
body .strip .search-box-wrapper .search-box {
  background-color: #F4F3F3;
  border: 1px grey solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 42px;
  width: 228px;
  line-height: 18px;
}
body .strip .search-box-wrapper .search-button {
  background: url("/img/search-button.png") no-repeat;
  border: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 42px;
  margin-left: -6px;
  width: 59px;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
}
body .main-container {
  margin: 82px auto 50px auto;
  position: relative;
  width: 1031px;
  z-index: 2;
}
body .main-container .left-shadow,
body .main-container .right-shadow,
body .main-container .main {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 500px;
  vertical-align: bottom;
}
body .main-container .left-shadow,
body .main-container .right-shadow {
  margin: 82px 0px 0px -6px;
  width: 31px;
  z-index: -1;
  position: absolute;
}
body .main-container .right-shadow {
  margin-left: 0px;
}
body .main-container .left-shadow {
  background: url("/img/shadow-left.png") repeat-y;
  margin-left: -30px;
}
body .main-container .left-shadow,
body .main-container .right-shadow,
body .main-container .bottom-shadow {
  display: none;
}
body .main-container .main {
  background-color: white;
  border: 1px solid white;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  height: auto;
  margin: 0px auto 0px auto;
  border: 1px solid #CCC;
  position: relative;
  text-align: left;
  width: 960px;
  z-index: 1;
  display: table;
  -moz-box-shadow: 0px 0px 3px #444;
  -webkit-box-shadow: 0px 0px 3px #444;
  box-shadow: 0px 0px 25px #444;
  min-height: 830px;
  /* Specific pages */
  /* SEARCH RESULTS */
}
body .main-container .main .profile-body {
  display: table-cell;
  margin: 14px 0px 0px 15px;
  padding: 15px;
  width: 75%;
}
body .main-container .main .profile-error {
  display: table-cell;
  margin: 14px 0px 0px 15px;
  padding: 15px;
}
body .main-container .main .groups-buttons {
  position: relative;
  display: block;
}
body .main-container .main .groups-buttons .button {
  padding: 6px;
  display: block;
  width: 137px;
  margin: 0;
}
body .main-container .main .page-title {
  color: #138ca1;
  font-weight: bold;
}
body .main-container .main .navigation {
  display: table-cell;
  vertical-align: top;
  width: 210px;
  max-width: 210px;
  position: relative;
  top: 0;
  bottom: 0;
  background: url("/img/lhs-gradient.png") repeat-y 207px 0 #F6F6F6;
  /*border-right: 1px solid #cbcbcb;*/
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
body .main-container .main .navigation .extended {
  padding-top: 20px;
}
body .main-container .main .navigation .extended #wheelchairDetails {
  border: none;
  background: none;
}
body .main-container .main .navigation .extended #wheelchairDetails a {
  background: none;
  background-color: #cccccc;
}
body .main-container .main .navigation .extended #wheelchairDetails li,
body .main-container .main .navigation .extended #wheelchairDetails div {
  background: none;
}
body .main-container .main .navigation .extended #wheelchairDetails li {
  margin-top: 20px;
}
body .main-container .main .navigation .extended .button {
  width: 175px;
}
body .main-container .main .navigation .extended .health table,
body .main-container .main .navigation .extended .new-modules table,
body .main-container .main .navigation .extended .summary table {
  width: 100%;
  table-layout: fixed;
}
body .main-container .main .navigation .extended .health table tr td,
body .main-container .main .navigation .extended .new-modules table tr td,
body .main-container .main .navigation .extended .summary table tr td {
  font-size: 10pt;
  padding: 5px 10px;
  border-bottom: 1px solid #cbcbcb;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 5px;
}
body .main-container .main .navigation .extended .health table tr td p,
body .main-container .main .navigation .extended .new-modules table tr td p,
body .main-container .main .navigation .extended .summary table tr td p {
  padding-bottom: 3px;
}
body .main-container .main .navigation .extended .health table tr.wheelchair-extended-table-heading td,
body .main-container .main .navigation .extended .new-modules table tr.wheelchair-extended-table-heading td,
body .main-container .main .navigation .extended .summary table tr.wheelchair-extended-table-heading td {
  border-bottom: 1px solid #138ca1;
}
body .main-container .main .navigation .extended .health table tr.wheelchair-actuator-extended-table-heading td:first-child,
body .main-container .main .navigation .extended .new-modules table tr.wheelchair-actuator-extended-table-heading td:first-child,
body .main-container .main .navigation .extended .summary table tr.wheelchair-actuator-extended-table-heading td:first-child {
  width: 50%;
}
body .main-container .main .navigation .extended .health table tr.wheelchair-actuator-extended-table-heading td:nth-child(2),
body .main-container .main .navigation .extended .new-modules table tr.wheelchair-actuator-extended-table-heading td:nth-child(2),
body .main-container .main .navigation .extended .summary table tr.wheelchair-actuator-extended-table-heading td:nth-child(2) {
  width: 25%;
}
body .main-container .main .navigation .extended .health table tr.wheelchair-actuator-extended-table-heading td:last-child,
body .main-container .main .navigation .extended .new-modules table tr.wheelchair-actuator-extended-table-heading td:last-child,
body .main-container .main .navigation .extended .summary table tr.wheelchair-actuator-extended-table-heading td:last-child {
  width: 25%;
}
body .main-container .main .navigation .extended .health table tr.new-modules-area td,
body .main-container .main .navigation .extended .new-modules table tr.new-modules-area td,
body .main-container .main .navigation .extended .summary table tr.new-modules-area td,
body .main-container .main .navigation .extended .health table tr.modules-date-area td,
body .main-container .main .navigation .extended .new-modules table tr.modules-date-area td,
body .main-container .main .navigation .extended .summary table tr.modules-date-area td {
  border-bottom: none;
  padding: 5px 10px;
}
body .main-container .main .navigation .extended .health table span,
body .main-container .main .navigation .extended .new-modules table span,
body .main-container .main .navigation .extended .summary table span {
  display: block;
  float: left;
  max-width: 130px;
  padding: 0px 10px;
}
body .main-container .main .navigation .extended .k-icon {
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
}
body .main-container .main .navigation .extended .k-panelbar-collapse {
  background-image: url(../img/arrow-up.png);
}
body .main-container .main .navigation .extended .k-panelbar-expand {
  background-image: url(../img/arrow-down.png);
}
body .main-container .main .navigation .extended .k-link {
  padding: 0 0 0 40px;
  border-top: 2px solid #138ca1;
  color: black;
  word-wrap: break-word;
}
body .main-container .main .navigation div.button {
  margin-left: 5px;
}
body .main-container .main .navigation .navigation-menu ul.k-group .k-first {
  margin-top: 9px;
}
body .main-container .main .navigation .navigation-menu .k-treeview {
  overflow: hidden;
  padding-left: 12px;
  border-bottom: 1px solid #cbcbcb;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body .main-container .main .navigation .navigation-menu .k-treeview li {
  padding: 5px 0px 5px 14px;
}
body .main-container .main .navigation .navigation-menu .k-treeview li .k-in,
body .main-container .main .navigation .navigation-menu .k-treeview li .k-state-selected {
  max-width: 150px;
  border: none;
  background-image: none;
  padding: 5px 10px;
  color: #444444;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
body .main-container .main .navigation .navigation-menu .k-treeview li .k-in:hover,
body .main-container .main .navigation .navigation-menu .k-treeview li .k-state-selected:hover {
  color: #444444;
  background-color: #CCC;
  cursor: pointer;
}
body .main-container .main .navigation .navigation-menu .k-treeview li .k-state-selected {
  background-color: #CCC;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item {
  font-weight: bold;
  font-size: 11pt;
  color: #444444;
  border-bottom: 1px solid #cbcbcb;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item:hover {
  background-color: white;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item.selected {
  background-color: white;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item.selected a {
  border-left: 8px solid #FA5652;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item .nav-item {
  display: block;
  padding: 0px 8px 0px 18px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item a {
  display: block;
  color: #444444;
  text-decoration: none;
  padding: 14px 0px;
  line-height: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body .main-container .main .navigation .navigation-menu .nav-menu-item a:hover {
  color: black;
}
body .main-container .main .settings-group {
  min-width: 500px;
  padding: 0 15px;
  margin-top: 16px;
}
body .main-container .main .settings-group .row {
  width: auto;
  word-wrap: break-word;
  height: auto;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cbcbcb;
}
body .main-container .main .settings-group .row .left-column {
  float: left;
  width: 30%;
}
body .main-container .main .settings-group .row .right-column {
  float: right;
  width: 70%;
  padding-bottom: 5px;
}
body .main-container .main .settings-group .row .ie7 .left-column {
  display: inline;
}
body .main-container .main .settings-group .row .ie7 .right-column {
  display: inline;
  position: absolute;
  left: 400px;
}
body .main-container .main .settings-group .setting-edit {
  float: right;
}
body .main-container .main .settings-group-table {
  margin-top: 16px;
  min-height: 455px;
  height: 455px;
  min-width: 520px;
}
body .main-container .main .settings-wrapper {
  position: relative;
}
body .main-container .main .settings-main {
  display: table-cell;
  margin: 16px 15px 0px 0px;
  max-width: 745px;
  padding: 0px 15px;
}
body .main-container .main .settings-main .settings-main-title {
  padding: 14px 0px 4px 0px;
}
body .main-container .main .settings-main .kendo-table,
body .main-container .main .settings-main .groups-buttons {
  vertical-align: top;
}
body .main-container .main .settings-main .kendo-table #DealersGrid,
body .main-container .main .settings-main .groups-buttons #DealersGrid {
  width: 548px !important;
  margin-top: 5px !important;
}
body .main-container .main .settings-main .kendo-table {
  margin-bottom: 15px;
  max-width: 720px;
}
body .main-container .main .settings-main .kendo-table .k-grid-edit {
  background: url("/img/edit-Icon-small.png") 11px 11px no-repeat #138ca1;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: right;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: transparent;
  font-size: 0px;
}
body .main-container .main .settings-main .kendo-table .k-grid-edit.k-button {
  min-height: 0;
  min-width: 0;
}
body .main-container .main .settings-main .kendo-table .k-grid-edit span {
  background: none;
}
body .main-container .main #dashboard {
  padding: 5px 9px 0px 2px;
}
body .main-container .main #dashboard .dashboard-list,
body .main-container .main #dashboard .dashboard-flash-panel {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
body .main-container .main #dashboard .dashboard-list .button,
body .main-container .main #dashboard .dashboard-flash-panel .button {
  margin-left: 0px;
}
body .main-container .main #dashboard .dashboard-list {
  width: 490px;
}
body .main-container .main #dashboard .dashboard-flash-panel {
  float: right;
  height: 751px;
  width: 440px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel,
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-flags-chart,
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-flash-chart {
  margin-bottom: 15px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel {
  height: 124px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table {
  height: 100%;
  text-align: center;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table tr {
  height: 50%;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table tr td {
  vertical-align: middle;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table tr td.dashboard-text-large {
  font-size: 30pt;
  font-weight: bold;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table tr td.dashboard-text-small {
  font-size: 9pt;
  vertical-align: top;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel table tr td.blue {
  color: #138ca1;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .total-flashcode-icon-area {
  width: 45px;
  max-width: 45px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .total-flashcode-count-area {
  width: 100px;
  max-width: 100px;
  padding: 0px 10px;
  border-right: 1px solid lightgrey;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .total-red-flags-count-area {
  width: 100px;
  max-width: 100px;
  padding: 0px 10px;
  border-right: 1px solid lightgrey;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .red-flag-completion-area {
  width: 100px;
  max-width: 100px;
  padding: 0px 10px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .red-flag-completion-area .resolution-rate-table {
  position: absolute;
  top: 39px;
  right: 55px;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .red-flag-completion-area .resolution-rate-table tr:first-child {
  border-bottom: 1px solid grey;
}
body .main-container .main #dashboard .dashboard-flash-panel .dashboard-stats-panel .red-flag-completion-area .resolution-rate-table td {
  padding-bottom: 2px;
  width: 25px;
}
body .main-container .main #dashboard #GroupTabs {
  width: 50px;
  border: none;
}
body .main-container .main #dashboard #GroupTabs .k-grid-header .k-header {
  padding: 0px 5px 10px 5px;
}
body .main-container .main #dashboard #GroupTabs .k-grid-header .k-header .k-link {
  font-weight: 600;
}
body .main-container .main #wheel-chair-list a.button span {
  max-width: inherit;
}
body .main-container .main #wheel-chair-list #WheelchairListGrid {
  border: 1px solid lightGrey;
  margin: 8px;
}
body .main-container .main #wheel-chair-list #WheelchairListGrid .k-grid-header .k-header {
  padding: 0px 5px 10px 5px;
  vertical-align: baseline;
}
body .main-container .main #wheel-chair-profile .k-textbox {
  width: 19.4em;
}
body .main-container .main #wheel-chair-profile .k-dropdown {
  width: 19.4em;
}
body .main-container .main #wheel-chair-profile .k-numerictextbox {
  width: 19.4em;
}
body .main-container .main #wheel-chair-profile .profile-body {
  display: table-cell;
  margin: 14px 0px 0px 15px;
  padding: 0px 15px;
  width: 75%;
}
body .main-container .main #wheel-chair-profile .profile-body .wheelchair-profile-title {
  padding: 14px 0px 4px 0px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details {
  width: 586px;
  margin-top: 22px;
  margin-bottom: 50px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .authentication-submit,
body .main-container .main #wheel-chair-profile .profile-body .profile-details .cancel {
  font-size: medium;
  width: 100px;
  float: right;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .cancel {
  width: 49px;
  padding-bottom: 14px;
  padding-top: 14px;
  height: 11px;
  margin-right: 0px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details > div {
  min-height: 30px;
  height: auto;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details > div.profile-details-title-area {
  min-height: 35px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .field {
  padding: 10px 0px;
  border-bottom: 1px solid lightGrey;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .field label {
  width: 226px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .field span.display {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 345px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .field span.field-validation-valid {
  display: none;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .field span.field-validation-error {
  display: block;
  margin-left: 231px;
  margin-top: 10px;
  height: auto;
  min-height: 100%;
  padding: 0px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details hr {
  border: solid 1px #138ca1;
  background-color: #138ca1;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details h1.special,
body .main-container .main #wheel-chair-profile .profile-body .profile-details h2.special {
  margin-top: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .edit-profile,
body .main-container .main #wheel-chair-profile .profile-body .profile-details .stop-monitoring {
  display: block;
  float: right;
  /*margin-left: 384px;*/
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .edit-profile img {
  width: 18px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .stop-monitoring {
  margin-left: 221px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details .stop-monitoring span {
  max-width: 220px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details-last {
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-profile .profile-body .profile-details-last .field {
  border-bottom: none;
}
body .main-container .main #wheel-chair-overview {
  /*.extended {
                    > div {
                        border: 1px solid blue;
                    }
                }*/
}
body .main-container .main #wheel-chair-overview .overview-body {
  display: table-cell;
  margin: 14px 0px 0px 5px;
  max-width: 718px;
  padding: 15px;
  /* > div {
                        border: 1px solid blue;
                    }*/
}
body .main-container .main #wheel-chair-overview .overview-body h1 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip {
  height: 200px;
  border: none;
  width: 745px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip table {
  float: left;
  font-size: 14px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip table tr td {
  padding: 10px;
  text-align: center;
  max-width: 55px;
  vertical-align: middle;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip table tr td table {
  background-color: #f6f6f6;
  border: 1px solid #cbcbcb;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip table tr td table tr td {
  border: 1px solid #cbcbcb;
  overflow: hidden;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle {
  width: 16%;
  height: 160px;
  position: relative;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle #batteryCycle {
  position: relative;
  top: -15px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle .batteryCycleDetail {
  position: absolute;
  top: 83px;
  margin-left: 27px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle .batteryCycleDetail table {
  background-color: transparent;
  font-size: 12px;
  border: none;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle .batteryCycleDetail table tr {
  border: none;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batteryCycle .batteryCycleDetail table tr td {
  border: none;
  width: 27px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .total-drive-time {
  width: 40%;
  height: 160px;
  border-right: 1px solid #cbcbcb;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .total-drive-time table {
  width: 50px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .total-drive-time table td {
  padding: 10px 2px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .power-cycle {
  width: 20%;
  height: 160px;
  border-right: 1px solid #cbcbcb;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .power-cycle table {
  float: none;
  margin: 0 auto;
  width: 50px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .power-cycle table td {
  padding: 10px 2px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batter-abuse {
  width: 20%;
  height: 160px;
  /*border-right: 1px solid #cbcbcb;*/
  border-left: 1px solid #cbcbcb;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batter-abuse table {
  float: none;
  margin: 0 auto;
  width: 50px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .batter-abuse table td {
  padding: 10px 2px;
}
body .main-container .main #wheel-chair-overview .overview-body .widget-strip .wheelchair-overview-value {
  color: #138ca1;
  font-size: large;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart {
  border: none;
  max-width: 718px;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart h1 {
  display: none;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart ul {
  border: none;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart ul li {
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-state-selected,
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-state-hover,
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-state-focused {
  background: none;
  color: #515967;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart a > .k-icon {
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-panelbar-collapse {
  background-image: url(../img/arrow-up.png);
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-panelbar-expand {
  background-image: url(../img/arrow-down.png);
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-link {
  padding-left: 40px;
  font-size: large;
  background: none;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-overview .overview-body .wheelchair-chart .k-chart svg {
  max-width: 716px;
}
body .main-container .main #wheel-chair-overview .overview-body .battery-charging {
  height: 500px;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-overview .overview-body .battery-charging-small {
  height: 350px;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-overview .overview-body .drive-time {
  height: 500px;
  background-color: #f6f6f6;
}
body .main-container .main #wheel-chair-flashcodes .overview-body {
  display: table-cell;
  padding: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body {
  display: table-cell;
  padding: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding-right: 3%;
  width: 500px;
  padding-right: 10px;
  padding-top: 10px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-main-title h2 {
  display: inline-block;
  margin-bottom: 10px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-main-title span.flashcode-timestamp {
  font-size: smaller;
  color: grey;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-description {
  margin-bottom: 20px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-description > * {
  margin-bottom: 10px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-description > * h3,
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-description > * p {
  margin-bottom: 3px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-description > * .flashcode-name {
  font-size: 9pt;
  font-weight: bold;
  padding-bottom: 2px;
  color: #138ca1;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting {
  margin-top: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting .steps-title {
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting > p {
  margin-top: 5px;
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting .steps li > div {
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting .steps label {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  border: 2px solid lightgrey;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-content-wrapper .flashcode-troubleshooting .steps label + * {
  display: inline-block;
  width: 90%;
  padding-top: 7px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper {
  width: 30%;
  display: table-cell;
  border-left: 2px solid lightgrey;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview {
  margin: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview .fault-overview-image-area {
  margin-left: auto;
  margin-right: auto;
  width: 69px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview .fault-count {
  width: 100%;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  padding-bottom: 2px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview .red {
  color: #FA5652;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview .blue {
  color: #138ca1;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .fault-overview .fault-count-text {
  width: 100%;
  text-align: center;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults h2 {
  padding-bottom: 10px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults .profile-details {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #138ca1;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults .profile-details h3 {
  font-size: 9pt;
  padding-bottom: 2px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults .profile-details p {
  margin-bottom: 3px;
}
body .main-container .main #wheel-chair-flashcodes .flashcodes-body .flashcode-history-wrapper .recent-faults .profile-details p.flashcode-timestamp {
  font-size: smaller;
  color: grey;
}
body .main-container .main #subscriptionsGrid {
  padding: 16px;
}
body .main-container .main #search-result-page {
  margin-left: 15px;
  margin-right: 15px;
}
body .main-container .main #search-result-page .search-result-main-title {
  padding: 14px 0px 4px 0px;
}
body .main-container .main #search-result-page .search-result-header {
  font-size: medium;
  width: 97.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #444;
}
body .main-container .main #search-result-page hr {
  border: solid 1px lightGrey;
  background-color: lightGrey;
}
body .main-container .main #search-result-page #search-result-filter {
  width: 24%;
  display: block;
  float: left;
  margin-top: 15px;
}
body .main-container .main #search-result-page #search-result-filter .search-result-header {
  font-size: medium;
  padding-top: 0;
}
body .main-container .main #search-result-page #search-result-filter .search-result-type-item.k-state-selected {
  background-color: #F6F6F6;
  font-weight: bold;
  color: #444;
  background-image: none;
}
body .main-container .main #search-result-page #search-result-filter .search-result-type-item:hover {
  background-color: #F6F6F6;
  cursor: pointer;
}
body .main-container .main #search-result-page #searchResultTypeList {
  border: none;
  width: 97.5%;
  min-height: 100px;
}
body .main-container .main #search-result-page #searchResultTypeList div {
  padding: 5px 0px;
}
body .main-container .main #search-result-page #search-result-list {
  width: 75%;
  float: right;
  padding-bottom: 15px;
}
body .main-container .main #search-result-page #search-result-list #searchResultListView {
  margin-top: 5px;
  border: none;
  min-height: 690px;
}
body .main-container .main #search-result-page #search-result-list .search-result-item:first-child {
  border-top: none;
}
body .main-container .main #search-result-page #search-result-list .search-result-item {
  display: block;
  border-top: 1px solid lightgrey;
  padding-top: 7px;
  padding-bottom: 10px;
  margin-right: 10px;
  min-height: 50px;
}
body .main-container .main #search-result-page #search-result-list .search-result-item a {
  text-decoration: none;
}
body .main-container .main #search-result-page #search-result-list .search-result-item a:hover {
  text-decoration: underline;
  color: #138ca1;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-header {
  margin-bottom: 5px;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-header .search-result-item-type {
  float: right;
  font-weight: bold;
  color: grey;
  margin-right: 5px;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-header .search-result-title {
  font-weight: bold;
  display: inline;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-header .archive-tag {
  display: none;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-header .is-archived {
  display: inline;
  color: #FA5652;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content {
  display: inline-block;
  width: 100%;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content p {
  height: 35px;
  overflow: hidden;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content a {
  color: #138ca1;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content a:hover {
  text-decoration: underline;
  color: #0A6A7A;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content .search-result-description-label {
  min-width: 20%;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content .search-result-item-description > div {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content .with-top-margin {
  margin-top: 5px;
}
body .main-container .main #search-result-page #search-result-list .search-result-item .search-result-item-content .unassigned {
  font-weight: bold;
}
body .main-container .main #search-result-page #search-result-list .k-pager-wrap {
  border: none;
  padding-left: 0px;
  padding-top: 10px;
}
body .main-container .right-shadow {
  background: url("/img/shadow-right.png") repeat-y;
}
body .main-container .bottom-shadow {
  background: url("/img/bottom-strip.png") repeat-x;
  height: 29px;
  margin-left: -17px;
  margin-top: -5px;
  width: 998px;
}
body .main-container .bottom-shadow .left-corner {
  float: left;
}
body .main-container .bottom-shadow .right-corner {
  float: right;
}
#addStaffMemberDiv {
  margin-top: 8px;
  margin-left: 4px;
}
#addStaffMemberDiv #addStaffMemberText {
  padding-left: 8px;
  vertical-align: top;
}
#addStaffMemberDiv a {
  color: #138ca1;
  text-decoration: none;
}
#addStaffMemberDiv a :hover {
  color: #138ca1;
}
#addStaffMemberDiv a :visited {
  color: #138ca1;
}
#addStaffMemberDiv a :active {
  color: #138ca1;
}
#staff-member-template input.k-textbox {
  width: 23em;
  margin-left: 0.5em;
}
#staff-member-template input.k-checkbox {
  vertical-align: middle;
  bottom: 2px;
  position: relative;
  margin-left: 0.5em;
}
#staff-member-template #emailCheckBox {
  border-left: 10em;
}
#staff-member-template span.k-dropdown {
  width: 23em;
  padding-left: 0.5em;
}
#staff-member-template #staff-status-id {
  padding-left: 0.5em;
}
#staff-member-template .list-error-container {
  width: 35.5em;
  min-height: 2.0em;
  height: 1.0em;
  margin-left: 0em;
  margin-right: 0em;
  color: #b83333;
}
#staff-member-template #toggleState {
  margin-left: 0.5em;
}
#staff-member-template #resetPassword {
  margin-left: 2.5em;
}
#staff-member-template hr {
  border: none;
  border-top: solid 1px #138ca1;
  background-color: #138ca1;
}
#staff-member-template .text-on-line-with-button {
  vertical-align: middle;
}
#staff-member-template a {
  color: #138ca1;
  text-decoration: none;
}
#staff-member-template a :hover {
  color: #138ca1;
}
#staff-member-template a :visited {
  color: #138ca1;
}
#staff-member-template a :active {
  color: #138ca1;
}
.generic-table-layout thead th {
  border-bottom: 3px solid #138CA1;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em;
  padding: 0.5em 0.6em 0.4em;
}
.generic-table-layout tbody tr:nth-of-type(2n+1) {
  background-color: #F6F6F6;
}
.authentication-label {
  margin-top: 24px;
  font-size: large;
  font-weight: normal;
  color: #515967;
}
.authentication-input {
  width: 600px;
  margin-top: 8px;
  font-size: large;
  font-weight: normal;
}
.forgot-details {
  margin-top: 24px;
}
.authentication-submit {
  width: 600px;
  margin-top: 24px;
  font-size: large;
  font-weight: normal;
}
#remember-me-checkbox {
  font-size: large;
  color: #515967;
  margin-top: 24px;
}
.authentication-header {
  font-size: x-large;
  color: #515967;
}
.authentication-header2 {
  font-size: large;
  color: #515967;
}
.authentication-main-window {
  min-height: 450px;
}
.authentication-content {
  margin-top: 80px;
  margin-left: 185px;
}
.authentication-validation-error {
  margin-top: 8px;
  color: #D00C0C;
}
span.login-site-name {
  font-size: x-large;
  font-weight: bold;
  color: #06233B;
  margin-left: 32px;
}
.validation-summary {
  margin-top: 24px;
  color: #D00C0C;
  font-size: large;
}
.operation-success {
  margin-top: 24px;
  color: #D00C0C;
  font-size: large;
}
.field-validation-error {
  color: #b83333;
  border-width: 0px;
  border-style: solid;
  border-color: #b83333;
  margin-top: 16px;
  padding: 8px;
}
.addgroup-popup-validation {
  height: 20px;
  margin-left: 90px;
  margin-top: 2px;
  margin-bottom: 4px;
}
/*.addgroup-popup-label {
    float: left;
    margin-left: 20px;
    height: 15px;
    margin-top: 8px;
}*/
/*.addgroup-popup-textbox {
    width: 360px;
    font-size: large;
    margin-right: 25px;
}*/
.graph-arrow-button-left {
  margin-left: 10px;
  position: relative;
  top: 235px;
}
.graph-arrow-button-right {
  margin-right: 10px;
  position: relative;
  top: 235px;
}
.battery-day-week-month-buttons {
  float: right;
  position: relative;
  right: 30px;
  top: -459px;
  background-color: #cbcbcb;
}
.battery-day-week-month-buttons button {
  margin-left: -5px;
}
.battery-day-week-month-buttons button.k-button {
  padding: 3px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12pt;
}
.battery-day-week-month-buttons button.selected-button {
  color: #fff;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 4px 16px;
  background-color: #138ca1;
  background-image: none;
}
.drive-day-week-month-buttons {
  float: right;
  position: relative;
  right: 30px;
  top: -459px;
  background-color: #cbcbcb;
  top: -309px;
}
.drive-day-week-month-buttons button {
  margin-left: -5px;
}
.drive-day-week-month-buttons button.k-button {
  padding: 3px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-size: 12pt;
}
.drive-day-week-month-buttons button.selected-button {
  color: #fff;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  padding: 4px 16px;
  background-color: #138ca1;
  background-image: none;
}
.battery-charge-graph {
  margin: 20px auto 0 auto;
  width: 670px;
  position: relative;
  top: 19px;
}
.selected-button {
  background-color: #138ca1;
}
.graph-arrowbar {
  margin: 45px auto 45px auto;
  height: 32px;
  width: 660px;
  background-color: #cbcbcb !important;
}
#advanceGraphLeftButton,
#advanceDriveLeftButton,
#advanceActuatorLeftButton,
#advanceGraphRightButton,
#advanceDriveRightButton,
#advanceActuatorRightButton {
  height: 32px;
  border-radius: 0;
  background-image: none;
}
.graph-arrowbar-date {
  text-align: center;
  margin: 5px 177px 5px 177px;
  height: 15px;
  display: inline-block;
  background-color: #cbcbcb !important;
}
#batteryAndChargeGraph {
  background-color: #f6f6f6;
}
#batteryAndChargeGraph > svg > path {
  fill: #f6f6f6;
}
#driveGraph {
  background-color: #f6f6f6;
}
#driveGraph > svg > path {
  fill: #f6f6f6;
}
#actuatorGraph {
  background-color: #f6f6f6;
}
#actuatorGraph > svg > path {
  fill: #f6f6f6;
}
.alert {
  height: 50px;
  width: 100%;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  text-align: center;
  left: 0px;
  z-index: 9999999;
  margin: 0px;
  padding: 0px;
  top: 0px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #ebebeb;
  line-height: 46px;
  font-size: 18px;
  font-family: 'Segoe UI', sans-serif;
  color: #000000;
  background-color: #F2F2F2;
}
.errorAlert {
  background-color: #f2dede;
}
a.alert-cross {
  position: absolute;
  width: 31px;
  height: 31px;
  background: transparent url(/img/cross.png) no-repeat top left;
  cursor: pointer;
  right: 10px;
  top: 8px;
}
a.alert-cross:hover {
  background-image: url(/img/cross_hover.png);
}
/* Header dropdown sits in a funny position */
ul#group_listbox li span {
  display: block;
}
.battery-charging .k-chart .k-mask {
  opacity: 0;
}
.battery-charging-small .k-chart .k-mask {
  opacity: 0;
}
/* FUNCTIONS */
.errorPageContainer {
  min-height: 600px;
  padding: 24px;
  max-width: 900px;
}
.errorPageContainer h1.apologyMessage {
  font-size: x-large;
  margin-bottom: 24px;
}
.errorPageContainer h2.apologyMessage {
  font-size: larger;
}
body .main-container .main .settings-main .kendo-table .k-grid-deleteButton {
  background: url("/img/cross-white.png") 11px 11px no-repeat #138ca1;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
  padding: 0;
  float: right;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  color: transparent;
  font-size: 0px;
}
body .main-container .main .settings-main .kendo-table .k-grid-deleteButton.k-button {
  min-height: 0;
  min-width: 0;
}
body .main-container .main .settings-main .kendo-table .k-grid-deleteButton span {
  background: none;
}
.k-header > .k-grid-filter,
.k-header > .k-header-column-menu {
  float: right;
  position: relative;
  z-index: 1;
  padding-right: inherit;
}
.k-header > .k-state-active {
  background-color: #138ca1;
}
.k-state-active {
  background-color: #138ca1;
}
.k-menu .k-group .k-state-hover {
  width: 100%;
  text-align: right;
  background-color: #138ca1;
}
.k-state-border-down {
  background-color: transparent;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}
.version-number {
  position: absolute;
  color: #d3d3d3;
  font-size: 12px;
  right: 10px;
  bottom: 5px;
}