﻿* {
    margin: 0px;
    padding: 0px;
}

select, input[type="text"], input[type="password"], textarea {
    border-radius: 5px;
    height: 28px;
    border: 1px solid lightgray;
    background-color: white;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    font-family: "微软雅黑";
}

input[type="button"], input[type="reset"], input[type='submit'] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #E4EBF3;
    outline: none;
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 23px;
    background-color: #167EF1;
    border-radius: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-family: "微软雅黑";
}

file {
    height: 26px;
    border: 1px solid #E4EBF3;
    background-color: white;
    outline: none;
}

.model_dialog {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    top: 0px;
    left: 0px;
}

.model {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: Gray;
}

.model_open {
    overflow-x: hidden;
    overflow-y: auto;
}

.model_header {
    min-height: 16.43px;
    width: auto;
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.model_content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 400px;
    background-color: White;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    z-index: 1000;
    opacity: 1;
}

.model_close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: Gray;
    font-weight: bold;
    font-size: 18px;
}

.model_footer {
    padding: 5px;
    text-align: center;
    width: auto;
    border-top: 1px solid #e5e5e5;
}

.model_close:hover {
    color: Black;
    cursor: pointer;
}

.model_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 宋体;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_success {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn_danger {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn_default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.model_btn:hover {
    border-color: #357ebd;
}

.fade {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.modle_body {
    position: relative;
    padding: 5px;
    height: auto;
    width: 100%;
}

.model_alter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.model_dialog_body {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    height: auto;
}

.modal-title {
    font-size: 14px;
}

.model_alter_content {
    position: absolute;
    margin: 10px auto;
    border: 1px solid #e5e5e5;
    background-color: White;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
    box-shadow: 0 2px 9px rgba(0,0,0,.5);
    line-height: 22px;
    vertical-align: middle;
    border-radius: 4px;
    top: 0px;
    left: 0px;
}

.model_alter_footer {
    text-align: center;
    height: 25px;
    border-top: 1px solid #e5e5e5;
}

.model_alter_footer_left {
    float: left;
    border-right: 1px solid #e5e5e5;
    height: 25px;
    width: 49%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

    .model_alter_footer_left:hover {
        color: #82BEE3;
        cursor: pointer;
    }

.model_alter_footer_right {
    float: right;
    text-align: center;
    height: 25px;
    width: 49%;
    line-height: 25px;
    cursor: pointer;
}

    .model_alter_footer_right:hover {
        color: Red;
        cursor: pointer;
    }

.model_select {
    position: relative;
    width: 134px;
    min-width: 134px;
    height: 25px;
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}

    .model_select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        border-top: 5px solid #666;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .model_select .select_text {
        padding: 0 20px 0 10px;
        height: 25px;
        line-height: 25px;
    }

.select_ul {
    display: none;
    position: absolute;
    font-family: 微软雅黑;
    top: 25px;
    left: -1px;
    width: 134px;
    min-width: 134px;
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    list-style: none;
}

    .select_ul li {
        line-height: 25px;
        text-indent: 10px;
    }

        .select_ul li:hover {
            color: black;
            background-color: #EEEEEE;
        }

        .select_ul li.cur {
            color: black;
            background-color: #E4E2DD;
        }

.ul {
    line-style: none;
}

.model_select {
    position: relative;
    width: 134px;
    min-width: 134px;
    height: 25px;
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
}

    .model_select:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        border-top: 5px solid #666;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .model_select .select_text {
        padding: 0 20px 0 10px;
        height: 25px;
        line-height: 25px;
    }

.select_ul {
    display: none;
    position: absolute;
    font-family: 微软雅黑;
    top: 25px;
    left: -1px;
    width: 134px;
    min-width: 134px;
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    list-style: none;
}

    .select_ul li {
        line-height: 25px;
        text-indent: 10px;
    }

        .select_ul li:hover {
            color: black;
            background-color: #EEEEEE;
        }

        .select_ul li.cur {
            color: black;
            background-color: #E4E2DD;
        }

.checkbox {
    padding-left: 20px;
    cursor: pointer;
    background: url(../tutor/images/nochoose_anmai.png) no-repeat;
    line-height: 16px;
    height: 16px;
    display: inline-block;
}

.chkdisabled {
    background: url(../images/disabled.png) no-repeat;
}

.checked {
    background: url(../tutor/images/choose_anmai.png) no-repeat;
}

.disabled {
    background-position: left 0;
}

.hRadio {
    padding-left: 22px;
    display: inline-block;
    background: transparent url(../images/miniradio.png) no-repeat;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle; 
}

.hRadio_Checked {
    background: transparent url(../images/mini_checked.png) no-repeat;   
}

.form-control {
    display: inline-block;
    width: 100%;
    height: 21px;
    padding: 2px;
    font-size: 12px;
    line-height: 21px;
    margin-top: 0px;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-family: 宋体;
}

.form-file {
    display: inline-block;
    width: 100%;
    height: 23px;
    padding: 2px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-family: 宋体;
}

.form-select {
    display: inline-block;
    width: 100%;
    height: 27px;
    padding: 2px;
    font-size: 12px;
    line-height: 27px;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-family: 宋体;
}

.form-control1 {
    display: inline-block;
    width: 100%;
    height: 21px;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 21px;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px 0px 0px 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-family: 宋体;
}

.form-control2 {
    display: inline-block;
    width: 35px;
    height: 25px;
    /*padding-top:2px;
    padding-bottom:2px;
    padding-right:2px;*/
    font-size: 12px;
    line-height: 21px;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px 4px 4px 0px;
    border-left-style: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
    font-family: 宋体;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
}

    .form-control2 img {
        width: 20px;
        height: 20px;
        margin-top: 1px;
    }

    .form-control2:hover {
        background-color: #EEEEEE;
    }


.sp_btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 1px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #82BEE3;
    background-color: #82BEE3;
    color: white;
}

    .sp_btn:hover {
        background-color: White;
        color: #82BEE3;
    }


input[type="checkbox"] {
    width: 15px;
    height: 15px;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url('../tutor/images/nochoose_anmai.png') no-repeat center;
    background-size: 100% 100%;
    outline: none;
    vertical-align: middle;
    margin-right: 2px;
}

    input[type="checkbox"]:checked {
        width: 15px;
        height: 15px;
        appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -moz-appearance: none;
        background: url('../tutor/images/choose_anmai.png') no-repeat center;
        background-size: 100% 100%;
        outline: none;
        vertical-align: middle;
        margin-right: 2px;
    }

input[type="radio"] {
    width: 15px;
    height: 15px;
    line-height: 15px;
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url('../tutor/images/titlenochoose_anmai.png?rand=123') no-repeat center;
    background-size: 100% 100%;
    outline: none;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: 0px;
    border: none;
}

    input[type="radio"]:checked {
        width: 15px;
        height: 15px;
        line-height: 15px;
        appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -moz-appearance: none;
        background: url('../tutor/images/titlechoose_anmai.png?rand=123') no-repeat center;
        background-size: 100% 100%;
        outline: none;
        vertical-align: middle;
        margin-right: 2px;
        margin-top: 0px;
    }

.sp_close {
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background-color: #7F7F7F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #7F7F7F;
    margin-top: 10px;
}

.d_row {
    width: 95%;
    margin: 0px auto;
    line-height: 35px;
    line-height: 35px;
    margin-top: 5px;
    font-size:12px;
}


input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

    input[type="checkbox"]:checked {
        height: 15px;
        width: 15px;
    }

.sp_check {
    display: inline-block;
    width: 110px;
    height: 20px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 5px;
}

.d_morelist {
    min-height: 30px;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 5px 5px 5px 5px;
    margin: 0px auto;
    background-color: #F5F6F7;
    border-radius: 4px;
    margin-top: 10px;
}

.sp_line {
    display: inline-block;
    min-width: 125px;
    width:auto;
    text-align: left;
    margin-right: 10px;
    font-weight: bold;
}

    .sp_line select {
        width: 92px;
    }

.sp_fx {
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background-color: #167EF1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #167EF1;
    margin-top: 10px;
}
