﻿.top-title-switch {
    float: right;
    color: red;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 3px;
    cursor: pointer;
}

    .top-title-switch:before {
        margin-right: 0.25em; /* 调整这个值来控制图标和文本之间的距离 */
    }

#table-container {
    padding: 10px
}
    /*表头字体*/
    #table-container th {
        background-color: #337ab7 !important;
        border-color: #337ab7 !important;
        color: #fff;
    }

.margin-top-panel-table {
    margin-top: 10px;
    display: none;
}
/*修改框宽度56%*/
.modal-dialog-width-56 {
    width:56%;
}

/* 错误提示使用绝对定位来避免影响布局 */
.has-error .help-block {
    position: absolute;
}

.bootstrap-table td { /* 可以使表格出现横向滚动条如po与客户页面 */
    white-space: nowrap; /* 设置单元格内容不换行 */
    overflow: hidden; /* 超出单元格宽度的内容会被隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.btn:before {
    margin-right: 0.5em; /* 调整这个值来控制图标和文本之间的距离 */
}

.table .thead-primary th { /* 防止表格头部的背景色有两种颜色 */
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
} 

