html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  margin-bottom: 78px;
  background: #f8f8fb;
}

/* Topbar */

.navbar-fixed-top {
  top: 0;
  background: #4b2e83 !important;
  border: 0 !important;
  height: 50px;
}

.navbar-brand {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 15px !important;
}

.navbar-right,
.navbar-right * {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 50px !important;
  margin: 0 18px 0 0 !important;
}

/* Sidebar - originele dashboard positie */

.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
  position: fixed !important;
  top: 50px !important;
  bottom: 78px !important;
  left: 0 !important;
  z-index: 1000;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #f3f0fa !important;
  border-right: 1px solid #ddd5ee;
  }
}

.nav-sidebar {
  margin-right: -21px;
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  color: #4b2e83 !important;
  padding: 12px 20px 12px 30px !important;
}

.nav-sidebar > li > a:hover {
  background: #e5def7 !important;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background: #6a3fb5 !important;
  color: #ffffff !important;
}

/* Main - originele dashboard positie */

.main {
  padding: 20px 30px 95px 30px !important;
  background: #ffffff;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

.main .page-header {
  margin-top: 0;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

/* Tables */

.table > thead > tr > th {
  border-bottom: 2px solid #d7caef;
}

.table > tbody > tr:hover {
  background: #faf8ff;
}

/* Buttons */

.btn,
button,
input[type="submit"] {
  border-color: #8a73b8 !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  border-color: #6a3fb5 !important;
}

/* Footer */

.footer {
  position: fixed !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 78px !important;
  border-top: 3px solid #4b2e83 !important;
  background: #f3f0fa !important;
  text-align: center !important;
  padding-top: 9px !important;
  z-index: 9999 !important;
}

.footer p {
  display: none !important;
}

.xlx-footer-brand {
  font-size: 11px !important;
  color: #333333 !important;
  line-height: 1.35 !important;
}

.xlx-footer-brand a {
  color: #4b2e83 !important;
  font-size: 10px !important;
  text-decoration: none !important;
}
.sidebar-info {
    margin-top: auto;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 24px;

    padding-top: 10px;
    border-top: 1px solid #d8c4ff;

    font-size: 11px;
    line-height: 1.35;
    color: #6f5a92;
    opacity: 0.82;
    word-break: break-word;
}

.sidebar-info strong {
    color: #4b2e83;
    font-size: 11px;
}

.sidebar-info a {
    color: #6f5a92;
    text-decoration: none;
}

.sidebar-info a:hover {
    color: #4b2e83;
    text-decoration: underline;
}
.sidebar {
    position: fixed;
}
.xlx-footer-weather {
    height: 78px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #f3f0fa;

    font-size: 16px;
    font-weight: 400;
    color: #4b2e83;

    padding-left: 40px;
    padding-right: 40px;
}

.footer-item {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

