﻿@-ms-viewport {
    width: device-width;
}

body {
    margin: 0px !important;
    background-color: #1CA9E6;
    min-height: fit-content !important;
}

.main_wrapper {
    max-width: 600px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    font-family: Courier New, Courier, monospace;
}

.main_logo_centre_wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_section_alice_blue_wrapper {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: aliceblue;
    color: #1CA9E6;
}

.main_section_blue_wrapper {
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: #1CA9E6;
    color: floralwhite;
}

.main_section_heading_centre_wrapper {
    min-height: 60px !important;
    line-height: 60px !important;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.main_section_heading_centre_wrapper a {
    display: block;
    min-height: auto;
}

    .main_section_heading_centre_wrapper a:link {
        color: floralwhite;
        text-decoration: none;
    }

    .main_section_heading_centre_wrapper a:visited {
        color: floralwhite;
        text-decoration: none;
    }

    .main_section_heading_centre_wrapper a:hover {
        color: darkgrey;
        text-decoration: none;
    }

    .main_section_heading_centre_wrapper a:active {
        color: darkgrey;
        text-decoration: none;
    }

.main_section_heading_left_wrapper {
    min-height: 60px !important;
    line-height: 60px !important;
    margin-left: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.main_section_text_black_left_wrapper {
    min-height: 30px !important;
    line-height: 30px !important;
    margin-left: 10px;
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    color: black;
}

.main_form_input_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

.main_form_input_label_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: black;
}

.main_form_error_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
}

.main_calendar_wrapper {
    background-color: floralwhite;
    border: 1px solid #262626;
    border-radius: 4px;
    max-width: 600px;
    margin-left: 10px;
    margin-right: 10px;
}

.main_calendar_header_wrapper {
    height: 40px !important;
    background-color: #05A83E;
    margin-left: auto;
    margin-right: auto;
}

.main_calendar_header_text_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
    font-weight: bolder;
    color: floralwhite;
    margin-left: 10px;
}

.main_calendar_item_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px;
    font-weight: bolder;
    color: black;
    margin-left: 10px;
}

.main_spacer_20_px_wrapper {
    min-height: 20px !important;
}

.main_spacer_40_px_wrapper {
    min-height: 40px !important;
}

.main_footer_wrapper {
    min-height: 80px !important;
}

.main_footer_copyright_wrapper {
    height: 40px !important;
    line-height: 40px !important;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: x-small;
    color: lightgray;
}

@media screen and (max-width: 600px) {
    .main_wrapper {
        min-width: auto !important;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px !important;
    }
}
