﻿/*http://www.hongkiat.com/blog/theming-jquery-ui-accordion/*/
/*Menyen under katalogmenyen er i en egen kontroller*/

/*Basic Styles*/
html {
    height: 100%;
    /*Kommentert ut da den klusser til bakgrunnsbildet på desktop login*/
    /*background: #f8f9f0;*/ 
}

a {
    text-decoration: none;
}

:focus, :active {
    outline: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*/////////////// KATALOGMENYEN ////////////////*/
#accKatalog {
    width: 160px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #accKatalog .ui-accordion-header {
        margin: 0px;
        background-color: #389abe;
        background-image: -moz-linear-gradient(top, #389abe 0%, #2a7b99 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
        background-image: -webkit-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -o-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -ms-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: linear-gradient(to bottom, #389abe 0%,#2a7b99 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
    }

        #accKatalog .ui-accordion-header a {
            color: #fff;
            line-height: 30px;
            display: block;
            font-size: 1.1em;
            width: 100%;
            text-indent: 10px;
            text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            border-top: 1px solid rgba(250, 250, 250, .2);
        }

    #accKatalog .ui-accordion-content {
        width: 100%;
        background-color: #f3f3f3;
        color: #666;
        font-size: 1.0em;
        line-height: 1.1em;
        box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2), inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
    }

        #accKatalog .ui-accordion-content > * {
            margin: 0;
            padding: 2px;
        }

        #accKatalog .ui-accordion-content a {
            color: #666;
        }

    #accKatalog li {
        color: #797979;
        text-shadow: 1px 1px 0px rgba(255,255,255, .2);
        display: block;
        background: #fff;
        padding-top: 2px;
        padding-bottom: 0px;
    }

        #accKatalog li:hover {
            background: rgba(56, 154, 190, 0.90);
            display: block;
            color: white;
        }

        #accKatalog li a {
            padding-top: 2px;
            padding-bottom: 2px;
            color: #797979;
            text-shadow: 1px 1px 0px rgba(255,255,255, .2);
            display: block;
            background: #fff;
        }

        #accKatalog li:hover a {
            background: rgba(56, 154, 190, 0.90);
            padding-top: 2px;
            padding-bottom: 2px;
            display: block;
            color: white;
        }

#h3ForsteKatalog {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #h3ForsteKatalog a {
        text-indent: 0px !important;
        text-align: center;
    }


/*///////////////////// HOVEDINNHOLD //////////////*/
#accInnhold {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #accInnhold .ui-accordion-header {
        margin-bottom: 0px;
        margin-top: 0px;
        background-image: -moz-linear-gradient(top, #389abe 0%, #2a7b99 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
        background-image: -webkit-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -o-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -ms-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        /*background-image: linear-gradient(to bottom,  rgba(255, 165, 67, 0.50) 0%,rgba(244, 155, 59, 0.50) 100%);*/
        background-image: linear-gradient(to bottom, rgba(56, 154, 190, 0.70) 0%,rgba(42, 123, 153, 0.70) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
    }

        #accInnhold .ui-accordion-header a {
            color: #fff;
            line-height: 30px;
            display: block;
            font-size: 1.1em;
            width: 100%;
            text-indent: 15px;
            text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            border-top: 1px solid rgba(250, 250, 250, .2);
        }

    #accInnhold .ui-accordion-content {
        width: 100%;
        background-color: #f3f3f3;
        color: #000;
        font-size: 1.0em;
        line-height: 1.1em;
        padding: 5px;
    }

        #accInnhold .ui-accordion-content > * {
            margin: 0;
        }

#accInnhold2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    #accInnhold2 .ui-accordion-header {
        margin-bottom: 0px;
        margin-top: 0px;
        background-image: -moz-linear-gradient(top, #389abe 0%, #2a7b99 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
        background-image: -webkit-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -o-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        background-image: -ms-linear-gradient(top, #389abe 0%,#2a7b99 100%);
        /*background-image: linear-gradient(to bottom,  rgba(255, 165, 67, 0.50) 0%,rgba(244, 155, 59, 0.50) 100%);*/
        background-image: linear-gradient(to bottom, rgba(56, 154, 190, 0.70) 0%,rgba(42, 123, 153, 0.70) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
    }

        #accInnhold2 .ui-accordion-header a {
            color: #fff;
            line-height: 30px;
            display: block;
            font-size: 1.1em;
            width: 100%;
            text-indent: 15px;
            text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
            border-bottom: 1px solid rgba(0, 0, 0, .2);
            border-top: 1px solid rgba(250, 250, 250, .2);
        }

    #accInnhold2 .ui-accordion-content {
        width: 100%;
        background-color: #f3f3f3;
        color: #000;
        font-size: 1.0em;
        line-height: 1.1em;
        padding: 5px;
    }

        #accInnhold2 .ui-accordion-content > * {
            margin: 0;
        }

#h3ForsteInnhold {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}





