﻿a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #333333;
        text-decoration: none;
    }

    a:visited {
        color: #333333;
        text-decoration: none;
    }

    a.red {
        color: red;
        text-decoration: none;
    }

        a.red:hover {
            color: red;
            text-decoration: none;
        }


html, body, form {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    background-color:#AAC7DE;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.printWeb {
    display: none;
}

table td, ul li {
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h1 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h2 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h3 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h4 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h5 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

h6 {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

big {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

small {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

sub {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}

sup {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
}


button {
    -webkit-appearance: none;
}

/*table{
    table-layout: fixed;
}*/

input[type="text"], input[type="submit"], input[type="button"], input[type="password"] {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    -webkit-appearance: none;
}

select {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px !important;
    -webkit-text-size-adjust: none;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
}

textarea {
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, 宋体;
    font-size: 14px !important;
    -webkit-text-size-adjust: none;
    width: 100%;
    table-layout: fixed;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    -webkit-appearance: none;
}


table td, li {
    font-family: 微软雅黑, Arial, 宋体 !important;
}

input {
    font-family: 微软雅黑, Arial, 宋体 !important;
}


.web_page_contents {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 5px;
}


.gridview {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    line-height: 150%;
}

.kuai, .kuai_show {
    border: 0px solid #ccc;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
    background-color: #F4F6FD;
    box-shadow: 0 0 20px rgba(0,102,153,0.3);
}

    .kuai .details {
        background-color: khaki;
        border-radius: 5px;
    }

        .kuai .details .item {
            border-bottom: 1px dashed #c0c0c0;
        }

.biao_zhun_suo_jin {
    margin-left: 10px;
    margin-right: 10px;
    /*background-color:wheat;*/
}

#setContent table {
    padding: 5px;
}



input[type='text'], input[type="password"], select, textarea {
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    -webkit-appearance: none;
    padding-top: 3px;
    padding-bottom: 3px;
}


/*.lab_button {
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px;
    border: 1px solid #5480AB;
    background-image: url('hcbg.gif');
    border-radius: 3px;
    display: inline-block;
    line-height: 100%;
}

    .lab_button input {
        border-style: none;
        border-color: inherit;
        border-width: 0px;
        padding: 3px 6px;
        background-color: transparent;
        line-height: 100%;
    }*/




.hcbg {
    background-image: url('hcbg.gif');
}

.tagMoveBg {
    background-color: #CEE7FF;
    box-shadow: 0 0 10px rgba(0,102,153,0.3);
}

.tagSelectedBg {
    background-color: #CEE7FF;
    box-shadow: 0 0 10px rgba(0,102,153,0.3);
}


#turn_page {
    height: 30px;
    text-align: center;
    line-height: 30px;
}

    #turn_page * {
        text-decoration: none;
    }

    #turn_page .page_button {
        background: rgb(255, 255, 255);
        margin: 0px 2px;
        padding: 4px 8px;
        border: 0px solid rgb(204, 204, 204);
        border-image: none;
        border-radius: 3px;
    }

    #turn_page .page_item {
        background: rgb(255, 255, 255);
        margin: 0px 2px;
        padding: 4px 8px;
        border: 0px solid rgb(204, 204, 204);
        border-image: none;
        border-radius: 3px;
    }

    #turn_page .page_item_current {
        background: rgb(240, 240, 240);
        margin: 0px 2px;
        padding: 4px 8px;
        border: 0px solid rgb(204, 204, 204);
        border-image: none;
        color: red;
        border-radius: 3px;
    }

    #turn_page .page_item_current_num {
        color: red;
        border-radius: 3px;
    }

    #turn_page .page_noclick {
        background: rgb(255, 255, 255);
        margin: 0px 2px;
        padding: 4px 8px;
        border: 0px solid rgb(204, 204, 204);
        border-image: none;
        color: rgb(170, 170, 170);
        border-radius: 3px;
    }

    #turn_page ul {
        padding: 0px;
        margin: 0px;
    }

    #turn_page li {
        height: 26px;
        line-height: 26px;
        display: inline-block;
        cursor: pointer;
    }

.main {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pager_button {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer {
}


/*:::::进度条样式:::::*/
.progress_bg {
    height: 11px;
    background: #CDCDCD;
    overflow: hidden;
}

.progress {
    height: 11px;
    background-color: dodgerblue;
}

.setandsearch {
    border: 1px solid #E0E090;
    border-radius: 5px;
    width: 100%;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
    background-color: #F7F7C9;
}

.searchtool {
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    text-align: right;
}

    .searchtool li {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
        width: auto;
        height: 24px;
        line-height: 24px;
        vertical-align: middle;
        text-align: center;
        background-color: #CCAA66;
        color: #ffffff;
        padding: 3px;
    }

        .searchtool li a {
            color: white;
        }


.dianmingcol {
    border: 1px solid #E0E090;
    border-radius: 5px;
    width: 100%;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 20px;
    background-color: #F7F7C9;
}

.dianmingtool {
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    text-align: right;
}

    .dianmingtool li {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
        width: auto;
        height: 24px;
        line-height: 24px;
        vertical-align: middle;
        text-align: center;
        background-color: #CCAA66;
        color: #ffffff;
        padding: 3px;
    }

/*.setandsearch .ico1 {
        cursor: pointer;
        font-weight: bold;
        border-radius: 5px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        text-align: center;
        background-color: #DAA840;
        color: #ffffff;
    }*/

.table .gridview {
    border-collapse: collapse;
}

#setContent h1 {
    text-align: center;
}






#web_page_contents {
    padding-top: 50px;
    padding-bottom: 60px;
}



#header {
    background: rgb(28, 38, 40);
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

#header_menu {
    height: 40px;
    box-shadow: 0 4px 10px rgba(0,102,153,0.4);
}

    #header_menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
        height: 100%;
        text-align: right;
        font-size: 0px;
    }

        #header_menu ul li {
            margin: 0px;
            padding: 0px;
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            background-color: dimgray;
            line-height: 40px;
            text-align: center;
            border-left: 2px solid rgb(28, 38, 40);
        }

            #header_menu ul li a, #header_menu ul li {
                color: lightcyan;
                font-size: 14px;
                font-family: 微软雅黑, Arial, 宋体;
                padding-left: 10px;
                padding-right: 10px;
                cursor: pointer;
            }

                #header_menu ul li select {
                    height: 100%;
                    background-color: dimgray;
                    border-width: 0px;
                    color: lightcyan;
                    font-size: 14px;
                    font-family: 微软雅黑, Arial, 宋体;
                }

.homemenu {
    background-color: #ff8000 !important;
    color: white !important;
}

.homemenu_selected {
    box-shadow: 0 2px 10px rgba(45,100,100,0.5);
    background-color: #ff8000 !important;
}

    .homemenu_selected input {
        background-color: #ff8000 !important;
    }

.header_menu_item_selected {
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
    background-color: dodgerblue !important;
}

    .header_menu_item_selected input {
        background-color: dodgerblue !important;
    }

#header_sub {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 5px 10px rgba(0,102,153,0.4);
}

.header_sub_bg {
    background-color: #CCC6BE;
}

table select, table input, table textarea {
    font-size: 14px;
    font-family: 微软雅黑, Arial, 宋体;
}

.menu_group {
    background-color: #DEDAD5;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sub_menus {
    text-align: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.sub_menu {
    /*width: 110px;*/
    text-align: left;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.sub_menu_selected {
    box-shadow: 0 2px 10px rgba(45,100,100,0.5);
    background-color: #ff8000 !important;
}

    .sub_menu_selected a {
        display: block;
        width: 100%;
        height: 100%;
        color: white;
    }

.tool_camera {
    background-position: center center;
    background-image: url('tools/camera.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}










.enabled_false {
    color: #c0c0c0 !important;
    /*background-color:dimgray !important;*/
}

.edit_kuai {
    background-color: khaki;
}

#control_panel_tools {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    #control_panel_tools ul {
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: right;
    }

.noborder {
    vertical-align: baseline;
    display: block;
}

.inline_block {
    display: inline-block;
    vertical-align: middle;
}

.tool_camera {
    visibility: hidden;
}


.small input {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    background-color: transparent;
    width: 100%;
}


.lab_button, .lab_button_kuan {
    padding: 0px;
    margin: 0px;
    border: 0px solid #5480AB;
    background-color: steelblue;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: powderblue;
    cursor: pointer;
}

    .lab_button a, .lab_button_kuan a {
        width: 100%;
        height: 100%;
        display: block;
        color: powderblue;
    }

    .lab_button input, .lab_button_kuan input {
        border-style: none;
        border-color: inherit;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        padding: 2px 2px;
        background-color: transparent;
        line-height: 100%;
        color: powderblue;
        cursor: pointer;
    }


    .lab_button_kuan input {
        margin: initial;
        padding: initial;
        padding: 4px 4px;
    }



.lab_button_kuan_link {
    padding: 0px;
    margin: 0px;
    border: 0px solid #5480AB;
    background-color: steelblue;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.table_simple {
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.table_simple_kuan {
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 100%;
}

.striking {
    border: 1px solid #ECEB7F;
    background-color: #FEFDC1;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 3px;
}

.required input[type='text'], .required input[type="password"], .required select, .required textarea {
    background-color: #FEFDC1;
    background-image: url("required.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 5px center;
}

.required select {
    padding-right: 20px;
}

.vsy {
    border: 1px solid #ECEB7F;
    background-color: #FEFDC1;
    border-radius: 5px;
    padding: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

select[disabled='disabled'], input[disabled='disabled'], textarea[disabled='disabled'] {
    color: dimgray;
}

.divremark {
    margin-top: 10px;
}

.hlkup {
    display: block;
    width: 100%;
    height: 100%;
}

img {
    box-shadow: 0 0 20px rgba(0,102,153,0.5);
}


.processed, .processed a {
    color: #ffffff !important;
    background-color: #6daa4b;
}

.untreated, .untreated a {
    color: #ffffff !important;
    /*font-weight:bold;*/
    background-color: #BA407A;
}

.disabled, .disabled a, .disabled input {
    background-color: darkgray !important;
    cursor: not-allowed;
    color: gainsboro !important;
}

.add, .add a {
    background-color: olivedrab !important;
    cursor: pointer;
    color: snow !important;
}

.conflict, .conflict a {
    background-color: darkorange !important;
    cursor: pointer;
    color: lavender !important;
}

.dianming, .dianming a, .dianming input {
    background-color: darkorange !important;
    cursor: pointer;
    color: white !important;
}

.reminder, .reminder a, .reminder input {
    background-color: darkorange !important;
    cursor: pointer;
    color: red !important;
}

.btn_hongbao, .btn_hongbao a, .btn_hongbao input {
    background-color: darkorange !important;
    cursor: pointer;
    color: #ffffff !important;
}


/*::::::::2016样式:::::::::*/

.Tagleft {
    background-image: url('tagleftbg.png');
    background-repeat: repeat-x;
    background-position: right top;
}

.cTag {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gridview thead tr, .smallgridview thead tr, .subgridview thead tr {
    background-color: #E997C4;
    background-image: url('table_title.gif');
}

.tab_td {
    width: 65px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    cursor: pointer;
    cursor: hand;
    height: 26px;
    text-align: center;
}

.tab_bg {
    background-color: #FFBFC5;
    background-repeat: repeat-x;
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
}

.tab_header td, .tab_contents td {
    border-color: #B3C8CF;
}

.tab_contents {
    background-color: #F2F8FA;
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
}

.tab_content {
    display: none;
    height: 100%;
    padding: 5px;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.tab_selected {
    width: 65px;
    border-style: solid !important;
    border-width: 1px 1px 0px 1px !important;
    background-repeat: repeat-x !important;
    text-align: center;
    height: 26px;
    background-color: #F2F8FA;
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
}

.tab_mouseover {
    background-color: #1C8FE8;
    color: white;
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
}

.tab_table {
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

    .tab_table td {
        border-color: #EEC6DA;
        border-style: solid;
        /*border-top-width: 1px;*/
        /*background-color: #FFF0F4;*/
        line-height: 24px;
        text-align: left;
        border-color: #F4BFC5;
        /*background-color: white;*/
        border-width: 0px;
        padding: 0px;
        margin: 0px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }



select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*:::::桌面样式:::::*/

.cover_bg {
    background-image: url("cover.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cover_link, .cover_link_selected {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 1px solid rgba(128,179,218,0);
    border-radius: 5px;
    padding: 5px;
    margin: 12px;
    /*background-color: rgba(128,179,218,0.5);*/
    /*box-shadow: 0 0 20px rgba(0,102,153,0.3);*/
    cursor: pointer;
    /*opacity:0.4;*/
}

.cover_link_selected {
    background-color: #2C92E1;
    background-color: rgba(43,141,217,0.8);
    border: 1px solid #3294E0;
    box-shadow: 0 2px 10px rgba(40,148,253,0.5);
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.cover_name {
    position: absolute;
    width: 60px;
    top: 75px;
    left: 0px;
    text-align: center;
    color: white;
    text-shadow: 0 1px 2px rgba(11,11,100,0.8);
    font-family: 微软雅黑,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.kefu_ico {
    background-image: url("kefu.png"); background-repeat:no-repeat; background-position:center center;
}

.laoshi_ico {
    background-image: url("laoshi.png"); background-repeat:no-repeat; background-position:center center;
}

.jiaoliu_ico {
    background-image: url("jiaoliu.png"); background-repeat:no-repeat; background-position:center center;
}

.jiaowu_ico {
    background-image: url("jiaowu.png"); background-repeat:no-repeat; background-position:center center;
}

.caiwu_ico {
    background-image: url("caiwu.png"); background-repeat:no-repeat; background-position:center center;
}

.xiaozhang_ico {
    background-image: url("xiaozhang.png"); background-repeat:no-repeat; background-position:center center;
}

.xitong_ico {
    background-image: url("xitong.png"); background-repeat:no-repeat; background-position:center center;
}

.kebiao_ico {
    background-image: url("kebiao.png"); background-repeat:no-repeat; background-position:center center;
}

.kaiban_ico {
    background-image: url("kaiban.png"); background-repeat:no-repeat; background-position:center center;
}

.qianbao_ico {
    background-image: url("qianbao.png"); background-repeat:no-repeat; background-position:center center;
}

.wodeban_ico {
    background-image: url("wodeban.png"); background-repeat:no-repeat; background-position:center center;
}




.hongbaorow {
    height: 80px;
    position: relative;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

    .hongbaorow .logo {
        width: 80px;
        height: 80px;
        background-color: Blue;
        background-color: #ffd800;
        background-size: 80px auto;
        background-image: url("hongbao.png");
    }

    .hongbaorow .money {
        border-radius: 8px;
        background-color: red;
        display: inline-block;
        color: white;
        padding: 2px;
    }

    .hongbaorow .name {
        height: 25px;
        position: absolute;
        left: 84px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

    .hongbaorow .content {
        height: 25px;
        position: absolute;
        left: 84px;
        right: 0px;
        top: 25px;
        bottom: 0px;
        color: #969494;
        font-size: 0.9em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hongbaorow .content2 {
        height: 25px;
        position: absolute;
        left: 84px;
        right: 0px;
        top: 25px;
        bottom: 0px;
        color: #969494;
        font-size: 0.9em;
    }

    .hongbaorow .codeshow {
        height: 40px;
        position: absolute;
        left: 84px;
        right: 0px;
        top: auto;
        bottom: 0px;
        color: #969494;
        font-size: 0.9em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hongbaorow .time {
        height: 25px;
        position: absolute;
        left: 50px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        text-align: right;
        color: #7E7E7E;
        font-size: 0.8em;
    }




.orangebutton {
    cursor: pointer;
    color: white !important;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    background-color: #CCAA66;
}

.orangebutton_selected {
    background-color: goldenrod !important;
}

.orangebutton a, .orangebutton input {
    /*display:block;*/
    height: 100%;
    color: white !important;
}

.ico_sms {
    background-position: center center;
    background-image: url('sms.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
}

.ico_print {
    background-position: center center;
    background-image: url('print1.gif');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: block;
}

.font16, .font16 label {
    font-size: 16px;
    padding: 3px;
}

.yishangke {
    background-color: darkolivegreen;
    width: 40px;
    height: 20px;
    padding: 2px;
    color: ghostwhite;
    margin: 1px;
}

.weishangke {
    background-color: darkgray;
    width: 40px;
    height: 20px;
    padding: 2px;
    margin: 1px;
}

.atstate1, .atstate2, .atstate3, .atstate4, .atstate5 {
    background-color: goldenrod;
    height: 20px;
    padding: 1px;
    color: ghostwhite;
}

.atstate1 {
    background-color: darkolivegreen;
}

.atstate4, .atstate5 {
    background-color: red;
}

.ie{
    background-image:url("ie.png");
    background-repeat:no-repeat;
    background-position:center bottom;
    display:inline-block;width:20px;height:16px;
}