﻿/*主界面*/

#north {
    position: relative;
    height: 85px;
    /*background-color: #3c8dbc;*/
    background: url(../images/north_bg.png) repeat-x;
    color: white;
    overflow: hidden;
}

#north .top-banner {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
}

#north h1 {
    float: left;
    height: 82px;
    line-height: 82px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 26px;
}

.north-right {
    position: absolute;
    top: 0;
    right: 15px;
}

.north-right ul {
    list-style: none;
    font-size: 12px;
    height: 50px;
    line-height: 55px;
    overflow: hidden;
    clear: both;
}

.north-right ul li {
    float: right;
    margin-right: 15px;
}

.north-right ul li a {
    text-decoration: none;
    color: white;
}

.north-right p {
    text-align: right;
    padding-right: 15px;
}

#west {
    width: 16%;
}

#menu>div {
    overflow: hidden;
}

#menu ul {
    padding: 10px;
}

#menu ul li {}

#menu ul li a {
    display: block;
    text-decoration: none;
    color: #383838;
    padding: 6px 10px;
    margin-bottom: 2px;
}

#menu ul li a:hover {
    background-color: #cde9f9;
    border: 1px dashed #a1d0eb;
    text-decoration: underline;
}

#menu ul li a.current {
    background-color: #aad9f4;
    border: 1px solid #60afdd;
    text-decoration: none;
    font-weight: bold;
}

#south {
    height: 20px;
    background-color: #efefef;
    padding: 2px;
    vertical-align: middle;
}

#sysVersion {
    color: #575765;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
}

#nowTime {
    color: #575765;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}

#center {}

#tabs>div {
    overflow: hidden;
}


/*list列表页*/

.list {}

.list .list-container {
    border: 0;
    padding: 3px;
}

.list .list-container .search_area {
    background-color: #efefef;
    border: 1px solid #3c8dbc;
    margin-bottom: 3px;
}

#condition {
    margin-bottom: 5px;
    margin: 3px 6px 3px 6px;
}

#condition table {
    border: 0;
}

.list .list-container .tt_btns {}

#openOrClose {
    display: block;
    cursor: pointer;
    background: url(../images/open.png) 0 0 no-repeat;
    margin: 0 auto;
    padding: 0px;
    width: 50px;
    height: 5px;
    overflow: hidden;
    text-indent: -999px;
}


/*弹出层*/

.panel.window.easyui-fluid {
    top: 0 !important;
}

.window-shadow {
    top: 0 !important;
    display: none !important;
}

.pop_win {
    font-size: 12px;
    padding: 20px 5%;
}

.pop_win table {
    width: 100%;
    border-collapse: collapse;
}

body.basic .pop_win {
    padding: 20px 0 20px 20px;
}

body.basic .pop_win table {
    width: 80%;
}

body.basic .pop_win fieldset {
    box-sizing: border-box;
    width: 80%;
}

body.basic .windowButton {
    box-sizing: border-box;
    width: 80%;
}

.pop_win table td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pop_win table .label {
    width: 15em;
    text-align: left;
}

.pop_win table .label.label-right {
    width: 15em;
    padding-left: 3em;
}

.pop_win table .input_text_short input {
    box-sizing: border-box;
    padding: 0 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.pop_win table .input_text_long input {
    box-sizing: border-box;
    padding: 0 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.pop_win table .select_short select {
    box-sizing: border-box;
    padding: 0 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.pop_win table .select_long select {
    box-sizing: border-box;
    padding: 0 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.pop_win table .input_datebox span.textbox.combo.datebox {
    box-sizing: border-box;
    width: 100% !important;
}

.pop_win table .input_datebox span.textbox.combo.datebox input {
    box-sizing: border-box;
    width: 100% !important;
}

.pop_win table .input_numberbox span.textbox.numberbox {
    box-sizing: border-box;
    width: 100% !important;
}

.pop_win table .input_numberbox span.textbox.numberbox input {
    box-sizing: border-box;
    width: 100% !important;
}

.pop_win table .radio_or_checkbox input {
    position: relative;
    top: 2px;
}

.pop_win table .textarea textarea {
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #d3d3d3;
    width: 100%;
    line-height: 18px;
}

.windowButton {
    text-align: center;
    margin-bottom: 15px;
}

.my-dialog-button {
    margin-right: 3px;
    border: 1px solid #ccc !important;
    padding: 0 5px 0 5px !important;
    background: url(../images/button_plain_hover.png) repeat-x;
}

.my-dialog-button:hover {
    background: url(../images/button_plain_hover.png) repeat-x;
}

.pop_win fieldset {
    border: 1px solid #d3d3d3;
}


/*basic_info页面样式*/

body.basic {
    padding: 3px;
}


/*登录页面样式*/

.login .top {
    height: 90px;
    margin-top: 30px;
    background-color: white;
    border-bottom: 5px solid #3687b6;
}

.login.lg-login .top {
    margin-top: 80px;
}

.login .top .container {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    background: url(../images/top-banner.png) no-repeat center left;
}

.login .middle {
    height: 428px;
    background-color: #f3f3f3;
}

.login.lg-login .middle {
    height: 450px;
}

.login .middle .container {
    width: 1000px;
    height: 428px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

.login.lg-login .middle .container {
    height: 450px;
}

.login .middle .container .pic {
    width: 620px;
    height: 428px;
    float: left;
    background: url(../images/login_pic_bg.jpg) no-repeat center center;
}

.login.lg-login .middle .container .pic {
    height: 450px;
}

.login .middle .container .login-box {
    width: 380px;
    height: 428px;
    float: left;
    background: url(../images/login_box_bg.png) no-repeat center center;
}

.login.lg-login .middle .container .login-box {
    height: 450px;
}

.login .middle .container .login-box table {
    margin-top: 100px;
    margin-left: 54px;
}

.login.lg-login .middle .container .login-box table {
    margin-top: 120px;
}

.login .middle .container .login-box table .role select {
    box-sizing: border-box;
    width: 273px;
    height: 36px;
    border: 1px solid #cccccc;
    padding-left: 34px;
    color: black;
    background-color: white;
    background: url(../images/role_bg.png) no-repeat center left;
}

.login .middle .container .login-box table .username input {
    box-sizing: border-box;
    width: 273px;
    height: 36px;
    border: 1px solid #cccccc;
    padding-left: 34px;
    color: black;
    background-color: white;
    margin-top: 10px;
    background: url(../images/username_bg.png) no-repeat center left;
}

.login .middle .container .login-box table .verification_code input {
    box-sizing: border-box;
    width: 273px;
    height: 36px;
    border: 1px solid #cccccc;
    padding-left: 34px;
    color: black;
    background-color: white;
    margin-top: 10px;
    background: url(../images/username_bg.png) no-repeat center left;
}
.login .middle .container .login-box table .get_verification_code button {
    position: relative;
    top: 3px;
    left: -100px;
    font-size: 14px;
    width: 94px;
    font-family: MicrosoftYaHei;
    color: #20aee5;
    line-height: 18px;
    cursor: pointer;
    padding-left: 10px;
    border: 0px;
    background: transparent;
    border-left: 1px solid #d8d8d8;
}

.login .middle .container .login-box table .password input {
    box-sizing: border-box;
    width: 273px;
    height: 36px;
    border: 1px solid #cccccc;
    padding-left: 34px;
    color: black;
    background-color: white;
    margin-top: 10px;
    background: url(../images/password-bg.png) no-repeat center left;
}

.login .middle .container .login-box table .login-btn input {
    width: 273px;
    height: 36px;
    background: url(../images/login-btn.png) no-repeat center center;
    border: none;
    margin-top: 22px;
    cursor: pointer;
}

.login .middle .container .login-box table .login-btn input:hover {
    background: url(../images/login-btn-hover.png) no-repeat center center;
}

.login .middle .container .login-box table .register a {
    color: #3c8dbc;
    text-decoration: none;
    display: block;
    text-align: right;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
}

.login .middle .container .login-box table .register a:hover {
    text-decoration: underline;
}

.login .bottom {
    background-color: white;
    font-size: 12px;
    color: #666;
}

.login .bottom .container {
    width: 1000px;
    margin: 30px auto;
}

.login .bottom .container p {
    height: 24px;
    line-height: 24px;
    text-align: center;
}


/*用户注册页*/

.register .top {
    height: 118px;
    background-color: white;
    border-bottom: 5px solid #3687b6;
}

.register .top .container {
    width: 1000px;
    height: 118px;
    margin: 0 auto;
    background: url(../images/register-title.png) no-repeat center center;
}

.register .middle {
    background-color: #f3f3f3;
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

.register .middle .container {
    width: 872px;
    margin: 10px auto;
}

.register .middle .container table {
    width: 80%;
    margin: 0 auto;
}

.register .middle .container table caption {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #3687b6;
    height: 80px;
    line-height: 80px;
}

.register .middle .container table .label {
    width: 12em;
}

.register .middle .container table .input-in input {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: white;
    border: 1px solid #cccccc;
    padding-left: 6px;
    color: #666;
    font-size: 14px;
}

.register .middle .container table .input-in select {
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: white;
    border: 1px solid #cccccc;
    padding-left: 6px;
    color: #666;
    font-size: 14px;
}

.register .register-confirm-btn {
    width: 273px;
    height: 36px;
    background: url(../images/register-confirm-btn.png) no-repeat center center;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.register .register-confirm-btn:hover {
    background: url(../images/register-confirm-btn-hover.png) no-repeat center center;
}

.register .register-cancel-btn {
    width: 273px;
    height: 36px;
    background: url(../images/register-cancel-btn.png) no-repeat center center;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.register .register-cancel-btn:hover {
    background: url(../images/register-cancel-btn-hover.png) no-repeat center center;
}

.register .middle .container table {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.register .middle .container table td {
    /*border: 1px solid #ccc;*/
}

.register .middle .container table .desc {
    font-size: 12px;
    line-height: 18px;
}

.register .middle .container table .desc div {
    padding-top: 20px;
}

.register .bottom {
    background-color: white;
    font-size: 12px;
    color: #666;
}

.register .bottom .container {
    width: 1000px;
    margin: 30px auto;
}

.register .bottom .container p {
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.copyright .container p a {
    color: #666;
    text-decoration: none;
}

.copyright .container p a:hover {
    color: #333;
}


/*普通表格样式*/


/*表格区域table*/

.basic_tb_container {
    border: 1px solid #d3d3d3;
}

.basic_tb_top_btns {
    background-color: #fafafa;
    padding: 1px;
}

.basic_tb {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid #ccc;*/
}

.basic_tb th,
.basic_tb td {
    border: 1px solid #ddd;
    height: 24px;
    padding: 0 4px;
}

.basic_tb th.first-col,
.basic_tb td.first-col {
    border-left: none;
}

.basic_tb th.last-col,
.basic_tb td.last-col {
    border-right: none;
}

.basic_tb tr th {
    background: url(../images/basic_tb_th_bg.png) repeat-x;
    font-weight: normal;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.basic_tb tbody tr:hover {
    background-color: #e2e2e2;
}

.basic_tb .serial-number {
    width: 30px;
    background: url(../images/serial-number-bg.png) repeat-x;
}

.basic_tb tbody tr.current-row {
    color: white;
    background-color: #0092dc;
}

.basic_tb tbody tr.current-row .serial-number {
    color: #000;
}


/*
.basic_tb_container .pagination {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    background-color: #fafafa;
    position: fixed;
    left: 4px;
    bottom: 0;
    margin-right: 4px;
}
 */


/*index页面右下角弹出窗口样式*/
    
    #tips_win {
        position: fixed;
        width: 300px;
        height: 0;
        background-color: white;
        box-sizing: border-box;
        right: 13px;
        bottom: 50px;
        font-family: '宋体';
        transition: height 1.5s;
        -moz-transition: height 1.5s;
        /* Firefox 4 */
        -webkit-transition: height 1.5s;
        /* Safari and Chrome */
        -o-transition: height 1.5s;
        /* Opera */
    }
    
    #tips_win .header {
        height: 32px;
        line-height: 32px;
        background: url(../images/tips_win_header_bg.png) repeat-x;
        overflow: hidden;
        clear: both;
    }
    
    #tips_win .header h5 {
        float: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        margin-left: 8px;
    }
    
    #tips_win .header img {
        float: right;
        margin-right: 8px;
        cursor: pointer;
    }
    
    #tips_win .content {
        box-sizing: border-box;
        width: 300px;
        height: 168px;
        border: 1px solid #6ab4e0;
        border-top: none;
        font-size: 12px;
        padding: 15px 15px;
        position: relative;
    }
    
    #tips_win .content p {
        line-height: 18px;
    }
    
    #tips_win .content .tips_win_btn_container {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
    }
    
    #tips_win .content .tips_win_btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 20px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        background: url(../images/tips_win_btn_bg.png) repeat-x;
        color: #2e6fa6;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }
