﻿.setting-wrap {
    overflow-y: scroll;
    height: 100%;
}

.setting-con {
    /* border-top: 1px solid #ccc; */
    /* padding: 10px; */
    margin-bottom: 68px;
}

.setting-con-net {
    /* border-top: 1px solid #ccc; */
    padding: 10px;
    padding-left: 0;
    margin-left: 10px;
}


.setting-sd-con {
    position: relative;
    margin-top: -11px;

}

.setting-con table {
    font-size: 14px;
    padding: 0 10px 0px 10px;
    width: 100%;
}

.setting-con table.tblist_pass {
    padding-bottom: 10px;
}

.setting-menu,
.setting-menu-replay {
    width: 100%;
    height: 68.5px;
    clear: both;
    background: #EEEEEE;
    position: fixed;
    bottom: 0;
    z-index: 999;
    /* left: 90%;
    bottom: 20px;
    width: 100%;
    position: fixed;
    margin-top: 20px;
    padding-left: 20px; */
}

.delCl {
    display: inline-block;
}

#addPop,
#addImap {
    font-size: 15px;
}

.sidebar_tit_topbg {
    height: 50px;
    line-height: 50px;
    background: #C03D3D;
    color: #fff;
    text-indent: 10px;
}

.setting-menu-replay {
    margin-top: 20px;
    /* padding-left: 20px; */
}

.setting-label {
    width: 100px;
}

.setting-banner {
    /* background-color: #f2f2f2; */
    padding: 10px 20px;
    font-size: 15px;
}


.autore {
    padding: 10px 10px 80px 0px;
}

.setting-body {
    padding-left: 20px
}

.autore .setting-banner {
    margin-left: 10px;
}

.setting-small-box {
    width: 800px;
    margin: 20px 0 0 10px;
}

.setting-small-box .setting-menu {
    padding-right: 20px;
    text-align: right;
}

/* TAG */
.tag-name {
    background-color: #47a91c;
    padding: 2px 10px;
    border-radius: 3px;
}

.tag-color {
    background-color: #47a91c;
    font-size: 80%;
    padding: 2px 10px;
    border-radius: 3px;
}

.tag-color-item {
    float: left;
    border-radius: 2px;
    height: 15px;
    width: 20px;
    margin: 8px 18px 0 0;
    background-color: red;
    cursor: pointer;
}

.setting-con .tblist_pass_margin td {
    padding-left: 20px;
}

.setting-con .tblist_pass_margin td {
    margin-top: 16px;
    display: inline-block;
    vertical-align: middle;

}

/* .setting-con .tblist_pass .l_input {
    margin-bottom: 10px;
} */

/* CONTACT */
.contact-edit-wrap {
    height: 100%;
    overflow-y: auto;
}

/* .contact-edit-con {
    padding: 10px;
} */

.contact_edit_div {
    padding: 10px;
}

.dialog-body .contact_edit_div {
    padding: 10px !important;
}

.contact-edit-block {
    height: 300px;
    overflow-y: auto;
}

.contact .add_group_div {}

.contact-edit-wrap fieldset {
    border: 1px solid #1b4463;
}

.client {
    cursor: pointer;
}

/* 客户端 */
.tb-note {
    color: #DEB640;
}

#pop_clTable {
    margin-bottom: 10px;
    border-bottom: 2px solid #d8d8d8;
}

.table-bb {
    border-bottom: 2px solid #d8d8d8;
}

#pop_clTable,
#imap_clTable {
    margin-left: 20px;
    width: 96%;
}

#pop_clTable thead,
#imap_clTable thead,
#pop_clTable tbody,
#imap_clTable tbody {
    text-align: center;
}

#pop_clTable tbody tr td,
#imap_clTable tbody tr td,
#pop_clTable thead tr td,
#imap_clTable thead tr td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    line-height: 24px;
}

#pop_clTable tbody tr td:first-child,
#imap_clTable tbody tr td:first-child,
#pop_clTable thead tr td:first-child,
#imap_clTable thead tr td:first-child {
    border-left: 1px solid #d8d8d8;
}

#pop_clTable thead tr td,
#imap_clTable thead tr td {
    border-top: 1px solid #d8d8d8;
    ;
}

#pop_clTable tfoot tr td,
#imap_clTable tfoot tr td {
    padding: 7px 0;
}


.setting-body-inputStyle {
    padding-left: 10px;
}

.setting-body-inputStyle input {
    height: 25px;
    line-height: 25px;
}

.setting-body-inputStyle .button {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}


.tblist select,
.tblist textarea {
    width: 300px;
    height: 34px;
    background: linear-gradient(0deg, #F5F7FA 0%, #e3ebf7 100%);
    border: 1px solid #cfd7e9;
    opacity: 0.8;
    border-radius: 3px;
    text-indent: 10px;
}

.tblist textarea {
    width: 300px;
    height: auto;
    padding: 10px 10px 20px 10px;
}

/*********ie*********/
td div.mul {
    position: relative;
    float: left;
    margin-right: 20px;
}

.tblist td div.mul input {
    visibility: hidden;
}

.tblist div.mul label {
    position: absolute;
    left: 1px;
    top: -4px;
    width: 57px;
    height: 26px;
    display: block;
    background-color: #fff;
    background: url('images/icons/16x16/skinBlue/close.png') top center;
    background-size: 100% 100%;
    border: none;
}

.tblist input[name="more_window"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="pop"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="imap"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="show_att_image"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="sent_autosave"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="auto_addcontact"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="req_receipt"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="page_inbox"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

.tblist input[name="new_message"]:checked+label::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    transform: rotate(0deg);
    border: none;
}

/* input[name='pop']:checked,
input[name='imap']:checked,
input[name='show_att_image']:checked,
input[name='sent_autosave']:checked,
input[name='auto_addcontact']:checked,
input[name='req_receipt']:checked,
input[name='page_inbox']:checked,
input[name='new_message']:checked {
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/open.png') top center;
    background-size: 100% 100%;
    border: none;
}

input[name='pop'],
input[name='imap'],
input[name='show_att_image'],
input[name='sent_autosave'],
input[name='auto_addcontact'],
input[name='req_receipt'],
input[name='page_inbox'],
input[name='new_message'] {
    width: 57px;
    height: 26px;
    display: block;
    background: url('images/icons/16x16/skinBlue/close.png') top center;
    background-size: 100% 100%;
    border: none;
} */

input[name='prefix_forward'],
input[name='prefix_re'],
input[name='prefix_receipt'] {
    width: 300px;
    height: 34px;
    background: linear-gradient(0deg, #F5F7FA 0%, #e3ebf7 100%);
    border: 1px solid #cfd7e9;
    text-indent: 10px;
}

.tblist select,
.tblist textarea,
.tblist input,
.setting-body-inputStyle input,
.select2,
.l_input,
.inputBgColor {
    background: linear-gradient(0deg, #F5F7FA 0%, #e3ebf7 100%);
    border: 1px solid #cfd7e9;
}

.tblist input[name='contact'],
.tblist input[name='list_view_type'],
.tblist input[name='word_size'],
.tblist input[name='skin_colour'] {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.tblist input[type='radio'] {
    width: 20px;
    height: 20px;
    opacity: 0;
    margin-left: 5px;
}

.tblist div.rad label {
    position: absolute;
    left: 5px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
}

.tblist td div.rad {
    position: relative;
    float: left;
    margin-right: 20px;
}

.tblist input[type='radio']:checked+label {
    background-color: #517aa7;
    border: 1px solid #517aa7;
}

.tblist input:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 3px;
    left: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.audit-addresser {
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.audit-theme>.shlog {
    width: 320px !important;
    white-space: nowrap;
    display: block !important;
}

.paging-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    padding: 10px 0;
}

.user-log-theme {
    width: 320px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}