.net {
    background: white;
}
.net .header{
    width:100%;
    position:relative;
    padding: 0px;
    height: 50px;
    margin: 0px;
    border-bottom: 1px solid #ccd6eb;
    font-family: "Microsoft YaHei";
}
.dev-header-right{
    position: absolute;
       right: 0;
        bottom: 10px;

}
.net .header .title{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: "微软雅黑", Verdana, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    color: #005096;
    border-bottom: 2px solid #005096;
}
.net .header .btn{
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    width: 80px;
    border-radius: 0;
}
.net .header .query{
    color: #fff;
    background-color: #005096;
}
.net .header .export{
    border: 1px solid #9999;
}
.net .tb{
    margin-top: 20px;
}
.net .tb th{
    background: #005096;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid #d9e4f3;
}
.net .tb td{
    text-align: center;
    padding: 15px;
    border: 1px solid #d9e4f3;
}
.net .tb td:nth-child(odd){
    background-color: #f8fafd;
}
.devidend_page{
float: right;
    margin-top: 15px;

}
#devidend-enddate{
    width:185px !important;
   background: none;
    border: none;
    border-bottom: 1px solid #ccd6eb;
    color: #979797;
    font-weight: normal;
}
.net .export:hover{
    color: #fff;
    background-color: #005096;
}

#devidend-enddate-init{
    width:185px !important;
   background: none;
    border: none;
    border-bottom: 1px solid #ccd6eb;
    color: #979797;
    font-weight: normal;
}
.devidend-date-Active{
    color: #005096 !important;
    border-bottom: 1px solid #005096 !important;
}
.daterangepicker th.month{
   height: auto !important;
}
.devidend_nodata{
   display:none;
}