﻿html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mini-splitter-pane1 {
    border-width: 1px 1px 1px 0;
}


.mini-input-width {
    width: 200px;
}

.mini-toolba-dialog {
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}


.mini-labelfield-label {
    width: 100px;
}

body .mini-labelfield {
    width: 320px;
    margin: 0;
    margin-top: 5px;
}

body .mini-radiobuttonlist-table {
    margin-top: 2px;
}



.asLabel .mini-textbox-border,
.asLabel .mini-textbox-input,
.asLabel .mini-buttonedit-border,
.asLabel .mini-buttonedit-input,
.asLabel .mini-textboxlist-border {
    border: 0;
    background: none;
    cursor: default;
}

.asLabel .mini-buttonedit-button,
.asLabel .mini-textboxlist-close {
    display: none;
}

.asLabel .mini-textboxlist-item {
    padding-right: 8px;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}
/*利用“* html”这个只有IE6认识的选择符，设置缩放属性“zoom: 1;”实现兼容IE6。 */
*:first-child + html .clearfix {
    zoom: 1;
}
/*利用“*:first-child + html”这个只有IE7认识的选择符，设置缩放属性“zoom: 1;”实现兼容IE7*/

.form-layout {
    float: left;
    width: auto;
    margin: 5px;
}

.form-table {
}

.form-table-label {
    display: inline-block;
}





.zh-cn {
    display: inline-block;
    background: url('../Content/Images/zh-cn.gif') no-repeat left center;
    padding-left: 18px;
    text-decoration: none;
}

.en-us {
    display: inline-block;
    background: url('../Content/Images/en-us.gif') no-repeat left center;
    padding-left: 18px;
    margin-left: 5px;
    text-decoration: none;
}



fieldset {
    border:1px solid #bfdaef;
    border-bottom: 0;
    margin: 0;
}

.fieldset-dialog {
    border: 0;
    margin: 0;
    border-top: 1px solid #bfdaef;
}

.hideFieldset {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .hideFieldset .fieldset-body {
        display: none;
    }



    .mini-toolbar-search {
    border-bottom: 0 !important;
    padding: 5px !important;
}

.mini-toolbar-buttons {
    border-bottom: 0 !important;
    padding: 5px !important;
}

.mini-textbox-search {
    width: 250px;
}









/**logo 上传**/
.logo-upload {
    background: #f3d64e none repeat scroll 0 0;
    border: 1px solid #909aa6;
    padding: 10px;
}


/*修改个人信息*/
.system-setting .img-title {
    height: 200px;
}

.system-setting .title .left-body {
    vertical-align: top;
    width: 200px;
    float: left;
}

.system-setting .title .right-body {
    width: 100%;
    padding-left: 200px;
}

    .system-setting .title .right-body .info {
        display: inline-block;
        width: 80px;
    }

.img-list {
    width: 100%;
    padding-left: 80px;
    padding: 0;
    list-style: none;
}

    .img-list li {
        text-align: center;
        float: left;
        width: 80px;
        padding: 5px;
    }

        .img-list li div {
            width: 55px;
            float: left;
        }

        .img-list li input[type=radio] {
            float: right;
            height: 76px;
        }

        .img-list li img {
            width: 45px;
        }


.favorite-status {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.favorite-status-1 {
    background: #FF6A6A;
}

.favorite-status-2 {
    background: #FFE49D;
}

.favorite-status-3 {
    background: #B7F2C9;
}


.mini-labletext {
    text-align: right;
}

.mini-search-panel {
    border-bottom: 0;
}




/*相关负责人变更*/
.responsibility {
    background: #00bcf6 none repeat scroll 0 0;
    border: 1px solid #909aa6;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}


.responsibility-search {
    background: #dcdddd none repeat scroll 0 0;
    border-top: 0;
    color: #4d4c4d;
}



.certificate .infos {
    background: #cccccc none repeat scroll 0 0;
    padding: 5px;
}

.certificate .certificate-status-info {
    margin: 5px;
}

.certificate .certificate-status {
    display: inline-block; margin-right:5px; 

    /*padding:0px 5px;
    height: 12px;
    width: 12px;*/
}
.certificate-status-0 {
    background: #E7CEFF none repeat scroll 0 0;
}

.certificate-status-1 {
    background: #FECBEC none repeat scroll 0 0;
}

.certificate-status-2 {
    background: #FFE49D none repeat scroll 0 0;
}

.certificate-status-3 {
    background: #B7F2C9 none repeat scroll 0 0;
}

.certificate-status-4 {
    background: #E0DFFF none repeat scroll 0 0;
}

.certificate-status-5 {
    background: #FF6A6A none repeat scroll 0 0;
}

.certificate-status-6 {
    background: #FF9966 none repeat scroll 0 0;
}
.certificate-status-7 {
    background: #CCFF99 none repeat scroll 0 0;
}
.certificate-status-8 {
    background: #FF6666 none repeat scroll 0 0;
}
.certificate-status-color-5 {
    color: #b7d28d;
}


.certificate-edit .title {
    font-size: 14px;
    background: #f1f1b8;
    padding: 5px;
}

.certificate-edit .table-view {
    margin: 5px 0;
    padding: 0;
}

    .certificate-edit .table-view table {
        width: 100%;
        font-size: 12px;
        border: 1px solid #CCCCCC;
    }

    .certificate-edit .table-view thead td {
        color: #FFFFFF;
        height: 28px;
        border-right: 1px solid #CCCCCC;
    }

    .certificate-edit .table-view thead {
        background: #42b4e6;
        text-align: center;
    }

    .certificate-edit .table-view table {
        width: 100%;
        font-size: 12px;
        border: 1px solid #CCCCCC;
    }

        .certificate-edit .table-view table tr td {
            border: 1px solid #dddddd;
            padding: 5px;
        }


.attachment {
    display: block;
    height: 16px;
    background: url('images/attachment.png') no-repeat center center;
}

.task-status {
    display: inline-block;
    height: 24px;
    margin-left:5px;
    padding-left:4px;
    padding-right:4px;
    min-width:80px;
}

.task-status-1 {
    background: #E7CEFF none repeat scroll 0 0;
}

.task-status-2 {
    background: #FF6A6A none repeat scroll 0 0;
}

.task-status-3 {
    background: #FFE49D none repeat scroll 0 0;
}

.task-status-4 {
    background: #D6F8E0 none repeat scroll 0 0;
}

.task-status-5 {
    background: #B7F2C9 none repeat scroll 0 0;
}

.task-status-6 {
    background: #E0DFFF none repeat scroll 0 0;
}
.task-status-7{
	background: #FFFFFF;
}

.daily-status {
    display: inline-block;
    height: 24px;
    margin-left:5px;
    padding-left:4px;
    padding-right:4px;
    min-width:80px;
}

.daily-status-1 {
    background: #E7CEFF none repeat scroll 0 0;
}

.daily-status-2 {
    background: #FFE49D none repeat scroll 0 0;
}

.daily-status-3 {
    background: #B7F2C9  none repeat scroll 0 0;
}

.daily-status-4 {
    background: #E0DFFF  none repeat scroll 0 0;
}

.daily-status-5 {
    background: #FF6A6A none repeat scroll 0 0;
}
.daily-status-info label {
    margin-right:12px;
}


.disabled-data-row {
   color:#FF6A6A;
    background: #ffffff;
}


.textSearch-keyword {
    background: orange;
    color: red;
    font-weight: bold;
}