﻿body {
    margin-bottom: 60px;
}

.ogi-body {
    margin-top: 50px;
}

.ogi-padding, .ogi-body {
    padding: 20px;
    padding-top: 10px;
}

.grey-container {
    background-color: #eee;
    padding: 10px;
}

.scrollablebody {
    max-height: calc(100vh - 200px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.step-container {
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 10px;
}

.ogi-title {
    font-size: 20px;
    font-weight: bold;
    color: #00527F;
    margin-bottom: 8px;
    margin-top: 8px;
}

.ogi-sub-title {
    font-size: 15px;
    font-weight: bold;
    color: #00527F;
    margin-bottom: 8px;
    margin-top: 8px;
}

.ogi-top-bar-menu {
    display: none;
    position: absolute;
    top: 45px;
    width: 140px;
    background-color: #fff;
    font-size: 16px;
    z-index: 999;
    color: #00527F;
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.15);
    text-align: left;
}

.top-bar-menu-button:hover .ogi-top-bar-menu {
    display: block !important;
}

.ogi-top-bar-menu a {
    display: block;
    padding: 6px 24px;
    text-decoration: none;
}

    .ogi-top-bar-menu a:hover {
        cursor: pointer;
        color: #fff;
        background-color: #00527F;
    }

.ogi-top-bar {
    width: 100%;
    position: absolute;
    height: 45px;
    border-bottom: 2px solid #135F88;
    background-color: #eee;
    z-index: 1000;
}

    .ogi-top-bar .top-bar-buttons {
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: calc(100% - 45px);
        margin-left: 45px;
        padding: 4px 2px;
        box-sizing: border-box;
    }

        .ogi-top-bar .top-bar-buttons a {
            background-color: #fff;
            margin: 0px 3px;
            color: #00527F;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            line-height: 36px;
            vertical-align: middle;
            padding: 0px 4px;
        }

            .ogi-top-bar .top-bar-buttons a:hover {
                background-color: #ddd;
                color: #00527F;
                cursor: pointer;
            }

            .ogi-top-bar .top-bar-buttons a.active {
                background-color: #00527F;
                color: #fff;
            }

    .ogi-top-bar .top-bar-menu-button {
        position: absolute;
        width: 45px;
        height: 45px;
        text-align: center;
        background-color: #ddd;
        font-size: 24px;
        color: rgba(0,0,0,0.3);
        display: inline-block;
    }

        .ogi-top-bar .top-bar-menu-button:hover {
            cursor: pointer;
            background-color: #d0d0d0;
        }

        .ogi-top-bar .top-bar-menu-button span {
            position: relative;
            top: 5px;
        }

.app-container {
    height: 100%;
}

.login-container {
    position: fixed;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.ogi-blue {
    color: #005275;
}

.ogi-light-blue {
    margin-top: 20px;
    color: #67a2c0;
}

.ogi-light-blue a {
    color: #67a2c0;
    text-decoration: none;
}

.ogi-light-blue a:visited {
    color: #67a2c0;
    text-decoration: none;
}

.ogi-login-header {
    color: white;
    width: 100%;
    height: 200px;
    background: #044d74; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #044d74, #67a2c0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #044d74, #67a2c0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #044d74, #67a2c0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #044d74, #67a2c0);
    text-align: center;
    font-size: 22px;
}

    .ogi-login-header .header-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

        .ogi-login-header .header-content .header-title {
            font-size: 34px;
            font-weight: 500;
        }

            .ogi-login-header .header-content .header-title img {
                display: block;
                margin: auto;
            }

        .ogi-login-header .header-content .header-subtitle {
            font-size: 24px;
            font-weight: lighter;
            margin-bottom: 16px;
        }

        .ogi-login-header .header-content .header-info {
            font-size: 14px;
            font-weight: lighter;
            padding-bottom: 10px;
        }

.header-icon {
    position: relative;
    top: 8px;
}

.ogi-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    background: #044d74; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #044d74, #67a2c0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #044d74, #67a2c0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #044d74, #67a2c0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #044d74, #67a2c0);
    line-height: 100%;
    z-index: 1000;
    font-size: 20px;
    font-weight: 300;
    /*padding: 10px 20px;
    box-sizing: border-box;*/
}

    .ogi-footer .footer-text {
        font-size: 18px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        left: 150px;
    }

    .ogi-footer .footer-logo {
        position: absolute;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        left: 50px;
    }

    .ogi-footer .footer-icon {
        position: absolute;
        height: 30px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        left: 10px;
    }

.ogi-login {
    background-image: url('Images/OGI/login-button-166x29px-nml-state.png');
    height: 29px;
    width: 166px;
    display: inline-block;
}

    .ogi-login:hover {
        background-image: url('Images/OGI/login-button-166x29px-over-state.png');
        cursor: pointer;
    }


.ogi-login-container {
    padding: 20px 0px 14px 0px;
    color: #00527f;
    font-size: 20px;
    font-weight: 300;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    max-width: 166px;
}

.error-header{
    color:white;
    background-color:red;
}

.error-content{
    color:red;
}
