.clearfix {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.inline {
  display: inline-block;
  margin-left: 25px;
}
a.pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.well {
  padding: 0;
}
.well h1,
.well h2,
.well h3,
.well h4 {
  margin-left: 10px;
}
.no-padding {
  padding: 0;
}
.help-inline {
  padding-top: 5px;
}
.error {
  color: darkred;
}
.succes {
  color: green;
}
.warning-text {
  /*font-size: 10px;*/
  color: darkred;
}
.btn-inverse {
  background-color: #363636;
  color: white;
  border-color: #363636;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.active:hover {
  border-color: #363636;
  background-color: #222;
  color: white;
}
.help-block {
  display: inline-block !important;
  padding-left: 15px;
  padding-right: 15px;
}
.required-indicator {
  font-weight: bold;
  color: darkred;
  font-size: 1.25em;
}
.form-group.required .control-label:after,
.form-inline.required .control-label:after {
  content: "*";
  padding-left: 5px;
  font-weight: bold;
  color: darkred;
  font-size: 1.25em;
}
.loader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
}
.pointer {
  cursor: pointer;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input.form-control.datepicker {
  width: 120px;
}
input.input-micro {
  width: 20px;
}
input.input-small {
  width: 50px;
}
input[type="text"].show-validation.ng-invalid,
input[type="number"].show-validation.ng-invalid,
input[type="text"].show-validation.invalid {
  border-color: red;
}
input[type="text"]:focus.show-validation.ng-invalid,
input[type="number"]:focus.show-validation.ng-invalid,
input[type="text"]:focus.show-validation.invalid {
  background: #fff0f0;
  box-shadow: 0 0 6px #f8b9b7;
}
input.hide-arrows::-webkit-outer-spin-button,
input.hide-arrows::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin  still there even though it's hidden */
}
.password-match {
  display: none;
  float: left;
  width: 21px;
  height: 21px;
  margin-top: -2px;
  background: transparent url('../img/password.png') no-repeat 0px 0px;
}
.password-match.match,
.password-match.no-match {
  display: block;
}
.password-match.no-match {
  background-position: 0px -21px;
}
.edit-btn {
  margin-top: 10px;
  margin-right: 10px;
}
.new-config-button {
  margin-left: 5px;
}
.current-value .val {
  font-size: 1.4em;
}
.current-value .unit {
  font-size: 1.1em;
}
.load-setting {
  line-height: 20px;
  padding: 4px 6px;
  display: inline-block;
  color: #595959;
}
.load-setting.will-sync {
  font-style: italic;
}
.modal-content .modal-header {
  padding: 10px;
}
.modal-content .modal-header a.btn {
  color: #333333;
}
.modal-content .modal-header h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.no-border {
  border: none!important;
}
.switch {
  background-color: #B6B6B6;
  width: 40px;
  height: 14px;
  border-color: #d4d4d4;
  margin-right: 8px;
}
.switch small {
  background-color: #f1f1f1;
  height: 20px;
  width: 20px;
  top: -3px;
}
.switch.checked {
  background-color: #95B2D5;
  border-color: #d4d4d4;
}
.switch.checked small {
  background-color: #2A6AB4;
  left: 20px;
}
.text-input {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
}
.light-text {
  font-family: "Roboto-Light", Helvetica, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 21px;
}
.card {
  /* card: */
  background: #fafafa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
/******************
Languages / flags
*******************/
#lang-dropdown a#lang-dropdown-btn img {
  border: 1px solid white;
}
#lang-dropdown a#lang-dropdown-btn .caret {
  color: white;
}
ul.dropdown-menu li a {
  color: #333!important;
}
ul.dropdown-menu li.active a {
  background-color: #ececec!important;
  color: #333!important;
}
/******************
Refresh
*******************/
#refresh-btn.refresh-control .btn.active {
  color: #2A6AB4;
  background-color: #222;
}
#refresh-btn.refresh-control button.btn-sm {
  padding: 4px 5px;
}
#refresh-btn.refresh-control .dropdown-menu {
  min-width: 200px;
}
.refresh-indicator {
  margin: 0 -2px -4px -2px;
}
#refresh-btn.setting-dropdown .dropdown-menu li input {
  margin: 0px 5px!important;
}
#refresh-btn.setting-dropdown .dropdown-menu li label {
  display: inline-block;
}
#refresh-btn.setting-dropdown .dropdown-menu li a {
  color: #333!important;
  background-color: transparent;
  padding-top: 3px!important;
  padding-bottom: 3px!important;
}
#refresh-btn.setting-dropdown .dropdown-menu li a:hover {
  color: white;
  background-color: #f0f0f0;
}
#refresh-btn.setting-dropdown .dropdown-menu li.selected a #refresh-btn.setting-dropdown .dropdown-menu li.selected a:hover {
  background-color: #e6e6e6;
}
/******************
Tooltip
*******************/
.tt {
  color: #888;
  font-size: 11px;
  background-color: #eee;
  padding: 2px 10px;
  margin: 2px;
  margin-left: 10px;
  border-radius: 3px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 1px 0px #cccccc;
  -moz-box-shadow: 2px 2px 1px 0px #cccccc;
  box-shadow: 2px 2px 1px 0px #cccccc;
}
.tt:before {
  content: "\A";
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #aaa transparent transparent;
  position: absolute;
  left: -10px;
  top: 14px;
}
.tt .tt-ts {
  font-weight: bold;
}
.tt .tt-ts,
.tt .tt-val {
  padding: 0;
  margin: 0;
}
/******************
Slider
*******************/
.zoom-slider {
  display: inline-block;
  width: 25%;
}
.zoom-slider .axis path,
.zoom-slider .axis line {
  fill: none;
  stroke: #ddd;
  shape-rendering: crispEdges;
}
.zoom-slider text {
  fill: #888;
  font-size: 11px;
}
.zoom-slider rect.knob {
  cursor: pointer;
}
/* Phones */
@media (max-width: 767px) {
  .btn.btn-sm {
    padding: 3px 5px;
    font-size: 10px;
  }
}
/*************
Main Layout
**************/
body {
  background: #ddd url("../img/bg-noise.jpg") repeat top left;
  font-size: 13px;
}
.container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}
#main-container {
  margin-bottom: 20px;
}
/*************
Header
**************/
#header {
  margin-bottom: 10px;
}
#header.navbar.navbar-default {
  height: 45px;
  background-color: #0f5f94;
  background-image: -moz-linear-gradient(top, #1d6ea3, #015184);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d6ea3), to(#015184));
  background-image: -webkit-linear-gradient(top, #1d6ea3, #015184);
  background-image: -o-linear-gradient(top, #1d6ea3, #015184);
  background-image: linear-gradient(to bottom, #1d6ea3, #015184);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1d6ea3', endColorstr='#015184', GradientType=0);
  border: none;
  border-bottom: 5px solid orange;
  border-radius: 0;
}
#header .btns {
  height: 30px;
  margin-top: 5px;
  padding-right: 12px;
  float: right;
}
a#site-name {
  background: transparent url("../img/adesys-logo.png") no-repeat left center;
  margin: 0px;
  margin-left: 24px;
  color: #ddd;
  padding-left: 40px;
  font-size: 2.25em;
  padding-top: 10px;
  padding-bottom: 0px;
  height: 40px;
}
a#site-name:hover {
  color: white;
}
.user-name-link {
  color: white;
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: bold;
}
a.user-name-link {
  text-decoration: underline;
}
a.user-name-link:hover {
  color: white;
  text-decoration: none;
}
/******************
Navigation (left hand side)
*******************/
#navigation {
  padding-right: 0;
  padding-left: 0;
}
#navigation ul li a {
  display: block;
  position: relative;
  height: 80px;
  color: #888;
  padding: 55px 5px 5px 5px;
  background-color: transparent;
  border-radius: 5px 0px 0px 5px;
  margin-bottom: 5px;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  line-height: 1.25em;
}
#navigation ul li a:hover {
  background-color: #ccc;
  color: #444;
  background-position: center -80px;
}
#navigation ul li a .badge {
  position: absolute;
  top: 10px;
  background-color: #a41e22;
  color: white;
}
#navigation ul li.dashboard a {
  background-image: url("../img/dashboard.png");
}
#navigation ul li.webmeters a {
  background-image: url("../img/webmeters.png");
}
#navigation ul li.downloads a {
  background-image: url("../img/downloads.png");
}
#navigation ul li.profile a {
  background-image: url("../img/profile.png");
}
#navigation ul li.active a,
#navigation ul li.active a:hover {
  color: #444;
  background-color: #fff;
  background-position: center -80px;
}
/******************
Main content
*******************/
#content {
  position: relative;
  background-color: white;
  margin-left: 0;
  padding-top: 1.12%;
  padding-left: 1.12%;
  padding-right: 1.12%;
  min-height: 600px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 55px;
}
#content .navbar li {
  border-right: 1px solid #d4d4d4;
}
#content .navbar li.active {
  border-right: none;
}
#content .navbar .navbar-form {
  margin: 0;
  display: inline-block;
}
.reload-bar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.reload-bar .reload-text {
  font-size: 150%;
}
#footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
}
/******************
Responsive
*******************/
/* Tablets */
@media screen and (device-width: 768px) and (device-height: 1024px) {
  /* and (orientation:landscape) {*/
}
/* Phones */
@media (max-width: 767px) {
  /* iPhone only */
  /*@media only screen and (max-device-width: 480px), only screen and (min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {*/
  html {
    min-width: 100%;
  }
  body {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-fluid {
    padding: 0;
  }
  #main-container {
    margin: 0;
    padding: 0px;
  }
  #header {
    margin-bottom: 0;
  }
  #header.navbar {
    padding-left: 0px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #header.navbar .right {
    width: 100px;
  }
  #header .btns {
    padding-right: 0;
  }
  #header a#lang-dropdown-btn {
    padding-left: 3px;
    padding-right: 3px;
  }
  a#site-name {
    margin-left: 0;
    font-size: 1.2em;
  }
  #content-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #content {
    padding: 5px;
    padding-bottom: 65px;
    margin: 0;
    min-height: 400px;
  }
  #navigation {
    height: 50px;
  }
  #navigation ul li {
    float: left;
    display: block;
  }
  #navigation ul li a {
    padding: 20px 5px 5px 55px;
    background-color: transparent;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    text-align: left;
    background-position: left -160px;
    line-height: 1.25em;
    height: 50px;
  }
  #navigation ul li a:hover {
    background-position: left -240px;
  }
  #navigation ul li a .badge {
    left: 2px;
    top: 2px;
  }
  #navigation ul li.active a,
  #navigation ul li.active a:hover {
    background-position: left -240px;
  }
}
/*************
Nav-Bar (Dashboard / details)
*************/
#content .navbar .container-fluid {
  padding: 0;
}
#content .navbar.navbar-main {
  min-height: 40px;
  background-color: #333333;
  padding-right: 10px;
  padding-left: 0px;
  background-image: -moz-linear-gradient(top, #666666, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#333333));
  background-image: -webkit-linear-gradient(top, #666666, #333333);
  background-image: -o-linear-gradient(top, #666666, #333333);
  background-image: linear-gradient(to bottom, #666666, #333333);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#content .navbar.navbar-main ul li a {
  position: relative;
  font-size: 1.1em;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content .navbar.navbar-main ul li a:first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#content .navbar.navbar-main ul li.active a {
  font-weight: bold;
  background-color: #666666;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#content .navbar.navbar-main ul li.active a:after {
  content: "";
  position: absolute;
  border-left: 20px solid #666666;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: none;
  margin-left: 14px;
  margin-top: -10px;
}
#content .navbar .bar-right {
  float: right;
  margin-top: 4px;
}
#content .navbar .btn-group {
  display: inline-block;
}
#content .navbar strong.function-name {
  margin-left: 15px;
}
.search-query {
  display: inline-block;
  margin-right: 10px;
  padding: 0 14px;
  border-radius: 15px;
  max-width: 200px;
}
/* Phones */
@media (max-width: 768px) {
  #content .navbar.navbar-main {
    padding: 0;
    margin-bottom: 3px;
    min-height: 32px;
  }
  #content .navbar.navbar-main ul.content-navbar {
    margin: 3px;
    padding: 0;
    display: inline-block;
  }
  #content .navbar.navbar-main ul.content-navbar li,
  #content .navbar.navbar-main ul.content-navbar li a {
    display: inline-block;
    font-size: 1em;
  }
  #content .navbar.navbar-main ul.content-navbar li a {
    padding: 4px 8px;
  }
  #content .navbar.navbar-main ul.content-navbar li.active a:after {
    border-left: 14px solid #666666;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 8px;
    margin-top: -4px;
  }
  .bar-right {
    margin-right: 3px;
  }
}
/*************
Dashboard
*************/
#orientation-dropdown ul li a {
  padding-left: 3px;
  padding-right: 3px;
}
.icon-map-alarms-widgets-vertical {
  background-image: url("../img/orientation-icons.png");
  background-position: 0px 0px;
  margin-top: 3px;
  height: 11px;
  width: 15px;
}
.icon-map-alarms-widgets-horizontal {
  background-image: url("../img/orientation-icons.png");
  background-position: 0px -11px;
  margin-top: 3px;
  height: 11px;
  width: 15px;
}
.icon-map-widgets {
  background-image: url("../img/orientation-icons.png");
  background-position: 0px -22px;
  margin-top: 3px;
  height: 11px;
  width: 15px;
}
.icon-widgets {
  background-image: url("../img/orientation-icons.png");
  background-position: 0px -33px;
  margin-top: 3px;
  height: 11px;
  width: 15px;
}
.icon-graph {
  background: transparent url("../img/icon-graph.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
}
#dashboard .status {
  position: relative;
  margin-bottom: 10px;
  background-color: white;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#dashboard .status .alert-header {
  padding: 2%;
  font-size: 1.75em;
  line-height: 1.5em;
}
#dashboard.vertical .status {
  margin-bottom: 10px;
  padding: 0;
}
.status-alarms {
  margin: 0;
}
.port-large-map {
  width: 75%!important;
}
.port-large-map .map {
  height: 73vh;
}
#dashboard.vertical .status-alarms,
#dashboard.vertical .status-map {
  position: relative;
}
#dashboard.horizontal .status-alarms,
#dashboard.horizontal .status-map {
  position: relative;
}
.narrow-alarms {
  width: 25%!important;
}
.status-footer {
  position: absolute;
  bottom: 0px;
  right: 0;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  background-color: #eeeeee;
  height: 28px;
  border-radius: 4px 0px 0px 0px;
}
.zoom-btn {
  margin: 3px;
}
#amount-devices {
  border-bottom: 1px solid #d4d4d4;
}
#amount-devices-alerts {
  color: #a41e22;
}
#amount-devices-previous-alerts {
  color: #d09a18;
}
.map {
  height: 333px;
  margin: 3px;
}
.device-location .map,
.angular-google-map-container {
  height: 350px;
}
.large-map .angular-google-map-container {
  height: 550px;
}
.map img,
.map label {
  max-width: none;
  width: auto;
  display: inline;
}
/************
last alarms
*************/
.alarms-overview ul {
  margin-left: 10px;
}
.alarms-overview li {
  padding: 3px 2px;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f2f2f2;
}
.alarms-overview li:nt-child(even) {
  background-color: white;
}
.alarms-overview li.first {
  border-top: 1px solid #d4d4d4;
}
.alarms-overview .date-time,
.alarms-overview .device-name,
.alarms-overview .port-name,
.alarms-overview .port-value {
  display: inline-block;
  vertical-align: middle;
}
.alarms-overview .date-time {
  width: 20%;
  font-size: .85em;
  font-style: italic;
}
.alarms-overview .device-name {
  width: 40%;
  font-weight: bold;
}
.alarms-overview .port-name {
  width: auto!important;
}
.alarms-overview .port-name em {
  font-size: .9em;
  font-style: italic;
}
.narrow-alarms .alarms-overview .port-name,
.narrow-alarms .alarms-overview .port-value,
.narrow-alarms .alarms-overview .device-name {
  width: auto!important;
  margin-left: 5px;
}
.alarms-overview .port-value {
  position: relative;
  min-width: 5%;
  margin-left: 5px;
  font-size: .9em;
  border: 1px solid #d4d4d4;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  background-color: #eee;
}
.alarms-overview .port-value:after {
  content: "";
  position: absolute;
  border-right: 6px solid #d4d4d4;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: none;
  left: -6px;
  top: 5px;
}
/*************
Webmeter list on Dashboard
*************/
.webmeter {
  position: relative;
  margin-bottom: 10px;
  margin-right: 1%;
  padding-bottom: 15px;
  float: left;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vertical .size1 {
  width: 32.3%;
}
.vertical .size2 {
  width: 65%;
}
.vertical .size3,
.vertical .size4,
.vertical .size5,
.vertical .size6,
.vertical .size7,
.vertical .size8,
.vertical .size9,
.vertical .size10,
.vertical .size11 {
  width: 100%;
}
.horizontal .size1 {
  width: 15.3%;
}
.horizontal .size2 {
  width: 32.3%;
}
.horizontal .size3,
.horizontal .size4,
.horizontal .size5,
.horizontal .size6,
.horizontal .size7,
.horizontal .size8,
.horizontal .size9,
.horizontal .size10,
.horizontal .size11 {
  width: 50%;
}
.webmeter-header {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  background-color: #eeeeee;
  padding-left: 5px;
  padding-right: 5px;
}
.size1 .webmeter-graph {
  width: 99%;
}
.size2 .webmeter-graph {
  width: 49%;
}
.size3 .webmeter-graph,
.size4 .webmeter-graph,
.size5 .webmeter-graph,
.size6 .webmeter-graph,
.size7 .webmeter-graph,
.size8 .webmeter-graph,
.size9 .webmeter-graph,
.size10 .webmeter-graph,
.size11 .webmeter-graph {
  width: 33%;
}
.webmeter-header a {
  display: block;
  text-align: center;
  text-decoration: none;
  /*color: #444;*/
  font-size: 1.1em;
  /*height: 1.2em;*/
  overflow: hidden;
  font-weight: bold;
  line-height: 1.2em;
  padding: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.webmeter-header.port-alert a {
  color: white;
  background-color: #a41e22;
}
.webmeter .webmeter-header a:hover {
  /*color: #08c;*/
  text-decoration: underline;
}
.webmeter-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  background-color: #eeeeee;
  height: 28px;
  border-radius: 4px 0 4px 0;
}
.webmeter-footer a.btn {
  float: right;
  margin: 2px;
}
.webmeter-footer .last-data {
  font-size: 0.85em;
  text-align: center;
  padding-left: 10px;
  line-height: 28px;
}
/* Phones */
@media (max-width: 768px) {
  #orientation-dropdown > a {
    padding: 2px 3px;
  }
  #dashboard.vertical .status {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #dashboard.vertical .status .map {
    height: 150px;
  }
  #dashboard-devices {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .large-map .angular-google-map-container {
    height: 350px;
  }
  .vertical .size1 {
    width: 48%;
  }
  .horizontal .size1 {
    width: 48%;
  }
  .vertical .size2,
  .vertical .size3,
  .vertical .size4,
  .vertical .size5,
  .vertical .size6,
  .vertical .size7,
  .vertical .size8,
  .vertical .size9,
  .vertical .size10,
  .vertical .size11,
  .horizontal .size2,
  .horizontal .size3,
  .horizontal .size4,
  .horizontal .size5,
  .horizontal .size6,
  .horizontal .size7,
  .horizontal .size8,
  .horizontal .size9,
  .horizontal .size10,
  .horizontal .size11 {
    width: 100%;
  }
  /*.size1,
    .vertical .size1{
        width: 48.5%;
    }

    .size2,
    .vertical .size2,
    .size3,
    .vertical .size3,
    .size4,
    .vertical .size4,
    .size5,
    .vertical .size5,
    .size6,
    .vertical .size6,
    .size7,
    .vertical .size7,
    .size8,
    .vertical .size8,
    .size9,
    .vertical .size9{
        width: 100%;
    }
  */
  .size1 .webmeter-graph {
    width: 100%;
  }
  .size2 .webmeter-graph,
  .vertical .size2 .webmeter-graph,
  .size3 .webmeter-graph,
  .vertical .size3 .webmeter-graph,
  .size4 .webmeter-graph,
  .vertical .size4 .webmeter-graph,
  .size5 .webmeter-graph,
  .vertical .size5 .webmeter-graph,
  .size6 .webmeter-graph,
  .vertical .size6 .webmeter-graph,
  .size7 .webmeter-graph,
  .vertical .size7 .webmeter-graph,
  .size8 .webmeter-graph,
  .vertical .size8 .webmeter-graph,
  .size9 .webmeter-graph,
  .vertical .size9 .webmeter-graph {
    width: 48.5%;
  }
  .status-alarms .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/************
Devices
************/
.connection-status {
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
.connection-status a.btn {
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -5px;
}
.connection-status a.btn span.glyphicon {
  color: green;
}
.connection-status a.btn:hover span.glyphicon {
  color: darkgreen;
}
.connection-status .circle {
  display: block;
  width: 14px;
  height: 14px;
  background-color: darkred;
  border-radius: 7px;
}
.connection-status.active .circle {
  background-color: green;
  box-shadow: 2px 2px 2px #ccc;
}
.connection-status.in-use .circle {
  background-color: darkorange;
}
.connection-status.not-available .circle {
  background-color: #ddd;
}
.device {
  margin-bottom: 10px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.device .device-info a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1em;
  margin-top: 8px;
}
.device .device-info a:hover {
  color: #08c;
}
.device .device-info.first .subtitle {
  margin-left: 22px;
}
.device .device-info .subtitle {
  margin-top: 5px;
}
.device .device-info .type {
  margin-top: 5px;
}
.device .connection-status {
  padding-top: 10px;
}
.device .ports ul {
  margin-bottom: 0;
}
.device .ports ul li {
  float: left;
  line-height: 20px;
  margin-bottom: 4px;
}
.device .ports ul li a:hover {
  text-decoration: none;
  font-weight: bold;
}
.device .ports ul li .port-name,
.device .ports ul li .port-value {
  font-size: .85em;
}
.device .ports ul li .port-name {
  text-align: left;
  font-style: italic;
  margin-left: 5px;
}
.device .ports ul li .port-value {
  border: 1px solid #aaa;
  border-radius: 2px;
  font-size: .75em;
  text-align: center;
  padding: 0px 1px;
  margin-right: 5px;
  width: 45px;
  background-color: #dddddd;
  color: white;
  min-height: 20px;
}
.device .ports ul li .port-value.port-oke {
  background-color: #66be60;
  color: white;
}
.device .ports ul li .port-value.port-alert {
  background-color: #a41e22;
  color: white;
}
.device .device-edit-btn {
  padding-top: 6px;
  padding-right: 5px;
  margin-left: 0;
  float: right;
  text-align: right;
}
.device .device-edit-btn a.btn {
  margin-left: 3px;
}
.detail-status {
  color: #333;
  padding: 5px 1%;
  margin-bottom: 10px;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.detail-status.confirm {
  color: #224e25;
  background-color: #d5e6d2;
  border: 1px solid #66BE60;
}
.detail-status.alert {
  color: #8D0404;
  background-color: #f5e4e4;
  border: 1px solid #a41e22;
}
.detail-status.attention {
  color: #a97300;
  background-color: #f5f0e4;
  border: 1px solid #e9b139;
}
.config-status {
  padding-top: 5px;
  padding-bottom: 5px;
}
.config-status .config-status-text {
  font-size: 20px;
}
/************
Downloads
************/
.download {
  margin-bottom: 10px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.download .download-info a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1em;
  margin-left: 8px;
  margin-top: 8px;
}
.download .download-info a:hover {
  color: #08c;
}
.export-data #datepicker-start-date,
.export-data #datepicker-end-date {
  width: 100px;
}
.export-data .time {
  text-align: right;
}
/* Phones */
@media (max-width: 768px) {
  .config-status .config-status-text {
    font-size: 14px;
  }
}
/*************
graphs
*************/
.webmeter-graph {
  display: block;
  float: left;
  margin-left: 0%;
  padding: 0;
  height: 125px;
}
.webmeter-graph .graph-header {
  font-family: Arial;
  padding: 1px 3px;
  font-size: 0.95em;
  margin: 0 0 4px 0;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.webmeter-graph .graph-header.port-alert {
  /*background-color:  #a41e22;*/
  color: #a41e22;
}
.webmeter-graph .graph-header.port-alert .num,
.webmeter-graph .graph-header.port-alert .name {
  color: #a41e22;
}
.webmeter-graph .graph-header .num {
  color: #666;
  font-style: italic;
}
.webmeter-graph .graph-header .name {
  font-weight: bold;
}
.webmeter-graph .widget {
  float: left;
  height: 85px;
  width: 64%;
  margin-left: 2%;
}
/*************
widget & graphs & current value
*************/
.current-value {
  margin: 10px 0px;
  width: 33%;
  float: left;
}
.current-value.port-alert {
  color: #a41e22;
}
.current-value .val,
.current-value .unit {
  display: block;
  text-align: right;
}
.current-value .val {
  font-size: 2.1em;
}
.current-value .val i.icon-arrow-right {
  margin-top: -5px;
  vertical-align: middle;
}
.current-value .unit {
  font-size: 1.25em;
}
widget {
  display: block;
  width: 100%;
  height: 100%;
}
/***************
Timeline
***************/
.timeline {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin-bottom: 25px;
}
.timeline-header {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  clear: both;
  padding: 2px .5%;
  background-color: whitesmoke;
  min-height: 30px;
  border-radius: 4px 4px 0px 0px;
}
.timeline-selected-date {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-size: 1.2em;
}
.timeline-content {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.timeline-input {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  min-height: 50px;
  clear: both;
}
.timeline-input.port-small .timeline-graph,
.timeline-input.port-small .timeline-current {
  height: 50px;
}
.timeline-input.last .timeline-graph,
.timeline-input.last.port-small .timeline-graph {
  height: 100px;
}
.timeline-input.last .timeline-widget,
.timeline-input.port-small .timeline-widget {
  width: 50%;
  height: 50px;
}
.timeline-input.port-large .timeline-graph {
  height: 200px;
}
.timeline-input.last.port-large .timeline-graph {
  height: 250px;
}
.timeline-input.port-large .timeline-value .current-value .val,
.timeline-input.port-large .timeline-value .current-value .unit {
  display: inline-block;
}
.timeline-input.port-large .timeline-widget {
  width: 80%;
  margin: 0 10%;
  height: 150px;
}
.timeline-info {
  padding-right: 0;
}
.timeline-name {
  float: right;
  padding-top: 5px;
  /*
    width: 12%;
    margin-right: 1%;*/
  text-align: right;
  /*padding-top: 15px;*/
}
.timeline-name .port-alert {
  color: #a41e22;
  font-weight: bold;
}
.timeline-name .output.in-progress {
  /*color: #a97300;*/
  font-weight: bold;
}
.timeline-name span.in-progress {
  color: gray;
  text-decoration: none;
}
.timeline-graph {
  /* float: left;
    width: 70%;*/
  height: 100%;
}
.timeline-current {
  /*float:left;
    width: 13%;*/
  height: 100%;
}
.timeline-value,
.timeline-value .current-value,
.timeline-widget {
  padding-left: 0;
  padding-right: 0;
}
.timeline-value .current-value {
  width: 100%;
}
.timeline-value .current-value .val,
.timeline-value .current-value .unit {
  line-height: 1;
}
.timeline-widget {
  float: left;
  height: 100%;
  width: 55%;
  padding: 0 1%;
}
.timeline-expand {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}
.timeline-settings label.help-inline {
  font-weight: normal!important;
}
.timeline-footer {
  position: relative;
  background-color: whitesmoke;
  padding: 2px .5%;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #d4d4d4;
}
.timeline-footer .btn-group {
  float: left;
}
.timeline-footer .last-data {
  float: right;
  font-size: .9em;
  line-height: 2.5em;
}
.timeline-chart {
  display: block;
  width: 100%;
  height: 100%;
}
/******************
Chart
*******************/
.chart .axis path,
.chart .axis line {
  fill: none;
  stroke: #ddd;
  shape-rendering: crispEdges;
}
.chart text {
  fill: #888;
  font-size: 11px;
}
.chart rect.sub-period {
  cursor: pointer;
}
.chart:hover text.unit,
.chart:hover text.zoom {
  fill: darkorange;
  cursor: pointer;
}
.min-max-popover {
  background-color: whitesmoke;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-box-shadow: 4px 4px 3px 0px #cccccc;
  -moz-box-shadow: 4px 4px 3px 0px #cccccc;
  box-shadow: 4px 4px 3px 0px #cccccc;
}
.min-max-popover input {
  margin: 0;
}
.min-max-popover h4 {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: center;
}
.min-max-popover .popover-explanation {
  margin-top: 3px;
  max-width: 350px;
}
/******************
Device edit
*******************/
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  background-color: #eee;
  margin-right: 5px;
  border-bottom: 1px solid #ddd;
}
.star,
.checkbox {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-top: 4px;
  margin-right: 4px;
}
.checkbox {
  background: transparent url(../img/checkbox.png) no-repeat 0px 0px;
}
.star {
  background: transparent url(../img/star.png) no-repeat 0px 0px;
}
.star.small {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 4px;
  background: transparent url(../img/star-small.png) no-repeat 0px 0px;
}
.star.small.active {
  background-position: 0px -14px;
}
.star.active,
.checkbox.active {
  background-position: 0px -21px;
}
.device-ports-setup {
  border-top: none;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 0px 4px 4px 4px;
}
.device-ports-setup h1,
.device-ports-setup h2,
.device-ports-setup h3,
.device-ports-setup h4 {
  margin-left: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.device-ports-setup .preview .webmeter {
  height: 130px;
  width: 96%;
  margin-bottom: 0;
}
.device-ports-setup .preview .webmeter-graph {
  border: none;
  width: 100%;
  height: 100%;
}
.device-ports-setup .preview .webmeter-graph .widget {
  height: 90%;
}
/* Phones */
@media (max-width: 768px) {
  .nav-tabs > li > a {
    padding: 5px;
  }
  .nav-tabs.io-tabs > li.active > a {
    border: 1px solid gold;
  }
}
.remote-config {
  display: flex;
  /* equal height of the children */
}
.remote-config .remote-content {
  padding-right: 0px;
}
.remote-config .remote-content .views {
  display: flex;
}
.remote-config .remote-content .config-buttons {
  margin: 10px 0px 0px 0px;
  padding: 5px 10px;
}
.current-item-view {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  /* card: */
  background: #fafafa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
.current-item-view .current-item {
  position: relative;
  padding: 10px;
}
.current-item-view .current-item .current-item-header {
  background: -webkit-linear-gradient(#666, #555);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#666, #555);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#666, #555);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#666, #555);
  /* Standard syntax */
  min-height: 35px;
  border-radius: 3px 3px 0px 0px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  margin: -11px -11px 10px -11px;
  text-align: center;
  font-family: "Roboto-Medium", Helvetica, sans-serif;
  font-size: 20px;
  color: white;
  line-height: 24px;
  padding: 4px 15px;
}
.current-item-view .current-item .current-item-header a.btn {
  color: black;
  font-size: 14px;
  margin-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.current-item-view .current-item .current-item-header a.btn .glyphicon {
  margin-right: 3px;
}
.current-item-view .current-item .current-item-header a.btn.btn-success,
.current-item-view .current-item .current-item-header a.btn.btn-danger {
  color: white;
}
.current-item-view .left-col,
.current-item-view .right-col,
.current-item-view .full-col {
  overflow-y: auto;
}
.current-item-view .left-col {
  border-right: 1px double #d4d4d4;
}
.current-item-view .top-col {
  position: absolute;
  top: 40px;
  height: 190px;
  left: 15px;
  right: 15px;
}
.current-item-view .bottom-col {
  border-top: 1px double #d4d4d4;
  height: calc(100% - 235px);
  overflow-y: auto;
  margin-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Non Phones */
@media (min-width: 768px) {
  .remote-config .remote-content .views {
    height: calc(100% - 55px);
  }
  .remote-config .remote-content .views.has-error {
    height: calc(100% - 155px);
  }
}
/* Phones */
@media (max-width: 768px) {
  .remote-config .remote-content {
    padding-left: 5px;
  }
  .remote-config .remote-content .views {
    display: block;
  }
  .remote-config .remote-content .views .sidebar-list,
  .remote-config .remote-content .views .current-item-view {
    padding-left: 0;
    padding-right: 0;
  }
  .current-item-view {
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .current-item-view.split-horizontal .current-item,
  .current-item-view.single-panel .current-item {
    /* card: */
    background: #fafafa;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    border: 1px solid #d4d4d4;
  }
  .current-item-view .left-col,
  .current-item-view .right-col {
    /* card: */
    background: #fafafa;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    border: 1px solid #d4d4d4;
  }
  .current-item-view .left-col,
  .current-item-view .right-col,
  .current-item-view .full-col {
    height: calc(100% - 40px);
  }
  .current-item-view .left-col {
    height: calc(60% - 40px);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 1px double #d4d4d4;
  }
  .current-item-view .right-col {
    height: calc(40% - 20px);
    margin-top: 20px;
  }
}
/* Popover on devices screen */
.remote-config-popover .popover-title {
  margin: -9px -14px;
  padding: 5px;
  font-weight: bold;
}
.remote-config-popover .popover-title .btn {
  margin-top: 0;
  margin-left: 5px;
}
.remote-config-popover p {
  margin-top: 10px;
}
#tabbar {
  background-color: #6A6A6A;
  font-size: 14px;
  color: #D8D8D8;
  line-height: 16px;
  box-shadow: inset -2px 0px 2px 0px rgba(0, 0, 0, 0.25);
  padding-left: 0px;
  padding-right: 0px;
  min-height: 500px;
  min-width: 56px;
}
#tabbar .tabbar-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}
#tabbar .tabbar-item:hover {
  background-color: #5d5d5d;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#tabbar .tabbar-item.selected,
#tabbar .tabbar-item.selected:hover {
  background-color: #535151;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#tabbar .tabbar-item .tabbar-icon {
  position: relative;
  height: 60px;
  background: url("../img/tabbar.png");
  background-position: 0px 0px;
  background-position: 0px 84px;
  width: 56px;
  margin-left: auto;
  margin-right: auto;
}
#tabbar .tabbar-item.call-list .tabbar-icon {
  background-position: -18px 0px;
}
#tabbar .tabbar-item.call-list.selected .tabbar-icon {
  background-position: -18px 84px;
}
#tabbar .tabbar-item.io .tabbar-icon {
  background-position: 454px 0px;
}
#tabbar .tabbar-item.io.selected .tabbar-icon {
  background-position: 454px 84px;
}
#tabbar .tabbar-item.connections .tabbar-icon {
  background-position: 356px 0px;
}
#tabbar .tabbar-item.connections.selected .tabbar-icon {
  background-position: 356px 84px;
}
#tabbar .tabbar-item.system .tabbar-icon {
  background-position: 262px 0px;
}
#tabbar .tabbar-item.system.selected .tabbar-icon {
  background-position: 262px 84px;
}
#tabbar .tabbar-item.modem .tabbar-icon {
  background-position: 164px 0px;
}
#tabbar .tabbar-item.modem.selected .tabbar-icon {
  background-position: 164px 84px;
}
#tabbar .tabbar-item.status .tabbar-icon {
  background-position: 76px 0px;
}
#tabbar .tabbar-item.status.selected .tabbar-icon {
  background-position: 76px 84px;
}
#tabbar .tabbar-item .tabbar-item-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #tabbar .tabbar-item {
    height: 84px;
  }
  #tabbar .tabbar-item.call-list {
    background-position: 0px 0px;
  }
  #tabbar .tabbar-item.call-list.selected {
    background-position: 0px 84px;
  }
  #tabbar .tabbar-item.io {
    background-position: 470px 0px;
  }
  #tabbar .tabbar-item.io.selected {
    background-position: 470px 84px;
  }
  #tabbar .tabbar-item.connections {
    background-position: 376px 0px;
  }
  #tabbar .tabbar-item.connections.selected {
    background-position: 376px 84px;
  }
  #tabbar .tabbar-item.system {
    background-position: 282px 0px;
  }
  #tabbar .tabbar-item.system.selected {
    background-position: 282px 84px;
  }
  #tabbar .tabbar-item.modem {
    background-position: 188px 0px;
  }
  #tabbar .tabbar-item.modem.selected {
    background-position: 188px 84px;
  }
  #tabbar .tabbar-item.status {
    background-position: 94px 0px;
  }
  #tabbar .tabbar-item.status.selected {
    background-position: 94px 84px;
  }
}
.error-badge {
  background-color: #D50000;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}
@keyframes shakeme {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.shakeme.ng-enter,
.shakeme:hover {
  animation-name: shakeme;
  animation-duration: 0.8s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.shakeme {
  display: inline-block;
}
@keyframes errorflash {
  0% {
    background-color: #5d5d5d;
  }
  10% {
    background-color: rgba(138, 0, 0, 0.4);
  }
  20% {
    background-color: #5d5d5d;
  }
  30% {
    background-color: rgba(138, 0, 0, 0.4);
  }
  40% {
    background-color: #5d5d5d;
  }
  50% {
    background-color: rgba(138, 0, 0, 0.4);
  }
  60% {
    background-color: #5d5d5d;
  }
  70% {
    background-color: rgba(138, 0, 0, 0.4);
  }
  80% {
    background-color: #5d5d5d;
  }
  90% {
    background-color: rgba(138, 0, 0, 0.4);
  }
  100% {
    background-color: #5d5d5d;
  }
}
.has-error-badge {
  animation-name: errorflash;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
/* Phones */
@media (max-width: 768px) {
  #tabbar {
    min-height: 355px;
  }
}
.setting {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px;
  font-family: "Roboto-Regular", Helvetica, sans-serif;
}
.setting.fade-in.ng-enter,
.setting.fade-in.ng-leave {
  transition: 0.5s linear all;
}
.setting.fade-in.ng-enter,
.setting.fade-in.ng-leave.ng-leave-active {
  opacity: 0;
}
.setting.fade-in.ng-enter.ng-enter-active {
  opacity: 1;
}
.setting.alert {
  margin-left: 0;
  margin-right: 0;
}
.setting .setting-header {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px;
  padding: 5px 0px;
}
.setting .setting-row {
  margin-bottom: 8px;
  line-height: 32px;
}
.setting .setting-value {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.setting .setting-value input[type="text"],
.setting .setting-value input[type="number"],
.setting .setting-value input[type="url"],
.setting .setting-value input[type="password"] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
  min-width: 250px;
  border: 1px solid #888;
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 28px;
}
.setting .setting-value input[type="text"].input-sm,
.setting .setting-value input[type="number"].input-sm,
.setting .setting-value input[type="url"].input-sm,
.setting .setting-value input[type="password"].input-sm {
  min-width: 50px;
}
.setting .setting-value input[type="text"].input-xs,
.setting .setting-value input[type="number"].input-xs,
.setting .setting-value input[type="url"].input-xs,
.setting .setting-value input[type="password"].input-xs {
  min-width: 40px;
}
.setting .setting-value input[type="text"].input-xxs,
.setting .setting-value input[type="number"].input-xxs,
.setting .setting-value input[type="url"].input-xxs,
.setting .setting-value input[type="password"].input-xxs {
  min-width: 10px;
}
.setting .setting-value .setting-segmented {
  position: relative;
  border-radius: 7px;
  background-color: white;
  max-width: 100%;
  /* one item */
  /* two items */
  /* three items */
}
.setting .setting-value .setting-segmented a.btn,
.setting .setting-value .setting-segmented button {
  color: #2A6AB4;
  background-color: #fafafa;
  font-size: 15px;
  font-family: "Roboto-Regular", Helvetica, sans-serif;
  line-height: 26px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #2A6AB4;
}
.setting .setting-value .setting-segmented a.btn:first-child,
.setting .setting-value .setting-segmented button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.setting .setting-value .setting-segmented a.btn:last-child,
.setting .setting-value .setting-segmented button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.setting .setting-value .setting-segmented a.btn.active,
.setting .setting-value .setting-segmented button.active {
  color: white;
  background-color: #2A6AB4;
}
.setting .setting-value .setting-segmented a:first-child:nth-last-child(1),
.setting .setting-value .setting-segmented button:first-child:nth-last-child(1) {
  min-width: 250px;
}
.setting .setting-value .setting-segmented a:first-child:nth-last-child(2),
.setting .setting-value .setting-segmented a:first-child:nth-last-child(2) ~ a,
.setting .setting-value .setting-segmented button:first-child:nth-last-child(2),
.setting .setting-value .setting-segmented button:first-child:nth-last-child(2) ~ button {
  min-width: 125px;
}
.setting .setting-value .setting-segmented a:first-child:nth-last-child(3),
.setting .setting-value .setting-segmented a:first-child:nth-last-child(3) ~ a,
.setting .setting-value .setting-segmented button:first-child:nth-last-child(3),
.setting .setting-value .setting-segmented button:first-child:nth-last-child(3) ~ button {
  min-width: 83.33333333px;
}
.setting .setting-value .setting-dropdown button {
  font-size: 15px;
  font-family: "Roboto-Regular", Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  min-width: 250px;
  text-align: left;
  line-height: 26px;
  border: 1px solid #888;
  border-radius: 5px !important;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}
.setting .setting-value .setting-dropdown button .caret {
  color: #888;
  float: right;
  margin-top: 10px;
}
.setting .setting-value .setting-dropdown .dropdown-menu li a:hover {
  background-color: #f0f0f0;
}
.setting .setting-value .setting-dropdown .dropdown-menu li.selected a,
.setting .setting-value .setting-dropdown .dropdown-menu li.selected a:hover {
  background-color: #e6e6e6;
}
.setting .setting-graph {
  position: relative;
  padding: 0px;
  height: 125px;
}
.setting .setting-graph.graph-lg {
  height: 175px;
}
.setting .setting-info {
  font-family: "Roboto-Light", Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 16px;
  padding: 5px 0px;
}
.setting .contacts-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.setting .contacts-list .contacts-list-header {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
}
.setting .alert {
  margin: 20px 0px 10px 0px;
}
/* list (overview)*/
.list-header {
  padding: 3px;
  margin-top: 20px;
  font-family: "Roboto-Light", Helvetica, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 21px;
}
.list-header a {
  cursor: pointer;
  font-family: "Roboto-Light", Helvetica, sans-serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 21px;
}
.list-header a.selected {
  font-family: "Roboto-Regular", Helvetica, sans-serif;
  color: #2A6AB4;
}
.list-header a.selected .glyphicon {
  margin-left: 8px;
  margin-top: 3px;
  font-size: 12px;
}
.overview-list {
  /* card: */
  background: #fafafa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
.overview-list .lock {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-top;
  padding-top: 4px;
}
.overview-list .lock.glyphicon {
  font-size: 11px;
}
.overview-list li.list-item:hover {
  background-color: rgba(255, 165, 0, 0.15);
  color: #2A6AB4;
}
ul.list {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.list li.list-item {
  clear: both;
  font-size: 18px;
  padding: 3px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #d4d4d4;
}
ul.list li.list-item.last-item-no-border:last-child {
  border-bottom: none;
}
ul.list li.list-item div.list-text {
  padding-top: 6px;
  padding-bottom: 6px;
}
ul.list li.list-item a.btn,
ul.list li.list-item .dialer-name {
  font-size: 18px;
  color: #2A6AB4;
  padding-left: 0px;
}
ul.list li.list-item.just-enabled.ng-enter {
  animation-duration: 1.5s;
  animation-name: attentention-fade;
}
@keyframes attentention-fade {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(255, 165, 0, 0.25);
  }
  100% {
    background-color: transparent;
  }
}
.sidebar-list,
.related-list,
.system-error-list,
.connection-list {
  padding: 0px;
}
.sidebar-list ul.list li.list-item,
.related-list ul.list li.list-item,
.system-error-list ul.list li.list-item,
.connection-list ul.list li.list-item {
  position: relative;
  font-family: "Roboto-Regular", Helvetica, sans-serif;
  padding: 10px 20px;
}
.sidebar-list ul.list li.list-item .item-nr-circle,
.related-list ul.list li.list-item .item-nr-circle,
.system-error-list ul.list li.list-item .item-nr-circle,
.connection-list ul.list li.list-item .item-nr-circle,
.sidebar-list ul.list li.list-item .item-checkmark-circle,
.related-list ul.list li.list-item .item-checkmark-circle,
.system-error-list ul.list li.list-item .item-checkmark-circle,
.connection-list ul.list li.list-item .item-checkmark-circle {
  display: block;
  float: left;
}
.sidebar-list ul.list li.list-item .item-nr-circle,
.related-list ul.list li.list-item .item-nr-circle,
.system-error-list ul.list li.list-item .item-nr-circle,
.connection-list ul.list li.list-item .item-nr-circle {
  width: 40px;
  height: 40px;
  border: 3px solid #707070;
  border-radius: 20px;
}
.sidebar-list ul.list li.list-item .item-nr-circle .item-nr,
.related-list ul.list li.list-item .item-nr-circle .item-nr,
.system-error-list ul.list li.list-item .item-nr-circle .item-nr,
.connection-list ul.list li.list-item .item-nr-circle .item-nr {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  text-align: center;
  color: #707070;
  padding-top: 4px;
}
.sidebar-list ul.list li.list-item .item-checkmark-circle,
.related-list ul.list li.list-item .item-checkmark-circle,
.system-error-list ul.list li.list-item .item-checkmark-circle,
.connection-list ul.list li.list-item .item-checkmark-circle {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #2A6AB4;
  border-radius: 11px;
  margin-top: 10px;
}
.sidebar-list ul.list li.list-item .item-checkmark-circle.checked,
.related-list ul.list li.list-item .item-checkmark-circle.checked,
.system-error-list ul.list li.list-item .item-checkmark-circle.checked,
.connection-list ul.list li.list-item .item-checkmark-circle.checked {
  background-color: #5e8ec6;
}
.sidebar-list ul.list li.list-item .item-checkmark-circle .checkmark,
.related-list ul.list li.list-item .item-checkmark-circle .checkmark,
.system-error-list ul.list li.list-item .item-checkmark-circle .checkmark,
.connection-list ul.list li.list-item .item-checkmark-circle .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  font-size: 10px;
  width: 18px;
  text-align: center;
  line-height: 18px;
}
.sidebar-list ul.list li.list-item .item-names-block,
.related-list ul.list li.list-item .item-names-block,
.system-error-list ul.list li.list-item .item-names-block,
.connection-list ul.list li.list-item .item-names-block {
  display: block;
  float: left;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 55px);
}
.sidebar-list ul.list li.list-item .item-name,
.related-list ul.list li.list-item .item-name,
.system-error-list ul.list li.list-item .item-name,
.connection-list ul.list li.list-item .item-name {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.sidebar-list ul.list li.list-item .item-subtitle,
.related-list ul.list li.list-item .item-subtitle,
.system-error-list ul.list li.list-item .item-subtitle,
.connection-list ul.list li.list-item .item-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-list ul.list li.list-item .indicator,
.related-list ul.list li.list-item .indicator,
.system-error-list ul.list li.list-item .indicator,
.connection-list ul.list li.list-item .indicator {
  display: none;
}
.sidebar-list ul.list li.list-item.selected .indicator,
.related-list ul.list li.list-item.selected .indicator,
.system-error-list ul.list li.list-item.selected .indicator,
.connection-list ul.list li.list-item.selected .indicator,
.sidebar-list ul.list li.list-item .antenna-level-indicator,
.related-list ul.list li.list-item .antenna-level-indicator,
.system-error-list ul.list li.list-item .antenna-level-indicator,
.connection-list ul.list li.list-item .antenna-level-indicator {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: rgba(0, 0, 0, 0.64);
}
.sidebar-list ul.list li.list-item.disabled .item-name,
.related-list ul.list li.list-item.disabled .item-name,
.system-error-list ul.list li.list-item.disabled .item-name,
.connection-list ul.list li.list-item.disabled .item-name,
.sidebar-list ul.list li.list-item.disabled .item-name .setting-value,
.related-list ul.list li.list-item.disabled .item-name .setting-value,
.system-error-list ul.list li.list-item.disabled .item-name .setting-value,
.connection-list ul.list li.list-item.disabled .item-name .setting-value,
.sidebar-list ul.list li.list-item.disabled .item-subtitle,
.related-list ul.list li.list-item.disabled .item-subtitle,
.system-error-list ul.list li.list-item.disabled .item-subtitle,
.connection-list ul.list li.list-item.disabled .item-subtitle,
.sidebar-list ul.list li.list-item.disabled .setting-info,
.related-list ul.list li.list-item.disabled .setting-info,
.system-error-list ul.list li.list-item.disabled .setting-info,
.connection-list ul.list li.list-item.disabled .setting-info {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-list {
  /* card: */
  background: #fafafa;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
.sidebar-list.has-hover ul.list li.list-item:hover {
  background-color: #f0f0f0;
}
.sidebar-list ul.list li.list-item.disabled .item-name,
.sidebar-list ul.list li.list-item.disabled .item-subtitle {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-list ul.list li.list-item.disabled:hover {
  background-color: transparent;
  cursor: default;
}
.sidebar-list ul.list li.list-item.selected,
.sidebar-list ul.list li.list-item.selected:hover {
  background-color: #e6e6e6;
}
.sidebar-list ul.list li.list-item.selected .item-name,
.sidebar-list ul.list li.list-item.selected:hover .item-name {
  color: #2A6AB4;
}
.sidebar-list ul.list li.list-item.selected .item-nr-circle,
.sidebar-list ul.list li.list-item.selected:hover .item-nr-circle {
  border-color: #2A6AB4;
}
.sidebar-list ul.list li.list-item.selected .item-nr-circle .item-nr,
.sidebar-list ul.list li.list-item.selected:hover .item-nr-circle .item-nr {
  color: #2A6AB4;
}
.related-list ul.list,
.system-error-list ul.list {
  margin-top: 15px;
}
.related-list ul.list li.list-item,
.system-error-list ul.list li.list-item {
  padding: 5px;
}
.related-list ul.list li.list-item:first-child,
.system-error-list ul.list li.list-item:first-child {
  border-top: 1px solid #d4d4d4;
}
.system-error-list ul.list {
  margin-left: 25px;
}
.connection-list ul.list {
  margin-top: 15px;
  margin-bottom: 5px;
}
.connection-list ul.list li.list-item {
  padding: 5px;
  border: none;
}
ul.call-list {
  color: rgba(0, 0, 0, 0.64);
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
ul.call-list li {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
}
ul.call-list li:last-child {
  border-bottom: 1px solid #ddd;
}
ul.call-list li input {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
}
ul.call-list li .btn-remove {
  padding: 4px 5px;
}
ul.call-list li .alert {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.as-sortable-placeholder {
  background-color: #e6e6e6;
}
.customer1 #header.navbar.navbar-default,
.agrobis #header.navbar.navbar-default {
  background-color: #efefef;
  background-image: linear-gradient(to right, #efefef, #356997, #356997);
  border-bottom: 5px solid #83b517;
}
.customer1 a#site-name,
.agrobis a#site-name {
  background: transparent url("../img/agrobis-logo.png") no-repeat top left;
  padding-left: 50px;
  color: #334995;
  font-weight: bold;
}
.customer2 #header.navbar.navbar-default,
.kemkens #header.navbar.navbar-default {
  background-color: #efefef;
  background-image: linear-gradient(to right, #efefef, #efefef, #C71B57);
  border-bottom: 5px solid #C71B57;
}
.customer2 a#site-name,
.kemkens a#site-name {
  background: transparent url("../img/kemkens-logo.png") no-repeat top left;
  padding-left: 200px;
  color: #C71B57;
  font-weight: bold;
  height: 45px;
}
.customer3 #header.navbar.navbar-default,
.vanderknaap #header.navbar.navbar-default {
  background-color: #fff;
  background-image: linear-gradient(to right, #e42219, #e42219);
  border-bottom: 20px solid #fff;
  height: 60px;
  min-height: 40px;
}
.customer3 a#site-name,
.vanderknaap a#site-name {
  background: #fff url("../img/vdk-logo.jpg") no-repeat top left;
  background: #fff url("../img/vdk-logo.svg") no-repeat top left;
  padding-left: 0px;
  margin-left: -5px;
  width: 144px;
  height: 60px;
  color: #fff;
  border-left: 15px solid #fff;
  border-right: 5px solid #fff;
  font-weight: bold;
}
.customer3 #header .btns,
.vanderknaap #header .btns {
  margin-top: 3px;
}
.customer3 #lang-dropdown a#lang-dropdown-btn .caret,
.vanderknaap #lang-dropdown a#lang-dropdown-btn .caret {
  color: #e42219;
}
.customer3 .forteco-logo,
.vanderknaap .forteco-logo {
  width: 306px;
  height: 200px;
  background-repeat: no-repeat;
  background-image: url("../img/forteco.png");
  margin-top: 20px;
}
.customer3 #content-container,
.vanderknaap #content-container {
  margin-top: 20px;
}
/* Phones */
@media (max-width: 768px) {
  .customer3 a#site-name,
  .vanderknaap a#site-name {
    border-left-width: 5px;
    width: 134px;
  }
  .customer3 .forteco-logo,
  .vanderknaap .forteco-logo {
    background-size: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .customer3 #content-container,
  .vanderknaap #content-container {
    margin-top: 15px;
  }
}
.customer4 #header.navbar.navbar-default,
.anexo #header.navbar.navbar-default {
  background-color: white;
  background-image: none;
  border-bottom: 0;
  box-shadow: 0 3px 5px 0 rgba(80, 80, 80, 0.5);
}
.customer4 a#site-name,
.anexo a#site-name {
  background-image: url("../img/anexo.svg");
  margin-top: 5px;
  min-width: 120px;
  margin-left: 10px;
}
.customer4 .user-name-link,
.anexo .user-name-link {
  color: #000;
}
.customer4 #content .navbar.navbar-main,
.anexo #content .navbar.navbar-main {
  background-image: none;
  background-color: #0071b3;
  border: 1px solid #0071b3;
  border-radius: 2px;
}
.customer4 #content .navbar.navbar-main ul li.active a,
.anexo #content .navbar.navbar-main ul li.active a {
  background-color: #0099cc;
}
.customer4 #content .navbar.navbar-main ul li.active a::after,
.anexo #content .navbar.navbar-main ul li.active a::after {
  border-left-color: #0099cc;
}
.customer4 #content .navbar.navbar-main .btn-inverse,
.anexo #content .navbar.navbar-main .btn-inverse {
  background-color: #0099cc;
  border-color: #0071b3;
}
.customer4 #lang-dropdown a#lang-dropdown-btn,
.anexo #lang-dropdown a#lang-dropdown-btn {
  border: 1px solid #ccc;
}
.customer4 #lang-dropdown a#lang-dropdown-btn .caret,
.anexo #lang-dropdown a#lang-dropdown-btn .caret {
  color: #ccc;
}
.customer4 #navigation ul li a,
.anexo #navigation ul li a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.customer4 #content,
.anexo #content,
.customer4 .webmeter,
.anexo .webmeter,
.customer4 .device,
.anexo .device,
.customer4 #dashboard .status,
.anexo #dashboard .status,
.customer4 .timeline,
.anexo .timeline,
.customer4 .download,
.anexo .download,
.customer4 .btn,
.anexo .btn {
  border-radius: 2px;
}
.customer4 .webmeter,
.anexo .webmeter,
.customer4 #dashboard .status,
.anexo #dashboard .status {
  border: 1px solid #ccc;
}
.customer4 .webmeter,
.anexo .webmeter,
.customer4 .device,
.anexo .device,
.customer4 .download,
.anexo .download {
  box-shadow: none;
  background-image: none;
  background-color: #f2f2f2;
}
.customer4 .webmeter .webmeter-header,
.anexo .webmeter .webmeter-header {
  border-bottom: 0;
  background-color: #ccc;
}
.customer4 .device,
.anexo .device,
.customer4 .download,
.anexo .download {
  background-image: none;
}
.customer4 .timeline-header,
.anexo .timeline-header {
  background-color: #eee;
  border-radius: 2px 2px 0 0;
}
.customer4 .timeline-footer,
.anexo .timeline-footer {
  background-color: #eee;
  border-radius: 0 0 2px 2px;
}
/* Phones */
@media (max-width: 768px) {
  .customer4 #lang-dropdown a#lang-dropdown-btn,
  .anexo #lang-dropdown a#lang-dropdown-btn {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .customer4 #content-container,
  .anexo #content-container {
    margin-top: 8px;
  }
}
