﻿.pm2ui-textbox {border: solid 1px #95B8E7;}
.pm2ui-textbox[disabled=disabled] {background: #fff;color: #000;border: none;border-bottom: solid 1px #95B8E7;}
.pm2ui-textarea {border: solid 1px #95B8E7;}
.pm2ui-textarea[disabled=disabled] {background: #fff;color: #000;border: none;border-bottom: solid 1px #95B8E7;}
.pm2ui-select {border: solid 1px #95B8E7;}
.pm2ui-select[disabled=disabled] {background: #fff;color: #000;border: none;border-bottom: solid 1px #95B8E7;}
.pm2ui-grid-attach {position: fixed;left: 200px;top: 200px;z-index: 999;background: #fff;border: solid 1px #808080;width: 200px;height: auto;display: none;}
.pm2ui-grid-attach ul {margin: 0;padding: 0}
.pm2ui-grid-attach li {list-style-type: none;margin: 0;padding: 5px;}
.pm2ui-grid-attach li a {color: blue;}
.pm2ui-grid-progress {width: 100%;background-color: #eaf4dc;overflow: hidden;}
.pm2ui-grid-progress-bar {height: 14px;background-color: #8eca34;width: 100%;line-height: 14px;font-size: 10px;animation: pm2ui-grid-progress-animation 1s;}
.pm2ui-grid-progress-bar span {padding-left: 10px;}
@keyframes pm2ui-grid-progress-animation {from {width: 0;}to {width: 100%;}}

.task-icon { display: inline-block; *display: inline; *zoom: 1; height: 16px; line-height: 16px; border-radius: 8px; padding: 0 6px; font-size: 11px; margin-right: 5px; color: #fff; }
.task-group { background-color: #364aa0; }
.task-task { background-color: #58a2ff; }
.task-temp { background-color: #46ae02; }
.task-milepost { background-color: #ff8860; }
.task-decompose { background-color: #e1acfe; }
.task-decompose-group { background-color: #5f0190; }
.task-decompose-sub-group { background-color: #ba41fb; }

.selectbox-quickbox{}
.selectbox-quickbox .combobox-item{cursor:pointer;height:17px;line-height:17px;}
.selectbox-quickbox .combobox-item:hover{background:#eaf2ff;}

.pm2ui-panel-edit {padding: 10px;}
.pm2ui-panel-edit table {}
.pm2ui-panel-edit th {text-align: right;line-height: 30px;padding-left: 50px;vertical-align: top;}
.pm2ui-panel-edit td {}
.pm2ui-panel-edit .easyui-textbox, .pm2ui-panel-edit .easyui-datebox, .pm2ui-panel-edit .easyui-numberbox {width: 200px;}
.pm2ui-panel-edit .easyui-combobox {width: 204px;}
.pm2ui-img-box {border: solid 3px red;color: red;padding: 1px 10px;vertical-align: middle;font-weight: bold;font-size: 16px;}
.pm2ui-img-super-check {width: 90px;height: 52px;background: url(/Library/icons/Check.png) no-repeat;position: absolute;left: 440px;top: 1px;z-index: 1;display: none;}
.pm2ui-img-super-release {width: 90px;height: 52px;background: url(/Library/icons/Release.png) no-repeat;position: absolute;left: 300px;top: 100px;z-index: 1;display: none;}
.pm2ui-img-super-report {width: 90px;height: 52px;background: url(/Library/icons/Report.png) no-repeat;position: absolute;left: 300px;top: 100px;z-index: 1;display: none;}
.pm2ui-info-tool {width: 700px;margin-left: 204px;height: 50px;}
.pm2ui-info-tool .creater {float: left;text-align: left;}
.pm2ui-info-tool .creater span {margin-right: 20px;}
.pm2ui-info-tool .checker {float: right;text-align: right;}
.pm2ui-info-tool .checker label {margin-left: 20px;}
.my-link {color: #333;text-decoration: none;cursor: pointer;}
.my-link:hover {color: #ff0000;text-decoration: underline;cursor: pointer;}

.loader-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}

.loader-content {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../image/initLoader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -30px;
    border-radius: 30px;
    background-color: #046fd2;
}

.pm2-filter-box .lt .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 5px;
    font-weight: bold;
    color: #384ea0;
}

.pm2-filter-box .more-search-btn {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
    padding-right: 15px;
    border-radius: 3px;
    color: #454545;
    border: 1px solid #ccc;
    text-decoration: none;
    vertical-align: middle;
}

    .pm2-filter-box .more-search-btn i {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
        right: 6px;
        background: url(../image/tool-btn.png);
    }

.pm2-filter-box .menu-list {
    display: none;
    margin-top: 10px;
    padding: 0 20px;
    max-height: 245px;
    overflow: auto;
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

.pm2-filter-box .group {
    position: relative;
    padding-left: 75px;
    margin-top: 5px;
    min-height: 28px;
}

    .pm2-filter-box .group .group-label {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        height: 28px;
        line-height: 28px;
        width: 95px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pm2-filter-box .group .group-text {
        line-height: 26px;
        margin-left: 10px;
    }

        .pm2-filter-box .group .group-text > a {
            display: inline-block;
            max-width: 110px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            padding: 0 15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border-radius: 3px;
            margin: 2.5px 5px;
            vertical-align: middle;
            color: #454545;
            text-decoration: none;
        }

            .pm2-filter-box .group .group-text > a.active {
                color: #fff;
                background-color: #317ef3;
            }

        .pm2-filter-box .group .group-text .textbox {
            height: 24px !important;
            line-height: 24px;
        }

        .pm2-filter-box .group .group-text .textbox {
            height: 24px !important;
            line-height: 24px;
        }


.pm2-filter-box .menu-list .item-box {
    display: inline-block;
    width: 250px;
    margin: 5px 5px 0 0;
}

    .pm2-filter-box .menu-list .item-box .item-label {
        display: inline-block;
        left: 0;
        top: 0;
        height: 28px;
        line-height: 28px;
        width: 62px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }


.pilot-4 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 2px;
    background-color: #58a2ff;
}


.item-box .textbox-icon-disabled {
    display: none;
}

.pm2ui-img-super-sc {
    height: auto !important; 
    border: 1px solid red !important;
    font-size: 16px !important;
    padding:5px !important;
}