#testCaseEditorContainer {
    /* padding-top: 15px; */
    padding-bottom: 15px;
}
#testCaseEditorContainer > .col-xs-6 {
    height: calc(100% - 60px);
}
#testCaseEditorContainer .pave-label.col-xs-7 {
    margin-left: 10px;
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
}
#testCaseEditorContainer .paveGridDivs{
    height: calc(100% - 45px);
}
#testCaseEditorContainer .steps-container {
    height: 40%;
}
#testCaseEditorContainer .step-detail-container {
    height: 60%;
    padding-top: 15px;
}
#testCaseEditorContainer .step-detail-container > div:not(.pave-sub-label){
    height: calc(100% - 43px);
    padding-right: 0;
}

#testCaseEditorContainer .step-detail-container > .pave-sub-label > a {
    float: right;
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 5px;
    margin-right: 8px;
}
#testCaseEditorContainer .step-detail-container .step-detail-image-container{
    border: 1px solid #c5c5c5;
    display: flex;
    padding-left: 0;
    width:100%;
}
#testCaseEditorContainer .step-detail-container .step-detail-image-container img,
#screenWnd .full-screen-step-detail-image-container img{
    max-width: 100%;
}
#testCaseEditorContainer .step-detail-container .step-detail-image-container img:hover,
#screenWnd .full-screen-step-detail-image-container img:hover{
    /* border: 1px solid #0072c6; */
    box-sizing: border-box;
    cursor: pointer;
}
#testCaseEditorContainer .step-detail-container .step-detail-image-container .element-wrapper,
#screenWnd .full-screen-step-detail-image-container .element-wrapper{
    /* border: 1px solid #0072c6; */
    box-sizing: border-box;
    cursor: pointer;
    outline: 1px dashed #d55454;
    box-shadow: 0 0 0 1px #000;
}
#testCaseEditorContainer .step-detail-container .step-detail-image-container .element-wrapper:hover,
#screenWnd .full-screen-step-detail-image-container .element-wrapper:hover{
    /* border: 1px solid #0072c6; */
    outline: 1px solid #0072c6;
    box-shadow: none;
}
#testCaseEditorContainer .step-detail-container .step-detail-grid-container .editors-container{
    float: right;
    padding-right: 10px;
}
#editorStepsGrid, #editorDetailGrid{
    height: 100%;
    min-height: 80px;
}
#editorStepsGrid .k-grid-content,
#editorDetailGrid .k-grid-content{
    /* height: calc(100% - 29px) !important; */
}
#editorStepsGrid .k-grid-content tr{
    cursor:pointer;
}
#teststep-wnd .formLabel {
    width: 27%;
}
#teststep-wnd .formInput {
    width: 73%;
}

#editorDetailGrid .k-grid-content tr{
    cursor: move;
}

.interaction-params.interaction-type .formLabel{
    width: 21%;
}
.interaction-params.interaction-type .formInput{
    width: 79%;
}

.screen-set-item {
    background: #e5e5e5;
    text-align: center;
    margin-left: -4px;
    margin-right: -4px;
}

/* .k-grid tbody tr {
    cursor: move;
  } */

.k-grid tbody tr.placeholder {
    outline-style: dashed;
    outline-width: 1px;
    outline-color: red;
}