﻿body, html {
    margin: 0;
    padding: 0;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    z-index: 500;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.ptitle {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

p.ptitle-forgotpassword {
    font-weight: bold;
    margin-bottom: 5px;  
}

p.password-info {
    margin-top: 20px;
}

a {
    color: #3A38AC;
    text-decoration: underline;
    
}

    a:hover {
        color: #9c9c9c;
    }

.stop-scrolling {
    overflow-x: hidden;
}

/* Lägger till .lead för att success-symbolen inte ska ligga över texten i bekräftelsemeddelandet vid återställande av lösenord för ID 3923 i ReQtest. 20210211 //Annika Aversten */
.lead {
    padding-top: 4px;
}

#framework {
    width: 100%;
    margin: 0 auto 0 auto;
}

#fullwidth {
    float: left;
    width: 100%;
    margin: 0 auto 0, auto;
}

#container_wrap {
    width: 650px;
    z-index: 500;
    margin: 0 auto 0 auto;
}

#header {
    width: 100%;
    float: left;
    height: auto;
}

    #header .support-btn {
        float: right;
        margin-top: 25px;
        margin-right: 0px;
        width: 50px;
    }


        #header .support-btn .btn-lightgray {
            padding: 10px;
            background: #f2f2f2;
            color: #363636;
            text-decoration: none;
            border-radius: 4px;
        }

            #header .support-btn .btn-lightgray:hover {
                background: #d9d9d9;
            }


.header_logo {
    width: 441px;
    margin: 30px 0px 0px 0px;
    height: auto;
}

    .header_logo img {
        width: 100%;
        height: auto;
        float: left;
    }

.lang-select-button-globe {
    font-size: 27px;
    margin-top: 21px;
    margin-right: 0px;
    cursor:pointer;
}

    .lang-select-button-globe:hover {
        color: #da300d;
    }

#browserMessage {
    display: none;
    width: 100%;
    float: left;
    background: #d00101;
    height: 65px;
    color: #ffffff;
    position: relative;
    z-index: 500;
}

#browserMessage-Wrap {
    width: 1430px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    z-index: 500;
}

#browserMessageContent {
    width: 85%;
    height: auto;
    float: none;
    position: relative;
    margin: 0 auto 0 auto;
    z-index: 700;
}

#testServerMessage {
    display: none;
    width: 100%;
    float: left;
    background: #d00101;
    height: 65px;
    color: #ffffff;
    position: relative;
    z-index: 500;
}

#testServerMessage-Wrap {
    width: 1430px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    z-index: 500;
}

#testServerMessageContent {
    width: 85%;
    height: auto;
    float: none;
    position: relative;
    margin: 21px auto 0 auto;
    z-index: 700;
    font-weight: bold;
}

    #testServerMessageContent a {
        color: white;
    }

p#brwsMessage {
    padding: 10px 0px 10px 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

    p#brwsMessage a {
        color: #ffffff;
    }

        p#brwsMessage a:hover {
            color: #363636;
        }

p#passwordGrace {
    display: none;
}

#IcoCloseWhite {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

/*Lägger till styling för banner på inloggningssidan, tagit den från bannern på inloggade sidan. PBI 6603 i ReQTest. 240213 // Susanne Arnetz Linder*/
/* Bytt ut #infoMessage till #infoMessage_Information, grön banner och att det är information, t.ex.release, för ID 2486 i ReQtest. 20210316 //Annika Aversten */
/* Justerat width och lagt till margin på bannern för ID 2486 i ReQtest. 20210318 //Annika Aversten */
#infoStartMessage_Information {
    display: none;
    width: 99%;
    background: lightgreen;
    float: left;
    min-height: 65px;
    border-radius: 7px;
    height: auto;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 500;
    margin: 0 1.9% 0 0.55%;
}

/* Lagt till #infoMessage_LowPrio, gul banner och att det är låg prio, t.ex. driftstörning, för ID 2486 i ReQtest. 20210316 //Annika Aversten */
/* Justerat width och lagt till margin på bannern för ID 2486 i ReQtest. 20210318 //Annika Aversten */
#infoStartMessage_LowPrio {
    display: none;
    width: 99%;
    background: yellow;
    float: left;
    min-height: 65px;
    border-radius: 7px;
    height: auto;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 500;
    margin: 0 1.9% 0 0.55%;
}

/* Lagt till #infoMessage_HighPrio, röd banner och att det är hög prio, t.ex. stora driftstörningar, för ID 2486 i ReQtest. 20210316 //Annika Aversten */
/* Bytt färg på texten för den röda bannern för att texten ska synas bättre och justerat width och lagt till margin på bannern för ID 2486 i ReQtest. 20210318 //Annika Aversten */
#infoStartMessage_HighPrio {
    display: none;
    width: 99%;
    background: #d00101;
    float: left;
    min-height: 65px;
    border-radius: 7px;
    height: auto;
    /*color: #363636;*/
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 500;
    margin: 0 1.9% 0 0.55%;
}

/* Bytt ut #infoMessage-Wrap till #infoMessage-Wrap-Information, som hör ihop med #infoMessage_Information för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessage-Wrap-Information {
    width: 1430px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    z-index: 500;
}

/* Bytt ut #infoMessageContent till #infoMessageContent_Information, som hör ihop med #infoMessage_Information för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessageContent_Information {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 5px 20px 5px 20px;
    z-index: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Lagt till #infoMessage-Wrap-LowPrio, som hör ihop med #infoMessage_LowPrio för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessage-Wrap-LowPrio {
    width: 1430px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    z-index: 500;
}

/* Lagt till #infoMessageContent_LowPrio, som hör ihop med #infoMessage_LowPrio för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessageContent_LowPrio {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 5px 20px 5px 20px;
    z-index: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Lagt till #infoMessage-Wrap-HighPrio, som hör ihop med #infoMessage_HighPrio för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessage-Wrap-HighPrio {
    width: 1430px;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    z-index: 500;
}

/* Lagt till #infoMessageContent_HighPrio, som hör ihop med #infoMessage_HighPrio för ID 2486 i ReQtest. 20210316 //Annika Aversten */
#infoStartMessageContent_HighPrio {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    margin: 0 auto 0 auto;
    padding: 5px 20px 5px 20px;
    z-index: 700;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#login_container {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0px 0px 0px;
    min-height: 400px;
    height: auto;
}

.loggain {
    width: 100%;
    float: left;
}

.input_login {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    border: 2px solid #c9c9c9;
    background-color: #f2f2f2;
    color: #d00101;
    font-size: 24px;
    padding-left: 10px;
}

.input_forgotpassword {
    width: 85% !important;
}

#tblETK {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

#tblBankID {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}


.toggle1 {
    font-weight: bold;
    width: 100%;
    float: left;
    position: relative;
}


    .toggle1 .user-info {
        width: auto;
        float: left;
        position: relative;
        margin-bottom: 10px;
        padding-right: 5px;
    }


    .toggle1 .toggle-arrow {
        width: auto;
        float: left;
        position: relative;
        top: 5px;
    }

.toggleBankId {
    font-weight: bold;
    width: 100%;
    float: left;
    position: relative;
}


    .toggleBankId .user-info {
        width: auto;
        float: left;
        position: relative;
        margin-bottom: 2rem;
        padding-right: 5px;
    }


    .toggleBankId .toggle-arrow {
        width: auto;
        float: left;
        position: relative;
        top: 5px;
    }

.togglecontent {
    display: none;
    width: 450px;
    float: left;
    margin-bottom: 1rem;
}

.togglecontent_bankid {
    display: none;
    width: 500px;
    float: left;
    margin-bottom: 1rem;
}

.lg_btn_red {
    width: auto;
    padding: 10px 10px 10px 10px;
    background: #d00101;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
}

    .lg_btn_red:hover,
    a#a1.lg_btn_red:hover {
        background: #b80202;
    }

a#a1.lg_btn_red {
    padding: 8px 10px 7px 10px;
    background: #d00101;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

#linkForgot {
    margin-top: 8px;
}

#linkBack {
    margin-top: 30px;
    position: relative;
    float: left;
    width: 100%;
}

#lbtnnotme.lg_btn_gray {
    padding: 5px 10px 0px 10px;
    background: #d1d1d1;
    border-radius: 3px;
    border: none;
    color: #363636;
    text-transform: uppercase;
    line-height: 23px;
}

.lg_btn_gray {
    height: 32px;
    width: auto;
    padding: 10px 10px 10px 10px;
    background: #d1d1d1;
    border-radius: 3px;
    border: none;
    color: #363636;
    text-transform: uppercase;
}

    .lg_btn_gray:hover,
    #lbtnnotme.lg_btn_gray:hover {
        background: #898989;
        color: #ffffff;
    }

#btnLogin,
#btnSend,
#btnResetPassword,
#btnLogin_Sms,
#btnLogin_Codecard {
    float: right;
    margin-top: 20px;
    position: relative;
}

#btnSend {
    margin-top: 0px !important;
}

#btnLoginSimplified {
    clear: both;
    float: right;
    margin: 15px 0px 0px 0px;
    position: relative;
    text-decoration: none;
}

#lbtnnotme {
    right: 0px;
    margin: 75px -0px 0px 0px;
    position: absolute;
    text-decoration: none;
}


a#linkForgot.forgotpw {
    display: flex;
    justify-content: center;
    color: #3A38AC;
    font-weight: bold;
}

a#linkForgot.forgotsimplelogin {
    display: flex;
    justify-content: flex-start;
    color: #3A38AC;
    font-weight: bold;
}

.password_failure {
    width: 100%;
    float: left;
    text-align: center;
    color: #d00101;
    font-style: italic;
    font-weight: bold;
}

#Table1 {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0px 0px 0px;
}


.modalsharebox {
    background-color: Gray;
    /*filter: alpha(opacity=7);*/
    opacity: 0.7;
}

#footersection {
    margin: 0 auto 0 auto;
    float: left;
    height: 60px;
    position: relative;
    /*background: url("../images/footersection.gif") repeat-x right top;*/
    width: 100%;
}

    #footersection a {
        color: #363636;
        cursor: pointer;
    }

        #footersection a:hover {
            color: #9c9c9c;
            cursor: pointer;
        }

    #footersection #footer_wrap {
        width: 1400px;
        margin: 0 auto 0 auto;
        font-family: arial;
        font-size: 0.923em;
        z-index: 500;
        position: relative;
        border-top: 1px solid #d9d9d9;
    }

        #footersection #footer_wrap .footer_container {
            width: 96%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0 auto 0 auto;
        }



            #footersection #footer_wrap .footer_container .footerleft {
                float: left;
                line-height: 17px;
                margin-top: 4px;
                width: 50%;
                height: auto;
            }

            #footersection #footer_wrap .footer_container .footerright {
                float: right;
                width: 50%;
                margin-top: 4px;
                height: auto;
            }

                #footersection #footer_wrap .footer_container .footerright .footerlogo {
                    position: absolute;
                    top: 6px;
                    right: 81px;
                    width: 140px;
                    height: 35px;
                }

                #footersection #footer_wrap .footer_container .footerright .footerce {
                    height: 25px;
                    width: 40px;
                    position: absolute;
                    top: 10px;
                    right: 30px;
                }

                #footersection #footer_wrap .footer_container .footerright .footer_supportlink {
                    position: absolute;
                    top: 49px;
                    right: 57px;
                    line-height: 22px;
                    white-space: nowrap;
                }

                #footersection #footer_wrap .footer_container .footerright #about {
                    position: absolute;
                    top: 51px;
                    right: 27px;
                    width: 100%;
                    margin: 0 0 20px 0;
                    height: auto;
                    max-height: 200px;
                    cursor: pointer;
                }


                #footersection #footer_wrap .footer_container .footerright #ico-version {
                    background-image: url('../bilder/ico-version.png');
                    background-size: 16px;
                    background-position-x: left;
                    background-repeat: no-repeat;
                    padding-left: 20px;
                }

#toggleFooterLinks {
    display: flex !important;
}

#footersection #footer_wrap .footer_container .footerright #toggleFooterLinks {
    position: absolute;
    top: 0;
    right: 3px;
    width: 50%;
    text-decoration: underline;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

#footersection #footer_wrap .footer_container .footerright #linkPrivacyPolicy:hover {
    color: #9c9c9c;
}

#footersection #footer_wrap .footer_container .footerright #linkInformationSecurity:hover {
    color: #9c9c9c;
}

#footersection #footer_wrap .footer_container .footerright #toggle3:hover {
    color: #9c9c9c;
}



#footersection #footer_wrap .footer_container #about #togglesupportcontent {
    display: none;
    background: #f2f2f2;
    position: absolute;
    bottom: 75px;
    right: 0;
    margin: 0 0 -17px 0;
    z-index: 1000;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    padding: 10px;
}

    #footersection #footer_wrap .footer_container #about #togglesupportcontent .imagediv {
        padding: 10px 0 0 0;
    }

#icoClose {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.cursor-pointer{
    cursor:pointer; 
}


/*Forgot Password*/
h3.forgotpassword {
    margin-bottom: 30px;
}

p.forgotpassword {
    margin-bottom: 30px;
}

p.reset-all {
    margin-top: 30px;
}

.lg_btn_blue {
    width: auto;
    padding: 10px 10px 10px 10px;
    background: #337AB7;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
}

    .lg_btn_blue:hover,
    a#a1.lg_btn_blue:hover {
        background: #286090;
    }

a#a1.lg_btn_blue {
    padding: 8px 10px 7px 10px;
    background: #337AB7;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

@media screen and (max-width: 1550px) {
    #browserMessage-Wrap {
        width: 100%;
        margin: 0px auto 0px auto;
    }
}

@media screen and (max-width: 945px) {
    #footer_wrap {
        width: 100%;
    }

    #browserMessage {
        width: 920px;
    }

    #browserMessage-Wrap {
        width: 900px;
    }

    #browserMessageContent {
        width: 900px;
    }
}

@media screen and (max-width: 650px) {
    #framework {
        width: 630px;
    }

    #fullwidth {
        width: 630px;
    }

    #footer_wrap {
        width: 630px;
    }
}

.userInfoDiv {
    display: flex;
    font-size: 1.2rem;
    justify-content: space-between;
}

.userInfoPersonal {
    width: 70%;
}
