﻿body {
    font-size: 1.3rem;
}

a {
    color: #545891 !important;
}

input[type='checkbox'] {
    accent-color: #0BC9F8;
}

.btn, .btn-edit {
    font-size: 1.3rem;
}

.form-control {
    font-size: 1.3rem !important;
}

@font-face {
    font-family: 'SansPro-Light';
    src: url("/fonts/alphabet/AlphabetSansPro-Light.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'SlabPro-Light';
    src: url("/fonts/alphabet/AlphabetSlabPro-Light.woff2") format('woff2');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility
}

@media (max-width: 1024px) {
    .footer-inner {
        margin-right: auto !important;
    }
}

/* Bootstrap */
.btn {
    padding: 10px;
    font-weight: bold;
    border-radius: 2px;
}

.btn-primary {
    background-color: #00095B;
    border-color: #00095B;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:active {
        color: #fff;
        border-color: #1700F4 !important;
        background-color: #1700F4 !important;
    }

.btn-outline-primary, .btn-edit {
    background-color: #1700F4;
    border-color: #1700F4;
    color: #fff;
}

    .btn-outline-primary:hover, .btn-outline-primary:active {
        background-color: #1700F4 !important;
        border-color: #1700F4 !important;
        color: #fff;
    }
/* End Bootstrap */

body, p, h1, h2, h3, h4, h5, h6, label, div, .fas span {
    font-family: 'SansPro-Light', 'Tahoma', 'Geneva', 'sans-serif';
}

#navBar {
    height: 72px;
    align-items: center;
    background-color: #fff;
}

label {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0px !important;
}

.alphabetLanding {
    width: 100%;
}

.alphabetLandingBackground {
    background-image: url('/images/AlphabetLandingBackground.jpg');
    background-size: cover;
}

#email-tab {
    font-size: 19px;
}

#SubPageTitle {
    font-family: 'SlabPro-Light', 'Tahoma', 'Geneva', 'sans-serif';
    margin-bottom: 10px;
    color: #00095B;
}

.largeTitle {
    color: #000;
    font-size: 1.4em;
    line-height: 1.2;
}

.smallTitle {
    font-weight: normal !important;
    font-size: 1.15em;
    line-height: 1.2;
    padding: 0px !important;
}

.logo {
    font-weight: normal !important;
    font-size: 1.1em;
    line-height: 1.2;
    height: 66px;
    line-height: 66px;
    color: #000;
    background-image: url(/images/ffm_logo.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 200px;
}

.returnHome {
    color: #fff;
}

    .returnHome:hover {
        color: #192a9c;
        border-color: #192a9c;
        background-color: #DCDEF7;
        text-decoration: none;
    }

.is-invalid {
    border-color: #0BC9F8 !important;
    border-width: 2px;
}

#email-tab {
    height: 180px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 10vh;
    background: #fff;
    padding: 0 0px 32px 0px;
}

.genericPlaceHolder {
    min-height: 50vh;
    margin-bottom: 120px;
}

#SubPageTitle {
    padding: 0px !important;
}

.veh-label {
    padding: 0px !important;
}

.card {
    padding: 32px;
}

.noSidePadding {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.alert {
    padding: 0px !important;
}

.offwhite {
    background-color: #f3f3f3;
}

.landingPageText {
    margin: 125px 40px 0px 40px;
}

h1, .h1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 3.75rem;
}

.topMost {
    z-index: 9999;
}

.buttonSpacer {
    height: 0px;
}

.buttonBottomMargin {
    margin-top: 30px;
    padding: 0 32px 5px 32px;
}

.buttonBottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

a.footerLinks {
    color: rgba(64,64,64,0.7);
    text-decoration: none;
}

.footer-inner {
    width: fit-content;
    margin-left: auto;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 100px;
}

#AddressResults a {
    color: #0BC9F8 !important;
}

.flatpickr-month, .flatpickr-weekdays, .flatpickr-monthDropdown-months, .flatpickr-weekday {
    background-color: #0BC9F8 !important;
    color: #fff !important;
}

#ButtonPostCodeLookup {
    padding: 6px !important;
    color: #0BC9F8 !important;
    border-color: #0BC9F8 !important;
}

.form-control:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus:hover,
.btn.btn-primary:focus {
    border-color: #0BC9F8 !important;
    border: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 35, 110, 0.6) !important;
}

/*.proactiveAlert {
    color: #fff;
    background-color: #050A7F;
    border-color: #050A7F;
}*/

.clickHere {
    text-decoration: underline;
    background-color: transparent !important;
    color: #dc3545 !important;
    padding: 0px !important;
    border-radius: 0px !important;
}
