@charset "UTF-8";
/*==============================================================================================
 Water Management System styles

 1. Global styles
   1.1. Fonts

 2. Navigation
   2.1. Header nav
   2.2. Footer nav

 3. Dashboard Navigation

 4. Dashboard Panels
   4.1. System List

 5.  Aurelia Modal Dialogs

 ============================================================================================== */
/*----------------------------------------------------------------------------------------------

  1. Global styles 

  ----------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.hidden, .nodeType0, .nodeType1 {
  display: none;
}

input {
  color: gray;
}

/*----------------------------------------------------------------------------------------------
  1.1. Fonts
  ----------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "museo_sans500";
  src: url("/fonts/MuseoSans_500-webfont.eot");
  src: url("/fonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSans_500-webfont.woff2") format("woff2"), url("/fonts/MuseoSans_500-webfont.woff") format("woff"), url("/fonts/MuseoSans_500-webfont.ttf") format("truetype"), url("/fonts/MuseoSans_500-webfont.svg#museo_sans500") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo_sans500_italic";
  src: url("/fonts/MuseoSans_500_Italic-webfont.eot");
  src: url("/fonts/MuseoSans_500_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/MuseoSans_500_Italic-webfont.woff2") format("woff2"), url("/fonts/MuseoSans_500_Italic-webfont.woff") format("woff"), url("/fonts/MuseoSans_500_Italic-webfont.ttf") format("truetype"), url("/fonts/MuseoSans_500_Italic-webfont.svg#museo_sans500_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #fff;
  background: #707070;
  overflow-x: hidden;
}

/*----------------------------------------------------------------------------------------------

  2. Navigation

  ----------------------------------------------------------------------------------------------*/
.divider-vertical {
  height: 40px;
  border-left: 2px solid white;
  float: left;
  opacity: 1;
  margin: 15px 20px 15px 20px;
}

.divider-vertical-10 {
  height: 20px;
  border-left: 2px solid white;
  float: left;
  opacity: 1;
  margin: 5px 20px 5px 20px;
}

.login-nav-size {
  font-size: 36pt;
}

.splash-nav-size {
  font-size: 14pt;
}

.layout-nav-item:hover {
  color: #3da639;
  cursor: pointer;
}

.splash_logo {
  float: left;
  width: 32px;
  height: 40px;
  padding-top: 10px;
  margin: 0 10px 0 10px;
}

/*----------------------------------------------------------------------------------------------
  2.1. Header nav
  ----------------------------------------------------------------------------------------------*/
.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse {
  background-color: #707070;
  border-color: #d8dbde;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  border: none;
}

.navbar-inverse .navbar-nav > li.active > a {
  background-color: #d8dbde;
  color: #707070;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.btn-gc-lightblue {
  background-color: #87afd7;
}

.navbar-nav > li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
}

#navbar-logo {
  float: left;
  height: 50px;
  width: 30%;
  max-width: 200px;
  background-color: white;
  padding-left: 36px;
  /*background-image: url(/images/logo159x40.png);
  background-repeat: no-repeat;
  background-position: 18px 5px;*/
}

#navbar-admin-logo {
  float: left;
  height: 50px;
  width: 30%;
  max-width: 200px;
  background-color: white;
  padding-left: 36px;
  background-image: url(/images/WMSmain_horiz.png);
  background-repeat: no-repeat;
  background-position: 18px 5px;
  background-size: 110px 42px;
  background-position: center;
}

.navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a:hover {
  color: #3da639 !important;
  background-color: #d8dbde;
}

.navbar-logo {
  margin-right: 50px !important;
}
.navbar-logo .customer-label {
  color: white;
  margin: 15px 10px 0 0;
}
.navbar-logo img {
  background-color: white;
}
.navbar-logo #customer-menu a {
  border-bottom: none;
}

.navbar-user {
  width: 275px;
  color: white;
}
.navbar-user .avatar {
  margin-right: 10px;
}
.navbar-user .user {
  margin-top: 6px;
}
.navbar-user .user .name {
  font-size: 14px;
}
.navbar-user .user .company {
  font-size: 12px;
}
.navbar-user #user-menu a {
  border-bottom: none;
}

.nav ul.dropdown-menu li a {
  color: black;
}

.nav ul.dropdown-menu li a:hover, a:focus {
  color: white;
  text-decoration: none;
}

.dropdown-menu-admin {
  padding: 0px !important;
}

.dropdown-menu-admin > a {
  margin: 5px !important;
}

@media (min-width: 800px) {
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  /*margin-right: 0; 
  margin-left: 0;*/
}

/*----------------------------------------------------------------------------------------------
  2.2. Footer nav
  ----------------------------------------------------------------------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.footer p {
  color: #333;
}

/*----------------------------------------------------------------------------------------------

  3. Dashboard Navigation

  ----------------------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  .dashboard-navigation > li > a > .navbar-text {
    float: none;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.dashboard-navigation .nav li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #707070;
  border-bottom: 1px solid #222;
}

/*body {
  font: 12px/1 'Montserrat', sans-serif;
  color: #333;
  background: #333;
  overflow-x: hidden;
}*/
.wrapper {
  display: flex;
  min-height: 95%;
}

.sidebar {
  position: absolute;
  width: 220px;
}

.content {
  flex: 1;
  padding: 30px;
  /*background: #eee;*/
  background: #333;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}
.content .container-fluid {
  padding-right: 200px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content.open {
  transform: translate3d(200px, 0, 0);
}

.content.closed {
  transform: translate3d(70px, 0, 0);
}

.button {
  cursor: pointer;
  padding: 5px;
}

.button:before {
  content: "\f0c9";
  font: 30px fontawesome;
}

.dashboard-navigation li {
  min-width: 200px;
}

.nav li a {
  position: relative;
  display: block;
  /*padding: 15px 15px 15px 50px;*/
  font-size: 12px;
  color: #eee;
  border-bottom: 1px solid #e8dbde;
}

.nav li a:hover, .nav li a:focus {
  background: #444;
  box-shadow: inset 5px 0 0 #87AFD7, inset 6px 0 0 #222;
}

.admin-nav li a:hover, .admin-nav li a:focus {
  box-shadow: inset 0px 0 0;
}

.nav li.active,
.nav li a.active {
  box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
  background: #444;
}

/*.nav li a:hover, .nav li a:focus {

	border: 1px solid #707070;
	color: #fff;
}

.nav li.active,
.nav li a.active {

	border: 1px solid #707070;
}*/
/*----------------------------------------------------------------------------------------------

  3. Login

  ----------------------------------------------------------------------------------------------*/
.panel-body {
  padding: 15px;
  margin-right: 10px;
}

/*----------------------------------------------------------------------------------------------

  3. Dashboard

  ----------------------------------------------------------------------------------------------*/
.grid-stack-item-content {
  color: #2c3e50;
  border: solid 1px #87AFD7;
  text-align: center;
  background-color: white;
}

/*-----------------------------------------------------------------*/
.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 36px;
  line-height: 36px;
  /*text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;*/
  text-transform: uppercase;
  color: white;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 50px;
  color: white;
}

.page-host {
  position: absolute;
  left: 1px;
  right: 0;
  top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  /*background-image: url(/images/bg.jpg);*/
}

@media only screen and (max-width: 768px) {
  .page-host {
    top: 100px;
  }
  .page-host2 {
    top: 100px;
  }
}
@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}
section {
  margin: 0 20px;
}

.navbar-nav li.loader {
  margin: 12px 24px 0 6px;
}

.pictureDetail {
  max-width: 425px;
}

.sidebar .nav li a {
  font-size: 14px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.card-container.au-enter {
  opacity: 0;
}

.card-container.au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #337ab7;
  color: rgb(136, 172, 217);
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.card .content {
  margin-top: 10px;
}

.card .content .name {
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  border-radius: 6px 6px 0 0;
}

.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px #FFF solid;
}

/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-host .content {
  background-color: #fafafa;
}

/*----------------------------------------------------------------------------------------------

  4. Dashboard panels 

  ----------------------------------------------------------------------------------------------*/
.dashboard-panel {
  text-align: left;
}
.dashboard-panel h4 {
  background-color: #87AFD7;
  color: white;
  padding: 10px 0 10px 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.dashboard-panel h5 {
  font-size: 14px;
  font-weight: bold;
}
.dashboard-panel > div {
  padding: 10px;
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.red, .status3 {
  background: red;
}

.yellow, .status2 {
  background: #FEDF15;
}

.green, .status1 {
  background: green;
}

.panel-alert-list .alert {
  padding: 10px;
}

.task-list .e-ddl-popup {
  border: none;
}

ej-tree-grid {
  display: block;
}

#selectSystem_wrapper {
  width: 100%;
}

#selectSystem2_wrapper {
  width: 100%;
}

#customerSearch_wrapper {
  width: 100%;
}

#systemSearch_wrapper {
  width: 100%;
}

.e-grid .e-rowcell.coloredColumn {
  padding: 0;
}
.e-grid .e-rowcell.coloredColumn .green, .e-grid .e-rowcell.coloredColumn .red, .e-grid .e-rowcell.coloredColumn .status1, .e-grid .e-rowcell.coloredColumn .status3 {
  padding: 0.7em;
  color: white;
}
.e-grid .e-rowcell.coloredColumn .yellow, .e-grid .e-rowcell.coloredColumn .status2 {
  padding: 0.7em;
}

/*----------------------------------------------------------------------------------------------
  5. Aurelia Modal Dialogs
  ----------------------------------------------------------------------------------------------*/
ai-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

ai-dialog-container > div {
  margin: auto !important;
  margin-top: 2% !important;
}

ai-dialog-container > div {
  /*margin-top: 2% !important; 
  margin-bottom: 2% !important;*/
}

ai-dialog-container h4 {
  background-color: #87AFD7;
  color: white;
  padding: 10px 0 10px 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
ai-dialog-container h5 {
  font-size: 14px;
  font-weight: bold;
}

/*----------------------------------------------------------------------------------------------
  5. MVC Views and Validation
  ----------------------------------------------------------------------------------------------*/
.editor-label {
  color: whitesmoke;
}

.display-label,
.editor-label {
  margin: 1em 0 0 0;
}

.display-field,
.editor-field {
  margin: 0.5em 0 0 0;
}

.text-box {
  width: 30em;
}

.text-box.multi-line {
  height: 6.5em;
}

.tri-state {
  width: 6em;
}

.form_settings input[type=text] {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}

.form_settings input[type=submit] {
  border: medium none;
  display: inline-block;
  padding: 5px;
}

.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  background-color: #ffeeee;
  border: 2px solid red;
}

.valid {
  border: 2px solid green;
  background-color: #b1de79;
}

.register-text, .contact-text {
  color: #707070;
}

#no-logo-msg {
  text-align: center;
  padding: 50px;
  font-size: 22px;
  color: #aaa;
  width: 260px;
  border: 1px solid #aaa;
}

.admin-container {
  margin-top: 75px;
}

.admin-body {
  background-color: #fafafa !important;
}

.site-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-grid-controller-title {
  height: 2em;
  padding-top: 30px;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-controller-subtitle {
  height: 1.5em;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-title {
  height: 2em;
  padding-top: 30px;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-subtitle {
  height: 1.5em;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-title > p, .site-grid-subtitle > p {
  display: table-cell;
  width: 100%;
  color: #707070 !important;
  position: relative;
}

.site-grid-title-ctrl {
  height: 5em;
  padding-top: 30px;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-subtitle-ctrl {
  height: 1.5em;
  width: 100%;
  display: table;
  text-align: center;
}

.site-grid-title-ctrl > p, .site-grid-subtitle-ctrl > p {
  display: table-cell;
  width: 100%;
  color: #707070 !important;
  position: relative;
  transform: translateY(-50%);
}

.site-grid-body {
  background: rgba(0, 0, 0, 0.6);
}

.site-grid-body > p {
  margin: 0 !important;
  font-size: 0.85em;
  width: 100%;
}

.site-grid-body > span {
  background: url("../img/Untitled-1.png");
  background-size: contain;
  height: 0.3em;
  width: 0.5em;
  display: block;
  position: absolute;
  height: 50px;
  top: 0;
}

.site-grid-title > span.status-cell {
  height: 100%;
  width: 0.5em;
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.4);
}

.site-grid-title.status-not-reviewed > span.status-cell {
  background: #e8a237;
}

.site-grid-title.status-active > span.status-cell {
  background: #2da5ec;
}

.site-grid-title.status-inactive > span.status-cell {
  background: #898b8e;
}

.site-grid-title.status-not-reviewed > p {
  background: #9b753d;
}

.site-grid-title.status-active > p {
  background: #2e77a1;
}

.site-grid-title.status-inactive > p {
  background: #626569;
}

.paging {
  text-align: center;
  margin: 1em 0;
}

.site-grid-label {
  color: #707070 !important;
  font-size: 14pt;
}

.site-grid-tile {
  margin: 10px;
  border: 4px solid #1f60a9;
  border-radius: 10px;
  max-width: 18em;
  width: 18em;
  overflow: hidden;
  height: 210px;
}

.site-grid-tile-wms {
  margin: 10px;
  border: 4px solid #1f60a9;
  border-radius: 10px;
  max-width: 22em;
  width: 22em;
  overflow: hidden;
  height: 340px;
}

.site-grid-nonmember {
  border: 4px solid #3DA639 !important;
}

.site-grid-nopermissions {
  border: 4px solid purple !important;
}

.site-grid-lockedout {
  border: 4px solid red !important;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.nav-previous {
  float: left;
}

.nav-wrapper {
  width: 100%;
}

.nav {
  margin: auto;
}

.nav-center-block {
  width: 465px;
  font-size: x-large;
}

.nav-center-block > div {
  height: 50px;
}

.nav-left {
  float: left;
}

.nav-right {
  float: right;
}

.center-nav {
  color: #707070;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.customer-search {
  margin: 1px 3px 0px 3px;
  padding: 10px 15px;
  background: rgba(50, 50, 50, 0.2);
  border: 1px solid #fff;
}

.standard-search-button {
  position: relative;
  border: 2px solid #707070;
  background-color: #707070;
  color: #fafafa;
}

.standard-search-button:hover  {
  background-color: #fafafa;
  color: #207cca;
}

.body-content {
  margin-top: 70px;
  color: #707070;
}

.admin-table {
  color: #707070;
}

@media (max-width: 1300px) {
  .navbar-header {
    float: none;
  }
  .divider-vertical {
    display: none !important;
  }
  .divider-vertical-10 {
    display: none !important;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* selected link */
a:active {
  color: #0000FF;
}

a:focus {
  color: #0000FF;
}

.dropdown > li {
  height: 20px !important;
}

/* unvisited link */
a.admin-nav:link {
  color: #87AFD7;
}

/* visited link */
a.admin-nav:visited {
  color: #1F60A9;
}

/* mouse over link */
a.admin-nav:hover {
  color: #D8DBDE;
  text-decoration: none;
}

/* selected link */
a.admin-nav:active {
  color: #87AFD7;
}

.hider {
  visibility: hidden;
}

a:link.header-nav, a.header-nav:visited, a.header-nav:active {
  color: white;
}

a.header-nav:hover {
  color: #D8DBDE;
  text-decoration: none;
}

/*# sourceMappingURL=site.css.map */
