﻿@import "fonts.css";

html, body {
    height: 100%;
}

.round-icon {
    border-radius: 50%;
}

.body-container {
    height: 100%;
}

.logo {
    max-height: 38px;
    height: max-content;
}

.footer-push {
    min-height: 100%;
    margin-bottom: -60px;
}

.push {
    height: 60px;
}

.wrapper {
    max-width: 430px;
    margin: 0 auto;
}


.logo-strip {
    background: #F0E9E0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.wrapper a:hover {
    text-decoration: none;
}

.show {
    top: 24px;
    right: 2px;
    cursor: pointer;
}

.welcome-page {
    padding: 16px;
    padding-top: 60px;
    background: url(../images/sign_in_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .welcome-page li {
        list-style: none;
        padding: 4px;
    }

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page {
    padding: 20px;
}

    .grants-page .card {
        margin-top: 20px;
        border-bottom: 1px solid lightgray;
    }

        .grants-page .card .card-title {
            font-size: 120%;
            font-weight: bold;
        }

            .grants-page .card .card-title img {
                width: 100px;
                height: 100px;
            }

        .grants-page .card label {
            font-weight: bold;
        }

.custom-burger {
    display: inherit;
    cursor: pointer;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 1050px) {
    .large-screen-nav {
        display: none
    }
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

.main-container {
    transition: margin-left .5s;
}

.close-sidebar {
    width: 0px;
    margin-top: 56px;
}

.open-sidebar {
    width: 250px;
    margin-top: 56px;
}

.personal-data-container {
    padding: 20px;
}

.two-fact-auth-container {
    padding: 20px;
}

/* copied these styles over from RAUL because of the way asp-validation-summary works */
.r-alert {
    width: 100%;
    padding: 1rem;
    font-size: .875rem;
    height: auto;
    background-color: #fae8e9;
    border-left: 12px solid #d01a1f;
    border-radius: 2px;
}

    .r-alert .r-alert__heading {
        font-weight: 600;
    }

    .r-alert .r-alert__content {
        padding-bottom: 0.25rem;
        color: rgba(32,39,55,.8);
    }

raul-input .r-form-element__control input[type=email]:read-only,
raul-input .r-form-element__control input[type=number]:read-only,
raul-input .r-form-element__control input[type=password]:read-only,
raul-input .r-form-element__control input[type=search]:read-only,
raul-input .r-form-element__control input[type=tel]:read-only,
raul-input .r-form-element__control input[type=text]:read-only,
raul-input .r-form-element__control input[type=url]:read-only {
    background-color: #ebedee;
    border-color: #ebedee;
    color: #9ba3a7;
    cursor: not-allowed;
}

raul-list label.r-checkbox__label {
    margin-bottom: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

.body-sidenav-open {
    margin-left: 0px
}

@media screen and (min-width: 767px) {
    .body-sidenav-open {
        margin-left: 250px
    }

    body {
        background-image: url(../images/building-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.logo-mh {
    max-height: 70px;
    height: max-content;
    margin: 5px;
}

.register-terms-links {
    font-size: 0.8rem;
}

/*#reset-password-container #privacy-policy-footer-mobile,
#reset-password-container #privacy-policy-footer-desktop,
#reset-password-confirmation #privacy-policy-footer-mobile,
#reset-password-confirmation #privacy-policy-footer-desktop,*/
#registration-page #privacy-policy-footer-desktop,
#registration-page #privacy-policy-footer-mobile {
    display: none !important;
}


#terms-of-service-aside ol[type="1"] {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

    #terms-of-service-aside ol[type="1"] > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }

        #terms-of-service-aside ol[type="1"] > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
        }


#terms-of-service-aside ol[type="a"] {
    list-style-type: lower-alpha;
    margin-left: 1em;
}

    #terms-of-service-aside ol[type="a"] > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: initial;
    }

        #terms-of-service-aside ol[type="a"] > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
        }

#terms-of-service-aside ol[type="i"] {
    list-style-type: lower-roman;
    margin-left: 1em;
}

    #terms-of-service-aside ol[type="i"] > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: initial;
    }

        #terms-of-service-aside ol[type="i"] > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
        }

#terms-of-service-aside ul[type="initial"] {
    list-style: initial;
    margin-left: 1em;
}

    #terms-of-service-aside ul[type="initial"] > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: initial;
    }

@media (min-width: 768px) {
    .md\:r-px-20 {
        width: 32.5rem !important;
    }
}

.inter-font-large-bold {
    font-family: 'InterFontBold', sans-serif !important;
    font-size: 16px !important;
}

.inter-font-large {
    font-family: 'InterFontRegular', sans-serif !important;
    font-size: 16px !important;
}

.inter-font-medium-strong {
    font-family: 'InterFontBold', sans-serif !important;
    font-size: 14px !important;
}

.inter-font-medium {
    font-family: 'InterFontRegular', sans-serif;
    font-size: 14px;
}

.inter-font-small-strong {
    font-family: 'InterFontBold', sans-serif !important;
    font-size: 12px !important;
}

.inter-font-small {
    font-family: 'InterFontRegular', sans-serif !important;
    font-size: 12px !important;
}

.mackinac-medium {
    font-family: 'P22MackinacMedium', sans-serif !important;
    font-size: 24px !important;
}

.mackinac-medium-bold {
    font-family: 'P22MackinacBold', sans-serif !important;
    font-size: 24px !important;
}

.mackinac-extra-bold {
    font-family: 'P22MackinacExtraBold', sans-serif !important;
    font-size: 24px !important;
}

.powered-by-logo {
    max-height: 14px;
    height: max-content;
    margin: 5px;
}

.rounded-button .r-button__content {
    border-radius: 12px !important;
}

.custom-alert .r-alert {
    margin-top: 14px !important;
}

.tick-mark {
    max-height: 68px;
    max-width: 68px;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.custom-ul {
    list-style: disc !important;
    list-style-position: inside !important;
}

raul-checkbox .r-checkbox__label__icon {
    border-radius: 0.3rem !important;
}

.checkbox-disabled .r-checkbox__label__icon {
    cursor: not-allowed !important;
    background-color: #E9EAEB !important;
    border-color: #E9EAEB !important;
}
.terms-of-services {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.privacy-policy {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
}