.nav-tabs{
    border-bottom:none;
}
/*抽屉*/
.drawer-container{
    position: fixed;
    right: -1170px;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 68%;
    max-width: 1150px;
    min-width: 967px;
    min-height: 768px;
    background-color: white;
    box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -webkit-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -ms-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    transition: right 200ms ease-in,opacity 200ms ease-in;
}
.drawer-container.active{
    right: 0px;
    opacity: 1;
}
.drawer-container .detail-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
}
#messageTbody td {
    cursor: pointer;
}

/*企业车辆定位*/
#drawerCompany .detailTableView{
    position: relative;
    overflow: auto;
}