/* Custom check box form element */
.custom-checkbox {
    position: relative;
}

.custom-checkbox > input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox > p {
    margin: 0px 0px 0px 34px;
    display: inline-block;
    vertical-align: top;
}

.custom-checkbox > .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #8daff2;
    margin-top: 3px;
    cursor: pointer;
    background-color: #fff;
}
.custom-checkbox.error > .checkmark {
    border: 1px solid #fd8434;
}
.custom-checkbox.error p {
    background: url("../../images/ui/error-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.custom-checkbox > .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox > input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox > .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #1349b7;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom multiple select field */
.custom-multiple-select-field > select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 15px 20px 15px 20px;
    -webkit-padding-end: 20px !important;
    -webkit-padding-start: 20px !important;
}

.custom-multiple-select-field > select > option {
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    margin-bottom: 10px;
}

/* Custom input button combo */
.custom-input-with-button {
    height: 50px;
    max-width: 339px;
    width: 100%;
    position: relative;
}

.custom-input-with-button > input[type="text"] {
    width: 229px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e6edfc;
    height: 100%;
    color: #1349b7;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    padding: 0px 16.5px 0px 16.5px;
    -webkit-padding-end: 40px !important;
    -webkit-padding-start: 16.5px !important;
    font-weight: 300;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0px;
}

.custom-input-with-button > input[type="submit"] {
    max-width: 110px;
    height: 50px;
    position: absolute;
    right: 12px;
}

/* Custom textarea form element */
.custom-textarea-field > textarea {
    border: 1px solid #e8effc;
    width: 100%;
    height: 160px;
    padding: 20px 13px 0px 16px;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 300;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1349b7;
    border-radius: 0px;
    box-shadow: none;
}

.custom-textarea-field.error > textarea {
    border: 1px solid #fd8434;
    color: #fd8434;
}

/* Custom radio form element */
.custom-radio-field {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 17px;
    width: 50px;
    font-family: "gt-walsheim-pro" !important;
    margin: 0px !important;
    z-index: 1;
}
.custom-radio-field #male,
.custom-radio-field #female {
    width: 80px;
}
.custom-radio-field > p {
    margin: 0px 0px 0px 24px;
}

.custom-radio-field > .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #8daff2;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
}

.custom-radio-field input:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1349b7;
}

/* Custom select form element */
.custom-select-field {
    position: relative;
    height: 64px;
}

.custom-select-field::after,
.custom-select-field-transparent::after {
    position: absolute;
    content: "";
    border: solid #1349b7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.custom-select-field::after {
    right: 18px;
    top: 24px;
}

.custom-select-field-transparent::after {
    top: 12px;
    right: 8px;
}

.custom-select-field > select {
    height: 100%;
    border: 1px solid #e8effc;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 40px 0px 16.5px;
    -webkit-padding-end: 40px !important;
    -webkit-padding-start: 16.5px !important;
    cursor: pointer;
    position: relative;
    background-color: white;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 300;
    color: #1349b7;
}
.custom-select-field > select::-ms-expand {
    display: none;
}
.custom-select-field-transparent {
    height: 40px;
    position: relative;
}

.custom-select-field-transparent > select {
    height: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 25px 0px 10px;
    -webkit-padding-end: 25px !important;
    -webkit-padding-start: 10px !important;
    cursor: pointer;
    position: relative;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    color: #1349b7;
}

.custom-select-field-transparent > select.error {
    border: 1px solid #fd8434;
    color: #fd8434;
}

.select2-results__message,
.loading-results {
    font-size: 14px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    color: #000000;
}

.select2-search__field {
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    color: #1349b7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e6edfc;
}

.select2-dropdown {
    border-color: #e6edfc;
}

.custom-select-field .select2-selection--single {
    height: 64px !important;
    border-radius: 0px !important;
    border: 1px solid #e8effc !important;
}

.custom-select-field .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.custom-select-field .select2-selection--single .select2-selection__rendered {
    margin-top: 19px;
}

.custom-select-field .select2-container {
    width: 100% !important;
}

.custom-select-field
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 300;
    margin-left: 10px;
}

.custom-select-field.error > select {
    border: 1px solid #fd8434;
    color: #fd8434;
}

.custom-select-field.error > select::placeholder {
    color: #fd8434;
}

/* Custom select field small */
.custom-select-field-small {
    position: relative;
    height: 40px;
}

.custom-select-field-small::after {
    position: absolute;
    content: "";
    border: solid #8daff2;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 13px;
    top: 14px;
}

.custom-select-field-small > select {
    height: 100%;
    border: 1px solid #e8effc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 30px 0px 11px;
    -webkit-padding-end: 30px !important;
    -webkit-padding-start: 11px !important;
    cursor: pointer;
    position: relative;
    background-color: white;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 300;
    color: #1349b7;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Custom time field */
.custom-time-field > input {
    height: 64px;
    color: #1349b7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "gt-walsheim-pro" !important;
    border: 1px solid #e6edfc;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    box-sizing: border-box;
    padding-left: 16.5px;
}

.custom-time-field.error > input {
    border: 1px solid #fd8434;
    color: #fd8434;
}
textarea {
    resize: none;
}
/* Custom input field */
.custom-input {
    height: 65px;
    position: relative;
}

.custom-input > input {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e6edfc;
    height: 100%;
    color: #1349b7;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    padding: 0px 40px 0px 16.5px;
    -webkit-padding-end: 40px !important;
    -webkit-padding-start: 16.5px !important;
    font-weight: 300;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0px;
    position: relative;
}

.custom-input > input[type="date"] {
    padding-right: 0px !important;
}

.custom-input.error > input {
    border: 1px solid #fd8434;
    color: #fd8434;
    z-index: 2;
}

.custom-input.error > input::placeholder {
    color: #fd8434;
}

.custom-input.error::after {
    content: url("../../images/ui/error-icon.png");
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 3;
}

.form-error > p {
    font-weight: 300;
    color: #fd8434 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
}
.form-error > span p {
    background: url(../../images/ui/error-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    font-weight: 300;
    color: #fd8434 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
}
.form-error > p > span {
    color: #fd8434 !important;
}

.form-error br {
    display: none !important;
}

.form-success > p {
    font-weight: 300;
    color: #61b2f5 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
}

/* Buttons */
.blue-submit-button,
.green-submit-button,
.clear-submit-button{
    width: 170px;
    height: 64px;
    cursor: pointer;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 9px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    border: none;
    -webkit-font-smoothing: antialiased;
}

.blue-submit-button,
.green-submit-button{
    color: white;
}
.clear-submit-button{
    color: white;
}

a.blue-submit-button,
a.green-submit-button,
a.clear-submit-button{
    padding-top: 20px;
    text-align: center;
}

a.blue-submit-button:hover,
a.green-submit-button:hover,
a.blue-submit-button:focus,
a.green-submit-button:focus{
    color: #fff;
}
a.clear-submit-button:hover,
a.clear-submit-button:focus{
    color: #1349B7;
}
.green-submit-button {
    background-color: #008a03;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 138, 3, 0.3);
    -moz-box-shadow: 0 3px 0 0 rgba(0, 138, 3, 0.3);
    box-shadow: 0 3px 0 0 rgba(0, 138, 3, 0.3);
}
.clear-submit-button{
    background-color: #8DAFF2;
    -webkit-box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
    -moz-box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
    box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
}
.blue-submit-button {
    background-color: #1349b7;
    -webkit-box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
    -moz-box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
    box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.2);
}
.blue-submit-button:hover {
    cursor: pointer;
}
.transparent-button {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
}

.green-button,
.orange-button,
.blue-button {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 40px;
    padding: 10px 11px 8px 11px;
    box-sizing: border-box;
}

.green-button {
    box-shadow: 0 3px 0 0 rgba(0, 138, 3, 0.3);
    background-color: #008a03;
}

.blue-button {
    box-shadow: 0 3px 0 0 rgba(0, 138, 3, 0.3);
    background-color: #1349b7;
}

.orange-button {
    box-shadow: 0 3px 0 0 rgba(227, 92, 2, 0.3);
    background-color: #e35c02;
}

.red-button {
    background-color: #d83030;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 9px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: 0 3px 0 0 rgba(216, 48, 48, 0.3);
    -moz-box-shadow: 0 3px 0 0 rgba(216, 48, 48, 0.3);
    box-shadow: 0 3px 0 0 rgba(216, 48, 48, 0.3);
    width: 170px;
    height: 64px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    border: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding-top: 20px;
}

.red-button:hover,
.red-button:focus {
    color: white;
}

/* Button group */

.btn-group .btn-default {
    margin-right: 20px;
}

.btn-default {
    border: none;
    font-size: 20px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #1349b7;
    border: none;
    border-bottom: 4px solid #1349b7;
    background: none;
}

.white-square-button {
    height: 64px;
    border: 1px solid #e8effc;
    box-shadow: 0px 2px 0px #e8effc;
    box-sizing: border-box;
}

/* Misc */
.stacked-form-field {
    margin-top: -1px;
}

.date-input-field::after {
    content: url("../../images/ui/calendar-icon.svg");
    position: absolute;
    right: 15px;
    top: 20px;
}

.accompanying-placeholder-container {
    border-top: 1px solid #e6edfc;
    border-left: 1px solid #e6edfc;
    border-bottom: 1px solid #e6edfc;
    box-sizing: border-box;
    position: relative;
    padding-left: 16.5px;
}

.condition-review ol {
    margin-left: 0px;
    padding-left: 18px;
}

.condition-review ol li {
    font-size: 16px;
    line-height: 24px;
}

p.improvement {
    font-weight: bold;
    margin-bottom: 0px;
}
.add-improvement {
    background: #f4f8ff;
    width: 100%;
    max-width: 478px;
    float: left;
}
.add-improvement .custom-select-field {
    max-width: 258px;
    float: left;
}
.add-improvement button {
    float: right;
}
.content-section {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #exampleModal .modal-dialog {
        width: initial;
        max-width: 780px;
    }
    #confirmModal .modal-dialog {
        width: initial;
        max-width: 620px;
    }
}

#exampleModal h5 {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    background: url("../../images/ui/cup.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #161e33;
    background-size: 20px 20px;
    padding-left: 30px;
}
#exampleModal .modal-content {
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
}
#exampleModal .modal-header {
    border-bottom: 0px;
    padding: 30px 30px 10px 30px;
}
#exampleModal .modal-body {
    padding: 0 30px 0 30px;
}
#exampleModal .modal-footer {
    padding: 20px;
    border-top: 0px;
}
#exampleModal textarea {
    border-radius: 0px;
    max-width: 721px;
    height: 159px;
    border: solid 1px #e6edfc;
    padding: 20px;
    margin-bottom: 20px;
}

#exampleModal .close,
#confirmModal .close {
    background: url("../../images/ui/close-icon-blue.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
#exampleModal .cancel {
    position: absolute;
    right: 200px;
    font-size: 16px;
    line-height: 24px;
    height: 64px;
    bottom: 0px;
    color: #1349b7;
    background: none;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
}

#confirmModal .modal-header {
    border-bottom: 0px;
    padding-left: 0px;
    padding-top: 20px;
}
#confirmModal .modal-body {
    padding: 20px 30px;
    color: #161e33;
    background: none;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
}
#confirmModal .modal-footer {
    border-top: 0px;
}
#confirmModal h4 {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    color: #161e33;
    background-size: 20px 20px;
    padding-left: 30px;
}
.error-message {
    padding-left: 40px;
    color: #fd8434 !important;
    padding-bottom: 20px;
    font-size: 16px;
    display: none;
}

.select-error > select {
    border: solid 2px #fd8434;
    color: #fd8434;
    background: url("../../images/ui/error-icon.png");
    background-repeat: no-repeat;
    background-position: right 10px top 18px;
}
.select-error:after {
    border: 0px;
}
#goals_history_table td {
    border-top: initial;
}
#goals_history_table th {
    border-bottom: 1px solid #e6edfc;
}
#goals_history_table th,
#goals_history_table .main-cells td {
    width: 20%;
    padding: 6px 15.5px 6px 15.5px;
    min-height: 60px;
    height: 60px;
}
#goals_history_table .main-cells tbody tr > td {
    border: solid 1px #e6edfc;
}
#goals_history_table .goal_outcome th {
    padding-left: 0px;
}
#goals_history_table .goal_outcome th:nth-child(2) {
    padding-left: 0px;
    width: 440px;
    display: block;
}
.main-cell {
    padding: 0px !important;
}
.main-cells {
    width: 100%;
}
.main-cells > td {
    border: 1px solid #e6edfc;
    color: #1349b7;
    font-size: 16px;
    line-height: 22px;
}

#goals_history_table .main-cells .td-collapse {
    min-height: initial;
    height: initial;
    padding: 0px;
    border: 0px;
    border-top: 0px !important;
}
.goal_outcome_actions {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    min-height: 85px;
    margin-bottom: 20px;
    border-bottom: solid 3px #e6edfc;
}
.goal_outcome_actions .save_score {
    position: absolute;
    right: 318px;
    bottom: 30px;
}
.goal_outcome_actions .cancel_button {
    height: 60px;
    position: absolute;
    right: 220px;
    font-size: 16px;
    font-family: "gt-walsheim-pro" !important;
    color: #1349b7;
    font-weight: 500;
    border: 0px;
    background-color: initial;
    line-height: 24px;
    bottom: 30px;
    display: none;
}
.main-cells tr:nth-child(even) {
    background-color: initial !important;
}
.main-cells .td-outer {
    background-color: #f4f8ff;
}
#goals_history_table .modal_goal td {
    border: 0px !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    padding-left: 20px;
    padding-right: 20px;
}
#goals_history_table .modal_goal th {
    border: 0px !important;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal_goal .table,
.goal_outcome .table {
    background-color: initial !important;
}
#goals_history_table td {
    background: initial;
}
#goals_history_table .goal_outcome th {
    border-bottom: none !important;
}
.goal_outcome td {
    width: initial;
}
.goal_outcome {
    padding: 0 20px;
}
.outcome-width {
    width: 290px;
}
#goals_history_table .goal_outcome th {
    min-height: initial;
    height: initial;
}
.goal_outcome th {
    border-bottom: 0px;
}
.goal_outcome .custom-select-field {
    max-width: 326px;
    width: 326px;
}
.goal_outcome textarea {
    width: 100%;
    height: 151px !important;
    resize: none;
    border: solid 1px #e6edfc;
    border-radius: 0px;
    float: right;
    padding: 20px;
}
.outcome-div {
    width: 300px;
}
.goal-cell {
    width: 295px;
}
.goal_outcome {
    padding-left: 20px;
}
.goal_outcome .reset_condition_review_option {
    display: none !important;
}
.condition-review-title {
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    font-family: "gt-walsheim-pro" !important;
    height: 60px;
    color: #fff;
    background-color: #008a03;
    padding-left: 20px;
}
.view_condition_review_option {
    background-color: initial;
    border: 0px;
    font-family: "gt-walsheim-pro" !important;
    color: #008a03;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
}
#goals .btn-edit {
    background-color: initial;
    border: none;
    background: url("../../images/ui/edit.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
}
#goals .remove_condition_review_option {
    background-color: initial;
    border: none;
    background: url("../../images/ui/delete.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
}
#goals .btn-edit:active,
#goals .remove_condition_review_option:active {
    box-shadow: initial;
}
.previous-condition ul {
    padding-left: 15px;
}
.previous-condition ul li {
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
}
#endConsultation .close:hover {
    opacity: 0.2;
}

#endConsultation .modal-body {
    padding: 20px 60px 20px 0px;
}

#endConsultation .custom-textarea-field > textarea {
    height: 94px;
}
#endConsultation p {
    font-size: 16px;
    line-height: 24px;
}
#vaccine_questions .custom-select-field {
    width: 248px;
}

.custom-date-input {
    border: solid 1px #e6edfc;
    height: 64px;
    width: 249px;
    background: url("../../images/ui/calendar-icon.svg");
    background-repeat: no-repeat;
    background-position: right 16px top 20px;
}
.custom-date-input input {
    border: 0px;
    background: none;
}
.print-icon:hover {
    cursor: pointer;
}
.vaccination-footer {
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    width: calc(100% - 20px);
    padding: 30px 30px;
    max-width: 984px;
}

.vaccination-footer .title {
    font-size: 18px;
    line-height: 24px;
    color: #161e33;
    font-weight: 500;
}
.vaccination-footer p {
    font-size: 16px;
    line-height: 24px;
    color: #161e33;
    font-weight: 400;
}
.vaccination-footer p a {
    font-size: 16px;
    color: #d83030;
    text-decoration: underline;
}

.product-image img {
    max-width: 70px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.product-subtitle {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    min-height: 48px;
}

.product-dosage {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
}

.green-submit-button span {
    padding-left: 22px;
    background: url("../../images/ui/tick-white.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
}
.clear-submit-button span {
    padding-left: 22px;
    background: url("../../images/ui/tick-white.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
}
/*Migrane page */
.warning-tile {
    background: rgba(254, 145, 145, 0.2);
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 9px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    padding: 23px 30px 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 3px 0 0 rgba(254, 145, 145, 0.3);
}
.blue-warning {
    background: rgba(141, 175, 242, 0.2);
    box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.3);
}
.warning-tile .content-subtitle {
    background: url("../../images/ui/warning.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 28px;
    line-height: 25px;
    padding-left: 35px;
    padding-top: 2px;
}
.warning-tile a {
    color: #1349b7;
}
.follow-up-table th {
    min-height: 62px;
    background: #1349b7 !important;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    padding: 20px 10px;
    font-weight: 500;
}
.follow-up-table .btn {
    background: none;
    border: none;
    color: #1349b7;
    text-decoration: underline;
    font-size: 16px;
    line-height: 22px;
}
.follow-up-table .btn:hover {
    background: none;
    color: #1349b7;
}
.answers-table td,
.follow-up-table td {
    color: #161e33;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    min-height: 62px;
    border: 1px solid #e6edfc;
    padding: 20px 10px;
}
.follow-up-table {
    color: #1349b7;
}
.answers-table th {
    font-family: "gt-walsheim-pro" !important;
    font-size: 16px;
    font-weight: 500;
    color: #161e33;
}
.answers-table tbody tr td:first-child {
    width: 15%;
    color: #1349b7;
}

.answers-table tbody tr td:last-child {
    color: #1349b7;
}
#div_condition_overview .answers-table tbody tr td:last-child ul li {
    color: #1349b7;
}
.answers-table tbody tr td:last-child ul {
    padding-left: 20px;
}
.condition-instructions {
    background: url("../../images/ui/info.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    padding-right: 28px;
    line-height: 25px;
}
#div_condition_overview ul {
    padding-left: 15px;
}

#div_condition_overview ul li {
    font-family: "gt-walsheim-pro" !important;
    font-size: 16px;
    line-height: 31px;
    color: #161e33;
}

.condition-tabs a {
    font-family: "gt-walsheim-pro" !important;
    color: #6c7383;
    font-size: 20px;
    line-height: 24px;
}
.condition-tabs a:active {
    color: green;
}

.condition-box-shadow {
    padding: 30px;
    border-bottom: solid 3px #e6edfc;
    font-family: "gt-walsheim-pro" !important;
}

.condition-box-shadow a {
    color: #1349b7;
}
.condition-tabs a {
    font-family: "gt-walsheim-pro" !important;
    color: #6c7383;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.condition-tabs a:hover {
    color: #1349b7;
}
.condition-tabs .active {
    color: #1349b7;
}

.condition-no-shadow {
    padding: 30px;
}
.content-header {
    background-color: white;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: calc(100% - 20px);
    margin: 0px auto;
    padding: 23px 30px 30px 30px;
    box-sizing: border-box;
}
.content-bottom {
    background-color: white;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 9px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    width: calc(100% - 20px);
    margin: 0px auto;
    padding: 23px 30px 30px 30px;
    box-sizing: border-box;
}
#review_group_questions table tbody tr td {
    font-family: "gt-walsheim-pro" !important;
    color: #1349b7;
    font-size: 16px;
    line-height: 22px;
}
#review_group_questions table tbody tr td:first-child {
    width: 480px;
    color: #161e33;
}
.condition_review_graph_container .panel-default > .panel-heading {
    color: #fff;
    background-color: initial;
    font-family: "gt-walsheim-pro" !important;
    font-size: 16px;
    line-height: 24px;
    border: 0px;
    color: #161e33;
}

.error-cell {
    display: none;
}
.condition_review_graph_container .panel-default {
    border: 0px;
}
.question_container a {
    text-decoration: none;
}
#product-presentation-selected-label {
    color: #e35c02;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
}
.decline_consultation_on_modal_from_possible_contraindication {
    width: 150px;
}
.consultation-table {
    color: #6c7383;
}
.consultation-table.active {
    color: #1349b7;
    text-decoration: underline;
}

.home-pagination,
.patient-pagination {
    float: right;
    font-family: "gt-walsheim-pro" !important;
    color: #1349b7;
    padding-top: 5px;
}

.no-consultations {
    background: url("../../images/ui/tick-green.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 30px;
    line-height: 25px;
    font-weight: 300;
}

.consultation-alert-info {
    background-color: #f4f8ff;
    padding: 20px;
}
.consultation-alert-info p {
    font-family: "gt-walsheim-pro" !important;
    font-size: 16px;
    line-height: 22px;
    color: #161e33;
    font-weight: 300;
}

.consultation-alert-info h3 {
    margin-top: 0px;
}

.consultation-alert-info h3 span {
    font-family: "gt-walsheim-pro" !important;
    color: #161e33;
    font-size: 22px;
    line-height: 31px;
    background: url("../../images/ui/info.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 24px;
    padding-right: 40px;
}

.consultation-summary-details td {
    font-family: "gt-walsheim-pro" !important;
    font-size: 16px;
    line-height: 22px;
    color: #161e33;
    padding: 6px;
}
.consultation-summary-details td:first-child {
    text-align: right;
    font-weight: 300;
}
.consultation-summary-details td:nth-child(2) {
    text-align: left;
    font-weight: 500;
}

.consultation-summary-button {
    width: 257px;
    height: 65px;
    border: solid 2px #e6edfc;
    margin-top: 15px;
    margin-right: 50px;
    text-align: center;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
    box-shadow: 0 2px 0 0 rgb(230, 237, 252, 1);
    font-size: 14px;
    line-height: 65px;
    display: block;
    float: left;
}
.print-button {
    background: url("../../images/ui/printer-icon.png");
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
    background-size: 20px 20px;
}
.download-button {
    background: url("../../images/ui/download-icon.svg");
    background-repeat: no-repeat;
    background-position: left 20px top 20px;
    background-size: 20px 20px;
}

.medecine-button {
    font-size: 20px;
    line-height: 24px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    box-shadow: none !important;
}
.medecine-button:hover {
    box-shadow: none;
}

.patient-advice strong {
    font-weight: 500;
}
.declined-collapse {
    background: url("../../images/ui/down-arrow-blue.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 20px;
}

.patient-advice {
    background: url(../../images/ui/down-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: left 0 top 6px;
    background-size: 20px;
}
#panel-places-and-activities ul {
    list-style-type: none;
}
#panel-places-and-activities ul li {
    margin-bottom: 0px;
}
#panel-places-and-activities ul li p {
    margin-bottom: 0px;
}
#panel-destinations p {
    margin-bottom: 0px;
}
#panel-conditions p {
    margin-bottom: 0px;
}
#panel-questions p {
    margin-bottom: 0px;
}

.elite-consultation .download-button {
    margin-right: 25px;
}
.elite-consultation-questions {
    padding: 0px;
}
.elite-consultation-questions .panel-default > .panel-heading {
    color: #fff;
    background-color: initial;
    border: 0px;
    border-radius: 0px;
}
.elite-consultation-questions .panel-default > .panel-heading h4 a {
    font-size: 22px;
    color: #1349b7;
    line-height: 31px;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    padding-left: 30px !important;
}
.elite-consultation-questions > .panel-default {
    border: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.elite-consultation-questions .panel-title > a {
    color: #1349b7;
    text-decoration: none;
    font-family: "gt-walsheim-pro" !important;
    background: url(../../images/ui/down-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
}

.elite-consultation-questions .panel-default {
    border-radius: 0px;
    border: 0px;
}
.elite-consultation-questions .table > tbody > tr > td {
    border-top: 0px;
    padding: 0px;
    color: #161e33;
    font-family: "gt-walsheim-pro" !important;
}
.elite-consultation-questions .table > tbody > tr > td b {
    font-weight: 500;
}
.elite-consultation-questions .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nhs-commission {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.nhs-commission a {
    font-family: "gt-walsheim-pro" !important;
    color: #1349b7;
}
@media screen and (min-width: 768px) {
    #snomedModal .modal-dialog {
        width: initial;
        max-width: 620px;
    }
}
#snomedModal h4 {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    color: #161e33;
    background-size: 20px 20px;
    padding-left: 30px;
}
#snomedModal .close {
    background: url(../../images/ui/close-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
#snomedModal .modal-header {
    border-bottom: 0px;
    padding-left: 0px;
    padding-top: 20px;
}
#snomedModal .modal-body {
    padding: 20px 30px;
    color: #161e33;
    background: none;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
}
#snomedModal .modal-footer {
    border-top: 0px;
}
#snomedModal .modal-content {
    border-radius: 10px;
}
#vaccines_table .row_action {
    background-color: initial;
    border: none;
    background: url(../../images/ui/edit.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
}
.provision-modal .custom-select-field,
.provision-modal .custom-input,
.provision-modal .custom-textarea-field {
    max-width: 418px;
    margin-bottom: 15px;
}
.provision-modal .custom-date-input {
    width: 418px;
}
.custom-textarea {
    resize: none !important;
}
#declarationsModal .modal-body {
    padding: 0px;
}

.cookieinfo {
    background-color: #1349b7 !important;
    width: 600px !important;
    height: 360px !important;
    box-sizing: border-box;
    -webkit-border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 9px;
    -moz-border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 9px;
    -moz-border-bottom-left-radius: 0px;
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
    padding-left: 131px !important;
    padding-right: 131px !important;
    padding-top: 115px !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
    box-shadow: 0 15px 40px rgba(19, 73, 183, 0.3);
    top: 50% !important;;
    left: 50% !important;;
    transform: translate(-50%, -50%) !important;;
}
.cookieinfo span {
    text-align: center;
    display: block;
}
.cookieinfo span a {
    color: #fff !important;
    text-decoration: underline !important;
}
.cookieinfo-close {
    color: #fff !important;
    font-size: 22px;
    font-weight: 500;
    background: initial !important;
    border: 0px;
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 220px;
}
.supply-record td {
    font-size: 16px;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
    border: 1px solid #e6edfc;
}
#ConfirmRemoveVaccineDose .modal-content {
    border-top-left-radius: 9px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0px;
}

#ConfirmRemoveVaccineDose .modal-header {
    border-bottom: 0px;
    padding: 30px 30px 10px 30px;
}
#ConfirmRemoveVaccineDose h4 {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.35px;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    font-weight: 500;
    color: #161e33;
}
#ConfirmRemoveVaccineDose .modal-body {
    padding: 0 30px 0 30px;
    font-family: "gt-walsheim-pro" !important;
}
#ConfirmRemoveVaccineDose .modal-footer {
    padding: 20px;
    border-top: 0px;
}
#ConfirmRemoveVaccineDose strong {
    font-weight: 500;
}
#ConfirmRemoveVaccineDose .close {
    background: url(../../images/ui/close-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
#cancel-remove-vaccine-dose {
    position: absolute;
    right: 200px;
    font-size: 16px;
    line-height: 24px;
    height: 64px;
    bottom: 0px;
    color: #1349b7;
    background: none;
    font-family: "gt-walsheim-pro" !important;
    font-weight: 500;
    border: 0px;
}
#cancel-remove-vaccine-dose:hover {
    border: 0px;
}
#renewal_date_date_picker {
    color: #6c7383;
    font-size: 16px;
    line-height: 22px;
    font-family: "gt-walsheim-pro" !important;
}
#table-container table tr td {
    width: 90px;
}
#table-container .sortable {
    position: relative;
}
#table-container .fa-unsorted:before,
#table-container .fa-sort:before {
    position: absolute;
    content: "";
    border: solid #8daff2;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: -15px;
    top: -12px;
}
#table-container .fa-sort-up:before {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    content: "";
    top: -8px;
}
#page_numbers {
    float: left;
}
#next-buttons {
    float: left;
    padding-top: 20px;
    line-height: 32px;
}
#next-buttons a {
    font-size: 16px;
    color: #1349b7;
    margin-left: 10px;
    font-weight: 500;
}
#page_numbers ul {
    list-style-type: none;
}
#page_numbers ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #1349b7;
    font-family: "gt-walsheim-pro" !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 40px;
    height: 40px;
    font-weight: 500;
}
#page_numbers ul li.active_page {
    background: #1349b7;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    color: #fff !important;
}

.full-width-list li {
    width: 100%;
}
.country-list li {
    width: 50%;
    float: left;
}

.datepicker-readonly {
    background-color: white !important;
    cursor: pointer !important;
}

.datepicker-readonly::placeholder {
    color: #1349b7 !important;
}
.datepicker-readonly:disabled {
    background-color: #F1F1F1 !important;
    cursor: default !important;
}

img.img-test-options {
    max-width: 40%;
    max-height: 30%;
}

img.img-result-strength {
    max-width: 70%;
    max-height: 70%;
}

.margin-right-negative-120 {
    margin-right: -120px;
}

.margin-right-negative-10 {
    margin-right: -10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.question-container .left {
    min-width: 60%;
    align-self: flex-start;
}
.background-color-none {
    background-color: initial !important;
}

.width-32-percent {
    width: 32%;
}

.info-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    padding: 20px;
    background: rgba(141, 175, 242, 0.2);
    box-shadow: 0 3px 0 0 rgba(141, 175, 242, 0.3);
    margin-bottom: 17px;
}

.warning-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    padding: 20px;
    background-color: rgba(253, 132, 52, 0.2);
    box-shadow: 0px 3px 0px 0px rgba(253, 132, 52, 0.33);
    margin-bottom: 17px;
}
.lite_warning-box {
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border: 1px solid #E56008;
    padding: 17px 20px 20px 20px;
    margin-bottom: 17px;
}

#medical-question-history-answers-table tbody tr td:first-child {
    width: 60% !important;
    color: #1349b7;
}

.unselectable-text {
    user-select: none;
}