/* 
* 网站升级改版部分-mashaobo 
* 2018年1月2日10:30:39 
*/


/* 顶部提示条样式 */

.per-alert-block {
    position: fixed;
    top: 10px; 
    left: 210px;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    background-color: #3461eb;
    display: none;
}

.per-alert-block .info {
    margin: 0 15px;
}

#closeAlertBar {
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 15px;
    top: -2px;
}


/* modal改进样式 */

.up-modal .modal-dialog {
    background: #fff;
    box-shadow: 0 5px 50px #cbcfdc;
    border: 1px solid #ddd;
    border-radius: 0;
}

.up-modal .modal-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    margin-top: 20px;
    font-weight: 600;
}

.up-modal .close {
    position: absolute;
    right: 13px;
    top: 10px;
    font-weight: normal;
    z-index: 10;
}

.up-modal .modal-content {
    box-shadow: 0 0;
    border: none;
    border-radius: 0;
}

.up-modal .modal-body {
    padding-top: 0;
}

.up-modal .button-block {
    width: auto;
    margin: 30px 15px 0;
    font-size: 0;
    text-align: left;
}

.up-modal .per-input {
    width: 100%;
}

.up-modal .per-white-btn {
    float: right;
}

.up-modal .modal-info {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0;
}


/* 输入框样式 */

.up-modal .form-control {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}


/*获得焦点外发光*/

.up-modal .form-control[type=text]:focus,
.up-modal .form-control[type=password]:focus {
    border: 1px solid #3461eb;
    box-shadow: 0 0 3px #bbcbfa;
}


/*禁用*/

.up-modal .form-control[disabled],
.up-modal .form-control:disabled {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border: 1px solid #e5ecff;
    background-color: #eff3ff;
    font-size: 14px;
    color: #54575f;
    line-height: 40px;
}


/*placeholder样式*/

.up-modal .form-control::-webkit-input-placeholder,
.up-modal .per-textarea::-webkit-input-placeholder {
    color: #999;
}

.up-modal .form-control:-moz-placeholder,
.up-modal .per-textarea:-moz-placeholder {
    color: #999;
}

.up-modal .form-control::-moz-placeholder,
.up-modal .per-textarea::-moz-placeholder {
    color: #999;
}

.up-modal .form-control:-ms-input-placeholder,
.up-modal .per-textarea:-ms-input-placeholder {
    color: #999;
}


/* 模态框-small */

.modal-small .modal-dialog {
    width: 360px;
    height: 200px;
}

.modal-small .modal-info {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0;
}

.modal-small .button {
    width: 140px;
}


/* 模态框-middle */

.modal-middle .modal-dialog {
    width: 400px;
    height: 260px;
}

.modal-large .button {
    width: 160px;
}


/* 模态框-large */

.modal-large .modal-dialog {
    width: 520px;
    height: 280px;
}

.modal-large .button {
    width: 220px;
}


/* 表格部分 */

.per-table {
    border-top: 1px solid #5278EB;
    border-bottom: 1px solid #ddd;
    /* table-layout: fixed; */
}

.per-table.per-table-nodata {
    border-bottom: none;
}

.per-table tr td.title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.mycheck.checkbox {
    margin-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-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}

.per-table>thead>tr>th {}

.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-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    font-size: 14px;
}

.per-table>thead>tr>th {
    background-color: #F2F5FF;
    border-bottom-width: 1px;
    color: #828AA3;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
}

.per-table>tbody>tr {
    height: 40px;
}

.per-table>tbody>tr>td>a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.per-table>tbody>tr>td>a:hover {
    text-decoration: underline;
    color: #4070ff;
}

.per-table>tbody>tr>td>a.per-table-a {
    color: #3461eb;
    text-decoration: underline;
    margin: 0 5px;
}

.per-table.table-hover>tbody>tr:hover {
    background-color: #EBF0FF;
}

.per-table.per-table-nodata>tbody>tr:hover {
    background-color: #fff;
}

.per-table>tbody>tr#noDataTr:hover {
    background-color: #fff;
}

.per-table-title:hover {
		cursor: pointer;
		text-decoration: underline;
		color: #4070ff;
}


/* 操作旁边的三角图标 */

.per-hidden-menu {
    background-image: url(../../static/images/user/sanjiao-x.png);
    display: inline-block;
    vertical-align: sub;
    height: 10px;
    width: 10px;
    position: relative;
}

.per-hidden-menu.active {
    background-image: url(../../static/images/user/sanjiao-s.png);
}


/* 批量操作按钮部分 */

.per-th-block {
    display: none;
    position: absolute;
    left: -180%;
    top: 78%;
    height: auto;
    width: 100px;
    background-color: #3461EB;
    color: #fff;
    box-shadow: 1px 1px 21px 3px rgba(38, 28, 28, 0.2);
}

#readedIn:hover,#deleteIn:hover{
		background-color: #4070ff;
}

.per-th-block>p {
    line-height: 35px;
    margin-bottom: 0;
    cursor: pointer;
}

.per-hidden-menu.active .per-th-block {
    display: block;
}


/* 跳转按钮及所在div */

.per-direct-btn {
    border: none;
    background: #fff;
    color: #535E83;
    font-weight: 800;
    font-size: 14px;
    padding: 0;
    width: 80px;
}

.per-direct-btn.active {
    color: #3461EB;
}

.per-direct-btn:focus {
    outline: none;
}

.per-direct-btn>span {
    border: 1px solid #3461eb;
    width: 30px;
    position: relative;
    top: -7px;
    display: inline-block;
   vertical-align: middle;

}

.per-top-block {
    background-color: #fff;
    padding: 15px 30px 0 30px;
    font-size: 0;
   
    
}

.per-top-block *{
 vertical-align: top;}


/* 修改select样式 */

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border-radius: 0;
}

.select2-container--open .select2-dropdown {
    border-radius: 0;
}