.container-silverdo {
  width: 90%;
  margin: 0 auto;
}

.silverdo-blue-text {
  color: #4098bd !important;
}

.silverdo-blue {
  background-color: #4098bd !important;
}

.card.news .card-content {
  padding: 10px;
}

.card.news .news-title {
  margin-left: 60px;
}

.tiny-text {
  font-size: 8px;
  line-height: 8px;
}

.spaced-button .btn:not(:first-child) {
  margin-top: 10px;
}

.next-button,
.prev-button {
  width: 30px;
  padding: 0 5px;
}

.image-carousel {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.image-carousel img {
  max-height: 400px;
  width: 100%;
  object-fit: contain;
}

.image-carousel .prev,
.image-carousel .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.image-carousel .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.image-carousel .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.image-carousel .prev:hover,
.image-carousel .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#login {
  height: 100%;
  min-height: 100vh;
  background: url('../img/login_background.jpg') no-repeat center center fixed;
  background-size: cover;
}

@media only screen and (min-width: 600px) {
  #login .login-content {
    width: 50%;
    height: 100%;
    min-height: 100vh;
    background-color: white;
    margin-left: 50%;
  }

  #login .login-content .login-box {
    padding-top: 80px;
    max-width: 500px;
    margin: auto;
  }

  #login .login-content .large-login-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #login .login-content {
    width: calc(100% - 20px);
    background-color: rgba(255, 255, 255, 0.75);
    margin-left: 10px;
    padding: 20px 8px;
  }

  #login .login-content:not(.large-login-content) {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.tab.active {
  border-bottom: 2px solid #4098bd;
}

.select-month {
  background-color: #dddddd;
  border: 2px solid #4098bd;
  margin-right: 5px;
}

.select-year {
  background-color: #dddddd;
  border: 2px solid #4098bd;
}

.note-editable ul {
  padding-left: revert;
}

.note-editable ul li {
  list-style-type: disc;
}

nav.nav-mobile {
  height: 65px;
}

nav .nav-wrapper .dropdown-content a {
  line-height: normal;
}

nav.nav-mobile .nav-wrapper i {
  font-size: 36px;
  height: 40px;
  line-height: 40px;
}

nav.nav-mobile .nav-wrapper a {
  height: 65px;
  line-height: 7px;
  width: 75px;
  text-align: center;
  padding: 0px;
}

.nav-mobile .img-navbar {
  margin-top: 5px;
  margin-bottom: 7px;
}

nav.nav-mobile .nav-wrapper .dropdown-content a {
  line-height: normal;
  width: auto;
  height: auto;
  padding: 10px 15px;
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
  height: 50px;
  line-height: 50px;
}

nav.nav-mobile .nav-wrapper i.img-dropwdown {
  margin-top: -10px;
  margin-right: 10px;
}

nav .nav-wrapper li img {
  margin-top: 10px;
  margin-right: 10px;
}

nav .nav-wrapper li li img {
  margin-top: -5px;
}

.img-navbar {
  margin-top: 10px;
}

.img-navbar.left {
  margin-right: 15px;
}

nav.nav-mobile .nav-wrapper a.sidenav-trigger {
  margin: 0px;
}

input[type=text].timepicker-input-hours {
  width: 33%;
}

.card.news .news-structure-logo {
  float: left;
  width: 40px;
}

.card .card-action a.like-button:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  margin-right: 0px;
  color: #4098bd;
}

.card-action .row {
  margin-bottom: 0px;
}

.capitalize-first-letter::first-letter{
  text-transform: uppercase !important;
}

emoji-picker:not(.shown) {
  display: none;
}

emoji-picker.onclick {
  position: absolute;
  right: 0px;
  z-index: 1000;
}