* {
    font-family: Calibri,sans-serif;
    font-size: 20px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.form-group-container {
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.30), 0 2px 2px 0 rgba(0, 0, 0, 0.30);
    padding: 15px;
    margin: 50px 15px;
}

.question-text.required:before {
    margin: -4px;
    font-size: 19px;
    content: "*";
    color: red;
}

.center-align {
    margin: 0 auto;
}

.page-title-color {
    color: white;
}

.home-page-body-container {
    align-self: center;
    margin-top: 20%;
    margin-bottom: 15%;
}

.help-text-pad .form-group-container {
    padding-right: 24px;
}

.btn-save-quote {
    background-color: #17325F !important;
    color: #ffffff;
    border-color: none;
}

    .btn-save-quote:hover {
        background-color: #17325F;
        color: #ffffff;
        border-color: none;
    }

.btn-tg-green {
    background-color: #39a393;
    color: #ffffff;
    border-color: #39a393;
}

    .btn-tg-green:hover {
        background-color: #1a2857;
        color: #ffffff;
        border-color: #1a2857;
    }

.btn-dark {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}

.link-button {
    text-decoration: none;
    color: white;
}

.btn-default, .btn-default-view {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #e1e1e1;
    border-radius: 6px;
    min-width: 80px;
    text-align: center;
    background: #fff;
    color: #999999;
}

.btn-default-hover input[type="radio"]:checked {
    background-color: #1a2857;
}

.boat-icon {
    font-size: 3.5em;
    font-family: Calibri,Arial, Verdana, Tahoma, sans-serif;
    color: #1a2857;
    text-align: center;
}

.i-boat:before,
.i-smallboat:before {
    content: "\e699";
}

.btn-navigation {
    width: 100%;
    margin: 16px 0;
}

    .btn-navigation button {
        font-size: 1.05em;
    }

.btn-next {
    /* padding: 0; */
    text-align: right;
    /* float: right; */
    right: 0;
}

    .btn-next button {
        width: 130px !important;
    }

.btn-save-exit {
    /* padding: 0; */
    text-align: left;
    /* float: right; */
    left: 100px;
    margin-left: 15px;
    /* background-color: #f76631; 
  border: 1px solid #f76631;*/
}

.text-left {
    text-align: left;
}

.page-title .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    background: #1a2857;
    border: 2px solid #1a2857;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-right: 8px;
    font-size: 48px;
    text-align: center;
}

    .page-title .icon i {
        font-size: 45px;
        margin: auto auto;
        vertical-align: middle;
        text-align: center;
    }

.page-title, .section-heading {
    color: #1a2857;
    font-weight: 300;
}

.section-title {
    color: #1a2857;
    font-weight: 200;
}

.introduction {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #f1f1f1;
}

.error-page-title {
    color: #1a2857;
    font-weight: 300;
}

.error-introduction {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #f1f1f1;
    text-align: center;
}

    .error-introduction > div > p > a {
        color: blue !important;
    }

.input-container-datetime {
    display: flex;
}

.input-container {
    display: flex;
    margin-bottom: 15px;
}

    .input-container .icon {
        padding: 10px;
        color: #003775;
        min-width: 50px;
        text-align: center;
    }
/* Style the input fields */
.input-field {
    outline: none;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }

.checkbox-padding {
    padding-left: 10px !important;
}

.trip-details-page-title, .section-heading {
    color: #1a2857;
    font-weight: 300;
}

    .trip-details-page-title .trip-details-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: inline-block;
        border: 2px solid #BDBDBD;
        color: #003875;
        margin-right: 8px;
        font-size: 48px;
        text-align: center;
    }

        .trip-details-page-title .trip-details-icon i {
            font-size: 45px;
            vertical-align: middle;
            text-align: center;
        }

.divide-line-margin-top {
    margin-top: -10px;
}

.question-container-margin {
    margin-top: 20px;
}


/*-------------- error message --------------  */
.error-message {
    font-size: 0.85em;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    color: #F10002 !important;
    padding-top: 0px;
    border-radius: .25rem;
    background-color: transparent !important;
}
/*-------------- calendar-icon --------------  */

.calendar-icon {
    position: relative;
    display: block;
}

    .calendar-icon i {
        color: #1a2857;
        pointer-events: none;
        position: absolute;
        -webkit-transition: all .2s linear;
        background-size: contain;
        bottom: 10px;
        right: 10px;
        top: -5px;
        content: "";
        padding: 15px;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
        font-size: 1.3em;
    }

.img-medical-condition-icon {
    width: 40px;
    height: 65px;
}

.img-surgical-procedure-icon {
    width: 60px;
    height: 75px;
    vertical-align: middle;
    text-align: center;
}

.span-medical-condition-icon,
.span-surgical-procedure-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    background: #1a2857;
    border: 2px solid #1a2857;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table-head-blue {
    background-color: #1a2857;
    color: #ffffff;
}

.delete-medical-condition-icon {
    margin-left: 10px;
    margin-bottom: 6px;
    height: 20px;
    color: red;
}

.edit-medical-condition-icon {
    color: #1A2857;
}

.action-column {
    min-width: 150px;
    width: 15%;
}

.number-column {
    min-width: 25px;
    width: 5%;
}

.lb-edit-table-row {
    margin-left: 3px;
    color: #1A2857;
    cursor: pointer;
}

.lb-delete-table-row {
    margin-left: 3px;
    color: red;
    cursor: pointer;
}

#medicalConditionAddButtonId, #medicationAddButtonId, #surgeryAddButtonId {
    margin-top: -20px;
}

.question-group-form-button-container {
    text-align: center;
}

@media (max-width: 1000px) {
    .lb-edit-table-row {
        display: none;
    }

    .lb-delete-table-row {
        display: none;
    }

    .action-column {
        min-width: 55px;
        width: 5%;
    }
}

.medical-condition-hint {
    background-color: #EEF4FB !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

#MedicalConditionPlaceHolder {
    padding-bottom: 10px;
}

#MedicationPlaceHolder {
    padding-bottom: 10px;
}

#SurgeryPlaceHolder {
    padding-bottom: 10px;
}

.checkbox-custom {
    transform: scale(2.5)
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

input[type="checkbox"]:checked {
    accent-color: #1a2857;
}

.container-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.href-btn:hover {
    cursor: pointer;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 0px !important;
    margin-top: 0px !important;
}

.remove-table-row-button {
    background-color: red;
    color: #ffffff;
    border-color: red;
}

.cancel-remove-table-row-button {
    color: #fff;
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

#DeleteDialog {
    margin-top: 20px;
}

.delete-dialog-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    background: red;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

    .delete-dialog-icon > i {
        font-size: 1.95em;
        padding-top: 12px;
    }

.ui-widget-overlay {
    opacity: 25% !important;
}

.retrive-address-postcode {
    background-color: #f1f1f1;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    padding-left: 15px !important;
    display: flex;
}

.edit-address {
    padding-right: 10px !important;
    cursor: pointer !important;
    font-weight: 600;
}

.dislay-address {
    padding-left: 15px !important;
    padding-right: 10px !important;
    width: 400px;
}

.pin-icon {
    width: 30px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .pin-icon > i {
        font-size: 1.30em;
        padding-top: 10px;
    }

/* landing page content */
.landing-content h5 {
    text-align: center;
    font-weight: 600;
    padding-top: 40px;
}

.landing-content {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.row-content {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
}


.column-content {
    flex: 50%;
    min-width: 300px !important;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.content-image {
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.margin-content {
    margin-right: 100px;
}

.title-header-landing-page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.size-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px !important;
}

.title-section-align {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.content-font-weight {
    font-weight: bold;
}

.content-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.content-padding-top {
    padding-top: 10px;
}

.content-button-width {
    border-radius: 30px;
    background-color: #17325F !important;
    border: none;
    margin-block: 10px;
}

.time-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* Layout */

/* 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;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*Medical condition */

.add-form {
    padding: 15px;
}

#medicalConditionCardId > hr {
    margin-top: 0px;
    margin-bottom: 7px;
}


#medicationCardId > hr {
    margin-top: 0px;
    margin-bottom: 7px;
}

/* Quote Page*/

.note-text {
    font-size: 18px;
    padding-top: 15px;
}

.guide-text {
    font-size: 20px;
    padding: 10px 0 10px;
}

.total-price-number {
    color: #39a393;
}

.quote-info {
    font-size: 17px;
    color: #003775;
    font-weight: bold;
}

.total-payable-amount {
    font-weight: bold;
}

/*Yes No and Single */

.isOffScreen {
    left: -9999px;
    position: absolute;
}

.min-height-question-row {
    min-height: 60px;
}

.yes-no-container {
    display: inline-block;
    margin-bottom: 7px;
}

    .yes-no-container input[type="radio"]:checked + label,
    .btn-default-hover:hover {
        background-color: #1a2857;
        border: 2px solid #1a2857;
        color: #ffffff;
    }

        .yes-no-container input[type="radio"]:checked + label:before {
            display: inline-block;
            font-family: 'Font Awesome 5 Free',sans-serif;
            content: "\f00c";
            padding-right: 4px;
            font-size: 1.1em;
            font-weight: 900;
        }

/* Responsive Region */
.flex-container {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.flex-item-left {
    flex: 46%;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.flex-item-right {
    flex: 46%;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.flex-container-single-button-Q10 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.flex-item-single-button-Q10 {
    flex: 100%;
}

.flex-container-single-button-Q10 label {
    width: 100% !important;
}

.flex-container-single-button-MEDICAL_Q2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.flex-item-single-button-MEDICAL_Q2 {
    flex: 45%;
}

.flex-container-single-button-MEDICAL_Q2 label {
    width: 100% !important;
}

.flex-container-single-button-SURGERY_Q2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-item-single-button-SURGERY_Q2 {
    flex: 45%;
}

.flex-container-single-button-SURGERY_Q2 label {
    width: 100% !important;
}

.flex-container-process-button {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.flex-item-left-process-button {
    flex: 5%;
    text-align: left;
}

    .flex-item-left-process-button button {
        width: 130px !important;
    }

.flex-item-middle-process-button {
    flex: 25%;
}

    .flex-item-middle-process-button button {
        width: 150px !important;
    }

.flex-item-right-process-button {
    flex: 50%;
    text-align: right;
}

.login-form {
    margin-top: 50px;
    margin-bottom: 50px;
}

.scheme-help-text span {
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }

    i.fas.fa-phone {
        font-size: 19px !important;
    }

    .flex-container-single-button-Q10 {
        flex-direction: column;
    }

    .flex-container-single-button-MEDICAL_Q2 {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .flex-container-single-button-SURGERY_Q2 {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .flex-container-process-button {
        flex-direction: column;
    }

    .flex-item-left-process-button button {
        width: 100% !important;
    }

    .flex-item-middle-process-button button {
        width: 100% !important;
    }

    .flex-item-right-process-button button {
        width: 100% !important;
    }

    .progressbar li p.title {
        display: none;
    }
}
