body {
  font-size: .875rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  width: 33px;
  max-width: 33px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
@media (min-width: 768px) {
  .sidebar {
    width: 50px;
    max-width: 50px;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: 100vh;
  padding-top: 1rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar-sticky::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.sidebar-sticky {
  -ms-overflow-style: none;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  color: #333;
  text-align: center;
  padding: .5rem 0;
}

.sidebar .nav-link i {
  color: #999;
}
@media (min-width: 768px) {
  .sidebar .nav-link i {
    font-size: 18px;
  }
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover i,
.sidebar .nav-link.active i {
  color: inherit;
}

/*
 * Content
 */

[role="main"] {
  padding-left: 63px; /* 33 + 30 */
  padding-right: 30px;
}
@media (min-width: 768px) {
  [role="main"] {
    padding-left: 80px; /* 50 + 30 */
    padding-right: 30px;
  }
}





/*FORMS*/
.btn-group > .radio-geslacht1.active,
.btn-group > .radio-geslacht1:hover,
.btn-group > .radio-geslacht1:active {
  background-color: #93b4fb !important;
}
.btn-group > .radio-geslacht2.active,
.btn-group > .radio-geslacht2:hover,
.btn-group > .radio-geslacht2:active {
  background-color: #ffaacd !important;
}
.btn-group > .radio-geslacht1,
.btn-group > .radio-geslacht2 {
  border-color: #ced4da !important;
}

.input-group-prepend .btn-outline-secondary,
.input-group-append .btn-outline-secondary {
  border-color: #ced4da !important;
}


/*LOADING SPINNER*/
/*https://loading.io/spinner/ripple/-ripple-circle-scale-round-radar-radio*/
.loading-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

.alert {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 99999;
}


/*WEBSITE INFO UPDATER TABLE*/
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th,
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  white-space: nowrap;
  vertical-align: middle;
}
.fullwidth {
  width: 100%;
}
.icon {
  vertical-align: middle !important;
  text-align: center !important;
  width: 32px;
  overflow: hidden;
}
.green,
.green .fa:before,
.green .fa:hover:before {
  color: green;
}
.red,
.red .fa:before,
.red .fa:hover:before {
  color: red;
}
.hosted-on-my-server {
  font-weight: bold;
  color: #555;
}
.tooltip-inner,
.popover {
  text-align: left;
  white-space: nowrap;
  max-width: none;
}