
/* 左边导航栏的 div 样式 */
.navigation-bar{
    margin-top: 25px;
    color: #a1a2a2;
    cursor: pointer;
}
.navigation-bar a{
    color: #a1a2a2;
}
.navigation-bar a:hover{
    text-decoration:none;
}
.navigation-bar>.col-md-12{
    padding-left: 25px;
}
.navigation-bar:hover:not(.active){
    background-color: #494a4a;
    color: white;
    box-shadow: 0 0 3px 2px #494a4a;
    border-radius:5px;
}
.navigation-bar.active{
    color: white;
    border:1px solid #28344c;
    border-radius:5px;
    background-color: #28344c;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}
.navigation-bar-son{
    margin-top: 15px;
    color: #a1a2a2;
}
.navigation-bar-son > .row :hover{
    color: white;
}
.navigation-bar-son > .row > .col-md-12{
    margin-top: 10px;
    cursor: pointer;
}

/* 导航栏 样式 */

.aj_tabGroup{
    margin-bottom: 2px;
}
.aj_tabGroup .nav-tabs {
    border-bottom: 0;
    font-weight: bold; }
.aj_tabGroup .nav-tabs li {
    height: 40px;
    overflow: hidden;
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.08); }
.aj_tabGroup .nav-tabs li a {
    color: #777; }
.aj_tabGroup .nav-tabs li.active, .aj_tabGroup .nav-tabs li:hover {
    border-top: solid 2px #116bdb;
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); }
.aj_tabGroup .nav-tabs li.active a, .aj_tabGroup .nav-tabs li:hover a {
    border-width: 0;
    border-radius: 0;
    background-color: #fcfcfc;
    color: #0d54ac; }
.aj_tabGroup .nav-tabs li:hover {
    opacity: 0.7; }

.op a {
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
    white-space: nowrap;
}
.op .outline {
    cursor: pointer;
    display: block;
    margin: 2px;
    vertical-align: middle;
    white-space: normal;
}
.op .icon {
    background: url("../img/admin/icon.jpg") no-repeat;
    width: 20px;
    height: 20px;
}
.op .edit {
    background-position: -29px 0;
}
.op .del{
    background-position: -58px 0;
}
.op .save {
    background-position: -115px 0;
}
.op .trend {
    background-position: -143px 0;
}
.aj_addBorderLeft {
    position: relative; }
.aj_addBorderLeft:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd; }
.pager1{
    float: right;
}

.form-group .hasDatepicker{
    background: url(../img/admin/datepicker-icon.png) no-repeat scroll right center;
    padding-right: 40px;
}
.sticky_top{
    position: sticky;
    z-index:12;
    background: rgb(255, 255, 255); 
    padding:10px;
    border: 1px solid #FFF;
    box-sizing:border-box;  
    -moz-box-sizing:border-box; /* Firefox */  
    -webkit-box-sizing:border-box; /* Safari */  
}
.sticky{
    position: sticky;
    z-index:1;
}
.sticky_table_top{
    position: sticky;
    z-index:12;
}
.table th {
    /* font-size: 13px; */
    /* border: 1px solid #ecf7fa; */
    padding: 0.6em;
    /* color: white; */
    text-align: center !important;
    display: table-cell;
    vertical-align: middle !important;
    font-weight: bold;
    /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); */
}   

.sticky-table-top-head th{
    position: sticky;
    z-index: 12;
}