﻿
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root
{
    --font-raleway: 'Raleway', sans-serif;
    --font-opensans: 'Open Sans', sans-serif;
    --fontSize24-40: max(min(calc(24px + (40 - 24) * ((100vw - 576px) / (1200 - 576))), 40px), 24px);
    --fontSize21-32: max(min(calc(21px + (32 - 21) * ((100vw - 576px) / (1200 - 576))), 32px), 21px);
    --fontSize16-21: max(min(calc(16px + (21 - 16) * ((100vw - 576px) / (1200 - 576))), 21px), 16px);
    --fontSize16-24: max(min(calc(16px + (24 - 16) * ((100vw - 576px) / (1200 - 576))), 24px), 16px);
    --fontSize16-30: max(min(calc(16px + (30 - 16) * ((100vw - 576px) / (1200 - 576))), 30px), 16px);
    --fontSize18-30: max(min(calc(18px + (30 - 18) * ((100vw - 576px) / (1200 - 576))), 30px), 18px);
    --fontSize18-32: max(min(calc(18px + (32 - 18) * ((100vw - 576px) / (1200 - 576))), 32px), 18px);
    --fontSize20-40: max(min(calc(20px + (40 - 20) * ((100vw - 576px) / (1200 - 576))), 40px), 20px);
    --fontSize32-66: max(min(calc(32px + (66 - 32) * ((100vw - 576px) / (1200 - 576))), 66px), 32px);
    --fontSize32-58: max(min(calc(32px + (68 - 32) * ((100vw - 576px) / (1200 - 576))), 58px), 32px);
    --prim-green: #C0DCB0;
    --prim-black: #181B35;
    --sec-green: #D7E9D3;
    --contrast: #333399;
}

@media (min-width: 1366px)
{
    .az-container
    {
        width: 96% !important;
    }
}

html
{
    background-color: #FBFBFB;
    font-family: var(--font-opensans);
    color: var(--prim-black);
    line-height: 1.5;
}

fieldset
{
    min-height: calc(100vh - 75px);
    margin: 14px 14px 7px 14px;
    padding: 7px;
    border: 1px solid rgba(0,0,0,0.20);
}

legend
{
    width: auto;
    margin-bottom: 0;
    padding: 0 7px 0 7px;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.az-window-dialog > article
{
    font-size: 15px;
    padding: 20px 20px 30px 20px;
}

#az-window > .az-window-titlebar,
.az-modal-dialog-titlebar
{
    background-color: var(--prim-green);
    color: var(--prim-black);
}

    .az-form-group .az-alert-danger,
    .az-modal-dialog-titlebar.az-alert-danger
    {
        background-color: var(--prim-black) !important;
        color: #FFFFFF;
    }

.az-menu
{
    margin-top: 7px;
}

    .az-menu > div
    {
        margin: 0 8px 4px 0;
    }

        .az-menu > div:first-child
        {
            margin-top: 4px;
            margin-bottom: 21px;
        }

            .az-menu > div:first-child > a
            {
                height: 28.92px;
            }

        .az-menu > div a
        {
            display: block;
            padding: 7px;
            color: #000000;
        }

            .az-menu > div a:hover
            {
                background-color: #F0F0F0;
                color: #666666;
                border-radius: 0px 20px 20px 0px;
                -moz-border-radius: 0px 20px 20px 0px;
                -webkit-border-radius: 0px 20px 20px 0px;
            }

        .az-menu > div > div
        {
            padding-bottom: 5px;
        }

            .az-menu > div > div > div.az-form-group
            {
                margin: 4px 0 0 0;
            }

        .az-menu > div.selected
        {
        }

            .az-menu > div.selected > a
            {
                background-color: #F0F0F0;
                color: #666666;
                border-radius: 0px 20px 20px 0px;
                -moz-border-radius: 0px 20px 20px 0px;
                -webkit-border-radius: 0px 20px 20px 0px;
            }

    .az-menu.closed > div > a > span
    {
        display: none;
    }

#main-wrapper
{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F8F8F8;
}

#col-1-menu
{
    width: 46px;
}

#col-2-content
{
    width: calc(100% - 46px);
    height: calc(100vh - 50px);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.az-dropdown-layout
{
    background-color: var(--prim-green);
}

    .az-dropdown-layout > li:first-child
    {
        border-top: none;
    }

    .az-dropdown-layout > li > a > i
    {
        color: var(--contrast);
    }

    .az-dropdown-layout > li > a:hover
    {
        background-color: transparent;
    }

        .az-dropdown-layout > li > a:hover > i
        {
            color: #FFFFFF;
        }

.az-avatar-wrapper
{
    cursor: auto;
    display: block;
    width: 100px;
    height: 100px;
    margin: 7px 0 7px 0;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
}

.az-avatar
{
    font-size: 60px;
    color: var(--contrast);
}

.text-overflow-ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-title
{
    margin: 0;
}

ul.ui-autocomplete
{
    border: 0 !important;
    border-radius: 4px !important;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

li.ui-menu-item
{
    padding: 7px;
    font-size: 18px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active
{
    border: 1px solid var(--sec-green) !important;
    background: var(--sec-green) !important;
    color: var(--prim-black) !important;
}

@-webkit-keyframes searchmenu-expanded
{
    0%
    {
        width: 0;
    }

    100%
    {
        width: 25vw;
    }
}

@-moz-keyframes searchmenu-expanded
{
    0%
    {
        width: 0;
    }

    100%
    {
        width: 25vw;
    }
}

@-o-keyframes searchmenu-expanded
{
    0%
    {
        width: 0;
    }

    100%
    {
        width: 25vw;
    }
}

@keyframes searchmenu-expanded
{
    0%
    {
        width: 0;
    }

    100%
    {
        width: 25vw;
    }
}

#NewsContentDiv > div > table.invitation::before
{
    content: '\e592';
    position: absolute;
    left: 33px;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 64px;
    color: #00B050;
}

#NewsContentDiv > div > table.news::before
{
    content: '\f1ea';
    position: absolute;
    left: 33px;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 64px;
    color: #0070C0;
}

#NewsContentDiv > div > table.servicemessage::before
{
    content: '\f4fe';
    position: absolute;
    left: 33px;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 64px;
    color: #FF0000;
}

#NewsContentDiv
{
    position: relative;
    max-width: 1200px;
}

    #NewsContentDiv > div
    {
        position: relative;
    }


        #NewsContentDiv > div > table
        {
            margin: 0 0 35px 150px;
        }

            #NewsContentDiv > div > table td.title-td
            {
                padding-bottom: 7px;
            }

                #NewsContentDiv > div > table td.title-td > h1,
                #NewsContentDiv > div > table td.title-td > h6
                {
                    font-weight: 300;
                    color: var(--prim-black);
                }

                #NewsContentDiv > div > table td.title-td > h1
                {
                    font-size: var(--fontSize18-30);
                }

                #NewsContentDiv > div > table td.title-td > h6
                {
                    font-size: var(--fontSize16-21);
                }

            #NewsContentDiv > div > table td.description-td
            {
                padding-bottom: 10px;
            }

            #NewsContentDiv > div > table td.footer-td
            {
                display: none;
                padding-top: 14px;
                border-top: 1px solid var(--contrast);
            }

            #NewsContentDiv > div > table td.date-icon-td > i
            {
                font-size: 18px;
                color: var(--contrast);
            }

            #NewsContentDiv > div > table td.date-td
            {
                padding-right: 14px;
            }

                #NewsContentDiv > div > table td.date-td > span
                {
                    position: relative;
                    top: -1px;
                    font-size: 15px;
                }

            #NewsContentDiv > div > table td.time-icon-td > i
            {
                font-size: 18px;
                color: var(--contrast);
            }

            #NewsContentDiv > div > table td.time-td
            {
                padding-right: 14px;
            }

                #NewsContentDiv > div > table td.time-td > span
                {
                    position: relative;
                    top: -1px;
                    font-size: 15px;
                }

            #NewsContentDiv > div > table td.user-icon-td > i
            {
                font-size: 18px;
                color: var(--contrast);
            }

            #NewsContentDiv > div > table td.user-td
            {
            }

                #NewsContentDiv > div > table td.user-td > span
                {
                    position: relative;
                    top: -1px;
                    font-size: 15px;
                }

@media screen and (max-width: 576px)
{
    #main-wrapper
    {
        background-color: #FFFFFF;
    }

    #NewsContentDiv
    {
        row-gap: 14px;
        margin-left: 14px;
        margin-right: 14px;
    }

        #NewsContentDiv > div > table
        {
            margin: 0 0 35px 0;
        }

            #NewsContentDiv > div > table.invitation::before,
            #NewsContentDiv > div > table.news::before,
            #NewsContentDiv > div > table.servicemessage::before
            {
                content: none;
            }
}


#Footer
{
    background-color: var(--prim-black);
}

    #Footer > #ContainerFooter
    {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        #Footer > #ContainerFooter > div:nth-child(1) > div > div
        {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 35px;
        }

        #Footer > #ContainerFooter > div:nth-child(1) > div > div
        {
            font-size: var(--fontSize16-30);
            font-weight: bold;
            color: #FFFFFF;
        }

            #Footer > #ContainerFooter > div:nth-child(1) > div > div > img.logo
            {
                height: 30px;
                filter: brightness(0) invert(1);
                -webkit-filter: brightness(0) invert(1);
            }

            #Footer > #ContainerFooter > div:nth-child(1) > div > div > img.logo-symbol
            {
                width: 80px;
            }

        #Footer > #ContainerFooter > div:nth-child(2) > div > div
        {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 14px;
            margin-top: 21px;
        }

            #Footer > #ContainerFooter > div:nth-child(2) > div > div > i
            {
                color: #FFFFFF;
                cursor: pointer;
            }

        #Footer > #ContainerFooter > div:nth-child(3) > div > div
        {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 7px;
            margin-top: 21px;
            cursor: pointer;
        }

            #Footer > #ContainerFooter > div:nth-child(3) > div > div > div
            {
                color: #FFFFFF;
                font-size: 14px;
            }

        #Footer > #ContainerFooter > div:nth-child(4) > div > div
        {
            margin-top: 21px;
            text-align: center;
            font-size: 14px;
            color: #FFFFFF;
        }

#az-full-window
{
    overflow-y: scroll;
}

#PrivacyStatementTable
{
    margin: 56px;
    max-width: 1200px;
}

    #PrivacyStatementTable td
    {
        font-size: 17px;
    }

    #PrivacyStatementTable h1
    {
        margin: 14px 0 7px 0;
        font-size: var(--fontSize24-40);
    }

    #PrivacyStatementTable h2
    {
        margin: 14px 0 7px 0;
        font-size: var(--fontSize21-32);
    }

    #PrivacyStatementTable ol
    {
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }

        #PrivacyStatementTable ol li
        {
            margin: 7px 0 7px 21px;
        }

@media screen and (max-width: 576px)
{
    #PrivacyStatementTable
    {
        margin: 35px 14px 14px 14px;
    }

    #Footer > #ContainerFooter > div:nth-child(1) > div > div
    {
        flex-direction: column;
        gap: 14px;
    }

    #Footer > #ContainerFooter > div:nth-child(2) > div > div
    {
        gap: 0;
        margin-top: 21px;
    }

    #Footer > #ContainerFooter > div:nth-child(1) > div > div > img.logo
    {
        height: 20px;
    }

    #Footer > #ContainerFooter > div:nth-child(1) > div > div > img.logo-symbol
    {
        width: 50px;
    }
}




/* --- FJERNES -- */
/*
.ui-front
{
    z-index: 5000;
}

.ui-dialog
{
    position: fixed;
    padding: 0 !important;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ui-widget-header
{
    border: 0 !important;
    font-weight: normal !important
}

.ui-dialog-titlebar
{
    padding: 0 !important;
}

.ui-dialog-title
{
    padding: 7px !important;
}

.ui-dialog-titlebar-close
{
    right: 7px !important;
}

.ui-corner-all
{
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.ui-dialog-content
{
    padding: 0 !important;
}

.ui-widget.ui-widget-content
{
    border: 1px solid #dddddd;
}

.az-modal-dialog
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
    background-color: #FFFFFF;
    color: #000000;
}

.az-modal-dialog-titlebar
{
    height: 30px !important;
    margin: 7px !important;
}

.az-modal-dialog-content
{
    overflow-y: auto;
    margin-left: 7px;
    margin-right: 7px;
}

#az-window
{
    position: fixed;
    z-index: 5000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #000000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    #az-window > .az-window-dialog
    {
        overflow-y: auto;
        margin-left: 7px;
        margin-right: 7px;
    }

    #az-window > .az-window-titlebar
    {
        height: 30px;
        margin: 7px;
        padding: 7px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #az-window > .az-window-titlebar > h1
        {
            display: inline-block;
            font-size: 14px;
        }

        #az-window > .az-window-titlebar > span
        {
            float: right;
            margin-right: 4px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
        }

            #az-window > .az-window-titlebar > span:hover
            {
                color: #FF4136;
            }


*/
/*
    
li#SearchMenu
{
width: 250px;
cursor: default;
}

li#SearchMenu .az-form-group
{
margin-top: 12px;
}

@media screen and (max-width: 576px)
{
li#SearchMenu
{
width: 100%;
}

li#SearchMenu .az-form-group .az-input
{
opacity: 1;
}
}   
    
.az-dropdown-layout > li:not(:first-child)
{
border-top: 1px solid var(--contrast);
}   
    
    
li#SearchMenu
{
width: 0px;
}

li#SearchMenu.searchmenu-expanded
{
-webkit-animation: searchmenu-expanded 0.2s 1 forwards;
-moz-animation: searchmenu-expanded 0.2s 1 forwards;
-o-animation: searchmenu-expanded 0.2s 1 forwards;
animation: searchmenu-expanded 0.2s 1 forwards;
}

li#SearchMenu .az-form-group
{
margin-top: 7px;
}

li#SearchMenu .az-form-group .az-input
{
opacity: 0;
border: none;
border-bottom: 1px solid var(--overcast);
background-color: var(----prim-green);
font-size: 15px;
color: var(--overcast);
}

li#SearchMenu.searchmenu-expanded .az-form-group .az-input
{
opacity: 1;
}

li#SearchMenu .az-form-group .az-input:focus
{
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

li#SearchMenu .az-form-group .az-input-group-addon
{
border: none;
background-color: transparent;
}

li#SearchMenu .az-form-group .az-input-group-addon > i
{
font-size: 15px;
color: var(--overcast);
}*/
