﻿html,
button,
input,
select,
textarea {
    font-family: tahoma, arial, "Microsoft YaHei", \5b8b\4f53, sans-serif;
    /* 1 */
}

button,
input,
select,
textarea {
    font-size: 100%;
}

.float-clear {
    *zoom: 1;
}
    /*==for IE==*/
    .float-clear:after {
        clear: both;
        content: ".";
        overflow: hidden;
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

.float-left {
    float: left;
}

.float-right {
    position: fixed;
    top: 25px;
    right: 15px;
}

body {
    /*background: url(/Images/body_bg.png);*/
}

header {
    height: 75px;
}

p.site_title {
    margin: 0px;
    /*padding:15px 0px;*/
    padding-left: 10px;
    padding-top: 10px;
}

a.logo {
    /*background: url(/Images/logo.png) no-repeat top left;*/
    display: block;
    width: 308px;
    height: 60px;
    text-indent: -9999px; /* hides the link text */
}

label.logo {
    height: 60px;
    font-size: 32px;
    margin-left: 10px;
}

#bodylayout {
    /*布局参考http://yuilibrary.com/yui/docs/cssgrids/cssgrids-fluid-example.html*/
    /*http://purecss.io/grids/*/
    padding-left: 238px;
    letter-spacing: -4px; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -4px; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

    #bodylayout div.leftbox {
        display: inline-block;
        zoom: 1;
        *display: inline; /* IE < 8: fake inline-block */
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        margin-left: -238px;
        border: 0px;
    }

    #bodylayout div.rightbox {
        display: inline-block;
        zoom: 1;
        *display: inline; /* IE < 8: fake inline-block */
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        /*width:97.5%;*/
    }


/*开始顶部按钮工具条*/

.toolbar_box {
    height: 64px;
    margin: 0px;
    background: url("/images/toolbar_bg.png") repeat-x;
    padding-left: 0px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
}

    .toolbar_box .content_box {
        margin-left: 220px;
    }

    .toolbar_box li {
        padding: 0px 5px;
        text-align: center;
        list-style: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        position: relative;
    }

        .toolbar_box li img {
            margin-top: 4px;
            display: block;
        }

        .toolbar_box li span {
            width: 100%;
            display: block;
            color: #d4d4d4;
        }

        .toolbar_box li.actived {
            cursor: pointer;
        }

            .toolbar_box li.actived span {
                font-weight: 800;
                color: #000000;
            }
/*结束顶部按钮工具条*/

/*开始左侧模块菜单width:210*/

.app_menu_box {
    width: 225px;
    padding: 0px 10px;
}

.module_title {
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 36px;
    border: 1px solid #d4d4d4;
    background: url("/images/appMenuTitle_bg.png") repeat-x;
    padding-left: 18px;
}

    .module_title a {
        color: #000000;
        display: block;
    }

.module_container {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    display: none;
}

.actived_container {
    display: block;
}

.module_container .module_title {
    height: 48px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    border: 0px;
    background: #ffffff;
}

    .module_container .module_title a {
        height: 48px;
    }

    .module_container .module_title span {
        display: inline-block;
        vertical-align: text-bottom;
    }

/*结束左右模块菜单*/


/*开始 地区选择控件*/
.districtselector select {
    width: 120px;
    height: 24px;
}
/*结束 地区选择控件*/

.content_box {
    position: relative;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

p.content_title {
    font-weight: 800;
    color: #3f3f3f;
    font-size: 16px;
    border-bottom: 1px solid #d8d8da;
    margin: 4px 16px;
    padding-bottom: 8px;
}

.content .register_table {
    margin: 30px 0 0 5px;
}

    .content .register_table tr {
        height: 30px;
    }

.col_title {
    width: 70px;
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    line-height: 28px;
}

    .col_title span {
        margin-right: 5px;
        color: #FF0000;
    }

.field-validation-error {
    color: #ff0000;
}

.toolbar_Position {
    /*width:100%;*/
    z-index: 1000;
    position: fixed;
}

/*==============================table.Layout start=======================================*/

table.Layout {
    margin: 10px;
}

    table.Layout td.lw100 {
        width: 100px;
        text-align: right;
    }

    table.Layout td.rw150 {
        width: 150px;
        text-align: left;
    }

    table.Layout td.rw400 {
        width: 400px;
        text-align: left;
    }

    table.Layout td.cw150 {
        width: 150px;
        text-align: center;
    }

    table.Layout td.rw150 input {
        width: 140px;
    }

    table.Layout td.rw400 input {
        width: 390px;
    }

    table.Layout td.rw150 input.easyui-validatebox {
        height: 18px;
        line-height: 18px;
    }

    table.Layout td.rw400 input.easyui-validatebox {
        height: 18px;
        line-height: 18px;
    }

    table.Layout td.rw150 select {
        width: 143px;
    }

table.LayoutA {
    /*margin: 10px;*/
    border-right: dotted #ccc 1px;
    border-bottom: dotted #ccc 1px;
    border-top: 0px;
    border-left: 0px;
    border-collapse: collapse;
    width: 100%;
    position: relative;
    top: -2px;
    left: -1px;
}

    table.LayoutA tr {
        height: 25px;
    }

    table.LayoutA td.cw150 {
        width: 150px;
        /*padding: 10px 0px;*/
        text-align: center;
        border: dotted #ccc 1px;
        border-top: 0px;
    }

    table.LayoutA td.rw {
        width: auto;
        /*padding: 10px 0px 10px 10px;*/
        text-align: center;
        border: dotted #ccc 1px;
        border-top: 0px;
    }

/*==============================table.Layout end========================================*/


.toolbarlbl {
    position: relative;
    top: 2px;
}

.toolbartxt {
    height: 20px;
    line-height: 20px;
    position: relative;
    top: 1px;
}

.toolbartips {
    color: red;
    position: relative;
    top: 2px;
}

.proxy {
    font-family: tahoma, arial, "Microsoft YaHei", \5b8b\4f53, sans-serif;
    font-size: 12px;
    font-weight: 700;
    border: dotted 1px #ccc;
    background: #ffe48d;
    margin: 2px;
    padding: 2px;
}


label.euc {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

    label.euc:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-color: #9EE1FB;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

.radio label:before {
    border-radius: 8px;
}

.checkbox label.euc:before {
    border-radius: 3px;
}


input[type=radio].euc,
input[type=checkbox].euc {
    display: none;
}

input[type=radio]:checked + label.euc:before {
    content: "\2022";
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

input[type=checkbox]:checked + label.euc:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 15px;
}