.page-navbar{
	min-width:200px;
    max-width:200px;
    margin-right:15px;
    padding-top:15px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 4px;
    height: 320px;
}
.page-navbar a{
    display: block;
    line-height: 40px;
    position: relative;
    border-bottom: solid 2px #fff;
    text-indent: 10px;
    width:100%;
}
.page-navbar>ul>li>a>i{display: block;float: left;width: 30px;height: 30px;margin: 5px;}

#home>a>i{background: url("/Public/Home/images/icon/home.png")no-repeat;background-size:contain}
#article>a>i{background: url("/Public/Home/images/icon/document.png")no-repeat;background-size:contain}
#group>a>i{background: url("/Public/Home/images/icon/team.png")no-repeat;background-size:contain}
#school>a>i{background: url("/Public/Home/images/icon/school.png")no-repeat;background-size:contain}
#subject>a>i{background: url("/Public/Home/images/icon/idea.png")no-repeat;background-size:contain}
#myCommunity>a>i{background: url("/Public/Home/images/icon/team.png")no-repeat;background-size:contain}

#group{border-bottom: 1px solid #e1e1e1;}
.top-nav{line-height: 35px;height: 25px;}
.page-navbar a:hover{
    background-color: #2eb6e3;
    color:white
}
/*.page-navbar .on{*/
	/*!*border-bottom: solid 2px #49a5de;*!*/
/*}*/
.user-wrappr{
    display: flex;
}
.user-wrappr img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.crumbs_nav{
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
    border-radius: 4px;
    background-color: #e9ecef;
}
.myCommunity-user-info{
    padding: 5px 10px;
}
.menu-1{
    padding: 10px 0;
}
.menu-1 a, .menu-2 a{
    color: #555555;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding-left: 10px;
}
.menu-1 a:hover{
    background: #DAE0E5;
}
.menu-2 a:hover{
    background: #DAE0E5;
}
.menu-2{
    border-top: 1px solid #ddd;
}
.menu-action{
    background: #DAE0E5;
}
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius:4px;
    margin-bottom: 20px;
}
.card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body{
    flex: 1 1 auto;
    padding: 1.25rem;
}