﻿@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

body {
    background: #005288;
    font-family: "Lato";
}

#Header {
    color: white;
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}

    #Header h1 {
        font-size: 32pt;
    }

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.avatar {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}

    .avatar img {
        margin: auto;
        display: block;
    }

.wrap {
    width: 650px;
    height: auto;
    margin: auto;
    margin-top: 30px;
}

    .wrap input {
        border: none;
        background: #fff;
        font-family: Lato;
        font-weight: 700;
        display: block;
        height: 40px;
        outline: none;
        width: calc(100% - 24px);
        margin: auto;
        padding: 6px 12px 6px 12px;
    }

        .wrap input[type="submit"] {
            border-radius: 10px;
            background: #005288;
            border: none;
            color: #ffffff;
            margin-top: 25px;
            outline: none;
            font-size: 13px;
            border-bottom: 3px solid #000066 !important;
            cursor: pointer;
            width: 200px;
        }

            .wrap input[type="submit"]:hover {
                background: #d1d1d1;
                color: #ffffff;
            }

        .wrap input[type="button"] {
            border-radius: 10px;
            background: #005288;
            border: none;
            color: #ffffff;
            margin-top: 25px;
            outline: none;
            font-size: 13px;
            border-bottom: 3px solid #000066 !important;
            cursor: pointer;
            width: 200px;
        }

            .wrap input[type="button"]:hover {
                background: #d1d1d1;
                color: #ffffff;
            }

        .wrap input[type="checkbox"] {
            height: 15px;
            padding: 4px;
            width: auto;
        }

    .wrap select {
        border: none;
        background: #fff;
        font-family: Lato;
        font-weight: 700;
        display: block;
        height: 52px;
        outline: none;
        width: 100%;
        margin: auto;
    }

.error {
    color: red;
    padding: 0 10px;
    text-align: center;
}

    .error label {
        font-style: italic;
        background: #fff;
        width: calc(100% - 24px);
        display: block;
        padding: 4px 0;
    }

.hidden {
    display: none !important;
}

.leftText {
    text-align: left;
}

.section-title {
    margin: 0 auto;
}

    .section-title h1 {
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        color: #fff;
        margin: 25px 0;
    }

    .section-title h3 {
        font-size: 1em;
        text-align: center;
        color: #fff;
        margin: 25px 0;
    }

.section-text {
    color: #fff;
    margin: 25px 0;
    text-align: center;
}

    .section-text H2 {
        color: yellow !important;
        font-weight: bold !important;
    }

    .section-text a {
        color: yellow !important;
        text-decoration: none;
        font-weight: bold;
    }

.ctimage {
    margin-bottom: 35px;
}

.bar {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: auto;
}

    .bar i {
        width: 100%;
        margin: auto;
        height: 1px;
        display: block;
        background: #d1d1d1;
    }

.top-round {
    border-radius: 10px 10px 0 0;
}

.bottom-round {
    border-radius: 0 0 10px 10px;
}

.all-round {
    border-radius: 10px;
}

.all-round-suite {
    text-align: left;
    margin-left: 0 !important;
}

.forgot_link {
    color: #83afdf;
    color: #83afdf;
    text-decoration: none;
    font-size: 11px;
    position: relative;
    left: 193px;
    top: -36px;
}

.msgWindow {
    background-color: #fff;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    width: calc(100% - 24px);
    padding: 6px 12px 6px 12px;
}

.addWindow {
    display: block;
    background-color: #fff;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    text-align: Left;
}

.resultList {
    border-radius: 10px;
    height: auto !important;
    min-height: 120px;
    width: 100%;
    margin: auto;
    overflow-y: auto;
    text-align: center;
}

    .resultList option {
        padding: 10px;
        cursor: pointer;
    }

        .resultList option:nth-child(even) {
            background-color: #fff;
        }

            .resultList option:nth-child(even):hover {
                background-color: #d1d1d1;
                color: #005288;
            }

        .resultList option:nth-child(odd) {
            background-color: #5db2e4;
        }

            .resultList option:nth-child(odd):hover {
                background-color: #005288;
                color: #d1d1d1;
            }


        .resultList option:last-child {
            width: 200px;
            display: inline-block;
            text-decoration: none;
            border: none;
            padding: 5px 7px !important;
            border-radius: 10px;
            background: #005288 !important;
            font-size: 10pt;
            color: #ffffff !important;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
            margin-top: 15px;
            border-bottom: 3px solid #5bb2e2;
        }

            .resultList option:last-child:hover {
                background: #d1d1d1 !important;
                color: #005288 !important;
            }


.d1txt, .d2txt, .d3txt {
    border: 1px #778899 solid !important;
    max-height: 1.5em;
    border-radius: 10px;
    margin-left: 25px !important;
    max-width: 75px;
}

.redText {
    color: #ff0000;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.isBold {
    font-weight: bold !important;
}

footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    margin-top: 40px;
    text-align: center;
    width: .50;
}

    footer a {
        color: #fff;
    }

.button, .btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 5px 7px !important;
    border-radius: 10px;
    background: #FFF !important;
    font-size: 10pt;
    color: #005288 !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 3px solid #000066 !important;
    width: 200px !important;
}

    .button:hover, .btn:hover {
        background: #CCC !important;
        color: #005288 !important;
    }

.buttonsubmit {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 5px 7px !important;
    border-radius: 10px;
    background: #005288 !important;
    font-size: 10pt;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .buttonsubmit:hover {
        background: #b2b7bb !important;
        color: #005288 !important;
    }

.flex-container {
    display: flex;
    justify-content: space-around;
}

.flex-item {
    flex: auto;
    margin: 0 10px;
}

.flex-container-center {
    display: flex;
    justify-content: center;
}