.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#userappointmentwrapper
{
  transition: box-shadow 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media print {
  newpage {page-break-after: always;}
  .email {display:none;}
  #main {display:none;}
  .timeselect-card {display:none;}
  .card-img-top {display:none;}
  button {display:none;}
  .btn {display: none;}
  .card-title {font-size:40px;}
  .card-text {font-size:40px;}
  .card {width: 50%;}
}

/*
@media screen and (max-width: 768px) {
  h1{
      font-size:14px;
  }
}*/

.card {
  width: 18rem;
}

body {
  /*padding-top: 2rem;*/
  padding-bottom: 2rem;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid rgb(51, 187, 255);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(45, 185, 255) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.time
{
  cursor: pointer; cursor: hand;
}

.time:hover
{
    background-color: #85b6e7;
}

.timeslottaken
{
    color: #eee;
    background-color: #fd6978;
    border-color: #f5c6cb;
    cursor: not-allowed;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.timeslotfree
{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}