﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content {
    min-height: 35vw;
}

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

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn-link:not(.item) {
    color: var(--blue) !important;
}

.content {
    padding-top: 1.1rem;
}

.invalid:not(.mud-input-error), .input-mask .mud-input-error fieldset {
    outline: 1px solid #e50000;
}

.input-mask fieldset {
    border: 1px solid var(--gray-40) !important;
}

.validation-message {
    color: var(--danger);
    font-weight: 500;
}

h1:focus {
    outline: none;
}

body {
    font-family: var(--font-family-sans-serif);
    margin: 0;
}

input, select {
    background-color: unset;
    border-radius: 3px;
    border: 1px solid var(--gray-60);
    padding: 8px 15px !important;
}

select {
    padding: 10px 15px !important;
}

textarea {
    resize: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
}

input[type=date].placeholder-val, input::placeholder {
    color: var(--gray-60);
}

select.placeholder-val option:first-of-type {
    font-style: italic !important;
    font-weight: 300;
}

.grey-box h2 {
    font-size: 1.25rem;
}

.grey-box .flex-column label {
    display: block;
}

.ensure-grey-border .grey-box-input .border {
    border-color: var(--gray-40) !important;
}

.ensure-grey .grey-box-input .border {
    border-color: var(--black) !important;
}

.grey-box, .grey-box-input .mud-input, .grey-box-input input {
    background-color: var(--gray-05);
    border-radius: 3px;
    border: 1px solid var(--gray-40);
}

.ensure-grey input.grey-box, .ensure-grey .grey-box-input input {
    background-color: var(--gray-05) !important;
    border-color: var(--black) !important;
}

.grey-box input, .grey-box select, .grey-box .mud-autocomplete {
    background-color: var(--white);
    border-color: var(--black);
}

.optional {
    font-style: italic;
    color: var(--gray-60);
}

.validation-errors {
    background-color: var(--gray-05);
    border: 1px solid var(--gray-60);
    width: fit-content;
    padding: 0.5rem 3rem;
    border-radius: 3px;
    margin-top: 1rem;
}

.headed-box {
    border: 1px solid;
    border-radius: 2px;
}

    .headed-box.blue-box {
        border-color: var(--blue);
    }

    .headed-box .box-heading {
        font-size: 1.125rem;
        font-weight: 500;
    }

        .headed-box .box-heading button {
            color: var(--white);
            margin-top: -5px;
        }

    .headed-box.blue-box .box-heading {
        background-color: var(--blue);
        color: var(--white);
    }


/*Flex col sizes*/
.extra-small-col {
    width: 7%;
}

.small-col {
    width: 10%;
}

.smaldium-col {
    width: 18%;
}

.large-col {
    width: 49.5%;
}

.medium-col {
    width: 21%;
}

.med-large-col {
    width: 30%;
}

.full-col {
    width: 100%;
}

.large-wrap-col {
    width: 85%;
}

.small-wrap-col {
    width: 15%;
}

.flex-column input, .flex-column select {
    width: 100%;
}

.flex-column.max input, .flex-column.max select, .flex-column.max:not(.wide) .mud-autocomplete.mud-select, .flex-column.max .input-mask .mud-input {
    max-width: 17rem;
}

.flex-column.max.wide .mud-autocomplete.mud-select {
    max-width: 54%;
}

    .flex-column.max.wide .mud-autocomplete.mud-select input {
        max-width: -webkit-fill-available;
    }

.flex-column select {
    height: 2.3rem;
    padding: 0.5rem !important
}

@media screen and (max-width: 480px) {
    .small-flex {
        flex-wrap: wrap;
    }
}


/*borders*/
.border-left {
    border-left: 1px dashed black;
}

.border-top.dotted {
    border-top-style: dashed !important;
    border-color: black !important;
}

.bordered {
    border: 1px solid var(--gray-20);
    border-radius: 3px;
}



/*custom placeholders on dates*/
/*custom placeholders on dates*/
/*
input.month-picker.empty:not(:focus):not(.modified),  {
    color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

    input.month-picker.empty:not(:focus):not(.modified) + .month-placeholder {
        visibility: visible;
    }*/
/*
.month-placeholder {
    position: absolute;
    margin-top: -29px;
    margin-left: 15px;
    opacity: 0.6;
    visibility: hidden;
    pointer-events: none;
}

*/





.text-area-div {
    width: 65.4%;
    height: 7rem;
}

.emp-rm-btn {
    margin: -5px;
}

.rel-emp-address {
    font-weight: 400;
    position: relative;
    bottom: -0.5rem;
}

#submitted-checkmark-img {
    width: 7rem;
    filter: invert(35%) sepia(91%) saturate(405%) hue-rotate(95deg) brightness(97%) contrast(95%);
    border: 2px solid #118847;
    padding: 1rem;
    border-radius: 100%;
}

#submitted-checkmark-container {
    text-align: center;
}

.move-top {
    margin-top: -1.5rem !important;
}

.pre-line {
    white-space: pre-line;
}

a:not(.ontario-footer__link) {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration: underline !important;
}

.select-clear-button, .select-clear-button img {
    width: 25px;
    height: 25px;
    filter: invert(39%) sepia(1%) saturate(1425%) hue-rotate(356deg) brightness(103%) contrast(96%);
    position: absolute;
}

    .select-clear-button.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

.dialog-background-title {
    background-color: var(--blue);
    color: white;
    font-size: 1.25rem;
}

.actions {
    justify-content: space-between !important;
}

.overwrite-invalid {
    outline: unset !important;
}

.mud-autocomplete .border fieldset {
    display: none !important;
}

.invalid-autocomplete .mud-autocomplete .border fieldset {
    display: block !important;
    outline: 1px solid #e50000;
    border-radius: 3px;
    border: 1px solid var(--gray-40);
}

.invalid-autocomplete .mud-autocomplete .border-black fieldset {
    border-color: var(--black);
}

.full-width .mud-autocomplete {
    max-width: none;
}

.mud-autocomplete .mud-input {
    padding: 1px;
}

@media (max-width: 768px) {
    .mud-button {
        width: 100%;
    }

    .address-form.box-body, .emp-info .pl-4, .emp-info .pr-4 {
        padding: 0 !important;
    }

    .coresident-same-address .mud-tooltip-root button {
        padding: 0 !important;
    }

    .emp-name-div.ml-4 {
        margin-left: 0 !important;
    }
}

@media (max-width: 990px) {
    .date-section.border-left {
        border-left: none;
        padding-left: 0 !important;
        border-top: 1px dashed black;
        padding-top: 1rem;
    }

    .fingerprint-scanning-options {
        flex-wrap: wrap;
    }

    .fingerprint-scanning-options h5.fs-5 {
        font-size: 1rem !important;
    }

    .fingerprint-scanning-options .big-icon {
        font-size: 3rem !important;
    }

    .scan-option.pa-6.border-b-4.w-100 {
        padding: 1.5rem 0.5rem !important;
        border-bottom-width: 1px !important;
        border-radius: 25px;
    }

}

.border-grey {
    border-color: var(--gray-40) !important;
}

.min-width-0 {
    min-width: unset !important;
    width: fit-content !important;
}

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

.mud-autocomplete .mud-input-control-helper-container {
    display: none;
}

.pseudo-summary {
    width: fit-content;
    border-color: var(--danger);
    min-width: 20rem;
    background-color: var(--gray-05);
}

.fit-content {
    width: fit-content;
}

ul.checks {
    list-style: none;
}

ul.checks li::before {
    content: '✓';
    margin-right: 0.5rem;
}


@media (max-width: 768px) {
    .ref-div .bordered {
        border: none !important;
    }
}

.height-10 {
    height: 10rem;
}

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