/* Home Page */
.page-home .banner {
    background: url("/images/wfs-hero-bg.svg") no-repeat;
    background-position: center;
    height: 230px;
    background-size: cover;
    -webkit-background-size: cover;
    color: var(--wfs-color-white);
    padding-left: var(--wfs-size-sidebar-collapsed-width);
    padding-top: 54px;
}

.page-home .title {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}

.page-home .welcome-text {
    font-size: 18px;
    margin-bottom: 12px;
}

.page-home .content-container .row {
    margin: 48px 120px 20px;
}

.page-home .content-container .row #error {
    display: none;
}

.page-home .content-container .tiles-wrapper {
    height: 420px;
    display: none;
}

.page-home .content-container .row .card {
    box-shadow: 0 1px 6px #ccc;
    border: none;
    border-radius: 4px;
}

.page-home .content-container .row .card-body {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.page-home .content-container .row .card-body .info {
    display: flex;
    flex-direction: column;
}

.page-home .content-container .row .card-body .icon {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.page-home .content-container .row .card-body .icon .fa {
    padding: 18px;
    background: var(--wfs-color-light-silver);
    border-radius: 4px;
    color: var(--wfs-color-darker-blue);
}

.page-home .content-container .row .card-body .info .count {
    font-size: 30px;
    font-weight: 600;
}

.page-home .content-container .row .card-body .info .title {
    font-size: 16px;
    line-height: 1;
}

.page-home .content-container .row .cards {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-left: 80px;
    justify-content: space-between;
}

.page-home #no-data {
    display: none;
}

.page-home #no-data .no-data-label {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.page-home #booking-chart {
    display: none;
}

/* TnC Popup */
#termsConditionsPopup .modal-content {
    padding: 24px 32px 32px;
    width: 100%;
    height: auto;
    top: 100px;
    background: #F1F2F4;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    display: block;
}

#termsConfirmationPopup .modal-content {
    border-radius: 4px;
    padding: 20px;
    box-shadow: none;
}

#termsConfirmationPopup .modal-body,
#termsConfirmationPopup .modal-footer,
#termsConfirmationPopup .modal-header {
    padding: 0px;
    border: none;
}

#termsConfirmationPopup .modal-body,
#termsConfirmationPopup .modal-header {
    margin-bottom: 20px;
}

#termsConfirmationPopup .modal-header {
    align-items: center;
}

#termsConditionsPopup .modal-header {
    padding: 0 15px 25px 0;
    border: none;
}

#termsConditionsPopup .modal-footer {
    border: none;
    padding: 0;
    min-height: 125px;
}

#termsConditionsPopup .modal-title {
    text-align: left;
}

#termsConditionsPopup .modal-dialog {
    overflow-y: initial !important;
    max-width: 600px;
    transform: translate(0, -40px);
}

#termsConditionsPopup .modal-body {
    height: 350px;
    overflow-y: auto;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E9;
}

#termsConditionsPopup .section-title {
    margin-top: 0;
}

#termsConditionsPopup h1 a {
    font-family: 'Siemens Sans Black';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
    color: #000028;
    text-align: left;
    text-decoration: none;
}

#termsConditionsPopup .modal-body h1 a {
    font-size: 16px;
    line-height: 24px;
}

#termsConfirmationPopup h1 {
    font-family: 'Siemens Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--wfs-color-dark-blue);
    line-height: 1.42857;
    display: inline-block;
}

#termsConditionsPopup .modal-body p {
    font-family: 'Siemens Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000028;
}

#termsConditionsPopup .btn-secondary {
    margin-right: 25px;
}

#termsConditionsPopup .btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

#termsConditionsPopup .form-check {
    margin: 25px 0px;
    padding-left: 0px;
}

#termsConditionsPopup .form-check label {
    font-family: 'Siemens Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    color: #000028;
    padding-left: 5px;
}

#termsConfirmationPopup .btn {
    padding: 6px 12px;
}

#termsConditionsPopup .btn-primary[disabled] {
    cursor: not-allowed;
    background-color: var(--wfs-color-dark-gray);
    border-color: var(--wfs-color-dark-gray);
    color: var(--wfs-color-white);
}

#termsConfirmationPopup .close {
    font-weight: normal;
    color: #66667E;
    border: none;
    background-color: transparent;
    font-size: 24px;
    padding: 0;
}

#termsConfirmationPopup .close:hover {
    background: transparent;
    opacity: 0.5;
}

#termsConfirmationPopup .btn-primary {
    background-color: #EF0137;
    color: #ffffff;
    border: 1px solid #EF0137;
}

#termsConfirmationPopup .btn-secondary {
    margin-right: 5px;
}

#termsConditionsPopup input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #000028;
    width: 16px;
    height: 16px;
    background-color: #F1F2F4;
    border-radius: 0;
    margin: 0 0 -3px 0;
}

#termsConditionsPopup input[type=checkbox]:checked {
    border: none !important;
    background-color: var(--wfs-color-light-blue) !important;
    background: url(/images/wfs_icon_checkbox.svg) center center no-repeat;
    background-size: 60%;
}

#termsConditionsPopup input[type=checkbox]:focus {
    outline: 0;
    box-shadow: none;
}

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0, 0, 40, 0.5);
    opacity: 1;
}

.modal-open .modal,
.btn:focus {
    outline: none !important
}

#termsConfirmationPopup .modal-dialog {
    top: 30%;
    padding: 50px;
    max-width: 600px;
    transform: translate(0, -60px);
}

#terms-and-conditions-section {
    display: none;
}

/* Profile Page */
.form-profile fieldset {
    padding: 16px 48px 48px;
    margin-bottom: 32px;
}

.form-profile fieldset:last-of-type {
    margin-bottom: 10px;
}

.form-profile fieldset .section {
    border-radius: 4px;
    box-shadow: 0 0 0 1px #E5E5E9;
}

.form-profile fieldset .form-control {
    padding: 0.375rem 0.75rem;
}

.form-profile fieldset .form-control-cell {
    padding: 0px 28px 20px;
}

.form-profile fieldset input[type=text] {
    border: 1px solid #000;
    border-radius: 2px;
    height: 36px;
    padding: 0px 8px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-profile fieldset input[type=text] {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    outline: none;
}

.form-profile fieldset .input-group {
    align-items: center;
}

.form-profile fieldset .input-group .btn.launchentitylookup {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.form-profile fieldset .input-group .btn.launchentitylookup,
.form-profile fieldset .input-group .btn.clearlookupfield {
    height: 36px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    outline: none;
    border-color: #000;
}

.form-profile fieldset .input-group .btn.clearlookupfield {
    border-right: none;
}

.form-profile fieldset .input-group .text-muted {
    top: unset;
    left: 10px;
}

.form-profile fieldset .form-check-input {
    width: 35px;
    height: 20px;
    cursor: pointer;
}

.form-profile fieldset .form-check-input:checked {
    background-color: var(--wfs-color-light-blue);
    border-color: var(--wfs-color-light-blue);
}

.form-profile fieldset .form-check-input:focus {
    border-color: var(--bs-border-color);
    box-shadow: none;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-profile fieldset .form-check-input:checked:focus {
    border-color: var(--wfs-color-light-blue);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-profile #adx_preferredlanguageid_name {
    width: unset;
}

.form-profile .actions {
    border: none;
    margin: 0;
    padding: 0px 0px 16px 0px;
}

.form-profile .actions input.btn-primary {
    font-size: 15px;
    font-family: var(--wfs-font-family-normal);
}

.form-profile .control a.text-primary {
    color: var(--wfs-color-light-blue) !important;
    text-decoration: none;
}

.form-profile #adx_preferredlanguageid_lookupmodal .modal-dialog {
    transform: translate(0, 50px);
}

.form-profile #adx_preferredlanguageid_lookupmodal .entitylist-search .btn.btn-default {
    height: 36.1px;
    border: 1px solid #949494;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Login Page */
.signinpage {
    background-image: url("/images/img_landing.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-color: var(--wfs-color-dark-blue);
    color: var(--wfs-color-white);
    width: 100%;
    height: 100%;
    padding: 30px 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.signinpage .page-content {
    margin-top: 0;
}

.signinpage .topbar-brand {
    display: block;
}

.signinpage .logo {
    height: 18px;
}

.signinpage .login-heading-section {
    display: none;
}

.signinpage h3 {
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.31px;
    margin-bottom: 60px;
    font-family: var(--wfs-font-family-black);
    color: var(--wfs-color-white);
}

.signinpage .signin-tagline {
    font-size: 20px;
    letter-spacing: 0.21px;
    margin-bottom: 30px;
    color: var(--wfs-color-white);
    font-family: var(--wfs-font-family-default);
}

.signinpage .signin-signup,
.signinpage footer a {
    font-size: 14px;
    letter-spacing: 0.15px;
    margin-top: 15px;
}

.signinpage a {
    color: #00CCCC;
    cursor: pointer;
    transition: all .2s ease-out;
}

.signinpage a:hover,
.signinpage a:active,
.signinpage a:focus {
    color: var(--wfs-color-green);
    text-decoration: none;
}

.signinpage .form-horizontal .btn {
    font-size: 14px;
    font-weight: 700;
    background-color: #00CCCC;
    color: var(--wfs-color-dark-blue);
    letter-spacing: 0.15px;
    border: none;
    border-radius: 0;
    width: 403px;
    height: 32px;
    transition: all .2s ease-out;
    padding: 0;
}

.signinpage .form-horizontal .btn:hover,
.signinpage .form-horizontal .btn:active,
.signinpage .form-horizontal .btn:focus {
    color: var(--wfs-color-dark-blue);
    background-color: var(--wfs-color-green) !important;
    border: 1px solid var(--wfs-color-green) !important;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.signinpage footer {
    position: absolute;
    bottom: 30px;
    z-index: 100;
}

.signinpage footer ul {
    padding: 0;
    margin-bottom: 5px;
}

.signinpage footer ul li {
    display: inline;
    margin-right: 10px;
}

.signinpage footer ul li:last-child {
    margin-right: 0;
}

.signinpage footer a {
    margin-top: 0;
    color: #00CCCC;
    text-decoration: none;
}

.signinpage footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12px;
    margin-bottom: 0;
    color: var(--wfs-color-white);
}

.loader {
    border: 3px solid #23233C;
    border-top: 3px solid #00CCCC;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 48%;
}

.loader-bg {
    width: 100%;
    height: 100%;
    background-color: var(--wfs-color-dark-blue);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
}

.page-content .row {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 96vh;
}

/* Redeem Invitation Page */
.page-redeem-code #InvitationCode {
    border-radius: 0;
}

.page-redeem-code .control-label {
    font-size: 15px;
    font-family: var(--wfs-font-family-default);
    font-weight: var(--wfs-font-weight-bold);
}

.page-redeem-code label.control-label.required:before {
    content: '';
}

.page-redeem-code label.control-label.required:after {
    content: '*';
    color: var(--wfs-color-danger);
    white-space: nowrap;
}

.page-redeem-code #submit-redeem-invitation {
    margin-top: .5rem;
}

.page-redeem-code .form-group .col-sm-10 {
    width: 100%;
}

.page-redeem-code .validation-summary-errors:focus-visible {
    outline: none;
}

.page-redeem-code .validation-summary-errors a {
    color: #842029;
}

/* Work Overview */
.list-booking .booking-card {
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 6px #ccc;
}

.list-booking .booking-card:hover {
    background-color: var(--wfs-color-dark-white);
    cursor: pointer;
}

.list-booking .booking-card-header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #007993;
    margin: -3px 0px 10px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-booking .booking-card-header .title {
    width: 88%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-booking .booking-card-footer {
    font-size: 14px;
    display: flex;
}

.list-booking .booking-card-footer .booking-status {
    display: flex;
    width: calc(100% - 15px);
}

.list-booking .booking-card-footer .status-text {
    font-weight: var(--wfs-font-weight-bold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-booking .booking-card-footer .status-error {
    display: none;
}

.list-booking .booking-card-body ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.list-booking .booking-card-body ul li {
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-booking .btn {
    width: 152px;
    white-space: nowrap;
}

.list-booking .btn-clear {
    padding: 7px 14px;
}

.list-booking .page-sub-heading {
    display: flex;
    justify-content: space-between;
}

.list-booking .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    position: absolute;
    margin-left: -18px;
}

.list-booking .img-bg {
    background-repeat: no-repeat;
    background-size: 16px 12px;
}

.list-booking .custom-input {
    display: block;
    width: 100%;
    padding: .375rem;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 36px;
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-booking .input-select {
    padding-right: 2.25rem;
    background-position: right .75rem center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.list-booking .input-select:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 11l6-6 6 6'/%3e%3c/svg%3e");
}

.list-booking .input-search {
    background-size: 16px;
    padding-left: 2rem;
    background-position: left .4rem center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}

.list-booking .search-clear,
.list-booking .search-clear:focus {
    padding-right: 8px;
    background: none;
}

.list-booking .input-date {
    background-size: 16px;
    padding-left: 2rem;
    background-position: left .4rem center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

.list-booking .action-btn-group {
    display: none;
}

.list-booking #filters {
    display: none;
}

.list-booking #selector-btn.active,
.list-booking #filter-btn.active {
    background-color: var(--wfs-color-dropdown-green) !important;
    color: var(--wfs-color-light-blue);
}

.list-booking input[type='search']::-webkit-search-cancel-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    margin-inline-start: .3rem;
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
}

/* Booking Details Page */
.form-booking .section-summary {
    font-size: 15px;
}

.form-booking .section-summary .title {
    font-family: var(--wfs-font-family-normal);
}

.form-booking .section-summary .label {
    font-family: var(--wfs-font-family-default);
    font-weight: 700;
}

.form-booking .btn-direction {
    position: relative;
    z-index: 100;
    margin: 5px 0px 0px 5px;
    padding: 8px 16px;
}

.form-booking #adx-bing-map {
    margin-bottom: 20px;
}

.form-booking hr {
    margin: 20px 0px 24px;
}

.form-booking .section-title {
    display: flex;
    justify-content: space-between;
}
.form-booking .form-container{
    display:'flex'
}

.form-booking .custom-control-casetimeline{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 20px 8px;
    box-shadow:  0 1px 6px var(--wfs-color-gray);
    float:'left';
}

@media only screen and (max-width: 768px) {
    .form-booking .custom-control-casetimeline {
      margin-top: 20px;
    }
}

.form-booking .custom-control-casetimeline {
    #CaseTimelineControl{
        padding: 14px;
        border-radius: 2px;
        color: var(--wfs-color-darker-gray);
    }
}

.form-booking fieldset legend .col-sm-3.buttoncontainer {
    width: unset;
}

.form-booking .bpf-container {
    display: flex;
    justify-content: center;
}

.form-booking .step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 85px;
}

.form-booking .step-wrapper.disabled {
    cursor: not-allowed;
}

.form-booking .step-wrapper.clickable .step-icon:hover {
    cursor: pointer;
    background-color: var(--wfs-color-dark-gray);
}

.form-booking .step-icon {
    display: flex;
    justify-content: center;
    width: 53px;
    height: 53px;
    background-color: var(--wfs-color-statuses-gray);
    align-items: center;
    border-radius: 50%;
}

.form-booking .step-icon.active {
    background-color: var(--wfs-color-teal);
}

.form-booking .step-text {
    font-size: 14px;
    line-height: 16px;
}

.form-booking .step-text.active {
    color: var(--wfs-color-teal);
    font-weight: 600;
}

.form-booking .spacer-wrapper {
    display: flex;
    height: 53px;
    align-items: center;
}

.form-booking .spacer {
    height: 1px;
    width: 142px;
    background-color: var(--wfs-color-statuses-gray);
}

/* Notification Page */
.list-notifications .title {
    font-family: var(--wfs-font-family-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var(--wfs-color-dark-blue);
    margin-bottom: 0;
}

.list-notifications .sub-text {
    color: var(--wfs-color-darker-gray);
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.list-notifications .label {
    color: var(--wfs-color-darker-gray);
    font-size: 14px;
}

.list-notifications .value {
    color: #000;
    font-size: 14px;
}

.list-notifications .notification-container {
    display: flex;
    margin-bottom: 0.25rem;
}

.list-notifications .notification-body {
    padding: 12px 16px;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--wfs-color-light-gray);
    background-color: var(--wfs-color-light-silver);
    border-left: none;
}

.list-notifications .notification-body:hover {
    border: 1px solid var(--wfs-color-gray);
    background-color: var(--wfs-color-light-gray);
    border-left: none;
}

.list-notifications .contents-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-notifications .notification-time {
    font-size: 14px;
    font-family: var(--wfs-font-family-bold);
    color: var(--wfs-color-darker-gray);
}

.list-notifications .notification-status {
    width: 5px;
}

.list-notifications .action {
    display: flex;
    flex-direction: row-reverse;
    color: var(--wfs-color-danger);
}

.list-notifications .action i {
    cursor: pointer;
}

.list-notifications .action i:hover {
    text-shadow: 0px 0px 20px var(--wfs-color-danger);
}

.list-notifications .notification-status.unread {
    background-color: var(--wfs-color-light-blue);
}

.list-notifications .notification-status.read {
    background-color: var(--wfs-color-light-silver);
    border: 1px solid var(--wfs-color-light-gray);
    border-right: none;
}

.list-notifications .notification-status.read.hover {
    border: 1px solid var(--wfs-color-gray);
    background-color: var(--wfs-color-light-gray);
    border-right: none;
}

.list-notifications .placeholder-glow.wrapper {
    border: 1px solid var(--wfs-color-light-gray);
    padding: 8px;
}
::-webkit-scrollbar{
    height: 8px;
}