/* Bootstrap */
.modal-header-navbar {
    background: #363d4a;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-navbar h4 {
    color:#fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #343a40;
}
.dropdown-menu.scroll {
  max-height: 280px;
  overflow-y: auto;
}

/* Fullscreen modal */
.modal.modal-fullscreen .modal-dialog {
  width: 90vw;
  height: 90vh;
  margin: 1.75rem auto;
  padding: 0;
  max-width: none;
}
.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 90vh;
  border-radius: 0;
  border: none;
}
.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* Profiel cirkel */
.profilecircle {
  display: inline-block;
  background-color: #363d4a;
  border-radius: 50%;
}
.profilecircle-inner {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 50px;
  width: 50px;  
  font-size: 20px;
}

/* Element buiten het zicht */
.outOfSight {
  position: absolute;
  top: -1000px;
  left: 0;
}

/* Print weergave */
.familytreeTable {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
}

/* SSO knop */
.btn-mslogin {
	color: #FFFFFF;
	background-color: #00a1f1;
	border-color: #00a1f1;
}
.btn-mslogin:hover {
	color: #FFFFFF;
	background-color: #01abff;
	border-color: #01abff;
}