﻿body {
    background-color: #0248ae;
    font-family: Ebrima;
}

#margintop {
    height: 100px;
}

#logonHeader {
    padding-top: 30px;
}

    #logonHeader span {
        font-size: 30px;
        margin-top: 30px;
    }

#logonForm button {
    color: white;
    font-weight: 300;
}

#logonMainContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#prMainContainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

@media (min-width: 1500px) {
    .overhang-container {
        min-width: 55%;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .overhang-container {
        min-width: 70%;
    }
}
@media (max-width: 1200px) {
    .overhang-container {
        min-width: 90%;
    }
}
.overhang-container {
    max-width: min-content;
    height: auto;
    margin: auto;
}
.logo-container {
    text-align: center;
}

    .logo-container h2 {
        color: white;
    }

    .logo-container img {
        max-height: 102px !important;
        max-width: 308px !important;
    }

td.logon-container {
    width: 35%;
}

.body-container {
    background-color: #fff;
    border-radius: 10px;
    border: #0248ae;
}
.body-container table{
    width: 100%;
}
.preview-container {
    background-color: #eee;
    text-align: center;
    width: 55%;
    border-radius: 10px;
    border: #0248ae;
}

.form-signin {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 14px;
        height: auto;
        padding: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-signin .form-control:focus {
        z-index: 2;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.account-wall {
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.login-title-large {
    color: #fff;
    font-size: 300%;
    font-weight: 700;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

#blankMargin {
    margin-top: 50px;
}

.nav-tabs > li.active > a {
    color: white;
    background-color: green;
}

.nav-tabs > li > a {
    border-color: green;
}

.k-dialog-title {
    line-height: 1.5em !important;
}

.k-dialog .k-content {
    font-size: 1.3em;
    padding: 1em 1em 1.8em 1em;
}

.k-header {
    font-weight: 600;
}

.has-feedback .form-control-feedback {
    margin: 5px 0px;
    font-size: 10pt;
    pointer-events: inherit;
    cursor: pointer;
    border-left: solid thin #eeefef;
    color: #6e6e6e;
}
