.brand .brand-logo img {
  max-height: 41px;
}

.table th, .table td {
  vertical-align: middle;
}

label {
  font-weight: 500;
}

.header-mobile__logo img {
  max-height: 35px;
}

.text-status {
  text-decoration: underline;
}
.text-status.awaiting-inspection, .text-status.awaiting-authorization {
  color: #f1c40f;
}
.text-status.booked {
  color: #e67e22;
}
.text-status.beschikbaar {
  color: #27ae60;
}
.text-status.verhuurd, .text-status.verkocht {
  color: #2980b9;
}
.text-status .afgeschreven, .text-status .buiten-gebruik, .text-status .defect-rma {
  color: #d63031;
}

.pagination .prev {
  display: flex;
  align-items: center;
}
.pagination .prev.disabled {
  margin-right: 0.5rem;
}

.modal-info-subject {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebedf2;
}
.modal-info-subject:last-of-type {
  border-bottom: none;
}
.modal-info-single {
  margin-bottom: 3px;
}
.modal-info-single h5 {
  margin-bottom: 0;
}
.modal-info-single span {
  margin-right: 10px;
}
.modal-info-single a {
  text-decoration: underline;
}

.c-turns {
  display: flex;
  flex-direction: column;
}
.c-turns__single {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1rem;
}
.c-turns__single:last-of-type {
  margin-bottom: 0;
}
.c-turns__single__lock {
  position: absolute;
  top: 1rem;
  left: -1.4rem;
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  border: 1px solid #cecedd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-turns__single__header {
  display: flex;
  position: relative;
  background-color: #ececf2;
  border: 1px solid #cecedd;
  padding: 10px 80px 10px 10px;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header {
    flex-direction: column;
  }
}
.c-turns__single__header__icon {
  width: 50px;
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__icon {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__header__type {
  width: 50px;
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__type {
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__header__date {
  width: 30%;
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__date {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__header__duration {
  width: 30%;
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__duration {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__header__info {
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__header__info--alert {
  background: #fff6ee;
  color: #faa05a;
  padding: 0px 15px;
  height: 20px;
  line-height: 20px;
  font-size: 0.8rem;
  border-radius: 10px;
  font-weight: 600;
}
.c-turns__single__header__number {
  position: absolute;
  right: 40px;
  top: 5px;
  background-color: #ececf2;
  border: 1px solid #cecedd;
  border-radius: 50%;
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__number {
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.c-turns__single__header__arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .c-turns__single__header__arrow {
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
.c-turns__single__content {
  border: 1px solid #cecedd;
  border-top: none;
  display: none;
}
.c-turns__single__content__row {
  padding: 10px 10px 10px 22px;
  margin-left: 25px;
  display: flex;
  border-bottom: 1px solid #cecedd;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-turns__single__content__row {
    flex-direction: column;
    margin-left: 15px;
  }
}
.c-turns__single__content__row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #cecedd;
}
.c-turns__single__content__row:last-of-type {
  border-bottom: none;
}
.c-turns__single__content__row div {
  padding-right: 1rem;
}
.c-turns__single__content__row div a {
  text-decoration: underline;
}
.c-turns__single__content__row div .btn {
  text-decoration: none;
  width: fit-content;
}
.c-turns__single__content__row__title {
  display: flex;
  flex-direction: column;
  width: 175px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .c-turns__single__content__row__title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
}
.c-turns__single__content__row__title span {
  font-weight: 500;
  position: relative;
}
.c-turns__single__content__row__title span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -27px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  border-radius: 50%;
  background-color: #cecedd;
}
.c-turns__single__content__row__info {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
}
@media screen and (max-width: 1025px) {
  .c-turns__single__content__row__info {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
}
.c-turns__single__content__row__sum {
  width: 100px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .c-turns__single__content__row__sum {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
}
.c-turns__single__content__row__invoice-number {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.c-turns__single__content__row__various {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 20rem;
}
@media screen and (max-width: 600px) {
  .c-turns__single__content__row__various {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.c-turns__single__content__footer {
  background-color: #cecedd;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-turns__single__content__footer span {
  font-weight: 500;
}
.c-turns__transactions .c-turns__single__header {
  padding: 10px 20px;
}
.c-turns__transactions .c-turns__single__header__type {
  width: fit-content;
  padding-right: 0.5rem;
}
.c-turns__transactions .c-turns__single__content {
  padding: 15px 20px;
}
.c-turns__transactions .c-turns__single__content__row {
  margin-left: 0px;
  padding: 0px;
}
.c-turns__transactions .c-turns__single__content__row:before {
  display: none;
}

.turnActive .c-turns__single__content {
  display: block;
}
.turnActive .c-turns__single__header__arrow {
  transform: rotate(180deg);
}

.modal-buttons {
  display: flex;
  flex-direction: column;
}
.modal-buttons a {
  width: 100%;
  margin-bottom: 5px;
}
.modal-buttons a:last-of-type {
  margin-bottom: 0;
}

.c-form__date-input {
  max-width: 10vw;
}
.c-form__row {
  display: flex;
}
.c-form__row .c-form__group:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.c-form__row--4 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-form__row--4 .c-form__group {
  max-width: calc(25% - 5px) !important;
}
@media screen and (max-width: 1050px) {
  .c-form__row--4 .c-form__group {
    max-width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .c-form__row--4 .c-form__group {
    max-width: 100% !important;
  }
}
.c-form__row--3 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-form__row--3 .c-form__group {
  max-width: calc(33.333% - 5px);
}
@media screen and (max-width: 600px) {
  .c-form__row--3 .c-form__group {
    max-width: 100%;
  }
}
.c-form__row--half {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: calc(50% - 5px);
}
@media screen and (max-width: 600px) {
  .c-form__row--half {
    max-width: 100%;
  }
}
.c-form__row--context {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.c-form__row--context h4 {
  margin-bottom: 3px;
}
.c-form__group {
  flex-grow: 1;
  margin-right: 5px;
}
.c-form__iso {
  display: flex;
}
.c-form__iso input:nth-of-type(1) {
  width: 35%;
  margin-right: 5px;
}
.c-form__iso input:nth-of-type(2) {
  width: 40%;
  margin-right: 5px;
}
.c-form__iso input:nth-of-type(3) {
  width: 25%;
}

.c-subheader h5 {
  font-weight: 600 !important;
}
.c-subheader__buttons {
  display: flex;
}
.c-subheader__buttons a, .c-subheader__buttons button {
  margin-left: 5px;
}

.c-accordion .card {
  border-radius: 5px !important;
  margin-bottom: 10px;
}
.c-accordion .card .c-attach__single {
  background-color: #e2eaf3;
  border-radius: 5px;
}
.c-accordion .card .c-attach__single:last-of-type {
  margin-bottom: 0 !important;
}
.c-accordion .card-header {
  background-color: white !important;
  border-radius: 5px !important;
  padding: 0 !important;
}
.c-accordion .card-header .card-title {
  padding: 15px 20px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #EBEDF3 !important;
}
.c-accordion .card-header .card-title i {
  margin-left: 10px;
  color: #1BC5BD !important;
}
.c-accordion .card-header .collapsed {
  border-bottom: none !important;
}
.c-accordion .card-body {
  padding: 10px 20px 15px 20px !important;
}

.c-notification {
  margin-bottom: 25px;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .c-notification {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-notification__wrap {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .c-notification__wrap button {
    margin-top: 10px;
  }
}
.c-notification__info span {
  margin-right: 10px;
  font-size: 14px !important;
  font-weight: 400;
}
.c-notification--border-success {
  border: 2px solid #1cc5bd !important;
}

.c-advanced-table {
  min-width: 1200px;
  width: 100%;
}
.c-advanced-table__header {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.c-advanced-table__header__single {
  padding-right: 10px;
}
.c-advanced-table__header__single span {
  font-weight: 500;
}
.c-advanced-table__header .single-small {
  width: 8%;
}
.c-advanced-table__header .single-large {
  width: 22%;
}
.c-advanced-table__body__single {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-top: 1px solid #dcdee2;
}
.c-advanced-table__body__single--odd {
  background-color: #f0f7ff;
}
.c-advanced-table__body__single__row {
  display: flex;
}
.c-advanced-table__body__single__row__single {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
.c-advanced-table__body__single__row__single span {
  display: flex;
  align-items: center;
}
.c-advanced-table__body__single__row__single span span:last-of-type {
  margin-top: 3px;
}
.c-advanced-table__body__single__row .single-small {
  width: 8%;
}
.c-advanced-table__body__single__row .single-large {
  width: 22%;
}

.c-attach__single {
  margin-bottom: 10px;
  padding: 15px 20px;
}
.c-attach__single__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3ceda;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.c-attach__single__header h5 {
  margin: 0;
}
.c-attach__single__header h5 i {
  margin-left: 10px;
  color: #0BB7AF !important;
}
.c-attach__single__form {
  border-top: 1px solid #c3ceda;
  padding-top: 10px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.c-attach__single__form__cta {
  border-top: 1px solid #c3ceda;
  padding-top: 10px;
  margin-top: 10px;
}
.c-attach__single__form__cta button {
  margin-right: 5px;
}
.c-attach__single__form__items .c-form__row {
  margin-bottom: 5px;
}
.c-attach__single__form__items .c-form__row:last-of-type {
  margin-bottom: 0;
}
.c-attach__single__form__items .c-form__row .c-form__group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-attach__single__form__items .c-form__row .c-form__group label, .c-attach__single__form__items .c-form__row .c-form__group span {
  margin: 0;
}
.c-attach__single__form__items .c-form__row .c-form__group label {
  margin-right: 5px;
}
.c-attach__single__form__items .c-form__row .c-form__group input {
  max-width: 80px;
  width: 80px;
}
.c-attach__single__form__items .c-form__row .c-form__group div {
  margin-left: 20px;
}

.s-content {
  padding: 0 25px;
}
@media screen and (max-width: 992px) {
  .s-content {
    padding: 0 15px;
  }
}

.has-success .select2-selection {
  border-color: #3c763d;
}

.has-error .kt-radio {
  color: #d63031;
}

.has-error .kt-radio > span {
  border-color: #d63031;
}

/*# sourceMappingURL=overwrites.css.map */
