﻿body {
    font-size: 14px;
}

/*table span {
    font-size: 11px;
}*/

a:hover {
    text-decoration: none;
}

.fieldcontain span {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.form-signin {
    max-width: 1000px;
    margin: 20px auto;
}

    .form-signin h4 {
        display: inline-block;
        width: 22%;
        text-align: right;
        font-size: 14px;
        line-height: 20px;
    }

    .form-signin p {
        line-height: 40px;
        height: 40px;
        font-size: 20px;
    }

    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin .checkbox {
        font-weight: normal;
    }

    .form-signin .form-control:focus {
        z-index: 2;
    }

    .form-signin textarea {
        margin-bottom: 14px;
        border-radius: 2px;
        background: #FFF;
        color: #000;
      
        height: 30px;
    }

    .form-signin input[type="text"] {
        border-radius: 2px;
        background: #FFF;
        color: #000;
    }

        .form-signin input[type="text"]:focus {
            border-radius: 2px;
            color: #000;
        }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-radius: 0;
        background: #FFF;
        width: 180px;
        color: #000;
    }

        .form-signin input[type="password"]:focus {
            background: #95d0cd;
            color: #fff;
        }

    .form-signin input[type="submit"] {
        border-radius: 4px;
        width: 50%;
        height: 38px;
    }

        .form-signin input[type="submit"]:focus {
            border-radius: 0;
            width: 50%;
            background: #95d0cd;
            height: 38px;
        }

    .form-signin span {
        width: 64%;
    
    display: block;
    float: right;
    }

.form-control {
    width: 64%;
    height: 40px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


    .form-control:focus {
        border-color: rgba(255,255,255,0.15);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
    }

    .form-control:-moz-placeholder {
        color: #999;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}



.divPager {
    margin-top: 20px;
}

    .divPager a {
        padding: 2px 8px;
        margin-left: 4px;
        font-size: 14px;
        color: #FFF;
        background-color: #5a98de;
        text-decoration: none;
    }

    .divPager span span {
        padding: 2px 8px;
        margin-left: 4px;
        font-size: 14px;
        color: #666;
        border: 1px solid #f5f5f5;
        text-decoration: none;
    }

    .divPager input {
        border: 1px solid #efefef;
        cursor: pointer;
        display: inline-block;
        margin-left: 2px;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        height: 26px;
        line-height: 26px;
        text-decoration: none;
        margin: 0 0 6px 6px;
        padding: 0 10px;
        font-size: 14px;
        background: #5a98de;
    }

    .divPager .aspNetDisabled {
        background: #EEE;
        color: #dadada;
    }

.rule_tree {
    margin: 30px 30px;
    width: 90%;
    text-align: left;
}

.group_bn {
    width: 200px;
    margin: 0px 20px;
    float: left;
    background: #f7f7f7;
}



    .group_bn li a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 5px 20px;
    }

    .group_bn li:hover {
        color: #028aef;
        border-color: #028aef;
        border: 1px solid #028aef;
        background: #fefefe;
    }

.ahover {
    color: #028aef;
    border-color: #028aef;
    border: 1px solid #028aef;
    background: #fefefe;
}

.rule_tree table {
    width: auto;
}

.rule_tree img {
    width: 30px;
}

.rule_tree input[type="checkbox"] {
    width: 16px;
    height: 16px;
}






.popBack {
    background-color: #000;
    opacity: 0.3;
}

.popOuter {
    width: 60%;
    height: 70%;
    background: #FFF;
    border: 1px solid #999;
    border-radius: 4px;
    overflow: auto;
    text-align: center;
}

    .popOuter .pop_content {
        padding: 5px 30px 30px 30px;
    }

    .popOuter td {
        margin: 6px;
    }


.text-c th {
    background: #f5fafe;
}
/*表格不自动换行，根据内容调整宽度*/
.table td {
    word-break: keep-all;
    white-space: nowrap;
}

