﻿@charset "utf-8";
/* CSS Document */
.navigation-top {
    height: 85px;
    width: 100%;
    background: #0c7bbf;
    position: absolute;
    border-radius: 14px;
    top: 0;
    left: 0;
}

.treeview, .treeview ul {
    margin: 0;
    list-style: none;
    font-family: 'Roboto-Regular';
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
}

.treeview {
    padding: 0 0 20px 0;
    background: #fff;
    border-radius: 14px;
    margin: 0 0 22px 0;
}
    .content-left .treeview:after {
        content: '';
        background: url(../images/treeview-bg.png) no-repeat bottom center;
        min-height: 182px;
        display: block;
        margin-top: 15px;
    }

    .treeview ul {
        /* width:230px; */
        float: left;
    }

    .treeview .hitarea {
        height: 0px;
        width: 0px;
        float: left;
        cursor: pointer;
        display: none
    }
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    color: #7b7b7b;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 22.5px 0;
    border: 1px solid #efeff9;
}
    .treeview li:first-child{
        border-radius:0 28px 0 0;
    }
    .treeview li:last-child {
        border-radius: 0 0 28px 0;
    }

    .treeview li a {
        color: #9897a7;
        display: block;
        text-decoration: none;
        /*padding-left: 75px;*/
        padding-left: 50px;
        padding-right: 10px;
    }

.treeview a.selected {
    font-family: 'Roboto-Medium';
    color: #100f27;
    position: relative;
    /*border-color: #f26622;*/
    /* margin-bottom: 0px; */
}

.treeview li a.active {
    position: relative;
    color: #100f27;
    padding-left: 45px;
    font-family: 'Roboto-Medium';
    /*border-color: #f26622*/
}
.treeview li.collapsable > a {
    margin-bottom: 15px;
    position: relative;
    color: #100f27;
    font-family: 'Roboto-Medium';
}
    .treeview li.collapsable > a:before {
        content: '';
        position: absolute;
        transition: all ease .4s;
        left: 38px;
        /*left: 60px;*/
        top: 50%;
        transform: translateY(-50%);
        border: solid transparent;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #100f27;
        border-width: 5px;
    }


    .treeview li a.active:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 3px;
        background: #0c7bbf;
        transition: all ease .3s;
        left: 0;
        top: 7px;
    }


.treeview li.collapsable ul li a:before {
    content: '\f061';
    position: absolute;
    transition: all ease .4s;
    left: 43px;
    /*left: 68px;*/
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    color: #9897a7;
}

.treeview li.collapsable ul li a.selected:before {
    content: '\f178';
    border: none;
    color: #133c56;
    left: 38px;
    /*left: 63px;*/
    font-size: 18px;
}

.treeview li.collapsable ul li {
    box-shadow:none;
}

.treeview li a.selected {
    transition: all ease .3s;
}
.treeview li:has(a.selected) {
    box-shadow: -9px 2px 35px rgba(13, 15, 35, 0.06)
}
.treeview li:first-child:has(a.selected) {
    box-shadow: -10px 5px 24px rgba(13, 15, 35, 0.06)
}

.treeview li a.selected:before {
    content: '';
    position: absolute;
    transition: all ease .4s;
    left: 38px;
    /*left: 60px;*/
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #100f27;
    border-width: 5px;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview li a:hover {
    color: #100f27;
    font-family: 'Roboto-Medium';
}

.treeview li {
}

    .treeview li .icon {
        float: left;
        width: 40px;
        height: 30px;
        margin: -5px 5px 0 0
    }

        .treeview li .icon img {
            max-width: 40px;
            max-height: 30px;
        }

    .treeview li.collapsable {
        position: relative;
    }
        .treeview li.collapsable:after {
            content: '\f077';
            position: absolute;
            transition: all ease .4s;
            right: 25px;
            top: 27px;
            /*transform: translateY(-50%);*/
            font-family: "Font Awesome 6 Free";
            color: #100f27;
            font-size: 12px;
        }

    .treeview li.expandable {
        position:relative;
    }
        .treeview li.expandable:after {
            content: '\f078';
            position: absolute;
            transition: all ease .4s;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Font Awesome 6 Free";
            color: #100f27;
            font-size: 12px;
        }

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li ul li a {
    color: #545555;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 15px;
    padding-left: 60px;
    /*padding-left: 90px;*/
    position: relative;
}

.treeview li ul {
    /* padding:10px 0px; */
    /* margin-top: 5px; */
}

    .treeview li ul li {
        margin-bottom: 0;
        border: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .treeview li ul
    .treeview li ul li ul li {
        margin-bottom: 0;
        border: 0;
        background: none;
    }

    .treeview li ul li ul li a {
        color: #545555;
        font-size: 12px;
        padding: 3px 0px 3px 23px;
    }

.treeview li.last {
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
}

.treeview li.lastCollapsable {
}

.treeview li.lastExpandable {
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
}

.treeview-red li {
}

    .treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
    }

.treeview-black li {
}

    .treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
    }

.treeview-gray li {
}

    .treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
    }

.treeview-famfamfam li {
}

    .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
        background-image: url(images/treeview-famfamfam.gif);
    }

.treeview .placeholder {
    background: url(images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}

.filetree span.folder {
    background: url(images/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(images/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(images/file.gif) 0 0 no-repeat;
}
