﻿@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: 91%;
    float: left;
    position: relative;
}

.treeview {
    padding: 50px 40px 20px;
    background: #fff;
    border-radius: 14px;
    margin: 22px;
}

    .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;
    /* font-family: 'Montserrat-Light'; */
    margin: 0px 0 4px 0;
    /*border-bottom:1px solid #eaeaea;*/
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

    .treeview li a {
        color: #7b7b7b;
        /* border-bottom:2px solid #fff; */
        display: block;
        /* padding:10px 0 12px 0; */
        text-decoration: none;
    }

.treeview a.selected {
    font-family: 'Roboto-Bold';
    color: #133c56;
    position: relative;
    /*border-color: #f26622;*/
    /* margin-bottom: 0px; */
}

.treeview li a.active {
    position: relative;
    color: #133c56;
    padding-left: 45px;
    font-family: 'Roboto-Bold';
    /*border-color: #f26622*/
}
.treeview li.collapsable > a{
    margin-bottom:15px;
}

    .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: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #0c7bbf;
    border-radius: 50%;
    transition: none;
}

.treeview li.collapsable ul li a.selected:before {
    background: #0c7bbf;
}

.treeview li.collapsable ul li a.selected {
    padding-left: 22px;
}

.treeview li a.selected {
    padding-left: 45px;
    transition: all ease .3s;
}

    .treeview li a.selected:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 3px;
        background: #0c7bbf;
        transition: all ease .4s;
        left: 0;
        top: 7px;
    }

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview li a:hover {
    color: #133c56;
    font-family: 'Roboto-Bold';
}

.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 {
    }

    .treeview li.expandable {
    }

.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:7px 5px 7px 23px; */
    padding-left: 22px;
    margin-top: 10px;
    line-height: 17px;
    position: relative;
}

.treeview li ul {
    /* padding:10px 0px; */
    /* margin-top: 5px; */
}

    .treeview li ul li {
        margin-bottom: 0;
        border: 0;
        background: url(../images/menu-arrow.png) no-repeat left 10px;
        padding-bottom: 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;
}
