@import '_content/InvoiceChecker.Components/InvoiceChecker.Components.bundle.scp.css';
@import '_content/Microsoft.Fast.Components.FluentUI/Microsoft.Fast.Components.FluentUI.bundle.scp.css';

/* _content/InvoiceChecker.Web/Pages/PasswordReset.Razor.rz.scp.css */
#loginBody[b-hpljoegia4]{
    background: #fff;
    padding: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

#loginHolder[b-hpljoegia4]{
    border: solid 3px #114433;
    border-radius: 30px;
    display: flex;
    color: #fff;
    box-shadow: #858585 0 20px 20px 0;
    width:100%;
    max-width: 638px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #loginBody[b-hpljoegia4]{
        height: 100% !important;
    }
    #loginHolder[b-hpljoegia4]{
        flex-direction: column;
    }
    #loginHeader[b-hpljoegia4]{
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        border-bottom-left-radius: 0 !important;
        align-items: center;
    }

    #loginHeader a img[b-hpljoegia4]{
        width: 100%;
        max-width: 353px;
    }

    #loginBox[b-hpljoegia4]{
        width:100% !important;
    }

    #loginBox #frmLogin[b-hpljoegia4],
    #loginBox #frmLostpassword[b-hpljoegia4]{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 26px;
    }
}

#loginHeader[b-hpljoegia4]{
    display: flex;
    flex-direction: column;
    background: rgb(205,206,208);
    background: linear-gradient(140deg, rgba(205,206,208,1) 0%, rgba(49,76,61,1) 100%);
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 40px;
}

#loginHeader a img[b-hpljoegia4]{
    width: 100%;
    max-width: 353px;
}

#loginBox[b-hpljoegia4]{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #858585;
    width: 319px;
}

#loginBox h1[b-hpljoegia4]{
    color: #fff;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

#loginHeader h4[b-hpljoegia4],
#loginHeader h3[b-hpljoegia4]{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gill Sans Light",Calibri,sans-serif;
}

#loginHeader h4[b-hpljoegia4]{
    font-size: 24px;
}

#loginHeader h3[b-hpljoegia4]{
    position: relative;
    top: 30px;
    font-size: 36px;
}

#loginHeader #pwordReminder[b-hpljoegia4]{
    margin-top: 35px;
}



#loginBox form[b-hpljoegia4], #loginBox[b-hpljoegia4] {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(146,146,146,1) 100%);
    padding:40px;
}

#loginBox form[b-hpljoegia4]{
    width: 100%;
}

#loginBox.activate[b-hpljoegia4]{
    box-sizing: content-box;
    color: #114433;
    padding-bottom: 80px;
}

#loginBox input[type="text"][b-hpljoegia4],
#loginBox input[type="password"][b-hpljoegia4]{
    color: #858585;
    border-bottom: solid 1px #858585;
}

#loginBox label[b-hpljoegia4]{
    color: #858585;
    text-align: center;
}

.mui-textfield > input[b-hpljoegia4]{
    font-size: 18px;
}

#loginBox a[b-hpljoegia4]{
    text-align: center;
    display: block;
    color: #858585;
    cursor: pointer;
    top: 30px;
    position: relative;
}

#loginBox a:hover[b-hpljoegia4]{
    text-decoration: underline;
}

#loginBox .greenButton[b-hpljoegia4]{
    background: #114433;
    border-radius: 30px;
    color: #fff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    width: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}


#loginBox .functioninfo a[b-hpljoegia4]{
    text-align: center;
    display: block;
    color: #858585;
}

#message_cell[b-hpljoegia4],
#error_cell[b-hpljoegia4]{
    border: dashed 3px red;
    background: #ffcccc;
    color: red;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}

#message_cell_good[b-hpljoegia4]{
    border: dashed 3px green;
    background: #c1fcc1;
    color: green;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}
/* _content/InvoiceChecker.Web/Pages/Search.razor.rz.scp.css */
body[b-gfjv4gj1b2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

a:link[b-gfjv4gj1b2] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

a:visited[b-gfjv4gj1b2] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

a:hover[b-gfjv4gj1b2] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #CDCD00;
    text-decoration: none;
}

table[b-gfjv4gj1b2] {
    background: #fff;
    margin-top: 30px;
}

.main_heading[b-gfjv4gj1b2] {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    background-color: #AABBBB;
}

.heading[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color: #99FFCC;
}

.item_main[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 9px;
    color: #000;
}

.item_special[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 9px;
    color: green;
}

.main_totals[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 10px;
    color: #FFFFFF;
}

.service_total[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 10px;
    color: #4d4d4d;
}

.vat_breakdown[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 9px;
    color: #000;
}

.service_line[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 10px;
    color: #8B8682;
    background-color: #EBEBEB;
}

.payment_terms[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

.terms_and_conditions[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
}

.norsk_address[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 9px;
    color: #333333;
}

.blank_line[b-gfjv4gj1b2] {
    font-family: arial;
    font-size: 9px;
}

.not_available[b-gfjv4gj1b2] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.whitesm[b-gfjv4gj1b2] {
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.greybody[b-gfjv4gj1b2] {
    background-color: #fff;
}

ul[b-gfjv4gj1b2] {
    list-style-type: none;
}

#wrapper[b-gfjv4gj1b2]{
    width: 100%;
    display: flex;
    justify-content: center;
}

#downloadWrapper[b-gfjv4gj1b2]{
    width: 650px;
    display: flex;
    margin-top: 20px;
    align-self: center;
}

.buttonOutline[b-gfjv4gj1b2]{
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.buttonOutline i[b-gfjv4gj1b2]{
    margin-right: 10px;
}

.greenOutline[b-gfjv4gj1b2]{
    border: solid 2px #114433;
    color: #114433;
    transition: 0.5s;
}

.greenOutline:hover[b-gfjv4gj1b2] {
    background: #114433;
    color: #fff;
    transition: 0.5s;
}

.orangeOutline[b-gfjv4gj1b2] {
    border: solid 2px orange;
    color: orange;
    text-decoration: none;
    transition: 0.5s;
}

.orangeOutline:hover[b-gfjv4gj1b2] {
    background: orange;
    color: #000;
    transition: 0.5s;
}

.redOutline[b-gfjv4gj1b2]{
    border: solid 2px #d02026;
    color: #d02026;
    text-decoration: none;
    transition: 0.5s;
}

.redOutline:hover[b-gfjv4gj1b2] {
    background: #d02026;
    color: #fff;
    transition: 0.5s;
}

.blueOutline[b-gfjv4gj1b2]{
    border: solid 2px blue;
    color: blue;
    text-decoration: none;
    transition: 0.5s;
}

.blueOutline:hover[b-gfjv4gj1b2] {
    background: blue;
    color: #fff;
    transition: 0.5s;
}

.blackOutline[b-gfjv4gj1b2]{
    border: solid 2px black;
    color: black;
    text-decoration: none;
    transition: 0.5s;
}

.blackOutline:hover[b-gfjv4gj1b2] {
    background: black;
    color: #fff;
    transition: 0.5s;
}

#accountPopup[b-gfjv4gj1b2] {
    position: absolute;
    background: #d9d9d8;
    left: calc(100% - 312px);
    border-radius: 15px;
    color: #114433;
    padding: 20px;
    border: solid 1px #114433;
    width: 258px;
    top: 20px;
}

#logoutHolder[b-gfjv4gj1b2]{
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
}

#logoutHolder p[b-gfjv4gj1b2]{
    margin: 0;
    padding: 0;
}

#logoutHolder a[b-gfjv4gj1b2]{
    margin-right: 20px;
    text-decoration: none;
}

#closeButton[b-gfjv4gj1b2]{
    border-radius: 50px;
    display: flex;
    color: #fff;
    border: solid 2px #114433;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    background: #F44336;
}

#closeButton:hover[b-gfjv4gj1b2]{
    transform: scale(1.1);
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}
/* _content/InvoiceChecker.Web/Pages/Settings.razor.rz.scp.css */
#emailNotificationsHolder[b-avpj8ai8oa]{
    background: #d6d6d6;
    margin: 0 20px 20px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-sizing: border-box;
}

div#message_cell[b-avpj8ai8oa]{
    width: 100%;
    margin-left: 20px;
}

.company_heading[b-avpj8ai8oa]{
    background: #114433;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px;
}

.heading[b-avpj8ai8oa]{
    background: #919191;
    padding: 10px 15px;
}

#heading[b-avpj8ai8oa]{
    display: flex;
    border-bottom: solid 1px #114433;
    align-items: center;
    margin: 0 20px 20px 20px;
    box-sizing: border-box;
}

#heading.noForm[b-avpj8ai8oa]{
    margin-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #heading[b-avpj8ai8oa]{
        flex-direction: column;
    }
}

#formHolder[b-avpj8ai8oa]{
    padding: 15px;
    box-sizing: border-box;
}

#cpanel[b-avpj8ai8oa]{
    margin-top: 0;
    margin-bottom: 10px;
}

#emailNotificationsHolder select[b-avpj8ai8oa]{
    min-width: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-bottom: 10px;
}



#emailNotificationsHolder form[b-avpj8ai8oa]{
    overflow: visible;
}

#address_editbox[b-avpj8ai8oa]{
    width: 100%;
    margin-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #edit_div div[b-avpj8ai8oa]{
        width:100%;
    }
}

label[b-avpj8ai8oa]{
    color: #858585;
}

.buttonDisabled[b-avpj8ai8oa]{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0,0,0,.87);
    background-color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: 36px;
    padding: 0 26px;
    margin: 6px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: inherit;
    letter-spacing: .03em;
    position: relative;
    overflow: hidden;
    opacity: 50%;
}
/* _content/InvoiceChecker.Web/Pages/ViewInvoice.razor.rz.scp.css */
body[b-ynvffek90x] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

a:link[b-ynvffek90x] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

a:visited[b-ynvffek90x] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #990033;
    text-decoration: none;
}

a:hover[b-ynvffek90x] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #CDCD00;
    text-decoration: none;
}

table[b-ynvffek90x] {
    background: #fff;
    margin-top: 30px;
}

.main_heading[b-ynvffek90x] {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    background-color: #AABBBB;
}

.heading[b-ynvffek90x] {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color: #99FFCC;
}

.item_main[b-ynvffek90x] {
    font-family: arial;
    font-size: 9px;
    color: #000;
}

.item_special[b-ynvffek90x] {
    font-family: arial;
    font-size: 9px;
    color: green;
}

.main_totals[b-ynvffek90x] {
    font-family: arial;
    font-size: 10px;
    color: #FFFFFF;
}

.service_total[b-ynvffek90x] {
    font-family: arial;
    font-size: 10px;
    color: #4d4d4d;
}

.vat_breakdown[b-ynvffek90x] {
    font-family: arial;
    font-size: 9px;
    color: #000;
}

.service_line[b-ynvffek90x] {
    font-family: arial;
    font-size: 10px;
    color: #8B8682;
    background-color: #EBEBEB;
}

.payment_terms[b-ynvffek90x] {
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
}

.terms_and_conditions[b-ynvffek90x] {
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
}

.norsk_address[b-ynvffek90x] {
    font-family: arial;
    font-size: 9px;
    color: #333333;
}

.blank_line[b-ynvffek90x] {
    font-family: arial;
    font-size: 9px;
}

.not_available[b-ynvffek90x] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.whitesm[b-ynvffek90x] {
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.greybody[b-ynvffek90x] {
    background-color: #fff;
}

ul[b-ynvffek90x] {
    list-style-type: none;
}

#wrapper[b-ynvffek90x]{
    width: 100%;
    display: flex;
    justify-content: center;
}

#downloadWrapper[b-ynvffek90x]{
    width: 650px;
    display: flex;
    margin-top: 20px;
    align-self: center;
}

.buttonOutline[b-ynvffek90x]{
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.buttonOutline i[b-ynvffek90x]{
    margin-right: 10px;
}

.greenOutline[b-ynvffek90x]{
    border: solid 2px #114433;
    color: #114433;
    transition: 0.5s;
}

.greenOutline:hover[b-ynvffek90x] {
    background: #114433;
    color: #fff;
    transition: 0.5s;
}

.orangeOutline[b-ynvffek90x] {
    border: solid 2px orange;
    color: orange;
    text-decoration: none;
    transition: 0.5s;
}

.orangeOutline:hover[b-ynvffek90x] {
    background: orange;
    color: #000;
    transition: 0.5s;
}

.redOutline[b-ynvffek90x]{
    border: solid 2px #d02026;
    color: #d02026;
    text-decoration: none;
    transition: 0.5s;
}

.redOutline:hover[b-ynvffek90x] {
    background: #d02026;
    color: #fff;
    transition: 0.5s;
}

.blueOutline[b-ynvffek90x]{
    border: solid 2px blue;
    color: blue;
    text-decoration: none;
    transition: 0.5s;
}

.blueOutline:hover[b-ynvffek90x] {
    background: blue;
    color: #fff;
    transition: 0.5s;
}

.blackOutline[b-ynvffek90x]{
    border: solid 2px black;
    color: black;
    text-decoration: none;
    transition: 0.5s;
}

.blackOutline:hover[b-ynvffek90x] {
    background: black;
    color: #fff;
    transition: 0.5s;
}

#accountPopup[b-ynvffek90x] {
    position: absolute;
    background: #d9d9d8;
    left: calc(100% - 312px);
    border-radius: 15px;
    color: #114433;
    padding: 20px;
    border: solid 1px #114433;
    width: 258px;
    top: 20px;
}

#logoutHolder[b-ynvffek90x]{
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
}

#logoutHolder p[b-ynvffek90x]{
    margin: 0;
    padding: 0;
}

#logoutHolder a[b-ynvffek90x]{
    margin-right: 20px;
    text-decoration: none;
}

#closeButton[b-ynvffek90x]{
    border-radius: 50px;
    display: flex;
    color: #fff;
    border: solid 2px #114433;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    background: #F44336;
}

#closeButton:hover[b-ynvffek90x]{
    transform: scale(1.1);
    color: #fff;
    transition: 0.2s;
    text-decoration: none;
}
/* _content/InvoiceChecker.Web/Shared/Login.razor.rz.scp.css */
#loginBody[b-a7mldj14k9]{
    background: #fff;
    padding: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

#loginHolder[b-a7mldj14k9]{
    border: solid 3px #114433;
    border-radius: 30px;
    display: flex;
    color: #fff;
    box-shadow: #858585 0 20px 20px 0;
    width:100%;
    max-width: 638px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #loginBody[b-a7mldj14k9]{
        height: 100% !important;
    }
    #loginHolder[b-a7mldj14k9]{
        flex-direction: column;
    }
    #loginHeader[b-a7mldj14k9]{
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        border-bottom-left-radius: 0 !important;
        align-items: center;
    }

    #loginHeader a img[b-a7mldj14k9]{
        width: 100%;
        max-width: 353px;
    }

    #loginBox[b-a7mldj14k9]{
        width:100% !important;
    }

    #loginBox #frmLogin[b-a7mldj14k9],
    #loginBox #frmLostpassword[b-a7mldj14k9]{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 26px;
    }
}

#loginHeader[b-a7mldj14k9]{
    display: flex;
    flex-direction: column;
    background: rgb(205,206,208);
    background: linear-gradient(140deg, rgba(205,206,208,1) 0%, rgba(49,76,61,1) 100%);
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 40px;
}

#loginHeader a img[b-a7mldj14k9]{
    width: 100%;
    max-width: 353px;
}

#loginBox[b-a7mldj14k9]{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #858585;
    width: 319px;
}

#loginBox h1[b-a7mldj14k9]{
    color: #fff;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

#loginHeader h4[b-a7mldj14k9],
#loginHeader h3[b-a7mldj14k9]{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gill Sans Light",Calibri,sans-serif;
}

#loginHeader h4[b-a7mldj14k9]{
    font-size: 24px;
}

#loginHeader h3[b-a7mldj14k9]{
    position: relative;
    top: 30px;
    font-size: 36px;
}

#loginHeader #pwordReminder[b-a7mldj14k9]{
    margin-top: 35px;
}



#loginBox form[b-a7mldj14k9], #loginBox[b-a7mldj14k9] {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(146,146,146,1) 100%);
    padding:40px;
}

#loginBox form[b-a7mldj14k9]{
    width: 100%;
}

#loginBox.activate[b-a7mldj14k9]{
    box-sizing: content-box;
    color: #114433;
    padding-bottom: 80px;
}

#loginBox input[type="text"][b-a7mldj14k9],
#loginBox input[type="password"][b-a7mldj14k9]{
    color: #858585;
    border-bottom: solid 1px #858585;
}

#loginBox label[b-a7mldj14k9]{
    color: #858585;
    text-align: center;
}

.mui-textfield > input[b-a7mldj14k9]{
    font-size: 18px;
}

#loginBox a[b-a7mldj14k9]{
    text-align: center;
    display: block;
    color: #858585;
    cursor: pointer;
    top: 30px;
    position: relative;
}

#loginBox a:hover[b-a7mldj14k9]{
    text-decoration: underline;
}

#loginBox .greenButton[b-a7mldj14k9]{
    background: #114433;
    border-radius: 30px;
    color: #fff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    width: 80px;
    margin: 0 auto;	
    display: flex;
    justify-content: center;
    align-items: center
}


#loginBox .functioninfo a[b-a7mldj14k9]{
    text-align: center;
    display: block;
    color: #858585;
}

#message_cell[b-a7mldj14k9],
#error_cell[b-a7mldj14k9]{
    border: dashed 3px red;
    background: #ffcccc;
    color: red;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}

#message_cell_good[b-a7mldj14k9]{
    border: dashed 3px green;
    background: #c1fcc1;
    color: green;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}
/* _content/InvoiceChecker.Web/Shared/LostPassword.razor.rz.scp.css */
#loginBody[b-737pl2ixwb]{
    background: #fff;
    padding: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

#loginHolder[b-737pl2ixwb]{
    border: solid 3px #114433;
    border-radius: 30px;
    display: flex;
    color: #fff;
    box-shadow: #858585 0 20px 20px 0;
    width:100%;
    max-width: 638px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #loginBody[b-737pl2ixwb]{
        height: 100% !important;
    }
    #loginHolder[b-737pl2ixwb]{
        flex-direction: column;
    }
    #loginHeader[b-737pl2ixwb]{
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        border-bottom-left-radius: 0 !important;
        align-items: center;
    }

    #loginHeader a img[b-737pl2ixwb]{
        width: 100%;
        max-width: 353px;
    }

    #loginBox[b-737pl2ixwb]{
        width:100% !important;
    }

    #loginBox #frmLogin[b-737pl2ixwb],
    #loginBox #frmLostpassword[b-737pl2ixwb]{
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 26px;
    }
}

#loginHeader[b-737pl2ixwb]{
    display: flex;
    flex-direction: column;
    background: rgb(205,206,208);
    background: linear-gradient(140deg, rgba(205,206,208,1) 0%, rgba(49,76,61,1) 100%);
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 40px;
}

#loginHeader a img[b-737pl2ixwb]{
    width: 100%;
    max-width: 353px;
}

#loginBox[b-737pl2ixwb]{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #858585;
    width: 319px;
}

#loginBox h1[b-737pl2ixwb]{
    color: #fff;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

#loginHeader h4[b-737pl2ixwb],
#loginHeader h3[b-737pl2ixwb]{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gill Sans Light",Calibri,sans-serif;
}

#loginHeader h4[b-737pl2ixwb]{
    font-size: 24px;
}

#loginHeader h3[b-737pl2ixwb]{
    position: relative;
    top: 30px;
    font-size: 36px;
}

#loginHeader #pwordReminder[b-737pl2ixwb]{
    margin-top: 35px;
}



#loginBox form[b-737pl2ixwb], #loginBox[b-737pl2ixwb] {
    display: flex;
    flex-direction: column;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
    background: rgb(255,255,255);
    background: linear-gradient(140deg, rgba(255,255,255,1) 0%, rgba(146,146,146,1) 100%);
    padding:40px;
}

#loginBox form[b-737pl2ixwb]{
    width: 100%;
}

#loginBox.activate[b-737pl2ixwb]{
    box-sizing: content-box;
    color: #114433;
    padding-bottom: 80px;
}

#loginBox input[type="text"][b-737pl2ixwb],
#loginBox input[type="password"][b-737pl2ixwb]{
    color: #858585;
    border-bottom: solid 1px #858585;
}

#loginBox label[b-737pl2ixwb]{
    color: #858585;
    text-align: center;
}

.mui-textfield > input[b-737pl2ixwb]{
    font-size: 18px;
}

#loginBox a[b-737pl2ixwb]{
    text-align: center;
    display: block;
    color: #858585;
    cursor: pointer;
    top: 30px;
    position: relative;
}

#loginBox a:hover[b-737pl2ixwb]{
    text-decoration: underline;
}

#loginBox .greenButton[b-737pl2ixwb]{
    background: #114433;
    border-radius: 30px;
    color: #fff;
    border: 0;
    padding: 5px;
    cursor: pointer;
    width: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}


#loginBox .functioninfo a[b-737pl2ixwb]{
    text-align: center;
    display: block;
    color: #858585;
}

#message_cell[b-737pl2ixwb],
#error_cell[b-737pl2ixwb]{
    border: dashed 3px red;
    background: #ffcccc;
    color: red;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}

#message_cell_good[b-737pl2ixwb]{
    border: dashed 3px green;
    background: #c1fcc1;
    color: green;
    padding: 10px;
    width: 300px;
    left: calc(50% - 150px);
    box-sizing: border-box;
}
/* _content/InvoiceChecker.Web/Shared/MainLayout.razor.rz.scp.css */
#headerFrame[b-20jv3j3yz3] {
    z-index: 101;
    position: fixed;
    display: block;
    width: 100%;
}
/* _content/InvoiceChecker.Web/Shared/NavHeader.razor.rz.scp.css */
div#user[b-qm0dy0mfzg],div#search[b-qm0dy0mfzg] {
    color: #fff;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

div#search input[type="text"][b-qm0dy0mfzg],
div#search input[type="number"][b-qm0dy0mfzg]{
    color: #fff;
    border-bottom: solid 1px #fff;
    width:100%;
}

div#search[b-qm0dy0mfzg]{
    width: 447px;
}

.mui-textfield[b-qm0dy0mfzg],.mui-button[b-qm0dy0mfzg]{
    display: inline-block !important;
}

#search label[b-qm0dy0mfzg]{
    color: #fff;
}

#logOutButton[b-qm0dy0mfzg], #searchButton[b-qm0dy0mfzg] {
    cursor: pointer;
    margin-left: 20px;
}

#norskHeader *[b-qm0dy0mfzg] {
    box-sizing: border-box;
}

#norskHeader nav[b-qm0dy0mfzg] {
    height: 160px;
    justify-content: space-between;
}

#norskHeader nav #menu[b-qm0dy0mfzg] {
    display: flex;
}

#norskHeader nav #menu img[b-qm0dy0mfzg] {
    margin-right: 20px;
}


#norskHeader[b-qm0dy0mfzg],
#norskHeader nav[b-qm0dy0mfzg] {
    display: flex;
    flex-direction: row;
    height: 80px;
    background: rgb(255, 255, 255);
    background: linear-gradient(140deg, rgba(255, 255, 255, 1) 0%, rgba(17, 68, 51, 1) 100%);
    width: 100%;
    padding: 5px 20px;
    align-items: center;
    align-content: space-between;
    box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #norskHeader[b-qm0dy0mfzg],
    #norskHeader nav[b-qm0dy0mfzg] {
        flex-direction: column;
        height:auto;
    }
}

#logoWrapper[b-qm0dy0mfzg]{
    display: flex;
    flex-grow:1;
    align-items: flex-start;
}

#logoWrapper #linkImage[b-qm0dy0mfzg]{
    display: inline;
}

#logoWrapper #linkImage img[b-qm0dy0mfzg]{
    width: 255px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #logoWrapper #linkImage img[b-qm0dy0mfzg]{
        max-width: 555px;
        width: 100%;
    }
}

#norskHeader[b-qm0dy0mfzg]{
    border-bottom: solid 3px #114433;
    z-index: 200;
}

#norskHeader nav[b-qm0dy0mfzg] {
    height: 160px;
    justify-content: space-between;
}

#norskHeader nav #menu[b-qm0dy0mfzg] {
    display: flex;
}

#norskHeader nav #menu img[b-qm0dy0mfzg] {
    margin-right: 20px;
}

div#userButton[b-qm0dy0mfzg] {
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border: solid 2px #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
}

div#userButton i[b-qm0dy0mfzg]{
    margin-right: 5px;
}

div#userButton #closeButton[b-qm0dy0mfzg]{
    margin-left: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    div#userButton[b-qm0dy0mfzg]{
        margin-bottom: 20px;
    }
}

#accountPopup[b-qm0dy0mfzg]{
    position: absolute;
    background: #d9d9d8;
    left: calc(100% - 278px);
    border-radius: 15px;
    color: #114433;
    padding: 20px;
    border: solid 1px #114433;
    width: 258px;
    top: 75px;
}

div#search[b-qm0dy0mfzg] {
    color: #fff;
    min-width: 360px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#searchFormWrapper[b-qm0dy0mfzg]{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.mui-radio[b-qm0dy0mfzg]{
    margin: 0 !important;
    max-width: 150px;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    div#search[b-qm0dy0mfzg]{
        justify-content: center;
        flex-direction: column;
    }
    #searchFormWrapper[b-qm0dy0mfzg]{
        flex-direction: column;
    }
    #searchFormWrapper .mui-textfield[b-qm0dy0mfzg],
    #searchWrapper #searchInput[b-qm0dy0mfzg]{
        margin-right: 0 !important;
    }
    div#search input[type="text"][b-qm0dy0mfzg] {
        margin-right: 0 !important;
    }
}

div#search input[type="text"][b-qm0dy0mfzg],
div#search input[type="number"][b-qm0dy0mfzg] {
    color: #fff;
    border-bottom: solid 1px #fff;
    width: 100%;
    margin-right: 20px;
}

#searchFormWrapper .mui-textfield[b-qm0dy0mfzg]{
    margin-right: 20px;
}

.mui-textfield[b-qm0dy0mfzg], .mui-button[b-qm0dy0mfzg] {
    display: inline-block !important;
}

#search label[b-qm0dy0mfzg] {
    color: #fff;
}

#logOutButton[b-qm0dy0mfzg], #searchButton[b-qm0dy0mfzg] {
    cursor: pointer;
    margin-left: 20px;
}

#searchButton[b-qm0dy0mfzg]{
    margin-right: 20px;
}

#searchValue input[type=number][b-qm0dy0mfzg] {
    -moz-appearance: textfield;
}

#searchValue input[b-qm0dy0mfzg]::-webkit-outer-spin-button, input[b-qm0dy0mfzg]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* _content/InvoiceChecker.Web/Shared/NavMenu.razor.rz.scp.css */
#navBody[b-9qjour6tda]{
    background: #f5f5f5;
    width: 240px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    #navBody[b-9qjour6tda]{
        width:240px;
    }
}

div#container[b-9qjour6tda]{
    padding-bottom: 30px;
}


div#taxonomy[b-9qjour6tda] {
    width: 20%;
    position: fixed;
    background: #f5f5f5;
    border-right: solid;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    padding-left: 1vh;
    bottom: 0;
    z-index: 100;
}

ul#navMenu[b-9qjour6tda]{
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    align-content: center;
    list-style-type: none;
}

@media only screen and (min-width: 320px) and (max-width: 720px){
    li.menuItem[b-9qjour6tda]{
        width: 240px;
    }
}

li.menuItem a[b-9qjour6tda]{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width:240px;
    box-sizing: border-box;
}

li.menuItem:last-child a[b-9qjour6tda]{
    border-bottom: solid 1px #ccc;
    border-top: none;
}

li.menuItem a:hover[b-9qjour6tda]{
    background: #ccc;
}

/*@media only screen and (min-width: 320px) and (max-width: 720px){
    li.menuItem a{
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
    li.menuItem a:first-child{
        border-bottom: none;
    }
    li.menuItem a:last-child{
        border-bottom: solid 1px #ccc;
        border-top: none;
    }

}*/

li.menuItem i[b-9qjour6tda]{
    margin-right: 10px;
}

li#menuItemArchive a[b-9qjour6tda]{
    color: #114433;
}

li#menuItemSettings a[b-9qjour6tda]{
    color: orange;
}
