@charset "UTF-8";
@media (max-width: 768px) {
  .show-gt-xs {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .show-gt-sm {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .show-gt-md {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-gt-xs {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .hide-gt-sm {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .hide-gt-md {
    display: none !important;
  }
}
/*

To get this list of colors inject jQuery at http://www.google.com/design/spec/style/color.html#color-color-palette

Then, run this script to get the list.


(function() {
  var colors = {}, main = {};
  $(".color-group").each(function() {
    var color = $(this).find(".name").text().trim().toLowerCase().replace(" ", "-");
    colors[color] = {};

    $(this).find(".color").not(".main-color").each(function() {
      var shade = $(this).find(".shade").text().trim(),
          hex   = $(this).find(".hex").text().trim();

      colors[color][shade] = hex;
    });
    main[color] = color + "-" + $(this).find(".main-color .shade").text().trim();

  });
  var LESS = "";
  $.each(colors, function(name, shades) {
    LESS += "\n\n";
    $.each(shades, function(shade, hex) {
      LESS += "@" + name + "-" + shade + ": " + hex + ";\n";
    });
    if (main[name]) {
      LESS += "@" + name + ": " + main[name] + ";\n";
    }
  });
  console.log(LESS);
})();


*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.small-icon {
  font-size: 1.3rem;
  line-height: 0.95em;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
html,
body {
  color: #224984;
}
.table-responsive.well {
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 9px 0 rgba(0, 0, 0, 0.19) !important;
  padding: 10px !important;
  height: 80vh;
}
.table-responsive.well table.table {
  margin-bottom: 5px;
}
.table-responsive.well table.table tr > td {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.table-responsive.well table.table thead tr:nth-child(1) th {
  /*https://stackoverflow.com/questions/44001954/css-only-sticky-table-headers-in-chrome
                    For chrome, firefox.
                    Edge is not supported at the moment. -cnar
                */
  position: sticky;
  background: white;
  top: -12px;
  z-index: 2;
  padding-bottom: 15px;
  padding-top: 15px;
}
.table-responsive.well table.table thead tr > th:last-child {
  text-align: center;
}
.table-responsive.well table.table tbody {
  color: grey;
}
.table-responsive.well table.table tbody tr > td > button,
.table-responsive.well table.table tbody a {
  margin: 3px 1px;
}
.table-responsive.well table.table tbody tr > td > button i.material-icons,
.table-responsive.well table.table tbody a i.material-icons {
  font-size: 2em;
}
.table-responsive.well table.table tbody tr > td > button span:not(.glyphicon),
.table-responsive.well table.table tbody a span:not(.glyphicon) {
  display: none;
}
.table-responsive.well table.table tbody tr > td:last-child {
  text-align: center;
  min-width: 176px;
}
.form-group .help-block {
  display: block;
}
jh-alert div.alerts div.alert pre,
jh-alert-error div.alerts div.alert pre {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: white;
  overflow-x: hidden;
}
.big-view {
  height: 150vh;
}
.custom-input-group-license-setting {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#strength {
  color: #224984;
  margin: 25px 0;
}
#strength ul#strengthBar {
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  vertical-align: 1px;
}
#strength ul#strengthBar li.point {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  width: 20px;
  margin-left: 2px;
}
#strength ul#strengthBar li.point:last {
  margin: 0 !important;
}
.container-full {
  width: 100%;
}
ul[uib-datepicker-popup-wrap] table > tbody > tr > td > button {
  margin: 1px;
}
.select-highlight {
  background-color: #ffd54f !important;
}
.checkbox-padding {
  padding-top: 25px;
  padding-right: 25px;
}
.table-assign {
  width: 99%;
}
form.create-edit-form,
form.create-edit-freeform {
  height: 100%;
}
form.create-edit-form div.create-edit-header,
form.create-edit-freeform div.create-edit-header {
  height: 100px;
  padding: 10px 10px;
  margin: 0;
  overflow-y: hidden;
}
@media all and (min-width: 768px) {
  form.create-edit-form div.create-edit-header,
  form.create-edit-freeform div.create-edit-header {
    height: 54px;
  }
  form.create-edit-form div.create-edit-header div.header-buttons,
  form.create-edit-freeform div.create-edit-header div.header-buttons {
    text-align: right;
  }
}
form.create-edit-form div.create-edit-header div.header-buttons button,
form.create-edit-freeform div.create-edit-header div.header-buttons button {
  margin-top: 0;
}
form.create-edit-form div.create-edit-header h4,
form.create-edit-freeform div.create-edit-header h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.6em;
  color: #224984;
}
form.create-edit-form div.create-edit-body,
form.create-edit-freeform div.create-edit-body {
  overflow-y: auto;
  max-height: calc(100% - 100px - 5px);
}
@media all and (min-width: 768px) {
  form.create-edit-form div.create-edit-body,
  form.create-edit-freeform div.create-edit-body {
    max-height: calc(100% - 54px - 5px);
  }
}
.table-container {
  height: 100%;
}
.table-container div.table-container-header {
  height: 100px;
  padding: 10px 10px;
  margin: 0;
}
@media all and (min-width: 768px) {
  .table-container div.table-container-header {
    height: 54px;
  }
  .table-container div.table-container-header div.header-buttons {
    text-align: right;
  }
}
.table-container div.table-container-header div.header-buttons button {
  margin-top: 0;
}
.table-container div.table-container-header h2 {
  font-weight: 400;
}
.table-container div.table-container-header h1,
.table-container div.table-container-header h2,
.table-container div.table-container-header h3,
.table-container div.table-container-header h4 {
  margin-top: 0;
}
.table-container div.table-responsive {
  overflow-y: auto;
  margin-bottom: 5px;
  max-height: calc(100% - 100px - 5px);
}
@media all and (min-width: 768px) {
  .table-container div.table-responsive {
    max-height: calc(100% - 54px - 5px);
  }
}
.container-max-width {
  width: 100%;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 255px;
  background-color: white;
  background: white;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(255px, 0);
  -moz-transform: translate(255px, 0);
  -ms-transform: translate(255px, 0);
  -o-transform: translate(255px, 0);
  transform: translate(255px, 0);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: transparent;
}
nav#menu div.mm-panels ul.mm-listview li.menu-logo {
  background-color: #224984;
}
nav#menu div.mm-panels ul.mm-listview li.menu-logo a {
  border-left: none;
  padding: 15px;
  background-color: transparent !important;
}
nav#menu div.mm-panels ul.mm-listview li.menu-logo a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
nav#menu div.mm-panels ul.mm-listview li.menu-logo img.dev-img {
  width: 255px;
  position: absolute;
  top: 0;
}
nav#menu div.mm-panels ul.mm-listview li {
  color: #224984;
}
nav#menu div.mm-panels ul.mm-listview li a {
  padding: 10px;
  border-left: 4px solid white;
}
nav#menu div.mm-panels ul.mm-listview li a i {
  color: grey;
  position: relative;
  top: -3px;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical li:not(.mm-divider):after {
  border: none;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical div.mm-panel.mm-vertical {
  padding-left: 0;
  padding-top: 0;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical div.mm-panel.mm-vertical ul.mm-vertical li a {
  padding: 10px 5px 10px 25px;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical div.mm-panel.mm-vertical ul.mm-vertical li span {
  padding-left: 18px;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical div.mm-panel.mm-vertical ul.mm-vertical li.inner-menu > div.mm-vertical {
  padding: 0px 0px 10px 18px;
}
nav#menu div.mm-panels ul.mm-listview li.mm-vertical i.material-icons {
  position: absolute;
  top: 6px;
  left: 14px;
  color: grey;
}
ul.mm-vertical li > a > span {
  padding-left: 37px;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  margin-left: 28px;
}
span.first-level {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5px;
}
a.menu-active {
  border-left: 4px solid #009688 !important;
  color: #009688 !important;
  font-weight: 500;
}
a.menu-active i {
  color: #009688 !important;
}
ul.mm-listview.mm-vertical > li > a > i.material-icons {
  font-size: 9px;
}
li.language-active {
  background-color: #EEEEEE;
}
/*
	jQuery.mmenu widescreen extension CSS

	To use on widescreens only, include it using a mediaquery:
	<link type="text/css" href="mmenu-widescreen.css" media="all and (min-width: 900px)"/>
*/
@media all and (min-width: 992px) {
  html,
  body {
    overflow: auto !important;
  }
  body {
    position: relative;
  }
  #mm-blocker {
    display: none !important;
  }
  .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: calc(100% - 255px) !important;
    margin-left: 255px !important;
    -webkit-transition: width 360ms, margin-left 360ms;
    -moz-transition: width 360ms, margin-left 360ms;
    -ms-transition: width 360ms, margin-left 360ms;
    -o-transition: width 360ms, margin-left 360ms;
    transition: width 360ms, margin-left 360ms;
  }
  .mm-slideout.menu-closed {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .mm-page {
    background: inherit;
    box-sizing: border-box;
  }
  .mm-menu.mm-widescreen {
    display: block;
    width: 255px !important;
    min-width: none !important;
    max-width: none !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    border-right-width: 1px;
    border-right-style: solid;
  }
  .mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none;
  }
  .content-wrapper.mm-page.mm-slideout.menu-hidden {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .content-wrapper.mm-page.mm-slideout.menu-hidden div.top-toolbar {
    display: none;
  }
}
div.content-wrapper {
  height: 100vh;
}
div.content.container-fluid.page {
  height: calc(100% - 52px);
  overflow: auto;
}
div.top-toolbar {
  width: 100% !important;
  background-color: #F8F8F8;
  height: 52px;
  display: flex;
  z-index: 1;
  overflow: hidden;
}
div.top-toolbar div.toolbar-left {
  overflow: hidden;
  width: 48px;
}
div.top-toolbar div.toolbar-left a.menu-button {
  left: 2px;
}
div.top-toolbar div.toolbar-center {
  flex-basis: 100%;
  flex-shrink: 1;
}
@media all and (max-width: 768px) {
  div.top-toolbar div.toolbar-center {
    height: 0px;
    overflow: hidden;
  }
}
div.top-toolbar div.toolbar-center ol {
  background: transparent;
  width: calc(100% - 200px);
  overflow-y: auto;
  float: left;
  padding: 16px 8px 16px 16px;
  font-size: 16px;
  font-weight: 500;
}
div.top-toolbar div.toolbar-center ol li a {
  color: #224984;
}
div.top-toolbar div.toolbar-center ol li span {
  color: #848484;
}
div.top-toolbar div.toolbar-center span.current-user-name {
  float: right;
  text-align: right;
  width: 200px;
  padding: 16px 5px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.2sem;
  font-weight: 500;
}
div.top-toolbar div.toolbar-right {
  width: 48px;
}
div.top-toolbar div.toolbar-right a {
  left: 2px;
}
.export-element {
  padding-left: 17px;
}
div.login-container {
  height: 100% !important;
}
div.login-container div div.logo-container {
  position: relative;
  height: 260px;
  background-color: #224984;
}
div.login-container div div.logo-container img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-height: 759px) and (max-width: 759px) {
  div.login-container div div.logo-container {
    height: 120px;
  }
  div.login-container div div.logo-container img {
    height: 100px;
    width: 100px;
  }
}
div.login-container div h3 {
  text-align: center;
  margin-bottom: 35px;
}
div.login-container div div.login-form-container {
  margin-top: 60px;
}
div.login-container div div.login-form-container form {
  display: block;
  margin-left: auto;
  margin: right;
}
div.login-container div div.login-form-container form button,
div.login-container div div.login-form-container form a {
  width: 100%;
}
div.login-container div div.login-extras {
  margin-top: 20px;
}
div.login-container div div.login-extras button,
div.login-container div div.login-extras a {
  width: 100%;
  font-size: 13px;
}
div.login-container div div.login-extras div {
  text-align: center;
}
div.login-container p.version-text {
  color: black;
  text-align: center;
  margin-top: 40px;
}
.expired {
  color: #F44336;
}
.cancelled-license {
  text-decoration: line-through;
  font-style: italic;
}
thead > tr > th:last-child div > button {
  margin: 0;
  color: #224984;
}
td.license-list-buttons {
  width: 150px;
  min-width: 150px;
}
td.license-list-buttons div > button {
  padding: 5px 0 !important;
  margin: 1px 2px !important;
}
form.assing-device-form {
  height: 100%;
}
form.assing-device-form div.create-edit-header {
  height: 100px;
  padding: 10px 10px;
  margin: 0;
  overflow-y: hidden;
}
@media all and (min-width: 768px) {
  form.assing-device-form div.create-edit-header {
    height: 54px;
  }
  form.assing-device-form div.create-edit-header div.header-buttons {
    text-align: right;
  }
}
form.assing-device-form div.create-edit-header h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.6em;
  color: #224984;
}
form.assing-device-form div.create-edit-header div.header-buttons button {
  margin-top: 0;
}
form.assing-device-form div.panel-body.assign-devices-brief div {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 5px 20px;
}
form.assing-device-form div.devices-container {
  height: calc(100% -  54px - 70px - 20px);
}
form.assing-device-form div.devices-container div.col-md-6 {
  height: calc(100% - 10px);
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel {
  height: 100%;
  margin-bottom: 5px;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-heading {
  height: 40px;
  padding: 0;
  display: flex;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-heading label {
  padding-left: 140px;
  margin-top: 10px;
  color: white;
  font-size: 14px;
  flex: 1;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-heading button.btn {
  margin: 3px;
  padding: 6px 15px;
  max-width: 140px;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-heading button.btn[disabled] {
  border: 1px solid rgba(255, 255, 255, 0.714);
  color: rgba(255, 255, 255, 0.714);
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel.right > div.panel-heading label {
  padding-left: 0;
  padding-right: 140px;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  overflow-y: auto;
  max-height: calc(100% - 40px);
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body .form-group.form-group-sm {
  margin-top: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body .form-group.form-group-sm label.control-label {
  margin-top: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body .form-group.form-group-sm .input-group-btn .btn {
  margin: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body table.table {
  margin-bottom: 5px;
  font-size: 0.9em;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body table.table div.checkbox {
  margin: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body table.table div.checkbox label {
  margin: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body table.table tbody button.btn.btn-sm {
  margin: 0;
  padding: 0;
}
form.assing-device-form div.devices-container div.col-md-6 div.panel.panel.devices-panel div.panel-body table.table tbody .checkbox .checkbox-material {
  top: 0;
}
.text-limit {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 7vw;
}
.ui-grid-top-panel-background {
  background-color: #ffffff;
}
.ui-grid-top-panel {
  background-color: #ffffff;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #ffffff;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #ffffff;
}
.ui-grid-no-row-overlay {
  background-color: #ffffff;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #ffffff;
}
.ui-grid-footer-panel-background {
  background-color: #ffffff;
}
.ui-grid-footer-panel {
  background-color: #ffffff;
}
.ui-grid-icon-down-dir:before {
  font-family: 'Glyphicons Halflings' !important;
  content: '\e156' !important;
}
.ui-grid-icon-up-dir:before {
  font-family: 'Glyphicons Halflings' !important;
  content: '\e155' !important;
}
.ui-grid-icon-blank::before {
  font-family: "Glyphicons Halflings" !important;
  content: '\e150' !important;
}
.ui-grid-pinned-container-right .ui-grid-icon-blank::before {
  font-family: "Glyphicons Halflings" !important;
  content: ' ' !important;
}
.ui-grid-icon-plus-squared:before {
  font-family: "Glyphicons Halflings" !important;
  content: '\e081' !important;
}
.ui-grid-icon-minus-squared:before {
  font-family: "Glyphicons Halflings" !important;
  content: '\e082' !important;
}
.ui-grid-header-cell {
  line-height: 1.42857143;
  white-space: normal;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  overflow: visible;
}
.ui-grid-cell-contents {
  border: 0;
  padding: 0 0 0 0 !important;
  white-space: normal;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  overflow: hidden;
  word-break: break-all;
}
.ui-grid-header-cell,
.ui-grid-cell {
  border: 0;
}
.ui-grid {
  border: 0;
}
.ui-grid-header-cell {
  border-top: 0 !important;
}
div[role="gridcell"] .ui-grid-cell-contents {
  vertical-align: middle;
}
div[role="gridcell"] .ui-grid-cell-contents:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
div[role="button"] {
  display: inline-block;
  white-space: nowrap;
}
div[role="columnheader"] {
  width: 100%;
}
.ui-grid-filter-container {
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 0;
  position: relative;
}
.ui-grid-header {
  border-bottom: 1px solid #DDDDDD !important;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  border-bottom: none !important;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom: none !important;
}
.ui-grid-header-cell .ui-grid-cell-contents {
  height: 38px;
  display: table-cell;
  vertical-align: middle;
}
.ui-grid-cell-contents.ui-grid-header-cell-primary-focus {
  border-bottom: none !important;
}
.ui-grid-header.ui-grid-cell-contents {
  border-bottom: none !important;
}
.ui-grid-canvas .ui-grid-row:last-child .ui-grid-cell:last-child .ui-grid-cell-contents {
  border-bottom: none !important;
}
.ui-grid-canvas .ui-grid-row:last-child .ui-grid-cell:last-child {
  border-bottom: 1px solid #DDDDDD !important;
}
.ui-grid-cell-contents {
  border-bottom: none !important;
}
.ui-grid-cell-contents {
  border-bottom: 1px solid #DDDDDD !important;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid-row:hover > [ui-grid-row] > .ui-grid-cell:hover .ui-grid-cell,
.ui-grid-row:nth-child(odd):hover .ui-grid-cell,
.ui-grid-row:nth-child(even):hover .ui-grid-cell,
.ui-grid-cell-focus {
  background-color: transparent;
}
.ui-grid-focuser:focus {
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#grid {
  flex-grow: 1;
  width: calc(100% - 40px);
  min-height: 200px !important;
  padding: 0 12px 0 12px;
}
#outer {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.inner_fixed {
  flex: 1;
}
i.deployment-type {
  cursor: default;
}
div[role="columnheader"] .ui-grid-icon-plus-squared,
div[role="columnheader"] .ui-grid-icon-minus-squared {
  position: absolute;
  bottom: 5px;
}
.ui-grid-tree-base-row-header-buttons i:before {
  padding-top: calc(18px - 1em);
}
.deployment-type {
  vertical-align: middle;
}
.deployment-type i {
  font-size: 20px;
}
.ui-grid-pager-control button,
.ui-grid-pager-control input,
.ui-grid-pager-count-container {
  height: 10px;
  line-height: 1em;
}
.ui-grid-pager-row-count-picker select {
  padding: 0 10px;
  height: 20px;
  line-height: 1em;
}
.ui-grid-pager-panel {
  padding-top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right div[role="gridcell"] .ui-grid-cell-contents:before {
  content: normal !important;
  display: initial !important;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell .actions {
  border: none !important;
}
.action-button {
  padding: 2px 6px 3px 6px !important;
  border-radius: initial !important;
  height: 100% !important;
}
.dropdown-menu li a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
}
.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
  background-color: #eeeeee !important;
}
.dropdown-menu li a span {
  vertical-align: center;
  font-size: 12px;
}
.dropdown-menu li a[disabled] .material-icons,
.dropdown-menu li a[disabled] span {
  color: rgba(0, 0, 0, 0.26) !important;
  background: transparent !important;
  cursor: not-allowed;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  border: none;
}
.ui-grid-cell-contents > div[role="group"].btn-group {
  padding: 0 12px 0 12px !important;
}
.ui-grid div[role="group"].btn-group,
.ui-grid div[role="group"].btn-xs {
  margin: 0;
  padding: 0;
  font-size: 10px;
  height: 100% !important;
}
.button-bar .material-icons {
  font-size: 10px;
}
.button-bar[disabled] {
  background-color: #224984 !important;
  opacity: 1 !important;
}
.button-bar[disabled] .material-icons {
  color: #bdbdbd !important;
}
.ui-grid-icon-cancel:before {
  font-size: x-large;
  color: #224984;
  content: '\00d7' !important;
}
div.settings-instance-empty-container {
  height: 300px;
  background-color: #F6F6F6;
  margin: 15px;
  text-align: center;
}
div.settings-instance-empty-container i.material-icons {
  font-size: 150px;
  color: #BFBFBF;
  margin-top: 75px;
}
div.content.downloads-view {
  padding-left: 0;
  padding-right: 0;
  height: 100% !important;
}
.container-download p {
  color: #ffffff;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
}
.container-download a {
  color: #24c2e5;
  text-align: center;
  text-decoration: none;
  column-rule-color: #24c2e5;
  border: 0px none #24c2e5;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #24c2e5 none 0px;
  transition: color 0.1s ease-out 0s;
}
.container-download h1 {
  color: #ffffff;
  font: normal normal bold normal 30.5px / 32.95px Helvetica, Arial, sans-serif;
}
.container-download h3 {
  color: #ffffff;
  font: normal normal bold normal 24.5px / 26.95px Helvetica, Arial, sans-serif;
}
.container-download {
  background-position: 50% 100%;
  color: #565451;
  min-height: 100%;
  min-width: 100%;
  column-rule-color: #565451;
  perspective-origin: 951.5px 609.5px;
  transform-origin: 951.5px 609.5px;
  background: #01447b url("/assets/images/top-bg-texture.jpg") no-repeat scroll 100% 0px / auto padding-box border-box;
  border: 0px none #565451;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #565451 none 0px;
}
.container-download .row {
  margin-top: 10px;
}
.downloads-body .row {
  margin-right: 0px;
  margin-left: 0px;
}
.container-download .button-search-serial {
  width: 100%;
}
.container-download .col-centered {
  float: none;
  margin: 0 auto;
}
.container-download .col-text-centered {
  text-align: center;
}
.container-download .social-icons {
  margin-right: 20px;
}
.container-download .quick-links {
  color: #ffffff;
  height: 23px;
  width: 100%;
  text-align: center;
  top: 10px;
  vertical-align: middle;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
}
.container-download .downloads-header {
  box-shadow: #000000 0px 0px 30px 0px;
  color: #565451;
  height: 86px;
  column-rule-color: #565451;
  perspective-origin: 600px 46px;
  transform-origin: 600px 46px;
  background: #ffffff url("/assets/images/top-overlay.png") repeat-x scroll 0% 0% / auto padding-box border-box;
  border-top: 0px none #565451;
  border-right: 0px none #565451;
  border-bottom: 6px solid #68d5ed;
  border-left: 0px none #565451;
  border-radius: 0 0 4px 4px;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #565451 none 0px;
}
.container-download .seon-logo {
  background-position: 50% 0px;
  bottom: 0px;
  color: #24c2e5;
  display: block;
  height: 60px;
  left: 0px;
  position: relative;
  right: 0px;
  text-decoration: none;
  top: 10px;
  width: 161px;
  z-index: 1;
  column-rule-color: #24c2e5;
  perspective-origin: 80.5px 30px;
  transform-origin: 80.5px 30px;
  background: rgba(0, 0, 0, 0) url("/assets/images/logo_seon_sm.png") no-repeat scroll 50% 0px / auto padding-box border-box;
  border: 0px none #24c2e5;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #24c2e5 none 0px;
  transition: color 0.1s ease-out 0s;
}
.container-download .downloads-body {
  margin-top: 10px;
  box-shadow: #000000 0px 0px 30px 0px;
  color: #565451;
  min-height: 700px;
  column-rule-color: #565451;
  background-image: url("/assets/images/downloads.PNG");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-top: 0px none #565451;
  border-right: 0px none #565451;
  border-bottom: 6px solid #68d5ed;
  border-left: 0px none #565451;
  border-radius: 0 0 4px 4px;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #565451 none 0px;
}
.container-download .alert-container {
  height: 100px;
}
.container-download .download-body-request {
  border: 1px solid green;
  height: 500px;
  background-color: #000000;
  border: 1px solid black;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.container-download .download-body-response {
  border: 1px solid red;
  height: 500px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.container-download .downloads-footer {
  box-shadow: #000000 0px 0px 30px 0px;
  color: #565451;
  height: 60px;
  column-rule-color: #565451;
  perspective-origin: 600px 49px;
  transform-origin: 600px 49px;
  background: #ffffff none repeat scroll 0% 0% / auto padding-box border-box;
  border: 0px none #565451;
  font: normal normal normal normal 14px / 23.8px Helvetica, Arial, sans-serif;
  outline: #565451 none 0px;
}
.container-download .download-form {
  margin: 40px;
}
.container-download input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.container-download .table-responsive {
  margin-top: 100px;
}
.container-download .downloads-body .download-form .form-control {
  background-color: white;
}
/* Simple setup for this demo */
.mdl-card {
  width: 550px;
  min-height: 0;
  margin: 10px auto;
}
.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 25%;
  /* 100 / no_of_steps */
}
/* Begin actual mdl-stepper css styles */
.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: 0.2%;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #757575;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #9E9E9E;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: white;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: #2196f3;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
  content: "\2714";
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle *,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle * {
  display: none;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
  content: "\270E";
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: normal;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 300;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
#tab-device-detail {
  margin: 5px;
}
#tab-device-detail ul.nav-tabs {
  background: #d3d3d3;
  color: #9E9E9E;
}
#tab-device-detail ul.nav-tabs li.active {
  background: white;
  border: 1px solid #02749A;
  border-bottom: 1px solid white;
  border-bottom-color: white;
  top: 1px;
}
#tab-device-detail ul.nav-tabs li.active a:focus,
#tab-device-detail ul.nav-tabs li.active a:active,
#tab-device-detail ul.nav-tabs li.active a:hover,
#tab-device-detail ul.nav-tabs li.active a:visited {
  color: #02749A;
}
#tab-device-detail .tab-content {
  border-top: 1px solid #02749A;
  box-shadow: none;
}
.jh-icon-image {
  display: block;
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
}
table.jh-root > tbody > tr {
  background: white;
}
table.jh-root > tbody > tr,
.jh-type-object > tbody > tr,
.jh-type-array > tbody > tr,
.jh-type-object > tbody > tr:hover,
.jh-type-array > tbody > tr:hover {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
table.jh-root > tbody > tr:first-child {
  border-top: none;
}
.jh-type-object > tbody > tr:last-child,
.jh-type-array > tbody > tr:last-child,
.jh-type-object > tbody > tr:last-child:hover,
.jh-type-array > tbody > tr:last-child:hover {
  border-bottom: none;
}
.jh-type-object > tbody > tr:first-child,
.jh-type-array > tbody > tr:first-child,
.jh-type-object > tbody > tr:first-child:hover,
.jh-type-array > tbody > tr:first-child:hover {
  border-top: none;
}
.jh-value.jh-object-value {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.jh-type-unk {
  font-style: italic;
  color: #9e9e9e;
}
table.jh-type-object {
  margin: 0;
  padding: 0;
}
.jh-value {
  font-weight: normal;
  font-size: small;
}
.jh-key {
  font-weight: bold;
  font-size: small;
}
.jh-value,
.jh-key {
  margin: 0;
  padding: 1px 6px 1px 6px;
  font-size: small;
  line-height: 1.2em;
}
.jh-table {
  padding: 0 !important;
  margin: 0;
}
table.jh-root {
  padding: 0 !important;
  border: none !important;
  margin: 0;
  width: 100%;
}
table.jh-root tbody {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-table;
  width: 100%;
}
.jh-type-string,
.jh-type-number,
.jh-type-bool-true,
.jh-type-bool-false {
  color: #616161;
}
.jh-key.jh-diff,
.jh-value.jh-diff {
  background: #e3f2fd !important;
  color: #1976d2 !important;
}
.jh-type-object > tbody > tr:nth-child(odd),
.jh-type-array > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}
.jh-type-object > tbody > tr:nth-child(even),
.jh-type-array > tbody > tr:nth-child(even) {
  background-color: #ffffff;
}
.material-icons-align-middle {
  vertical-align: middle;
}
.header-buttons-flex {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
.upload-button-custom-style {
  margin: 10px 15px;
}
