﻿:root {
    /*--ep_cr_height: min(calc(100% - 10px), 350px);*/
    --ep_cr_height: min(calc(100% - 100px),1240px);
    /*/*defined for user show up after logged in - nav defined in startup.nav.cto.js*/
    /*1650px got it after manually moving to element to right*/
    --svg_user_width: min(calc(100vw - 450px), 3200px);
}


.p body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #eee;
    height: 100vw;
    width: 100vw;
    overflow: hidden;
}

/*.p .p-viewmodule.p-viewmodule-logoff {
    background-color: #dfdfdf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/
/*TEST*/
/*body {
    background: yellow !important;
}*/

.p .p-viewmodule.p-viewmodule-login {
    position: absolute;
    /*width: 400px;*/
    margin: auto;
    color: #efefef;
    /*height: 100%;*/
    background-color: rgb(255, 214, 25);
    width: 100vw;
    height: 100vw;
}

    .p .p-viewmodule.p-viewmodule-login .p-home-info,
    .p .p-viewmodule.p-viewmodule-login .p-version-info {
        color: #aaa;
        font-style: italic;
    }

    .p .p-viewmodule.p-viewmodule-login .p-form {
    }

        .p .p-viewmodule.p-viewmodule-login .p-form.p-form-column {
            float: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin-left: 16px;
            width: 340px;
        }

    /*.p .p-viewmodule.p-viewmodule-login .p-form .p-form-column p {
        border-bottom: none;
        text-align: center;
    }*/

    .p .p-viewmodule.p-viewmodule-login .p-form .p-form-column > p > span[data-uigen-property] {
        float: none;
    }

        .p .p-viewmodule.p-viewmodule-login .p-form .p-form-separator {
            border-bottom: 1px solid #D0D4D5;
            width: 350px;
            display: inherit;
            /*top: 20px;*/
            top: 35px;
            position: relative;
        }

    /*.p .p-viewmodule.p-viewmodule-login .p-login-form-centered {
        position: fixed;
        /*top: 50%;*/
    /*changed 240825*/
    /*top: 53%;*/
    /*top: 55%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
    /*}*/

    /*changed by aks at 29092025*/
    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered {
        position: fixed;
        /*top: 50%;*/
        /*changed 240825*/
        /*top: 53%;*/
        /*top: 55%;*/
        /*top: -80px;*/
        /*top: 160px;*/
        /*top: 250px;*/
        /*left: 250px;*/
        /*left: 650px;*/
        /*top:80px;*/
        top:250px;
        left:350px;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .p .p-viewmodule.p-viewmodule-login div.p-version-info {
        /*bottom: 30px;*/
        /*bottom: 10px;*/
        bottom: var(--ep_cr_height);
        width: 100%;
        text-align: center;
        position: relative;
    }

    /*.p .p-viewmodule.p-viewmodule-login div.p-copyright-info {
        bottom: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
    }*/

    /*.p .p-viewmodule.p-viewmodule-login .p-primaveraweb-logo {
        /*background-image: url('graph/primaveraweb.png');*/
    /*height: 366px;
        width: 400px;
    }*/

    .p .p-viewmodule.p-viewmodule-login .p-primaveraweb-logo {
        background-image: url(/images/SVG_B_L.png);
        /*height: 140px;*/
        height: 80px;
        width: 70px;
        background-repeat: no-repeat;
        background-size: contain;
        /*left: 120px;
        position: relative;
        top: 40px;*/
        /*left: -70px;*/
        position: relative;
        /*top: -170px;*/
        /*left: 80px;*/
        z-index: 1;
        /*top: -1850px;*/
        top: -1966px;
        left: 120px;
    }
    /* Positioning of error label. */
    .p .p-viewmodule.p-viewmodule-login .p-login-error {
    }

        .p .p-viewmodule.p-viewmodule-login .p-login-error span {
            margin-top: 10px;
            width: 250px;
            text-align: left;
            line-height: 20px;
            padding: 6px;
            box-sizing: border-box;
        }

            .p .p-viewmodule.p-viewmodule-login .p-login-error span label {
                margin: 0;
            }

            .p .p-viewmodule.p-viewmodule-login .p-login-error span .p-message-error {
                line-height: normal;
            }

    /* Positioning of login-button. */
    .p .p-viewmodule.p-viewmodule-login .p-form-login-btn {
        height: auto;
        /*added 210825*/
        top: 10px;
        position: relative;
        border-bottom: 1px solid #D0D4D5;
    }

    .p #btnLogin,
    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form-login-btn #btnLogin,
    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form-seamless.p-form-login-btn .input#btnLogin {
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        padding-right: 8px;
        padding-left: 8px;
        color: #000;
        text-decoration: none;
        left: 130px;
        position: relative;
        font-weight: bold;
        font-size: initial;
        float: right;
        margin-right: 155px !important;
        width: 150px;
        /*left: 150px;*/
        position: relative;
        height: 40px;
        line-height: 40px;
        background-color: darkgreen;
        font-weight: bold;
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 2px;
        border: none;
        border-radius: 2px;
        vertical-align: middle;
        cursor: pointer;
        appearance: auto;
        user-select: none;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        color: buttontext;
        white-space: pre;
        padding-block: 1px;
        padding-inline: 6px;
        border-width: 2px;
        border-style: outset;
        /*border-color: buttonborder;*/
        border-image: initial;
        line-height: normal;
        cursor: text;
        margin: 0em 0em 0em 0em;
        padding: 1px 0px;
        border-width: 2px;
        border-style: inset;
        /*font-style: italic;*/
        border-color: rgba(0, 0, 0, 0.08);
        color: white;
        border-bottom: 1px solid #D0D4D5;
    }

    .p .p-viewmodule.p-viewmodule-login .p-form-login-btn-m365 {
        height: 10px;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        /*added 210825*/
        top: 30px;
        position: relative;
        /*left: 30%;*/
        border-bottom: 1px solid #D0D4D5;
    }

    .p .p-viewmodule.p-viewmodule-login .k-autocomplete,
    .p .p-viewmodule.p-viewmodule-login .k-combobox,
    .p .p-viewmodule.p-viewmodule-login .k-datepicker,
    .p .p-viewmodule.p-viewmodule-login .k-timepicker,
    .p .p-viewmodule.p-viewmodule-login .k-datetimepicker,
    .p .p-viewmodule.p-viewmodule-login .k-colorpicker,
    .p .p-viewmodule.p-viewmodule-login .k-numerictextbox,
    .p .p-viewmodule.p-viewmodule-login .k-dropdown,
    .p .p-viewmodule.p-viewmodule-login .k-selectbox,
    .p .p-viewmodule.p-viewmodule-login .k-textbox {
        height: 30px;
        width: 250px;
    }

    .p .p-viewmodule.p-viewmodule-login .k-dropdown {
        text-align: left;
    }


    .p .p-viewmodule.p-viewmodule-login .p-form-column.p-form-column-default {
        margin: 0;
    }






.p .p-viewmodule.p-viewmodule-notavailable {
    height: auto;
    background-color: rgba(255,255,255,0.3);
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 30%;
    color: #fff;
    padding: 32px;
}

    .p .p-viewmodule.p-viewmodule-notavailable .localNotAvailableLabel {
        width: 160px;
    }

.p a#btnLoginM365 {
    padding-right: 8px;
    padding-left: 8px;
    color: #000;
    text-decoration: none;
    left: 130px;
    position: relative;
    font-weight: bold;
    font-size: initial;
    float: right;
    margin-right: 155px !important;
    width: 180px;
    left: 150px;
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: darkgreen;
    font-weight: bold;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2px;
    border-radius: 8px;
    vertical-align: middle;
    appearance: auto;
    user-select: none;
    text-align: center;
    /*cursor: default;*/
    box-sizing: border-box;
    color: buttontext;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 2px;
    border-style: outset;
    /*border-color: buttonborder;*/
    border-image: initial;
    line-height: normal;
    cursor: pointer;
    margin: 0em 0em 0em 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    /*font-style: italic;*/
    border-color: rgba(0, 0, 0, 0.08);
    color: white;
    padding-top: 8px;
    border-bottom: 1px solid #D0D4D5;
}

/*Login related*/
    /*changed at 29092025*/
    /*.p .p-viewmodule.p-viewmodule-login .p-login-add-img {
    /*background-image: url('/images/svg_loginpg.png');*/
    /*background-image: url('/images/SVG_SLP.png');*/
    /*background-image: url('/images/SVG_SLP_v1.png');
    height: 413px;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    left: 450px;
    top: 100px;
    /*background-size: 250px;*/
    /*max-width: 100%;
    position: fixed;
    background-size: contain;*/
    /*}*/
    .p .p-viewmodule.p-viewmodule-login .p-login-add-img {
    /*background-image: url('/images/svg_loginpg.png');*/
    /*background-image: url('/images/SVG_SLP.png');*/
    background-image: url('/images/SVG_SLP_v1.png');
    height: 100vw;
    width: 100vw;
    background-repeat: no-repeat;
    overflow: hidden;
    /*left: 450px;
    top: 100px;*/
    /*right: -310px;*/
    /*right: -430px;*/
    /*right: -350px;*/
    /*right: -550px;*/
    /*background-size: 250px;*/
    /*max-width: 100%;*/
    position: relative;
    background-size: 100%;
}

/*For Light Loading Version*/

/*#region p-form-*/

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form {
    display: inline-block;
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form-wrapper {
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form-content {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
}

/*Compensation of padding if bar is within content*/
.p .p-viewmodule.p-viewmodule-login .p-form-content > .p-form-bar {
    margin-left: -2px;
}

/*#region p-form-bar*/

.p .p-viewmodule.p-viewmodule-login .p-form-btn,
.p .p-viewmodule.p-viewmodule-login .p-block-content-bar .k-button {
    margin-right: 6px;
    border-radius: 4px;
    /*height: 40px;*/
}

.p .p-viewmodule.p-viewmodule-login.p-form-btn-action {
    background-color: #89b916;
    font-weight: bold;
}

/*#endregion p-form-bar*/

/*#region .p-form-validation*/

.p .p-viewmodule.p-viewmodule-login .p-form-validation-error {
    color: #f00;
}

/*#endregion .p-form-validation*/

/*#region .p-form-column*/

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form .p-form-column {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 16px;
    width: 340px;
}

    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > p {
        display: inline-block;
        /* margin: 9px 0 0 0; */
        width: 100%;
        height: 10px;
        top: 10px;
        position: relative;
        border-bottom: 1px solid #D0D4D5;
        vertical-align: bottom;
        padding-bottom: 20px;
    }

        /* float-left is required since else the content could be moved to the bottom! */
        .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > p > label {
            display: inline-block;
            margin-left: 8px;
            width: auto;
            line-height: 30px;
            float: left;
        }

        .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > p > span[data-uigen-property] {
            display: inline-block;
            float: right;
            line-height: 30px;
        }

    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column input#_user {
        font-style: italic;
        border-color: rgba(0, 0, 0, 0.08);
        color: #424242;
        background-color: #ffffff;
        margin: 0;
        padding: .25em 0;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        outline: 0;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.4285714286;
        font-weight: normal;
        text-align: start;
        box-shadow: none;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: stretch;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-appearance: none;
        border-radius: 4px;
        padding-left: 8px;
    }

    .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column input#_password {
        font-style: italic;
        border-color: rgba(0, 0, 0, 0.08);
        color: #424242;
        background-color: #ffffff;
        margin: 0;
        padding: .25em 0;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        outline: 0;
        font-family: inherit;
        font-size: 14px;
        line-height: 1.4285714286;
        font-weight: normal;
        text-align: start;
        box-shadow: none;
        display: inline-flex;
        flex-flow: row nowrap;
        align-items: stretch;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-appearance: none;
        border-radius: 4px;
        padding-left: 8px;
    }

        .p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > p.p-state-hidden {
            display: none;
        }

.p-viewmodule.p-viewmodule-login .p-form-column > p > .k-widget,
.p-viewmodule.p-viewmodule-login .p-form-column > p > .k-textbox,
.p-viewmodule.p-viewmodule-login .p-form-column > p > span[data-uigen-property] > label {
    margin-left: 6px;
}

/* A separator between two lines.*/
.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > p.p-form-separator {
    border-bottom: 0px;
}

/*disables bottom borders on elements*/
.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-seamless .p-form-column > p,
.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-seamless {
    border-bottom: 0px;
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column-default {
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column-spanned {
    clear: left;
    width: auto;
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column-autowidth {
    width: auto;
}

/*.p .p-viewmodule.p-viewmodule-login .p-form-column .p-primaveraweb-logo {
    background-image: url(/images/SVG_B_L.png);
    height: 366px;
    width: 400px
}*/
/* last column has margin on the right.*/
.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column:last-child {
    /*margin-right: 16px;*/
}

.p .p-viewmodule.p-viewmodule-login .p-login-form-centered .p-form.p-form-column > .p-form-input-editor {
    height: auto;
}

/*#endregion .p-form-column*/

/*#endregion p-form-*/