﻿.scheduleMore {
    background-image: url(/Content/images/splus.png);
    background-repeat: no-repeat;
    margin-top: 3px;
}

img {
    border: none;
}

input, textarea, select {
    font-family: '微软雅黑', 'Microsoft YaHei', 'arial';
    color: #545454;
    font-size: 12px;
    background-color: #fffdf5;
}

a {
    text-decoration: none;
    color: #2299ee;
}
/************Layout Css**********/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.group-row:before, .group-row:after,
.item-form-row:before, .item-form-row:after {
    display: table;
    content: " ";
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.col-width-2,
.col-width-3,
.col-width-4,
.col-width-5,
.col-width-6,
.col-width-8,
.col-width-10,
.col-width-12 {
    position: relative;
    float: left;
    padding: 0 10px 0 10px;
}

.form-label {
    padding: 7px 0 3px 0;
    overflow: hidden;
    white-space: nowrap;
}

.filter-body .form-label {
    font-size: 13px;
}

.form-controlholder {
    /*padding: 0 10px;*/
}

.item-form-row {
    padding-bottom: 5px;
    padding-top: 5px;
}

.item-form-label {
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
}

.item-form-controlholder {
}

    .item-form-controlholder input[type='checkbox'] {
        margin-top: 10px;
    }

.item-form-labelTwo {
    padding: 5px 0;
    overflow: hidden;
}

/*input[type="text"], select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
input.form-control, textarea.form-control {
    width: 100%;
    padding: 2px 5px;
    border: 1px solid #c1c1c1;
}

input.form-control {
    height: 28px;
}

select.form-control {
    width: 100%;
    border: 1px solid #c1c1c1;
    padding: 1px 1px;
    height: 28px;
}

.tabgrid {
    /*border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;*/
    /*margin-top: 20px;*/
}

    .tabgrid td, .tabgrid th {
        border-bottom: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
    }

    .tabgrid tbody tr:hover, .tabgrid tfoot tr:hover {
        background-color: #eeeef3;
    }

    .tabgrid td:first-child, .tabgrid th:first-child {
        /*border-bottom: 1px solid #DDDDDD;*/
        border-left: none;
    }

.form-control-readonly {
    background-color: #f7f7f7;
}

.form-control-group:after, .form-control-group:before {
    display: table;
    content: " ";
    clear: both;
}

.form-control-group {
    display: table;
}

    .form-control-group .form-control-left, .form-control-group .form-control-right {
        width: 50%;
        vertical-align: top;
    }

.form-control-left, .form-control-right, .form-control-contract {
    display: table-cell;
}

.form-control-contract {
    height: 25px;
    padding: 0 6px;
    line-height: 25px;
    vertical-align: middle;
}

.wdi-checkbox {
    display: inline-block;
    padding-right: 5px;
}

/********CSS Grid Control*********/

.filter-top-body {
    background-image: url(wdiimg/gridFilterTopBg.png);
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
    background-color: #ffffff;
    background-position: 0 -5px;
}

.filter-bottom-body {
    background-image: url(wdiimg/gridFilterBottomBg.png);
    background-repeat: repeat-x;
    height: 15px;
    width: 100%;
    background-color: #ffffff;
    background-position: 0 11px;
}

.filter-searchbtn, .filter-savedefault  {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #4d72a9;
    color: #f7f7f7;
    margin-right: 10px;
}

.filter-searchbtn, .filter-modifybtn, .filter-savedefault, .filter-blockbtn {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
}

.filter-modifybtn {
    width: 26px;
    background-image: url(wdiimg/gridfilterModify.png);
    background-repeat: no-repeat;
}

.filter-blockbtn {
    width: 26px;
    vertical-align: middle;
    background-image: url(wdiimg/block.png);
    background-repeat: no-repeat;
}
.filter-blockbtn.active {    
    background-image: url(wdiimg/close.png);
    /*transform: rotate(45deg);*/
}

.grid-header {
    background-color: #f7f7f7;
    position: relative;
}

.grid-toolbar {
    height: 35px;
    background-color: #f4f7fc;
}

.grid-toolbarExtandFilterPanel {
    padding-bottom: 10px;
}

.grid-toolbarShadow {
}

.grid-toolbarFilterPanel {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 800;
    background-color: #f4f7fc;
    padding-bottom: 10px;
    /*box-shadow: 0 -2px 2px #dedede inset;
    -moz-box-shadow: 0 -2px 2px #dedede inset;
    -webkit-box-shadow: 0 -2px 2px #dedede inset;*/
}

.grid-toolbarTitleWrapper {
    display: inline-block;
    padding-left: 0px;
    position: relative;
    padding-top: 8px;
}

    .grid-toolbarTitleWrapper img {
        position: absolute;
        height: 16px;
        width: 16px;
        top: 10px;
        left: 10px;
    }

.grid-toolbarViewWrapper {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    padding-top: 0px;
}

.grid-viewCell {
    padding-right: 10px;
    display: inline-block;
    position: relative;

}

.grid-searchOpt {
    font-size: 14px;
    padding: 5px 10px;
}

.grid-filterDownArrow, .grid-filterIcon {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    background-repeat: no-repeat;
}

.grid-filterIcon {
    background-image: url(wdiimg/gridfilter.png);
    width: 14px;
}

.grid-filterDownArrow {
    background-image: url(wdiimg/griddownarrow.png);
    width: 14px;
    background-position: 2px 0;
}
/*.grid-searchOpt:hover .grid-filterDownArrow{
    background-image: url(wdiimg/griddownarrow-hover.png);
}*/
/*.grid-searchOpt:hover .grid-filterIcon{
    background-image: url(wdiimg/gridfilter-hover.png);
}*/
/*.grid-searchOpt:hover {
    color: #f7f7f7;
    background-color: #2299ee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}*/
.grid-toolbarOptsWrapper {
    font-size: 12px;
    float: right;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-top: 5px;
}

.grid-toolbarOpt {
    display: inline-block;
    padding: 5px 10px;
}

    .grid-toolbarOpt:hover {
        color: #f7f7f7;
        background-color: #2299ee;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.grid-toolbarOptSeparate {
    color: #2299ee;
}

.grid-filterButton {
    color: #f7f7f7;
    background-color: #2299ee;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
}

.grid-cellOptIcon {
    display: inline-block;
    height: 12px;
    width: 12px;
}

    .grid-cellOptIcon img {
        height: 12px;
        width: 12px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }


.grid-attachmentCell {
    display: inline-block;
}

.grid-attachmentCellOpt {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #2299ee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #2299ee;
}

.grid-attachmentTooltipUL {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .grid-attachmentTooltipUL li {
        padding: 2px 5px;
    }

.grid-attachmentTooltipClosed {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #dedede;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.grid-mulitGridItemFoldable, .grid-optModifyColumns {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 490;
    border: 1px solid #c7c7c7;
}

.grid-mulitGridItemFoldable {
    left: 0;
}

.grid-mulitGridItemFoldableLink, .grid-optModifyColumnsLink {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    background-color: #FDFDFD;
    color: #f7f7f7;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.grid-optModifyColumnsLink {
    background-image: url(wdiimg/modify-logo.png);
}

.grid-allRowExpand {
    background-image: url(wdiimg/gridarrowup.png);
}

.grid-allRowFolded {
    background-image: url(wdiimg/gridarrowright.png);
}

.grid-toolbarOptModifyColumns .toolbar-modifycolumns {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 25px;
}

.toolbar-modifycolumns img {
    width: 20px;
    height: 20px;
}
.wdi-toolbarViewWrapperTooltip {
    color: #2299ee;
    font-weight: normal;
}
.wdi-toolbarViewWrapperMenuUL { padding: 0; margin: 10px 0; }
li.wdi-toolbarViewWrapperMenuLI { display: block; padding: 3px 20px; white-space: nowrap; }
li.wdi-toolbarViewWrapperMenuLI:hover { background-color: #eaf0f9; cursor: pointer; }
li.wdi-toolbarViewWrapperMenuLI a, li.wdi-toolbarViewWrapperMenuLI span {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wdi-toolbarOpts { float: right; margin-left: 15px; }

.wdi-toolbarViewWrapperSettings {
    border-top: 1px solid #888;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 3px;
    padding-bottom: 10px;
}

.grid-toolbarOpt a.toolbar-link {
    text-decoration: initial;
    color: #fdda72;
    font-size: 12px;
    background-color: #f7f7f7;
    padding: 4px 15px;
    border: 1px solid #ccc;
}

.grid-toolbarOpt a.toolbar-link:hover {
    background-color: #dedede;
}

.grid-toolbarActions {
    display: inline-block;
}

.grid-toolbarActions .grid-toolbarOpt {
    padding-left: 10px;
}

.grid-toolbarOpt .grid-toolbarButton {
    height: 25px;
    min-width: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}

.grid-body {
    position: relative;
}

.grid-modifycolumnpanel ul {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
}

.grid-modifycolumnpanel {
    z-index: 1000;
    position: absolute;
    width: 240px;
    background-color: #f7f7f7;
    right: 0px;
    border: 1px solid #ccc;
    min-height: 100px;
}

.grid-modifycolumnbtns .easyui-linkbutton {
    min-width: 70px;
}

    .grid-modifycolumnbtns .easyui-linkbutton:first-child {
        float: left;
    }

    .grid-modifycolumnbtns .easyui-linkbutton:last-child {
        float: right;
    }


.grid-modifycolumnpanel ul li {
    background: #fdda72;
    border: 1px solid #f9bc29;
    padding: 1px 5px;
    margin-bottom: 4px;
    color: #f1f1f1;
    cursor: pointer;
    width: 226px;
}

    .grid-modifycolumnpanel ul li * {
        cursor: pointer;
    }

    .grid-modifycolumnpanel ul li:last-child {
        margin-bottom: 0px;
    }

.wid-gridrowdetails {
    /*display: inline-block;
    width: 100%;*/
    border-top: 1px solid #dedede;
    white-space: nowrap;
}

    .wid-gridrowdetails:before, .wid-gridrowdetails:after {
        display: table;
        content: " ";
    }

.wdi-griddetail-cell {
    padding-right: 10px;
    /*float: left;*/
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    /*position: relative;*/
    padding-left: 10px;
}

.wdi-griddetail-label {
    color: #454545;
}

.wdi-griddetail-values {
    color: #808080;
}


.form-button {
    height: 28px;
    min-width: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dialog-body {
    padding: 10px;
}

.tpm-required {
    color: #ff1111;
}

.form-placeholder {
    display: inline-block;
    width: 15px;
}

a.panel-navlink {
    text-decoration: inherit;
    width: auto;
    height: auto;
    margin-left: 15px;
    color: #0072c6;
}

    a.panel-navlink:hover {
        background-color: inherit;
    }

.button-panel {
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid #dedede;
}

.primary-button {
    background-color: #2299ee;
    color: #f7f7f7;
}

.default-button {
    background-color: #dedede;
}

.attachment-item {
    padding: 3px 30px 3px 5px;
    background: #fdda72;
    border: 1px solid #f9bc29;
    margin-bottom: 5px;
    position: relative;
}

    .attachment-item a {
        color: #f1f1f1;
        background: url("images/attachment.png") no-repeat;
        background-position: left;
        padding-left: 20px;
    }

.attachment-delete {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 5px;
    right: 5px;
    background: url("images/attachment-remove.png") no-repeat;
    cursor: pointer;
}

    .attachment-delete:hover {
        background-color: #f1f1f1;
    }

.grid-PanelDialog {
    z-index: 1000;
    top: 10px;
    right: 10px;
    position: absolute;
}

.notification-PanelDialog {
    z-index: 1000;
    top: 10px;
    right: 10px;
    position: absolute;
}

.grid-FullPanelDialog {
    z-index: 800;
    top: 0px;
    right: 3px;
    /*left: 180px;*/
    position: absolute;
}

.wdi-sortgrid {
}

    .wdi-sortgrid:before, .wdi-sortgrid:after {
        content: " ";
        display: table;
    }

.wdi-sortgrid-table {
    margin: 0;
    padding: 0;
}

.wdi-sortgrid-header {
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #c7c7c7;
}

.wdi-sortgrid-row {
    padding-bottom: 8px;
    padding-top: 7px;
    border-bottom: 1px solid #dedede;
}

    .wdi-sortgrid-row:hover {
        background-color: #eeeef3;
    }

.wdi-sortgrid-headercell {
    font-size: 14px;
    border-right: 1px solid #c7c7c7;
}

.wdi-sortgrid-header .wdi-sortgrid-headercell:last-child {
    border-right: none;
}

.wdi-sortgrid-cell, .wdi-sortgrid-headercell {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    white-space: nowrap;
}

/*#region SearchBox*/
.searchbox-holder {
    width: 250px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

    .searchbox-holder input.form-control {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        height: 30px;
        padding-right: 35px;
        font-size: 14px;
    }

.searchbox {
    position: relative;
}

.searchbox-dialog {
    overflow: hidden;
}

.searchbox-button {
    position: absolute;
    background: url('/Content/images/searchbox_buttontwo.png') no-repeat center center;
    width: 18px;
    height: 25px;
    cursor: pointer;
}

.searchbox-text {
    padding: 1px;
    float: left;
}

.searchbox-value {
    vertical-align: top;
    position: absolute;
    top: 0;
    left: -5000px;
}

/*#endregion SearchBox Start*/

.budgettype-selectheader, .budgettype-select {
    width: 99%;
}

.body-header-remind span.count {
    -webkit-transform: scale(0.8);
    font-size: 10px;
    border: 1px solid red;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: red;
    margin-top: 8px;
    margin-right: 10px;
    float: right;
    display: none;
}

.wdi-approvalButton {
    display: inline-block;
    margin-left: 10px;
}

/*Dynamic Infos**/
.wdi-dynamic-infos {
    padding-top: 40px;
}

.wdi-dynamic-item {
    padding-bottom: 30px;
    padding-left: 10px;
}

.wdi-dynamic-itemHeader {
    height: 20px;
    font-size: 15px;
    color: #232d2c;
    position: relative;
    padding-left: 25px;
}

.wdi-dynamic-itemText {
    padding-right: 30px;
}

.wdi-dynamic-minus, .wdi-dynamic-plus {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    background-repeat: no-repeat;
}

.wdi-dynamic-minus {
    background-image: url(wdiimg/dynamic-minus.png);
}

.wdi-dynamic-plus {
    background-image: url(wdiimg/dynamic-plus.png);
}

.wdi-dynamic-line {
    background-image: url(wdiimg/dynamic-line.png);
    background-repeat: repeat-y;
    margin-left: -1px;
}

.wdi-dynamic-lastNodeIcon {
    background-image: url(wdiimg/001.png);
    top: -6px;
}

.wdi-dynamic-nodeIcon {
    background-image: url(wdiimg/002.png);
    top: 0;
}

.wdi-dynamic-nodeIcon, .wdi-dynamic-lastNodeIcon {
    position: absolute;
    left: 1px;
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
}

.wdi-dynamic-itemNode {
    margin-left: 8px;
    padding-left: 35px;
    padding-top: 5px;
    position: relative;
    padding-bottom: 5px;
}


/**tabs**/
.wdi-V2Tabs {
}

.wdi-V2Tabs-header {
}

.wdi-V2Tabs-UL {
    display: table;
}

.wdi-V2Tabs-LI {
    display: table-cell;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 2px;
}

.wdi-V2Tabs-UL .wdi-V2Tabs-LI:first-child .wdi-V2Tabs-LIText {
    border-left: none;
}

.wdi-V2Tabs-LIText {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #dedede;
}

.wdi-V2Tabs-LI:hover {
    border-top: 5px solid #0072c6;
    padding-top: 0;
    color: #0072c6;
}

.wdi-V2Tabs-LISelect {
    border-top: 5px solid #0072c6;
    padding-top: 0;
    color: #0072c6;
}

/**文件上传*/
    .wdi-upload-form-control {
        border: 1px solid #C1C1C1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .wdi-radius-px5 {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .wdi-border-c1c1c1 { border: 1px solid #C1C1C1; }
    .wdi-file-upload { height: 26px; width: 100%; }
    .wdi-file-upload span {
        margin-top: 5px;
        margin-left: 10px;
        display: inline-block;
        color: #808080;
    }
    .wdi-file-upload { position: relative; }
    .wdi-upload-button {
        display: inline-block;
        position: absolute;
        padding: 2px 5px;
        top: 2px;
        right: 5px;
        cursor: pointer;
        bottom: 2px;
    }

    .wdi-file-infos {
        width: 100%;
        overflow-y: auto;
        max-height: 120px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .wdi-file-infos-item {
        position: relative;
        padding: 5px 5px;
        margin-bottom: 3px;
        border: 1px solid #c1c1c1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        box-sizing: border-box;
    }

    .wdi-file-infos-item-text {
        padding: 0 2px 0 2px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }
    .wdi-file-infos-item-header {
        display: inline-block;
        border: 1px solid #c1c1c1;
        position: absolute;
        width: 16px;
        top: 5px;
        bottom: 5px;
        right: 5px;
        border-radius: 5px;
        cursor: pointer;
        background-color: #dedede;
    }

    .wdi-file-infos-item-header img {
        border: none;
        width: 16px;
        height: 16px;
    }



/**讨论版*/


.wdi-discussion-comment {
    margin-top: 5px;
    min-height: 40px;
    padding-left: 50px;
    position: relative;
}
.wdi-discussion-comment:hover {
    background-color: #EFEFEF;
}
.wdi-discussion-avatar {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}
.wdi-discussion-avatar img {
    width: 40px;
    height: 40px;
}

.wdi-discussion-comment-header {
    height: 20px;
}
.wdi-discussion-comment-timespan {
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 0px;
    color: #808080;
}

.wdi-discussion-hightLight {
    color: blue;
    font-size: 1.1em;
    cursor: pointer;
}
.wdi-discussion-comment-content {
    display: inline-block;
}
.wdi-discussion-comment-attachment, .wdi-discussion-comment-attachment-item {
    display: inline-block;
}
.wdi-discussion-comment-attachment img {
    width: 15px;
    height: 15px;
}