@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.ttf") format("TrueType"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.ttf") format("TrueType"); }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.ttf") format("TrueType"); }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.ttf") format("TrueType"); }
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.ttf") format("TrueType"); }
@font-face {
  font-family: 'Open Sans Light';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.ttf") format("TrueType"); }
/**
  APPS
 */
h1 {
  font-size: xx-large;
  font-weight: normal;
  padding: 20px 10px 10px 10px; }

#section-apps .app-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px; }
  #section-apps .app-container h2 {
    width: 100%;
    font-size: x-large;
    color: #444;
    padding: 5px;
    flex: 0 0 120em;
    /* This flex is set to 120em so that it forces a line-break in the flexbox model on certain versions of Safari. Good work, Apple. */
    margin-top: 20px; }
  #section-apps .app-container h2:first-child {
    margin-top: 0px; }
  #section-apps .app-container .app-row {
    text-align: center;
    flex: 1 1; }
  #section-apps .app-container .app {
    width: 240px;
    height: auto;
    padding: 10px;
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin: 10px 10px 0 10px;
    cursor: pointer; }
    #section-apps .app-container .app:hover {
      background: #EFEFEF;
      text-decoration: none;
      color: black; }
    #section-apps .app-container .app .icon {
      width: 80px;
      height: 80px;
      border: 1px solid #EFEFEF;
      display: inline-block;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
    #section-apps .app-container .app .title {
      width: 100%;
      font-size: large;
      display: block; }
    #section-apps .app-container .app .subtitle {
      width: 100%;
      font-size: medium;
      font-style: italic;
      display: block; }
#section-apps .app-container-block {
  width: 100%;
  display: block;
  padding: 0 20px 20px 20px; }
#section-apps .app-launcher-icon {
  width: 250px;
  height: 250px;
  display: inline-block;
  background-size: cover;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  border-radius: 5px; }
#section-apps .instruction-card code {
  display: block;
  border: 1px solid #e83e8c;
  border-radius: 5px;
  padding: 10px;
  margin: 10px inherit; }

#section-theme .input-row {
  margin-top: 10px; }
#section-theme .checkbox-label {
  display: inline-block;
  padding-left: 5px; }
#section-theme #app-preview-container {
  text-align: center; }
#section-theme .preview-disclaimer {
  font-size: small;
  margin-top: 10px;
  font-style: italic; }
#section-theme #screen-holding-area {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: -999px;
  top: -999px; }
#section-theme #app-preview {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px; }
  #section-theme #app-preview.device-pixel {
    width: 370px;
    height: 769px;
    background: url("../img/device-frame-pixel2.png") no-repeat center;
    padding-top: 91px;
    padding-left: 16px; }
    #section-theme #app-preview.device-pixel .screen {
      width: 335px;
      height: 596px; }
  #section-theme #app-preview div, #section-theme #app-preview span {
    cursor: default; }
  #section-theme #app-preview .themeable {
    cursor: pointer; }
  #section-theme #app-preview .screen {
    display: flex;
    flex-direction: column;
    background: white;
    overflow: hidden; }
    #section-theme #app-preview .screen .scroll-container {
      width: 200%;
      display: flex;
      overflow: auto;
      flex: 1; }
    #section-theme #app-preview .screen .scrollable-area {
      width: 51%; }
    #section-theme #app-preview .screen.android .status-bar {
      width: 100%;
      height: 24px;
      background: #000;
      color: white;
      text-align: right;
      font-size: small;
      padding-right: 10px;
      padding-top: 3px; }
    #section-theme #app-preview .screen.android .navibar {
      width: 100%;
      height: 50px;
      text-align: center;
      color: white;
      background: #000; }
  #section-theme #app-preview .appform-label {
    width: 100%;
    display: block;
    font-size: medium;
    font-weight: bold;
    text-transform: uppercase; }
  #section-theme #app-preview .appform-input {
    width: 100%;
    height: 36px;
    padding: 6px 8px;
    font-size: medium;
    border-radius: 4px;
    display: block; }
    #section-theme #app-preview .appform-input.flexible {
      display: flex;
      flex-direction: row; }
    #section-theme #app-preview .appform-input .flexible-label {
      flex: 1; }
  #section-theme #app-preview .appform-button {
    width: auto;
    height: auto;
    padding: 8px 12px;
    background: yellow;
    color: black;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: small; }
  #section-theme #app-preview .appform-mandatory {
    display: inline-block;
    font-weight: bold;
    color: yellow;
    padding-left: 5px; }
  #section-theme #app-preview .appform-horizontal-item {
    width: 100%;
    display: flex;
    flex-direction: row; }
    #section-theme #app-preview .appform-horizontal-item .appform-input {
      flex: 1;
      margin-right: 5px; }
  #section-theme #app-preview .login-screen .scrollable-area {
    padding: 0 10px; }
  #section-theme #app-preview .login-screen .logo-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-direction: row; }
    #section-theme #app-preview .login-screen .logo-container .spacer {
      flex: 1; }
    #section-theme #app-preview .login-screen .logo-container .logo {
      width: 92px;
      height: 66px;
      display: inline-block;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 10px; }
  #section-theme #app-preview .login-screen .image-container {
    width: 100%;
    height: auto; }
  #section-theme #app-preview .login-screen .login-title {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0; }
  #section-theme #app-preview .login-screen .login-subtitle {
    font-size: x-small; }
  #section-theme #app-preview .login-screen .login-section {
    width: 100%;
    height: auto;
    background: blue;
    color: white;
    border-top: 1px solid yellow;
    padding: 5px;
    margin-top: 10px;
    font-size: small; }
  #section-theme #app-preview .login-screen .appform-label, #section-theme #app-preview .login-screen .appform-button {
    margin-top: 10px; }
  #section-theme #app-preview .login-screen .login-caption {
    font-size: xx-small;
    margin-top: 10px; }
  #section-theme #app-preview .form-screen .scrollable-area {
    padding: 0 10px; }
  #section-theme #app-preview .form-screen .title-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 27px; }
    #section-theme #app-preview .form-screen .title-container .text-area {
      flex: 1; }
      #section-theme #app-preview .form-screen .title-container .text-area .form-title {
        font-size: large;
        font-weight: bold;
        display: block; }
      #section-theme #app-preview .form-screen .title-container .text-area .form-subtitle {
        font-size: medium; }
    #section-theme #app-preview .form-screen .title-container .logo {
      width: 57px;
      height: 47px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  #section-theme #app-preview .form-screen .form-section {
    width: 100%;
    height: auto;
    background: blue;
    color: white;
    border-top: 1px solid yellow;
    padding: 5px;
    margin-top: 10px;
    font-size: small; }
    #section-theme #app-preview .form-screen .form-section .section-title {
      font-size: small;
      font-weight: bold;
      display: block; }
    #section-theme #app-preview .form-screen .form-section .appform-label {
      margin-top: 10px; }
  #section-theme #app-preview .form-screen .form-subsection {
    width: 100%;
    height: auto;
    background: white;
    color: black;
    border-top: 1px solid black;
    margin-top: 10px; }
    #section-theme #app-preview .form-screen .form-subsection .subsection-title {
      width: 100%;
      display: block;
      padding: 5px;
      font-size: large;
      font-weight: bold; }
    #section-theme #app-preview .form-screen .form-subsection .subsection-horizontal-area {
      width: 100%;
      display: flex;
      flex-direction: row;
      margin-top: 5px; }
      #section-theme #app-preview .form-screen .form-subsection .subsection-horizontal-area .flexible-label {
        flex: 1;
        font-size: small; }
        #section-theme #app-preview .form-screen .form-subsection .subsection-horizontal-area .flexible-label.small {
          font-size: x-small; }
      #section-theme #app-preview .form-screen .form-subsection .subsection-horizontal-area .subsection-horizontal-prepend {
        padding: 10px;
        vertical-align: middle; }
  #section-theme #app-preview .form-screen .inline-notice {
    width: 100%;
    display: block;
    font-size: small; }
  #section-theme #app-preview .form-screen .appform-submit {
    width: 100%;
    text-align: center; }
    #section-theme #app-preview .form-screen .appform-submit .appform-button {
      width: 180px;
      margin-top: 15px;
      margin-bottom: 30px;
      display: inline-block; }
  #section-theme #app-preview .success-screen .scrollable-area {
    padding: 0 10px; }
  #section-theme #app-preview .success-screen .title-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-top: 27px; }
    #section-theme #app-preview .success-screen .title-container .text-area {
      flex: 1; }
      #section-theme #app-preview .success-screen .title-container .text-area .form-title {
        font-size: large;
        font-weight: bold;
        display: block; }
      #section-theme #app-preview .success-screen .title-container .text-area .form-subtitle {
        font-size: medium; }
    #section-theme #app-preview .success-screen .title-container .logo {
      width: 57px;
      height: 47px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  #section-theme #app-preview .success-screen .success-section {
    width: 100%;
    height: auto;
    background: blue;
    color: white;
    border-top: 1px solid yellow;
    padding: 5px;
    margin-top: 10px;
    font-size: small; }
    #section-theme #app-preview .success-screen .success-section .section-title {
      width: 100%;
      font-size: medium;
      font-weight: bold;
      display: block;
      text-align: center; }
    #section-theme #app-preview .success-screen .success-section .success-icon {
      width: 100%;
      font-size: 15em;
      text-align: center;
      color: white;
      display: inline-block; }
  #section-theme #app-preview .success-screen .appform-button {
    width: 100%;
    display: block;
    margin-top: 10px; }
#section-theme h2 {
  font-size: x-large;
  margin-top: 20px; }
#section-theme .colour-item {
  margin-bottom: 10px; }
  #section-theme .colour-item strong {
    font-size: small; }
  #section-theme .colour-item .colour-input {
    text-transform: lowercase; }
  #section-theme .colour-item .colour-circle {
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 50%; }

#section-config h3 {
  margin-top: 20px; }
#section-config .image-card {
  text-align: center; }
  #section-config .image-card .image-container {
    width: 100%;
    display: block; }
    #section-config .image-card .image-container img {
      width: auto;
      height: auto;
      max-width: 250px;
      max-height: 250px;
      border: 1px solid rgba(0, 0, 0, 0.125); }
  #section-config .image-card .description {
    display: block;
    font-style: italic;
    padding: 10px 0; }
  #section-config .image-card .input-container {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -999px;
    top: -999px; }

#text-section h3 {
  margin-top: 30px; }
#text-section .text-item {
  margin-top: 10px; }
  #text-section .text-item label {
    font-weight: bold;
    margin: 0; }
#text-section .submit-area {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right; }
  #text-section .submit-area #text-editor-success {
    font-style: italic;
    padding-right: 10px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: black;
  background: #15A6D1;
  padding: 0;
  margin: 0; }

a {
  color: black; }

table {
  width: 100%;
  border: 1px solid #3D3D3D;
  border-collapse: collapse !important; }
  table thead {
    background: #3D3D3D;
    color: white;
    font-weight: bold; }
    table thead tr:hover {
      background: none; }
    table thead tr th {
      border: 1px solid #3D3D3D; }
      table thead tr th:hover {
        background: #616161; }
  table tr {
    cursor: pointer; }
    table tr td, table tr th {
      padding: 5px;
      border: 1px solid #3D3D3D; }
    table tr:hover {
      background: #EFEFEF; }

.dataTables_empty {
  text-align: center;
  font-style: italic; }

.dataTables_paginate {
  text-align: right;
  float: right;
  margin-top: 10px; }
  .dataTables_paginate .pagination {
    text-align: right; }
    .dataTables_paginate .pagination .page-item.active .page-link {
      background: #3D3D3D;
      border-color: #616161; }

.centre {
  text-align: center; }

.form-row-generic {
  margin-top: 10px; }

.scrollable-content {
  overflow: auto; }

.hideo {
  display: none; }

.clickable {
  cursor: pointer; }

.form-notice {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #999;
  color: white; }
  .form-notice.form-notice-success {
    background: #5ada5a; }
  .form-notice.form-notice-danger {
    background: #fe5c5c; }

.page-actions {
  display: block;
  text-align: right;
  margin-bottom: 20px;
  padding: 0 15px; }
  .page-actions .item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none; }
    .page-actions .item:hover {
      background: #EFEFEF;
      border-color: rgba(0, 0, 0, 0.3); }
    .page-actions .item:active {
      background: #DDD;
      border-color: rgba(0, 0, 0, 0.6); }

#header-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  #header-content .logo {
    width: 182px;
    height: 120px;
    background: url("/assets/smartwater/img/sm_logo.png") no-repeat center;
    background-size: cover; }
  #header-content .actions {
    text-align: right; }
    #header-content .actions a {
      display: inline-block;
      font-size: small;
      color: white;
      border: 1px solid white;
      border-radius: 30px;
      text-decoration: none;
      padding: 5px 10px;
      margin-right: 10px;
      margin-top: 10px; }
      #header-content .actions a:hover {
        background: rgba(255, 255, 255, 0.1);
        text-decoration: none; }

.content-container {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 0; }
  .content-container .navigation-bar {
    width: 100%;
    height: auto;
    background: #3D3D3D;
    color: white;
    text-align: center;
    display: block; }
    .content-container .navigation-bar .item {
      color: white;
      cursor: pointer;
      padding: 10px 20px;
      display: inline-block; }
      .content-container .navigation-bar .item:hover {
        background: #616161;
        text-decoration: none; }
  .content-container .app-bar {
    width: 100%;
    padding: 5px 0;
    background: #FFD200;
    color: black;
    text-align: center;
    font-weight: normal; }
    .content-container .app-bar .app-bar-title {
      display: block;
      font-size: small; }
    .content-container .app-bar .app-bar-name {
      font-weight: bold; }
      .content-container .app-bar .app-bar-name a {
        color: black;
        text-decoration: none; }
        .content-container .app-bar .app-bar-name a:hover {
          color: #333;
          text-decoration: none; }
    .content-container .app-bar .app-bar-control {
      display: block;
      font-size: x-small;
      text-transform: uppercase; }
      .content-container .app-bar .app-bar-control a {
        opacity: 0.6; }
        .content-container .app-bar .app-bar-control a:hover {
          opacity: 1;
          color: black; }

.modal-notice {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center; }
  .modal-notice.modal-notice-danger {
    background: #fe5c5c;
    color: white; }

.footer-copyright {
  width: 100%;
  text-align: center;
  color: white;
  font-size: small;
  padding: 10px; }

#login-box {
  width: 100%;
  height: auto;
  padding: 20px;
  background: white;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
  #login-box h2 {
    font-size: xx-large;
    cursor: default; }
  #login-box h3 {
    font-size: medium;
    font-weight: normal;
    font-style: italic;
    cursor: default; }
  #login-box label {
    padding: 5px 5px 0 5px;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: default; }
  #login-box input[type=submit] {
    margin-top: 10px; }
  #login-box .forgotten-link {
    width: 100%;
    display: block;
    padding-top: 10px; }
  #login-box .forgotten-link-hint {
    font-size: x-small;
    padding: 10px 0;
    line-height: 1em;
    display: block; }

/*# sourceMappingURL=theme-default.css.map */
