body {
  background-color: #ddd;
}

.green {
  background-color: #99be3c !important;
}

.green-text {
  color: #99be3c !important;
}

.green.lighten-5 {
  background-color: #DBEFCA !important;
}

.clickable {
  cursor: pointer;
}

.underlined {
  text-decoration: underline;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a {
  color: #99be3c !important;
}

nav {
  position: relative !important;
  z-index: 999 !important;
}

nav .brand-logo {
  height: 90%;
}

nav img {
  height: 100%;
  margin-top: 1%;
  margin-left: 5%;
}

input.small {
  height: 1.5rem;
}

.collection .collection-item {
  min-height: 64px !important;
  max-height: 5.5rem !important;
}

.collection .collection-item .circle i {
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
}

.secondary-content.first {
  top: 4px !important;
}

.secondary-content.second {
  top: 32px !important;
}

.secondary-content.bottom {
  top: auto !important;
  bottom: 0 !important;
}

.circle.text {
  text-align: center;
  line-height: 42px;
  color: #fff;
}

.jsoneditor {
  border: 1px solid #9e9e9e !important;
}

.jsoneditor-menu {
  background-color: #99be3c !important;
  border-bottom: none !important;
}

.jsoneditor-poweredBy {
  display: none;
}

.jsoneditor-selected {
  background-color: #b8df95 !important;
}

.gallery {
  min-height: 150px;
}

.captions {
  display: none;
}

.subcaption {
  font-size: 0.9rem;
}

.thumbnail {
  position: relative;
  top: 0;
  height: 150px;
  width: auto;
  bottom: 0;
  left: 0;
  display: inline-block;
}

.thumbnail-image {
  height: 150px;
  width: auto;
}

.thumbnail-caption {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 2rem;
  background: rgba(255, 255, 255, 0.2);
  height: 2rem;
  color: #fff;
}

.list-fab {
  margin-top: -1.5rem;
}

.form-error.row {
  position: absolute;
  top: 72px;
}

.input-field .postfix ~ input {
  width: calc(100% - 3rem);
  margin-left: 0;
  margin-right: 3rem !important;
}

.input-field .postfix {
  position: absolute;
  width: 3rem;
  right: 0;
  font-size: 1.5rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  padding-top: 1.1rem;
}