@charset "UTF-8";
@font-face {
  font-family: "Sign-Display";
  src: url(../../fonts/Sign-Display.ttf);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #303030;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
div, span, label, form {
  display: block;
  float: left;
}
ul, li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #6c61b3;
}
a:visited {
  color: #6c61b3;
}
div::-webkit-scrollbar {
  width: 10px;
  display: none;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #ddd;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: #bbb;
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}
input:focus, textarea:focus, select:focus, button:focus {
  outline: 0;
  border: 0;
}
input.autocompleteoff:-webkit-autofill, input.autocompleteoff:-webkit-autofill:hover, input.autocompleteoff:-webkit-autofill:focus, textarea.autocompleteoff:-webkit-autofill, textarea.autocompleteoff:-webkit-autofill:hover, textarea.autocompleteoff:-webkit-autofill:focus, select.autocompleteoff:-webkit-autofill, select.autocompleteoff:-webkit-autofill:hover, select.autocompleteoff:-webkit-autofill:focus {
  border: 1px solid #e0e0e0;
  -webkit-text-fill-color: #999;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
.hidden {
  display: none;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 34000;
  height: 100%;
  width: 100%;
  background: #f4f4f4;
}
.right {
  text-align: right;
}
/* scroll horizontal under 1500px */
@media (max-width: 1500px) {
  .page-content {
    overflow-x: scroll;
  }
  .filters {
    min-width: 1400px;
  }
  .settings-form-left {
    width: calc(100% - 100px) !important;
    min-width: calc(100% - 100px) !important;
    margin: 0 0 20px 50px !important;
    clear: both !important;
    margin-bottom: 40px !important;
  }
  .settings-form-right {
    width: calc(100% - 100px) !important;
    min-width: calc(100% - 100px) !important;
    margin: 0 0 0 50px !important;
    clear: both !important;
  }
  .settings-form.create-site, .settings-form.edit-site {
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media (max-width: 1100px) {
  .settings-form-left {
    width: 1024px !importan;
    min-width: 1024px !importan;
  }
  .settings-form-right {
    width: 1024px !importan;
    min-width: 1024px !importan;
  }
  .settings-form.create-site, .settings-form.edit-site {
    width: 1024px !importan;
    min-width: 1024px !importan;
  }
}
.navigation {
  height: 70px;
  width: 100%;
  background: #231f20;
  position: fixed;
  z-index: 92000;
}
.navigation .brand {
  width: auto;
  display: block;
  float: left;
  margin: 0;
}
.navigation .brand img {
  height: 46px;
  width: auto;
  margin: 12px 0 0 40px;
}
.navigation ul.links {
  display: block;
  float: left;
  width: auto;
  margin: 27px 50px 0 25px;
}
.navigation ul.links li {
  margin: 0 0 0 30px;
}
.navigation ul.links li a {
  color: #fff;
  font-size: 16px;
}
.navigation ul.links li a:hover, .navigation ul.links li a.selected {
  color: #fdac1b;
}
.navigation .logout {
  display: block;
  float: right;
  margin: 27px 50px 0 0;
}
.navigation .logout a {
  color: #fff;
  font-size: 16px;
}
.navigation .logout a:hover {
  color: #fdac1b;
}
.navigation .welcome {
  display: block;
  float: right;
  margin: 27px 25px 0 0;
  padding-right: 25px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #999;
}
.build {
  height: 24px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #757575;
  position: absolute;
  top: 85px;
  padding-left: 52px;
}
.page-content {
  height: auto;
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding: 70px 0;
  margin: 50px;
}
.page-content h1 {
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.message {
  height: auto;
  width: calc(100% - 100px);
  margin: 100px 50px 0 50px;
  padding: 10px 20px;
}
.message.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.table {
  height: calc(100% - 180px);
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 50px;
  overflow: scroll;
}
.table.paginated {
  height: calc(100% - 270px);
  margin-bottom: 30px;
}
.table .table-heading {
  height: auto;
  width: 100%;
  min-width: 100%;
  background: #231f20;
}
.table .table-heading .table-row {
  height: auto;
  width: 100%;
  min-width: 100%;
}
.table .table-heading .table-row .table-data {
  height: auto;
  width: auto;
  padding: 14px 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.table .table-subheading {
  height: auto;
  width: 100%;
  min-width: 100%;
  background: #f1f3f4;
  margin-top: 20px;
}
.table .table-subheading .table-row {
  height: auto;
  width: 100%;
  min-width: 100%;
}
.table .table-subheading .table-row .table-data {
  height: auto;
  width: auto;
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  padding-left: 20px;
}
.table .table-rows {
  width: 100%;
  min-width: 100%;
  height: calc(100% - 47px);
  overflow: scroll;
}
.table .table-rows .table-subheading {
  height: auto;
  width: 100%;
  background: #ddd;
  color: #353535;
  padding: 15px 0 15px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.table .table-rows .table-row {
  height: auto;
  width: 100%;
  min-width: 100%;
}
.table .table-rows .table-row:nth-child(even) {
  background: #f1f3f4;
}
.table .table-rows .table-row.new:hover {
  background: none;
}
.table .table-rows .table-row.empty {
  padding: 20px 0 0 20px !important;
}
.table .table-rows .table-row .table-data {
  height: auto;
  width: auto;
  padding: 26px 0 8px 0;
  font-size: 16px;
  color: #000;
}
.table .table-rows .table-row .table-data:empty::after, .table .table-rows .table-row .table-data span:empty::after {
  content: "----";
  color: #bbb;
}
.table .table-rows .table-row .table-data span {
  display: block;
  float: left;
}
.table .table-rows .table-row .table-data input[type="text"] {
  height: 36px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: none;
  position: relative;
  top: -6px;
  padding: 0 10px;
  font-size: 15px;
}
.table .table-rows .table-row .table-data input[type="number"] {
  height: 36px;
  width: auto;
  min-width: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: none;
  position: relative;
  top: -6px;
  padding: 0 10px;
  font-size: 15px;
}
.table .table-rows .table-row .table-data select {
  height: 36px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: none;
  position: relative;
  top: -6px;
  padding: 0 10px;
  font-size: 15px;
}
.table .table-rows .table-row .table-data button {
  border: 0;
  border-radius: 4px;
  background: #ddd;
  color: #757575;
  padding: 8px 12px;
  position: relative;
  top: -6px;
}
.table-pagination {
  height: auto;
  width: calc(100% - 100px);
  min-width: 1400px;
  margin: 10px 0 0 50px;
}
.table-pagination ul {
  float: right;
}
.table-pagination ul li {
  display: block;
  float: left;
  margin-left: 10px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  background: #f1f3f4;
  text-align: center;
  color: #757575;
}
.table-pagination ul li.selected {
  background: #ccc;
  color: #000;
  font-weight: bold;
}
.table-pagination .per-page, .table-pagination .load-more, .table-pagination .back-to-top {
  display: block;
  float: left;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  background: #f1f3f4;
  text-align: center;
  color: #757575;
  cursor: pointer;
}
.table-pagination .per-page i, .table-pagination .load-more i, .table-pagination .back-to-top i {
  margin-left: 4px;
}
.table-pagination .load-more, .table-pagination .back-to-top {
  float: right;
}
/* above the table */
.table-buttons {
  height: auto;
  width: 100%;
  min-width: 100%;
  margin: 50px 0 20px 0;
  padding: 0 50px;
}
.table-buttons button {
  display: block;
  float: left;
  padding: 9px 20px;
  border: 0;
  border-radius: 4px;
  background: #f1f3f4;
  text-align: center;
  color: #757575;
  font-size: 17px;
}
.table-buttons button i {
  margin-right: 12px;
}
.table-buttons button.right {
  float: right;
}
.filters {
  height: 50px;
  width: calc(100% - 100px);
  min-width: 1400px;
  margin: 120px 50px 20px 50px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 89999;
}
.filters .filter {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  padding: 15px 20px;
  border-right: 1px solid #e0e0e0;
  cursor: pointer;
  position: relative;
  z-index: 29999;
}
.filters .filter.selected {
  background: #ddd;
}
.filters .filter.selected i {
  color: #202020;
}
.filters .filter.selected span.label {
  font-weight: bold;
}
.filters .filter.spacer {
  padding: 0;
  width: 20px;
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
  background: #fff;
  border-left: 1px solid #e0e0e0;
}
.filters .filter.submit {
  padding: 0;
  background: #fff;
  border: 0;
}
.filters .filter.submit button {
  height: calc(100% + 2px);
  display: block;
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background: #4c96d9;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -1px;
  right: -1px;
}
.filters .filter.submit button i {
  display: block;
  float: left;
  margin-right: 10px;
}
.filters .filter.float-right {
  float: right;
}
.filters .filter.by-status ul li:hover {
  font-weight: bold;
}
.filters .filter.clear-filters {
  color: red;
}
.filters .filter.search {
  padding: 5px;
  width: auto;
}
.filters .filter.search .searchbox {
  height: 100%;
  width: 100%;
  background: #fff;
  padding-right: 10px;
}
.filters .filter.search .searchbox input[type="search"] {
  border: 0;
  height: 100%;
  width: 180px;
  margin: 1px 0;
  font-size: 16px;
  padding-left: 10px;
}
.filters .filter.search .searchbox i {
  font-size: 18px;
  color: #999;
  position: relative;
  top: 2px;
  margin-left: 12px;
}
.filters .filter span {
  display: block;
  float: left;
  font-size: 16px;
  color: #404040;
  cursor: pointer;
}
.filters .filter span.label {
  margin-right: 10px;
}
.filters .filter span.arrow {
  float: right;
  margin: 0 0 0 20px;
}
.filters .filter span.calendar {
  float: left;
  margin: 0 7px 0 0;
  color: #4c96d9;
}
.filters .filter span i {
  margin-right: 10px;
  color: #505050;
  position: relative;
  top: 0;
}
.filters .filter span i.fa-check-square {
  color: #4c96d9;
  top: 1px;
}
.filters .filter span i.fa-map-marker-alt {
  color: #4c96d9;
  top: 1px;
}
.filters .filter ul {
  display: none;
  float: left;
  clear: both;
  height: auto;
  max-height: 70vh;
  overflow: auto;
  overflow-x: hidden;
  width: auto;
  max-width: auto;
  position: absolute;
  top: 48px;
  left: -1px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: -2px 15px 15px -10px #000000;
  box-shadow: -2px 15px 15px -10px #000000;
}
.filters .filter ul li {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  color: #404040;
  white-space: nowrap;
}
.filters .filter ul li:hover {
  background: #dee4e9;
}
.filters .filter.layout {
  display: block;
  float: right;
  width: auto;
  height: 100%;
  padding: 13px 20px 0 20px;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  text-align: center;
}
.filters .filter.layout i {
  font-size: 24px;
  color: #bbb;
}
.filters .filter.layout.selected {
  background: #dee4e9;
}
.filters .filter.layout.selected i {
  color: #000;
}
.page-content.filtered {
  padding-top: 35px;
}
.page-content.filtered .filters {
  width: 100%;
  min-width: 1400px;
  margin: 0 0 20px 0;
}
#overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #f4f4f4;
}
#overlay .modal {
  display: none;
  height: auto;
  min-height: 400px;
  width: 700px;
  position: absolute;
  top: -1000px;
  left: calc(50% - 350px);
  background: #fff;
  border-radius: 4px;
  padding: 90px 40px 40px 40px;
  overflow: hidden;
}
#overlay .modal .close {
  height: 45px;
  width: 100%;
  margin-bottom: 40px;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 91000;
  cursor: pointer;
  background: #646464;
  padding: 12px 20px 0 20px;
}
#overlay .modal .close span.modal-title {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
#overlay .modal .close i {
  float: right;
  font-size: 22px;
  color: #fff;
}
#overlay .modal .modal-table {
  height: auto;
  width: auto;
  margin-top: 20px;
  border: 1px solid #bbb;
}
#overlay .modal .modal-table .modal-table-row {
  height: auto;
  width: auto;
  border-bottom: 1px solid #bbb;
  clear: both;
}
#overlay .modal .modal-table .modal-table-row:last-of-type {
  border-bottom: 0;
}
#overlay .modal .modal-table .modal-table-row .modal-table-cell {
  height: 40px;
  min-width: 100px;
  padding: 0 10px;
  border-right: 1px solid #bbb;
  font-size: 16px;
  color: #757575;
}
#overlay .modal .modal-table .modal-table-row .modal-table-cell:last-of-type {
  border-right: 0;
}
#overlay .modal .modal-table .modal-table-row .modal-table-cell img {
  height: 20px;
  width: auto;
}
#overlay .modal .modal-table .modal-table-row.heading .modal-table-cell {
  font-weight: bold;
}
form {
  display: block;
  float: left;
  width: calc(100% - 100px);
  margin: 0 50px;
  padding: 40px 20px;
  background: #f4f4f4;
  overflow: auto;
  overflow-x: hidden;
}
form h2 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 10px;
  color: #353535;
  font-size: 22px;
}
form h2 .delete {
  display: block;
  float: right;
  color: #FF0019;
  font-size: 24px;
}
form .form-row {
  display: block;
  float: left;
  width: calc(100% - 40px);
  height: quto;
  margin: 0 10px 24px 10px;
  position: relative;
}
form .form-row.half {
  width: calc(50% - 20px);
}
form .form-row.half.with-remove {
  width: calc(50% - 48px);
}
form .form-row.third {
  width: calc(33.33% - 20px);
}
form .form-row.third.with-remove {
  width: calc(33.33% - 38px);
}
form .form-row.quarter {
  width: calc(25% - 20px);
}
form .form-row.fifth {
  width: calc(20% - 20px);
}
form .form-row.fifth.with-remove {
  width: calc(20% - 31px);
}
form .form-row.disabled label {
  color: #999;
}
form .form-row.disabled .select-wrapper {
  background: #f4f4f4;
}
form .form-row.disabled .select-wrapper select {
  background: #f4f4f4;
}
form .form-row label {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 1px;
  font-size: 16px;
  color: #353535;
}
form .form-row label span.question {
  display: block;
  float: right;
  color: #4c96d9;
  margin-right: 3px;
}
form .form-row label span.generate {
  display: block;
  float: right;
  color: #20bb66;
  margin-right: 9px;
}
form .form-row label.error.fail-alert {
  border: 1px solid red;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  boder-bottom-right-radius: 4px;
  line-height: 1;
  padding: 2px 0 6px 6px;
  background: #ffe6eb;
  position: absolute;
  top: 62px;
}
form .form-row.select label.error.fail-alert {
  margin-left: -10px;
}
form .form-row input[type="text"], form .form-row input[type="password"] {
  display: block;
  float: left;
  height: 45px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
form .form-row input[type="text"].error, form .form-row input[type="password"].error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
}
form .form-row.checkbox i {
  display: block;
  float: left;
  font-size: 19px;
  color: #fff;
  border: 1px solid #bbb;
}
form .form-row.checkbox i.fa-check-square {
  color: #4c96d9;
  border: 1px solid #f4f4f4;
}
form .form-row.checkbox span {
  display: block;
  float: left;
  font-size: 16px;
  color: #353535;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
form .form-row.buttons {
  margin: 0 10px 0 10px;
}
form .form-row.buttons .form-spinner {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  height: 50px;
  clear: both;
  display: none;
}
form .form-row.buttons .form-spinner i {
  animation: spin 3s linear infinite;
  font-size: 28px;
  color: #757575;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form .form-row.buttons .form-message, form .form-row.buttons .form-note {
  margin-top: 20px;
  padding: 10px 10px 10px 20px;
  width: 100%;
  font-size: 16px;
  display: none;
  clear: both;
  background: #ddd;
}
form .form-row.buttons .form-message i, form .form-row.buttons .form-note i {
  display: block;
  float: left;
  margin-right: 12px;
  color: #721c24;
}
form .form-row.buttons .form-message.success, form .form-row.buttons .form-note.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
form .form-row.buttons .form-message.success i, form .form-row.buttons .form-note.success i {
  color: #155724;
}
form .form-row.buttons .form-message.error, form .form-row.buttons .form-note.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
form .form-row.buttons .form-message.error i, form .form-row.buttons .form-note.error i {
  color: #721c24;
}
form .form-row.buttons .form-message.warning, form .form-row.buttons .form-note.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
form .form-row.buttons .form-note {
  display: block;
}
form .form-row.buttons button {
  display: block;
  float: right;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #ccc;
  color: #353535;
  font-size: 16px;
}
form .form-row.buttons button.submit {
  float: right;
  background: #4c96d9;
  color: #fff;
}
form .form-row.buttons button.delete {
  float: left;
  background: #FF0019;
  color: #fff;
}
form .form-row.buttons button.undelete {
  float: left;
  background: #4c96d9;
  color: #fff;
}
form .form-row.buttons button.next {
  float: right;
  background: #20bb66;
  color: #fff;
}
form .form-row.buttons button i {
  display: block;
  float: left;
  margin-right: 10px;
}
form .form-row.buttons.confirm-delete, form .form-row.buttons.confirm-undelete {
  display: none;
}
form .form-row.buttons.confirm-delete .warning, form .form-row.buttons.confirm-undelete .warning {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  margin-bottom: 12px;
}
form .form-row.buttons.confirm-delete button.confirm-delete, form .form-row.buttons.confirm-undelete button.confirm-delete {
  float: left;
  background: #20bb66;
  color: #fff;
}
form .form-row.buttons.confirm-delete button.confirm-delete i, form .form-row.buttons.confirm-undelete button.confirm-delete i {
  display: block;
  float: left;
  margin-right: 10px;
}
form .form-row.buttons.confirm-delete button.confirm-undelete, form .form-row.buttons.confirm-undelete button.confirm-undelete {
  float: left;
  background: #20bb66;
  color: #fff;
}
form .form-row.buttons.confirm-delete button.confirm-undelete i, form .form-row.buttons.confirm-undelete button.confirm-undelete i {
  display: block;
  float: left;
  margin-right: 10px;
}
form .form-row.buttons.confirm-delete button.do-not-delete, form .form-row.buttons.confirm-delete button.do-not-undelete, form .form-row.buttons.confirm-undelete button.do-not-delete, form .form-row.buttons.confirm-undelete button.do-not-undelete {
  float: left;
  background: #4c96d9;
  color: #fff;
  margin-right: 20px;
}
form .form-row.buttons.confirm-delete button.do-not-delete i, form .form-row.buttons.confirm-delete button.do-not-undelete i, form .form-row.buttons.confirm-undelete button.do-not-delete i, form .form-row.buttons.confirm-undelete button.do-not-undelete i {
  display: block;
  float: left;
  margin-right: 10px;
}
.select-wrapper {
  height: 45px;
  width: 100%;
  padding: 13px 10px 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.select-wrapper.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.select-wrapper.error select {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.select-wrapper.valid.success-alert {
  border: 2px solid #4CAF50;
  color: green;
}
.select-wrapper select {
  width: 100%;
  font-size: 16px;
  border: 0;
  background: #fff;
}
.control-title {
  width: 100px;
  position: relative;
  top: 12px;
  font-size: 18px;
}
.toggle-wrapper {
  width: auto;
  height: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
.toggle-wrapper .toggle-left, .toggle-wrapper .toggle-right {
  width: auto;
  height: auto;
  padding: 10px 30px;
}
.toggle-wrapper .toggle-left .toggle-label, .toggle-wrapper .toggle-right .toggle-label {
  position: relative;
  z-index: 40000;
  width: 100%;
  font-size: 16px;
  color: #353535;
  text-align: center;
}
.toggle-wrapper .toggle-switch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 30000;
  background: #20bb66;
  transition: margin 300ms;
}
.toggle-wrapper.left .toggle-left .toggle-label, .toggle-wrapper.right .toggle-right .toggle-label {
  color: #fff;
}
.toggle-wrapper.right .toggle-switch {
  margin-left: 50%;
}
.form-message {
  height: auto;
  width: 100%;
  margin: 14px 0 0 0;
  padding: 10px 20px;
  font-size: 16px;
  display: none;
}
.form-message.main {
  mardin-top: 10px;
}
.form-message.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.form-message.success i {
  color: #155724;
}
.form-message.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.form-message.error i {
  color: #721c24;
}
.form-message.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.form-message.warning i {
  color: #856404;
}
.page-content.activity {
  max-width: 100%;
  margin: 70px 0 0 0;
}
.page-content.activity h1 i {
  float: right;
  margin-right: 2px;
}
.table.activity {
  margin: 0;
  width: 100%;
}
.table.activity .table-heading .table-row .table-data.activity-event-type {
  width: 15%;
  padding-left: 20px;
}
.table.activity .table-heading .table-row .table-data.activity-site-id {
  width: 6%;
}
.table.activity .table-heading .table-row .table-data.activity-device-id {
  width: 8%;
}
.table.activity .table-heading .table-row .table-data.activity-device-type {
  width: 8%;
}
.table.activity .table-heading .table-row .table-data.activity-user-id {
  width: 8%;
}
.table.activity .table-heading .table-row .table-data.activity-note {
  width: 37%;
}
.table.activity .table-heading .table-row .table-data.activity-ip-address {
  width: 9%;
  text-align: right;
}
.table.activity .table-heading .table-row .table-data.activity-date-time {
  width: 9%;
  text-align: right;
  padding-right: 20px;
}
.table.activity .table-rows .table-row {
  height: 62px;
  max-height: 62px;
  overflow: hidden;
}
.table.activity .table-rows .table-row .table-data.activity-event-type {
  width: 15%;
  padding-left: 20px;
}
.table.activity .table-rows .table-row .table-data.activity-site-id {
  width: 6%;
}
.table.activity .table-rows .table-row .table-data.activity-device-id {
  width: 8%;
}
.table.activity .table-rows .table-row .table-data.activity-device-type {
  width: 8%;
}
.table.activity .table-rows .table-row .table-data.activity-user-id {
  width: 8%;
}
.table.activity .table-rows .table-row .table-data.activity-note {
  width: 37%;
}
.table.activity .table-rows .table-row .table-data.activity-ip-address {
  width: 9%;
  text-align: right;
}
.table.activity .table-rows .table-row .table-data.activity-date-time {
  width: 9%;
  text-align: right;
  padding-right: 20px;
}
.filters.events {
  margin: 20px 0;
}
.filters.events .filter.by-start-date input[type="text"], .filters.events .filter.by-end-date input[type="text"] {
  border: 0;
  height: 32px;
  width: 1px;
  overflow: auto;
  margin: 0;
  font-size: 16px;
  padding: 0;
  position: relative;
  top: -6px;
  background: transparent;
  font-family: "Roboto", sans-serif;
  color: #404040;
}
.authentication-page-left {
  height: 100%;
  width: 45%;
  background: #231f20;
  text-align: center;
}
.authentication-page-left img {
  margin-top: calc(50% - 45px);
  height: 90px;
  width: auto;
}
.authentication-page-right {
  width: 55%;
  height: 100%;
  padding: 0;
}
.authentication-page-right form h3 {
  margin: 0 25px 20px 21px;
  color: #231f20;
}
.authentication-page-right form#user-login, .authentication-page-right form#reset-password, .authentication-page-right form#update-password {
  width: 100%;
  max-width: 560px;
  margin: 250px 0 0 150px;
  height: auto;
  padding: 60px 85px 40px 50px;
}
.authentication-page-right form#user-login .form-row, .authentication-page-right form#reset-password .form-row, .authentication-page-right form#update-password .form-row {
  width: 100%;
  padding: 0 0 20px 0;
}
.authentication-page-right form#user-login .form-row label, .authentication-page-right form#reset-password .form-row label, .authentication-page-right form#update-password .form-row label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  color: #757575;
}
.authentication-page-right form#user-login .form-row input[type="text"], .authentication-page-right form#user-login .form-row input[type="password"], .authentication-page-right form#user-login .form-row input[type="email"], .authentication-page-right form#reset-password .form-row input[type="text"], .authentication-page-right form#reset-password .form-row input[type="password"], .authentication-page-right form#reset-password .form-row input[type="email"], .authentication-page-right form#update-password .form-row input[type="text"], .authentication-page-right form#update-password .form-row input[type="password"], .authentication-page-right form#update-password .form-row input[type="email"] {
  height: 44px;
  width: 100%;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  color: #757575;
}
.authentication-page-right form#user-login .form-row.messages, .authentication-page-right form#reset-password .form-row.messages, .authentication-page-right form#update-password .form-row.messages {
  display: none;
  height: auto;
  margin: 20px 0 25px 21px;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
}
.authentication-page-right form#user-login .form-row.messages .close, .authentication-page-right form#reset-password .form-row.messages .close, .authentication-page-right form#update-password .form-row.messages .close {
  float: right;
  cursor: pointer;
}
.authentication-page-right form#user-login .form-row.messages .close:before, .authentication-page-right form#reset-password .form-row.messages .close:before, .authentication-page-right form#update-password .form-row.messages .close:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 14px;
  color: #757575;
}
.authentication-page-right form#user-login .form-row.messages.success, .authentication-page-right form#reset-password .form-row.messages.success, .authentication-page-right form#update-password .form-row.messages.success {
  color: #3fb575;
  border: 2px solid #3fb575;
}
.authentication-page-right form#user-login .form-row.messages.success .close:before, .authentication-page-right form#reset-password .form-row.messages.success .close:before, .authentication-page-right form#update-password .form-row.messages.success .close:before {
  color: #3fb575;
}
.authentication-page-right form#user-login .form-row.messages.error, .authentication-page-right form#reset-password .form-row.messages.error, .authentication-page-right form#update-password .form-row.messages.error {
  color: #f9461d;
  border: 2px solid #f9461d;
}
.authentication-page-right form#user-login .form-row.messages.error .close:before, .authentication-page-right form#reset-password .form-row.messages.error .close:before, .authentication-page-right form#update-password .form-row.messages.error .close:before {
  color: #f9461d;
}
.authentication-page-right form#user-login .form-row.messages.authenticating, .authentication-page-right form#reset-password .form-row.messages.authenticating, .authentication-page-right form#update-password .form-row.messages.authenticating {
  color: #757575;
  border: 1px solid #c4c4c4;
}
.authentication-page-right form#user-login .form-row.messages.authenticating .close, .authentication-page-right form#reset-password .form-row.messages.authenticating .close, .authentication-page-right form#update-password .form-row.messages.authenticating .close {
  display: none;
}
.authentication-page-right form#user-login .form-row.messages span i, .authentication-page-right form#reset-password .form-row.messages span i, .authentication-page-right form#update-password .form-row.messages span i {
  margin-left: 10px;
}
.authentication-page-right form#user-login .form-row.buttons, .authentication-page-right form#reset-password .form-row.buttons, .authentication-page-right form#update-password .form-row.buttons {
  padding: 0;
}
.authentication-page-right form#user-login .form-row.buttons button, .authentication-page-right form#reset-password .form-row.buttons button, .authentication-page-right form#update-password .form-row.buttons button {
  margin-right: 8px;
  padding: 10px 25px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  float: left;
}
.authentication-page-right form#user-login .form-row.buttons button i, .authentication-page-right form#reset-password .form-row.buttons button i, .authentication-page-right form#update-password .form-row.buttons button i {
  float: right;
  margin-left: 20px;
  position: relative;
  top: 1px;
}
.authentication-page-right form#user-login .form-row.buttons button.primary, .authentication-page-right form#reset-password .form-row.buttons button.primary, .authentication-page-right form#update-password .form-row.buttons button.primary {
  background: #d22127;
}
.authentication-page-right form#user-login .form-row.buttons button.inactive, .authentication-page-right form#reset-password .form-row.buttons button.inactive, .authentication-page-right form#update-password .form-row.buttons button.inactive {
  background: #eee;
}
.authentication-page-right form#user-login .form-row.buttons button.outlined, .authentication-page-right form#reset-password .form-row.buttons button.outlined, .authentication-page-right form#update-password .form-row.buttons button.outlined {
  background: transparent;
  border: 1px solid #6c61b3;
  color: #6c61b3;
  padding: 9px 19px;
}
.authentication-page-right form#user-login .form-row.buttons span.reset-password-link, .authentication-page-right form#user-login .form-row.buttons span.user-login-link, .authentication-page-right form#reset-password .form-row.buttons span.reset-password-link, .authentication-page-right form#reset-password .form-row.buttons span.user-login-link, .authentication-page-right form#update-password .form-row.buttons span.reset-password-link, .authentication-page-right form#update-password .form-row.buttons span.user-login-link {
  float: right;
  padding-top: 10px;
}
.authentication-page-right form#user-login .form-row.buttons span.reset-password-link a, .authentication-page-right form#user-login .form-row.buttons span.user-login-link a, .authentication-page-right form#reset-password .form-row.buttons span.reset-password-link a, .authentication-page-right form#reset-password .form-row.buttons span.user-login-link a, .authentication-page-right form#update-password .form-row.buttons span.reset-password-link a, .authentication-page-right form#update-password .form-row.buttons span.user-login-link a {
  font-size: 14px;
  font-weight: bold;
  color: #d22127;
}
.grid-items {
  height: calc(100% - 180px);
  width: calc(100% - 100px);
  margin: 0 50px;
  overflow: scroll;
}
.grid-items.paginated {
  height: calc(100% - 290px);
  margin-bottom: 30px;
}
.grid-items .grid-item {
  height: 200px;
  width: calc(10% - 9px);
  margin: 0 10px 10px 0;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
.grid-items .grid-item:nth-child(10n+10) {
  margin-right: 0;
}
.grid-items .grid-item:hover {
  background: rgba(232, 232, 232, 0.7);
  border: 1px solid #ddd;
  transition: 0.3s;
}
.grid-items .grid-item .grid-item-header {
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 17px;
}
.grid-items .grid-item .grid-item-header span.grid-item-status {
  clear: both;
  float: left;
  width: 100%;
  display: block;
  padding: 8px 0;
  margin: 0 0 10px 0;
  font-size: 18px;
}
.grid-items .grid-item .grid-item-row {
  width: 100%;
  height: auto;
  text-size: 10px;
}
.grid-items .grid-item .grid-item-row .value {
  width: 50%;
  height: 100%;
  padding: 0;
  text-size: inherit;
  color: inherit;
}
.grid-items .grid-item .grid-item-row.address .value {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.grid-items .grid-item .grid-item-footer {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}
.grid-items .grid-item .grid-item-footer .fuel-brand {
  width: 100%;
  height: auto;
  text-align: center;
}
.grid-items .grid-item .grid-item-footer .fuel-brand img {
  height: auto;
  width: 27%;
  border-radius: 4px;
}
.table.sites {
  margin: 0 50px;
  position: relative;
  height: calc(100% - 340px);
  width: calc(100% - 100px);
}
.table.sites .table-heading {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 80000;
}
.table.sites .table-heading .table-row .table-data.site-device {
  width: 9%;
  padding-left: 20px;
}
.table.sites .table-heading .table-row .table-data.site-store-id {
  width: 8%;
}
.table.sites .table-heading .table-row .table-data.site-customer {
  width: 12%;
}
.table.sites .table-heading .table-row .table-data.site-store-brand {
  width: 8%;
}
.table.sites .table-heading .table-row .table-data.site-fuel-brand {
  width: 8%;
  text-align: center;
}
.table.sites .table-heading .table-row .table-data.site-pvsi {
  width: 8%;
  padding-left: 20px;
}
.table.sites .table-heading .table-row .table-data.site-pvin {
  width: 10%;
  padding-left: 20px;
}
.table.sites .table-heading .table-row .table-data.site-address {
  width: 12%;
}
.table.sites .table-heading .table-row .table-data.site-status {
  width: 15%;
  text-align: center;
}
.table.sites .table-heading .table-row .table-data.site-actions {
  width: 132px;
  float: right;
  text-align: center;
  padding-right: 20px;
}
.table.sites .table-subheading.needs-attention {
  color: #bd0000;
}
.table.sites .table-subheading span.hide, .table.sites .table-subheading span.show {
  float: right;
  color: #353535;
  margin-right: 28px;
  cursor: pointer;
}
.table.sites .table-rows {
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 46px;
}
.table.sites .table-rows .table-row {
  padding: 12px 0 4px 0;
  max-width: 100%;
}
.table.sites .table-rows .table-row .table-data.site-device {
  width: 9%;
  padding-left: 20px;
}
.table.sites .table-rows .table-row .table-data.site-store-id {
  width: 8%;
}
.table.sites .table-rows .table-row .table-data.site-customer {
  width: 12%;
}
.table.sites .table-rows .table-row .table-data.site-store-brand {
  width: 8%;
}
.table.sites .table-rows .table-row .table-data.site-store-brand label {
  display: block;
  float: left;
  top: 5px;
  font-size: 16px;
  color: #757575;
}
.table.sites .table-rows .table-row .table-data.site-fuel-brand {
  width: 8%;
  text-align: center;
}
.table.sites .table-rows .table-row .table-data.site-fuel-brand img {
  height: 40px;
  width: 40px;
  margin-top: -9px;
  border: 1px solid #999;
  border-radius: 4px;
  position: relative;
  top: -3px;
}
.table.sites .table-rows .table-row .table-data.site-pvsi {
  width: 8%;
  padding-left: 20px;
}
.table.sites .table-rows .table-row .table-data.site-pvin {
  width: 10%;
  padding-left: 20px;
}
.table.sites .table-rows .table-row .table-data.site-address {
  width: 12%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.sites .table-rows .table-row .table-data.site-status {
  width: 15%;
  text-align: center;
}
.table.sites .table-rows .table-row .table-data.site-status.deleted {
  color: red;
}
.table.sites .table-rows .table-row .table-data.site-status span {
  display: inline;
  float: none;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.table.sites .table-rows .table-row .table-data.site-actions {
  width: 132px;
  float: right;
  text-align: center;
  padding-right: 20px;
}
.table.sites .table-rows .table-row .table-data.site-actions button {
  width: 100%;
  padding: 11px 0 10px 0;
  border-radius: 4px;
  position: relative;
  top: -12px;
}
.table.sites .table-rows .table-row .table-data.site-actions button.manage-site, .table.sites .table-rows .table-row .table-data.site-actions button.view-site {
  background: #4c96d9;
  color: #fff;
  cursor: pointer;
}
.table.sites .table-rows .table-row .table-data.site-actions button.edit-site {
  background: #ccc;
  color: #353535;
  cursor: pointer;
}
.table.sites .table-rows .table-row .table-data.site-actions button.register-site {
  background: #ccc;
  color: #353535;
  cursor: pointer;
}
/* above the table */
.table-buttons.sites-table {
  margin-top: 0;
}
.table-buttons.sites-table .searchbox {
  float: left;
  height: auto;
  width: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 12px 5px 10px;
}
.table-buttons.sites-table .searchbox input[type="text"]#site-search {
  height: 28px;
  width: 300px;
  padding: 4px 0 0 0;
  font-size: 16px;
  color: #353535;
  border: 0;
  outline: 0;
}
.table-buttons.sites-table .searchbox i {
  font-size: 18px;
  color: #999;
  position: relative;
  top: 2px;
}
.table-buttons.sites-table button#create-site {
  margin-left: 12px;
  background: #f4f4f4;
  color: #404040;
  border: 1px solid #e0e0e0;
}
#map {
  height: calc(100% - 60px);
  width: calc(100% - 100px);
  margin: 10px 50px 50px 50px;
  overflow: hidden;
}
.info_content {
  width: 200px;
  height: auto;
  margin: 0 0 0 -5px;
  padding: 0 5px 15px 0;
  text-align: center;
}
.info_content img {
  width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  height: auto;
  margin: 0 0 10px -5px;
}
.info_content h2 {
  margin: -5px 0 5px 0;
  width: 100%;
  text-align: center;
}
.info_content h3 {
  width: 100%;
  text-align: center;
  margin: -5px 0 0 0;
}
.info_content a.streetview {
  display: block;
  float: left;
  width: calc(100% - 8px);
  margin-top: 16px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #e77500;
  font-weight: bold;
  padding: 8px 20px;
}
.info_content a.streetview i {
  margin-right: 10px;
}
#overlay .modal.sign-panel-view {
  width: 1080px;
  left: calc(50% - 540px);
}
#overlay .modal.sign-panel-view .outer-panel {
  width: 100%;
  height: 500px;
  background: #757575;
}
#overlay .modal.sign-panel-view .outer-panel .digit {
  width: 9px;
  height: 9px;
  background: #252525;
  margin: 0 1px 1px 0;
}
#overlay .modal.sign-panel-view .outer-panel .digit:nth-child(100n + 100) {
  margin: 0 0 1px 0;
}
#overlay .modal.sign-panel-view .outer-panel .digit#n106, #overlay .modal.sign-panel-view .outer-panel .digit#n107, #overlay .modal.sign-panel-view .outer-panel .digit#n108, #overlay .modal.sign-panel-view .outer-panel .digit#n109, #overlay .modal.sign-panel-view .outer-panel .digit#n110, #overlay .modal.sign-panel-view .outer-panel .digit#n111, #overlay .modal.sign-panel-view .outer-panel .digit#n112, #overlay .modal.sign-panel-view .outer-panel .digit#n113, #overlay .modal.sign-panel-view .outer-panel .digit#n114, #overlay .modal.sign-panel-view .outer-panel .digit#n115, #overlay .modal.sign-panel-view .outer-panel .digit#n116, #overlay .modal.sign-panel-view .outer-panel .digit#n117, #overlay .modal.sign-panel-view .outer-panel .digit#n118, #overlay .modal.sign-panel-view .outer-panel .digit#n119, #overlay .modal.sign-panel-view .outer-panel .digit#n120, #overlay .modal.sign-panel-view .outer-panel .digit#n121, #overlay .modal.sign-panel-view .outer-panel .digit#n122, #overlay .modal.sign-panel-view .outer-panel .digit#n123 {
  background: red;
}
.page-content.site-info {
  padding: 10px 0 0 0;
  margin: 0 50px 50px 50px;
}
.page-content.site-info h2 {
  width: 100%;
  clear: both;
  font-size: 18px;
  margin: 0;
  padding-left: 3px;
}
.page-content.site-info .table.site-device {
  margin: 0 0 20px 0;
  width: 100%;
}
.page-content.site-info .table.site-device .table-heading .table-row .table-data.info-type {
  width: 266px;
  text-align: left;
  padding-left: 16px;
}
.page-content.site-info .table.site-device .table-heading .table-row .table-data.info-model {
  width: 300px;
  text-align: center;
  padding-left: 20px;
}
.page-content.site-info .table.site-device .table-heading .table-row .table-data.info-pvin {
  width: 300px;
  text-align: center;
  padding-left: 28px;
}
.page-content.site-info .table.site-device .table-heading .table-row .table-data.info-firmware {
  width: 300px;
  text-align: center;
}
.page-content.site-info .table-row.pos-product-tiers {
  height: 78px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.page-content.site-info .table-row.pos-product-tiers .table-data:empty::after {
  content: "----";
  color: #bbb;
}
.page-content.site-info .table-row.pos-product-tiers .table-data.pos-product-tier {
  width: 6.25%;
}
.page-content.site-info .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-name, .page-content.site-info .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-price {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.page-content.site-info .table.info-signs {
  margin: 0;
  width: 100%;
  border: 0;
}
.page-content.site-info .table.info-signs .table-heading.sign {
  height: 51px;
  max-height: 51px;
  margin-top: 10px;
  padding: 2px 0 0 16px;
  color: #fff;
  font-weight: bold;
}
.page-content.site-info .table.info-signs .table-heading.sign .table-row .table-data.sign-info-device {
  width: 250px;
}
.page-content.site-info .table.info-signs .table-heading.sign .table-row .table-data.sign-info-device i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.site-info .table.info-signs .table-heading.sign .table-row .sign-info-location {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}
.page-content.site-info .table.info-signs .table-heading.sign .table-row .sign-info-type {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}
.page-content.site-info .table.info-signs .table-heading.sign .table-row .sign-info-faces {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
}
.page-content.site-info .table.info-signs .table-rows {
  width: 100%;
}
.page-content.site-info .table.info-signs .table-rows .devices, .page-content.site-info .table.info-signs .table-rows .smart-link, .page-content.site-info .table.info-signs .table-rows .smart-port {
  height: auto;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.page-content.site-info .table.info-signs .table-rows .devices .table-row.heading {
  background: #d2d2d2 !important;
}
.page-content.site-info .table.info-signs .table-rows .panels {
  height: auto;
  width: calc(100% - 39px);
  margin: 10px 0 0 39px;
  display: none;
}
.page-content.site-info .table.info-signs .table-rows .panels .panel {
  height: auto;
  width: 100%;
  margin: 0;
  display: block;
}
.page-content.site-info .table.info-signs .table-rows .digits {
  height: auto;
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  display: none;
}
.page-content.site-info .table.info-signs .table-rows .table-row {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data {
  height: auto;
  padding: 15px 0 0 0;
  overflow: auto;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data.info-device-name {
  width: 250px;
  float: left;
  padding-left: 20px;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data.info-device-name i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data.info-device-model {
  width: 300px;
  float: left;
  text-align: center;
  padding-left: 40px;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data.info-device-serial {
  width: 300px;
  float: left;
  padding-left: 50px;
  text-align: center;
}
.page-content.site-info .table.info-signs .table-rows .table-row .table-data.info-device-firmware {
  width: 300px;
  float: left;
  padding-left: 32px;
  text-align: center;
}
.page-content.site-info .table.info-signs .table-rows .table-row.panel-row {
  margin-bottom: 10px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.panel-row .info-device-name {
  width: 208px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.panel-row .info-device-model {
  padding-left: 46px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.panel-row .info-device-serial {
  padding-left: 55px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.panel-row .info-device-firmware {
  padding-left: 40px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.digit-row {
  margin-bottom: 10px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.digit-row .info-device-name {
  width: 160px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.digit-row .info-device-model {
  padding-left: 42px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.digit-row .info-device-serial {
  padding-left: 52px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.digit-row .info-device-firmware {
  padding-left: 35px;
}
.page-content.site-info .table.info-signs .table-rows .table-row.heading {
  font-weight: bold;
  height: 51px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
}
.table-row.sign-product-tiers {
  height: auto;
  padding-bottom: 13px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.table-row.sign-product-tiers .table-data:empty::after {
  content: "----";
  color: #bbb;
}
.table-row.sign-product-tiers .sign-no-products {
  width: 25%;
  padding-left: 20px;
}
.table-row.sign-product-tiers .table-data.sign-product-tier {
  width: 6.25%;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-name, .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-price, .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-price {
  margin-top: 4px;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status .status-bubble {
  display: block;
  margin: 0 calc(50% - 25px);
  padding: 0;
  height: 15px;
  width: 50px;
  border-radius: 10px;
  position: relative;
  top: 8px;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status .status-bubble.online {
  background: #20BB66;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status .status-bubble.offline {
  background: #ececec;
}
.table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status .status-bubble.mismatch {
  background: #e5de00;
}
.page-content h1 {
  padding-left: 3px;
}
.page-content h1 span.details {
  float: left;
  font-size: 18px;
  position: relative;
  top: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}
.page-content h1 span.details .detail {
  padding: 8px 20px;
  background: #f4f4f4;
  margin: 0 10px 10px 0;
  border: 1px solid #e0e0e0;
  font-weight: normal;
}
.page-content.costarpass-site-status {
  padding: 10px 0 0 0;
  margin: 0 50px 50px 50px;
  min-height: 2000px;
}
.page-content.costarpass-site-status h2 {
  width: 100%;
  clear: both;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-left: 3px;
}
.page-content.costarpass-site-status .table.site-device {
  margin: 0 0 20px 0;
  width: 100%;
}
.page-content.costarpass-site-status .table.site-device .table-heading .table-row {
  height: 51px;
  padding-top: 2px;
}
.page-content.costarpass-site-status .table.site-device .table-heading .table-row .table-data.info-type {
  width: 10%;
  text-align: left;
  padding-left: 16px;
}
.page-content.costarpass-site-status .table.site-device .table-heading .table-row .table-data.info-pvin {
  width: 10%;
  text-align: center;
  padding-left: 28px;
}
.page-content.costarpass-site-status .table.site-device .table-heading .table-row .table-data.status-status {
  width: auto;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.costarpass-site-status .table.site-device .table-heading .table-row .table-data.status-status span {
  display: block;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.costarpass-site-status .table-row.pos-product-tiers {
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  padding: 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.page-content.costarpass-site-status .table-row.pos-product-tiers .table-data.pos-product-tier {
  width: 6.25%;
}
.page-content.costarpass-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-name, .page-content.costarpass-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-price {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.page-content.costarpass-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-status {
  width: 100%;
  clear: both;
  text-align: center;
}
.page-content.costarpass-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-status span {
  width: 40%;
  margin: 5px 0 0 30%;
  height: 10px;
  border-radius: 10px;
  background: #f4f4f4;
}
.page-content.costarpass-site-status .table.status-signs {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border: 0;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign {
  height: 51px;
  max-height: 51px;
  margin-top: 10px;
  padding: 2px 0 0 16px;
  color: #fff;
  font-weight: bold;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .table-data.site-status-device {
  width: 100px;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .table-data.site-status-device i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .site-status-location {
  width: auto;
  float: left;
  text-align: left;
  color: #fff;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .site-sign-show-errors {
  width: auto;
  float: right;
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: -2px;
  color: #fff;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .site-sign-show-errors i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .sign-status {
  width: auto;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.costarpass-site-status .table.status-signs .table-heading.sign .table-row .sign-status span {
  display: block;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers {
  width: 100%;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  padding: 20px 10px 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data:empty::after {
  content: "----";
  color: #bbb;
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data.sign-product-tier {
  width: 6.25%;
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-name, .page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-price {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status {
  width: 100%;
  clear: both;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-row.sign-product-tiers .table-data.sign-product-tier .sign-product-tier-status span {
  width: 40%;
  margin: 5px 0 0 30%;
  height: 10px;
  border-radius: 10px;
  background: #f4f4f4;
}
.page-content.costarpass-site-status .table.status-signs .table-rows {
  width: 100%;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .smart-link, .page-content.costarpass-site-status .table.status-signs .table-rows .smart-port {
  height: auto;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .panels {
  height: auto;
  width: calc(100% - 50px);
  margin: 10px 0 0 50px;
  display: none;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .panels .panel {
  height: auto;
  width: 100%;
  margin: 0;
  display: block;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .digits {
  height: auto;
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  display: none;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row .table-data {
  height: auto;
  padding: 15px 0 0 0;
  overflow: auto;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row .table-data.device-name {
  width: 10%;
  float: left;
  padding-left: 20px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row .table-data.device-name i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row .table-data.device-status {
  width: 200px;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row .table-data.device-status span {
  display: block;
  float: right;
  padding: 10px 20px 9px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.smart-link-row, .page-content.costarpass-site-status .table.status-signs .table-rows .table-row.smart-port-row {
  height: auto;
  width: 100%;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.smart-link-row.heading, .page-content.costarpass-site-status .table.status-signs .table-rows .table-row.smart-port-row.heading {
  height: 51px;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row {
  display: block;
  width: 100%;
  height: 51px;
  margin: 0 0 10px 0;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row.heading {
  height: 51px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-name {
  width: 175px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-face {
  width: 130px;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-brightness {
  width: 130px;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products {
  width: 15%;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-name, .page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-price {
  width: 100%;
  font-size: 13px;
  text-align: center !important;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-price {
  margin: 1px 0 3px 0;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-status {
  width: 100%;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-status span.status-bubble {
  height: 5px;
  width: 20%;
  margin-left: 40%;
  border-radius: 5px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product.empty {
  top: 2px;
  text-align: center;
  width: 6%;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product.empty i {
  display: inline;
  float: none;
  font-size: 18px;
  color: #999;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-status .opcr-indicator {
  display: block;
  float: right;
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 50%;
  background: #999;
  position: relative;
  top: 2px;
  left: -15px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.digit-row {
  display: block;
  width: 100%;
  height: 51px;
  margin: 0 0 10px 0;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-name {
  width: 124px;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-value {
  width: 130px;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-brightness {
  width: 130px;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-circuits {
  width: 15%;
  text-align: center;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.heading .table-data {
  font-weight: bold;
  color: #231f20;
}
.page-content.costarpass-site-status .table.status-signs .table-rows .table-row.heading .table-data span {
  font-weight: normal;
}
.page-content.costarpass-site-status .site-status-legend {
  width: 100%;
  float: left;
  padding: 10px 0 20px 5px;
  border-bottom: 1px solid #e0e0e0;
}
.page-content.costarpass-site-status .site-status-legend span.timestamp {
  float: left;
  font-size: 16px;
  color: #757575;
  position: relative;
  top: 0;
  border: 0;
}
.page-content.costarpass-site-status .site-status-legend button.update {
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 20px;
  background: #4c96d9;
  color: #fff;
  padding: 10px 20px 9px 20px !important;
  font-size: 14px;
  height: 36px;
  border-radius: 4px;
  position: relative;
  top: -10px;
  border: 0;
  text-transform: uppercase;
}
.page-content.costarpass-site-status .site-status-legend span.sitewide-status {
  display: block;
  float: right;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.filters .filter.fuel-logo {
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
  left: -1px;
  padding: 0;
}
.filters .filter.fuel-logo img {
  height: 100%;
  width: auto;
}
.filters .filter.site-id {
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
  background: #fff;
  border-right: 0;
  font-weight: bold;
  padding-top: 18px;
}
.site-details {
  display: none;
  position: absolute;
  height: auto;
  width: 400px;
  padding: 30px 20px 40px 20px;
  z-index: 40000;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-top: 0;
  -webkit-box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
}
.site-details .close {
  position: relative;
  right: 0;
  top: 0px;
  width: auto;
  height: 20px;
  float: right;
  font-weight: 20px;
}
.site-details a.streetview {
  display: block;
  float: left;
  width: 260px;
  margin: 16px 0 0 50px;
  font-size: 18px;
  text-align: cente;
  color: #fff;
  background: #e77500;
  font-weight: bold;
  padding: 8px 20px;
}
.site-details a.streetview i {
  margin-right: 10px;
}
.site-downloads {
  display: none;
  position: absolute;
  height: auto;
  width: 400px;
  padding: 30px 20px 40px 20px;
  z-index: 40000;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-top: 0;
  -webkit-box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 45px -23px rgba(0, 0, 0, 0.75);
}
.site-downloads .close {
  position: relative;
  right: 0;
  top: 0px;
  width: auto;
  height: 20px;
  float: right;
  font-weight: 20px;
}
.site-downloads h4 {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.site-downloads .download-row {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}
.site-downloads .download-row i {
  float: right;
  position: relative;
  top: 6px;
}
form#control-form .form-row.options {
  height: auto;
  width: 66%;
  margin-right: 20px;
}
form#control-form .form-row.options button {
  height: auto;
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
  border: 0;
  border-radius: 4px;
  background: #bdd5d9;
  color: #124850;
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
}
form#control-form .form-row.options button span.function {
  display: inline;
  float: none;
}
form#control-form .form-row.options button.disabled {
  background: #d2d2d2;
  color: #353535;
  cursor: default;
}
form#control-form .form-row.options button.disabled:hover {
  background: #d2d2d2;
}
form#control-form .form-row.options button.dirty {
  background: #4c96d9;
  color: #fff;
}
form#control-form .form-row.options button.dirty:hover {
  background: #4c96d9;
}
form#control-form .form-row.options button:hover {
  background: #adc9cd;
}
form#control-form .form-row.options button:nth-child(2n+2) {
  margin-right: 0;
}
form#control-form .form-row.options .additional-controls {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
form#control-form .form-row.options .additional-controls i {
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 10px;
}
form#control-form .form-row.options .additional-controls i.fa-check-square {
  color: #4c96d9;
}
form#control-form .form-row.options .additional-controls i.fa-square {
  color: #999;
  display: none;
}
form#control-form .form-row.options .additional-controls label {
  display: block;
  float: left;
  font-size: 16px;
  color: #231f20;
}
form#control-form .form-row.settings {
  height: auto;
  width: calc(34% - 20px);
}
form#control-form .form-row.settings .form-row-setting {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
form#control-form .form-row.settings .form-row-setting .label {
  height: auto;
  width: 50%;
  font-size: 16px;
  color: #231f20;
}
form#control-form .form-row.settings .form-row-setting .label.with-checkbox {
  width: 100%;
}
form#control-form .form-row.settings .form-row-setting .label.with-checkbox i {
  font-size: 20px;
  margin-right: 10px;
}
form#control-form .form-row.settings .form-row-setting .label.with-checkbox i.fa-check-square {
  color: #4c96d9;
}
form#control-form .form-row.settings .form-row-setting .setting {
  font-size: 16px;
  color: #757575;
  width: 50%;
}
form#control-form .form-row.settings .form-row-setting .setting input[type="text"], form#control-form .form-row.settings .form-row-setting .setting input[type="number"] {
  display: block;
  float: left;
  height: 28px;
  width: 70px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 5px 10px;
  color: #757575;
  margin-right: 10px;
  background: #fff;
}
form#control-form .form-row.settings .form-row-setting .setting span.input-label {
  display: block;
  float: left;
  font-size: 16px;
  color: #757575;
}
form#control-form .form-row.settings .form-row-setting .setting select {
  display: block;
  float: left;
  height: 28px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 5px 10px;
  color: #757575;
  background: #fff;
}
form#control-form .form-row.settings .form-row-setting.with-input .label {
  position: relative;
  top: 5px;
}
form#control-form .buttons button.update {
  background: #d22127;
  color: #fff;
}
form#control-form .buttons button.cancel {
  background: #ccc;
  color: #231f20;
  margin-right: 20px;
}
form#control-form .buttons select#view-as {
  display: block;
  float: left;
  height: 36px;
  width: auto;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 5px 10px;
  color: #353535;
  background: #fff;
  font-size: 16px;
  position: relative;
  top: -5px;
}
.page-content.pvstar-site-status {
  padding: 10px 0 0 0;
  margin: 0 50px 50px 50px;
  min-height: 2000px;
}
.page-content.pvstar-site-status h2 {
  width: 100%;
  clear: both;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-left: 3px;
}
.page-content.pvstar-site-status .table.site-device {
  margin: 0 0 20px 0;
  width: 100%;
}
.page-content.pvstar-site-status .table.site-device .table-heading .table-row {
  height: 51px;
  padding-top: 2px;
}
.page-content.pvstar-site-status .table.site-device .table-heading .table-row .table-data.info-type {
  width: 6.25%;
  text-align: center;
  padding-left: 16px;
}
.page-content.pvstar-site-status .table.site-device .table-heading .table-row .table-data.info-pvin {
  width: 12.5%;
  text-align: center;
  padding-left: 28px;
}
.page-content.pvstar-site-status .table.site-device .table-heading .table-row .table-data.status-status {
  width: auto;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.pvstar-site-status .table.site-device .table-heading .table-row .table-data.status-status span {
  display: block;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.pvstar-site-status .table-row.pos-product-tiers {
  height: 78px;
  min-height: 78px;
  max-height: 78px;
  padding: 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.page-content.pvstar-site-status .table-row.pos-product-tiers .table-data:empty::after {
  content: "----";
  color: #bbb;
}
.page-content.pvstar-site-status .table-row.pos-product-tiers .table-data.pos-product-tier {
  width: 6.25%;
}
.page-content.pvstar-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-name, .page-content.pvstar-site-status .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-price {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.page-content.pvstar-site-status .table.status-signs {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border: 0;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign {
  height: 51px;
  max-height: 51px;
  margin-top: 10px;
  padding: 2px 0 0 16px;
  color: #fff;
  font-weight: bold;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .table-data.site-status-device {
  width: 100px;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .table-data.site-status-device i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .site-status-location {
  width: auto;
  float: left;
  text-align: left;
  color: #fff;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .site-sign-show-alerts {
  width: auto;
  float: right;
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: -2px;
  color: #fff;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .site-sign-show-alerts i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .sign-status {
  width: auto;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.pvstar-site-status .table.status-signs .table-heading.sign .table-row .sign-status span {
  display: block;
  float: right;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.pvstar-site-status .table.status-signs .table-rows {
  width: 100%;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .smart-link, .page-content.pvstar-site-status .table.status-signs .table-rows .smart-port {
  height: auto;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .panels {
  height: auto;
  width: calc(100% - 50px);
  margin: 10px 0 0 50px;
  display: none;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .panels .panel {
  height: auto;
  width: 100%;
  margin: 0;
  display: block;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .digits {
  height: auto;
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  display: none;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row .table-data {
  height: auto;
  padding: 15px 0 0 0;
  overflow: auto;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row .table-data.device-name {
  width: 10%;
  float: left;
  padding-left: 20px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row .table-data.device-name i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row .table-data.device-status {
  width: 200px;
  padding-right: 7px;
  float: right;
  text-align: right;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row .table-data.device-status span {
  display: block;
  float: right;
  padding: 10px 20px 9px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
  font-weight: normal;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.smart-link-row, .page-content.pvstar-site-status .table.status-signs .table-rows .table-row.smart-port-row {
  height: auto;
  width: 100%;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.smart-link-row.heading, .page-content.pvstar-site-status .table.status-signs .table-rows .table-row.smart-port-row.heading {
  height: 51px;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row {
  display: block;
  width: 100%;
  height: 51px;
  margin: 0 0 10px 0;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row.heading {
  height: 51px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-name {
  width: 175px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-face {
  width: 130px;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-brightness {
  width: 130px;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products {
  width: 15%;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  top: -10px;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-name, .page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-price {
  width: 100%;
  font-size: 13px;
  text-align: center !important;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-price {
  margin: 1px 0 3px 0;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-status {
  width: 100%;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product .device-product-status span.status-bubble {
  height: 5px;
  width: 20%;
  margin-left: 40%;
  border-radius: 5px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product.empty {
  top: 2px;
  text-align: center;
  width: 6%;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-products .device-product.empty i {
  display: inline;
  float: none;
  font-size: 18px;
  color: #999;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.panel-row .table-data.device-status .opcr-indicator {
  display: block;
  float: right;
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 50%;
  background: #999;
  position: relative;
  top: 2px;
  left: -15px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.digit-row {
  display: block;
  width: 100%;
  height: 51px;
  margin: 0 0 10px 0;
  background: #ddd;
  border: 1px solid #e0e0e0;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-name {
  width: 124px;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-value {
  width: 130px;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-brightness {
  width: 130px;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.digit-row .table-data.device-circuits {
  width: 15%;
  text-align: center;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.heading .table-data {
  font-weight: bold;
  color: #231f20;
}
.page-content.pvstar-site-status .table.status-signs .table-rows .table-row.heading .table-data span {
  font-weight: normal;
}
.page-content.pvstar-site-status .site-status-legend {
  width: 100%;
  float: left;
  padding: 10px 0 20px 5px;
  border-bottom: 1px solid #e0e0e0;
}
.page-content.pvstar-site-status .site-status-legend span.timestamp {
  float: left;
  font-size: 16px;
  color: #757575;
  position: relative;
  top: 0;
  border: 0;
}
.page-content.pvstar-site-status .site-status-legend button.update {
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 20px;
  background: #4c96d9;
  color: #fff;
  padding: 10px 20px 9px 20px !important;
  font-size: 14px;
  height: 36px;
  border-radius: 4px;
  position: relative;
  top: -10px;
  border: 0;
  text-transform: uppercase;
}
.page-content.pvstar-site-status .site-status-legend span.sitewide-status {
  display: block;
  float: right;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 14px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  top: -9px;
}
@keyframes pulse {
  0% {
    transform: scale(0.85);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.page-content.pvstar-site-info {
  padding: 10px 0 0 0;
  margin: 0 50px 50px 50px;
  min-height: 2000px;
}
.page-content.pvstar-site-info h2 {
  width: 100%;
  clear: both;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding-left: 3px;
}
.page-content.pvstar-site-info .table.site-device {
  margin: 0 0 20px 0;
  width: 100%;
}
.page-content.pvstar-site-info .table.site-device .table-heading .table-row .table-data.info-type {
  width: 266px;
  text-align: left;
  padding-left: 16px;
}
.page-content.pvstar-site-info .table.site-device .table-heading .table-row .table-data.info-model {
  width: 300px;
  text-align: center;
  padding-left: 20px;
}
.page-content.pvstar-site-info .table.site-device .table-heading .table-row .table-data.info-pvin {
  width: 300px;
  text-align: center;
  padding-left: 28px;
}
.page-content.pvstar-site-info .table.site-device .table-heading .table-row .table-data.info-firmware {
  width: 300px;
  text-align: center;
}
.page-content.pvstar-site-info .table-row.pos-product-tiers {
  height: 78px;
  min-height: 78px;
  max-height: 78px;
  padding: 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  background: #f4f4f4;
  background: linear-gradient(180deg, #f4f4f4 0%, white 100%);
}
.page-content.pvstar-site-info .table-row.pos-product-tiers .table-data:empty::after {
  content: "----";
  color: #bbb;
}
.page-content.pvstar-site-info .table-row.pos-product-tiers .table-data.pos-product-tier {
  width: 6.25%;
}
.page-content.pvstar-site-info .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-name, .page-content.pvstar-site-info .table-row.pos-product-tiers .table-data.pos-product-tier .pos-product-tier-price {
  width: 100%;
  clear: both;
  text-align: center;
  color: #000;
}
.page-content.pvstar-site-info .table.info-signs {
  margin: 0;
  width: 100%;
  border: 0;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign {
  height: 51px;
  max-height: 51px;
  margin-top: 10px;
  padding: 2px 0 0 16px;
  color: #fff;
  font-weight: bold;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign .table-row .table-data.sign-info-device {
  width: 250px;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign .table-row .table-data.sign-info-device i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign .table-row .sign-info-location {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign .table-row .sign-info-type {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
  padding-left: 20px;
}
.page-content.pvstar-site-info .table.info-signs .table-heading.sign .table-row .sign-info-faces {
  width: 300px;
  float: left;
  text-align: center;
  color: #fff;
}
.page-content.pvstar-site-info .table.info-signs .table-rows {
  width: 100%;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .devices, .page-content.pvstar-site-info .table.info-signs .table-rows .smart-link, .page-content.pvstar-site-info .table.info-signs .table-rows .smart-port {
  height: auto;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .devices .table-row.heading {
  background: #d2d2d2 !important;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .panels {
  height: auto;
  width: calc(100% - 39px);
  margin: 10px 0 0 39px;
  display: none;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .panels .panel {
  height: auto;
  width: 100%;
  margin: 0;
  display: block;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .digits {
  height: auto;
  width: calc(100% - 50px);
  margin: 0 0 0 50px;
  display: none;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data {
  height: auto;
  padding: 15px 0 0 0;
  overflow: auto;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data.info-device-name {
  width: 250px;
  float: left;
  padding-left: 20px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data.info-device-name i {
  margin-right: 10px;
  position: relative;
  top: 0;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data.info-device-model {
  width: 300px;
  float: left;
  text-align: center;
  padding-left: 40px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data.info-device-serial {
  width: 300px;
  float: left;
  padding-left: 50px;
  text-align: center;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row .table-data.info-device-firmware {
  width: 300px;
  float: left;
  padding-left: 32px;
  text-align: center;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.panel-row {
  margin-bottom: 10px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.panel-row .info-device-name {
  width: 208px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.panel-row .info-device-model {
  padding-left: 46px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.panel-row .info-device-serial {
  padding-left: 55px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.panel-row .info-device-firmware {
  padding-left: 40px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.digit-row {
  margin-bottom: 10px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.digit-row .info-device-name {
  width: 160px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.digit-row .info-device-model {
  padding-left: 42px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.digit-row .info-device-serial {
  padding-left: 52px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.digit-row .info-device-firmware {
  padding-left: 35px;
}
.page-content.pvstar-site-info .table.info-signs .table-rows .table-row.heading {
  font-weight: bold;
  height: 51px;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
}
.page-content.site-installation {
  max-width: 100%;
  margin: 0 0 0 50px;
  padding-top: 20px;
  height: auto;
  overflow: scroll;
}
.page-content.site-installation h1 i {
  float: right;
  margin-right: 2px;
}
.page-content.site-installation h3.sign-number {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 32px 0 10px 0;
}
.table.site-installation-checklist {
  margin: 0;
  width: 100%;
}
.table.site-installation-checklist .table-heading .table-row .table-data.checklist-date-time {
  width: 15%;
  padding-left: 20px;
}
.table.site-installation-checklist .table-heading .table-row .table-data.checklist-item {
  width: 25%;
}
.table.site-installation-checklist .table-heading .table-row .table-data.checklist-value {
  width: 25%;
}
.table.site-installation-checklist .table-heading .table-row .table-data.checklist-actions {
  width: 35%;
  float: right;
  text-align: right;
  padding-right: 20px;
}
.table.site-installation-checklist .table-rows .table-row {
  height: 62px;
  max-height: 62px;
  overflow: hidden;
}
.table.site-installation-checklist .table-rows .table-row .table-data.checklist-date-time {
  width: 15%;
  padding-left: 20px;
}
.table.site-installation-checklist .table-rows .table-row .table-data.checklist-item {
  width: 25%;
}
.table.site-installation-checklist .table-rows .table-row .table-data.checklist-value {
  width: 25%;
}
.table.site-installation-checklist .table-rows .table-row .table-data.checklist-actions {
  width: 35%;
  float: right;
  text-align: right;
  padding-right: 20px;
}
.page-content.pvstar-site-status .site-product-tiers {
  height: 50px;
  width: 100%;
  margin: 30px 0 10px 0;
}
.page-content.pvstar-site-status .site-product-tiers .site-product-tiers-label {
  width: 260px;
  padding-top: 12px;
  font-size: 21px;
  font-weight: bold;
}
.page-content.pvstar-site-status .site-product-tiers .site-product-tier-prices {
  width: calc(100% - 260px);
}
.page-content.pvstar-site-status .site-product-tiers .site-product-tier-prices .site-product-tier-price {
  width: 7.5%;
  margin: 0;
  text-align: center;
}
.page-content.pvstar-site-status .site-product-tiers .site-product-tier-prices .site-product-tier-price .tier-name {
  width: 100%;
  margin: 0 0 6px 0;
  font-size: 16px;
}
.page-content.pvstar-site-status .site-product-tiers .site-product-tier-prices .site-product-tier-price .tier-price {
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #2ea81a;
}
.page-content.pvstar-site-status .signs {
  width: 100%;
  height: auto;
}
.page-content.pvstar-site-status .signs .sign {
  width: 100%;
  height: auto;
}
.page-content.pvstar-site-status .signs .sign .content-column {
  height: auto;
  min-height: 400px;
  margin: 0 10px 0 0;
}
.page-content.pvstar-site-status .signs .sign .content-column.left {
  width: 250px;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block {
  height: auto;
  width: 100%;
  background: #f4f4f4;
  padding: 16px 20px;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block.sign {
  height: auto;
  margin-bottom: 10px;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block.smart-link {
  height: auto;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block .content-block-title {
  height: 35px;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block .content-block-row {
  height: auto;
  width: 100%;
  margin: 0 0 16px 0;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block .content-block-row .content-block-row-title {
  width: 100%;
  margin: 0 0 2px 0;
  font-weight: 16px;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block .content-block-row .content-block-row-value {
  width: 100%;
  margin: 0;
  font-weight: 16px;
  font-weight: bold;
}
.page-content.pvstar-site-status .signs .sign .content-column.left .content-block .content-block-row .content-block-row-status {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  border-radius: 4px;
  background: #2ea81a;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.page-content.pvstar-site-status .signs .sign .content-column.right {
  width: calc(100% - 260px);
  margin: 0;
}
.global-settings {
  height: 500px;
  width: 750px;
  margin: 40px;
  background: #f4f4f4;
  padding: 40px;
}
.settings-form {
  padding-bottom: 20px;
}
.settings-form h2 i {
  float: right;
  position: relative;
  top: 2px;
  right: 2px;
  font-size: 20px;
}
.settings-form-left {
  height: calc(100% - 200px);
  width: calc(50% - 70px);
  margin: 0 40px 50px 50px;
  display: block;
  float: left;
  clear: none;
}
.settings-form-right {
  height: calc(100% - 200px);
  width: calc(50% - 70px);
  margin: 0 50px 50px 0;
  display: block;
  float: left;
  clear: none;
  overflow: scroll;
}
.settings-form-left .settings-form, .settings-form-right .settings-form {
  width: 100%;
  margin: 0 0 20px 0;
}
.settings-form.minimized {
  padding: 30px 20px 9px 20px;
}
.settings-form.minimized .form-row, .settings-form.minimized .product-row, .settings-form.minimized .form-row.buttons {
  display: none;
}
.settings-form .form-row.buttons button.add-row {
  float: left;
  background: #20bb66;
  color: #fff;
  margin-right: 12px;
}
.settings-form .form-row.buttons button.next {
  float: left;
  background: #4c96d9;
  color: #fff;
}
.toggle-forms-row {
  width: 100%;
  padding: 15px 0 0 0;
}
.toggle-forms-row button {
  display: block;
  float: left;
  padding: 18px 30px 11px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #353535;
  font-size: 18px;
  cursor: pointer;
  font-weight: normal;
}
.toggle-forms-row button.first {
  padding-left: 40px;
}
.toggle-forms-row button.active {
  background: #f4f4f4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
}
.toggle-forms-row .view-site, .toggle-forms-row .view-checklist {
  float: right;
  position: relative;
  top: 17px;
  font-size: 18px;
  color: #757575;
}
.toggle-forms-row .view-checklist {
  top: 18px;
  margin-right: 15px;
}
.table.users {
  width: calc(100% - 100px);
  margin: 0 50px 50px 50px;
}
.table.users .table-heading .table-row .table-data.id {
  width: 10%;
  text-align: center;
}
.table.users .table-heading .table-row .table-data.name {
  width: 10%;
}
.table.users .table-heading .table-row .table-data.email {
  width: 48%;
}
.table.users .table-heading .table-row .table-data.status {
  width: 8%;
  text-align: right;
}
.table.users .table-heading .table-row .table-data.last-login {
  width: 8%;
  text-align: right;
}
.table.users .table-heading .table-row .table-data.actions {
  width: 16%;
  text-align: right;
  padding-right: 40px;
}
.table.users .table-row .table-data.id {
  width: 10%;
  text-align: center;
}
.table.users .table-row .table-data.name {
  width: 10%;
}
.table.users .table-row .table-data.email {
  width: 48%;
}
.table.users .table-row .table-data.status {
  width: 8%;
  text-align: right;
}
.table.users .table-row .table-data.status.deleted {
  color: red;
}
.table.users .table-row .table-data.last-login {
  width: 8%;
  text-align: right;
}
.table.users .table-row .table-data.actions {
  width: 16%;
  text-align: right;
  padding-right: 40px;
}
.table.users .table-row .table-data.actions button.activate-user {
  background: #20bb66;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.table.users .table-row .table-data.actions button.delete-user {
  background: #FF0019;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.table.users .table-row .table-data.actions button.manage-user {
  background: #4c96d9;
  color: #fff;
}
.table.customers {
  width: calc(100% - 100px);
  margin-top: 0;
}
.table.customers .table-heading .table-row .table-data.customer-id {
  width: 8%;
  margin-left: 20px;
}
.table.customers .table-heading .table-row .table-data.customer-name {
  width: calc(18% - 20px);
}
.table.customers .table-heading .table-row .table-data.customer-contact {
  width: 14%;
}
.table.customers .table-heading .table-row .table-data.customer-status {
  width: 10%;
}
.table.customers .table-heading .table-row .table-data.customer-sites {
  width: 10%;
  text-align: center;
}
.table.customers .table-heading .table-row .table-data.customer-actions {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
.table.customers .table-row .table-data.customer-id {
  width: 8%;
  margin-left: 20px;
}
.table.customers .table-row .table-data.customer-name {
  width: calc(18% - 20px);
}
.table.customers .table-row .table-data.customer-contact {
  width: 14%;
}
.table.customers .table-row .table-data.customer-status {
  width: 10%;
}
.table.customers .table-row .table-data.customer-status.deleted {
  color: red;
}
.table.customers .table-row .table-data.customer-sites {
  width: 10%;
  text-align: center;
}
.table.customers .table-row .table-data.customer-actions {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
.table.customers .table-row .table-data.customer-actions button.manage-customer {
  background: #4c96d9;
  color: #fff;
}
.displaynone {
  display: none;
}
.settings-form.create-fuel-brand, .settings-form.edit-fuel-brand {
  height: 294px;
  width: 729px;
  margin-right: 0;
  overflow: hidden;
}
.settings-form.create-fuel-brand .form-message.main, .settings-form.edit-fuel-brand .form-message.main {
  margin-left: -20px;
  width: calc(100% + 40px);
  position: relative;
  top: 20px;
}
.image-upload-form {
  height: 294px;
  width: 292px;
  margin: 0;
  padding: 21px;
  text-align: center;
  background: #f4f4f4;
  display: none;
  overflow: hidden;
}
.image-upload-form img {
  width: 254px;
  height: auto;
  border-radius: 4px;
}
button#image-upload {
  display: block;
  float: left;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #20bb66;
  color: #fff;
  font-size: 16px;
}
#image-input {
  display: none;
}
.table.fuel-brands {
  width: calc(100% - 100px);
  margin-top: 0;
}
.table.fuel-brands .table-heading .table-row .table-data.fuel-brand-name {
  width: 15%;
  padding-left: 40px;
}
.table.fuel-brands .table-heading .table-row .table-data.fuel-brand-status {
  width: 70%;
}
.table.fuel-brands .table-heading .table-row .table-data.fuel-brand-actions {
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-name {
  width: 15%;
  padding-left: 40px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-name img {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-top: -10px;
  border: 1px solid #999;
  border-radius: 4px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-name span {
  display: block;
  float: left;
  margin-left: 20px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-status {
  width: 70%;
}
.table.fuel-brands .table-row .table-data.fuel-brand-status.deleted {
  color: red;
}
.table.fuel-brands .table-row .table-data.fuel-brand-actions {
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-actions button {
  float: right;
}
.table.fuel-brands .table-row .table-data.fuel-brand-actions button.manage-fuel-brand {
  background: #4c96d9;
  color: #fff;
}
.table.fuel-brands .table-row .table-data.fuel-brand-actions button.activate-fuel-brand {
  background: #20bb66;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.table.fuel-brands .table-row .table-data.fuel-brand-actions button.delete-fuel-brand {
  background: #FF0019;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.settings-form.create-store-brand, .settings-form.edit-store-brand {
  height: 292px;
  width: 729px;
  margin-right: 0;
}
.settings-form.create-store-brand .form-message.main, .settings-form.edit-store-brand .form-message.main {
  margin-left: -20px;
  width: calc(100% + 40px);
  position: relative;
  top: 20px;
}
.table.store-brands {
  width: calc(100% - 100px);
  margin-top: 0;
}
.table.store-brands .table-heading .table-row .table-data.store-brand-name {
  width: 15%;
  padding-left: 40px;
}
.table.store-brands .table-heading .table-row .table-data.store-brand-status {
  width: 70%;
}
.table.store-brands .table-heading .table-row .table-data.store-brand-actions {
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
.table.store-brands .table-row .table-data.store-brand-name {
  width: 15%;
  padding-left: 40px;
}
.table.store-brands .table-row .table-data.store-brand-status {
  width: 70%;
}
.table.store-brands .table-row .table-data.store-brand-status.deleted {
  color: red;
}
.table.store-brands .table-row .table-data.store-brand-actions {
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
.table.store-brands .table-row .table-data.store-brand-actions button {
  float: right;
}
.table.store-brands .table-row .table-data.store-brand-actions button.manage-store-brand {
  background: #4c96d9;
  color: #fff;
}
.table.store-brands .table-row .table-data.store-brand-actions button.activate-store-brand {
  background: #20bb66;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.table.store-brands .table-row .table-data.store-brand-actions button.delete-store-brand {
  background: #FF0019;
  color: #fff;
  margin-right: 10px;
  width: 90px;
}
.table.statuses {
  width: calc(100% - 100px);
  margin: 0 50px 50px 50px;
}
.table.statuses .table-heading .table-row .table-data.id {
  width: 10%;
  text-align: center;
}
.table.statuses .table-heading .table-row .table-data.name {
  width: 20%;
}
.table.statuses .table-heading .table-row .table-data.description {
  width: 40%;
}
.table.statuses .table-heading .table-row .table-data.foreground {
  width: 9%;
}
.table.statuses .table-heading .table-row .table-data.background {
  width: 9%;
}
.table.statuses .table-heading .table-row .table-data.actions {
  width: 12%;
  text-align: right;
  padding-right: 40px;
}
.table.statuses .table-row .table-data.id {
  width: 10%;
  text-align: center;
}
.table.statuses .table-row .table-data.name {
  width: 20%;
}
.table.statuses .table-row .table-data.name span {
  padding: 7px 14px;
  border-radius: 4px;
  position: relative;
  top: -6px;
}
.table.statuses .table-row .table-data.description {
  width: 40%;
}
.table.statuses .table-row .table-data.foreground {
  width: 9%;
}
.table.statuses .table-row .table-data.background {
  width: 9%;
}
.table.statuses .table-row .table-data.actions {
  width: 12%;
  text-align: right;
  padding-right: 40px;
}
.table.statuses .table-row .table-data.actions button {
  background: #4c96d9;
  color: #ffffff;
}
.settings-form.create-status, .settings-form.edit-status {
  height: auto;
  width: 729px;
  margin-right: 0;
  padding-bottom: 16px;
}
.settings-form.create-status #bgcolor, .settings-form.create-status #textcolor, .settings-form.edit-status #bgcolor, .settings-form.edit-status #textcolor {
  display: block;
  float: left;
}
.settings-form.create-status .form-row.bgcolor, .settings-form.create-status .form-row.textcolor, .settings-form.edit-status .form-row.bgcolor, .settings-form.edit-status .form-row.textcolor {
  padding-left: 5px;
}
.settings-form.create-status .form-row label.bottom-padded, .settings-form.edit-status .form-row label.bottom-padded {
  margin-bottom: 12px;
}
.settings-form.create-status .form-row input[type="text"].hexcode, .settings-form.edit-status .form-row input[type="text"].hexcode {
  display: block;
  float: left;
  height: 30px;
  width: 120px;
  margin: 0;
  border: 1px solid #222;
  border-left: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.settings-form.create-status .form-row input[type="color"], .settings-form.edit-status .form-row input[type="color"] {
  height: 30px;
}
.settings-form.create-status .form-row.buttons, .settings-form.edit-status .form-row.buttons {
  margin-top: 20px;
}
.settings-form.create-status .form-row.buttons.confirm-delete .warning, .settings-form.edit-status .form-row.buttons.confirm-delete .warning {
  font-size: 16px;
  display: block;
  float: left;
  clear: both;
}
.settings-form.create-status .form-row.buttons.confirm-delete button, .settings-form.edit-status .form-row.buttons.confirm-delete button {
  float: left;
}
.settings-form.create-status .form-row.buttons.confirm-delete button.do-not-delete-status, .settings-form.edit-status .form-row.buttons.confirm-delete button.do-not-delete-status {
  background: #4c96d9;
  color: #fff;
}
.settings-form.create-status .form-row.buttons.confirm-delete button.confirm-delete-status, .settings-form.edit-status .form-row.buttons.confirm-delete button.confirm-delete-status {
  background: #FF0019;
  color: #fff;
  margin-left: 16px;
}
.settings-form-left .settings-form.create-site, .settings-form-left .settings-form.edit-site {
  margin: 15px 0 0 0;
  padding-bottom: 28px;
  display: block;
  float: left;
  clear: none;
  overflow: auto;
  overflow-x: hidden;
}
.settings-form-left .settings-form.create-site .form-row.buttons button.submit, .settings-form-left .settings-form.edit-site .form-row.buttons button.submit {
  float: right;
  background: #20bb66;
  color: #fff;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-delete .warning, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-delete .warning {
  font-size: 16px;
  display: block;
  float: left;
  clear: both;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-delete button, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-delete button {
  float: left;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-delete button.do-not-delete-site, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-delete button.do-not-delete-site {
  background: #4c96d9;
  color: #fff;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-delete button.confirm-delete-site, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-delete button.confirm-delete-site {
  background: #20bb66;
  color: #fff;
  margin-left: 16px;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-undelete .warning, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-undelete .warning {
  font-size: 16px;
  display: block;
  float: left;
  clear: both;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-undelete button, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-undelete button {
  float: left;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-undelete button.do-not-undelete-site, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-undelete button.do-not-undelete-site {
  background: #4c96d9;
  color: #fff;
}
.settings-form-left .settings-form.create-site .form-row.buttons.confirm-undelete button.confirm-undelete-site, .settings-form-left .settings-form.edit-site .form-row.buttons.confirm-undelete button.confirm-undelete-site {
  background: #20bb66;
  color: #fff;
  margin-left: 16px;
}
.settings-form.create-sitemap .single-price-selector, .settings-form.edit-sitemap .single-price-selector {
  width: auto;
  display: none;
  float: left;
  clear: both;
  margin: 0 0 10px 13px;
  cursor: pointer;
}
.settings-form.create-sitemap .single-price-selector i, .settings-form.edit-sitemap .single-price-selector i {
  display: block;
  float: left;
  color: #999;
  position: relative;
  top: 1px;
}
.settings-form.create-sitemap .single-price-selector span, .settings-form.edit-sitemap .single-price-selector span {
  display: block;
  float: left;
  color: #757575;
  margin: 0 0 0 8px;
}
.settings-form.create-costar-product-tiers, .settings-form.create-pvstar-product-tiers {
  display: none;
}
.settings-form.create-pvstar-product-tiers, .settings-form.edit-costar-product-tiers, .settings-form.edit-pvstar-product-tiers {
  display: none;
}
.settings-form.create-costar-product-tiers, .settings-form.create-pvstar-product-tiers, .settings-form.edit-costar-product-tiers {
  background: #f4f4f4;
}
.settings-form.create-costar-product-tiers .product-row, .settings-form.create-pvstar-product-tiers .product-row, .settings-form.edit-costar-product-tiers .product-row {
  width: 100%;
  padding-bottom: 0;
}
.settings-form.create-costar-product-tiers .product-row .form-row.title, .settings-form.create-pvstar-product-tiers .product-row .form-row.title, .settings-form.edit-costar-product-tiers .product-row .form-row.title {
  margin-bottom: 2px;
}
.settings-form.create-costar-product-tiers .product-row .form-row.remove-product-tier, .settings-form.create-pvstar-product-tiers .product-row .form-row.remove-product-tier, .settings-form.edit-costar-product-tiers .product-row .form-row.remove-product-tier {
  width: 34px;
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 20px 0 0;
  text-align: right;
}
.settings-form.create-costar-product-tiers .product-row .form-row input[type="text"], .settings-form.create-costar-product-tiers .product-row .form-row select, .settings-form.create-pvstar-product-tiers .product-row .form-row input[type="text"], .settings-form.create-pvstar-product-tiers .product-row .form-row select, .settings-form.edit-costar-product-tiers .product-row .form-row input[type="text"], .settings-form.edit-costar-product-tiers .product-row .form-row select {
  width: 100%;
}
.settings-form.create-pvstar-product-tiers, .settings-form.edit-pvstar-product-tiers {
  background: #f4f4f4;
}
.settings-form.create-pvstar-product-tiers .product-row, .settings-form.edit-pvstar-product-tiers .product-row {
  width: 100%;
  padding-bottom: 0;
}
.settings-form.create-pvstar-product-tiers .product-row .form-row.title, .settings-form.edit-pvstar-product-tiers .product-row .form-row.title {
  margin-bottom: 2px;
}
.settings-form.create-pvstar-product-tiers .product-row .form-row.remove-product-tier, .settings-form.edit-pvstar-product-tiers .product-row .form-row.remove-product-tier {
  width: 34px;
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 20px 0 0;
  text-align: right;
}
.settings-form.create-pvstar-product-tiers .product-row .form-row input[type="text"], .settings-form.create-pvstar-product-tiers .product-row .form-row select, .settings-form.edit-pvstar-product-tiers .product-row .form-row input[type="text"], .settings-form.edit-pvstar-product-tiers .product-row .form-row select {
  width: 100%;
}
.settings-form.edit-pproduct-tiers {
  display: none;
}
.settings-form .form-row.buttons button.add-site-product-tier, .settings-form .form-row.buttons button.add-product-tier {
  display: block;
  float: left;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #20bb66;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.sign-rows {
  width: 100%;
  padding-bottom: 20px;
}
.sign-rows .settings-form.create-sign, .sign-rows .settings-form.edit-sign {
  float: left;
  height: auto;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 35px 20px 14px 20px;
  border-bottom: 1px solid #ddd;
  display: none;
  position: relative;
}
.sign-rows .settings-form.create-sign .form-message.sign.error, .sign-rows .settings-form.edit-sign .form-message.sign.error {
  position: absolute;
  top: -13px;
  width: calc(100% + 10px);
  z-index: 40000;
  left: -10px;
  background: #FF0019;
  color: #fff;
  padding: 16px 40px 16px 50px;
}
.sign-rows .settings-form.create-sign .form-message.sign.error span, .sign-rows .settings-form.edit-sign .form-message.sign.error span {
  display: block;
  float: left;
  margin: 6px 10px 0 0;
}
.sign-rows .settings-form.create-sign .form-message.sign.error span i, .sign-rows .settings-form.edit-sign .form-message.sign.error span i {
  color: #fff;
}
.sign-rows .settings-form.create-sign .form-message.sign.error span.yes, .sign-rows .settings-form.create-sign .form-message.sign.error span.no, .sign-rows .settings-form.edit-sign .form-message.sign.error span.yes, .sign-rows .settings-form.edit-sign .form-message.sign.error span.no {
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 1px 0 0 20px;
  padding: 4px 8px;
  float: right;
  cursor: pointer;
}
.sign-rows .settings-form.create-sign h2 .delete-sign, .sign-rows .settings-form.edit-sign h2 .delete-sign {
  float: right;
  color: #FF0019;
}
.sign-rows .settings-form.create-sign .sign-row, .sign-rows .settings-form.edit-sign .sign-row {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.sign-number, .sign-rows .settings-form.edit-sign .sign-row .form-row.sign-number {
  width: calc(20% - 20px);
  margin: 0 20px 20px 20px;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.sign-type, .sign-rows .settings-form.edit-sign .sign-row .form-row.sign-type {
  width: calc(20% - 40px);
  margin: 0 20px 20px 0;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.sign-faces, .sign-rows .settings-form.edit-sign .sign-row .form-row.sign-faces {
  width: 10%;
  margin: 0 20px 20px 0;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.sign-location, .sign-rows .settings-form.edit-sign .sign-row .form-row.sign-location {
  width: calc(33% - 60px);
  margin: 0 20px 20px 0;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.sign-smart-link, .sign-rows .settings-form.edit-sign .sign-row .form-row.sign-smart-link {
  width: 17%;
  margin: 0 0 20px 0;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.delete-sign-product-tier, .sign-rows .settings-form.edit-sign .sign-row .form-row.delete-sign-product-tier {
  margin-top: 24px;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.delete-sign-product-tier button.delete-sign, .sign-rows .settings-form.edit-sign .sign-row .form-row.delete-sign-product-tier button.delete-sign {
  display: block;
  float: left;
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #FF0019;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.sign-rows .settings-form.create-sign .sign-row .form-row.buttons, .sign-rows .settings-form.edit-sign .sign-row .form-row.buttons {
  margin-top: 0;
}
.sign-rows .settings-form.create-sign .sign-row button.add-sign-product-tier, .sign-rows .settings-form.create-sign .sign-row button.add-product-tier, .sign-rows .settings-form.edit-sign .sign-row button.add-sign-product-tier, .sign-rows .settings-form.edit-sign .sign-row button.add-product-tier {
  display: block;
  float: left;
  margin-left: 10px;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #20bb66;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows {
  width: 100%;
  display: none;
  margin-left: 10px;
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row {
  width: 100%;
  padding-bottom: 0;
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row input[type="text"]#product-tier-number, .sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row select#product-tier-number, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row input[type="text"]#product-tier-number, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row select#product-tier-number {
  width: calc(100% - 100px);
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper {
  width: calc(100% - 100px);
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper input[type="text"]#product-tier-number, .sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper select#product-tier-number, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper input[type="text"]#product-tier-number, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row .select-wrapper select#product-tier-number {
  width: 100%;
}
.sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row div.delete-product-tier, .sign-rows .settings-form.create-sign .sign-row .product-tier-rows .product-tier-row .form-row div.remove-product-tier, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row div.delete-product-tier, .sign-rows .settings-form.edit-sign .sign-row .product-tier-rows .product-tier-row .form-row div.remove-product-tier {
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 0 0 14px;
}
.sign-rows .settings-form.create-sign .sign-row .smart-port-row, .sign-rows .settings-form.edit-sign .sign-row .smart-port-row {
  width: calc(100% - 40px);
  margin: 20px 10px 15px 20px;
  padding: 10px;
  border: 1px solid #ccc;
  position: relative;
}
.sign-rows .settings-form.create-sign .sign-row .smart-port-row .smart-port-row-label, .sign-rows .settings-form.edit-sign .sign-row .smart-port-row .smart-port-row-label {
  position: relative;
  top: -24px;
  left: 10px;
  padding: 0 10px;
  background: #f4f4f4;
  color: #353535;
  font-size: 20px;
  clear: both;
}
.sign-rows .settings-form.create-sign .sign-row .smart-port-row span.delete-smart-port, .sign-rows .settings-form.edit-sign .sign-row .smart-port-row span.delete-smart-port {
  position: relative;
  top: 3px;
  right: 10px;
  float: right;
  color: #FF0019;
  font-size: 20px;
}
.form-row.buttons button#add-sign {
  float: left;
  margin-left: 1px;
  background: #20bb66;
  color: #fff;
  display: none;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.form-row.buttons button.add-smart-port {
  display: block;
  float: right;
  margin: 20px -15px 0 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background: #4c96d9;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.product-row.sign-product-tier {
  width: 100%;
  padding-bottom: 0;
}
.product-row.sign-product-tier .form-row.title {
  margin-bottom: 2px;
}
.product-row.sign-product-tier .form-row.product {
  width: calc(44% - 27px);
}
.product-row.sign-product-tier .form-row.tier {
  width: calc(44% - 27px);
}
.product-row.sign-product-tier .form-row.remove-sign-product-tier {
  width: 34px;
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 20px 0 0;
  text-align: right;
}
.product-row.sign-product-tier .form-row input[type="text"], .product-row.sign-product-tier .form-row select {
  width: 100%;
}
.settings-form.edit-site-controls {
  display: none;
}
.settings-form.create-customer-product-grades, .settings-form.edit-customer-product-grades {
  background: #f4f4f4;
  display: block;
}
.settings-form.create-customer-product-grades .product-row, .settings-form.edit-customer-product-grades .product-row {
  width: 100%;
  padding-bottom: 0;
}
.settings-form.create-customer-product-grades .product-row .form-row.title, .settings-form.edit-customer-product-grades .product-row .form-row.title {
  margin-bottom: 8px;
}
.settings-form.create-customer-product-grades .product-row .form-row.customer-product-grade-full-name, .settings-form.edit-customer-product-grades .product-row .form-row.customer-product-grade-full-name {
  width: calc(70% - 95px);
}
.settings-form.create-customer-product-grades .product-row .form-row.customer-product-grade-abbreviation, .settings-form.edit-customer-product-grades .product-row .form-row.customer-product-grade-abbreviation {
  width: 25%;
}
.settings-form.create-customer-product-grades .product-row .form-row.remove-customer-product-grade, .settings-form.create-customer-product-grades .product-row .form-row.delete-customer-product-grade, .settings-form.edit-customer-product-grades .product-row .form-row.remove-customer-product-grade, .settings-form.edit-customer-product-grades .product-row .form-row.delete-customer-product-grade {
  width: 34px;
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 20px 0 0;
  text-align: right;
}
.settings-form.create-customer-product-grades .product-row .form-row input[type="text"], .settings-form.create-customer-product-grades .product-row .form-row select, .settings-form.edit-customer-product-grades .product-row .form-row input[type="text"], .settings-form.edit-customer-product-grades .product-row .form-row select {
  width: 100%;
}
.settings-form.create-customer-product-grades .form-row.buttons button.add-customer-product-grade, .settings-form.edit-customer-product-grades .form-row.buttons button.add-customer-product-grade {
  float: left;
  background: #20bb66;
  color: #fff;
  margin-right: 12px;
}
.settings-form.create-customer-product-tiers, .settings-form.edit-customer-product-tiers {
  background: #f4f4f4;
}
.settings-form.create-customer-product-tiers .product-row, .settings-form.edit-customer-product-tiers .product-row {
  width: 100%;
  padding-bottom: 0;
}
.settings-form.create-customer-product-tiers .product-row.label .form-row.title, .settings-form.edit-customer-product-tiers .product-row.label .form-row.title {
  margin-bottom: 8px;
}
.settings-form.create-customer-product-tiers .product-row .form-row.title, .settings-form.edit-customer-product-tiers .product-row .form-row.title {
  margin-bottom: 8px;
}
.settings-form.create-customer-product-tiers .product-row .form-row.customer-product-tier-full-name, .settings-form.edit-customer-product-tiers .product-row .form-row.customer-product-tier-full-name {
  width: calc(70% - 95px);
}
.settings-form.create-customer-product-tiers .product-row .form-row.customer-product-tier-abbreviation, .settings-form.edit-customer-product-tiers .product-row .form-row.customer-product-tier-abbreviation {
  width: 25%;
}
.settings-form.create-customer-product-tiers .product-row .form-row.remove-customer-product-tier, .settings-form.edit-customer-product-tiers .product-row .form-row.remove-customer-product-tier {
  width: 34px;
  height: 44px;
  display: block;
  float: left;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #FF0019;
  font-size: 20px;
  margin: 1px 20px 0 0;
  text-align: right;
}
.settings-form.create-customer-product-tiers .product-row .form-row input[type="text"], .settings-form.create-customer-product-tiers .product-row .form-row select, .settings-form.edit-customer-product-tiers .product-row .form-row input[type="text"], .settings-form.edit-customer-product-tiers .product-row .form-row select {
  width: 100%;
}
.settings-form.create-customer-product-tiers .form-row.buttons button.add-customer-product-tier, .settings-form.edit-customer-product-tiers .form-row.buttons button.add-customer-product-tier {
  float: left;
  background: #20bb66;
  color: #fff;
  margin-right: 12px;
}
.settings-form.edit-site-uploads .form-row.buttons {
  margin-bottom: 32px;
}
.settings-form.edit-site-uploads .form-row.buttons button#add-upload {
  float: left;
  margin-left: 0;
  background: #20bb66;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.settings-form.edit-site-uploads .form-row.buttons .upload-error {
  margin: 10px 0 0 20px;
  font-size: 16px;
  color: #FF0019;
  display: none;
}
.settings-form.edit-site-uploads .upload-rows {
  width: 100%;
  height: auto;
  max-height: calc(100% - 300px);
  overflow: auto;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload {
  height: auto;
  width: calc(100% - 50px);
  margin-left: 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon {
  width: 50px;
  padding-left: 7px;
  font-size: 24px;
  position: relative;
  top: -5px;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon.word {
  color: #22b0c7;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon.excel {
  color: #20bb66;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon.pdf {
  color: #FF0019;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon.image {
  color: #4c96d9;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-icon.text {
  color: #303030;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-name {
  width: calc(100% - 330px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-date {
  width: 200px;
  text-align: right;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-actions {
  width: 80px;
  float: right;
  text-align: right;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-actions a {
  color: #303030;
  position: elative;
  top: -1px;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-actions a:visited, .settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-actions a:hover {
  color: #303030;
}
.settings-form.edit-site-uploads .upload-rows .form-row.upload .upload-actions a.delete-upload {
  color: #FF0019;
  margin-left: 25px;
}
.installation-checklist {
  display: none;
  position: absolute;
  top: 0;
  right: -600px;
  z-index: 95000;
  height: 100%;
  width: 600px;
  padding: 40px;
  background: #f9f9f9;
  -webkit-box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
}
.installation-checklist .checklist-header {
  width: 100%;
  height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}
.installation-checklist .checklist-header span.close {
  float: right;
}
.installation-checklist .rejected-url {
  height: 40px;
  width: 100%;
  margin: 5px 0 20px 0;
  font-size: 18px;
}
.installation-checklist .status-message {
  width: 100%;
  height: auto;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 12px 20px;
}
.installation-checklist .status-message i {
  margin-right: 10px;
}
.installation-checklist .status-message.completed {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.installation-checklist .status-message.rejected, .installation-checklist .status-message.unknown {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.installation-checklist .status-message.approved {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.installation-checklist .checklist-items {
  width: 100%;
  height: calc(100% - 220px);
  overflow: auto;
}
.installation-checklist .checklist-items .checklist-item {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.installation-checklist .checklist-items .checklist-item .checklist-question {
  width: 100%;
  margin-bottom: 8px;
  color: #303030;
}
.installation-checklist .checklist-items .checklist-item .checklist-question span.selector {
  width: 30px;
  text-align: left;
  padding-top: 1px;
}
.installation-checklist .checklist-items .checklist-item .checklist-question span.selector:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
}
.installation-checklist .checklist-items .checklist-item .checklist-question span.selector.selected:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  font-weight: bold;
  color: #FF0019;
}
.installation-checklist .checklist-items .checklist-item .checklist-question span.check {
  width: 30px;
  text-align: left;
  padding-top: 1px;
  font-size: 16px;
  font-weight: bold;
  color: #20bb66;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer {
  width: 100%;
  padding-left: 30px;
  color: #4c96d9;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img {
  display: block;
  float: left;
  height: auto;
  width: 98px;
  max-width: auto;
  margin-right: 10px;
}
.installation-checklist .checklist-items .checklist-item .checklist-answer img.selected {
  padding: 2px;
  border: 2px solid blue;
}
.installation-checklist .checklist-footer {
  height: 50px;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  position: relative;
}
.installation-checklist .checklist-footer button {
  display: inline-block;
  float: none;
  margin: 0 8px;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
}
.installation-checklist .checklist-footer button i {
  margin-right: 10px;
}
.installation-checklist .checklist-footer button.accept {
  background: #20bb66;
  color: #fff;
}
.installation-checklist .checklist-footer button.reject {
  background: #FF0019;
  color: #fff;
}
.installation-checklist .checklist-footer button.clear {
  background: #f4f4f4;
  color: #303030;
}
.checklist-photo-viewer-outer {
  display: none;
  position: absolute;
  top: 0;
  right: 600px;
  z-index: 94999;
  height: 100%;
  width: calc(100% - 600px);
  padding: 40px;
  background: #f9f9f9;
  -webkit-box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 0px 16px -7px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.checklist-photo-viewer-outer .checklist-photo-viewer-header {
  width: 100%;
  height: 40px;
  font-size: 22px;
  margin-bottom: 10px;
}
.checklist-photo-viewer-outer .checklist-photo-viewer-header span.close {
  float: right;
}
.checklist-photo-viewer-outer .checklist-photo-viewer-inner {
  height: calc(100% - 50px);
  width: 100%;
  overflow: auto;
}
.checklist-photo-viewer-outer .checklist-photo-viewer-inner img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
