body {
  font-family: "Lato";
  background-color: #ffffff;
}

.outline {
  outline: 1px solid red !important;
}

input, select {
  height: 1.8rem;
}

input, select, textarea {
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #B0B0B0;
  font-family: "Lato";
}

i {
  margin-right: 5px;
}

i.alone {
  margin-right: 0px;
}

.text-red, .hover-red:hover {
  color: #bb3825 !important;
}

.text-blue, a, a:visited, .hover:hover, .bare-button:hover, .light-button:hover, .dark-bg-button:hover, .hover-border:hover {
  color: #007ACC;
}

.text-grey {
  color: #777777;
}

.text-dark {
  color: #282828 !important;
}

.text-dark-white {
  color: #f0f0f0 !important;
}

.background-dark {
  background-color: #282828;
}

.background-dark-white, .tab {
  background-color: #ffffff;
}

.background-white {
  background-color: white;
}

.font-16 {
  font-size: 16px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-14, .light-dialog {
  font-size: 14px !important;
}

.bold-700, .light-button, .light-dialog-bar, .light-grid-table-header-cell, .light-grid-table .header > div, .dygraph-legend > span.highlight {
  font-weight: 700 !important;
}

.bold-900 {
  font-weight: 900 !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.grey-divider {
  border-left: 1px solid #d8d8d8;
  width: 1px;
}

.grey-box, .light-button, .light-dialog {
  border: 1px solid #B0B0B0;
}

.grey-box-open-bottom {
  border: 1px solid #B0B0B0;
  border-bottom: none;
}

.grey-box-open-top {
  border: 1px solid #B0B0B0;
  border-top: none;
}

.grey-border-top {
  border-top: 1px solid #B0B0B0;
}

.dark-border-box {
  border: 1px solid #474747;
}

.dark-border-left {
  border-left: 1px solid #474747;
}

.underline, .bare-button {
  padding-bottom: 1px;
  border-bottom: 1px solid #222;
}

.menu-item {
  float: right;
  text-align: center;
  margin-top: 4px;
  padding: 7px 12px 7px 12px;
  color: #f0f0f0;
  cursor: pointer;
}

.menu-divider {
  border-left: 1px solid #474747;
  height: 28px;
  width: 1px;
  margin-top: 5px;
}

#login, #logout, #username-control {
  cursor: pointer;
}

.hover, .bare-button, .light-button, .dark-bg-button, .hover-border {
  cursor: pointer;
}

.hover-red {
  cursor: pointer;
}

.bare-button:hover {
  border-bottom-color: #007ACC;
}

.light-button {
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  text-align: center;
}

.light-dialog {
  z-index: 1000;
  background-color: #ffffff;
  position: absolute;
  padding: 10px 10px 15px 10px;
}

.light-dialog-bar {
  margin-bottom: 10px;
  font-size: 17px;
  cursor: pointer;
}

.above-modal {
  z-index: 1002 !important;
}


.light-bg-dark-text {
  background-color: #ffffff;
  color: #282828;
}

.light-bg-blue-text {
  background-color: #ffffff;
  color: #007ACC;
}

.plain-table {
  border: none;
  vertical-align: middle;
}
.plain-table td {
  padding: 3px;
}

.light-grid-table-header-cell, .light-grid-table .header > div {
    text-align: center;
    background-color: #428bca;
    color: white;
}

.light-grid-table {
  background-color: white;
}

.datetime-selected-icon {
  margin-right: 10px;
  font-size: 0.9em;
}

.special-input {
  height: 1.2rem;
  border: 1px solid #B0B0B0;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
}

.not-so-plain-table {
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  vertical-align: middle;
}
.not-so-plain-table th {
  border: 1px solid #B0B0B0;
  padding: 7px;
  background-color: #e5e5e5;
}
.not-so-plain-table td {
  padding: 7px;
  border: 1px solid #B0B0B0;
}

#home-white-link {
  color: #ffffff !important;
}

[contenteditable="true"].single-line {
  white-space: nowrap;
  overflow: hidden;
}

[contenteditable="true"].single-line br {
  display: none;
}

[contenteditable="true"].single-line * {
  display: inline;
  white-space: nowrap;
}

.dygraph-title {
  font-size: 1rem;
}

.dygraph-legend > span {
  margin: 5px 0px 0px 0px !important;
  display: block !important;
}

.dygraph-legend > br {
  display: none !important;
}

.dygraph-axis-label-x {
  font-size: 13px;
}

i.marker {
  font-family: "Lato" !important;
  margin-right: 0px !important;
}

.leaflet-div-icon {
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.tab {
  padding: 7px 10px 7px 10px;
  float: left;
}

.hover-border:hover {
  border: 1px solid #007ACC !important;
}

#register-dialog {
  height: 77vh;
}

/*# sourceMappingURL=home.css.map */
