.login {
  margin-top: 50px;
}
.login .pdr-logo {
  margin-bottom: 55px !important;
  width: 300px;
}
.appointments .main-content .contact-data {
  margin: 50px 50px 50px 50px;
}
.appointments .main-content .contact-data-name {
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
}
.appointments .main-content .contact-data-address {
  font-size: 20px;
  display: block;
}
.appointments .main-content .contact-data-telephone {
  font-size: 20px;
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}
.appointments .main-content .location-data {
  margin: 50px 50px 50px 50px;
}
.appointments .main-content .location-data .table-container .table-data-row {
  cursor: pointer;
}
.appointments .main-content .location-data .table-container .selected {
  background: #2c699d;
}
.appointments .main-content .location-data .table-container .selected td span {
  color: #fff;
}
.appointments .main-content .station-info-icon {
  margin-left: 15px;
}
.appointments .main-content .station-info-icon:hover {
  cursor: pointer;
}
.appointments .main-content .timetable-data {
  margin: 50px 50px 50px 50px;
}
.appointments .main-content .timetable-data .selectedTime {
  background: #2c699d;
}
.appointments .main-content .timetable-data .table-container {
  height: auto;
  width: 100%;
}
.appointments .main-content .timetable-data .calendar-no-appointments {
  text-align: center;
  font-size: 18px;
}
.appointments .main-content .timetable-data .calendar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.appointments .main-content .timetable-data .calendar-estimate-postions .position {
  padding-right: 5px;
  padding-left: 5px;
  height: 36px;
  border-top: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.appointments .main-content .timetable-data .calendar-estimate-postions .position-text {
  padding-top: 7px;
}
.appointments .main-content .timetable-data .calendar-estimate-postions .position.table-head {
  border-top: 8px;
  height: 38px;
}
.appointments .main-content .timetable-data .calendar-content {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.appointments .main-content .timetable-data .calendar-content-weekday {
  width: 100%;
  border-left: 1px solid #ddd;
}
.appointments .main-content .timetable-data .calendar-content-weekday .table-head {
  height: 38px;
  font-weight: bold;
  text-align: center;
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots {
  border-top: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0px 3px 0px 3px;
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots .estimate-slot {
  width: 100%;
  position: relative;
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots .estimate-slot .appointment {
  height: 30px;
  margin: 3px 3px 6px 3px;
  border: solid 1px;
  border-color: #ccc;
  border-radius: 3px;
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots .estimate-slot .appointment.unavailable {
  background: repeating-linear-gradient(45deg, #d7d7d7, #d7d7d7 15px, #ccc 15px, #ccc 30px);
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots .estimate-slot .appointment.available {
  background: #9993ff;
  cursor: pointer;
}
.appointments .main-content .timetable-data .calendar-content-weekday .estimate-slots .estimate-slot .appointment.selected {
  background: #2c699d;
}
.appointments .main-content .timetable-data .calendar-nav-container {
  margin-bottom: 10px;
}
.appointments .main-content .timetable-data .calendar-nav-left {
  float: left;
}
.appointments .main-content .timetable-data .calendar-nav-date {
  text-align: center;
  font-size: 20px;
}
.appointments .main-content .timetable-data .calendar-nav-text {
  vertical-align: middle;
  cursor: default;
}
.appointments .main-content .timetable-data .calendar-nav-right {
  float: right;
}
.appointments .main-content .timetable-data .calendar-nav-icon {
  font-size: 40px;
  width: 100%;
  text-align: center;
}
.appointments .main-content .timetable-data .calendar-nav-icon:hover {
  background: #2c699d;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
}
.appointments .main-content .comment-data {
  margin: 50px 50px 50px 50px;
}
.appointments .main-content .comment-data .comment-box {
  width: 100%;
}
.appointments .bottom-navigation {
  margin: 25px 50px 25px 25px;
}
.appointments .bottom-navigation .submit-button {
  float: right;
}
.selected-appointment {
  margin: 10px;
}
.appointments-navigation-navbar {
  padding: 0px 15px;
}
.appointments-navigation-logout {
  float: right;
  margin-right: 15px;
}
.appointments-navigation-date {
  padding: 7px 15px;
  list-style: none;
  background-color: #e4e4e4;
  border-radius: 4px;
  margin: 8px 15px 8px 0px;
  float: right;
}
.appointments-navigation .date-info-icon {
  padding: 0px 3px;
}
.recension {
  /* Elements */
  /* Classes */
}
.recension h1,
.recension h2,
.recension h3,
.recension h4,
.recension h5 {
  font-weight: 300;
  color: #868e96;
}
.recension h4 {
  font-size: 20px;
}
.recension textarea {
  font-weight: 300;
  font-size: 18px;
  color: #868e96;
}
@media (max-width: 768px) {
  .recension h3 {
    font-size: 21px;
  }
  .recension h4 {
    font-size: 18px;
  }
}
.recension div[class^="col-"] > .card:first-child,
.recension div[class*="col-"] > .card:first-child {
  margin-top: 50px;
}
.recension span[data-uib-rating] > span,
.recension span[data-uib-rating]:focus > span {
  outline: none;
  margin-top: 30px;
}
.recension span[data-uib-rating] > span i,
.recension span[data-uib-rating]:focus > span i {
  font-size: 60px;
  font-weight: 100;
  -webkit-text-stroke: 3px white;
  color: #1b5091;
}
@media (max-width: 320px) {
  .recension span[data-uib-rating] > span i {
    font-size: 45px;
  }
}
@media (max-width: 375px) and (min-width: 321px) {
  .recension span[data-uib-rating] > span i {
    font-size: 55px;
  }
}
.recension .rating-container {
  margin-top: 30px;
}
.recension .rating-text-container h5 {
  margin-top: 0;
}
.recension .opinion-container {
  text-align: center;
  margin-top: 20px;
}
.recension .opinion-container h4 {
  font-size: 17px;
}
.recension .opinion-container.read-only {
  margin: 0 25px 0 25px;
}
.recension .pdr-logo {
  width: 300px;
}
.recension .top-spacing {
  margin-top: 30px;
}
.recension .bottom-row select.form-control {
  opacity: 0.75;
}
.recension .submit-button-container button.btn-primary {
  border-color: #133866;
  background: #1b5091;
  font-weight: 300;
}
.recension .submit-button-container button.btn-primary:focus,
.recension .submit-button-container button.btn-primary:hover {
  background: #17447c;
}
.recension .status-container {
  margin-top: 25px;
  margin-bottom: 30px;
}
.language-selector .much-spacing {
  margin-top: 50px;
}
.language-selector .some-spacing {
  margin-top: 30px;
  margin-bottom: 30px;
}
.language-selector .bottom-row select.form-control {
  opacity: 0.75;
}
.wap-cp .pdr-logo {
  width: 90%;
  max-width: 350px;
  vertical-align: middle;
  margin-top: 35px;
  margin-bottom: 35px;
}
.wap-cp .btn-primary {
  border-color: #1a4e8d;
  background: #1b5091;
}
.wap-cp .btn-lg {
  border-radius: 4px;
}
.wap-cp .btn-primary:focus,
.wap-cp .btn-primary:hover {
  background: #17447c;
}
.wap-cp .card {
  /* Copied shamelessly from bootstrap v4 source */
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}
.wap-cp .card-body {
  /* Copied shamelessly from bootstrap v4 source */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2.25rem;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wap-cp .rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
