
body{
    background: #090989;
    font-size: 13px;
    font-family: '微软雅黑';
}
a,a:hover,a:focus{color: #0a0a97;}
/* color */
.blue {
    color: #3498db; }

.purple {
    color: #9b59b6; }

.green {
    color: #1abb9c; }

.aero {
    color: #9cc2cb; }

.red {
    color: #e74c3c; }

.dark {
    color: #34495e; }

.border-blue {
    border-color: #3498db !important; }

.border-purple {
    border-color: #9b59b6 !important; }

.border-green {
    border-color: #1abb9c !important; }

.border-aero {
    border-color: #9cc2cb !important; }

.border-red {
    border-color: #e74c3c !important; }

.border-dark {
    border-color: #34495e !important; }

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879c; }

.bg-green {
    background: #1abb9c !important;
    border: 1px solid #1abb9c !important;
    color: #fff; }

.bg-red {
    background: #e74c3c !important;
    border: 1px solid #e74c3c !important;
    color: #fff; }

.bg-blue {
    background: #3498db !important;
    border: 1px solid #3498db !important;
    color: #fff; }

.bg-orange {
    background: #f39c12 !important;
    border: 1px solid #f39c12 !important;
    color: #fff; }

.bg-purple {
    background: #9b59b6 !important;
    border: 1px solid #9b59b6 !important;
    color: #fff; }

.bg-blue-sky {
    background: #50c1cf !important;
    border: 1px solid #50c1cf !important;
    color: #fff; }

a:hover{text-decoration: none;}
a:focus{outline: none;}

.navbar-inverse{
    background:#0290fe;
    border-bottom: 1px solid #0271d1;
    margin-bottom: 20px;
}
.head th {
	width: 200px;
	height:46px;
}
.logo_area{
    text-align: center;
    padding:10px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.logo_icon{
    width:25px;
}
.nav_sm .logo_area span{
    display: none;
}
.nav_sm .logo_icon{
    width:40px;
}

.list-group .list-group-item a {
    color: #555;
}

.panel-leftbar{
    border-radius: 0;
}
.panel-heading{
    position: relative;

}
.panel .panel-collapse {
    width: 50px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    text-align: center;
    background: #eee;
    border-left: 1px #ddd solid;
}
.footer{
    border-top: 1px solid #eee;
}
.breadcrumb{
    padding:14px 15px;
    border-radius: 0;
    background: #eee;

}
.breadcrumb a{
    color: #555;
}
.pagination{
    margin:3px 0;
    float: right;
}
.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tab-content{
    padding:10px;
}


/* 布局 */
.top_nav{
    display: block;
    margin-left: 230px;

}

.top_nav_menu{
    float: left;
    background: #ededed;
    border-bottom: 1px solid #d9dee4;

    width: 100%;
    height: 60px;
    position: relative;
}
.top_nav_toggle{
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 70px;
}
.top_nav_toggle a{
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer;
}
.top_nav .navbar-right{
    margin-right: 0;
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static;

}
.top_nav .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #d9dee4;
}
.top_nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #d9dee4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px;
}

.top_nav .open .dropdown-menu{
    width: 220px;
}
.top_nav .open .dropdown-menu.msg_list{
    width: 300px;
}
.top_nav .dropdown-menu li{
    width: 100%;
}
.nav_md .left_col{
    background: #090989;
    padding:10px;
    top:0;
    width: 230px;
    padding:0;
    position:absolute;
    z-index: 9999;
    height: 100%;
}
.nav_md .right_col{
    padding: 10px 20px 0;
    margin-left: 230px;

}
.nav_md .right_col{
    background: #f7f7f7;
    padding: 10px 20px 0;
    margin-left: 230px;
}
.site_menu li{
    position: relative;
    display: block;
}
.nav_md .site_menu>li>a{

    padding:10px 15px;
    color: #e7e7e7;
    position: relative;
    display: block;
    font-size:12px;
}

.site_menu a{
    text-decoration: none;
}
.site_menu>li.active{
    /*border-right: 5px solid #1abb9c;*/
}
.site_menu>li.active>a{
   background: #f7f7f7;
    color: #666;

}
.nav_sm .site_menu>li.active>a{
    background: #000;
    color: #fff;

}
.site_menu .fa,.site_menu .iconfont{
    font-size:14px;
    width: 18px;
    height: 16px;

}
.nav_md .site_menu > li > a i.fa{
    padding-right: 10px;
    font-size: 14px;
}

.child_menu>li{
    padding-left:36px;
}
.child_menu li a{
    font-size:12px;
    padding:9px;
    display: block;
    color: #ddd;
}
.child_menu li.active{
    background: #314b78;
}
.child_menu li.active a{
    font-weight: bold;
    color: #fff;

}
.child_menu li:before{
    background: #ddd;
    bottom: auto;
    content: "";
    height: 7px;
    left: 24px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 7px;
    z-index: 1;
    border-radius: 50%;
}
.child_menu li:after{
    border-left: 1px solid #e7e7e7;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}
.child_menu li.current_page{
    background: rgba(255,255,255,0.05);
}

@media (max-width: 768px)
{
    .nav_md .left_col {
        display: none;
    }
    .nav_md .right_col{
        margin-left: 0;
    }
    .nav_md .top_nav{
        margin-left: 0;
    }

}

.nav_sm .left_col {
    width: 70px;
    padding: 0;
    z-index: 9999;
    position: absolute;
    background: #090989;
    height: 100%;
}
.nav_sm .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2;
    background: #f7f7f7;

}

.nav_sm .top_nav{
    display: block;
    margin-left: 70px;
    z-index: 2;
}
.nav_sm ul.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3e5367;
    display: none;
}
.nav_sm .side_menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px;
}
.nav_sm .site_menu>li>a{
    text-align: center;
    padding:10px 0;
    color: #fff;
    position: relative;
    display: block;
}
.nav_sm .site_menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px;
    display: inline-block;
}
.nav_sm .site_menu>li a span {
    display: none;
}

/* y_panel */
.y_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e6e9ed;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}
.y_title {
    border-bottom: 2px solid #e6e9ed;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}
.y_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}
.y_footer{

}


.user-profile img {
    width: 23px;
    height: 23px;

    margin-right: 10px;
}

/* 快速搜索 */
.search_result{
    background: #eee;
    padding:0 10px;
}
.search_result li{
    height: 30px;
    line-height:30px;
    border-bottom: 1px dashed #ddd;
}
.search_result li:last-child{
    border-bottom: none;
}
.search_result li a{
    color: #666;
    font-size: 12px;
}

/* tile */
@media (min-width: 992px)
{
    .tile_count .tile_stats_count
    {
        margin-bottom: 10px;
        border-bottom: 0;
        padding-bottom: 10px;
    }
}
.tile_count .tile_stats_count:before
{
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #adb2b5;
    margin-top: 10px;
}

@media (min-width: 992px)
{
    .tile_count .tile_stats_count:first-child:before
    {
        border-left: 0;
    }
}
.tile_count .tile_stats_count .count
{
    font-size: 30px;
    line-height: 47px;
    font-weight: 600;
}

@media (min-width: 768px)
{
    .tile_count .tile_stats_count .count
    {
        font-size: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1100px)
{
    .tile_count .tile_stats_count .count
    {
        font-size: 30px;
    }
}
.tile_count .tile_stats_count span
{
    font-size: 12px;
}

@media (min-width: 768px)
{
    .tile_count .tile_stats_count span
    {
        font-size: 13px;
    }
}
.tile_count .tile_stats_count .count_bottom i
{
    width: 12px;
}

/* footer */
footer
{
    background: #fff;
    padding: 15px 20px;
    display: block;
}

@media (min-width: 768px)
{
    footer
    {
        margin-left: 230px;
    }
}
.nav_sm footer
{
    margin-left: 70px;
}

/* sidebar-footer */
.nav_sm .hidden-small {
    visibility: hidden;
}
.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    background: #2a3f54; }

.sidebar-footer a {
    padding: 3px 0 3px;
    text-align: center;
    width: 25%;
    font-size: 17px;
    display: block;
    float: left;
    color: #999;
}

.sidebar-footer a:hover {
    background: #425567; }

.top_tiles {
    margin-bottom: 0; }

.top_tiles .tile h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 3px 0 7px;
    font-weight: bold; }
.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #fff;
    transition: all 300ms ease-in-out; }

.tile-stats:hover .icon i {
    animation-name: tansformanimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformanimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformanimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards; }
.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #bab8b8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1; }

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0; }

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857; }

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0; }

.tile-stats h3 {
    color: #bab8b8; }

.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15); }

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15); }