* {
    box-sizing: border-box;
}
body{
    font-family:"微软雅黑,黑体";
}

.appName {
    color:#f23a3a;
}

.nav-md .container.body .col-md-3.left_col{
    width:240px;
    background: url("/party-building/img/leftLogo-c1e491c0ce592b954b7b3935bb8c7de4.png") no-repeat bottom center #f82f30 !important;
    /*background-image: -webkit-linear-gradient(top,#f82f30,#d82020) !important;*/
    /*background-image: -o-linear-gradient(top,#f82f30,#d82020) !important;*/
    /*background-image: -ms-linear-gradient(top,#f82f30,#d82020) !important;*/
    /*background-image: linear-gradient(top,#f82f30,#d82020) !important;*/
}

.home_bg_div{
    background: url("/party-building/img/homeLogo-adbc96eda80d63f139a891f0388725b0.png") no-repeat center #f3edf1;
    padding:5px;
}

.welcomeAlert{
    display:none;
}

.main_container .top_nav{
    margin-left:240px;
}
.profile_pic{
    width:auto;
    height:auto;
    margin:0;
    float:none;
}

.nav-md .container.body .right_col{
    margin-left:240px;
}
.menu_section{
    margin-bottom:0;
}
.nav.child_menu li.current-page {
    background-color: #b70608 !important;
}

.nav-md .container.body .col-md-3.left_col{
    /*background:url("/party-building/img/left-body-7a5229573b1fe7485dd4f8bb74799d5a.jpg") no-repeat bottom center #f62827 !important;*/
}

.left_col{
    /*background:url("/party-building/img/left-body-7a5229573b1fe7485dd4f8bb74799d5a.jpg") no-repeat bottom center !important;*/
    background:none !important;
}

.nav.side-menu>li>a.nav_icon {
    padding: 13px 13px 12px 0;
}

.nav.child_menu {
    background: #c70002;
}
.nav.child_menu li {
    padding-left: 80px;
}

.nav.child_menu>li>a{
    color: #fff;
}

.main_menu span.fa {
    top: 13px;
    color: #fff;
}

.page-title{
    padding-top:95px;
}
.nav.side-menu>li{
    margin-bottom: 15px;
}
.nav.side-menu>li>a {
    font-size: 16px;
    text-align: center;
    margin: 0 20px;
    border-radius: 5px;
    color: #925411;
    box-shadow: 0px 5px 1px #ab1f20;
    background-color: #ffb951;
    background-image: -webkit-linear-gradient(top,#ffd168,#ffae46);
    background-image: -o-linear-gradient(top,#ffd168,#ffae46);
    background-image: -ms-linear-gradient(top,#ffd168,#ffae46);
    background-image: linear-gradient(top,#ffd168,#ffae46);
    background-repeat: repeat-x;
}

/*.nav.side-menu>li>a:hover ,.nav li.current-page a{*/
/*    color: #F2F5F7!important;*/
/*    background-color: #fe7166;*/
/*    background-image: -webkit-linear-gradient(top,#fe7166,#f64c40);*/
/*    background-image: -o-linear-gradient(top,#fe7166,#f64c40);*/
/*    background-image: -ms-linear-gradient(top,#fe7166,#f64c40);*/
/*    background-image: linear-gradient(top,#fe7166,#f64c40);*/
/*}*/

.nav.side-menu>li>a{
    color:#fff;
}


.title_right .btn-primary:hover ,.title_right .btn-primary:hover{
    color: #fff;
    background: #f68e55;
    border-color: #f68e55;
}
.title_right .btn-primary ,.title_right .btn-primary{
    background: #f17d3e;
    color: #fff;
    border-color: #f17d3e;
}
ul.bar_tabs>li.active a{background: #f17d3e;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #f17d3e;
    color: #fff;
}



.tab-content .form-group .btn.btn-success {
    background: #f17d3e;
    border-color: #f17d3e;
    padding: 6px 25px;
    font-size: 12px;
}

.tab-content .form-group .btn.btn-primary {
    color: #f17d3e;
    background: #fff;
    border-color: #f17d3e;
    padding: 6px 25px;
    font-size: 12px;
}

.table td .btn.active, .table td .btn:active, .table td .btn:focus, .table td .btn:hover, .open>.dropdown-toggle.btn-success, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background: #f17d3e;
    border-color: #f17d3e;
}

.table td .btn {
    background: #f17d3e;
    color: #fff;
    border-color: #f17d3e;
    margin-bottom: 0;
}

.echart-tit2{
    background:#f3f3f3;
    padding:10px 0;
    margin:20px 0;
    border-radius:5px;
    position:relative;
}
.echart-tit2 span{
    display:block;
    color:#333;
    margin-left:20px;
    font-size:16px;
    font-weight:bold;
}

.echart-tit2:after {
    content:"";
    width:4px;
    height:18px;
    background:#ea3d3d;
    position:absolute;
    left:10px;
    top:13px;
}
.fade.in {
    opacity: 1;
    /*margin-top: 35px;*/
}

.rankBanner {
    height: 48px;
    background: url(/party-building/img/rankBanner-0d0e333a4a2d211d120591c0ba7c6fc5.jpg) repeat-x #d12d2c;
    margin-top: 48px;
    width: 100%;

    position:absolute;
    z-index:9;
    text-align:center;
}

.rankBanner .onLineNum,.rankBanner .userLoginTip{
    display:inline-block;
}

.rankBanner .onLineNum{
    font-size:16px;
    color: #fff;
    line-height:45px;
}

.rankBanner .onLineNum span{
    font-weight: bold;
    font-size: 18px;
}

.rankBanner .userLoginTip {
    padding:8px 30px;
    background:linear-gradient(to right,#fff5da,#ffc7a7);
    border-radius:25px;
    color:#ea3d3d;
    font-size:14px;
    margin-left:25px;
}

#summary-box ul{
    padding:0;
}
#summary-box ul li{
    list-style:none;
}
#summary-box ul li .summary-block{
    border: 1px solid #fa7f7f;
    border-radius: 5px;
    height:85px;
    background: linear-gradient(to bottom,#fff9f9,#ffdfde);
    transition: 0.3s;
    margin-bottom: 10px;
}

#summary-box ul li .summary-block .text,#summary-box ul li .summary-block .value{
    color: #ea3d3d;
    text-align:center;
   
}

#summary-box ul li .summary-block .text{
    display:block;
    text-align:center;
    font-size:16px;
    padding-top: 20px;
}
#summary-box ul li .summary-block .value{
    font-size:18px;
    font-weight:bold;
}

.echart-tit{
    background:#f3f3f3;
    padding:10px 0;
    margin:0 15px;
    border-radius:5px;
    position: relative;
    margin-top:20px;
}
.echart-tit span{
    display:block;
    color:#333;
    margin-left:20px;
    font-size:16px;
    font-weight:bold;
}

.echart-tit:after {
    content:"";
    width:4px;
    height:18px;
    background:#ea3d3d;
    position:absolute;
    left:10px;
    top:11px;
}

.tabs{
    padding-top:25px;
}

.tabs ul{
    padding: 0;
    float: right;
    margin-right:15px;
    border: 1px solid #e1e3e4;
    background-color: #fff;
}

.tabs ul li {
    list-style: none;
    float:left;
    padding:15px 20px;
    border-right:1px solid #e1e3e4;
    cursor:pointer;
    font-size:14px;
    line-height:1;
}

.tabs ul li:last-child{
    border:none;
}

.select{
    background: #ea3d3d;
    color: #fff;
}
.nav.side-menu>li>a.nav_icon{
    margin-left: 0;
}
.nav.side-menu>li.active .nav_icon{
    border-left:none;
    background-color: transparent !important;
}
.nav.side-menu>li>a.nav_icon:hover{
    background-color: transparent !important;
}
.nav.side-menu>li.current-page .nav_icon{
    background-color: transparent !important;
    border-left: none;
}










