﻿* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Microsoft YaHei UI','Microsoft YaHei','微软雅黑';
}

body {
    font-size: 11pt;
    color: #333333;
    background-color: #ffffff;
}

.table-sgl {
    border-collapse: collapse;
    margin: 0 auto;
    border: 0;
}

.td-sgl {
    border: solid 1px #797979;
}

.td-sgl-title {
    border: solid 1px #797979;
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}

.txt_normal {
    border: 1px solid #e1e1e1;
    height: 27px;
    line-height: 27px;
    border-radius: 5px 5px;
    padding-left: 2px;
}

    .txt_normal[disabled] {
        border-width: 0px;
        background-color: transparent;
        color: #333333;
    }

    .txt_normal[readonly] {
        border-width: 0px;
        background-color: transparent;
        color: #333333;
    }

.txt_area {
    border: 1px solid #e1e1e1;
    border-radius: 5px 5px;
    padding-left: 2px;
}

    .txt_area[readonly] {
        border-width: 0px;
        background-color: transparent;
        color: #333333;
    }

.aDel {
    color: blue;
    text-decoration: none;
    margin-left: 5px;
}

    .aDel:hover {
        color: red;
        text-decoration: underline;
        cursor: pointer;
    }

.emailUl li {
    height: 22px;
    padding-top: 2px;
    line-height: 22px;
    margin-top: 0px;
    padding-left: 13px;
    padding-right: 2px;
    margin-bottom: 1px;
    cursor: pointer;
}

    .emailUl li:hover {
        background-color: Orange;
    }

.divSelect {
    padding-top: 5px;
    padding-left: 5px;
    line-height: 20px;
    font-weight: bolder;
    font-size: larger;
    width: 98%;
    position: relative;
}

    .divSelect:hover {
        background-color: Orange;
    }

#spanEmaildelAll:hover {
    background-color: Red;
}

.email-grid-row {
    border: 1px solid GREY;
    color: Black;
    height: 24px;
}

.email-grid-head {
    background-color: #37CAEF;
    border: 1px solid GREY;
    height: 24px;
}

.menu {
    height: 48px;
    list-style: none;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.menuBak {
    border-bottom: 1px solid #dcdcdc;
}

.pBoxLeft1, .pBoxCenter1, .pBoxRight1, .pBoxLeft2, .pBoxCenter2, .pBoxRight2 {
    height: 48px;
    float: left;
}

.pBoxLeft1, .pBoxRight1, .pBoxLeft2, .pBoxRight2 {
    width: 15px;
}

.pBoxCenter1, .pBoxCenter2 {
    cursor: pointer;
    font-size: 10pt;
    color: #515151;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
}

.pBoxCenter2 {
    border-bottom: 3px solid #12a7ec;
}

.table-sgl-form {
    border-collapse: collapse;
    margin: 0 auto;
    border: 0;
}

.td-sgl-form {
    border: solid 1px #797979;
    background-color: #f2f2f1;
    height: 35px;
    text-align: left;
}

.td-sgl-title-form {
    border: solid 1px #797979;
    background-color: #dcdcdc;
    text-align: right;
    padding-right: 5px;
    height: 35px;
    text-align: center;
}

.txt_normal_form {
    border: 1px solid #797979;
    height: 27px;
    line-height: 27px;
    border-radius: 5px 5px;
    padding-left: 2px;
    background-color: white;
    width: 95%;
}

    .txt_normal_form:hover, .txt_area_form:hover {
        border: 1px solid red;
    }

select.txt_normal_form {
    width: 97%;
}

.txt_normal_form[readonly] {
    border: 0px solid #797979;
    background-color: transparent;
}

.txt_readonly_form {
    border: 0px solid #797979;
    background-color: transparent;
    height: 27px;
    line-height: 27px;
    border-radius: 5px 5px;
    padding-left: 2px;
    width: 95%;
}

select.txt_readonly_form {
    width: 97%;
}

.txt_area_form {
    border: 1px solid #c9cacb;
    border-radius: 5px 5px;
    padding-left: 2px;
    background-color: white;
    width: 99%;
    height: 90px;
}

.area_readonly_form {
    border: 0px solid #bed6f6;
    border-radius: 5px 5px;
    padding-left: 2px;
    background-color: transparent;
    width: 99%;
    height: 90px;
}


.searchArea {
    position: relative;
    border: 1px solid #bebebe;
    width: 600px;
    margin: 0px auto;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    margin-top: 20px;
}

.withPro {
    width: 660px;
}

.searchArea .text {
    border-width: 0px;
    height: 46px;
    width: 480px;
    font-size: 12pt;
    padding-left: 12px;
}

.searchArea .btnSearch {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #12a7ec;
    border: 1px solid #12a7ec;
    height: 47px;
    cursor: pointer;
    display: inline-block;
    width: 116px;
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    margin-top: -1px;
    color: #ffffff;
    font-size: 14pt;
}

    .searchArea .btnSearch:hover {
        font-size: 16pt;
    }

.searchArea .btnSearchPro {
    color: blue;
    text-decoration: underline;
    position: absolute;
    right: 120px;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    height: 47px;
    top: 0px;
    cursor: pointer;
}

.divTool {
    position: fixed;
    bottom: 38px;
    right: 50px;
    z-index: 999;
}

@media screen and (max-width: 1200px) {
    .divTool {
        position: fixed;
        bottom: 38px;
        right: 15px;
        z-index: 999;
    }
}

.button-list-item {
    border-radius: 8px;
    -moz-border-radius: 8px;
    color: #10a757;
    border: 1px solid #10a757;
    height: 28px;
    width: 80px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

    .button-list-item:hover {
        color: #ffffff;
        background-color: #10a757;
    }

    .button-list-item .btn-text {
        font-size: 10pt;
        margin-left: 5px;
    }

@media screen and (max-width: 1300px) {
    .menu {
        height: 36px;
    }

    .selected .pBoxLeft1 {
        border-bottom: 3px solid #12a7ec;
    }

    .selected .pBoxCenter1 {
        border-bottom: 3px solid #12a7ec;
    }

    .selected .pBoxRight1 {
        border-bottom: 3px solid #12a7ec;
    }

    .pBoxLeft1, .pBoxCenter1, .pBoxRight1, .pBoxLeft2, .pBoxCenter2, .pBoxRight2 {
        height: 36px;
    }

    .pBoxCenter1, .pBoxCenter2 {
        line-height: 36px;
    }

    .searchArea {
        height: 32px;
        line-height: 32px;
        margin-top: 0px;
    }

        .searchArea .text {
            height: 30px;
            font-size: 12pt;
        }

        .searchArea .btnSearch {
            height: 31px;
            font-size: 13pt;
        }

            .searchArea .btnSearch:hover {
                font-size: 14pt;
            }
}
