/*分页插件样式覆盖*/
.pagination>.xianshipage{box-sizing: border-box;width: 80px;color: #444444;}
.pagination>.xianshipage>span:hover{background-color: white;}
.pagination>li:first-child>a{margin-left:0;border-bottom-right-radius:4px;border-top-right-radius:4px;float: right;height: 32px;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;border-left:none;}
.pagination>li:last-child>a{border-radius:0 !important;}

/*鼠标悬停在分页的跳转上，出现能够跳转页面的输入框*/
.dropdown:not(.no-hover):hover ul.dropdown-menu,
.dropup:not(.no-hover):hover ul.dropdown-menu {
    display: block;
}

/*home.jsp显示调整*/
.vertical-line-1{
    float: left;
    width: 1px;
    height: 100px;
    background: #dddddd;
    margin-bottom: -20px;
}
#vertical-line-2{
    float: left;
    width: 1px;
    height: 150px;
    background: #dddddd;
    margin-bottom: -20px;
}
#drawRecordBtn{
    margin-top: -50px;
    margin-right: 60px;
}

