html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  background-image: url("../img/background.png");
}

.registerfields {
  display: flex;
}

.registerfields img{
    height: 50px;
    width: 50px;
}

.header {
  width: 100%;
/*  height: 12em;*/
padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid white;
  color: white;
  background-color: #1967D0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  margin-bottom: 1em;
}

.header h1 {
  font-size: 100px;
  text-align: center;
}

.heading {
  text-align: left;
}

h5 {
  font-size: 4em;
}

P {
  font-size: 35px;
}

input {
  font-size: 35px !important;
  padding: 2em 1em !important;
}

table {
  font-size: 35px;
}

input[type='checkbox'] { 
  height: 50px;
  width: 50px;
}

a {
  font-size: 35px;
}

label {
  font-size: 35px;
  padding: 2rem 1rem !important;
}

li {
  font-size: 35px;
}

.card {
  margin-bottom: 1em;
}

.cardrow {
  background-color: white;
}

.edges {
  padding: 1em;
}

.card img {
  width: -webkit-fill-available;
}

#accordion {
  margin-top: 1em;
}

.buttonBanner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    flex-flow: row-reverse;
}

#gezondheidsmatrix {
  display: flex;
  flex-wrap: wrap;
}

#gezondheidsmatrixEdit {
  display: flex;
  flex-wrap: wrap;
}

#gezondheidsmatrix h2 {
  text-align: left;
    padding-left: 0.5em;
    font-weight: bold;
    width: 100%;
}

#gezondheidsmatrixEdit h2 {
  text-align: left;
    padding-left: 0.5em;
    font-weight: bold;
    width: 100%;
}

.buttonBannerRegister {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
/*    flex-flow: row-reverse;*/
}

#bannerButton {
/*    width: 100%;*/
    font-size: 2.2em;
    padding: 0.5em;

}

#inlineButton {
/*    width: 100%;*/
    font-size: 35px;
    padding: 0.5em;

}

.titletd {
text-align: left;
    padding-left: 10px;
    display: table-cell;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tdMed {
  max-width: 200px;
}

.tdBig {
  max-width: 400px;
}

th {
  text-align: left;
}

td {
  text-align: left;
  text-overflow: ellipsis;
    max-width: 150px;
    overflow: hidden;
    display: table-cell;
    white-space: nowrap;
}

.btn-link {
  width: 100%;
  display: flex;
text-align: left !important;
  font-size: 35px !important;
  width: 95%;
}

.btn-link:after {
background: url(../img/plus-solid.svg) no-repeat;
    content: "";
    /* display: flex; */
    /* align-self: center; */
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: right;
    /* margin: 0 auto; */
    /* vertical-align: middle; */
    right: 0;
    position: absolute;
    /* padding: 1em; */
    margin-right: 1em;
}

.btn-link-open:after {
background: url(../img/minus-solid.svg) no-repeat;
    content: "";
    /* display: flex; */
    /* align-self: center; */
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: right;
    /* margin: 0 auto; */
    /* vertical-align: middle; */
    right: 0;
    position: absolute;
    /* padding: 1em; */
    margin-right: 1em;
}

.content {
  overflow-x: scroll;
}

.container-fluid {
  margin-bottom: 100px;
}

#loginButton {
    width: 100%;
    font-size: 40px !important;
    padding: 0.2em !important;

}

#registerButton {
    width: 100%;
    font-size: 40px;
    padding: 0.2em;

}

.edit-appointment:hover{
  cursor: pointer;
  color: blue;
}

.delete-appointment:hover{
  cursor: pointer;
  color: red;
}

.iconData i {
    font-size: 1.5em;
    margin-right: 0.3em;
}

#menuBox img {
  max-width: 200px;
}

.videoContainer {
  position: relative;
  width: 100%;
  height: 400px;
}

.dataRow {
  display: flex;
}

.dataRow p {
  width: 50%;
}

.healthDetailsHeader {
  display: flex;
    justify-content: flex-end;
}

.generalDetailsHeader {
  display: flex;
    justify-content: flex-end;
}

.medicalDetailsHeader {
  display: flex;
    justify-content: flex-end;
}

.edit-health-details {
      font-size: 3em;
    text-align: right;
}

.edit-health-details:hover {
  color: #1967D0;
  cursor: pointer;
}

.edit-general-details {
      font-size: 3em;
    text-align: right;
}

.edit-general-details:hover {
  color: #1967D0;
  cursor: pointer;
}

.edit-medical-details {
      font-size: 3em;
    text-align: right;
}

.edit-medical-details:hover {
  color: #1967D0;
  cursor: pointer;
}

iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.authMessage {
  margin-bottom: 1em;
  color: red;
  font-size: 35px;
}

.registeredMessage {
  margin-bottom: 1em;
  color: green;
  font-size: 35px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.menu .tile {
  width: 50%;
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-wrap: wrap;
  height: 18em;
}

.menu .tile:hover {
  background-color: #1967D0;
  color: white;
  cursor: pointer;
}

.menu .tile:hover i {
  color: white;
}

.menu .tile i {
  color: #1967D0;
  font-size: 8em;
  padding: 0.2em;
}

.menu .tile p {
  width: 100%;
  font-size: 40px;
}

.item {
width: 100%;
    text-align: left;
    padding: 2em 1em;
    display: flex;
    align-items: center;
}

.item i {
    margin-right: 0.5em;
    font-size: 4em;
    color: #1967D0;
}

.item p {
  margin: 0;
  font-size: 40px;
}

.item:hover {
  background-color: #1967D0;
  color: white;
  cursor: pointer;
}

.item:hover i {
  color: white;
}

#inlineButton {
  margin-bottom: 1em;
}

.btn-warning {
  margin-right: 10px;
}

form {
  margin-bottom: 2em;
}

.formHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formHeader h3 {
  font-size: 40px;
  margin: 0.5em;
}

.formHeader p {
  margin: 1em;
}

.formHeader p:hover {
  cursor: pointer;
  color: #1967D0;
}

.btn-primary {
  font-size: 2.2em;
  padding: 0.5em;
}

.editHealthDetailsForm {
  display: none;
}

.editGeneralDetailsForm {
  display: none;
}

.editMedicalDetailsForm {
  display: none;
}

.newAppointmentForm {
  display: none;
}

.editAppointmentForm {
  display: none;
}

.newAppointmentNotesForm {
  display: none;
}

.editAppointmentNotesForm {
  display: none;
}

.newAppointmentPreparationsForm {
  display: none;
}

.editAppointmentPreparationsForm {
  display: none;
}

.newPSAForm {
  display: none;
}

.editPSAForm {
  display: none;
}

.newBiopsyForm {
  display: none;
}

.editBiopsyForm {
  display: none;
}

.newOtherResultForm {
  display: none;
}

.editOtherResultForm {
  display: none;
}

.imgBlock img {
  height: 200px;
  width: auto;
}

.voiceOver {
  align-self: center;
}