﻿.test-flow-data {
  width: 100%;
  left: 0;
  border: 2px solid #0066a1;
  height: 200px;
}

.test-flow-container {
  left: 2%;
  width: 96%;
}

.test-flow {
  width: 100%;
  left: 0;
  border: 2px solid #0066a1;
  height: 250px;
}

.bubble-full-row {
  text-align: center;
  word-wrap: break-word;
  margin: 0;
  padding-top: 8px;
  float: left;
  width: 100%;
  position: relative;
  word-break: break-all;
}

#TestStepBubbleList {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 460px;
}

.test-step-list {
  height: 525px;
}

#TestStepOperationList {
  height: 300px;
}

.bubble-test-step-opertations, .test-step-operations {
  background: rgb(239, 240, 250);
}

.bubble-row {
  min-height: 30px;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 1px 1px #D4D4D4;
  float: left;
  margin-left: 25%;
  background: white;
}

.bubble-row-header {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  float: left;
  font-weight: bold;
}
.bubble-row-header div div {
  margin-top: 4px;
}

.bubble-step-order {
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

.bubble-test-step-description {
  width: 15%;
  position: absolute;
  z-index: 1000;
  margin-top: 50px;
}
.bubble-test-step-description textarea {
  background: white !important;
}

.bubble-test-step-expected {
  width: 15%;
  position: absolute;
  z-index: 1000;
  margin-top: 150px;
}
.bubble-test-step-expected textarea {
  background: white !important;
}

.bubble-test-step-edit-options {
  width: 15%;
  position: absolute;
  z-index: 1000;
}
.bubble-test-step-edit-options div {
  float: left;
}

.bubble-row-data {
  width: 100%;
  float: left;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  text-indent: 10px;
  margin-top: 10px;
}

.bubble-row-edit-data {
  text-align: left;
  width: 100%;
  float: left;
  word-break: break-all;
  word-wrap: break-word;
  text-indent: 10px;
  margin-top: 10px;
}

.bubble-tstep-image {
  max-height: 52px;
}

.bubble-row-edit-field {
  text-indent: 0px;
}

.bubble-new-operation {
  border: 0px !important;
  box-shadow: 0px 0px !important;
}

.f-d-o {
  display: none;
}

#Table_PerformanceStep {
  height: 525px;
  overflow-y: auto;
  float: left;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

.Table_PerformanceStep_Edit {
  padding: 20px;
}

#Table_PerformanceStep_Data {
  padding: 0px 20px;
}

#SpyScreenshotCanvas {
  position: absolute;
  left: 6px;
  top: 6px;
  cursor: pointer;
}

#SpyScreenshot {
  border: 6px solid #5d5959;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 1399px) {
  #TestStepBubbleList {
    height: 330px;
  }
  #TestStepOperationList {
    height: 230px;
  }
  .bubble-test-step-description .test-description, .bubble-test-step-expected .test-description {
    height: 50px;
  }
  .test-step-list {
    height: 400px;
  }
  #Table_PerformanceStep {
    height: 400px;
  }
}
