.tab-content>.tab-pane {
    position:relative;
}
.data_import li .closeable {
    padding-left: 15px;
    margin-left: 15px;
    cursor: pointer;
    top: -2px;
    right: -15px;
    position: relative;
    background-image: url(../images/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    background-size: 8px 12px;
}
/*��������ʽ*/
.data_import li .closeable:hover {
    padding-left: 15px;
    margin-left: 15px;
    top: -4px;
    right: -12px;
    width: 15px!important;
    height: 15px!important;
    background-size: 15px 15px;
    background-image: url(../images/close-box.png);
    background-repeat: no-repeat;
}
/*ѡ�е���ʽ*/
.data_import .active a i{
    background-image: url(../images/portlet-remove-icon-white.png);
}
.nav>li>a {
    position: relative;
    display: block; 
}

.data_import>li {
    float: left;
    text-align:center;
}

.data_import li a {
    min-width: 70px;
    line-height: 30px!important;
    height: 30px!important;
    padding: 0px 10px!important;
    border: 0px #ddd solid;
    border-right: 1px #ddd solid;
    margin-right: -1px;
    color: #666;
    font-size: 13px;
    border-radius: 0;
    border-bottom: 0px;
}

.data_import li a:hover{
    color: #999;
}

.data_import li a .fa-times:hover{
    color:red;
    cursor: pointer;
}
.data_import li a i:first-child{
    margin-right: 3px;
}

.nav-my-tab{
    padding-left: 0px;
    margin-bottom: 0px;
}
.nav-my-tab .middletab{
    height: 36px;
    overflow: hidden;
    border-bottom: 2px #28b779 solid;
    position: relative;
    background: #fafafa;
}
.nav-my-tab li{
    list-style-type: none;
}
.nav-my-tab li a{
    padding:5px 10px;
}
.nav-my-tab .leftbackward{
    float: left;
    background: #fff;
    padding-top: 7px;
    border-top: 1px #ddd solid;
    height:36px;
    border-bottom: 2px #28b779 solid;
}
.nav-my-tab .leftbackward a{
    border-left-width: 0px;
    color: #999;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: -1px;
}
.nav-my-tab .leftbackward a:hover,.nav-my-tab .leftbackward a:focus{
    text-decoration: none;
    background: #ddd;
}

.nav-my-tab .rightforward{
    float:right;
    position: relative;
    line-height: 2.6;
    background: #fff;
    border-top: 1px #ddd solid;
    border-bottom: 2px #28b779 solid;
    
}
.nav-my-tab .rightforward a{
    width: 35.5px;
    line-height: 2;
    color: #999;
    height: 35px;
    padding: 8px 10px;
    padding-left: 13px;
    border-left: 1px #ddd solid;
}
.nav-my-tab .rightforward a:hover,.nav-my-tab .rightforward a:focus{
    text-decoration: none;
    background: #ddd;
}

#mouse_menu{
    width: 140px;
    background-color: #ffffff;
    position: absolute;
    display: none;
    list-style: none;
    border-bottom: 0px;
    z-index: 1;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    border-radius: 2px!important;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#mouse_menu div{
     cursor: pointer;
     /*line-height: 25px;
    height: 25px;*/
    padding: 2px 5px;
    color: #333;
    text-align: left;
    padding-left:10px;
    margin: 3px;
    border: 1px #ffffff solid;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
}
#mouse_menu div:hover {
            /*background-color:#fff5d4;
            color:#0d638f;
            cursor:pointer;*/
         background-color: #FFE6B0;
        color: black;
        border: 1px #FFB951 solid;
        }
#alldom_mouse_menu{
    width: 150px;
    background-color: #ffffff;
    position: absolute;
    display: none;
    list-style: none;
    border-bottom: 0px;
    z-index: 1;
    -webkit-box-shadow: #ccc 0px 0px 5px;
    border-radius: 2px!important; 
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#alldom_mouse_menu div{
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: left;
    padding-left:10px;
    border-bottom: 1px solid #ddd;
    z-index: 2;
    position: relative;
    letter-spacing: 1px;
}
#alldom_mouse_menu div:hover {
            background-color:#fff5d4;
            /*color:#0d638f;*/
            cursor:pointer;
        }