.yestProjectModule{
    height:100%;
}
.yestProjectModule.container-fluid{
    padding-left:0;
}
.yestProjectModule .k-widget *{
    box-sizing: border-box;
}
#workFlowContainer{
    height:100%;
}
#workFlowContainer .diagram-actions{
    padding-top: 10px;
    padding-left: 9px;
    margin-bottom: 10px;
}
#workFlowContainer .diagram-actions a > i {
    font-size:20px;
    position: relative;
    top: 2px;
}
#workFlowContainer .diagram-actions a > .fa-undo-alt,
#workFlowContainer .diagram-actions a > .fa-redo-alt{
    font-size:19px;
}
#workFlowContainer .tab-content{
    height: calc(100% - 42px);
    box-sizing: border-box;
}
#workFlowContainer .tab-content .paveGridDivs{
    height: calc(100% - 50px);
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container{
    border: 1px solid #1c9891;
    height: calc(100% - 1px);
    padding: 20px;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-title{
    color: #1c9891;
    font-size: 16px;
    font-weight: normal;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont{
    margin-top:20px;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list{
    list-style:none;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li{
    padding: 4px 0;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div{
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 2px;
    margin-left: 3px;
    min-width: 30px;
    text-align: center;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div.condition-action{
    background-color: #eaf7ec;
    color: #3ea44e;
    border-color: #c5e9cb;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div.set-action{
    background-color: #ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div.test-step-action{
    background-color: #e5f5fa;
    color: #2498bc;
    border-color: #bae5f2;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div.outcome-action{
    background-color: #fbeed5;
    color: #bf8412;
    border-color: #f7dba6;
}
#workFlowContainer .tab-content .paveGridDivs .no-columns-container .no-columns-list-cont .no-columns-list li div.info-action{
    background-color: #e1daea;
    color: #9870c1;
    border-color: #b9a7cc;
}
#workFlowShapes {
    border-right: 1px solid #e5e5e5;
    float:left;
    width:54px; 
    height: 100%;
}
#workFlowShapes ul {
    list-style:none;
}
#workFlowShapes ul li{
    height: 40px;
    padding-right: 10px;
    margin-bottom:3px;
}
#workFlowShapes ul li > .shape-cont{
    height: 100%;
}
#workFlowShapes ul li > .shape-cont.active{
    background-color: #e5e5e5;
}
#workFlowShapes ul li > .shape-cont:hover{
    cursor: grab;
    background-color: #e5e5e5;
}
#workFlowDiagram{
    height: 100%;
    float: right;
    width: calc(100% - 55px);
}
#diagram{
    height: 100%;
}
#diagram .k-layer{
    height:100% !important;
    width:100% !important;
}
#diagramItemMenu .color-block{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.paveProjectModule .paveGridDivs{
    float:left;
    width:100%;
    position:relative;
}
.paveProjectModule .table-actions-wrapper{
    float: left;
    width:100%;
    margin-bottom: 10px;
}
.paveProjectModule .table-actions-wrapper div{
    float:left;
}
.paveProjectModule .table-actions-wrapper div label{
    float:left;
    margin-right:6px;
    padding-top:3px;
}
.paveProjectModule .table-actions-wrapper .table-actions-cont{
    background-color: #f0f0f0;
    border-left: 3px solid #1c9891;
    padding-left: 6px;
    margin-right: 4px;
}
.paveProjectModule .table-actions-wrapper .table-actions{
    /* padding-right:8px; */
}
.paveProjectModule .table-actions-wrapper .table-actions > div{
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 2px;
    min-width: 30px;
    text-align: center;
}
.paveProjectModule .table-actions-wrapper .table-actions > div[disabled]{
    opacity: 0.5;
    cursor: default;
}
.paveProjectModule .table-actions-wrapper .table-actions > div:not([disabled]):hover{
    cursor: pointer;
    border-color:#909090;
}
.paveProjectModule .table-actions-wrapper .table-actions .generate-selected-decisions{
    width:100px;
}
.paveProjectModule .table-actions-wrapper .table-actions .generate-all-decisions{
    width:60px;
}
.paveProjectModule .table-actions-wrapper .table-actions .condition-action,
.paveProjectModule .table-actions-wrapper .table-actions .generate-selected-decisions,
.paveProjectModule .table-actions-wrapper .table-actions .generate-all-decisions{
    background-color:#eaf7ec;
    color: #3ea44e;
    border-color: #c5e9cb;
}
.paveProjectModule .table-actions-wrapper .table-actions .condition-action.selected{
    background-color:#3ea44e;
    color: #eaf7ec;
}
.paveProjectModule .table-actions-wrapper .table-actions .condition-action:not([disabled]):hover,
.paveProjectModule .table-actions-wrapper .table-actions .generate-selected-decisions:not([disabled]):hover,
.paveProjectModule .table-actions-wrapper .table-actions .generate-all-decisions:not([disabled]):hover{
    border-color: #3ea44e;
}
.paveProjectModule .table-actions-wrapper .table-actions .set-action{
    background-color:#ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
}
.paveProjectModule .table-actions-wrapper .table-actions .set-action.selected{
    background-color:#d92800;
    color: #ffe0d9;
}
.paveProjectModule .table-actions-wrapper .table-actions .set-action:not([disabled]):hover{
    border-color: #d92800;
}
.paveProjectModule .table-actions-wrapper .table-actions .test-steps-action{
    background-color:#e5f5fa;
    color: #2498bc;
    border-color: #bae5f2;
}
.paveProjectModule .table-actions-wrapper .table-actions .test-steps-action.selected{
    background-color:#2498bc;
    color: #e5f5fa;
}
.paveProjectModule .table-actions-wrapper .table-actions .test-steps-action:not([disabled]):hover{
    border-color: #2498bc;
}
.paveProjectModule .table-actions-wrapper .table-actions .outcome-action{
    background-color:#fbeed5;
    color: #bf8412;
    border-color: #f7dba6;
}
.paveProjectModule .table-actions-wrapper .table-actions .outcome-action.selected{
    background-color:#bf8412;
    color: #fbeed5;
}
.paveProjectModule .table-actions-wrapper .table-actions .outcome-action:not([disabled]):hover{
    border-color: #bf8412;
}
.paveProjectModule .table-actions-wrapper .table-actions .additional-info-action{
    background-color: #e1daea;
    color:#9870c1;
    border-color:#b9a7cc;
}
.paveProjectModule .table-actions-wrapper .table-actions .additional-info-action.selected{
    background-color: #9870c1;
    color:#e1daea;
}
.paveProjectModule .table-actions-wrapper .table-actions .additional-info-action:not([disabled]):hover{
    border-color:#9870c1;
}
.paveProjectModule .table-actions-wrapper .table-actions .additional-info-action .dropdown-toggle{
    width: 28px;
    height: 21px;
    position: relative;
    top: -3px;
    padding-top: 9px;
}
.paveProjectModule .workflow-grid{
    /* width:0; */
}
.paveProjectModule .workflow-grid tr td .fa-exclamation-triangle{
    opacity: 0;
}
.paveProjectModule .workflow-grid tr td .invalid .fa-exclamation-triangle{
    opacity: 1;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr + tr{
    display: none;
}
.paveProjectModule .workflow-grid .k-grid-header thead .test-step-col{
    background-color:#e5f5fa;
    text-align:center;
}
.paveProjectModule .workflow-grid .k-grid-header thead .condition-col{
    background-color:#eaf7ec;
    text-align:center;
}
.paveProjectModule .workflow-grid .k-grid-header thead .set-col{
    background-color:#ffe0d9;
    text-align:center;
}
.paveProjectModule .workflow-grid .k-grid-header thead .outcome-col{
    background-color:#fbeed5;
    text-align:center;
}
.paveProjectModule .workflow-grid .k-grid-header thead .info-col{
    background-color:#e1daea;
    text-align:center;
}
.paveProjectModule .workflow-grid .k-grid-header thead th{
    padding-bottom:10px;
}
.paveProjectModule .workflow-grid .k-grid-header thead th .header-title{
    padding-left:30px;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr{
    height:38px;
}
.paveProjectModule .workflow-grid .k-grid-content tbody tr{
    height:38px;
}
.paveProjectModule .workflow-grid .k-grid-content tbody tr td{
    border-color:#c9c9c9;
}
.paveProjectModule .workflow-grid .k-grid-header-wrap{
    border-right-width:0;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .header-icon{
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    margin-right: 2px;
    width: 30px;
    position: absolute;
    box-sizing: border-box;
    top: 5px;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .test-step-col .header-icon{
    background-color: #e5f5fa;
    color: #2498bc;
    border-color: #bae5f2;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .condition-col .header-icon{
    background-color:#eaf7ec;
    color: #3ea44e;
    border-color: #c5e9cb;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .set-col .header-icon{
    background-color:#ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .outcome-col .header-icon{
    background-color:#fbeed5;
    color: #bf8412;
    border-color: #f7dba6;
}
.paveProjectModule .workflow-grid .k-grid-header thead > tr .info-col .header-icon{
    background-color: #e1daea;
    color:#9870c1;
    border-color:#b9a7cc;
}
.paveProjectModule .grid-footer{
    /* width: 400px; */
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
    padding: 3px 8px;
}
.paveProjectModule .grid-footer > span:hover{
    cursor: pointer;
}
.paveProjectModule .grid-footer .fa-plus-circle{
    color: #3ea44e;
    font-size: 8px;
    background-color: #fff;
    margin-left: -6px;
    position: relative;
    top: 2px;
}
#gridColumnMenu li i,
#gridRowMenu li i{
    margin-right:8px;
}
/* #dataDictionaryTree{
    padding-top:22px;
} */
.yestProjectModule .paveGridDivs.tree-divs{
    position:relative;
    float:left;
    width:100%;
    min-height:200px;
    border:0;
    height:100%;
    padding:10px;
}
.yestProjectModule .paveGrid{
    height: calc(100% - 30px);
    max-width: 100%;
}
#dataDictionaryTreeCont .tree-no-content{
    border: 1px solid #1c9891;
    height: calc(100% - 4px);
    padding: 20px;
}
#dataDictionaryTreeCont .tree-no-content .no-data-title{
    color: #1c9891;
    font-size: 16px;
    font-weight: normal;
}
#dataDictionaryTreeCont .tree-no-content .no-data-list-cont{
    margin-top:20px;
}
#dataDictionaryTreeCont .tree-no-content .no-data-list-cont .no-data-list{
    list-style:none;
    padding-left: 15px;
}
#dataDictionaryTreeCont .tree-no-content .no-data-list-cont .no-data-list li{
    padding: 4px 0;
}
#dataDictionaryTreeCont .tree-no-content .no-data-list-cont .no-data-list li div{
    display: inline-block;
    padding: 3px 6px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-right: 2px;
    margin-left: 3px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

#designerSplitter {
    height: calc(100% - 40px) !important;
}

#testCaseTree .fa-trash, #dataDictionaryTree .fa-trash,
#testCaseTree .fa-pencil-alt, #dataDictionaryTree .fa-pencil-alt{
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

#testCaseTree .tree-row:hover .fa-trash, #dataDictionaryTree .tree-row:hover .fa-trash,
#testCaseTree .tree-row:hover .fa-pencil-alt, #dataDictionaryTree .tree-row:hover .fa-pencil-alt{
    opacity: 1;
}