/* --------------------------------------------------------------------------
 * main.less
 */
/* globals */
/* imports */
/* --------------------------------------------------------------------------
 * ez-css.less
 * 2009 - 2010 (c) | ez-css.org
 * ez-min.css :: version 1.3 :: 03132010
 */
body {
  text-align: center;
}
.ez-mw {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  position: relative;
  z-index: 1;
  text-align: left;
  overflow: hidden;
}
.ez-wr {
  clear: left;
}
.ez-wr:after, .ez-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ez-wr, .ez-box, .ez-last {
  display: inline-block;
  min-height: 0;
}
/* \*/
* html .ez-wr, * html .ez-box, * html .ez-last {
  height: 1%;
}
.ez-wr, .ez-box, .ez-last {
  display: block;
}
/* */
.ez-oh {
  overflow: hidden;
}
* html .ez-oh {
  overflow: visible;
}
.ez-oa {
  overflow: auto;
}
.ez-dt {
  display: table;
}
.ez-it {
  display: inline-table;
}
.ez-tc {
  display: table-cell;
}
.ez-ib {
  display: inline-block;
}
.ez-fl {
  float: left;
}
* html .ez-fl {
  margin-right: -3px;
}
.ez-fr {
  float: right;
}
* html .ez-fr {
  margin-left: -3px;
}
.ez-10 {
  width: 10%;
}
.ez-20 {
  width: 20%;
}
.ez-25 {
  width: 25%;
}
.ez-30 {
  width: 30%;
}
.ez-33 {
  width: 33.33%;
}
.ez-40 {
  width: 40%;
}
.ez-50 {
  width: 50%;
}
.ez-60 {
  width: 60%;
}
.ez-66 {
  width: 66.66%;
}
.ez-70 {
  width: 70%;
}
.ez-75 {
  width: 75%;
}
.ez-80 {
  width: 80%;
}
.ez-90 {
  width: 90%;
}
.ez-100 {
  width: 100%;
}
.ez-negmr {
  margin-right: -1px;
}
* html .ez-negmr {
  margin-right: -4px;
}
* html .ez-negmx, .ez-negmx {
  margin-right: -1px;
}
.ez-negml {
  margin-left: -1px;
}
* html .ez-negml {
  margin-left: -4px;
}
.ez-10 {
  width: 10%;
}
/* --------------------------------------------------------------------------
 * colors.less
 */
/* --------------------------------------------------------------------------
 * BoxShadow.less
 */
/* --------------------------------------------------------------------------
 * button.less
 */
.button {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
/* --------------------------------------------------------------------------
 * drop-shadow.less
 * Curtesy of Nicholas Gallagher
 * http://nicolasgallagher.com/css-drop-shadows-without-images/
 */
.drop-shadow {
  position: relative;
  float: left;
  width: 40%;
  padding: 1em;
  margin: 2em 10px 4em;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.drop-shadow p {
  font-size: 16px;
  font-weight: bold;
}
/* Lifted corners */
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before, .lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* Curled corners */
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px 120px / 0 0 6px 6px;
  border-radius: 0 0 120px 120px / 0 0 6px 6px;
}
.curled:before, .curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
/* Perspective */
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
/* Raised shadow - no pseudo-elements needed */
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* Curved shadows */
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 0.1px;
  border-radius: 0.1px;
}
.curved-vt-2:before {
  right: 0;
}
.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* Rotated box */
.rotated {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/* --------------------------------------------------------------------------
 * Image.less
 */
/* --------------------------------------------------------------------------
 * Input.less
 */
input {
  outline: none;
  border: 1px solid #919191;
}
/* --------------------------------------------------------------------------
 * RoundedCorners.less
 */
/* --------------------------------------------------------------------------
 * Transition.less
 */
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header.ui-state-default, .slick-headerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px;
}
.slick-header-columns, .slick-headerrow-columns {
  width: 999999px;
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}
.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
}
.slick-headerrow-column.ui-state-default {
  padding: 4px;
}
.slick-header-column-sorted {
  font-style: italic;
}
.slick-sort-indicator-desc {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  background-image: url(../img/grid/sort-desc.png);
}
.slick-sort-indicator-asc {
  display: inline-block;
  width: 12px;
  height: 6px;
  margin-left: 4px;
  background-image: url(../img/grid/sort-asc.png);
}
.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}
.slick-sortable-placeholder {
  background: silver;
}
.grid-canvas {
  position: relative;
  outline: 0;
}
.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px;
}
.slick-cell, .slick-headerrow-column {
  float: left;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.slick-group-toggle {
  display: inline-block;
}
.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-cell.flashing {
  border: 1px solid red !important;
}
.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}
.slick-cell:focus {
  outline: none;
}
.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity=15);
  cursor: move;
}
.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header-columns {
  border-bottom: 1px solid silver;
}
.slick-header-column {
  background: url('../img/grid/col-header-bg.png') repeat-x center bottom;
  border-right: 1px solid silver;
}
/*
.slick-header-column:hover, .slick-header-column-active {
    background: white url('../img/header-columns-over-bg.gif') repeat-x center bottom;
}
*/
.slick-headerrow {
  background: #fafafa;
}
.slick-headerrow-column {
  background: #fafafa;
  border-bottom: 0;
  height: 100%;
}
.slick-row.ui-state-active {
  background: #F5F7D7;
}
.slick-row {
  position: absolute;
  background: white;
  border: 0px;
}
.slick-row.selected {
  z-index: 10;
  background: #DFE8F6;
}
.slick-cell {
  padding-left: 4px;
  padding-right: 4px;
}
.slick-group {
  border-bottom: 2px solid silver;
}
.slick-group-toggle {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.slick-group-toggle.expanded {
  background: url(../img/collapse.gif) no-repeat center center;
}
.slick-group-toggle.collapsed {
  background: url(../img/expand.gif) no-repeat center center;
}
.slick-group-totals {
  color: gray;
  background: white;
}
.slick-cell.selected {
  background-color: beige;
}
.slick-cell.active {
  border-color: gray;
  border-style: solid;
}
.slick-sortable-placeholder {
  background: silver!important;
}
.slick-row[row$="1"],
.slick-row[row$="3"],
.slick-row[row$="5"],
.slick-row[row$="7"],
.slick-row[row$="9"] {
  background: #fafafa;
}
.slick-row.ui-state-active {
  background: #F5F7D7;
}
.slick-row.loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slick-cell.invalid {
  border-color: red;
}
.slick-columnpicker {
  border: 1px solid #458eaf;
  background: #f0f0f0;
  padding: 6px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  min-width: 100px;
  cursor: default;
  text-align: left;
}
.slick-columnpicker li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.slick-columnpicker input {
  margin: 4px;
}
.slick-columnpicker li a {
  display: block;
  padding: 4px;
  font-weight: bold;
}
.slick-columnpicker li a:hover {
  background: white;
}
/* --------------------------------------------------------------------------
 * account-device-config.less
 */
.account-config, .device-config {
  height: 100%;
}
.account-config form, .device-config form {
  height: 100%;
}
.account-config .category-tabs, .device-config .category-tabs {
  width: 250px;
  height: 100%;
  background-image: url('../img/category/category_tab_empty.png');
  background-repeat: repeat-y;
}
.account-config .category-tabs .category-tab, .device-config .category-tabs .category-tab {
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  background-image: url('../img/category/category_tab_grey.png');
  background-repeat: repeat-y;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  color: #919191;
}
.account-config .category-tabs .category-tab.selected,
.device-config .category-tabs .category-tab.selected,
.account-config .category-tabs .category-tab.selected:hover,
.device-config .category-tabs .category-tab.selected:hover {
  background-image: url('../img/category/category_tab_white.png');
  color: #46b4e7;
}
.account-config .category-tabs .category-tab:hover, .device-config .category-tabs .category-tab:hover {
  background-image: url('../img/category/category_tab_white_hover.png');
  color: #46b4e7;
}
.account-config .category-tabs .category-tab.selected > .icon16,
.device-config .category-tabs .category-tab.selected > .icon16,
.account-config .category-tabs .category-tab:hover > .icon16,
.device-config .category-tabs .category-tab:hover > .icon16 {
  background-position-y: -16px;
}
.account-config .category-tabs .category-tab .icon16, .device-config .category-tabs .category-tab .icon16 {
  float: left;
  margin: 12px 16px;
}
.account-config .category-tabs .category-tab .label, .device-config .category-tabs .category-tab .label {
  display: block;
  overflow: hidden;
}
.account-config .category-tabs .category-tab.error,
.device-config .category-tabs .category-tab.error,
.account-config .category-tabs .category-tab.error:hover,
.device-config .category-tabs .category-tab.error:hover,
.account-config .category-tabs .category-tab.error.selected,
.device-config .category-tabs .category-tab.error.selected {
  color: #ff4444;
}
.account-config .categories, .device-config .categories {
  background-color: white;
  height: 100%;
}
.account-config .categories .category, .device-config .categories .category {
  height: 100%;
  margin: 0 10px;
}
.account-config .categories .category .header, .device-config .categories .category .header {
  height: 40px;
  line-height: 40px;
  font-size: 1.4em;
  font-weight: normal;
}
.account-config .categories .category .header .icon16, .device-config .categories .category .header .icon16 {
  float: left;
  margin-right: 1em;
  margin-left: -1px;
  margin-top: 12px;
}
.account-config .categories .category .header .label, .device-config .categories .category .header .label {
  float: left;
  color: #585858;
  margin-right: 1em;
  margin-left: -1px;
}
.account-config .categories .category .header .device, .device-config .categories .category .header .device {
  display: block;
  overflow: hidden;
  color: #aeaeae;
  font-size: 0.9em;
}
.account-config .categories .category .subheader, .device-config .categories .category .subheader {
  border-top: 1px solid #eaeaea;
  color: #b5b5b5;
  font-weight: normal;
  font-size: 0.9em;
  text-transform: uppercase;
  padding-top: 0.1em;
}
.account-config .table-wrapper, .device-config .table-wrapper {
  width: 100%;
}
.account-config table, .device-config table {
  width: 70%;
  padding: 0;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}
.account-config table tr, .device-config table tr {
  height: 1.5em;
}
.account-config table tr.pending > td, .device-config table tr.pending > td {
  color: #ffac28;
}
.account-config table tr.error > td, .device-config table tr.error > td {
  color: #ff4444;
}
.account-config table tr.error > td.hint, .device-config table tr.error > td.hint {
  visibility: hidden;
}
.account-config table td, .device-config table td {
  padding: 0.5em;
  text-align: left;
  color: #676767;
  min-height: 40px;
}
.account-config table td .button, .device-config table td .button {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 120px;
}
.account-config table td .button:hover, .device-config table td .button:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.account-config table td input[type=text],
.device-config table td input[type=text],
.account-config table td input[type=password],
.device-config table td input[type=password] {
  border: 1px solid #aeaeae;
  width: 100%;
  padding: 0.5em;
  font-size: 1.1em;
  color: #585858;
}
.account-config table td.switch, .device-config table td.switch {
  width: 75px;
}
.account-config table td.label, .device-config table td.label {
  text-align: right;
}
.account-config table td.field, .device-config table td.field {
  white-space: nowrap;
}
.account-config table td.field input, .device-config table td.field input {
  margin-right: 0.5em;
}
.account-config table td.field.text, .device-config table td.field.text {
  font-size: 1.1em;
}
.account-config table td.field.action, .device-config table td.field.action {
  font-size: 1.1em;
  color: #46b4e7;
}
.account-config table td.hint, .device-config table td.hint {
  font-style: italic;
  color: #46b4e7;
  padding-left: 20px;
  white-space: nowrap;
}
.account-config table td.disabled, .device-config table td.disabled {
  color: #aeaeae;
}
.account-config table td input.disabled, .device-config table td input.disabled {
  color: #aeaeae;
  background-color: white;
}
.account-config .bottom, .device-config .bottom {
  margin: 0 10px;
}
.account-config .bottom .buttons, .device-config .bottom .buttons {
  min-width: 370px;
  overflow: hidden;
}
.account-config .bottom .buttons .button-close, .device-config .bottom .buttons .button-close {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 200px;
}
.account-config .bottom .buttons .button-close:hover, .device-config .bottom .buttons .button-close:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.account-config .bottom .buttons .button-device-config-discard, .device-config .bottom .buttons .button-device-config-discard {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
}
.account-config .bottom .buttons .button-device-config-discard:hover, .device-config .bottom .buttons .button-device-config-discard:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.account-config .bottom .buttons .button-device-config-save, .device-config .bottom .buttons .button-device-config-save {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 200px;
  margin-right: 20px;
}
.account-config .bottom .buttons .button-device-config-save:hover, .device-config .bottom .buttons .button-device-config-save:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.account-config .bottom .buttons .button-device-config-save.disabled, .device-config .bottom .buttons .button-device-config-save.disabled {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.account-config .bottom .buttons .button-device-config-save.disabled:hover, .device-config .bottom .buttons .button-device-config-save.disabled:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.account-config .bottom .changes, .device-config .bottom .changes {
  font-family: Monaco, Courier New, Courier, monospace;
  background-color: #eaeaea;
  border: 1px solid #585858;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 0.5em;
}
.account-config .bottom .status, .device-config .bottom .status {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.account-config .bottom .device, .device-config .bottom .device {
  font-weight: bold;
}
.account-config .bottom .pending-changes, .device-config .bottom .pending-changes {
  color: #ffac28;
  font-size: 1.6em;
  font-weight: bold;
}
.account-config div.action, .account-config a {
  cursor: pointer;
  text-decoration: none;
  font-size: 1.1em;
  color: #46b4e7;
}
.account-config td[name=resetAccount] {
  cursor: pointer;
}
.account-config td[name=removeAccount] {
  cursor: pointer;
  color: #ff4444;
}
.account-config td[name=removeAccount]:hover {
  font-size: 1.4em;
  font-weight: bold;
  color: white;
  background-color: #ff4444;
}
.account-config .category {
  margin-bottom: -60px !important;
}
.account-config .buttons {
  height: 60px !important;
}
.account-config .twitter-profile img {
  vertical-align: middle;
}
.account-config .twitter-profile .twitter-screenName {
  display: inline-block;
  padding-left: 6px;
}
.device-config .category {
  margin-bottom: -150px !important;
}
.device-config .buttons {
  height: 150px !important;
}
.device-config .link {
  cursor: pointer;
}
.device-config .buttons {
  white-space: nowrap;
}
.device-config .buttons .button {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.device-config .buttons .button-defaults-apply {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.device-config .buttons .button-defaults-apply:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.device-config .buttons .button-defaults-save {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.device-config .buttons .button-defaults-save:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.device-config .buttons .button-defaults-remove {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.device-config .buttons .button-defaults-remove:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
/* --------------------------------------------------------------------------
 * device-center.less
 */
.device-center, .geofence-center {
  margin: 0 auto;
  min-height: 100%;
}
.device-center  > div, .geofence-center  > div {
  padding: 8px 8px 0 8px;
}
.device-center .filter, .geofence-center .filter {
  width: 5000px;
  overflow-x: hidden;
  font-size: 0.9em;
}
.device-center .filter input, .geofence-center .filter input {
  border: 1px solid #919191;
  width: 10em;
  padding: 0.5em;
  font-size: 0.9em;
  color: #585858;
}
.device-center .filter  > div, .geofence-center .filter  > div {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  margin-right: 6px;
}
.device-center .filter .button, .geofence-center .filter .button {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 6px;
}
.device-center .filter .button:hover, .geofence-center .filter .button:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.device-center .filter .button-toggle-selected.selected, .geofence-center .filter .button-toggle-selected.selected {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.device-center .filter .button-toggle-selected.selected:hover, .geofence-center .filter .button-toggle-selected.selected:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.device-center .grid, .geofence-center .grid {
  margin-top: 8px;
}
.device-center .grid .editor-text, .geofence-center .grid .editor-text {
  width: 100%;
  height: 38px;
  padding: 0 2px 0 4px;
  margin: 0 0 0 -4px;
}
.device-center .grid .slick-cell,
.geofence-center .grid .slick-cell,
.device-center .grid .slick-headerrow-column,
.geofence-center .grid .slick-headerrow-column {
  border: 0px;
  border-right: 1px dotted silver;
  padding: 0 2px 0 1px;
  font-size: 0.9em;
}
.device-center .grid .slick-cell.selected,
.geofence-center .grid .slick-cell.selected,
.device-center .grid .slick-headerrow-column.selected,
.geofence-center .grid .slick-headerrow-column.selected {
  background-color: #46b4e7;
}
.device-center .grid .slick-header, .geofence-center .grid .slick-header {
  border: 1px solid gray;
  border-bottom: 0;
  border-top: 0;
  color: #eeeeee;
  font-size: 0.9em;
  height: 18px;
}
.device-center .grid .slick-header-column, .geofence-center .grid .slick-header-column {
  padding: 0 4px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
.device-center .grid .slick-row, .geofence-center .grid .slick-row {
  line-height: 40px;
  background-color: white;
  color: #4c4c4c;
}
.device-center .grid .slick-row.odd, .geofence-center .grid .slick-row.odd {
  background-color: #e5e5e5;
}
.device-center .grid .slick-row:hover,
.geofence-center .grid .slick-row:hover,
.device-center .grid .slick-row.odd:hover,
.geofence-center .grid .slick-row.odd:hover {
  background-color: #ceefff;
}
.device-center .grid .slick-row.selected,
.geofence-center .grid .slick-row.selected,
.device-center .grid .slick-row.selected:hover,
.geofence-center .grid .slick-row.selected:hover {
  background-color: #46b4e7;
}
.device-center .grid .slick-cell, .geofence-center .grid .slick-cell {
  padding: 0 4px;
}
.device-center .grid .slick-cell.select {
  margin: 0;
  padding: 0 9px 0 0;
}
.device-center .grid .slick-cell.select .item {
  display: inline-block;
  margin-right: 8px;
}
.device-center .grid .slick-cell.select .icon-empty {
  width: 16px;
}
.device-center .grid .slick-cell.select .icon40 {
  vertical-align: top;
  margin-right: 4px;
  margin-top: 8px;
}
.device-center .grid .slick-cell.select .icon-eye {
  margin-right: 2px;
}
.device-center .grid .slick-cell.select .color {
  width: 8px;
  height: 40px;
  background-color: transparent;
}
.device-center .grid .slick-cell.select .color.color-none {
  background-color: transparent;
}
.device-center .grid .slick-cell.select .color.color-1 {
  background-color: #ffcc52;
}
.device-center .grid .slick-cell.select .color.color-2 {
  background-color: #caff72;
}
.device-center .grid .slick-cell.select .color.color-3 {
  background-color: #daabff;
}
.device-center .grid .slick-cell.select .color.color-4 {
  background-color: #ddf4ff;
}
.device-center .grid .slick-cell.select .color.color-5 {
  background-color: #fa40ae;
}
.device-center .grid .slick-cell.select .color.color-6 {
  background-color: #3d3c46;
}
.device-center .grid .slick-cell.select .status {
  width: 12px;
  height: 12px;
  margin-top: 14px;
  margin-bottom: 14px;
  background-color: #ff8c00;
}
.device-center .grid .slick-cell.select .status.configured {
  background-color: #006400;
}
.device-center .grid .slick-cell.select .status.pending {
  background-color: #d3d3d3;
}
.device-center .grid .slick-cell.select .status.unknown {
  background-color: #8b0000;
}
.device-center .grid .slick-cell.serial {
  text-align: right;
}
.device-center .grid .slick-cell.speed {
  text-align: center;
}
.device-center .grid span.invalid {
  font-style: italic;
  color: #ff4444;
}
.device-center .grid span.no-location {
  font-style: italic;
}
.geofence-center .grid .slick-cell.geofenceId, .geofence-center .grid .slick-cell.serialsInside, .geofence-center .grid .slick-cell.serials {
  text-align: center;
}
/* --------------------------------------------------------------------------
 * portlet.less
 */
.portlet-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 16px;
  z-index: 5000;
}
.portlet-controls .icon {
  display: inline-block;
}
.portlet-controls .icon-portlet-drag {
  height: 16px;
  width: 16px;
  background: url('../img/portlet/portlet-controls-16x16.png') no-repeat 0px 0;
}
.portlet-controls .icon-portlet-drag:hover {
  background-position: 0px -16px;
  cursor: pointer;
}
.portlet-controls .icon-portlet-drag.selected {
  background-position: 0px -32px;
  cursor: pointer;
}
.portlet-controls .icon-portlet-close {
  height: 16px;
  width: 16px;
  background: url('../img/portlet/portlet-controls-16x16.png') no-repeat -16px 0;
}
.portlet-controls .icon-portlet-close:hover {
  background-position: -16px -16px;
  cursor: pointer;
}
.portlet-controls .icon-portlet-close.selected {
  background-position: -16px -32px;
  cursor: pointer;
}
.portlet-controls.portlet-type-map .icon-portlet-drag {
  height: 16px;
  width: 16px;
  background: url('../img/portlet/portlet-controls-16x16.png') no-repeat -32px 0;
}
.portlet-controls.portlet-type-map .icon-portlet-drag:hover {
  background-position: -32px -16px;
  cursor: pointer;
}
.portlet-controls.portlet-type-map .icon-portlet-drag.selected {
  background-position: -32px -32px;
  cursor: pointer;
}
.portlet-controls.portlet-type-map .icon-portlet-close {
  height: 16px;
  width: 16px;
  background: url('../img/portlet/portlet-controls-16x16.png') no-repeat -48px 0;
}
.portlet-controls.portlet-type-map .icon-portlet-close:hover {
  background-position: -48px -16px;
  cursor: pointer;
}
.portlet-controls.portlet-type-map .icon-portlet-close.selected {
  background-position: -48px -32px;
  cursor: pointer;
}
.drag-handle {
  position: absolute;
  height: 16px;
  z-index: 5000;
  background-color: #dcdcdc;
}
.drag-handle .icon {
  display: inline-block;
}
.drag-handle .icon-portlet-drag {
  height: 16px;
  width: 16px;
  background: url('../img/portlet/portlet-controls-16x16.png') no-repeat 0px 0;
}
.drag-handle .icon-portlet-drag:hover {
  background-position: 0px -16px;
  cursor: pointer;
}
.drag-handle .icon-portlet-drag.selected {
  background-position: 0px -32px;
  cursor: pointer;
}
/* --------------------------------------------------------------------------
 * portlet-chooser.less
 */
.portlet-chooser {
  background-color: #aeaeae;
}
.portlet-chooser .top {
  height: 30px;
}
.portlet-chooser .content {
  overflow: auto;
}
.portlet-chooser .content .icon-geofence-center {
  height: 102px;
  width: 102px;
  background: url('../img/portlet/portlet-chooser-102x102.png') no-repeat 0px 0;
}
.portlet-chooser .content .icon-geofence-center:hover, .portlet-chooser .content .icon-geofence-center.selected {
  background-position: 0px -102px;
  cursor: pointer;
}
.portlet-chooser .content .icon-map {
  height: 102px;
  width: 102px;
  background: url('../img/portlet/portlet-chooser-102x102.png') no-repeat -102px 0;
}
.portlet-chooser .content .icon-map:hover, .portlet-chooser .content .icon-map.selected {
  background-position: -102px -102px;
  cursor: pointer;
}
.portlet-chooser .content .icon-rss {
  height: 102px;
  width: 102px;
  background: url('../img/portlet/portlet-chooser-102x102.png') no-repeat -204px 0;
}
.portlet-chooser .content .icon-rss:hover, .portlet-chooser .content .icon-rss.selected {
  background-position: -204px -102px;
  cursor: pointer;
}
.portlet-chooser .content .icon-device-center {
  height: 102px;
  width: 102px;
  background: url('../img/portlet/portlet-chooser-102x102.png') no-repeat -306px 0;
}
.portlet-chooser .content .icon-device-center:hover, .portlet-chooser .content .icon-device-center.selected {
  background-position: -306px -102px;
  cursor: pointer;
}
.portlet-chooser .content .title {
  width: 100%;
  white-space: nowrap;
  color: white;
  font-size: 120%;
  padding-bottom: 1em;
}
.portlet-chooser .content table {
  margin: 0 auto;
  border-spacing: 34px 0;
}
.portlet-chooser .content table td {
  cursor: pointer;
  height: 137px;
  text-align: center;
  /*
                 * for some reason the image above the label beomes wider when the
                 * language is switched to german. This breaks the centering for
                 * the labels. We fix this by making the labels as wide as the images.
                 */

}
.portlet-chooser .content table td .label {
  width: 102px;
}
.portlet-chooser .content table td:hover {
  color: white;
}
.portlet-chooser .content table th {
  color: white;
  font-weight: normal;
  font-size: 120%;
  padding: 0.5em 0;
  text-align: center;
}
/* --------------------------------------------------------------------------
 * rss.less
 */
.rss {
  margin: 8px;
  background-color: #393939;
}
.rss .top {
  height: 22px;
}
.rss .content {
  padding: 0 10px;
  overflow-y: auto;
}
.rss .item {
  padding: 0;
  margin: 4px 0 24px 0;
}
.rss h1 {
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 0;
  margin: 0 0 4px 0;
}
.rss h2 {
  font-size: 11px;
  font-weight: normal;
  color: #8f8f8f;
  padding: 0;
  margin: 0 0 8px 0;
}
.rss p {
  font-size: 12px;
  line-height: 16px;
  color: white;
  width: 90%;
  padding: 0;
  margin: 0;
}
.rss p img {
  border: 0;
  padding: 0;
  margin: 4px 0;
}
.rss a {
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  color: #46b4e7;
}
.rss a:hover {
  color: white;
}
/* --------------------------------------------------------------------------
 * dialog.less
 */
.dialog {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  min-height: 100px;
  background-color: #272727;
  opacity: 1;
  color: white;
  z-index: 10000;
  display: none;
  padding: 10px;
}
.dialog .buttons {
  padding-top: 8px;
  font-size: 0.9em;
}
.dialog .button {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog .button[name=yes], .dialog .button[name=send] {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  min-width: 80px;
  margin-right: 10px;
}
.dialog .button[name=yes]:hover, .dialog .button[name=send]:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
.dialog .button[name=no], .dialog .button[name=cancel] {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-24.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  min-width: 80px;
}
.dialog .button[name=no]:hover, .dialog .button[name=cancel]:hover {
  background-position: 0 -24px;
  color: #ffffff;
}
@charset "UTF-8";
/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.8
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute
 *
 */
ul.dropdown, ul.dropdown li, ul.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dropdown {
  position: relative;
  z-index: 597;
  float: left;
  padding-top: 8px;
}
ul.dropdown li {
  float: left;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
ul.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
ul.dropdown ul li {
  float: none;
}
ul.dropdown ul ul {
  top: 1px;
  left: 99%;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
@charset "UTF-8";
/**
 * Vertical Left-to-Right Direction CSS Drop-Down Menu Component
 *
 * @file		dropdown.vertical.css
 * @package		Dropdown
 * @version		0.3.1
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute                      
 *
 */
ul.dropdown-vertical {
  min-width: 200px;
}
ul.dropdown-vertical ul {
  top: 1px;
  left: 99%;
}
ul.dropdown-vertical li {
  float: none;
}
@charset "UTF-8";
/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */
/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */
ul.dropdown {
  /*font-weight: bold;*/

}
ul.dropdown li {
  padding: 7px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #fff #a1a1a1 #a1a1a1;
  background-color: #e3e3e3;
  color: #000;
}
ul.dropdown li.hover, ul.dropdown li:hover {
  background-color: #eee;
  color: #000;
}
ul.dropdown a:link, ul.dropdown a:visited {
  color: #000;
  text-decoration: none;
}
ul.dropdown a:hover {
  color: #000;
}
ul.dropdown a:active {
  color: #ffa500;
}
/* -- level mark -- */
ul.dropdown ul {
  width: 150px;
  margin-top: 1px;
}
ul.dropdown ul li {
  font-weight: normal;
}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.dropdown *.dir {
  padding-right: 20px;
  background-image: url(../img/dropdown/default/nav-arrow-down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
/* -- Components override -- */
ul.dropdown-horizontal ul *.dir {
  padding-right: 15px;
  background-image: url(../img/dropdown/default/nav-arrow-right.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
ul.dropdown-upward *.dir {
  background-image: url(../img/dropdown/default/nav-arrow-top.png);
}
ul.dropdown-vertical *.dir, ul.dropdown-upward ul *.dir {
  background-image: url(../img/dropdown/default/nav-arrow-right.png);
}
ul.dropdown-vertical-rtl *.dir {
  padding-right: 10px;
  padding-left: 15px;
  background-image: url(../img/dropdown/default/nav-arrow-left.png);
  background-position: 0 50%;
}
ul.dropdown {
  position: absolute;
  text-align: left;
  z-index: 10000;
  /* neutralize .icon from main.css */

}
ul.dropdown .disabled {
  color: #9e9e9e !important;
  font-style: italic;
}
ul.dropdown .warning {
  color: red;
}
ul.dropdown .warning:hover {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 110%;
}
ul.dropdown li {
  white-space: nowrap;
}
ul.dropdown li.color-picker {
  width: 166px;
}
ul.dropdown li.icon-picker {
  width: 270px;
}
ul.dropdown .color, ul.dropdown .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-repeat: no-repeat;
  cursor: default;
}
ul.dropdown .icon {
  text-indent: 0;
}
ul.dropdown .color-1 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: 0px 0;
}
ul.dropdown .color-1:hover {
  background-position: 0px -16px;
}
ul.dropdown .color-1.selected {
  background-position: -96px 0;
}
ul.dropdown .color-1.selected:hover {
  background-position: -96px -16px;
}
ul.dropdown .color-2 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: -16px 0;
}
ul.dropdown .color-2:hover {
  background-position: -16px -16px;
}
ul.dropdown .color-2.selected {
  background-position: -112px 0;
}
ul.dropdown .color-2.selected:hover {
  background-position: -112px -16px;
}
ul.dropdown .color-3 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: -32px 0;
}
ul.dropdown .color-3:hover {
  background-position: -32px -16px;
}
ul.dropdown .color-3.selected {
  background-position: -128px 0;
}
ul.dropdown .color-3.selected:hover {
  background-position: -128px -16px;
}
ul.dropdown .color-4 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: -48px 0;
}
ul.dropdown .color-4:hover {
  background-position: -48px -16px;
}
ul.dropdown .color-4.selected {
  background-position: -144px 0;
}
ul.dropdown .color-4.selected:hover {
  background-position: -144px -16px;
}
ul.dropdown .color-5 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: -64px 0;
}
ul.dropdown .color-5:hover {
  background-position: -64px -16px;
}
ul.dropdown .color-5.selected {
  background-position: -160px 0;
}
ul.dropdown .color-5.selected:hover {
  background-position: -160px -16px;
}
ul.dropdown .color-6 {
  background-image: url('../img/color/color-groups-16x16.png');
  background-position: -80px 0;
}
ul.dropdown .color-6:hover {
  background-position: -80px -16px;
}
ul.dropdown .color-6.selected {
  background-position: -176px 0;
}
ul.dropdown .color-6.selected:hover {
  background-position: -176px -16px;
}
ul.dropdown .icon-0 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: 0px 0;
}
ul.dropdown .icon-0:hover {
  background-position: 0px -16px;
}
ul.dropdown .icon-0.selected {
  background-position: -160px 0;
}
ul.dropdown .icon-0.selected:hover {
  background-position: -160px -16px;
}
ul.dropdown .icon-1 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -16px 0;
}
ul.dropdown .icon-1:hover {
  background-position: -16px -16px;
}
ul.dropdown .icon-1.selected {
  background-position: -176px 0;
}
ul.dropdown .icon-1.selected:hover {
  background-position: -176px -16px;
}
ul.dropdown .icon-2 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -32px 0;
}
ul.dropdown .icon-2:hover {
  background-position: -32px -16px;
}
ul.dropdown .icon-2.selected {
  background-position: -192px 0;
}
ul.dropdown .icon-2.selected:hover {
  background-position: -192px -16px;
}
ul.dropdown .icon-3 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -48px 0;
}
ul.dropdown .icon-3:hover {
  background-position: -48px -16px;
}
ul.dropdown .icon-3.selected {
  background-position: -208px 0;
}
ul.dropdown .icon-3.selected:hover {
  background-position: -208px -16px;
}
ul.dropdown .icon-4 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -64px 0;
}
ul.dropdown .icon-4:hover {
  background-position: -64px -16px;
}
ul.dropdown .icon-4.selected {
  background-position: -224px 0;
}
ul.dropdown .icon-4.selected:hover {
  background-position: -224px -16px;
}
ul.dropdown .icon-5 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -80px 0;
}
ul.dropdown .icon-5:hover {
  background-position: -80px -16px;
}
ul.dropdown .icon-5.selected {
  background-position: -240px 0;
}
ul.dropdown .icon-5.selected:hover {
  background-position: -240px -16px;
}
ul.dropdown .icon-6 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -96px 0;
}
ul.dropdown .icon-6:hover {
  background-position: -96px -16px;
}
ul.dropdown .icon-6.selected {
  background-position: -256px 0;
}
ul.dropdown .icon-6.selected:hover {
  background-position: -256px -16px;
}
ul.dropdown .icon-7 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -112px 0;
}
ul.dropdown .icon-7:hover {
  background-position: -112px -16px;
}
ul.dropdown .icon-7.selected {
  background-position: -272px 0;
}
ul.dropdown .icon-7.selected:hover {
  background-position: -272px -16px;
}
ul.dropdown .icon-8 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -128px 0;
}
ul.dropdown .icon-8:hover {
  background-position: -128px -16px;
}
ul.dropdown .icon-8.selected {
  background-position: -288px 0;
}
ul.dropdown .icon-8.selected:hover {
  background-position: -288px -16px;
}
ul.dropdown .icon-9 {
  background-image: url('../img/icon/device-icon-16x16.png');
  background-position: -144px 0;
}
ul.dropdown .icon-9:hover {
  background-position: -144px -16px;
}
ul.dropdown .icon-9.selected {
  background-position: -304px 0;
}
ul.dropdown .icon-9.selected:hover {
  background-position: -304px -16px;
}
div.dropdown-button {
  margin-top: 8px;
  padding: 0 6px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border: 1px solid gray;
  background-color: white;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
div.dropdown-button:hover {
  background-color: #e1e1e1;
}
div.dropdown-button.active {
  background-color: #a6a6a6;
}
/* --------------------------------------------------------------------------
 * feedback.less
 */
#feedback {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9000;
}
#feedback.login {
  top: 0px;
}
#feedback .msg {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 10px;
  color: #eeeeee;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  display: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#feedback .msg .icon16 {
  float: right;
  margin: 12px 0 12px -1px;
}
#feedback .msg .label {
  display: block;
  overflow: hidden;
}
#feedback .ok {
  background: url('../img/feedback/feedback-green.png') repeat-x;
  color: #37720f;
}
#feedback .error {
  background: url('../img/feedback/feedback-red.png') repeat-x;
  color: #4d0d0d;
}
#feedback .info {
  background: url('../img/feedback/feedback-orange.png') repeat-x;
  color: #694f12;
}
/* --------------------------------------------------------------------------
 * footer.less
 */
#footer {
  margin: 0 10px;
  min-height: 32px;
  font-size: 0.9em;
}
#footer table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
#footer table td {
  border: none;
  margin: 0;
  padding: 0;
}
#footer table td  > div {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #aeaeae;
}
#footer table td.version {
  text-align: right;
}
#footer table td.version  > a {
  display: inline-block;
  color: #aeaeae;
  text-decoration: none;
}
#footer table td .empty {
  width: 1em;
}
#footer table td .tab {
  margin: 0 1px 1px 0;
  padding: 0 10px 0 5px;
  background-color: #1a1a1a;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer table td .tab .icon-close {
  display: inline-table;
  margin: 3px 5px 0 0;
  vertical-align: top;
}
#footer table td .tab .label {
  display: inline-table;
}
#footer table td .tab:hover {
  background-color: #424242;
  color: white;
}
#footer table td .tab.selected, #footer table td .tab:hover.selected {
  font-weight: bold;
  color: #5e5e5e;
  background-image: none;
  background-color: #dcdcdc;
}
#footer table td .add-page {
  margin: 0 1px 1px 0;
  padding-left: 6px;
  width: 24px;
  background-color: #1a1a1a;
  text-align: center;
  font-weight: bold;
}
#footer table td .add-page:hover {
  background-color: #424242;
  color: white;
}
/* --------------------------------------------------------------------------
 * header.less
 */
#header {
  height: 40px;
  line-height: 40px;
  color: #46b4e7;
  background: url("../img/header/header_texture.png") repeat;
  margin-bottom: 10px;
}
#header .left {
  float: left;
  width: 20%;
  height: 40px;
}
#header .left img {
  padding-left: 8px;
}
#header .logo {
  width: 90px;
  height: 40px;
  background-image: url("../img/logo/inviu-logo-90x40.png");
}
#header #nav-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 40px;
  z-index: 10100;
}
#header #nav-container #nav {
  font-size: 1.0em;
  float: left;
  width: 100%;
}
#header #nav-container #nav span {
  padding: 0 3em 0 1em;
}
#header #nav-container #nav span.error {
  color: #ff4444;
}
#header #nav-container #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  /*width:12em;*/
  /* width of all menu boxes */

}
#header #nav-container #nav li {
  cursor: pointer;
  position: relative;
  min-height: 1px;
  /* Sophie Dennis contribution for IE7 */

  vertical-align: bottom;
  /* Sophie Dennis contribution for IE7 */

}
#header #nav-container #nav li.top {
  color: #aeaeae;
  background-image: url("../img/header/header_arrow.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
#header #nav-container #nav li.top:hover {
  color: #272727;
  background-color: white;
  background-image: url("../img/header/header_arrow_hover.png");
  background-position: 96% center;
  background-repeat: no-repeat;
}
#header #nav-container #nav li ul > li {
  color: #8f8f8f;
  background-color: white;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #efefef;
  font-size: 0.9em;
}
#header #nav-container #nav li ul > li:hover {
  background-color: #ceefff;
}
#header #nav-container #nav li  > ul {
  display: none;
  width: 100%;
}
#header #nav-container #nav li:hover > ul {
  display: block;
  width: 100% ;
}
/* --------------------------------------------------------------------------
 * icons.less
 */
.icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}
.icon16.icon-close {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat 0px 0;
}
.icon16.icon-close:hover, .icon16.icon-close.selected {
  background-position: 0px -16px;
  cursor: pointer;
}
.icon16.icon-new-page {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -16px 0;
}
.icon16.icon-new-page:hover, .icon16.icon-new-page.selected {
  background-position: -16px -16px;
  cursor: pointer;
}
.icon16.icon-general {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -48px 0;
}
.icon16.icon-general:hover, .icon16.icon-general.selected {
  background-position: -48px -16px;
  cursor: pointer;
}
.icon16.icon-misc {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -64px 0;
}
.icon16.icon-misc:hover, .icon16.icon-misc.selected {
  background-position: -64px -16px;
  cursor: pointer;
}
.icon16.icon-position {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -80px 0;
}
.icon16.icon-position:hover, .icon16.icon-position.selected {
  background-position: -80px -16px;
  cursor: pointer;
}
.icon16.icon-sos {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -96px 0;
}
.icon16.icon-sos:hover, .icon16.icon-sos.selected {
  background-position: -96px -16px;
  cursor: pointer;
}
.icon16.icon-checkbox {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -112px 0;
}
.icon16.icon-checkbox:hover, .icon16.icon-checkbox.selected {
  background-position: -112px -16px;
  cursor: pointer;
}
.icon16.icon-checkbox.checked {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -128px 0;
}
.icon16.icon-checkbox.checked:hover, .icon16.icon-checkbox.checked.selected {
  background-position: -128px -16px;
  cursor: pointer;
}
.icon16.icon-drag-handle {
  height: 16px;
  width: 16px;
  background: url('../img/icon/icons-16x16.png') no-repeat -144px 0;
}
.icon16.icon-drag-handle:hover, .icon16.icon-drag-handle.selected {
  background-position: -144px -16px;
  cursor: pointer;
}
.icon24.icon-color-1 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat 0px 0;
}
.icon24.icon-color-1:hover, .icon24.icon-color-1.selected {
  background-position: 0px -24px;
  cursor: pointer;
}
.icon24.icon-color-1.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -144px 0;
}
.icon24.icon-color-1.checked:hover, .icon24.icon-color-1.checked.selected {
  background-position: -144px -24px;
  cursor: pointer;
}
.icon24.icon-color-2 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -24px 0;
}
.icon24.icon-color-2:hover, .icon24.icon-color-2.selected {
  background-position: -24px -24px;
  cursor: pointer;
}
.icon24.icon-color-2.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -168px 0;
}
.icon24.icon-color-2.checked:hover, .icon24.icon-color-2.checked.selected {
  background-position: -168px -24px;
  cursor: pointer;
}
.icon24.icon-color-3 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -48px 0;
}
.icon24.icon-color-3:hover, .icon24.icon-color-3.selected {
  background-position: -48px -24px;
  cursor: pointer;
}
.icon24.icon-color-3.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -192px 0;
}
.icon24.icon-color-3.checked:hover, .icon24.icon-color-3.checked.selected {
  background-position: -192px -24px;
  cursor: pointer;
}
.icon24.icon-color-4 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -72px 0;
}
.icon24.icon-color-4:hover, .icon24.icon-color-4.selected {
  background-position: -72px -24px;
  cursor: pointer;
}
.icon24.icon-color-4.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -216px 0;
}
.icon24.icon-color-4.checked:hover, .icon24.icon-color-4.checked.selected {
  background-position: -216px -24px;
  cursor: pointer;
}
.icon24.icon-color-5 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -96px 0;
}
.icon24.icon-color-5:hover, .icon24.icon-color-5.selected {
  background-position: -96px -24px;
  cursor: pointer;
}
.icon24.icon-color-5.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -240px 0;
}
.icon24.icon-color-5.checked:hover, .icon24.icon-color-5.checked.selected {
  background-position: -240px -24px;
  cursor: pointer;
}
.icon24.icon-color-6 {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -120px 0;
}
.icon24.icon-color-6:hover, .icon24.icon-color-6.selected {
  background-position: -120px -24px;
  cursor: pointer;
}
.icon24.icon-color-6.checked {
  height: 24px;
  width: 24px;
  background: url('../img/color/color-groups-24x24.png') no-repeat -264px 0;
}
.icon24.icon-color-6.checked:hover, .icon24.icon-color-6.checked.selected {
  background-position: -264px -24px;
  cursor: pointer;
}
.icon40 {
  height: 40px;
}
.icon40.icon-eye {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat 0px 0;
}
.icon40.icon-eye:hover {
  background-position: 0px -24px;
  cursor: pointer;
}
.icon40.icon-eye.selected {
  background-position: 0px -48px;
  cursor: pointer;
}
.icon40.icon-follow {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -168px 0;
}
.icon40.icon-follow:hover {
  background-position: -168px -24px;
  cursor: pointer;
}
.icon40.icon-follow.selected {
  background-position: -168px -48px;
  cursor: pointer;
}
.icon40.icon-trail {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -144px 0;
}
.icon40.icon-trail:hover {
  background-position: -144px -24px;
  cursor: pointer;
}
.icon40.icon-trail.selected {
  background-position: -144px -48px;
  cursor: pointer;
}
.icon.battery-unknown {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat 0px 0;
}
.icon.battery-level0 {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat -38px 0;
}
.icon.battery-level1 {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat -76px 0;
}
.icon.battery-level2 {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat -114px 0;
}
.icon.battery-level3 {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat -152px 0;
}
.icon.battery-charging {
  height: 18px;
  width: 38px;
  background: url('../img/map/battery-38x18.png') no-repeat -190px 0;
}
.icon.drag-handle {
  height: 30px;
  width: 30px;
  background: url('../img/portlet/drag-handle-30x30.png') no-repeat 0px 0;
}
.icon.drag-handle:hover, .icon.drag-handle.selected {
  background-position: 0px -30px;
  cursor: pointer;
}
.icon.drag-handle.dragging {
  height: 30px;
  width: 30px;
  background: url('../img/portlet/drag-handle-30x30.png') no-repeat -30px 0;
}
.icon.drag-handle.dragging:hover, .icon.drag-handle.dragging.selected {
  background-position: -30px -30px;
  cursor: pointer;
}
.icon-layout-1 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat 0px 0;
}
.icon-layout-1:hover, .icon-layout-1.selected {
  background-position: 0px -100px;
  cursor: pointer;
}
.icon-layout-2 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -150px 0;
}
.icon-layout-2:hover, .icon-layout-2.selected {
  background-position: -150px -100px;
  cursor: pointer;
}
.icon-layout-3 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -300px 0;
}
.icon-layout-3:hover, .icon-layout-3.selected {
  background-position: -300px -100px;
  cursor: pointer;
}
.icon-layout-4 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -450px 0;
}
.icon-layout-4:hover, .icon-layout-4.selected {
  background-position: -450px -100px;
  cursor: pointer;
}
.icon-layout-5 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -600px 0;
}
.icon-layout-5:hover, .icon-layout-5.selected {
  background-position: -600px -100px;
  cursor: pointer;
}
.icon-layout-6 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -750px 0;
}
.icon-layout-6:hover, .icon-layout-6.selected {
  background-position: -750px -100px;
  cursor: pointer;
}
.icon-layout-7 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -900px 0;
}
.icon-layout-7:hover, .icon-layout-7.selected {
  background-position: -900px -100px;
  cursor: pointer;
}
.icon-layout-8 {
  height: 100px;
  width: 150px;
  background: url('../img/layout/layout-150x100.png') no-repeat -1050px 0;
}
.icon-layout-8:hover, .icon-layout-8.selected {
  background-position: -1050px -100px;
  cursor: pointer;
}
.icon.toolbar-eye {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat 0px 0;
}
.icon.toolbar-eye:hover {
  background-position: 0px -24px;
  cursor: pointer;
}
.icon.toolbar-eye.selected {
  background-position: 0px -48px;
  cursor: pointer;
}
.icon.toolbar-pen {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -24px 0;
}
.icon.toolbar-pen:hover {
  background-position: -24px -24px;
  cursor: pointer;
}
.icon.toolbar-pen.selected {
  background-position: -24px -48px;
  cursor: pointer;
}
.icon.toolbar-map {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -48px 0;
}
.icon.toolbar-map:hover {
  background-position: -48px -24px;
  cursor: pointer;
}
.icon.toolbar-map.selected {
  background-position: -48px -48px;
  cursor: pointer;
}
.icon.toolbar-wrench {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -72px 0;
}
.icon.toolbar-wrench:hover {
  background-position: -72px -24px;
  cursor: pointer;
}
.icon.toolbar-wrench.selected {
  background-position: -72px -48px;
  cursor: pointer;
}
.icon.toolbar-geofence {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -96px 0;
}
.icon.toolbar-geofence:hover {
  background-position: -96px -24px;
  cursor: pointer;
}
.icon.toolbar-geofence.selected {
  background-position: -96px -48px;
  cursor: pointer;
}
.icon.toolbar-arrows {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -120px 0;
}
.icon.toolbar-arrows:hover {
  background-position: -120px -24px;
  cursor: pointer;
}
.icon.toolbar-arrows.selected {
  background-position: -120px -48px;
  cursor: pointer;
}
.icon.toolbar-trail {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -144px 0;
}
.icon.toolbar-trail:hover {
  background-position: -144px -24px;
  cursor: pointer;
}
.icon.toolbar-trail.selected {
  background-position: -144px -48px;
  cursor: pointer;
}
.icon.toolbar-follow {
  height: 24px;
  width: 24px;
  background: url('../img/icon/icons-24x24.png') no-repeat -168px 0;
}
.icon.toolbar-follow:hover {
  background-position: -168px -24px;
  cursor: pointer;
}
.icon.toolbar-follow.selected {
  background-position: -168px -48px;
  cursor: pointer;
}
.icon.toggle-selected {
  height: 24px;
  width: 24px;
  background: url('../img/checkbox/checkbox-button-24x24.png') no-repeat 0px 0;
}
.icon.toggle-selected:hover {
  background-position: 0px -24px;
  cursor: pointer;
}
.icon.toggle-selected.selected {
  height: 24px;
  width: 24px;
  background: url('../img/checkbox/checkbox-button-24x24.png') no-repeat -24px 0;
}
.icon.toggle-selected.selected:hover {
  background-position: -24px -24px;
  cursor: pointer;
}
/* --------------------------------------------------------------------------
 * newpage.less
 */
.new-page {
  background-color: #efefef;
  color: #4c4c4c;
  height: 100%;
  overflow: auto;
}
.new-page .top {
  height: 20%;
  padding: 2em 7%;
}
.new-page .top h1 {
  font-size: 1.2em;
  margin-top: 0;
}
.new-page .top h2 {
  font-size: 1.0em;
  font-weight: normal;
}
.new-page .top input {
  border: 1px solid #919191;
  width: 25em;
  padding: 0.5em;
  font-size: 1.1em;
  color: #585858;
}
.new-page .middle {
  padding: 0 7%;
  height: 372px;
  background: url('../img/layout/layout-bg-texture.png') repeat-x;
}
.new-page .middle table {
  padding-top: 57px;
  width: 670px;
  border-spacing: 0;
}
.new-page .middle td {
  width: 180px;
}
.new-page .middle .icon {
  margin: 10px 20px 10px 0;
}
.new-page .bottom {
  height: 25%;
  padding: 2em 7% 0 7%;
}
.new-page .bottom .buttons {
  min-width: 350px;
  overflow: hidden;
}
.new-page .bottom .buttons .button-save {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-blue-35.png');
  color: #245e74;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
  margin-right: 20px;
}
.new-page .bottom .buttons .button-save:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.new-page .bottom .buttons .button-save.disabled {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
  margin-right: 20px;
}
.new-page .bottom .buttons .button-save.disabled:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
.new-page .bottom .buttons .button-cancel {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  padding: 0 0.5em;
  background-image: url('../img/button/button-grey-35.png');
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-style: normal;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  width: 150px;
}
.new-page .bottom .buttons .button-cancel:hover {
  background-position: 0 -35px;
  color: #ffffff;
}
/* --------------------------------------------------------------------------
 * main.less
 */
.popup {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 350px;
  min-height: 150px;
  z-index: 5000;
  display: none;
  color: white;
}
.popup .box {
  background-color: #121212;
  height: 180px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px;
  opacity: 0.85;
}
.popup .device-icon {
  position: relative;
  height: 70px;
  width: 53px;
}
.popup .device-icon .color, .popup .device-icon .type {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 53px;
  background-repeat: no-repeat;
}
.popup .device-icon .color.color-default {
  background-image: url(../img/map/marker-color-0.png);
}
.popup .device-icon .color.color-1 {
  background-image: url(../img/map/marker-color-1.png);
}
.popup .device-icon .color.color-2 {
  background-image: url(../img/map/marker-color-2.png);
}
.popup .device-icon .color.color-3 {
  background-image: url(../img/map/marker-color-3.png);
}
.popup .device-icon .color.color-4 {
  background-image: url(../img/map/marker-color-4.png);
}
.popup .device-icon .color.color-5 {
  background-image: url(../img/map/marker-color-5.png);
}
.popup .device-icon .color.color-6 {
  background-image: url(../img/map/marker-color-6.png);
}
.popup .device-icon .type.icon-0 {
  background-image: url(../img/map/device-icon-0.png);
}
.popup .device-icon .type.icon-1 {
  background-image: url(../img/map/device-icon-1.png);
}
.popup .device-icon .type.icon-2 {
  background-image: url(../img/map/device-icon-2.png);
}
.popup .device-icon .type.icon-3 {
  background-image: url(../img/map/device-icon-3.png);
}
.popup .device-icon .type.icon-4 {
  background-image: url(../img/map/device-icon-4.png);
}
.popup .device-icon .type.icon-5 {
  background-image: url(../img/map/device-icon-5.png);
}
.popup .device-icon .type.icon-6 {
  background-image: url(../img/map/device-icon-6.png);
}
.popup .device-icon .type.icon-7 {
  background-image: url(../img/map/device-icon-7.png);
}
.popup .device-icon .type.icon-8 {
  background-image: url(../img/map/device-icon-8.png);
}
.popup .device-icon .type.icon-9 {
  background-image: url(../img/map/device-icon-9.png);
}
.popup .top table {
  width: 100%;
}
.popup .top td.device-name .name {
  font-weight: bold;
}
.popup .top td.device-name .serial {
  font-size: 0.9em ;
}
.popup .top td.battery-level {
  width: 10em;
  padding-top: 3px;
  font-size: 0.9em;
  text-align: right;
}
.popup .top td.battery-icon {
  width: 40px;
}
.popup .middle {
  font-size: 0.9em;
}
.popup .middle a, .popup .middle a:hover, .popup .middle a:visited {
  color: #46b4e7;
}
.popup .middle td.label {
  padding-right: 5px;
}
.popup .bottom {
  border-top: 1px solid #676767;
  padding-top: 5px;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
}
.popup .bottom .action {
  display: inline-block;
  cursor: pointer;
  margin-left: 1em;
}
.popup .bottom .action:hover {
  text-decoration: underline;
  color: #46b4e7;
}
.popup .bottom .action.disabled, .popup .bottom .action.disabled:hover {
  text-decoration: line-through;
  color: #eaeaea;
}
.popup .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #424242;
  margin: 0 auto 2px auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.popup .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #424242;
  margin: 2px auto 0 auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
/* --------------------------------------------------------------------------
 * progress bar
 */
#progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 10%;
  margin: auto;
  color: white;
  font-size: 1.2em;
}
#progress .box {
  border: 1px solid #aeaeae;
}
#progress .bar {
  margin: 2px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #46b4e7;
  width: 0;
}
/* --------------------------------------------------------------------------
 * slider
 */
.slider {
  height: 30px;
  width: 46px;
  background-image: url('../img/slider/slider-bg-92x30.png');
}
.slider .handle {
  height: 30px;
  width: 30px;
  background-image: url('../img/slider/slider-handle-30x30.png');
  margin-left: 31px;
}
.slider.on {
  background-position: -46px 0;
  margin-left: 10px;
}
.slider.pending {
  background-position: 0 -30px;
}
.slider.on.pending {
  background-position: -46px -30px;
  margin-left: 10px;
}
.slider.on > .handle, .slider.on.pending > .handle {
  margin-left: -15px;
}
.slider.pending > .handle {
  background-position: 0 -30px;
}
/* --------------------------------------------------------------------------
 * toolbar.less
 */
/* the toolbar is based on this article */
/* http://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/ */
ul.toolbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  list-style: none;
  background-color: #000000;
  opacity: 0.83;
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 3000;
  /* submenu */

}
ul.toolbar.active {
  opacity: 0.5;
}
ul.toolbar ul, ul.toolbar li {
  margin: 0;
  padding: 0;
}
ul.toolbar a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
ul.toolbar li {
  float: left;
  padding: 0 6px;
  position: relative;
  /* separator between top level icons */

  /* add some padding around the icon */

  /* this will move the submenu in place, i.e. show the submenu */

  /* top level icons */

}
ul.toolbar li.sep {
  padding-right: 8px;
  border-right: 2px solid #4c4c4c;
}
ul.toolbar li > .icon {
  margin: 3px 0;
}
ul.toolbar li:hover > ul {
  left: 0;
}
ul.toolbar li:hover > .icon {
  background-position-y: -24px;
}
ul.toolbar li:hover > .icon.selected {
  background-position-y: -48px;
}
ul.toolbar ul {
  background: #000000;
  /* Adding a background makes the dropdown work properly in IE7+. Make this as close to you'ver page's background as possible (i.e. white page == white background). */

  background: rgba(0, 0, 0, 0);
  /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */

  list-style: none;
  position: absolute;
  left: -9999px;
  /* Hide off-screen when not needed (this is more accessible than display:none;) */

  z-index: 3001;
  cursor: pointer;
  /* submenu entry */

}
ul.toolbar ul .active {
  background: #458eaf;
}
ul.toolbar ul li {
  padding: 5px 6px;
  background-color: #000000;
  float: none;
  height: 24px;
  white-space: nowrap;
  cursor: pointer;
}
ul.toolbar ul li div.checkbox {
  display: inline-block;
  /* should be inline-table but Opera wont show the image then */

  width: 24px;
  height: 24px;
  background-image: url(../img/checkbox/checkbox-24x24.png);
}
ul.toolbar ul li div.label {
  display: inline-table;
  height: 24px;
  line-height: 19.200000000000003px;
  vertical-align: text-bottom;
}
ul.toolbar ul li.active {
  background-color: #458eaf;
}
ul.toolbar ul li.sep2 {
  border-bottom: 1px solid #4c4c4c;
}
ul.toolbar ul li:hover {
  color: #46b4e7;
}
ul.toolbar ul li  > div.checkbox {
  background-position: 0 0;
}
ul.toolbar ul li:hover > div.checkbox {
  background-position: 0 24px;
}
ul.toolbar ul li.selected > div.checkbox {
  background-position: 24px 0;
}
ul.toolbar ul li.selected:hover > div.checkbox {
  background-position: 24px 24px;
}
ul.toolbar ul li.title, ul.toolbar ul li.title:hover {
  color: white !important;
  background-color: #171717;
  font-weight: bold;
  border-bottom: 1px solid #4c4c4c;
  cursor: default;
}
/* --------------------------------------------------------------------------
 * upgrade.less
 */
.upgrade {
  margin: 0 auto;
  width: 80%;
}
.upgrade h1,
.upgrade h2,
.upgrade h3,
.upgrade h4,
.upgrade h5,
.upgrade h6 {
  color: #cdcdcd;
}
.upgrade h1 {
  padding-top: 8em;
}
.upgrade a {
  cursor: pointer;
  font-size: large;
  color: #cdcdcd;
}
.upgrade table {
  width: 100%;
}
.upgrade td {
  width: 20%;
  text-align: center;
}
.upgrade td a {
  text-decoration: none;
  font-size: 120%;
}
/* --------------------------------------------------------------------------
 * general styles
 */
.hidden {
  display: none;
}
.height0 {
  height: 0;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-y {
  height: 100%;
  overflow-y: scroll;
}
/* --------------------------------------------------------------------------
 * basic structure
 */
html, body {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  font-family: Myriad Pro, MS Trebuchet, sans-serif;
  font-size: 62.5%;
  background: url("../img/bg.png") repeat;
  overflow: hidden;
  height: 100%;
}
#evt {
  display: none;
}
#wrapper {
  font-size: 1.2em;
  text-align: left;
  height: 100%;
}
#pages {
  margin: 0 10px;
}
#pages .page {
  display: none;
}
#pages .page .box {
  height: 100%;
}
#pages .page .box .portlet-wrapper {
  position: relative;
  background-color: #dcdcdc;
  height: 100%;
  overflow: hidden;
}
#pages .page .box .portlet-wrapper .portlet {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
#pages .page .box.available {
  opacity: 0.7;
}
#pages .page .box.active {
  opacity: 1.0;
}
#pages .page .h-sep {
  height: 4px;
  cursor: row-resize;
  background-color: #272727;
}
#pages .page .v-sep {
  height: 100%;
  width: 6px;
  cursor: col-resize;
  background-color: #272727;
}
