

/*按钮样式重置*/
.btn {
    color: #ffffff;
}
.btn-primary {
    background: #C9151E;
}
.btn-primary:hover {
    background: #ea1823;
}
.btn-primary:focus {
    outline: none;
    background: #c9151e;
}
.btn-info {
    background: #9B9B9B;
}
.btn-info:hover {
    background: #c0c0c0;
}
.btn-info:focus {
    outline: none;
    background: #9B9B9B;
}
.btn-export {
    background: #F55F2D;
}
.btn-export:hover {
    background: #ff7d52;
    color: #ffffff;
}
.btn-export:focus {
    background: #ff7d52;
    color: #ffffff;
    outline: none;
}


/* 表格样式 重置*/
.table thead tr {
    background: #C9151E;
}
.table .selected{
    background: #FEF8F9 !important;
}
.table thead tr th {
    color: #ffffff;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background: #ffffff;
}
.table tbody .even {
    background: #f9f9f9;
}
.table tbody tr td:last-child {
    text-align: center;
}

/* 表格 操作按钮*/

#dataList tr td:last-child .btn-link,
#dataListHis tr td:last-child .btn-link,
#tb1 tr td:last-child .btn-link{
    border: 1px solid #c9151e;
    color: #C9151E;
    background: #ffffff;
    padding: 2px;
    margin-top: 2px;
    width: 78px;
    border-radius: 4px;
    text-decoration: none;
}
#dataList tr td:last-child .btn-link:hover,
#dataListHis tr td:last-child .btn-link:hover,
#tb1 tr td:last-child .btn-link:hover{
    background: #c9151e;
    color: #ffffff;
}
#dataList tr td:last-child .btn-link:focus,
#dataListHis tr td:last-child .btn-link:focus,
#tb1 tr td:last-child .btn-link:focus{
    outline: none;
    background: #c9151e;
    color: #ffffff;
}



    /*分页样式  重置*/
.row-fluid .dataTables_wrapper .dataTables_length,
.row-fluid .dataTables_wrapper .dataTables_filter,
.row-fluid .dataTables_wrapper .dataTables_info,
.row-fluid .dataTables_wrapper .dataTables_processing,
.row-fluid .dataTables_wrapper .dataTables_paginate {
    color: #c9151e;
}
.row-fluid .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_info{
    padding-top: 0.9em;
}
.row-fluid .dataTables_info, .dataTables_length, .select2-choice {
    color: #C9151E;
}
.row-fluid .select2-choice {
    color: #C9151E !important;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #d0d0d0 !important;
}
.select2-container .select2-choice .select2-arrow {
    background: #eee ;
}
.select2-container .select2-choice .select2-arrow b {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;

    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #ccc;
    border-right: 6px solid transparent;
    border-bottom: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: none !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #d0d0d0;
}
.current {
    background: #C9151E !important;
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border-color: #c9151e;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #dfdfdf;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #C9151E;
    color: #C9151E !important;
    background: transparent;
}
 .select2-results .select2-highlighted {
    background: #FEF8F9;
     color: #000;
}

.select2-drop.select2-drop-active {
    border: 1px solid #d0d0d0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #d0d0d0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #C9151E;
}

.table-striped tbody > tr:nth-child(2n) > td, .table-striped tbody > tr:nth-child(2n) > th{
    background: #fef8f9;
}


/*表格宽度*/
.fphm-width {
    width: 117px;
}
.select-width {
    width: 104px;
}