﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    color: #3d3935;
}

pre {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #3d3935;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.pointer {
    cursor: pointer;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Modal machine plaatsen informatie */
#modal-machine-placement-questions .product {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

/* Koppeling fysieke automaat en bedrijf */
.spaced-option{
    min-height: 38px;
    display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.container-fluid {
    width: 100%;
    max-width: 1600px;
}


/* Styling */
body {
    font-family: 'Open Sans', sans-serif;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fa-container {
    width: 1.25em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-container.medium-icon-margin {
    margin-right: 0.1em;
}

.fa-container.large-icon-margin {
    margin-right: 0.25em;
}

/* Login */
.body-login {
    margin-bottom: 0;
    background-image: url('../images/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.body-login:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d3935;
    opacity: 0.75;
    z-index: -1;
}

.container-login {
    height: 100vh;
    display: flex;
    align-items: center;
}

.container-login main {
    width: 100%;
    flex: 1;
}

.login-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-block {
    width: 100%;
    max-width: 768px;
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}

.login-block__logo {
    margin-bottom: 30px;
}

.login-form {
    width: 100%;
    max-width: 320px;
}

.login-input {
    width: 100%;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #C1C1C1;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 1;
}

.login-input::placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.form-control::placeholder {
    color: rgb(195, 195, 195);
    opacity: 1;
}

.login-input:focus {
    outline: none;
    border-bottom-color: #00a7b5;
}

.login-button {
    min-width: 150px;
    font-size: 20px;
    margin-top: 30px;
}

/* header */
.app-header {
    height: 110px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

.app-header .navbar,
.app-header .container-fluid,
.app-header__logo {
    height: 100%;
}

/* nav */
.navbar-collapse {
    margin-left: 30px;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #3d3935;
}

.nav-link:hover {
    color: #00a7b5;
}

.navbar-expand-sm .navbar-nav.navbar-nav--subnav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.navbar-nav--subnav .nav-item {
    border-bottom: 1px solid #e5e5e5;
}

.navbar-nav--subnav .nav-item:last-child {
    border-bottom: 0;
}

.nav-item:hover > .navbar-nav--subnav {
    display: flex;
}

.navbar-nav--subnav .nav-item .navbar-nav--subnav {
    left: 100%;
    top: 0;
}

.navbar-toggler-icon .svg-inline--fa {
    height: auto;
    width: 100%;
}

.navbar-toggler:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .navbar-expand-sm .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-sm .navbar-collapse.show {
        display: block !important;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-sm .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        width: 100%;
        background-color: #fff;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
        z-index: 99;
    }

    .navbar-collapse .nav-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .navbar-collapse .nav-item:last-child {
        border-bottom: 0;
    }

    .navbar-collapse .nav-link {
        padding: 0.5rem 1rem;
    }

    .navbar-expand-sm .navbar-nav.navbar-nav--subnav {
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }

    .navbar-nav--subnav .nav-item {
        border-bottom-color: #fff;
    }

    .navbar-nav--subnav .nav-item .nav-link {
        padding-left: 2em;
    }
}

.page-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00a7b5;
}

.page-header h1 {
    font-size: 32px;
    font-weight: 400;
    color: #00a7b5;
    margin: 0;
}

.form-group label {
    font-weight: 700;
}

.form-check label {
    font-weight: 400;
}

.btn-primary {
    border: none;
    background-color: #00a7b5;
    transition: all 200ms ease;
}

.btn-primary:hover {
    background-color: #3d3935;
}

.btn-primary:disabled {
    background-color: #00a7b544
}

.btn-secondary {
    border: none;
    background-color: #c3c3c3;
    transition: all 200ms ease;
}

.btn-secondary:hover {
    background-color: #616161;
}

.btn-secondary:disabled {
    background-color: #c3c3c344;
}

.form-control {
    border-radius: 0;
}

.value-right,
input[type="number"] {
    text-align: right;
}

.value-right::placeholder,
input[type="number"]::placeholder {
    text-align: left;
}

label.required::after {
    content: ' *';
    color: #00a7b5;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23929292' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}

.form-control--inline-number {
    width: 40px;
    height: 1.5em;
    margin: 0 0.5em;
    display: inline-block;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0px;
    text-align: center;
}

.form-control--inline-number:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: #00a7b5;
}

.card-body .form-group.row {
    margin-left: -5px;
    margin-right: -5px;
    align-items: center;
}

.card-body .form-group.row [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.card-header {
    background-color: #00a7b5;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
}

.card-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.card {
    margin-bottom: 30px;
    border-color: #00a7b5;
}

.table {
    border: 1px solid #e4e4e4;
}

.table td,
.table th {
    border: 1px solid #e4e4e4;
}

.table tr th {
    border-left-color: #fff;
    border-right-color: #fff;
}

.table tr th:first-child {
    border-left-color: #e4e4e4
}

.table tr th:last-child {
    border-right-color: #e4e4e4
}

.table tbody tr:nth-child(odd) td {
    border-left-color: #cecece;
    border-right-color: #cecece;
}

.table tbody tr:nth-child(odd) td:first-child {
    border-left-color: #e4e4e4;
}

.table tbody tr:nth-child(odd) td:last-child {
    border-right-color: #e4e4e4;
}

.table tbody tr td.text-number {
    text-align: right;
}

.table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.table thead {
    background-color: #00a7b5;
    color: #ffffff;
}

.table thead [class*="fa-"] {
    margin-left: 0.5em;
}

.table--clickable tbody tr {
    cursor: pointer;
}

.pagination-nav {
    display: flex;
    justify-content: flex-end;
}

.page-link {
    color: #C1C1C1;
}

.page-link:hover {
    background-color: #f3f3f3;
    color: #00a7b5;
}

.page-item.active .page-link {
    background-color: #00a7b5;
    border-color: #00a7b5;
}

.action-row {
    margin-bottom: 30px;
}

.field-validation-error {
    color: red;
}

.nav-tabs {
    margin-bottom: 30px;
    border-bottom-color: #00a7b5;
}


.nav-tabs .nav-link {
    color: #979ea5;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #00a7b5 #00a7b5 #ffffff;
    color: #495057;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #00a7b5;
    border-color: #00a7b5 #00a7b5 #ffffff
}

.nav-tabs .nav-link.disabled {
    color: #eeeeee;
    cursor: default;
}

.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    border: none;
}

.tab-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom: 1px solid #00a7b5;
}

.tab-nav__item button {
    margin-left: 10px;
    padding: 8px 15px;
    border-radius: 5px 5px 0 0;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #00a7b5;
    border-bottom: 0;
    cursor: pointer;
}

.tab-nav__item button:hover {
    color: #00a7b5
}

.tab-nav__item button:focus {
    outline: none;
    background-color: #fff7f4;
    color: #00a7b5
}

.tab-nav__item.active button {
    background-color: #00a7b5;
    color: #ffffff;
}

.tab-nav__item:first-child button {
    margin-left: 0;
}

.modal-header {
    background-color: #00a7b5;
    color: #ffffff;
    border-bottom: 0;
}

.modal-header .close {
    color: #ffffff;
}

.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
    color: #ffffff;
    opacity: 1;
}

.modal-lg {
    max-width: 80%;
}

.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 0px !important;
    font-size: initial;
    height: calc(2.25rem + 2px);
}

.datepicker-holder .bootstrap-datetimepicker-widget.dropdown-menu {
    display: none !important;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    color: #00a7b5;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #00a7b5;
    color: #ffffff;
}

.bootstrap-datetimepicker-widget a {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget a:hover path {
    fill: #00a7b5;
}

.bootstrap-datetimepicker-widget a[data-action="clear"]:hover path {
    fill: #dc3545;
}

.bootstrap-datetimepicker-widget thead tr:first-child {
    background-color: #3d3935;
    color: #ffffff;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: #4e4a45;
}

/* Treeview */

.jqtree-title:focus {
    outline: none;
}

ul.jqtree-tree .jqtree-element {
    padding: 1px 5px;
    margin-bottom: 2px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background: transparent;
    background-color: #ddf3f5;
}

ul.jqtree-tree .jqtree-element:hover {
    background-color: #f7f7f7;
}

.jqtree-toggler {
    width: 10px;
    flex: 0 0 auto;
}

ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
    margin-right: 6px;
}

.jqtree-toggler .svg-inline--fa {
    color: #00a7b5;
}

.svg-inline--fa.fa-w-6 {
    width: 7px;
}

ul.jqtree-tree .jqtree-title {
    color: #3d3935;
    flex: 1 1 auto;
}

.treeview ul > li:last-child .jqtree-element {
    margin-bottom: 0;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 2px;
}

ul.jqtree-tree .jqtree-title {
    margin-left: 6px;
}

.treeview-element__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.jqtree-element:hover .treeview-icon {
    opacity: 0.5;
}

.jqtree-element .treeview-icon {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    margin-left: 10px;
    color: #000;
    opacity: 0;
    transition: all 150ms ease;
    cursor: pointer;
}

.jqtree-element .treeview-icon .fa-w-18 {
    height: auto;
    width: 15px;
}


.jqtree-element .treeview-icon .fa-w-14 {
    height: auto;
    width: 12px;
}

.jqtree-element .treeview-icon:hover {
    opacity: 1;
}

.hover-blue:hover {
    color: #00a7b5;
}

.hover-orange:hover {
    color: #ff9f31;
}

.hover-red:hover {
    color: #ec0033;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: none;
}

ul.jqtree-tree .jqtree-moving > .jqtree-element {
    outline: 1px dashed #00a7b5;
}

ul.jqtree-tree span.jqtree-border {
    left: 0;
    border-color: #00a7b5;
    border-radius: 0;
}


ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border-color: #00a7b5;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #00a7b5;
}

/****************
   TASKBOARD
****************/

.taskboard-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.taskboard {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1150px) {
    .taskboard {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .taskboard {
        width: 100%;
    }
}

.taskboard-header {
    height: 48px;
    background-color: #00a7b5;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
}

.taskboard-header__title {
    flex: 1 1 auto;
}

.taskboard-header .btn {
    flex: 0 0 auto;
    padding: 0;
    margin-left: auto;
    background: none;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.taskboard-header .btn:hover {
    opacity: 1;
}

.taskboard-items-list {
    flex: 1;
    padding: 15px;
    background-color: #F5F5F5;
}

.taskboard-item {
    margin-top: 10px;
    padding: 5px 8px;
    background-color: #ffffff;
    border: 1px solid #ababab;
    border-left-width: 6px;
    display: block;
    align-items: center;
}

.taskboard-item:first-child {
    margin-top: 0;
}

.taskboard-item.warning {
    border-color: #FFC107
}

.taskboard-item.critical {
    border-color: #DC3545;
}

.taskboard-item.good {
    border-color: #28A745;
}

.taskboard-item.done {
    background-color: rgba(0, 167, 181, 0.05);
    border-color: #00a7b5;
}

.taskboard-item.done .taskboard-item__content,
.taskboard-item.done .taskboard-item__assigned {
    opacity: 0.65;
}

.taskboard-item__header {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.taskboard-item__title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: pointer;
}

.taskboard-item.taskboard-item__new {
    font-weight: bold;
}

.taskboard-item.taskboard-item__new .taskboard-item__title {
    font-weight: 600;
}

.taskboard-item__title:hover,
.taskboard-item__title:focus
.taskboard-item__title:active {
    color: #00a7b5;
    border: 0;
    outline: none;
}

.taskboard-item__actions {
    flex: 0;
    margin-bottom: -10px;
    position: relative;
    top: -5px;
    right: -8px;
    display: none;
    z-index: 1;
}

.taskboard-item__actions .dropdown-toggle {
    margin: 0;
    padding: 5px 8px;
    border: 0;
    border-radius: 0;
    color: #3d3935;
}

.taskboard-item__actions.show,
.taskboard-item:hover .taskboard-item__actions {
    display: block;
}

.taskboard-item__actions.show .dropdown-toggle,
.taskboard-item__actions .dropdown-toggle:hover,
.taskboard-item__actions .dropdown-toggle:focus
.taskboard-item__actions .dropdown-toggle:active {
    background-color: #00a7b5;
    color: #fff;
    border: 0;
    outline: none;
    box-shadow: none;
}

.taskboard-item__actions .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.taskboard-item__actions .dropdown-item {
    padding: 8px 10px;
    cursor: pointer;
    text-align: right;
    font-size: 14px;
}

.taskboard-item__actions .dropdown-item svg {
    margin-left: 5px;
    width: auto;
    height: 13px;
}

.taskboard-item__actions .dropdown-divider {
    margin: 0;
}

.taskboard-item__due-date {
    font-size: 13px;
    color: #3d3935;
    overflow: hidden;
    text-overflow: ellipsis;
}

.taskboard-item__due-date time {
    font-weight: 600;
}

.taskboard-item__select-assigned .select2-selection.form-control {
    height: auto;
    padding: 0;
    border-color: rgba(255, 255, 255, 0);
    line-height: 1.5;
    box-shadow: none;
}

.taskboard-item__select-assigned .select2-container--focus .select2-selection.form-control,
.taskboard-item__select-assigned .select2-container--open .select2-selection.form-control,
.taskboard-item__select-assigned .select2-container .select2-selection.form-control:hover {
    border-color: rgba(195, 195, 195, 1);
}

.taskboard-item__select-assigned .select2-selection--single .select2-selection__arrow {
    display: none;
}

.taskboard-item__select-assigned .select2-container .select2-selection__rendered {
    font-size: 13px;
}

/* Task item types */
.taskboard-item .badge {
    color: #fff;
    background-color: #00a7b5;
}

/* Tender detail overview */
#tender-detail-overview .below-floor-price-row .fa-exclamation-triangle {
    margin-top: 11px;
    margin-right: 15px;
}

#tender-detail-overview .fa-plus {
    cursor: pointer;
}

#tender-detail-overview .add-item {
    padding: 0;
    margin: 0 auto;
    display: block;
    background: none;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
}

#tender-detail-overview .add-item:hover {
    opacity: 1;
}

/* Tender accept */
#tender-customer-accept .terms-of-agreement {
    text-decoration: underline;
    color: #3d3935;
}

#tender-list-overview .toggle-on-off {
    margin-top: 15px;
    font-size: .8em;
    font-style: italic;
    border-top: 1px dashed #00a7b54a;
    padding-top: 15px;
}

#tender-list-overview .toggle-on-off label {
    font-weight: normal;
    margin-bottom: 0;
    cursor: pointer;
}

#tender-list-overview .toggle-on-off input[type=checkbox] {
    position: relative;
    top: 1px;
}

.opening-times-filter {
    padding: 0.75rem 1.5rem;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.opening-times-filter__item {
    flex: 0 0 auto;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;

    label {
        flex: 0 0 auto;
        margin: 0;
        color: #3d3935;
    }

    > div {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .select-wrapper {
        width: 150px;
        flex: 0 0 150px;
    }
}

.opening-times-filter__actions {
    flex: 0 0 auto;
    margin-left: auto;

    .btn-danger {
        background-color: transparent;
        border-color: transparent;
        color: #dc3545;

        &:hover {
            background-color: transparent;
            border-color: transparent;
            color: #c82333;
        }
    }
}

.opening-days {
    display: flex;
    flex-direction: column;
}

.opening-day-row {
    display: flex;
    align-items: first baseline;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-bottom: 1px solid #f1f1f1;

    &:last-child {
        border-bottom: 0;
    }
}

.opening-day__name {
    flex: 0 0 110px;
    font-weight: bold;
}

.opening-day__checkbox {
    flex: 0 0 80px;
    margin: 0;
}

.opening-day__opening-hours {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.opening-hours-template__wrapper {
    display: flex;
    align-items: center;
    gap: 0.25rem;

    input {
        width: 60px;
        text-align: center;
    }
}

.image-delete-button {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -100%);
    background-color: white;
    color: red;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    line-height: 18px;
}

.popover.wide-popover {
    max-width: 600px;
    white-space: normal;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-image {
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

input[type="time"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

#pesonalized-message {
    font-family: 'Karma', serif;
    box-sizing: border-box;
    width:87ch;
}

.visiting-form-section {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 15px;
    position: relative;
}

.visiting-form-section--first {
    border-top: 0;
    padding-top: 0;
}

.visiting-form-section h5 {
    font-weight: 700;
}

.visiting-form-section h5,
.visiting-form-section--visiting-address legend {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.visiting-form-section h5::before,
.visiting-form-section h5::after,
.visiting-form-section--visiting-address legend::before,
.visiting-form-section--visiting-address legend::after {
    content: '';
    height: 1px;
    background-color: #00a7b5;
    flex: 1 1 auto;
}

.visiting-form-section h5::before,
.visiting-form-section--visiting-address legend::before {
    flex: 0 0 auto;
    width: 20px;
}

.visiting-form-section--contacts h5 {
    width: calc(100% - 145px);
}

.visiting-form-section--contacts #tooltip-missing-permissions {
    font-size: 16px;
}

.visiting-form-section--contacts .action-row {
    margin-bottom: 15px;
}

.visiting-form-section--contacts .action-row .text-right {
    width: auto;
    position: absolute;
    right: 0;
    top: 20px;
}

.visiting-form-section--contacts__popover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 0;
}

.visiting-form-section--contacts__popover li {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.visiting-form-section--contacts__popover__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visiting-form-section--visiting-address fieldset {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.visiting-form-section--visiting-address fieldset + * {
    margin-top: 24px !important;
}

.visiting-form-section--visiting-address fieldset > div > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.visiting-form-section--visiting-address > fieldset .col-sm-9 {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
}

.visiting-form-section--visiting-address > fieldset legend {
    padding-right: 15px;;
}

.visiting-form-section--visiting-address > fieldset .col-sm-3 {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    text-align: right;
    padding-right: 15px !important;
}

.visiting-form-section--visiting-address > div > fieldset > div > .row > .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.visiting-form-section--sales > .row.col-sm-12 {
    margin: 0 !important;
    padding: 0 !important;
}

.visiting-form-section--opening-times > h5 {
    margin-bottom: 15px;
}

.visiting-form-section--opening-times > div > label {
    display: none;
}

.visiting-form-section--machines h5 {
    margin-bottom: 15px;
}

.visiting-form-section--machines > .col-form-label {
    display: none;
}

.visiting-form-section--machines table.table {
    min-width: 1500px;
}

.input-number-left {
    text-align: left !important;
}