.word-aux{
	padding-top: 7px;
    color: #999;
}
.fileBlue{
	color: blue;
	cursor: pointer;
}
.must-opt{color: red; font-weight: bold;}

/**重写select2-开始*/
.select2-container .select2-selection--single{
	height: 38px !important;	
	border-color: #ebebeb !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px !important;	
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px !important;	
}
/**重写select2-结束*/


.table {
    width: 80%;
    max-width: 100%;
    margin-bottom: 70px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered {
    border-color: #eceeef;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

body table {
    font-size: 10px !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

body table {
    font-size: 10px !important;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    /* padding: 0.75em; */
    vertical-align: middle;
    padding: 10px;
    line-height: 1.5;
    border-color: #eceeef;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

th {
    text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.btn-group-xs>.btn,
.btn-xs {
    font-size: 12px;
    padding: 2px 6px;
    line-height: 18px;
}



.btn {
    color: #8b95a5;
    padding: 8px 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #fff;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-primary {
    background-color: #33cabb;
    border-color: #33cabb;
    color: #fff !important;
}

.btn-danger {
    background-color:#f96868;
    color: #fff !important;
}


/************************ 按钮小弹窗样式开始***************** */
.table-responsive td {
    position: relative;
}
.table-responsive .btnWindow{
    display: none;
    position:absolute;
    top: -26px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 0px 5px 5px;
    border-radius: 4px;
    z-index: 99;
    width: auto;
}
.table-responsive .btnWindow>i{
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 6px solid #ddd;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.text_bottom{
    position: relative;
}
 /************************ 按钮小弹窗样式结束***************** */
 
 
 /************************ 右侧按钮样式开始***************** */
.table-responsive td {
    white-space: nowrap;
}
.btnList{
    padding: 0 5px;
    display: inline-block;
}
.btnList .btn{
    visibility: hidden;
}
/************************ 右侧按钮样式结束***************** */