/* login */
input[type="text"]:focus:not([readonly]), input[type="password"]:focus:not([readonly]){
  border-bottom: 1px solid #A4B9CA;
  box-shadow: 0 1px 0 0 #2A506F;
}

.input-field label.active {
  font-size: 1rem;
}

label.sr-only {
  color: #2A506F;
}

.btn, .btn-large {
  background-color: #2A506F;
}

.btn-lg:hover, .btn:hover {
  background-color: #A4B9CA;
}

.btn-lg:focus {
  background-color: #A4B9CA !important;
}

.main-title {
  color: #2A506F;
}


/* main */
main {
  flex: 1 0 auto;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #FAFAFA;
}

.info {
  color: black;
}

.recentValue, div#message, form#data-time, .input-field {
  color: black;
}

.date {
  font-size: 11px;
}

.flow-sensor-status {
  height: 40%;
}

.flowThroughChart {
  padding-top: 2%;
}

/* charts */
.c3-title {
  font-size: 16px;
  font-weight: bold;
}


/* nav */
.button-collapse.fixed {
  position: absolute;
  z-index: 996;
  right: 10px;
  top: 15px;
}

.logout-btn {
  text-align: right;
}

.side-nav.fixed li > a.active,
.side-nav.fixed li:hover > a.active {
  background: #A4B9CA;
  color: white;
}

nav.top-nav a.page-title {
  line-height: 80px;
  font-size: 36px;
}

nav.top-nav {
  height: 80px;
  box-shadow: none;
  background: #A4B9CA;
}

table, th, td {
  margin-top: 30px;
}



/* datePicker */
input#dataDate {
  padding-left: 30px;
  width: fit-content;
  border: none;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
#date-element {
  border-bottom: 1px solid #9e9e9e;
  line-height: inherit;
}
input#dataDate:hover {
  background: #efefef;
  cursor: pointer;
}
.picker__box {
  margin-left: 5%;
}
.picker__weekday-display, .picker__month-display, .picker__day-display{
  display: none;
}

.picker__date-display {
  padding-top: 5%;
  padding-bottom: 5%;
  background: #A4B9CA;
}

.picker__calendar-container {
  padding: 0 5%;
}

.picker__select--year.browser-default {
  display: none;
}

.picker__year-display {
  color: #2A506F;
}

.picker__header {
  line-height: 1.5em;
}

.picker__month{
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__table {
  line-height: 5%;
  margin-bottom: 0;
}

.picker__clear {
  display: none;
}

.picker__footer {
  padding: 2% 3%;
}

.picker--opened .picker__frame {
  max-width: 80%;
}

.picker__wrap {
  width: 90%;
}

.picker__close, .picker__today {
  color: #2A506F;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color: #2A506F;
  color: #ffffff;
}

.picker__day.picker__day--today {
  color: #A4B9CA;
}

input[type="date"]:focus:not([readonly]) {
  border-bottom: 2px solid #A4B9CA;
}

.picker__holder {
  overflow: hidden;
}


/* footer */
footer.page-footer {
  background: #FAFAFA;
}
footer.page-footer .footer-copyright{
  background: #A4B9CA;
}

.page-footer {
  font-size: small;
}

.material-icons {
  color: #fff;
  font-size: 46px;
}
footer.page-footer .footer-copyright{
  color: black;
}

footer.page-footer .footer-copyright .page-version{
  text-align: right;
}

.center {
  text-align: center;
}

#no-border {
  border-bottom: none;
}

a.station-title {
  font-size: 30px;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: -1rem;
  color: #2A506F;
}

#flowthrough-table thead tr th {
  padding-top: 1%;
  padding-bottom: 1%;
}

.station-name {
  font-size: small;
  line-height: normal;
  font-style: italic;
  word-break: break-all;
}
.hidden {
  display: none;
}
#change-station-name > i {
  color: black;
}
.material-icons.large {
  float:right;
  line-height: inherit;
  height: auto;
  font-size: inherit;
}
d:last-child {
  word-break: break-all;
}

/*


.material-icons.tiny {
  font-size: 1rem;
}
.material-icons.small {
  line-height: inherit;
  font-size: 1.5rem;
  display: inline;
}
*/