﻿@font-face {
    font-family: PFBeauSansProThin;
    src: url(https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.eot);
    src: url(https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.eot?#iefix) format('embedded-opentype'), url(https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.woff) format('woff'), url(https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.ttf) format('truetype'), url(https://font.visma.com/Fonts/PFBeauSansPro/PFBeauSansPro-Thin.svg#PFBeauSansPro-Thin) format('svg');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

footer, #NavigationWrapper {
    display: none;
}

#ContentWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -480px;
}

#ContentWrapper, #MainArticle {
    background: transparent;
}

    #MainArticle .DetailArea {
        top: 35%;
        left: 33%;
    }


    #ContentWrapper > header {
        height: 0px;
    }

#LoadingSpinner {
    display: none;
}

table.login-table tr,
table.login-table th {
    background: #FFF;
    font-weight: normal;
}

#LnkLogOnWithOpenId {
    float: left;
}


.vismalogotext {
    color: #f5f5f5;
}

.settings-menu {
    display: none;
}

.DetailArea {
    width: 460px;
    margin: 0 auto;
    margin-top: 80px;
}

.PostbackButton {
    margin-top: 4px;
    margin-left: 10px;
}

.login-table {
    width: 460px;
    border: 1px solid #BCBCBC;
}

    .login-table tbody tr:first-child td, .login-table > tbody tr:first-child th {
        padding-top: 15px;
        width: 161px;
    }

        .login-table tbody tr:first-child td table td, .login-table > tbody tr:first-child th table td {
            padding-top: 0px;
        }

    .login-table th:first-child,
    .login-table td:first-child {
        padding-left: 15px;
    }

    .login-table th, .login-table td {
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        color: #282828;
    }

        .login-table th:first-child {
            height: 25px;
            line-height: 25px;
        }

        .login-table td input[type="text"], .login-table td input[type="password"] {
            float: left;
        }

        .login-table td span {
            float: left;
            margin-left: 5px;
        }

.openid-login .PostbackButton {
    margin: 15px 20px 15px 10px;
}

table.login-table tr.tableheader {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    height: 72px;
    background: #fff;
    background: rgba(255,255,255,.6);
}

    table.login-table tr.tableheader th {
        font-family: PFBeauSansProThin,"Open Sans";
        font-size: 40px;
        font-weight: 100;
        font-style: italic;
        line-height: 1;
        color: #2ca4e9;
        background: rgba(255,255,255,.6);
        border-bottom: 1px solid #eeeeee;
    }

.openid-buttons {
    padding-bottom: 5px;
    padding-right: 10px;
}

.links a {
    display: block;
    margin-left: 5px;
    padding-right: 10px;
}

.forgot-password {
    margin-right: 20px;
    margin-bottom: 5px;
    float: right;
    clear: both;
}

table th {
    width: 150px;
}

#NormalLogOnPanel input[type=submit] {
    float: right;
    margin: 15px 20px 15px 0px;
    width: 250px;
}

.footer-container {
    height: 150px;
    background: #fff;
    background: rgba(255,255,255,.6);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 61%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 61%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 61%);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    overflow-y: auto;
}

    .footer-container::before {
        position: absolute;
        top: 85px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #e0e0e0;
        background: linear-gradient(to right,rgba(224,224,224,0) 5%,#e0e0e0 10%,#e0e0e0 90%,rgba(224,224,224,0) 95%);
        content: '';
        z-index: 3;
    }

.status-page-container {
    position: absolute;
    bottom: 0px;
}

.footer-right-links {
    position: absolute;
    margin: 20px;
    bottom: 0px;
    right: 0;
}

.login-footer {
    position: relative;
    padding: 13px 15px 12px 15px;
    text-align: center;
    background: rgba(255,255,255,.97);
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    border-top: 1px solid #eeeeee;
}

    .login-footer img {
        width: 100px;
    }

#LnkLogOnNormal {
    margin-left: 200px;
}

#ReturnArea {
    display: none;
}

fieldset.validation-summary {
    display: none;
    position: relative;
    padding: 12px 12px 10px 72px;
    -moz-border-radius: .2em;
    clear: both;
    min-height: 74px;
    background: #fff;
    border: #e57377 solid 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #fff;
    color: #282828;
    line-height: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

    fieldset.validation-summary:before {
        background: url(../../images/16_error_icon.svg) no-repeat;
        background-size: 50px;
        background-position: 0 10px;
        content: "";
        height: 60px;
        left: 12px;
        position: absolute;
        top: 12px;
        width: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    fieldset.validation-summary h1 {
        color: #282828;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        margin: 0 0 12px 0;
    }

    fieldset.validation-summary .Alert {
        font-size: 12px;
        margin: 0;
        line-height: 135%;
    }

/*Status widget*/
.status-page-container {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 100;
}

.status-page-link {
    display: block;
    padding: 8px 10px;
    background-color: #888;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: sans-serif;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

    .status-page-link.status-page-indicator-none {
        background-color: #2fcc66;
    }

    .status-page-link.status-page-indicator-minor {
        background-color: #f1c40f;
    }

    .status-page-link.status-page-indicator-major {
        background-color: #e67e22;
    }

    .status-page-link.status-page-indicator-critical {
        background-color: #e74c3c;
    }
