﻿.Logo {
    margin: 10px;
    float: left;
    width: 174px;
}

img {
    border: none;
}

body {
    margin: 0px;
}

.TopMenu {
    margin-left: 30px;
    height: 80px;
    float: left;
}

    .TopMenu ul {
        padding: 0px;
        margin: 0px;
    }

        .TopMenu ul li {
            padding: 0px;
            margin: 0px;
            float: left;
            list-style: none;
            cursor: pointer;
        }

        .TopMenu ul .cur {
            background-image: url('../Images/menu-ico/menu_bg.png');
            background-repeat: repeat-x;
            padding: 0px;
            margin: 0px;
            float: left;
            list-style: none;
            cursor: pointer;
        }




        .TopMenu ul li img {
            border: none;
        }

        .TopMenu ul li a {
            padding: 0px 10px 0px 10px;
            height: 80px;
            color: #ffffff;
            display: inline-block;
            font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
            line-height: 80px;
            font-size: 18px;
            text-decoration: none;
        }

            .TopMenu ul li a:hover {
                background-image: url('../Images/menu-ico/menu_bg.png');
                background-repeat: repeat-x;
            }

            .TopMenu ul li a img {
                margin: 20px 10px 0px 10px;
                width: 40px;
                height: 40px;
                float: left;
            }

.Top-Right {
    margin-top:10px;
    margin-right:40px;
    height: 60px;
    float: right;
    line-height:30px;
    position: relative;
    z-index: 7777;
}

    .Top-Right .EnterPrise {
        width:250px;
        text-align:center;
        display:inline-block;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
        font-size: 14px;
        color: #ffffff;
    }

    .Top-Right .UserInfo {
        width:100%;
        text-align:center;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
        font-size: 13px;
        color: #ffffff;
        margin-right: 3px;
    }

    
    .Top-Right .UserInfo a{
        text-align:center;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
        font-size: 13px;
        color: #ffffff;
        margin-right: 3px;
    }


    .Top-Right .Logout {
        cursor: pointer;
    }

        .Top-Right .Logout:hover {
            color: #eee;
        }

.Navigation {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f1f2f7;
    border-bottom: solid 1px #dedede;
}

    .Navigation .Title {
        font-size: x-large;
        font-family: "PingFang SC", tahoma, arial, "helvetica neue", "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
        float: left;
    }

    .Navigation .Navigation-Menu {
        float: right;
    }


.Questionnaire {
    width: 900px;
    min-height: 700px;
    position: relative;
    margin: 80px auto 80px auto;
    padding-top: 80px;
    background-color: #ffffff;
    text-align: center;
    height: auto;
    display: table;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.QuestionnaireTitle {
    font-size: 18px;
    line-height: 30px;
}

.Questionnaire ul {
    padding: 0px;
    margin: 0px;
}

    .Questionnaire ul li {
        width: 800px;
        text-align: center;
        padding: 10px;
        margin: 0px;
        float: left;
        list-style: none;
    }

.questionnaireClass {
    float: right;
    width: 500px;
    margin: auto 0 auto 30px;
}

    .questionnaireClass .labelText {
        float: left;
        width: 80px;
        text-align: right;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑","STHeiti","华文细黑","sans-serif";
    }

    .questionnaireClass .classContent {
        float: left;
        width: 420px;
    }

.TopicType {
    width: 180px;
    background-color: #4dbbcf;
}


    .TopicType ul {
        padding: 0px;
        margin: 0px;
    }

        .TopicType ul li {
            cursor: pointer;
            border: 1px solid #4dbbcf;
            padding: 0px;
            margin: 10px 0px 0px 15px;
            list-style: none;
            width: 150px;
            height: 35px;
        }

            .TopicType ul li:hover {
                border: 1px solid #ffffff;
            }


            .TopicType ul li img {
                float: left;
                margin: 10px 0px 0px 20px;
            }

            .TopicType ul li span {
                float: left;
                margin-left: 10px;
                line-height: 35px;
                color: #ffffff;
                font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
                font-size: 14px;
            }


.ico-remove {
    background-image: url(../Images/icos/remove.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.Questionnaire .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bolder;
    height: auto;
    overflow: auto;
}



.Questionnaire-Edit-Area {
    padding: 50px;
    text-align: center;
}



.bottom {
    border: none;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
    color: #7c7c7c;
    font-size: 14px;
    font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
}


.Auto-height-textarea {
    font-weight: normal;
    overflow: hidden;
    resize: none;
    display: block;
    margin: 0 auto;
    padding: 10px;
    outline: 0 none;
}

.Questionnaire-Title {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    height: 24px;
    color: #333333;
    min-width: 700px;
    max-width: 800px;
    border: none;
}

.Topic-Remark {
    font-size: 18px;
    line-height: 28px;
    word-break: break-word;
    margin-top: 20px;
    color: #333333;
    min-width: 700px;
    max-width: 800px;
    border: none;
}

    .Questionnaire-Title:focus, .Topic-Remark:focus,
    .Editer-Questionnaire-Title:focus {
        background-color: #EDEDED;
        border: 1px solid #479de6;
    }

    .Questionnaire-Title:hover, .Topic-Remark:hover,
    .Editer-Questionnaire-Title:hover {
        -webkit-transition: right 0.3s;
        border: 1px solid #dedede;
    }

.Question-Title {
    -webkit-font-smoothing: antialiased;
    font-family: 'PingFang SC','Helvetica Neue',Helvetica,Arial,'Hiragino Sans GB','Microsoft Yahei','微软雅黑','STHeiti','华文细黑','sans-serif';
    font-size: 20px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    word-break: break-all;
}

.Editor_Question {
    padding: 30px 0px 20px 0px;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

    .Editor_Question:hover {
        cursor: move;
        background-color: #fafafa;
        border: 1px solid #e0e0e0;
    }

.Editor-Row {
    margin: 0px 0px 0px 80px;
    text-align: left;
}

.Question-Index {
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica,Arial','Hiragino Sans GB','Microsoft Yahei','微软雅黑','STHeiti','华文细黑','sans-serif';
    font-size: 17px;
    text-align: left;
}

.Question-Note {
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
}

.Editor-Option {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-family: '华文细黑','Hiragino Sans GB','Microsoft Yahei','微软雅黑','STHeiti','sans-serif';
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}

.Required-ico {
    color: red;
    font-size: 20px;
}

.Editor-Control {
    width: 58px;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 1px;
    display: none;
}

.Editor-Control-Selected {
    width: 58px;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 1px;
    background-color: #f7f7f7;
    border-left: 1px solid #dedede;
}

    .Editor-Control ul, .Editor-Control-Selected ul {
        background-color: #ffffff;
        list-style-type: none;
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        min-height: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        height: 100%;
    }

    .Editor-Control-Selected ul {
        background-color: #f7f7f7;
    }

        .Editor-Control ul li, .Editor-Control-Selected ul li {
            width: 58px;
            height: 58px;
            text-align: center;
            padding: 0px;
            margin: 0px;
            float: none;
            list-style: none;
            line-height: 58px;
        }

        .Editor-Control-Selected ul li {
            background-color: #f7f7f7;
        }

            .Editor-Control ul li i, .Editor-Control-Selected ul li i {
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
            }

.Editor-Control-ul-li {
    background-color: #ffffff;
}


    .Editor-Control-ul-li:hover {
        background-color: #4dbbcf;
        cursor: pointer;
    }

.Modify-ico {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -130px -55px;
}

.Delete-ico {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -105px -25px;
}

.Copy-ico {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -69px 0px;
}

.Logic-ico {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -297px -68px;
}

.Editor-Control-ul-li-Modify:hover i {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -148px -55px;
}

.Editor-Control-ul-li-Delete:hover i {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -86px -25px;
}

.Editor-Control-ul-li-Copy:hover i {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -49px 0px;
}

.Editor-Control-ul-li-Logic:hover i {
    width: 20px;
    height: 20px;
    background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
    background-position: -272px -68px;
}

.Editor_Text .Editor-Mask {
    height: 34px;
    width: 600px;
    border: 1px solid #dedede;
}

.Editor_Textarea .Editor-Mask {
    height: 100px;
    width: 600px;
    border: 1px solid #dedede;
}

.Editor_Select .Editor-Mask {
    width: 100px;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    text-align: left;
    line-height: 34px;
    font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
    font-size: 16px;
}

    .Editor_Select .Editor-Mask i {
        width: 10px;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
        background-position: -234px -55px;
    }

.Editor-linkbutton {
    display: inline-block;
    border: none;
    border-radius: 0px 0px 0px 0px;
    background: none;
    padding-right: 10px;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #f1f2f7;
}

    .Editor-linkbutton:hover {
        border: 1px solid #dedede;
        background-color: #f7f7f7;
    }

        .Editor-linkbutton:hover .l-btn-text {
            color: #4dbbcf;
        }

    .Editor-linkbutton .l-btn-text {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
        line-height: 48px;
        margin: 0 0 0 30px;
    }

.Editor_Scale .Editor-Mask {
    height: 20px;
    line-height: 20px;
    margin-left: 90px;
}

    .Editor_Scale .Editor-Mask span {
        margin-left: 5px;
        margin-right: 5px;
        float: left;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
    }

    .Editor_Scale .Editor-Mask ul {
        list-style-type: none;
        text-align: left;
    }

        .Editor_Scale .Editor-Mask ul li {
            float: left;
            width: 40px;
            padding: 0px;
            height: 20px;
            line-height: 20px;
        }

            .Editor_Scale .Editor-Mask ul li i {
                margin-right: 3px;
                float: left;
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
                width: 18px;
                height: 18px;
                background-image: url('../../../UINavigate/HospitalPort/Resource/Images/icos/icos.png');
                background-position: -251px -67px;
            }

.Layout-Center {
    border: none;
}

.SideMenu {
    background-color: #4dbbcf;
    border-bottom: solid 1px #dedede;
}

.Template-Catalog {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
}

    .Template-Catalog ul {
        margin: auto 0;
        padding: 0;
        list-style-type: none;
    }

        .Template-Catalog ul li {
            margin: 0 30px 0 30px;
            padding: 0 30px 0 40px;
            text-align: left;
            height: 45px;
            line-height: 45px;
            border-bottom: 1px solid #dedede;
            font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
            font-size: 14px;
            cursor: pointer;
            -webkit-font-smoothing: antialiased;
        }

            .Template-Catalog ul li:hover {
                color: #4dbbcf;
            }

.Template-Content {
    padding: 30px;
    background-color: #f7f7f7;
    color: #999999;
    font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
}

    .Template-Content .Template-Title {
        text-align: center;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .Template-Content p {
        font-size: 14px;
        line-height: 32px;
        -webkit-font-smoothing: antialiased;
    }

.preview_btn {
    width: 100%;
    text-align: center;
    font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
}

    .preview_btn a {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        background-color: #1091ad;
        color: #ffffff;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        border-radius: 3px;
        padding: 0 20px;
        cursor: pointer;
    }

    .preview_btn:hover a {
        color: #ffffff;
        background-color: #4dbbcf;
    }

.DataGrid {
    border: none;
}

.East-Overview {
    width: 0px;
    position: absolute;
    height: 500px;
    top: 0px;
    right: 0px;
    background-color: #f7f7f7;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

    .East-Overview .Question-Overview .Title {
        width: 100%;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #999999;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .East-Overview .Question-Overview {
        padding: 30px 10px 30px 10px;
    }


        .East-Overview .Question-Overview .head {
            width: 100%;
            display: inline-block;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            color: #999999;
            font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }



.TaskTypeList, .QuestionList {
    overflow-y: auto;
    overflow-x: hidden;
    width: 600px;
}

    .TaskTypeList ul li, .QuestionList ul li {
        z-index: 8887;
        width: 300px;
        height: 30px;
        text-decoration: none;
        list-style: none;
        color: #999999;
        /*line-height: 30px;*/
        text-align: left;
        font-size: 16px;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px;
        padding-left: 0;
        cursor: pointer;
        float: left;
    }

    .TaskTypeList ul li {
        border-bottom: 1px solid #eee;
    }

        .TaskTypeList ul li:hover {
            color: #383535;
            border-bottom: 1px solid #999999;
        }

            .TaskTypeList ul li:hover .TaskType-Tool {
                display: block;
            }

    .QuestionList ul li ul {
        z-index: 9999;
        display: none;
        width: 200px;
        background-color: #ffffff;
        border: 1px solid #999999;
        float: left;
    }

    .QuestionList ul li:hover ul {
        z-index: 8888;
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
    }

        .QuestionList ul li:hover ul li {
            text-overflow: ellipsis;
            white-space: normal;
            display: block;
            font-size: 13px;
            font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
            line-height: 30px;
        }

    .TaskTypeList .TaskType, .QuestionList .QuestionType {
        margin-right: 5px;
        text-decoration: none;
        list-style: none;
        line-height: 30px;
        text-align: left;
        color: #999999;
        font-size: 14px;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
    }

    .QuestionList .QuestionOption li {
        padding: 0;
        margin-left: 5px;
        text-decoration: none;
        list-style: none;
        line-height: 20px;
        text-align: left;
        color: #999999;
        font-size: 16px;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
    }

.Footer-Operations {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 40px;
    text-align: center;
}

    .Footer-Operations a {
        color: #1091ad;
        cursor: pointer;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        display: inline-block;
        font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB','tahoma', 'arial', '宋体';
    }

        .Footer-Operations a:hover {
            color: #4dbbcf;
        }

.East-Overview .close_btn {
    display: none;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    top: 4px;
    right: 13px;
    _height: 26px;
    padding: 0 4px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: transparent;
    _background: #FFF;
    border: 0;
    z-index: 99;
    -webkit-appearance: none;
    float: right;
}

    .East-Overview .close_btn:hover {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.East-Overview .TaskTypeList .TaskType-Tool {
    float: right;
    display: none;
}

    .East-Overview .TaskTypeList .TaskType-Tool a {
        display: inline-block;
        border: 1px solid #4dbbcf;
        color: #4dbbcf;
        margin-right: 5px;
        font-family: 'PingFang SC', 'tahoma', 'arial', 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', 'simsun', 'sans-serif';
        font-size: 13px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding-left: 2px;
        padding-right: 2px;
    }

        .East-Overview .TaskTypeList .TaskType-Tool a:hover {
            border: 1px solid #1091ad;
            color: #1091ad;
        }

.East-Overview .TaskTypeList .Template-Name {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lib_toggle_button {
    position: absolute;
    width: 120px;
    height: 32px;
    line-height: 32px;
    right: 400px;
    top: 0px;
    border: 1px solid #e0e0e0;
    border-right: none;
    background-color: #e4eef0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    cursor: pointer;
}

#TopicList,
#QueryResultList {
    cursor: pointer;
}

#UpLogo-preview {
    display: block;
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

#logo-preview {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#up-background-image {
    float: right;
    margin-left: 3px;
}

.edit-footer-hint {
    white-space: normal;
    font-family: 'PingFang SC', tahoma, arial, 'helvetica neue', 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
    color: #c5c5c5;
    font-size: 14px;
    padding:5px;
}

    .edit-footer-hint h2 {
        font-weight:600;
        font-size: 15px;
    }
    .login-input .verification-code {
    display: block;
    float: right;
    width: 100px;
    height: 100%;
}

    .login-input .verification-code img {
        width: 100%;
        height: 100%;
    }