@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');

html, body {
  font-family: 'Rubik', sans-serif !important;
  background: #f1f1f1;
  color: #6b6b6b;
}

body {
  /* padding-top: 105px; */
}

a, a:hover {
  color: #83b87a;
}

p {
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 1.4;
}

p span {
  line-height: 1.4;
}

.dropdown-menu {
  border-radius: 0px;
}

h1, h2, h3, h4 {
  color: #83b87a;
}

.container img {
  max-width: 100%;
}

.summernote p {
  font-size: 1rem !important;
  font-family: 'Rubik', sans-serif !important;
}

#intro {
  height: 425px;
  margin-top: -25px;
  background-image: url("/static/img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#content {
  background: #f1f1f1;
  min-height: 300px;
}
.content {
  padding: 50px 0px;
}

.content h1, .content h2, .content h3 {
  word-wrap: break-word;
}

#admin-navbar {
  background: #374f92;
  padding: 15px;
  color: white;
  font-size: 90%;
  margin-bottom: 25px;
}

#admin-navbar a {
  color: white;
  margin-left: 15px;
}

.navbar {
  background: #FFF;
  padding: 15px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
}

.navbar-nav .nav-link, .dropdown-item {
  color: #727276;
}

.navbar-nav .nav-link:hover {
  color: #83b87a;
}

.navbar-toggler {
  color: #83b87a;
  font-size: 150%;
}

.navbar-brand {
  font-weight:bold;
}
.navbar-brand small {
  margin-top: -5px;
  display: inherit;
  opacity: .75;
}

.navbar-brand img, .navbar-brand small img {
  width: 125px;
  margin-right: 20px;
}

.btn {
  border-radius: 20px;
  padding: 7px 30px;
}

.btn-group .btn {
  padding: 7px 10px;
}

.btn-success, .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  color: #ffffff !important;
  background-color: #83b87a;
  border-color: #83b87a;
}

.btn-admin, .btn-admin, .btn-admin:hover, .btn-admin:link, .btn-admin:active .btn-admin:hover, .btn-admin:not(:disabled):not(.disabled).active, .btn-admin:not(:disabled):not(.disabled):active, .show>.btn-admin.dropdown-toggle {
  color: #ffffff !important;
  background-color: #374f92;
  border-color: #374f92;
}

.btn-admin-sm {
  padding: 7px 11px;
  position: absolute;
  top: -10px;
  right: 0px;
  color: #fff;
}

.btn-xs {
  padding: 3px 15px;
  font-size: 100%;
  color: #fff;
}

a.btn-admin-xs, {
  padding: 2px 5px;
  font-size: 80%;
  color: #fff;
}

.footer {
  padding: 75px 0px;
  color: white;
  background: #333;
}

.footer a {
  color: white;
}

.footer .col {
  margin:20px 0px;
}

.footer h4 {
  color: #83b87a;
  font-weight: bold;
}

.fade-in {
  opacity: 0;
}

#pages-sidenav {
  border-right: 1px #CCC solid;
  word-wrap: break-word;
}

#pages-sidenav a {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0px;
}

#pages-sidenav a.active {
  font-weight: bold;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #83b87a;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #1b3c3c;
  width: 0%;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #83b87a;
  cursor: pointer;
  border-radius: 100%;
  padding: 8px;
  font-size: 200%;
  color: white;
  width: 65px;
  height: 65px;
  text-align:center;
  z-index: 99;
}

#goodbye {
  background: #222;
  color: white;
  padding: 50px;
}

.energi-logo {
  width: 70%;
  filter: grayscale(1) brightness(1000%)
}

.dropdown .btn:hover {background: #83b87a; color:#000;}
.dropdown .btn:active {background: #83b87a; color:#000;}
.dropdown .btn:focus {background: #83b87a; color:#000;}
.container .dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #83b87a;
  border-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #83b87a;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid #ced4da !important;
}

.admin-page-edit, .admin-page-save, .admin-page-delete {
  margin-top: 15px;
}
.admin-page-header-edit {margin-bottom: 10px}
.admin-page-save, .admin-page-header-edit {
  display: none;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol#page-nav-sort {
  list-style-type:none;
  padding: 0px;
}

ol#page-nav-sort li.placeholder {
  position: relative;
  border: 2px #CCC dashed;
  border-radius: 5px;
  height: 30px;
}
ol#page-nav-sort li.placeholder:before {
  position: absolute;
}

@media (min-width: 576px) {
  #admin-edit-block-modal .modal-dialog {
      max-width: 800px;
  }
}


.modal-content {
  border-radius: 0;
}

.news {
  padding: 15px;
  background: #FFF;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 5px #CCC;
  margin-bottom: 30px;
}

.news h3 {
  color: #acd855;
}

.news-image {
  background-image: url(/static/img/noimage.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -15px;
  margin-bottom: -15px;
  border-radius: 5px 0px 0px 5px;
  min-height: 200px;
}

@media (max-width: 450px) {
  .news-image {
    height: 150px;
    min-height: 150px;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 15px;
  }
}

.news-date {
  margin-top: 10px;
  color: #AAA;
  display: block;
}

.top-intro {
  padding: 50px 0px;
  background: #222;
  color: #FFF;
}

.top-intro h3 {
  color: #83b87a;
  font-weight: bold;
}

.top-intro .btn-success {
  background-color: #83b87a;
  border-color: #83b87a;
}

.event-table {
  padding:15px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 5px #CCC;
}

.event-table table {
  width:100%;
}

.event-table img {
  min-width: 50px;
}
.event-table table tr td {
  border: none;
  padding: 4px 4px;
}

table.events tr td:first-child {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .navbar .container {
      max-width: 1900px;
  }
}

.forum-images {
  padding: 15px;
  background: #FFF;
}

.forum-images img {
  height: 100px;
}

.forum-thread {
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border: 3px solid #CCC
}

.forum-post {
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  border: 3px solid #CCC
}

.forum-reply {
  padding: 15px;
  background: #FFF;
  border-radius: 15px;
  border: 3px solid #CCC
}

.latest-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px #CCC;
}

.latest-wrapper h3 {
  font-size: 125%;
  color: #424242;
  margin-bottom: 15px;
}

.latest-wrapper table {
  margin-bottom: 15px;
}

.form-control:focus {
  background-color: #fff;
  border-color: #83b87a;
  outline: none;
  box-shadow: 0px 0px 5px #83b87a;
}

::selection {
  background: #83b87a; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #83b87a; /* Gecko Browsers */
  color: white;
}

.sl-wrapper .sl-navigation button {
    color: #dedede !important;
}

.elfinder.ui-front {
    z-index: 2000;
}
