.title-font {
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 500px;
}
body {
  background-color: #f7f7f7;
}
* {
  box-sizing: border-box;
}
.klet-office {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.klet-office > .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.klet-office > .header .app-title {
  display: block;
  text-align: center;
  padding: 7px 50px;
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  letter-spacing: 4px !important;
  word-spacing: 7px !important;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  max-height: 50px;
  overflow: hidden;
  text-transform: uppercase;
  color: #9d9d9d;
}
.klet-office > .header .app-title .highlight {
  color: #1654B3;
  letter-spacing: 2px;
  padding-right: 6px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .klet-office > .header .app-title {
    text-align: left;
    padding-left: 60px;
  }
}
@media (min-width: 1351px) {
  .klet-office > .header .app-title {
    text-align: left;
    padding-left: 15px;
  }
}
.klet-office > .header .app-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  color: #292929;
}
.klet-office > .header .app-menu .fa {
  padding-top: 13px;
}
@media (min-width: 1351px) {
  .klet-office > .header .app-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  .klet-office > .header .profile-menu {
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px #b9b9b9;
  }
  .klet-office > .header .profile-menu a {
    padding: 16px;
  }
}
@media (max-width: 1023px) {
  .klet-office > .header .profile-menu {
    display: none;
  }
}
.klet-office > .header .profile-menu .fa {
  margin-right: 4px;
}
.klet-office > .header .profile-menu a {
  color: inherit;
  display: inline-block;
}
.klet-office > .header .profile-menu.unauthenticated {
  display: none !important;
}
.klet-office > .header .profile-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 0;
  background-color: white;
  border: solid 1px #b9b9b9;
  border-right: none;
  padding: 10px 10px;
  width: 200px;
}
.klet-office > .header .profile-dropdown > div {
  padding: 5px 10px;
}
.klet-office > .header .profile-dropdown .fa {
  margin-right: 4px;
}
.klet-office > .header .profile-dropdown a {
  color: inherit;
  display: inline-block;
}
.klet-office > .nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  max-width: 250px;
  padding-top: 50px;
  background-color: #3c3c3c;
  color: #f2f2f2;
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  transition: max-width 0.5s;
  overflow: hidden;
  z-index: 9;
}
@media (max-width: 1350px) {
  .klet-office > .nav {
    max-width: 0;
  }
  .klet-office > .nav.open {
    max-width: 250px;
  }
}
.klet-office > .nav ul,
.klet-office > .nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.klet-office > .nav ul {
  padding-top: 14px;
  width: 250px;
  overflow: hidden;
}
.klet-office > .nav li.separator {
  border-top: solid 1px #b9b9b9;
  height: 0;
}
.klet-office > .nav a,
.klet-office > .nav a:link {
  display: block;
  padding: 14px 8px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-left: solid 3px #3c3c3c;
}
.klet-office > .nav a:hover,
.klet-office > .nav a:active,
.klet-office > .nav a.active {
  background-color: #333333;
  color: #f2f2f2;
  text-decoration: none;
  border-left-color: #1654B3;
  transition: background 0.5s, border-color 0.5s;
}
.klet-office > .nav .fa {
  width: 25px;
  padding-right: 6px;
  text-align: center;
  font-size: 17px;
}
.klet-office > .content {
  background-color: #f7f7f7;
  display: inline-block;
  min-width: 100%;
  position: relative;
  min-height: 100%;
}
.klet-office > .content:before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
}
.klet-office > .content:after {
  display: block;
  content: "";
  width: 100%;
  height: 30px;
}
.klet-office > .content > .titlebar {
  background-color: white;
  border-bottom: solid 1px #dcdcdc;
  padding-left: 250px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  min-width: 100%;
}
@media (max-width: 1350px) {
  .klet-office > .content > .titlebar {
    padding-left: 0;
  }
}
.klet-office > .content > .titlebar h1 {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.klet-office > .content > .titlebar ul.context-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: solid 1px #dcdcdc;
}
.klet-office > .content > .titlebar ul.context-menu:after {
  display: block;
  content: "";
  clear: both;
}
.klet-office > .content > .titlebar ul.context-menu > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border-right: solid 1px #dcdcdc;
  position: relative;
}
.klet-office > .content > .titlebar .fa {
  padding-right: 6px;
}
.klet-office > .content > .titlebar a,
.klet-office > .content > .titlebar a:link {
  display: inline-block;
  padding: 12px 20px;
  color: #9d9d9d;
  text-decoration: none;
}
.klet-office > .content > .titlebar a:hover,
.klet-office > .content > .titlebar a:active {
  color: #1654B3;
  text-decoration: none;
  transition: color 0.5s, background-color 0.5s;
}
.klet-office > .content > .titlebar .child-selector {
  display: none;
  padding-left: 6px;
  padding-right: 0;
}
.klet-office > .content > .titlebar .child-list {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  background-color: white;
  border: solid 1px #dcdcdc;
  border-top: none;
  top: 44px;
  left: -1px;
  min-width: 180px;
}
.klet-office > .content > .titlebar .child-list a,
.klet-office > .content > .titlebar .child-list a:link {
  padding: 6px 20px;
}
.klet-office > .content > .titlebar .with-children .child-selector {
  display: inline;
}
.klet-office > .content > div {
  padding-left: 270px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1350px) {
  .klet-office > .content > div {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
.klet-office > .content > .footer {
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0px;
  padding-left: 250px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
  font-size: 11px;
  color: #9d9d9d;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 1350px) {
  .klet-office > .content > .footer {
    padding-left: 0;
  }
}
.klet-office.unauthenticated > .header .app-menu {
  display: none;
}
.klet-office.unauthenticated > .content > div {
  padding: 20px !important;
}
@media (max-width: 1350px) {
  .klet-office.unauthenticated > .content > div {
    padding: 12px !important;
  }
}
.klet-office.unauthenticated > .content > .content-box > .mauth {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
.klet-content-box,
.klet-office.unauthenticated > .content > .content-box > .mauth,
.klet-office > .content > .content-box > .mwc-datatable,
.klet-office > .content > .content-box > .mwc-datatable-filter,
.klet-office > .content > .content-box > .mauth,
.course-list-view .course-item,
.course-description-form,
.klet-course-form,
.klet-course-regs .participants,
.klet-course-regs .emails,
.klet-course-regs .links,
.klet-course-reg-form,
.klet-course-status-form,
.klet-course-mail-form,
.klet-customer-list .customer-filter,
.klet-customer-list .customer-create,
.klet-customer-form,
.klet-agenda .filter,
.klet-agenda .agenda .day,
.klet-agenda-invoices,
.klet-agenda-search .filter,
.klet-agenda-search .mwc-datatable,
.klet-agenda-form,
.klet-schedule .filter,
.klet-open-schedule .filter,
.klet-schedule .schedule,
.klet-open-schedule .schedule {
  border-radius: 4px;
  background-color: white;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: solid 1px #dcdcdc;
}
.klet-content-box > h3,
.klet-office.unauthenticated > .content > .content-box > .mauth > h3,
.klet-office > .content > .content-box > .mwc-datatable > h3,
.klet-office > .content > .content-box > .mwc-datatable-filter > h3,
.klet-office > .content > .content-box > .mauth > h3,
.course-list-view .course-item > h3,
.course-description-form > h3,
.klet-course-form > h3,
.klet-course-regs .participants > h3,
.klet-course-regs .emails > h3,
.klet-course-regs .links > h3,
.klet-course-reg-form > h3,
.klet-course-status-form > h3,
.klet-course-mail-form > h3,
.klet-customer-list .customer-filter > h3,
.klet-customer-list .customer-create > h3,
.klet-customer-form > h3,
.klet-agenda .filter > h3,
.klet-agenda .agenda .day > h3,
.klet-agenda-invoices > h3,
.klet-agenda-search .filter > h3,
.klet-agenda-search .mwc-datatable > h3,
.klet-agenda-form > h3,
.klet-schedule .filter > h3,
.klet-open-schedule .filter > h3,
.klet-schedule .schedule > h3,
.klet-open-schedule .schedule > h3 {
  margin: 0;
  padding: 12px 20px;
  border-bottom: solid 1px #dcdcdc;
  background-color: #eee;
}
.klet-content-box > div,
.klet-content-box > form,
.klet-office.unauthenticated > .content > .content-box > .mauth > div,
.klet-office.unauthenticated > .content > .content-box > .mauth > form,
.klet-office > .content > .content-box > .mwc-datatable > div,
.klet-office > .content > .content-box > .mwc-datatable > form,
.klet-office > .content > .content-box > .mwc-datatable-filter > div,
.klet-office > .content > .content-box > .mwc-datatable-filter > form,
.klet-office > .content > .content-box > .mauth > div,
.klet-office > .content > .content-box > .mauth > form,
.course-list-view .course-item > div,
.course-list-view .course-item > form,
.course-description-form > div,
.course-description-form > form,
.klet-course-form > div,
.klet-course-form > form,
.klet-course-regs .participants > div,
.klet-course-regs .participants > form,
.klet-course-regs .emails > div,
.klet-course-regs .emails > form,
.klet-course-regs .links > div,
.klet-course-regs .links > form,
.klet-course-reg-form > div,
.klet-course-reg-form > form,
.klet-course-status-form > div,
.klet-course-status-form > form,
.klet-course-mail-form > div,
.klet-course-mail-form > form,
.klet-customer-list .customer-filter > div,
.klet-customer-list .customer-filter > form,
.klet-customer-list .customer-create > div,
.klet-customer-list .customer-create > form,
.klet-customer-form > div,
.klet-customer-form > form,
.klet-agenda .filter > div,
.klet-agenda .filter > form,
.klet-agenda .agenda .day > div,
.klet-agenda .agenda .day > form,
.klet-agenda-invoices > div,
.klet-agenda-invoices > form,
.klet-agenda-search .filter > div,
.klet-agenda-search .filter > form,
.klet-agenda-search .mwc-datatable > div,
.klet-agenda-search .mwc-datatable > form,
.klet-agenda-form > div,
.klet-agenda-form > form,
.klet-schedule .filter > div,
.klet-schedule .filter > form,
.klet-open-schedule .filter > div,
.klet-open-schedule .filter > form,
.klet-schedule .schedule > div,
.klet-schedule .schedule > form,
.klet-open-schedule .schedule > div,
.klet-open-schedule .schedule > form {
  padding: 20px 20px 0 20px;
}
@media (max-width: 1350px) {
  .klet-content-box > div,
  .klet-content-box > form,
  .klet-office.unauthenticated > .content > .content-box > .mauth > div,
  .klet-office.unauthenticated > .content > .content-box > .mauth > form,
  .klet-office > .content > .content-box > .mwc-datatable > div,
  .klet-office > .content > .content-box > .mwc-datatable > form,
  .klet-office > .content > .content-box > .mwc-datatable-filter > div,
  .klet-office > .content > .content-box > .mwc-datatable-filter > form,
  .klet-office > .content > .content-box > .mauth > div,
  .klet-office > .content > .content-box > .mauth > form,
  .course-list-view .course-item > div,
  .course-list-view .course-item > form,
  .course-description-form > div,
  .course-description-form > form,
  .klet-course-form > div,
  .klet-course-form > form,
  .klet-course-regs .participants > div,
  .klet-course-regs .participants > form,
  .klet-course-regs .emails > div,
  .klet-course-regs .emails > form,
  .klet-course-regs .links > div,
  .klet-course-regs .links > form,
  .klet-course-reg-form > div,
  .klet-course-reg-form > form,
  .klet-course-status-form > div,
  .klet-course-status-form > form,
  .klet-course-mail-form > div,
  .klet-course-mail-form > form,
  .klet-customer-list .customer-filter > div,
  .klet-customer-list .customer-filter > form,
  .klet-customer-list .customer-create > div,
  .klet-customer-list .customer-create > form,
  .klet-customer-form > div,
  .klet-customer-form > form,
  .klet-agenda .filter > div,
  .klet-agenda .filter > form,
  .klet-agenda .agenda .day > div,
  .klet-agenda .agenda .day > form,
  .klet-agenda-invoices > div,
  .klet-agenda-invoices > form,
  .klet-agenda-search .filter > div,
  .klet-agenda-search .filter > form,
  .klet-agenda-search .mwc-datatable > div,
  .klet-agenda-search .mwc-datatable > form,
  .klet-agenda-form > div,
  .klet-agenda-form > form,
  .klet-schedule .filter > div,
  .klet-schedule .filter > form,
  .klet-open-schedule .filter > div,
  .klet-open-schedule .filter > form,
  .klet-schedule .schedule > div,
  .klet-schedule .schedule > form,
  .klet-open-schedule .schedule > div,
  .klet-open-schedule .schedule > form {
    padding: 12px 12px 0 12px;
  }
}
.klet-content-box > table,
.klet-office.unauthenticated > .content > .content-box > .mauth > table,
.klet-office > .content > .content-box > .mwc-datatable > table,
.klet-office > .content > .content-box > .mwc-datatable-filter > table,
.klet-office > .content > .content-box > .mauth > table,
.course-list-view .course-item > table,
.course-description-form > table,
.klet-course-form > table,
.klet-course-regs .participants > table,
.klet-course-regs .emails > table,
.klet-course-regs .links > table,
.klet-course-reg-form > table,
.klet-course-status-form > table,
.klet-course-mail-form > table,
.klet-customer-list .customer-filter > table,
.klet-customer-list .customer-create > table,
.klet-customer-form > table,
.klet-agenda .filter > table,
.klet-agenda .agenda .day > table,
.klet-agenda-invoices > table,
.klet-agenda-search .filter > table,
.klet-agenda-search .mwc-datatable > table,
.klet-agenda-form > table,
.klet-schedule .filter > table,
.klet-open-schedule .filter > table,
.klet-schedule .schedule > table,
.klet-open-schedule .schedule > table {
  margin: 20px 20px 0 20px;
}
@media (max-width: 1350px) {
  .klet-content-box > table,
  .klet-office.unauthenticated > .content > .content-box > .mauth > table,
  .klet-office > .content > .content-box > .mwc-datatable > table,
  .klet-office > .content > .content-box > .mwc-datatable-filter > table,
  .klet-office > .content > .content-box > .mauth > table,
  .course-list-view .course-item > table,
  .course-description-form > table,
  .klet-course-form > table,
  .klet-course-regs .participants > table,
  .klet-course-regs .emails > table,
  .klet-course-regs .links > table,
  .klet-course-reg-form > table,
  .klet-course-status-form > table,
  .klet-course-mail-form > table,
  .klet-customer-list .customer-filter > table,
  .klet-customer-list .customer-create > table,
  .klet-customer-form > table,
  .klet-agenda .filter > table,
  .klet-agenda .agenda .day > table,
  .klet-agenda-invoices > table,
  .klet-agenda-search .filter > table,
  .klet-agenda-search .mwc-datatable > table,
  .klet-agenda-form > table,
  .klet-schedule .filter > table,
  .klet-open-schedule .filter > table,
  .klet-schedule .schedule > table,
  .klet-open-schedule .schedule > table {
    margin: 12px 12px 0 12px;
  }
}
.klet-office > .content > .content-box > .mauth {
  padding: 24px;
}
body,
td,
th,
input,
textarea,
select {
  font-family: Roboto, sans-serif;
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}
h1,
h2,
h3,
h4 {
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  color: #292929;
  font-weight: normal;
}
h1 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1px;
  margin-top: 0;
}
h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 0;
}
h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 0;
}
h4 {
  font-size: 14px;
  line-height: 19px;
}
a,
a:link,
a:hover,
a:active {
  outline: none;
  color: #1654B3;
  text-decoration: none;
}
input,
textarea,
select {
  border-radius: 4px;
  border: solid #b9b9b9 1px;
  background-color: white;
  padding: 4px 6px;
  outline: none !important;
}
.mwc-weblink-selector-control {
  border-radius: 4px;
  border: solid #b9b9b9 1px;
  background-color: white;
  padding: 4px 6px;
}
.mwc-generic-entity-selector .search-form .text {
  height: auto !important;
}
.mwc-entity-selector-frame .mwc-entiselect-box {
  width: 350px;
}
input.button,
a.button,
button {
  border: none;
  border-radius: 4px;
  background-color: #1654B3;
  color: white;
  padding: 6px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.5s;
}
input.button:hover,
a.button:hover,
button:hover {
  background-color: #042962;
}
input.button[disabled=disabled],
a.button[disabled=disabled],
button[disabled=disabled],
input.button.disabled,
a.button.disabled,
button.disabled {
  background-color: #9d9d9d;
  cursor: default;
}
.textarea {
  resize: none;
}
hr {
  border: none;
  height: 1px;
  background-color: #b9b9b9;
}
.klet-office .mwc-datatable table {
  border-collapse: collapse;
  margin-bottom: 20px;
  min-width: 450px;
}
.klet-office .mwc-datatable td,
.klet-office .mwc-datatable th {
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
.klet-office .mwc-datatable th {
  border-bottom: 2px solid #b9b9b9;
  color: #292929;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.klet-office .mwc-datatable tr.totals th {
  border-top: 2px solid #b9b9b9;
  color: #767676;
}
.klet-office .mwc-datatable td {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}
.klet-office .mwc-datatable .control.selector {
  display: none;
}
.klet-office .mwc-datatable .global-menu.context-menu a,
.klet-office .mwc-datatable .global-menu.context-menu a:link {
  display: inline-block;
  border: none;
  border-radius: 4px;
  background-color: #1654B3;
  color: white;
  padding: 6px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.5s;
  margin-right: 12px;
}
.klet-office .mwc-datatable .global-menu.context-menu a:hover {
  background-color: #042962;
}
.klet-office .mwc-datatable .control.context-menu {
  width: 10px;
  white-space: nowrap;
  padding: 0px;
}
.klet-office .mwc-datatable .control.context-menu a,
.klet-office .mwc-datatable .control.context-menu a:link {
  background-color: #626262;
  color: white;
  padding: 8px;
  display: inline-block;
}
.klet-office .mwc-datatable .control.context-menu a:hover,
.klet-office .mwc-datatable .control.context-menu a:active {
  background-color: #042962;
  color: white;
}
.klet-office .mwc-datatable tr:hover td {
  background-color: #1654B3;
  color: white;
}
.klet-office .mwc-datatable tr:hover td a,
.klet-office .mwc-datatable tr:hover td a:link {
  color: #292929;
}
.klet-office .mwc-tableform .section-title-cell {
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  color: #292929;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 0;
}
.klet-office .mwc-tableform .title-cell {
  padding-right: 20px;
  padding-top: 7px;
  min-width: 130px;
}
.klet-office .mwc-tableform .value-cell {
  padding-bottom: 6px;
}
.klet-office .mwc-tableform .value-cell input[type=text],
.klet-office .mwc-tableform .value-cell input[type=password],
.klet-office .mwc-tableform .value-cell select,
.klet-office .mwc-tableform .value-cell textarea,
.klet-office .mwc-tableform .value-cell .checkbox-frame {
  min-width: 250px;
  margin-bottom: 3px;
}
.klet-office .mwc-tableform .value-cell .readonly-value {
  padding-top: 3px;
  padding-left: 6px;
}
.klet-office .mwc-form-submit {
  margin-top: 12px;
}
.rt-editor {
  background-color: white;
  border: none !important;
}
.msa-dialog-frame {
  /*width: 920px;
height: 450px;
*/
  height: 100%;
}
.msa-dialog-frame .ajax-module-container {
  width: 100%;
  height: 100%;
}
.msa-dialog {
  background-color: #FFF;
  border: solid 1px #b9b9b9;
  height: 100%;
  width: 100%;
}
.msa-dialog-title-cell {
  color: #FFFFFF;
  background-color: #3c3c3c;
  padding: 15px;
  height: 41px;
  vertical-align: top;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 20px;
}
.msa-dialog-control-cell {
  background-color: #3c3c3c;
  padding-right: 10px;
  height: 41px;
  text-align: right;
  vertical-align: middle;
  width: 100px;
}
.msa-dialog-control-cell a {
  color: #FFFFFF !important;
  display: block;
  float: right;
  margin-left: 10px;
  font-size: 25px;
}
.msa-dialog-control-cell a:hover {
  color: white;
}
.msa-dialog-control-cell .msa-dialog-collapse {
  display: none;
}
.msa-dialog-menu-cell {
  background-color: #E5EBF0;
  padding: 10px 0px 10px 10px;
  vertical-align: top;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.msa-dialog-menu-cell ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.msa-dialog-menu-cell a {
  border: 1px solid transparent;
  color: #3c3c3c !important;
  display: block;
  line-height: 30px !important;
  padding: 0px 5px;
  margin: 0px;
  position: relative;
}
.msa-dialog-menu-cell a:hover,
.msa-dialog-menu-cell a.active {
  background-color: white;
  border: 1px solid #DDD;
  border-right-color: white;
  color: #3c3c3c !important;
}
.msa-dialog-content-cell {
  background-color: #FFFFFF;
  position: relative;
  vertical-align: top;
}
.msa-dialog .msa-dialog-content-cell::before {
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.msa-dialog-content-scroller {
  overflow-y: scroll;
  position: static;
}
.msa-dialog-content-scroller .msa-dialog-content-roller {
  padding: 6px;
}
.msa-dialog-content-container {
  padding: 10px;
  background: white;
}
.msa-dialog .msa-dialog-content-scroller {
  border: 1px solid #DDD;
  /*theme gray border*/
  overflow-y: scroll;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: white;
}
.course-list-view .course-item {
  position: relative;
}
.course-list-view .course-item .mwc-datatable table {
  margin-bottom: 0;
}
.course-list-view .course-item .mwc-datatable table td.code {
  min-width: 150px;
}
.course-list-view .course-item .mwc-datatable table td.date {
  min-width: 170px;
}
.course-list-view .course-item .mwc-datatable table td.regs {
  min-width: 150px;
}
.course-list-view .course-item .mwc-datatable table td.realized {
  min-width: 100px;
}
.course-list-view .course-item .mwc-datatable table td.minregs {
  min-width: 130px;
}
.course-list-view .course-item .mwc-datatable table i.fa {
  color: red;
  background-color: black;
  border-radius: 3px;
  padding: 2px;
  width: 20px;
  text-align: center;
  margin-right: 3px;
}
.course-list-view .course-item .descr-controls {
  position: absolute;
  right: 0;
  top: -11px;
}
@media (max-width: 1350px) {
  .course-list-view .course-item .descr-controls {
    top: -2px;
  }
}
.course-list-view .course-item:after {
  clear: both;
}
.course-description-form input[type=text],
.course-description-form textarea,
.course-description-form select {
  min-width: 600px !important;
}
.course-description-form .checkbox-frame {
  border: solid 1px #b9b9b9;
  border-radius: 4px;
}
.klet-course-form input[type=text],
.klet-course-form textarea,
.klet-course-form select {
  min-width: 500px !important;
}
.klet-course-form tr.Dates .value-cell table {
  border-collapse: collapse;
}
.klet-course-form tr.Dates .value-cell table input {
  width: 110px;
  min-width: auto;
}
.klet-course-form tr.Dates .value-cell table select {
  width: 390px;
  min-width: auto !important;
}
.klet-course-form tr.Dates .value-cell table input,
.klet-course-form tr.Dates .value-cell table select {
  border: none;
  border-radius: 0;
  margin: 0;
  height: 30px;
}
.klet-course-form tr.Dates .value-cell table td {
  border: solid 1px #b9b9b9;
  padding: 0;
}
.klet-course-form tr.Dates .value-cell table th {
  font-weight: normal;
  font-style: italic;
}
.klet-course-form tr.Dates .value-cell table td.delete {
  padding: 0;
  border: none;
}
.klet-course-form tr.Dates .value-cell table .fa {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 4px 5px 7px;
  cursor: pointer;
}
.klet-course-form tr.Dates .value-cell table tr.new td.delete .fa {
  display: none;
}
.klet-course-regs .participants .global-menu.context-menu input {
  margin-right: 12px;
}
/* separate due to print function */
.klet-course-regs-participants-table td.title {
  font-weight: bold;
  color: #292929;
  min-width: 250px;
  vertical-align: top;
}
.klet-course-regs-participants-table td.nr {
  font-weight: bold;
  color: #292929;
  width: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.klet-course-regs-participants-table td.name {
  font-weight: bold;
  color: #292929;
  min-width: 240px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.klet-course-regs-participants-table td.value {
  font-weight: bold;
  color: #292929;
}
.klet-course-regs-participants-table td.dates {
  vertical-align: top;
}
.klet-course-regs-participants-table td.value .dates-table td {
  font-weight: bold;
  color: #292929;
}
.klet-course-regs-participants-table td.comments > div {
  max-width: 700px;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px;
}
.klet-course-regs-participants-table td.comments > div.cust-comments {
  background-color: #efffef;
  border: solid 1px #bce4bc;
  margin-top: 5px;
}
.klet-course-regs-participants-table td.comments > div.internal-comments {
  background-color: #fff3f3;
  border: solid 1px #ffcfcf;
}
.klet-course-regs-participants-table .dates-table {
  border-collapse: collapse;
}
.klet-course-regs-participants-table .dates-table td {
  border: solid 1px #b9b9b9;
  text-align: center;
  height: 32px;
}
.klet-course-regs-participants-table .dates-table td.spacer {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.klet-course-reg-form .mwc-tableform .title-cell {
  width: 170px;
}
.klet-course-reg-form .mwc-tableform .value-cell input[type=text],
.klet-course-reg-form .mwc-tableform .value-cell select,
.klet-course-reg-form .mwc-tableform .value-cell textarea {
  min-width: 400px;
}
.klet-course-status-form .mwc-tableform .title-cell {
  min-width: 230px;
}
.klet-course-status-form .mwc-tableform .value-cell input[type=text],
.klet-course-status-form .mwc-tableform .value-cell select,
.klet-course-status-form .mwc-tableform .value-cell textarea {
  min-width: 200px;
}
.klet-course-mail-form .mwc-tableform .value-cell input[type=text],
.klet-course-mail-form .mwc-tableform .value-cell select,
.klet-course-mail-form .mwc-tableform .value-cell textarea {
  min-width: 500px;
}
.klet-customer-list .customer-filter {
  max-width: 1400px;
}
.klet-customer-list .customer-filter .mwc-listform {
  display: flex;
  flex-wrap: wrap;
}
.klet-customer-list .customer-filter .value-row {
  width: 180px;
  padding: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}
.klet-customer-list .customer-filter .title-cell {
  font-weight: bold;
  padding-left: 6px;
}
.klet-customer-list .customer-filter input[type=text],
.klet-customer-list .customer-filter select {
  width: 100%;
}
.klet-customer-list .customer-create {
  margin-top: 24px;
  position: relative;
  max-width: 1400px;
}
.klet-customer-list .customer-list {
  position: relative;
  max-width: 1400px;
}
.klet-customer-list .customer-list .customer-head,
.klet-customer-list .customer-list .customer-item {
  border: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-right: 60px;
}
.klet-customer-list .customer-list .customer-head {
  background-color: #eee;
  color: #292929;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.klet-customer-list .customer-list .customer-head .cell.info {
  display: none;
}
.klet-customer-list .customer-list .customer-item {
  background-color: white;
  border-top: none;
  min-height: 75px;
}
.klet-customer-list .customer-list .customer-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.klet-customer-list .customer-list .cell {
  padding: 8px;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 0;
  width: 200px;
  overflow-x: hidden;
}
.klet-customer-list .customer-list .cell.info {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.klet-customer-list .customer-list .cell.name .line.name {
  font-weight: bold;
}
.klet-customer-list .customer-list .cell.name .line.company {
  font-weight: bold;
}
.klet-customer-list .customer-list .cell.mail {
  white-space: nowrap;
}
.klet-customer-list .customer-list .cell.phone {
  white-space: nowrap;
}
.klet-customer-list .customer-list .cell.context-menu {
  position: absolute;
  top: 0;
  right: 4px;
  width: 80px;
  padding-top: 4px;
  flex-grow: 0;
  text-align: center;
}
.klet-customer-list .customer-list .cell.context-menu a {
  display: inline-block;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  width: 18px;
}
.klet-customer-list.for-selection .customer-list .cell.context-menu a,
.klet-customer-list.for-selection .customer-list .cell.context-menu a:link {
  background-color: #1654B3;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  margin-top: 6px;
}
.klet-customer-list.for-selection .customer-list .cell.context-menu a:hover,
.klet-customer-list.for-selection .customer-list .cell.context-menu a:active {
  background-color: #042962;
  transition: background-color 0.5s;
}
.klet-customer-list.for-selection .customer-list .cell.context-menu .fa {
  color: white;
}
.klet-customer-list.for-merge .merge-description {
  max-width: 1400px;
  margin-bottom: 16px;
  padding: 8px;
}
.klet-customer-list.for-merge .page-menu {
  max-width: 1400px;
  text-align: right;
  margin-top: 16px;
  padding: 8px;
}
.klet-customer-list.for-merge .customer-list .cell.context-menu a,
.klet-customer-list.for-merge .customer-list .cell.context-menu a:link {
  background-color: white;
  border: solid 3px #1654B3;
  width: 30px;
  text-align: center;
  border-radius: 4px;
  margin-top: 6px;
  font-size: 18px;
  padding: 2px;
}
.klet-customer-list.for-merge .customer-list .cell.context-menu .fa {
  color: #ccc;
}
.klet-customer-list.for-merge .customer-list .cell.context-menu a:hover,
.klet-customer-list.for-merge .customer-list .cell.context-menu a:active {
  border-color: #042962;
  transition: background-color 0.5s border-color 0.5s;
}
.klet-customer-list.for-merge .customer-list .cell.context-menu a:hover .fa,
.klet-customer-list.for-merge .customer-list .cell.context-menu a:active .fa {
  color: #aaa;
}
.klet-customer-list.for-merge .customer-list .customer-item {
  transition: background-color 0.5s;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected {
  background-color: #fff6c5;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected .cell.context-menu a.select,
.klet-customer-list.for-merge .customer-list .customer-item.selected .cell.context-menu a.select:link {
  background-color: #1654B3;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected .cell.context-menu a.select:hover,
.klet-customer-list.for-merge .customer-list .customer-item.selected .cell.context-menu a.select:active {
  background-color: #042962;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected .cell.context-menu a.select .fa {
  color: white;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry {
  background-color: #98ff9e;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry .cell.context-menu a.main,
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry .cell.context-menu a.main:link {
  background-color: #1654B3;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry .cell.context-menu a.main:hover,
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry .cell.context-menu a.main:active {
  background-color: #042962;
}
.klet-customer-list.for-merge .customer-list .customer-item.selected.main-entry .cell.context-menu a.main .fa {
  color: white;
}
.klet-customer-list > .customer-pager {
  margin-top: 24px;
  padding: 12px;
}
.klet-customer-list > .customer-pager .title {
  display: none;
}
.klet-customer-list > .customer-pager a {
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  background-color: white;
  min-width: 32px;
  display: inline-block;
  padding: 1px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.klet-customer-list > .customer-pager a:hover,
.klet-customer-list > .customer-pager a.active {
  background-color: #1654B3;
  color: white;
}
.klet-customer-list .customer-course-list {
  position: relative;
  max-width: 1400px;
}
.klet-customer-list .customer-course-list .course-head,
.klet-customer-list .customer-course-list .course-item {
  border: 1px solid #dcdcdc;
  position: relative;
  padding-right: 60px;
}
.klet-customer-list .customer-course-list .course-head {
  background-color: #eee;
  color: #292929;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 24px;
}
.klet-customer-list .customer-course-list .course-head .cell.info {
  display: none;
}
.klet-customer-list .customer-course-list .course-item {
  background-color: white;
  border-top: none;
  display: flex;
}
.klet-customer-list .customer-course-list .course-item > div {
  padding: 8px;
  flex-shrink: 1;
}
.klet-customer-list .customer-course-list .course-item .coursename {
  width: 250px;
}
.klet-customer-list .customer-course-list .course-item .coursecode {
  width: 200px;
}
.klet-customer-list .customer-course-list .course-item .coursedate {
  width: 150px;
}
.klet-customer-list .customer-course-list .course-item .coursecomment {
  flex-grow: 1;
}
.klet-customer-form .mwc-tableform .title-cell {
  width: 170px;
}
.klet-customer-form .mwc-tableform .value-cell input[type=text],
.klet-customer-form .mwc-tableform .value-cell select,
.klet-customer-form .mwc-tableform .value-cell textarea {
  min-width: 400px;
}
.klet-customer-selection-form .mwc-tableform .title-cell {
  width: 170px;
}
.klet-customer-selection-form .mwc-tableform .value-cell input[type=text],
.klet-customer-selection-form .mwc-tableform .value-cell select,
.klet-customer-selection-form .mwc-tableform .value-cell textarea {
  min-width: 400px;
}
.klet-customer-creation-form .mwc-tableform .title-cell {
  width: 170px;
}
.klet-customer-creation-form .mwc-tableform .value-cell input[type=text],
.klet-customer-creation-form .mwc-tableform .value-cell select,
.klet-customer-creation-form .mwc-tableform .value-cell textarea {
  min-width: 400px;
}
.klet-agenda .filter .block span,
.klet-agenda .filter .block input {
  margin-right: 6px;
  margin-top: 6px;
}
.klet-agenda .filter .block span:last-child,
.klet-agenda .filter .block input:last-child {
  margin-right: 0;
}
.klet-agenda .filter input {
  min-width: 120px;
}
.klet-agenda .filter form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.klet-agenda .filter span.block {
  white-space: nowrap;
  padding-right: 12px;
}
.klet-agenda .filter span.block:last-child {
  padding-right: 0;
}
.klet-agenda .agenda .day > table {
  margin: 24px 12px 0 12px;
  border-collapse: collapse;
  width: 95%;
  min-width: 800px;
}
.klet-agenda .agenda .day > table td {
  line-height: 18px;
}
.klet-agenda .agenda tr.width-settings td.room {
  width: 40px;
}
.klet-agenda .agenda tr.width-settings td.timeslot {
  width: 15px;
}
.klet-agenda .agenda tr.head td {
  height: 32px;
  color: #9d9d9d;
  padding: 3px;
}
.klet-agenda .agenda tr.head td.time {
  border-left: solid 1px #b9b9b9;
  border-bottom: solid 1px #b9b9b9;
  border-right: solid 1px #b9b9b9;
}
.klet-agenda .agenda tr.dienst td {
  height: 32px;
  padding: 3px;
  border-top: solid 1px #b9b9b9;
  border-bottom: solid 1px #b9b9b9;
}
.klet-agenda .agenda tr.dienst td.dienst {
  position: relative;
}
.klet-agenda .agenda tr.dienst td.dienst .dienst-block {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  height: 100%;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
}
.klet-agenda .agenda tr.dienst td.dienst .title {
  color: #9d9d9d;
  font-size: 11px;
  padding-right: 6px;
}
.klet-agenda .agenda tr.dienst td.dienst .value {
  color: black;
}
.klet-agenda .agenda tr.spacer td {
  height: 16px;
}
.klet-agenda .agenda tr.spacer td.headcols {
  border-top: solid 1px #b9b9b9;
}
.klet-agenda .agenda tr.spacer:last-child td.headcols {
  border-bottom: none;
}
.klet-agenda .agenda tr.entries td {
  height: 40px;
  padding: 0 2px;
}
.klet-agenda .agenda tr.entries td.room {
  padding-left: 3px;
  padding-right: 3px;
  border: solid 1px #b9b9b9;
  border-left: none;
}
.klet-agenda .agenda tr.entries td.timeframe {
  border: solid 1px #b9b9b9;
  position: relative;
}
.klet-agenda .agenda tr.entries td.timeframe .appointment-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 1px 2px;
  color: black;
  cursor: pointer;
}
.klet-agenda .agenda .info-block {
  display: flex;
  flex-wrap: wrap;
}
.klet-agenda .agenda .info-block .infos {
  padding: 2px 3px;
  min-width: 50%;
  position: relative;
}
.klet-agenda .agenda .info-block .infos .title {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  color: #9d9d9d;
  font-size: 11px;
  width: 90px;
}
.klet-agenda .agenda .info-block .infos .value {
  display: inline-block;
  padding-left: 90px;
}
.klet-agenda .agenda i.fa {
  display: inline-block;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
  color: #767676 !important;
}
.klet-agenda .agenda .timeframe i.fa {
  color: red !important;
  background-color: black;
  border-radius: 3px;
  padding: 2px;
}
.klet-agenda .agenda .appointment-popup {
  display: flex;
  align-items: flex-end;
  align-content: center;
  position: fixed;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
}
.klet-agenda .agenda .appointment-popup .appointment-details {
  background-color: white;
  border: solid 1px #ddd;
  width: 800px;
  max-width: 100vw;
  max-height: 100%;
  height: 500px;
  overflow-y: scroll;
  margin: 10vh auto;
}
@media (max-height: 600px) {
  .klet-agenda .agenda .appointment-popup .appointment-details {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
  }
}
.klet-agenda .agenda .appointment-popup .row {
  display: flex;
  border-bottom: dotted 1px #b9b9b9;
}
.klet-agenda .agenda .appointment-popup .title {
  width: 180px;
  flex-shrink: 0;
  padding: 6px 6px;
  color: #9d9d9d;
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
}
.klet-agenda .agenda .appointment-popup .value {
  padding: 6px 6px;
  flex-shrink: 1;
}
.klet-agenda .agenda .appointment-popup .title-row .title,
.klet-agenda .agenda .appointment-popup .title-row .value {
  font-weight: bold;
  color: black;
  letter-spacing: 0.3px;
  font-size: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 500px) {
  .klet-agenda .agenda .appointment-popup .row {
    flex-wrap: wrap;
  }
  .klet-agenda .agenda .appointment-popup .title {
    width: 100%;
    padding: 6px 6px 2px 6px;
    color: #9d9d9d;
    font-size: 12px;
    text-align: left;
  }
  .klet-agenda .agenda .appointment-popup .value {
    width: 100%;
    padding: 0 6px 6px 6px;
  }
}
.klet-agenda .agenda .appointment-popup .menu {
  padding: 12px;
  text-align: center;
}
.klet-agenda .agenda .appointment-popup .menu input {
  margin: 0 12px;
}
.klet-agenda-search .filter .block span,
.klet-agenda-search .filter .block input {
  margin-right: 6px;
  margin-top: 6px;
}
.klet-agenda-search .filter .block span:last-child,
.klet-agenda-search .filter .block input:last-child {
  margin-right: 0;
}
.klet-agenda-search .filter input {
  min-width: 120px;
}
.klet-agenda-search .filter form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.klet-agenda-search .filter span.block {
  white-space: nowrap;
  padding-right: 12px;
}
.klet-agenda-search .filter span.block:last-child {
  padding-right: 0;
}
.klet-agenda-search .agenda-pager {
  margin-top: 24px;
  padding: 12px;
}
.klet-agenda-search .agenda-pager .title {
  display: none;
}
.klet-agenda-search .agenda-pager a {
  border-radius: 2px;
  border: solid 1px #dcdcdc;
  background-color: white;
  min-width: 32px;
  display: inline-block;
  padding: 1px 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.klet-agenda-search .agenda-pager a:hover,
.klet-agenda-search .agenda-pager a.active {
  background-color: #1654B3;
  color: white;
}
.klet-agenda-form input[type=text],
.klet-agenda-form textarea,
.klet-agenda-form select {
  min-width: 500px !important;
}
.klet-schedule .filter .block span,
.klet-open-schedule .filter .block span,
.klet-schedule .filter .block input,
.klet-open-schedule .filter .block input,
.klet-schedule .filter .block select,
.klet-open-schedule .filter .block select {
  margin-right: 6px;
  margin-top: 6px;
}
.klet-schedule .filter .block span:last-child,
.klet-open-schedule .filter .block span:last-child,
.klet-schedule .filter .block input:last-child,
.klet-open-schedule .filter .block input:last-child,
.klet-schedule .filter .block select:last-child,
.klet-open-schedule .filter .block select:last-child {
  margin-right: 0;
}
.klet-schedule .filter input,
.klet-open-schedule .filter input {
  min-width: 120px;
}
.klet-schedule .filter input.text,
.klet-open-schedule .filter input.text {
  width: 100px;
}
.klet-schedule .filter form,
.klet-open-schedule .filter form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.klet-schedule .filter span.block,
.klet-open-schedule .filter span.block {
  white-space: nowrap;
  padding-right: 50px;
}
.klet-schedule .filter span.block:last-child,
.klet-open-schedule .filter span.block:last-child {
  padding-right: 0;
}
.klet-schedule .schedule td.item.duration,
.klet-schedule .schedule .totals th.item.duration {
  text-align: right;
}
.klet-open-schedule .schedule th.item {
  white-space: nowrap;
}
.klet-open-schedule .schedule td.interest {
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.klet-open-schedule .schedule td.interest .fa {
  font-size: 22px;
  position: absolute;
  margin-top: 5px;
  color: black;
  cursor: pointer;
}
.klet-open-schedule .schedule td.interest .comment-input {
  margin-left: 30px;
  width: 150px;
  display: none;
}
.klet-open-schedule .schedule tr.selected td.interest .fa {
  color: black;
}
.klet-open-schedule .schedule tr.filled td,
.klet-open-schedule .schedule tr.filled .fa {
  color: #d2d2d2;
}
.klet-open-schedule .schedule td.info {
  max-width: 300px;
  min-width: 100px;
  white-space: normal;
}
.kl-file-collection-control {
  display: flex;
  flex-direction: column;
}
.kl-file-collection-control .file-list > div {
  display: flex;
  margin-bottom: 5px;
}
.kl-file-collection-control .file-list .filename {
  white-space: nowrap;
  overflow-x: hidden;
  text-align: center;
}
.kl-file-collection-control .file-list .file,
.kl-file-collection-control .file-list .uploading {
  border: solid 1px #b9b9b9;
  border-radius: 4px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 10px;
}
.kl-file-collection-control .file-list .file a,
.kl-file-collection-control .file-list .uploading a,
.kl-file-collection-control .file-list .file span,
.kl-file-collection-control .file-list .uploading span {
  display: block;
  height: 100%;
  padding: 6px 6px 3px 6px;
}
.kl-file-collection-control .file-list .uploading {
  color: #9d9d9d;
  letter-spacing: 1px;
  font-style: italic;
}
.kl-file-collection-control .file-list button.delete {
  font-size: 16px;
}
.kl-file-collection-control a.button.addfiles {
  align-self: flex-start;
  min-width: 170px;
  text-align: center;
}
.kl-file-collection-control a.button.addfiles * {
  cursor: pointer;
}
/* the bootstrap datepicker */
body > .datepicker {
  background-color: #fcfcfc;
  border: solid 1px black;
  position: absolute;
}
body > .datepicker.datepicker-orient-top::before {
  border-top-color: black;
}
body > .datepicker.datepicker-orient-top::after {
  border-bottom-color: black;
}
body > .datepicker.datepicker-dropdown::before {
  border-bottom-color: black;
}
body > .datepicker table tr td,
body > .datepicker table tr th {
  height: 28px;
}
