:root {
  --pad-primary-color: #f80;
  --pad-primary-text-color: #ffffff;
  --pad-secondary-color: #5af;
  --pad-link-color: var(--pad-secondary-color);
  --pad-background-color: #f0f0f0;

  --pad-success-color: #2e7d32;
  --pad-success-text-color: #ffffff;
  --pad-warning-color: #c62828;
  --pad-warning-text-color: #ffffff;

  --pad-shadow-color: rgba(0, 0, 0, 0.1);

  --pad-text-color: inherit;
  --pad-text-size: 1rem;
  --pad-font-family: Arial, sans-serif;
  --pad-font-weight: normal;
}

.pad-errors {
  border: 2px solid #ff0000;
  padding: 4px;
}

.pad-payment-settings,
.pad-general-settings {
  max-width: 1000px;
}

.planaday-admin-notice {
  display: grid;
  grid-template-columns: 75px calc(100% - 75px);
  grid-gap: 10px;
  min-height: 40px;
  padding: 5px 5px 5px 15px;
}

.pad-button * {
  cursor: pointer;
}

.planaday-admin-notice > img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.pad-toggle-state-none {
  display: none;
}

.pad-toggle-state-block {
}

.pad-ok {
  position: fixed;
  top: 188px;
  border: 2px solid #3b691d;
  color: #3b691d;
  font-weight: 800;
  font-size: 22px;
  padding: 4px;
  display: block;
  background-color: #e7e7e7;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.pad-ok p {
  color: #3b3b3b;
  font-size: 14px;
}

.pad-form-error {
  border: 1px solid #ff0000;
}

.pad-form-error-label {
  color: #ff0000;
}

.fc-day-grid-event > .fc-content {
  white-space: normal;
}

.fc-scroller > .fc-day-grid {
  /* verberg scrollbar zoveel mogelijk */
  overflow: auto;
  overflow-y: hidden;
}

.fc-view-harness .fc-view .fc-scrollgrid a {
  color: inherit;
  text-decoration: none;
}

.fc-view-harness .fc-view .fc-scrollgrid a.fc-event {
  white-space: normal;
  color: #fff;
}

.tooltiptopicevent {
  /* background mouseover bij calendar*/
  width: auto;
  height: auto;
  background: #ccc;
  position: absolute;
  z-index: 10001;
  padding: 3px;
  line-height: 135%;
  border: 1px solid #3a87ad;
  border-radius: 3px;
  margin-right: -100px;
}

.fc-day-header,
.fc-day-header > span {
  font-family: "lato", "proxima-nov", "Helvetica Neue", sans-serif;
  font-size: 12px;
}

.fc-button,
.fc-button > a:link,
.fc-button > a:visited,
.fc-button > a:hover {
  color: #000000;
}

.hide {
  display: none;
}

.pad-cursus-title {
  clear: both;
}

#pad-detail-costs-remarks,
#pad-detail-costs-remarks2 {
  clear: both;
}

.pad-template-student-form {
  display: none;
}

.titelrij {
  width: 300px;
}

.pad-form-errors {
  margin-left: 25px;
}

.pad-add-student-button,
.pad-required-message {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
}

.CodeMirror {
  height: 540px;
}

/* Standaard */

.pad-booking-form > * {
  margin-top: 20px;
}

input.pad-form {
  width: 225px;
  min-height: 25px;
  border: 0;
  margin-top: 5px;
  border-radius: 4px;
  height: 30px;
}

.pad-name-block {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.pad-name-block div {
  width: 45%;
}

.pad-postal-code {
  display: flex;
  justify-content: space-between;
}

.pad-postal-code div {
  width: 30%;
}

@media (max-width: 736px) {
  .pad-name-block,
  .pad-postal-code,
  .pad-street-block {
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }

  .pad-name-block div,
  .pad-postal-code div {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .pad-street-block {
    text-align: center;
  }

  input {
    margin: 5px 0;
    min-height: 30px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  width: 14px;
}

.pad-detail-amount,
.pad-detail-costs,
.pad-detail-available,
.pad-detail-garanteed,
.pad-detail-moneygaranteed,
.pad-detail-courseelearning,
.pad-detail-labels,
.pad-detail-soob,
.pad-detail-code95,
.pad-detail-niveau {
  font-size: 12px;
  float: left;
  padding: 4px;
}

.pad-detail-label {
  display: inline-block;
}

input.pad-company-address.pad-input-house_number_extension,
input.pad-student-address.pad-input-house_number_extension {
  width: 120px;
  margin-left: 9px;
}

.pad-company-address.pad-input-house_number,
input.pad-student-address.pad-input-house_number,
input.pad-student.pad-input-initials,
input.pad-student.pad-input-prefix {
  width: 120px;
}

.pad-company-choice-radio label {
  height: 20px;
}

.pad-api-attribute-fieldset label {
  height: 20px;
}

.pad-api-attribute-fieldset {
  margin-bottom: 15px;
}

.pad-api-attribute-title,
.pad-company.pad-toggle-company h4,
form h4 {
}

select.pad-student.pad-input-gender {
  display: block;
  height: 39px;
  margin-top: 6px;
}

.pad-api-attribute-fieldset label input {
  margin-top: 5px;
  margin-left: 5px;
}

#pad-email-cursist label,
#pad-telefoon-cursist label,
#pad-geboortedatum label {
  display: block;
}

/* Voor overzichten: */

.pad-course {
  display: block;
  background-color: #f3f3f3;
  padding: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 14px;
  overflow: auto;
}

.pad-course2 {
  display: block;
  border-style: solid;
  border-width: thin;
  border-color: #dc6117;
  background-color: #f3f3f3;
  padding: 0;
  margin-bottom: 14px;
  overflow: auto;
}

.pad-title,
.pad-title > a:link,
.pad-title > a:hover,
.pad-title > a:visited,
.pad-title > a:active {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
}

.pad-date {
  font-size: 13px;
  line-height: 15px;
}

.pad-date2 {
  display: contents;
}

/* Geef diversen onderdelen een kleur */
.pad-place,
.pad-costs,
.pad-dayparts,
.pad-available,
.pad-moneygaranteed,
.pad-courseelearning,
.pad-soob,
.pad-code95,
.pad-labels {
  font-size: 12px;
  float: left;
  padding: 2px;
}

.pad-description {
  margin-left: 10px;
}

.pad-place2,
.pad-costs2,
.pad-dayparts2,
.pad-available2,
.pad-moneygaranteed2,
.pad-courseelearning2,
.pad-soob2,
.pad-code952,
.pad-labels2,
.pad-date2 {
  font-size: 12px;
  float: left;
  padding: 2px;
  clear: both;
  line-height: 18px;
}

.pad-details-block {
  margin-left: 10px;
}

.padday-labels {
  font-family: inherit;
  font-size: 10px;
  float: left;
  padding: 2px;
  text-transform: lowercase;
}

.btn-link {
  background-color: #dc7d29;
  border: 1px solid #c5c5c5;
  float: right;
}

table.pad-courselist {
  border: 1px solid #1c6ea4;
  background-color: #eeeeee;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.pad-courselist td,
table.pad-courselist th {
  border: 1px solid #aaaaaa;
  padding: 3px 2px;
}

table.pad-courselist tbody td {
  font-size: 13px;
}

table.pad-courselist tr:nth-child(even) {
  background: #d0e4f5;
}

table.pad-courselist thead {
  background: #f2b220;
  border-bottom: 2px solid #444444;
}

table.pad-courselist thead th {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-left: 2px solid #d0e4f5;
}

table.pad-courselist thead th:first-child {
  border-left: none;
}

.pad-materials {
  margin-bottom: 20px;
  margin-top: 0;
  display: inline-block;
}

.pad-material {
  float: left;
}

.pad-material-checkbox {
  float: left;
  width: 25px;
}

.pad-material-details {
  float: left;
}

.pad-material-description {
}
.pad-material-description p {
  font-size: 0.8em;
  margin-top: 0;
}

.pad-extra-student-output > .pad-student:first-child .pad-remove-student {
  display: none;
}
/* Standaard */
