﻿.wrapper {
    overflow: hidden;
}

.page-wrapper {
    position: static;
    /*border-left: 1px solid #e7e7e7;去掉web vat横向滚动条*/
    overflow: hidden;
}

.tree-i {
    padding: 0px 5px;
    vertical-align: middle;
    outline-color: white;
}

.navbar-custom {
    width: 250px;
    position: static;
    border: none;
    float: left;
}

.navbar-custom-top {
    top: 0;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 10; /*覆盖右侧内容页*/
    background-color: white;
    margin-right: 10px;
}

    /* 新导航菜单样式 开始 */

    .navbar-custom-top .apex-title {
        
        color: white;
        font-size: 17px;
    }


    .navbar-custom-top .nav-element-right {
        color: white;
    }

    .navbar-custom-top span.dropBottom, span.dropRight {
        display: block;
        /*box-shadow: inset 2px 0px 0px #FFFFFF;*/
        position: absolute;
        left: 0px;
        width: 100%;
        height: 100%;
        top: 0px;
    }

    .navbar-custom-top span.dropBottom {
        /*box-shadow: inset 0px 2px 0px #FFFFFF;*/
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    .navbar-custom-top nav {
        display: table;
        margin: 50px auto;
        /*box-shadow: 0px 2px 0px #FFFFFF;*/
    }

    .navbar-custom-top ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .navbar-custom-top ul ul {
            opacity: 1;
            /*position: absolute;*/
            /*top: 160%;*/
            /*left: 100%;*/
            visibility: visible;
            transition: all .4s ease;
            -webkit-transition: all .4s ease;
        }

            .navbar-custom-top ul ul ul {
                top: 0%;
                /*left: 160%;*/
            }

            .navbar-custom-top ul ul li:hover > ul {
                top: 0%;
                left: 100%;
                opacity: 1;
                visibility: visible;
            }

        .navbar-custom-top ul li:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }



        .navbar-custom-top ul li {
            float: left;
            position: relative;
        }

        .navbar-custom-top ul ul li {
            float: none;
        }

        .navbar-custom-top ul li {
            /*background-color: #602320;*/
            cursor: pointer;
        }

        .navbar-custom-top ul a {
            font-size: 14px;
            text-decoration: none;
            display: block;
            /*color: #FFFFFF;*/
            /*padding: 10px 15px;*/
            width: 10em;
      
            text-align: center;
            /*text-shadow: 0px -1px 0px rgba(0,0,0,.2);*/
      
            height: unset;
            line-height: unset;
            padding:10px 0;
        }

        .navbar-custom-top ul li:hover {
            /*background-color: #e0301e;*/
        }

        .navbar-custom-top ul li a:hover {
            /*background-color: #e0301e;*/
        }

        .navbar-custom-top ul li a.active {
            background-color: rgba(208,74,1,0.10);
            color: #D04A01;
            border-left: 5px solid #D04A01;
        }

@media (max-width: 992px) {
    .busy-indicator {
        margin: 17% calc(50% - 100px);
    }
}




/* 新导航菜单样式 结束 */
.nav-container {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: white;
}

.nav-element-left {
    font-size: 15px;
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 145px;
    text-align: center;
}

.nav-element-right {
    position: relative;
    float: right;
    height: 50px;
    line-height: 50px;
    margin-right: 5px; /*30px*/
    text-align: center;
    /*top: 50%;
    transform:translateY(-50%) ;*/
}


    .nav-element-right a {
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        width: 50px;
    }

        .nav-element-right a:hover i {
            color: #e0301e;
        }

.nav-element-left a {
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}

    .nav-element-left a:hover {
        color: white;
        background-color: #833836;
    }

    .nav-element-left a.active {
        background-color: #e0301e;
        color: white;
    }

        .nav-element-left a.active .fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.nav-sub-container {
    height: 50px;
    background-color: white;
    box-shadow: 2px 2px 4px #946d6d;
    display: none;
    padding: 10px 0;
}

    .nav-sub-container:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        content: " ";
        position: relative;
        top: -28px;
        height: 0;
        width: 0;
    }

    .nav-sub-container.first {
    }

    .nav-sub-container.second {
        padding-left: 550px;
    }

    .nav-sub-container.first:after {
        left: -740px;
    }

    .nav-sub-container.second:after {
        left: -300px;
    }

    .nav-sub-container .element-left {
        font-size: 15px;
        position: relative;
        float: left;
        height: 35px;
        line-height: 35px;
        width: 140px;
        /*padding-left: 15px;*/
        text-align: center;
    }

    .nav-sub-container .element-right {
        position: relative;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-right: 20px; /*30px*/
        text-align: center;
        /*top: 50%;
    transform:translateY(-50%) ;*/
    }

    .nav-sub-container .element-left a {
        text-decoration: none;
        display: inline-block;
        height: 100%;
        width: 100%;
    }

.nav-sub-icon-color {
    /* color: black; */
}

.nav-sub-container .element-left a:hover {
    color: #e0301e;
}

.nav-sub-container .element-left a.active {
    color: #e0301e;
}

.nav-icon-color {
}

.sidebar {
    width: 250px ;
}

.nav-left {
    width: 250px;
    height: 70px;
}

.nav > li > a.active {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.38) !important;
    color: #fff;
    border-left: solid 4px #d04a02;
}

.nav > ul > li:hover, .nav > ul > li:focus {
    background-color: rgba(238, 238, 238, 0.38) !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0.38) !important;
    color: #fff;
}

.project {
    float: left;
    margin: 18px 10px;
}

    .project img {
        display: none;
    }

.project-info .progress-bar {
    background-color: #ffca00;
}

.project-info {
    float: left;
    margin: 15px 5px 0px 0px;
    color: white;
    font-size: 13px;

}

    .project-info .project-percentage {
        float: right;
    }

    .project-info .admin-log-img {
      margin-left:20px;
    }


    .project-info > div {
        margin-top: 3px;
        margin-left: 8px;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        color: #FFFFFF;
    }

.custom-progress {
    background-color: #ffffff;
    height: 5px;
    border-radius: 0px;
    box-shadow: none;
}

    .custom-progress .progress-bar {
        box-shadow: none;
    }

.custom-arrow {
    float: right;
    font-size: 1.5em;
    /*margin-top: -12px;*/
    line-height: 50px;
    vertical-align: middle;
}

.project-info .progress {
    margin-bottom: 0px;
}

.nav-left .navbar-custom-button {
    border: none;
    float: right;
    margin: 0px -2px 0px 0px;
    padding: 3px 5px;
    display: block;
    color: white;
}

    .nav-left .navbar-custom-button:hover,
    .nav-left .navbar-custom-button:focus {
        opacity: 0.45;
    }

.nav > li {
    /*background-color: #f3f2f0;*/
    flex: 1;
}

#sidebar-area > .nav > li > a {
    height: 50px;
    padding: 10px 15px 0px 15px;
    /*background-color: #f3f2f0;*/
    color: white;
}

.nav > li > a {
    line-height: 50px;
    vertical-align: middle;
    padding: 0 20px;
}


.nav .menu-number {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    /*color: #7d7d7d;*/
    overflow: hidden;
    float: left;
}

    .nav .menu-number:active{
        color:#fff;
    }

    .nav-second-level > li > a {
        height: 50px;
        /*background-color: white;*/
        padding: 0px 15px 20px 15px;
        line-height: 50px;
        color: white;
    }

.nav-second-level > li.active > a {
    /*-webkit-box-shadow: inset -2px 0px 0px 0px #fe8400;
    -moz-box-shadow:    inset -2px 0px 0px 0px #fe8400;
    box-shadow:         inset -2px 0px 0px 0px #fe8400;*/
}

.nav-second-level > li > a:hover,
.nav-second-level > li > a:focus {
    /*background-color: #ffffff !important;*/
}

.nav-second-level > li > a:hover {
    /*-webkit-box-shadow: inset -2px 0px 0px 0px #fe8400;
    -moz-box-shadow:    inset -2px 0px 0px 0px #fe8400;
    box-shadow:         inset -2px 0px 0px 0px #fe8400; */
}

.nav-second-level > li.active > a > i {
    color: white;
}

.nav-second-level > li.active > a > span {
    color: white;
}

.second-menu-title {
    margin-left: 15px;
}

.superior-menu-active > a > .menu-number,
.superior-menu-active > a > .side-menu-title {
    /*color:#fe8400;*/
}

.side-menu-title {
    margin-left: 25px;
    /*font-weight: bold;*/
}

    .side-menu-title span {
        padding-left: 10px;
    }

body.sidebar-closed .sidebar {
    width: 50px !important;
}

body.sidebar-closed .nav-left {
    width: 50px !important;
}

body.sidebar-closed .navbar-custom {
    width: 50px;
}

body.sidebar-closed .project {
    float: left;
    margin: 18px 17px 5px 17px;
}

body.sidebar-closed .number-toggler {
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    float: none;
    margin: 0px;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

body.sidebar-closed #sidebar-area > .nav > li > a {
    padding: 0px 0px 0px 0px;
}

body.sidebar-closed .navbar-custom-toggler {
    /*margin-top: -60px;*/
}

body.sidebar-closed .nav-second-level > li > a {
    height: 50px;
    /*background-color: white;*/
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 50px;
    color: white;
}

body.sidebar-closed .nav-second-level > li {
    border-bottom: none;
    border-right: none;
}

body.sidebar-closed .custom-arrow,
body.sidebar-closed .second-menu-title,
body.sidebar-closed .side-menu-title {
    display: none;
}
body.sidebar-closed .project-toggler .admin-log-img {
    margin-left:8px;
}
.clear {
    clear: both;
}

/*to be moved to other place*/
.page-nav-header {
    height: 70px;
    background-color: white;
    border-bottom: 1px solid #d4d4d4;
    /*-webkit-box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 12px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 12px 0px rgba(50, 50, 50, 0.5);*/
}

    .page-nav-header .vertical-align-middle {
        line-height: 70px;
        height: 70px;
        overflow: hidden;
        margin-left: 42px;
    }

        .page-nav-header .vertical-align-middle .page-nav-header-left {
            font-size: 18px;
            float: left;
            padding: 0 45px 0 0px;
            border-right-style: solid;
            border-width: 1px;
            border-color: #dadada;
        }

.login-user .profile-image {
    width: 40px;
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    /*margin: 0 auto;*/
    /*border: 1px solid #ffffff;*/
    background-color: #7d7d7d;
    margin-left: 24px;
}

    .login-user .profile-image i {
        font-size: 35px;
    }

.login-user-below .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #ffffff;
}

.profile-name {
    text-align: center;
}

    .profile-name i {
        vertical-align: middle;
    }

    .profile-name :hover {
        cursor: pointer;
    }

.sidebar-closed .profile-image {
    width: 30px;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    background-color: #7d7d7d;
    margin-top: 16px;
}

.sidebar-closed .login-user .profile-image i {
    font-size: 22px;
}

.busy-indicator-container {
    width: 100%;
    height: 100%;
    /*background-image:url(../images/bg.png);*/
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*opacity: 0;
    visibility: hidden;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9000;
    opacity: 0.6;
    filter: alpha(opacity=6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.busy-indicator {
    margin: 17% 45%;
}

input[type=text]::-ms-clear {
    display: none;
}

/**************app-modal css*********************/

.nav-element-bottom .user-info {
    outline: none;
    cursor: pointer;
}

.nav-element-bottom .user-menu {
    line-height: 40px;
    /*border: 1px solid #d4d4d4;*/
    
    display: none;
    width: 150px;
    position: absolute;
    top:87%;
    left: 100%;
    color: #333;
    background-color: #FBF9F9;
    /*bottom: 0.1rem;*/
    /*border-radius: 5px 5px;*/
    /*-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    box-shadow: 4px 4px 4px #7b7a7a;
    -webkit-box-shadow: 4px 4px 4px #7b7a7a;
    -moz-box-shadow: 4px 4px 4px #7b7a7a;*/
    margin-left: 4px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

    .nav-element-bottom .user-menu p {
        text-align: left;
        height: 30px;
        line-height: 30px;
        margin: 0;
        font-size: 14px;
        padding-left:30px;
    }

        .nav-element-bottom .user-menu p:hover {
            /*background-color: rgb(239, 225, 223);*/
            text-decoration: none;
            color: #D04A02;
            background-color: #f8f8f8;
            border-color: #f8f8f8;
            cursor: pointer;
        }

    .nav-element-bottom .user-menu a {
        text-decoration: none;
        width: 100%;
        height: 30px;
    }
