﻿body {
  font-family: "Poppins", sans-serif;
  background: rgb(250, 250, 251);
  margin: 0;
  padding: 0;
  overflow: overlay;
  font-size: 14px;
}

.shortcut-panel {
  border: 2px solid rgb(0, 30, 97);
  background: rgb(0, 30, 97);
  border-radius: 5px;
  padding: 5px;
  width: 150px;
  color: white;
}

.shortcut-icon {
  color: rgba(189, 189, 73, 0.4901960784) !important;
  cursor: pointer;
}

.test-step-label {
  color: rgb(0, 30, 97);
  font-weight: bold;
  font-family: "Poppins";
  font-style: normal;
  font-size: 1em;
  line-height: 24px;
}

.shortcut-type {
  float: left;
  font-size: 0.8em;
}

.shortcut-name {
  clear: left;
  cursor: pointer;
}

.overview-page {
  float: left;
  margin: 4px;
}

.overview-w-50 {
  width: 50px;
}

.overview-w-80 {
  width: 80px;
}

.overview-w-150 {
  width: 150px;
}

body.big {
  font-size: 1.05em;
}

body.bigger {
  font-size: 1.1em;
}

input {
  max-width: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

.line-break {
  clear: left;
  height: 20px;
}

.small-line-break {
  clear: left;
  height: 10px;
}

.input-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.w-100 {
  width: 100%;
}

.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flex {
  display: flex;
  gap: 10px;
}
.flex.between {
  justify-content: space-between;
}
.flex .start {
  justify-content: flex-start;
}
.flex .end {
  justify-content: flex-end;
}
.flex.centered {
  align-items: center;
}
.flex.g-20 {
  gap: 20px;
}

.alertify {
  background-color: rgb(255, 255, 255);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  padding: 25px;
  border: none;
}
.alertify .alertify-dialog {
  padding: 0;
}
.alertify .alertify-message {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 18px;
  color: #333745;
  margin: 0;
}
.alertify .alertify-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.alertify .alertify-button {
  color: white;
  padding: 10px 20px;
  gap: 10px;
  background: rgb(0, 30, 97);
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 1em;
  line-height: 23px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
.alertify .alertify-button:active {
  box-shadow: none;
}
.alertify .alertify-button:focus {
  box-shadow: none;
}

#TimeMachineTestStepList {
  height: 550px;
  overflow-y: auto;
  float: left;
  width: 100%;
}

.my-navbar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 218px;
  float: left;
  padding-top: 10px;
  background: white;
}
.my-navbar.closed {
  width: 60px;
  box-shadow: 0px 0px 10px 10px rgba(101, 97, 125, 0.1);
}
.my-navbar.closed .nav-items .menu-item {
  justify-content: center;
}
.my-navbar.closed .nav-items .menu-item .title {
  display: none;
}
.my-navbar.closed .nav-items .menu-item .icon {
  margin-right: 0;
}
.my-navbar.closed .nav-items .menu-item .open-submenu {
  display: none;
}
.my-navbar.closed .nav-items .navbar-submenu {
  display: none;
}
.my-navbar.closed .navbar-logo .logo {
  width: 40px;
}
.my-navbar.closed .my-navbar-user-info .user-projects {
  display: none;
}
.my-navbar.closed .my-navbar-user-info .user-data .user-info {
  display: none;
}
.my-navbar.closed .my-navbar-user-info .user-data .user-icon {
  display: none;
}
.my-navbar.closed .my-navbar-user-info .user-data .user-logout {
  margin-bottom: 40px;
}
.my-navbar.closed .my-navbar-user-info .server-version {
  display: none;
}
.my-navbar li, .my-navbar ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.my-navbar li {
  padding: 3px 0px;
  text-align: center;
  clear: left;
}
.my-navbar .nav-items {
  /*margin-top: 65px;*/
  margin-top: 20px;
}
.my-navbar .nav-items .NavBarContentActive {
  color: red;
}
.my-navbar .nav-items .NavBarContentActive .menu-item {
  color: rgb(0, 30, 97);
}
.my-navbar .nav-items .NavBarContentActive .menu-item .icon {
  fill: rgb(0, 30, 97);
}
.my-navbar .nav-items .menu-item {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: rgba(51, 55, 69, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
}
.my-navbar .nav-items .menu-item .icon {
  margin-right: 10px;
  fill: rgba(51, 55, 69, 0.5);
  max-width: 14px;
}
.my-navbar .nav-items .menu-item .ri-icon:before {
  margin-right: 0px;
  color: rgba(51, 55, 69, 0.5);
  max-width: 14px;
}
.my-navbar .nav-items .menu-item .title {
  font-family: "Poppins";
}
.my-navbar .nav-items .menu-item .def-icon-title {
  margin-left: 10px;
}
.my-navbar .nav-items .menu-item a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-navbar .nav-items .menu-item a i {
  font-size: 20px;
}
.my-navbar .nav-items .menu-item a:hover {
  color: rgb(0, 30, 97) !important;
}
.my-navbar .nav-items .menu-item a:hover .icon {
  fill: rgb(0, 30, 97);
}
.my-navbar .nav-items .menu-item a:hover.ri-icon::before {
  color: rgb(0, 30, 97);
}
.my-navbar .nav-items .menu-item a:hover i {
  color: rgb(0, 30, 97);
}
.my-navbar .nav-items .navbar-subsubmenu {
  margin-top: 0px !important;
}
.my-navbar .nav-items .navbar-submenu {
  margin-top: 4px;
}
.my-navbar .nav-items .navbar-submenu .submenu-item {
  cursor: pointer;
  background: rgba(239, 240, 250, 0.5);
  padding: 4px 5px 4px 28px;
  color: rgb(51, 55, 69);
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 18px;
}
.my-navbar .nav-items .navbar-submenu .submenu-item.headerContentActive {
  background: rgb(239, 240, 250);
}
.my-navbar .nav-items .navbar-submenu .submenu-item:hover {
  background: rgb(239, 240, 250);
}
.my-navbar .nav-items .navbar-submenu .subsubmenu-item {
  cursor: pointer;
  background: rgba(239, 240, 250, 0.5);
  padding: 4px 5px 4px 48px;
  color: rgb(51, 55, 69);
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 18px;
}
.my-navbar .nav-items .navbar-submenu .subsubmenu-item.headerContentActive {
  background: rgb(239, 240, 250);
}
.my-navbar .nav-items .navbar-submenu .subsubmenu-item:hover {
  background: rgb(239, 240, 250);
}
.my-navbar .nav-items .navbar-submenu.closed {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.my-navbar .navbar-logo {
  color: rgb(0, 30, 97);
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-navbar .navbar-logo .logo {
  height: 100px;
  object-fit: contain;
}
.my-navbar .navbar-logo .title {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  overflow: hidden;
  margin-left: 6px;
}
.my-navbar .navbar-logo:hover {
  color: #400B7A;
}
.my-navbar .my-navbar-user-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.my-navbar .my-navbar-user-info .user-projects {
  width: 100%;
}
.my-navbar .my-navbar-user-info .user-projects .change-project {
  margin-bottom: 15px;
  padding: 7px 26px;
  cursor: pointer;
  color: white;
  background: rgb(0, 30, 97);
  border: none;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  width: 80%;
  margin-left: 10%;
}
.my-navbar .my-navbar-user-info .user-projects .change-project option {
  text-align: center;
}
.my-navbar .my-navbar-user-info .user-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.my-navbar .my-navbar-user-info .user-data .user-info .user-name {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 18px;
  color: rgb(51, 55, 69);
}
.my-navbar .my-navbar-user-info .user-data .user-info .user-role {
  font-weight: 400;
  font-size: 0.8em;
  line-height: 15px;
}
.my-navbar .my-navbar-user-info .user-data .user-icon {
  height: 40px;
  width: 40px;
  background: rgb(0, 30, 97);
  color: white;
  margin: 0 auto;
  font-size: 20px;
  padding: 5px;
  border-radius: 50px;
  text-align: center;
  font-style: inherit;
  cursor: pointer;
}
.my-navbar .my-navbar-user-info .user-data .user-icon:hover {
  background: rgb(0, 30, 157);
}
.my-navbar .my-navbar-user-info .user-data .user-logout {
  cursor: pointer;
}
.my-navbar .my-navbar-user-info .user-data .user-logout .logout-icon {
  fill: rgb(0, 30, 97);
}
.my-navbar .my-navbar-user-info .user-data .user-logout:hover .logout-icon {
  fill: rgb(64, 11, 122);
}
.my-navbar .my-navbar-user-info .server-version {
  text-align: center;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 15px;
  color: rgb(101, 97, 125);
  margin-top: 13px;
}

.section-wrap {
  padding: 20px;
  background: white;
  border-radius: 10px;
}
.section-wrap.no-bg {
  background: none;
}

.free-mode-stat {
  clear: left;
  width: 100%;
  font-size: 0.8em;
}

.transparent {
  background: transparent !important;
}

.wrap-container {
  height: 100%;
  float: right;
  width: calc(100vw - 100px);
  margin: 20px;
  position: relative;
}
.wrap-container.larger {
  /*width: calc(100vw - 60px);*/
  width: calc(100vw - 100px);
}
.wrap-container.smaller {
  /*width: calc(100vw - 60px);*/
  width: calc(100vw - 258px);
}

#RestHeaderTable {
  height: 500px;
  overflow-y: auto;
}

.fa-button {
  color: rgb(0, 30, 97);
  padding: 10px 20px;
  gap: 10px;
  border: 2px solid rgb(0, 30, 97);
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 1em;
  line-height: 23px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  /*border: none;*/
  max-width: -webkit-fill-available;
  background: transparent;
}
.fa-button.small {
  padding: 5px 10px;
  gap: 5px;
  font-size: 1em;
}
.fa-button.square {
  padding: 5px;
}
.fa-button.square::before {
  height: 22px;
  width: 22px;
}
.fa-button.min-square {
  padding: 3px;
}
.fa-button.min-square::before {
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 12px;
}
.fa-button.no-pad {
  padding: 0px;
}
.fa-button.no-pad::before {
  height: 22px;
  width: 22px;
}
.fa-button:hover {
  background: rgb(0, 30, 97);
  color: rgb(173, 201, 232);
}
.fa-button div {
  font-family: "Poppins", sans-serif;
  width: max-content;
}
.fa-button::before {
  font-size: 20px;
}
.fa-button.icon-small {
  padding: 0px 2px 0px 2px !important;
}
.fa-button.icon-small::before {
  font-size: 15px !important;
}
.fa-button .icon {
  fill: white;
}
.fa-button.clear {
  border: 1px solid rgb(0, 30, 97);
  background: transparent;
  color: rgb(0, 30, 97);
}
.fa-button.no-border {
  border: 0px !important;
}
.fa-button.alt {
  background: #FFFFFF;
  color: rgb(0, 30, 97);
}
.fa-button.alt:hover {
  background: rgb(0, 30, 97);
  color: #FFF;
}

#RunSuiteOverrideList {
  height: 200px;
  overflow-y: auto;
  float: left;
  width: 100%;
}

.loginLayerUserArea {
  position: absolute;
  width: 496px;
  height: 506px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08), 0px 4px 4px rgba(51, 51, 51, 0.04);
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginBackground {
  background: rgb(250, 250, 251);
}

.loginFormButton {
  /*border: none;*/
  width: 100%;
}

.loginLayerMain {
  padding: 20%;
}

#AnaliticsStepList {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 300px;
}

.loginFormInput {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  line-height: 21px;
  color: #333745;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  width: 100%;
}

.tc-icon {
  border: 0px !important;
  background: transparent;
  color: rgb(0, 30, 97);
  padding: 0px 2px 0px 2px !important;
  gap: 5px;
  font-size: 1em;
  border-radius: 4px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 23px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: -webkit-fill-available;
}
.tc-icon::before {
  height: 22px;
  width: 22px;
  font-size: 15px !important;
}

input[type=checkbox].input-main.small {
  margin-bottom: 10px;
}

.loginInitialInput {
  border: none;
  font-weight: 400;
  font-size: 1em;
  line-height: 21px;
  color: #333745;
  background: transparent;
  padding: 10px 20px;
  width: 75%;
}

.loginInitialIcon {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.loginInitialArea {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-weight: 400;
  font-size: 1em;
  line-height: 21px;
  color: #333745;
  background: rgb(255, 255, 255);
  width: 100%;
}

.loginInitialInput:-webkit-autofill,
.loginInitialInput input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.loginLayerUserAreaPadding {
  padding: 40px 70px;
}

.loginLogoWrap {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 80px;
}

.loginAppLogo {
  height: 100px;
}

.loginTitle {
  margin-bottom: 20px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: rgb(0, 30, 97);
}

.forgotPassword {
  font-weight: 400;
  font-size: 1em;
  line-height: 19px;
  color: rgb(0, 30, 97);
  margin-top: 15px;
}

.accountCreationText {
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #030229;
  margin-top: 20px;
}
.accountCreationText .registerLink {
  color: rgb(0, 30, 97);
  text-decoration: underline;
  cursor: pointer;
}

.loginLabel {
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
  margin-bottom: 6px;
}

.versionLayer {
  position: absolute;
  left: 50%;
  width: 19%;
  font-size: 0.9em;
  bottom: 8%;
  height: 14%;
  text-align: center;
  overflow: hidden;
  transform: translateX(-50%);
}

.loginLayerOrganizations {
  color: rgb(0, 30, 97);
  font-weight: 500;
  max-height: 250px;
  overflow: auto;
}

.loginTableHover > tbody > tr:hover > td {
  background: rgb(0, 30, 97);
  color: white;
  cursor: pointer;
}

.loginTableHover > tbody > tr > td {
  border: none;
  padding: 10px 20px;
}

.resetPasswordForm {
  padding: 40px 70px;
}

.registerUserForm {
  padding: 40px 70px;
}

.loginNavMenuPadding {
  padding: 40px 70px;
}

.loginNavMenuButton {
  width: auto;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
}

.addProjectForm {
  padding: 10px 20px;
}

.addProjectForm .loginTitle {
  text-align: center !important;
}

.addProjectForm .loginFormButton {
  width: 33% !important;
  margin: 0 auto !important;
}

table {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 18px;
  color: #333745;
  text-align: left;
}
table thead {
  border-bottom: 1px solid rgba(3, 2, 41, 0.1);
  text-align: left;
}
table thead tr th {
  font-weight: 400;
  text-align: left;
  overflow-wrap: break-word;
}
table tbody tr:nth-child(even) {
  background-color: #EFF0FA;
}
table tr {
  border-radius: 5px;
}
table tr td, table tr th {
  padding: 10px;
}
table i {
  font-size: 20px;
}

.table-options {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}
.table-options .table-edit-button, .table-options .table-delete-button {
  cursor: pointer;
  font-size: 20px;
}
.table-options .table-edit-button i, .table-options .table-delete-button i {
  color: #333745;
  opacity: 0.5;
}
.table-options .table-edit-button:hover i, .table-options .table-delete-button:hover i {
  opacity: 1;
}

.page-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: rgb(0, 30, 97);
}
.page-title.big {
  font-size: 24px;
}

.modal-lg {
  width: 480px;
}

.modal-dialog {
  top: 50%;
  margin: 30px auto;
  position: relative;
  transform: translateY(-50%);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(3, 2, 41, 0.5);
}

.modal-content {
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  padding: 25px;
}
.modal-content .modal-header {
  margin-bottom: 25px;
}
.modal-content .modal-header .close {
  float: right;
  color: #C4C4C4;
  font-size: 30px;
}
.modal-content .modal-header .close:hover {
  color: rgb(0, 30, 97);
}
.modal-content .modal-header .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #333745;
  margin: 0;
}
.modal-content .modal-body .modal-input-label {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
  margin-bottom: 6px;
}
.modal-content .modal-body .modal-input {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
  padding: 16px;
  border: none;
  width: 100%;
  margin-top: 5px;
}
.modal-content .modal-body .modal-input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
}
.modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.sql-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 16px;
}

.settings-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.settings-header .header-field {
  padding: 6px 16px;
  width: 420px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
}
.settings-header .header-field label {
  font-style: normal;
  font-weight: 400;
  font-size: 0.95em;
  line-height: 20px;
  color: #65617D;
}
.runner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: rgb(0, 30, 97);
}

.settings-section {
  width: 100%;
}
.settings-section .settings-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.settings-section img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.settings-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.settings-body .settings-left {
  width: 452px;
}
.settings-body .settings-left .settings-section {
  width: 412px;
}
.settings-body .settings-right {
  width: 100%;
  height: fit-content;
}
.settings-body .settings-right .settings-section {
  width: 100%;
  height: fit-content;
}
.settings-body .settings-right .form-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
}
.settings-body .settings-right .form-field.button {
  justify-content: flex-end;
  margin-top: 50px;
}
.settings-body .settings-right .form-field .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #333745;
}

.settings-input {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 16px 13px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
}
.settings-input.small {
  padding: 4px 8px;
}

.cache-info {
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 18px;
  color: #333745;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testingtool-popup {
  background-color: rgb(255, 255, 255);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  padding: 25px;
  border: none;
  position: absolute !important;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testingtool-popup .testingtool-popup-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.testingtool-popup .testingtool-popup-header i {
  font-size: 25px;
  cursor: pointer;
  float: right;
  color: #C4C4C4;
}
.testingtool-popup .testingtool-popup-header i:hover {
  color: rgb(0, 30, 97);
}
.testingtool-popup .testingtool-popup-header .title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #333745;
  margin: 0;
  word-break: break-all;
}
.testingtool-popup .form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
  margin-bottom: 6px;
}
.testingtool-popup .form-input {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
  padding: 16px;
  border: none;
  width: 100%;
  margin-top: 5px;
}
.testingtool-popup .form-input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
}

.main-container-div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  float: left;
  width: 100%;
}

.min-fa-button {
  padding: 5px 5px 5px 5px !important;
  font-size: 0.95em;
  float: left;
}

.input-main {
  padding: 16px 13px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #333745;
  font-family: "Poppins";
  width: 90%;
}
.input-main.small {
  padding: 5px 0px 5px 10px;
  line-height: 15px;
}
.input-main.smallwait {
  padding: 5px 1px;
  line-height: 15px;
}
.input-main.full-width {
  width: 100%;
}

select.small {
  line-height: 10px;
  width: 100% !important;
  padding: 5px 0px 0px 10px !important;
}

.label-main {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
}

.custom-combobox {
  display: flex;
}
.custom-combobox .custom-combobox-input {
  padding: 5px 10px;
  line-height: 15px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  color: #333745;
  width: 85%;
}
.custom-combobox .ui-button {
  width: 15%;
  padding: 10px 10px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 15px;
  color: #333745;
}

.t-s-e {
  padding: 0px 2px 0px 2px !important;
  font-size: 15px !important;
  height: 20px;
  width: 15px !important;
  float: left;
  margin-left: 5px;
  border: 0px !important;
  cursor: pointer;
}

.t-s-e::before {
  font-size: 15px !important;
}

.dashboard-test-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-test-header .test-step-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.dashboard-test-header .title-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.test-step-title {
  width: 100%;
  text-align: center;
  padding: 0px 0px 10px 0px !important;
}

.overview-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.overview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.overview-list {
  width: 400px;
}

.overview-list tbody {
  display: block;
  max-height: 275px;
  overflow: auto;
}

.overview-list tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.overview-list td {
  padding: 5px 10px;
  word-break: break-all;
}

.dashboard-table tbody {
  display: block;
  max-height: 575px;
  overflow: auto;
}

.dashboard-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.dashboard-table td {
  word-break: break-all;
}

#VariableList {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 500px;
}

.overview-main {
  width: auto;
  max-width: 33%;
  float: left;
}

.overview-main-big .overview-list {
  width: 600px;
}

.overview-list tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.overview-main-big {
  max-width: 50% !important;
}

.overview-list {
  font-size: 0.8em !important;
}

.folder-container {
  /*padding: 20px;*/
}
.folder-container .top-buttons {
  display: flex;
  /*align-items: center;*/
  justify-content: flex-start;
  gap: 10px;
}

#DIV_Folder_Panel {
  /*width: 310px;*/
}

.search-bar {
  position: relative;
}
.search-bar .search-input {
  padding: 10px 5px 10px 35px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  color: #65617D;
}
.search-bar .search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
}

.division-line {
  opacity: 0.05;
  border: 1px solid #030229;
  margin: auto;
  width: 80%;
}

.search-list-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  color: #030229;
}

.search-list {
  overflow: auto;
  max-height: 610px;
}

.folder-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 3px;
  clear: left;
}
.folder-main:hover {
  background: rgb(173, 201, 232);
}

.s-f-d {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 18px;
  color: #333745;
  cursor: pointer;
  font-family: "Poppins";
}

.s-f-d-icon {
  cursor: pointer;
}

.f-d-o {
  padding: 0px 10px;
  min-height: 20px;
  border-left: 6px solid rgb(173, 201, 232);
}
.f-d-o .o-f-d {
  display: flex;
  float: left;
  width: 99%;
  gap: 5px;
  font-family: "Poppins";
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 18px;
  color: #333745;
  /*border-left: 6px solid $mainColor;*/
}
.f-d-o .o-f-d span {
  text-indent: 4px;
}
.f-d-o .o-f-d div {
  text-indent: 2px;
}
.f-d-o .o-f-d i {
  text-indent: 2px;
}

.folder-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 20px;
}

.manager-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manager-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.manager-options .other-actions-zone {
  position: relative;
}
.manager-options .other-actions-zone .other-actions {
  padding-top: 10px;
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
}
.manager-options .other-actions-zone .other-actions .fa-button {
  width: 100%;
  text-align: center;
}

.test-info-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
}
.test-info-bottom .status-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.test-info-bottom .status-info .history {
  color: rgb(0, 30, 97);
  font-size: 20px;
  cursor: pointer;
}

#DIV_Test_Step_Form_Panel {
  width: 100%;
  height: 100%;
}

#Table_TestStepOperations {
  height: 100%;
  width: 100%;
}

.test-table {
  display: flex;
}
.test-table .test-step-list {
  width: 133px;
}

.test-step-operations {
  padding: 20px;
}
.test-step-operations .test-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.test-step-operations .test-step-header .test-step-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.test-step-operations .test-step-header .test-step-description .input-main {
  width: 300px;
}
.test-step-operations .test-step-header .test-step-edit-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.test-step-operations .test-step-header .test-step-filter {
  display: none;
  position: absolute;
  width: 300px;
  z-index: 1001;
  border-radius: 5px;
  padding: 5px;
  background: rgba(178, 215, 247, 0.7);
  top: -20px;
  left: 200px;
}
.test-step-operations .new-test-step {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

#testStepsOptions {
  text-align: left !important;
}

.test-step-options {
  text-align: left;
}

.test-step-options input {
  margin-left: 5px;
}

#testStepsOptions input {
  margin-left: 5px;
}

.new-step-icon {
  color: rgb(0, 30, 97);
  font-size: 25px;
  cursor: pointer;
}

.test-step-list {
  background: rgba(239, 240, 250, 0.5);
  overflow-y: auto;
}

.test-step {
  padding: 10px;
  color: rgb(0, 30, 97);
  cursor: pointer;
  text-align: center;
}
.test-step:hover {
  background: rgb(239, 240, 250);
}
.test-step p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 24px;
  color: rgb(0, 30, 97);
  margin: 0;
}
.test-step .test-step-operations-count {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 18px;
  text-align: center;
  color: rgb(0, 30, 97);
}

.test-detailed-operation {
  padding: 10px;
  background: rgb(239, 240, 250);
  cursor: pointer;
  text-align: center;
}
.test-detailed-operation:hover {
  background: revert;
}
.test-detailed-operation p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 15px;
  color: rgb(0, 30, 97);
  margin: 0;
  word-break: break-word;
}
.test-detailed-operation.selected {
  background: revert;
}

.test-step-selected {
  background: rgb(239, 240, 250);
}

#DIV_Form_Panel {
  width: 100%;
}

.folder-container {
  min-width: 250px;
}

.context-menu-list {
  position: absolute;
  display: inline-block;
  min-width: 225px;
  max-width: 225px;
  padding: 7px 0;
  margin: 0.3em;
  list-style-type: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: rgb(0, 30, 97);
  background: rgb(173, 201, 232);
  border: none;
  box-shadow: 5px 10px 15px rgba(101, 97, 125, 0.25);
  border-radius: 10px;
}
.context-menu-list .context-menu-item {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 12px;
  color: rgb(0, 30, 97);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgb(173, 201, 232);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.context-menu-list .context-menu-item:hover {
  background-color: rgb(0, 30, 97);
  color: rgb(173, 201, 232);
}
.context-menu-list .context-menu-item span {
  font-family: "Poppins";
}
.context-menu-list .context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.4em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.context-menu-list .context-menu-icon::before {
  position: relative;
  top: 50%;
  left: 0;
  width: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: rgb(0, 30, 97);
  text-align: center;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.context-menu-list .context-menu-icon::before:hover {
  color: rgb(173, 201, 232);
}

.context-menu-root {
  font-size: 0.9em;
}

.context-menu-input > label > input[type=text], .context-menu-input > label > textarea, .context-menu-input > label > select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 5px;
}

.dashboard-canvas-300 {
  height: 300px;
}

.dashboard-canvas-600 {
  height: 600px;
}

.dashboard-canvas-500 {
  height: 500px;
}

.dashboard-canvas-250 {
  height: 240px;
}

.resource-type-container .resource-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.folder-container .folder-container-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#divSpyMode .t-s-v {
  font-size: 0.8em !important;
}

div.t-s-v {
  text-align: center;
  word-wrap: break-word;
  margin: 0;
  cursor: pointer;
  padding-top: 4px;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  word-break: break-all;
}

.test-step-value, .t-s-v {
  font-size: 0.9em;
}

.test-step-title {
  font-size: 0.9em;
}

.right {
  float: right;
}

.left {
  float: left;
}

.test-message-input {
  height: 90% !important;
  border: 0px !important;
  width: 100%;
  text-indent: 10px;
}

.runner-div {
  padding: 6px;
  float: left;
  width: 80%;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.runner-offline {
  border-left: 8px solid #f38686;
}

.runner-online {
  border-left: 8px solid #86d886;
}

.runner-running {
  border-left: 8px solid #9ca7d5;
}

.runner-signal-offline {
  color: #f38686;
}

.runner-signal-online {
  color: #86d886;
}

.runner-signal-running {
  color: #9ca7d5;
}

.icon-runner-signal-offline {
  border: 4px solid #f38686;
}

.icon-runner-signal-online {
  border: 4px solid #86d886;
}

.icon-runner-signal-running {
  border: 4px solid #9ca7d5;
}

.runner-selected {
  background: rgba(131, 224, 207, 0.6);
}

.schedule-calendar-container {
  display: flex;
}

.month-view-indicator {
  font-size: 18px;
  text-align: right;
  font-weight: bolder;
  cursor: pointer;
  opacity: 0.5;
}

.week-view-indicator {
  font-size: 18px;
  text-align: left;
  font-weight: bolder;
  cursor: pointer;
  opacity: 0.5;
}

.calendar-type-selected {
  opacity: 1 !important;
}

.day-of-week,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.day-of-week {
  margin-top: 1.25em;
}

.day-of-week > * {
  font-size: 1em;
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-align: center;
}

.day-of-week-view {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.day-of-week-view > * {
  font-size: 1em;
  font-weight: bolder;
  letter-spacing: 0.1em;
  text-align: center;
}

.week-hour {
  min-height: 40px;
  border-top: 1px solid #e5e4e4;
  overflow: auto;
}

.week-day {
  cursor: pointer;
}

.week-hour-show {
  text-indent: 10px;
  font-size: 18px;
}

.week-hour-slot {
  min-height: 40px;
  border-left: 1px solid #e5e4e4;
}

/* Dates */
.date-grid {
  margin-top: 0.5em;
}

.week-view {
  max-height: 500px;
  overflow: auto;
}

.date-grid .date-day {
  position: relative;
  border: 1px solid #bfbfbf;
  text-align: center;
  height: 100px;
  cursor: pointer;
}

.date-execution {
  font-size: 0.8em !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  padding: 2px;
  background: #73d973;
  margin-bottom: 2px;
  font-weight: bolder;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 5px;
  cursor: pointer;
}

.date-runsuite {
  font-size: 0.8em !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  padding: 2px;
  background: #73afd9;
  margin-bottom: 2px;
  font-weight: bolder;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: 5px;
  cursor: pointer;
}

.date-more {
  font-size: 0.9em !important;
  padding: 2px;
  margin-top: 2px;
}

.date-past {
  color: #bfbfbf;
}

.date-today {
  color: red;
}

.sql-result-header {
  float: left;
  width: 150px;
}

.date-future {
  color: black;
}

.calendar {
  border: 5px #013e61 solid;
  float: left;
  width: 100%;
}

.date-month-week {
  background: #013e61;
  float: left;
  width: 100%;
  color: white;
  padding: 20px 0px 20px 0px;
}

.date-counter {
  font-size: 18px;
  background: radial-gradient(red 50%, transparent 53%);
  padding: 10px 15px;
  color: white;
  background-size: 2.5em 2.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  flex-basis: 14.28571%;
  background-image: radial-gradient(#ff7555 50%, rgba(0, 0, 0, 0) 53%);
  background-repeat: no-repeat;
}

.month-indicator, .selected-week {
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
}

.month-indicator-option-left, .previous-week {
  font-size: 1em;
  text-align: left;
  font-weight: bolder;
  color: gray;
  cursor: pointer;
}

.month-indicator-option-right, .next-week {
  font-size: 1em;
  text-align: right;
  font-weight: bolder;
  color: gray;
  cursor: pointer;
}

.month-indicator-option-left:hover, .month-indicator-option-right:hover {
  color: black;
}

.date-control:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: attr(data-date);
  display: inline-block;
  color: black;
}

.date-control::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
  display: none;
}

.date-control::-webkit-calendar-picker-indicator {
  position: absolute;
  padding: 6px;
  right: 0;
  color: black;
  opacity: 1;
}

.date-control {
  position: relative;
  line-height: 20px !important;
  text-indent: 10px;
  padding: 13px;
}

#RunSuiteTestsList {
  overflow-y: auto;
  float: left;
  width: 100%;
  max-height: 500px;
}

.runsuite-executions-zone {
  overflow: auto;
  max-height: 300px;
  float: left;
  width: 100%;
}

.resource-type-inner-selected .fa-button {
  background: rgb(52, 9, 99);
  border-radius: 4px;
}
.resource-type-inner-selected .fa-button.alt {
  background: rgb(173, 201, 232);
  color: rgb(0, 30, 97);
}

.registerUserForm {
  height: 400px;
  overflow: auto;
}

.w-px-300 {
  width: 300px !important;
}

.w-px-500 {
  width: 500px !important;
}

.w-px-150 {
  width: 150px !important;
}

.w-px-100 {
  width: 100px !important;
}

.w-px-200 {
  width: 200px !important;
}

.w-px-50 {
  width: 50px !important;
}

.manual-container {
  float: left;
  width: 90%;
  margin-left: 5%;
  border-left: 1px solid #eae5e5;
  font-size: 1em;
}

.manual-container p {
  margin-left: 10px;
}

.user-manual h2 {
  border-left: 20px solid #013e61;
  text-indent: 10px;
  margin-top: 40px;
  float: left;
  width: 90%;
}

.testingtool-popup-log {
  width: 70% !important;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  padding: 25px;
  border: none;
  position: absolute !important;
  z-index: 1002;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
}

.testingtool-popup-log p {
  font-size: 0.9em !important;
  margin: 3px 0px 0px 10px !important;
}

#DIV_LOG_INFO {
  height: 92%;
  overflow-y: auto;
  width: 100%;
  color: #bdbdbd !important;
}

.testingtool-popup-video {
  width: 100% !important;
  margin-left: -50%;
  height: 100%;
  top: 0% !important;
  left: 50%;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  border-radius: 8px;
  padding: 25px;
  border: none;
  position: absolute !important;
}

.testingtool-popup-test-message {
  width: 50% !important;
  margin-left: -25%;
  height: 80%;
}

.testingtool-popup-locate {
  width: 50% !important;
  margin-left: -25%;
  height: 60%;
}

#DIV_App_Repository_Form_Panel {
  display: flex;
}

.resource-objects-list {
  height: 400px;
  overflow-y: auto;
  float: left;
  width: 100%;
}

.KeywordSortRow {
  height: 400px;
}

.center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

#SpyObjects {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 400px;
}

#Resource_DataDriven {
  overflow: auto;
  height: 500px;
}

#DatabaseSpyQuery {
  height: 200px;
  resize: none;
  border: 1px solid black;
  padding: 10px;
}

.database-spy-results {
  max-height: 450px;
  height: 100%;
  overflow: auto;
}

.h-px-500 {
  height: 500px;
}

.h-px-400 {
  height: 400px;
}

.fa-button-red {
  background: #d75350 !important;
}

.fa-button-red:before {
  background: #d75350 !important;
}

.fa-button-green {
  background: #5ba25a !important;
}

.fa-button-green:before {
  background: #5ba25a !important;
}

.fa-button-yellow {
  background: #F19E40 !important;
}

.fa-button-yellow:before {
  background: #F19E40 !important;
}

.green {
  color: #5ba25a;
}

.yellow {
  color: #F19E40;
}

.red {
  color: #d75350;
}

#ManualTestStepList {
  max-height: 450px;
}

.remove-padding, .r-p {
  padding: 0 !important;
}

.data-control-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

#DIV_Test_Step_Form_Panel {
  max-height: 560px;
}

/*html::-webkit-scrollbar, tbody::-webkit-scrollbar, .test-main-body::-webkit-scrollbar, .search-list::-webkit-scrollbar, .overview-list::-webkit-scrollbar, .ui-autocomplete::-webkit-scrollbar, .user-manual::-webkit-scrollbar, .testingtool-popup::-webkit-scrollbar, .testpath-list::-webkit-scrollbar {
    width: 1em;
}

html::-webkit-scrollbar-track, tbody::-webkit-scrollbar-track, .test-main-body::-webkit-scrollbar-track, .search-list::-webkit-scrollbar-track, .overview-list::-webkit-scrollbar-track, .ui-autocomplete::-webkit-scrollbar-track, .user-manual::-webkit-scrollbar-track, .testingtool-popup::-webkit-scrollbar-track, .testpath-list::-webkit-scrollbar {
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 1);
}

html::-webkit-scrollbar-thumb, tbody::-webkit-scrollbar-thumb, .test-main-body::-webkit-scrollbar-thumb, .search-list::-webkit-scrollbar-thumb, .overview-list::-webkit-scrollbar-thumb, .ui-autocomplete::-webkit-scrollbar-thumb, .user-manual::-webkit-scrollbar-thumb, .testingtool-popup::-webkit-scrollbar-thumb, .testpath-list::-webkit-scrollbar-thumb {
    background-color: black;
    outline: 1px solid slategrey;
}*/
*::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}

*::-webkit-scrollbar {
  box-shadow: inset 0 0 1px rgb(0, 30, 97);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(0, 30, 97);
  outline: 1px solid slategrey;
}

.folder-div {
  width: 100%;
}

.folder-main:has(> .folder-div-opened) {
  border-left: 6px solid rgb(173, 201, 232);
}

.o-f-d-selected {
  background: rgb(173, 201, 232);
}

.o-f-d:hover {
  /*    border-right: 1px solid $secColor;
      border-top: 1px solid $secColor;
      border-bottom: 1px solid $secColor;*/
  border-left: 6px solid rgb(173, 201, 232);
}

.text-center {
  text-align: center !important;
}

#SandboxVariables, #SandboxRequests {
  height: 200px;
}

#Table_SpyRequests_Rows, #Table_SpyVars_Rows {
  height: 170px;
  overflow: auto;
  width: 100%;
  float: left;
}

.app-screenshot, .app-tree {
  position: relative;
  overflow-wrap: inherit;
  float: left;
}

.app-tree {
  overflow-wrap: initial !important;
}

#TestSpy_SpySteps {
  height: 400px;
}

.manual-test-step-main {
  min-height: 80px;
}

.textarea-main {
  padding: 4px 4px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9em;
  color: #333745;
  font-family: "Poppins";
  width: 90%;
}

#ManualTestStepList p, .manualRunDetailSteps p {
  margin: 0;
  text-align: left;
  display: list-item;
  margin-left: 15px;
}

#Table_ManualExecutionList {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 650px;
}
#Table_ManualExecutionList p {
  margin: 0;
  text-align: left;
  display: list-item;
  margin-left: 15px;
}

.manual-run-step-option {
  padding: 0px 2px 0px 2px !important;
  font-size: 15px !important;
  height: 20px;
  width: 15px !important;
  float: left;
  margin-left: 5px;
  border: 0px !important;
  cursor: pointer;
}

.manual-run-step-option::before {
  font-size: 25px !important;
}

.manual-step-execution-success {
  border-left: 15px solid rgba(134, 216, 134, 0.6) !important;
}

.manual-step-execution-warning {
  border-left: 15px solid rgba(177, 170, 91, 0.6) !important;
}

.manual-step-execution-failed {
  border-left: 15px solid rgba(243, 134, 134, 0.6) !important;
}

.manual-exec-textarea {
  height: 80px;
}

.current-cycle {
  background: rgba(134, 216, 134, 0.6) !important;
}

.cycle-children {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 300px;
}

.type-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.pagination-input {
  width: 30px !important;
}

.test-tag {
  position: relative;
  outline: transparent;
  background: rgb(239, 240, 250);
  margin-right: 3px;
}

.test-tag-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  border: 1px solid #D4D4D4;
  height: 25px;
}

.test-tag-text {
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
}

.remove-test-tag {
  margin-left: 5px;
  cursor: pointer;
}

.test-tag-input {
  border: none;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  outline: none;
  padding: 0 6px 0px;
}

.attachment-icon {
  cursor: pointer;
  width: 30px;
  float: left;
}

.attachment-icon::before {
  font-size: 25px;
}

.keyword-locate {
  height: 600px;
  overflow-y: auto;
}

.user-manual .runner-second {
  font-size: 18px !important;
}

.tstep-image {
  max-width: 50px;
  max-height: 50px;
}

.tstep-detailed-image {
  max-width: 100px;
  max-height: 100px;
}

.rbt-border {
  border-left: 1px solid;
  border-top: 1px solid;
}

.rbt-border-end-right {
  border-right: 1px solid;
}

.rbt-border-end-bottom {
  border-bottom: 1px solid;
}

.a-link-border {
  padding: 5px;
}

.test-step-title .ui-button, .test-step-value .ui-button, .t-s-v .ui-button, #SandboxNewStep .ui-button, #Schedule_Create .ui-button {
  float: left !important;
  padding: 11px !important;
}

.min-fa-button {
  padding: 5px 1px 5px 5px !important;
  font-size: 15px;
}

.test-step-operations-count {
  font-size: 12px !important;
}

#SpyObjects {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 500px;
}

#DIV_Runners_Form_Panel {
  height: 800px;
  overflow-y: auto;
}

.test-description {
  height: 50px;
}

.test-resource-selector {
  padding-left: 10px;
  float: left;
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
}

#TestSpy_SandboxSteps {
  height: 200px;
}

#TestSpy_SpySteps {
  overflow-y: auto;
  float: left;
  width: 100%;
}

#TestSpy_SandboxSteps {
  overflow-y: auto;
  float: left;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
  overflow-wrap: anywhere;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 91.66666667%;
}

.col-sm-10 {
  width: 83.33333333%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-8 {
  width: 66.66666667%;
}

.col-sm-7 {
  width: 58.33333333%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-5 {
  width: 41.66666667%;
}

.col-sm-4 {
  width: 33.33333333%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-2 {
  width: 16.66666667%;
}

.col-sm-1 {
  width: 8.33333333%;
}

a {
  background-color: transparent;
}

button, select {
  text-transform: none;
}

.noBackground {
  border: 0px !important;
}

#DataDriven_Body td, #DataDriven_Body th {
  border: 1px solid #efeeee;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

#DIV_Runner_Info {
  height: 750px;
  overflow: auto;
}

.disabled-row-main {
  background-color: #d8b6b6 !important;
  font-weight: bolder !important;
}

.testingtool-paging-ul {
  position: relative;
  margin: 0px;
  margin-left: -40px;
}

.testingtool-paging-ul li {
  display: inline-block;
  cursor: pointer;
  padding: 10px 7px;
}

.testingtool-paging-ul .selected-page {
  color: #008000;
  font-weight: bold;
  border-bottom: 1px solid #008000;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333 !important;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #464545;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
}

#SandboxLogs {
  font-size: 10px;
  text-align: left;
  height: 600px;
  overflow: auto;
}

#SandboxLogs p {
  margin: 0;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #f7fafb;
  /*background-color:#eeeeee;*/
}

.min-btn {
  padding: 2px 6px !important;
}

.a-link-border {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
}

.big-icon {
  font-size: 18px !important;
  border: 2px solid !important;
}

.main-icon {
  color: green;
}

.i-link-border {
  border: 1px solid;
  padding: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
}

.i-link-border:hover {
  opacity: 0.5;
}

.set-execution-runner {
  height: 29px;
  width: 75% !important;
  float: left;
}

.set-execution-run {
  margin-left: 5px;
  font-size: 18px !important;
  color: dodgerblue !important;
  height: 30px;
  padding: 5px 5px !important;
}

.test-description {
  width: 100%;
  border: 1px solid #e4e4e4 !important;
  background-color: transparent !important;
  text-indent: 10px;
}

.bt-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border-width: 0px;
  border-style: solid;
  border-color: #353535;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: border-width 1s, background-color 1s, height 0s 1s;
  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
  z-index: 1000;
}

.bt-menu .bt-menu-trigger img {
  visibility: visible;
  transition: transform 0.1s, opacity 0.1s, visibility 0s 0.1s;
}

.bt-menu.bt-menu-open {
  height: 100%;
  border-width: 0px 0px 0px 90px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: border-width 0.3s, background-color 0.3s;
  transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
  position: absolute;
  width: 100%;
}

.bt-menu-open .bt-overlay {
  height: 100%;
}

.bt-menu-trigger {
  position: fixed;
  display: block;
  height: 20px;
  cursor: pointer;
}

.bt-menu-open .bt-menu-trigger img {
  visibility: hidden;
  transition: transform 0s, opacity 0s, visibility 0s 0s;
}

.bt-menu ul {
  position: fixed;
  top: 10%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 90px;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-visibility: hidden;
}

.bt-menu ul li,
.bt-menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.bt-menu ul li {
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.2s, visibility 0s 0.3s;
}

.bt-menu ul li:first-child {
  -webkit-transform: translate3d(-100%, 200%, 0);
  transform: translate3d(-100%, 200%, 0);
  /*position:relative;
  top:-10px;
  margin-bottom:100px;*/
}

.bt-menu ul li:nth-child(2) {
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
}

.bt-menu ul li:nth-child(3) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.bt-menu ul li:nth-child(4) {
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
}

.bt-menu ul li:nth-child(5) {
  -webkit-transform: translate3d(-100%, -200%, 0);
  transform: translate3d(-100%, -200%, 0);
}

.bt-menu ul li:nth-child(6) {
  -webkit-transform: translate3d(-100%, -300%, 0);
  transform: translate3d(-100%, -300%, 0);
}

.bt-menu ul li:nth-child(7) {
  -webkit-transform: translate3d(-100%, -400%, 0);
  transform: translate3d(-100%, -400%, 0);
}

.bt-menu ul li:nth-child(8) {
  -webkit-transform: translate3d(-100%, -500%, 0);
  transform: translate3d(-100%, -500%, 0);
}

.bt-menu.bt-menu-open ul li {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s 0.1s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bt-menu ul li a {
  display: block;
  outline: none;
  color: transparent;
  text-decoration: none;
  font-size: 20px;
}

.bt-menu ul li a:before {
  color: #d9d9d9;
  font-size: 48px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.bt-menu ul li a:hover:before,
.bt-menu ul li a:focus:before {
  color: #47a3da;
}

/* CUSTOM OVERWRITEN CSS*/
.bt-menu ul {
  top: 20%;
}

.bt-menu li {
  margin-bottom: 20px;
}

.bt-menu ul li a i {
  font-size: 40px;
}

.bt-menu ul li a {
  color: #d9d9d9;
  font-size: 12px;
}

.my-nav-menu {
  position: fixed;
  top: 35px;
  left: 0px;
  height: 35px;
  width: 100%;
  background: #013e61;
  color: white;
}

.my-nav-menu i {
  position: relative;
  margin-top: 6px;
}

.my-nav-menu-content {
  position: relative;
  background-color: #f1f1f1;
  margin-top: 11px;
  margin-left: 70px;
}

.my-nav-menu ul {
  height: auto;
  margin-top: 10px;
  display: none;
  list-style-type: none;
  margin-left: 30px;
  list-style-type: none;
  display: inline;
}

.my-nav-menu li {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  height: 100%;
  padding: 10px;
  font-weight: bolder;
}

.my-nav-menu h2 {
  font-size: 12px;
  font-weight: bolder;
  margin: 0px !important;
}

.currNavItem {
  position: fixed;
  left: 70px;
  top: 25px;
  font-size: 12px;
  float: left;
}

.my-nav-menu ul {
  margin-left: 50px;
  list-style-type: none;
  display: inline;
}

.navbarLogo {
  width: 80px;
}

.headerContentActive, .my-nav-menu li:hover {
  background: #f7fafb;
  color: #013e61;
}

.ticket-textarea {
  height: 150px !important;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal .row:after {
  clear: both;
  display: table;
  content: " ";
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5 !important;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.step-menu-icon {
  cursor: pointer;
  padding: 0px 0px 0px 10px;
}

.datadriven-th {
  min-width: 150px !important;
}

.table-small-tr td {
  padding: 2px !important;
}

.integrate-tech {
  cursor: pointer;
}

.integrate-sync {
  padding: 5px 20px !important;
  float: right;
}

.pull-right-label {
  float: right;
  margin-right: 10px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  z-index: 2000;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
  height: 200px;
}

#SpySteps {
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 450px;
}

.new-step-div {
  text-align: center;
}

#Table_TestSteps {
  height: 100%;
}

input:read-only {
  background-color: #e4e4e4;
}

/*#Table_TestStepsInner {
    width: 98%;
    margin-left: 1%;
}*/
.test-resources {
  width: 100%;
  float: left;
  height: 60px;
  background: #283e4a;
  color: white;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}

.test-resources-selected {
  color: #283e4a !important;
  background: white !important;
}

.test-resources:hover {
  color: #283e4a !important;
  background: white !important;
}

/*.test-step-options {
    text-align: center;
}*/
/*.test-step-title .custom-combobox-input, .test-step-value .custom-combobox-input, .t-s-v .custom-combobox-input, #SandboxNewStep .custom-combobox-input, #Schedule_Create .custom-combobox-input {
    float: left !important;
}*/
.step-verify-class {
  background-color: #87d986;
  font-weight: bold;
  text-indent: 3px;
}

.test-step-history {
  background: #b7d2ea !important;
  color: white !important;
}

.step-variable-class {
  background-color: #f4f66e;
  font-weight: bold;
  text-indent: 3px;
}

.step-open-class {
  background-color: #8fd3e7;
  font-weight: bold;
  text-indent: 3px;
}

.step-condition-class {
  background-color: #c9aad1;
  font-weight: bold;
  text-indent: 3px;
}

.step-endtest-class {
  background-color: #91503d;
  font-weight: bold;
  text-indent: 3px;
}

.ui-menu-item {
  text-indent: 6px;
}

.text-login {
  font-size: 18px;
}

.fieldSuccess {
  color: green;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.2em 0.4em;
  margin: 0.8em 0 0.2em;
  line-height: 1.5;
}

#divActionHelperList i {
  cursor: pointer;
  font-size: 15px;
}

.margin-left {
  margin-left: 10px !important;
}

/*.testingtool-popup {
    border: 1px solid gray;
    border-radius: 10px;
    overflow-y: auto;
    background: white;
    opacity: 1 !important;
    position: absolute !important;
    top: 2%;
    left: 50%;
    z-index: 1002;
    box-shadow: 0 8px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
.ontop {
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.7);
}

.remove-margin {
  margin: 0 !important;
}

.testingtool-popup-small {
  width: 500px !important;
  margin-left: -250px;
  height: 300px;
}

.testingtool-popup-log {
  width: 70% !important;
  margin-left: -35%;
  height: 100%;
  top: 0% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black;
}

.testingtool-popup-video {
  width: 100% !important;
  margin-left: -50%;
  height: 100%;
  top: 0% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: black;
}

.testingtool-popup-test-message {
  width: 50% !important;
  margin-left: -25%;
  height: 80%;
}

.testingtool-popup-locate {
  width: 50% !important;
  margin-left: -25%;
  height: 60%;
}

.test-message-new {
  border: 7px solid #cce8c6;
  height: 40px !important;
}

#testMessageBoardContainer {
  height: calc(100% - 40px);
  width: 100%;
  overflow: auto;
}

.test-container-message-own {
  float: left;
  border-radius: 0px 20px 0px 0px;
  max-width: 80%;
  min-height: 40px;
  border: 5px solid #cce8c6;
}

.test-container-message-other {
  float: right;
  border-radius: 20px 0px 0px 0px;
  max-width: 80%;
  min-height: 40px;
  border: 5px solid #b5bece;
}

/*.test-message-input {
    height: 90% !important;
    border: 0px !important;
    width: 100%;
    text-indent:10px;
}*/
.test-message-day {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 11px !important;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}

.test-message-date {
  font-size: 11px !important;
  height: 40px;
  display: table;
}

.test-message-date-position {
  float: left;
  text-indent: 10px;
}

.test-message {
  clear: left;
  padding: 5px 20px 5px 20px;
  font-size: 16px !important;
}

.test-creator-message {
  float: left;
  width: 100%;
  text-indent: 10px;
}

#DIV_LOG_INFO {
  height: 92%;
  overflow-y: auto;
  width: 100%;
  color: #bdbdbd !important;
}

#divLogInfoDescription {
  color: #FFF !important;
}

#DIV_LOG_INFO p {
  margin: 0 !important;
}

.testingtool-popup-medium {
  width: 50% !important;
  margin-left: -25%;
}

.testingtool-popup-detail {
  width: 50% !important;
  margin-left: -48%;
}

.testingtool-popup-action {
  height: 600px !important;
  width: 900px !important;
  margin-left: -300px;
}

.testingtool-popup-analytics {
  width: 90% !important;
  margin-left: -45%;
  height: 80%;
}

.testingtool-popup-time-machine {
  width: 80% !important;
  margin-left: -40%;
  height: 80%;
}

.testingtool-popup-insert-test {
  width: 25% !important;
  margin-left: -12.5%;
  height: 80%;
}

.testingtool-popup-smart {
  width: 35% !important;
  margin-left: -48%;
}

.testingtool-popup-objectinfo {
  width: 66% !important;
  margin-left: -33%;
  height: 300px;
}

.testingtool-popup-third {
  width: 30% !important;
  margin-left: -45%;
  height: 80% !important;
}

.testingtool-popup-big {
  width: 80% !important;
  margin-left: -40%;
}

/*.testingtool-popup i {
    cursor: pointer;
    font-size: 15px;
}*/
.test-step-table {
  table-layout: fixed;
  word-wrap: break-word;
}

/*.new-test-step {
    background-color: #d8e2ea !important;
}*/
.test-step-error {
  background-color: #ee4f4f !important;
}

/*.test-step-title, .repository-step-title {
    font-weight: bold;
    color: #9c9d9f;
    border: 0px;
    text-align: center;
    line-height: 1.42857143;
    margin: 0;
    float: left;
    width: 100%;
}

.test-step-title {
    background: #283e4a;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}*/
.repository-step-title {
  background: #b7d2ea;
  color: black;
  padding-bottom: 5px;
}

.repository-step-title input {
  color: black !important;
}

.repository-step-title .repository-step-title-div {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 38px;
}

/*.remove-padding, .r-p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/
.test-step-button {
  padding: 1px 6px !important;
}

.smart-fill-button {
  padding: 2px 8px !important;
}

/*.form-control-step, .f-c-s {
    display: block;
    width: 100%;
    padding: 2px 6px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/
/*.test-step-value {
    text-align: center;
    word-wrap: break-word;
    margin: 0;
    cursor: default;
    padding-top: 4px;
    float: left;
    width: 100%;
    position: relative;
    word-break: break-all;
}

.t-s-v {
    text-align: center;
    word-wrap: break-word;
    margin: 0;
    cursor: pointer;
    padding-top: 4px;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    word-break: break-all;
}*/
.resource-object {
  cursor: pointer !important;
  color: cornflowerblue;
  text-decoration: underline;
}

.step-object {
  cursor: pointer !important;
  color: cornflowerblue;
}

.test-step-table th {
  border-bottom: 1px solid black !important;
  border-right: 1px solid black !important;
}

.test-step-table th {
  border-bottom: 1px solid gray !important;
  border-right: 1px solid gray !important;
}

/*.display-control {
    cursor: default;
    background: #f9f6f6;
}*/
.display-value {
  margin-bottom: 5px;
}

/*.form-label {
    height: 34px;
    padding: 4px;
    text-indent: 10px;
    border-radius: 10px 0px 0px 10px;
}*/
.context-menu-item select {
  height: 26px;
}

/*.form-value {
    padding: 6px;
    text-indent: 10px;
    height: 34px;
}*/
.upload-test {
  padding: 5px;
  background-color: #98b7d2;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.upload-test label {
  cursor: pointer;
}

/*.modal-editor {
    float: left;
    width: 99%;
    padding: 10px;
}*/
/*.folder-container {
    padding: 0px !important;
}*/
/*.folder-object {*/
/*background-color: #f5f5fd;*/
/*width: 84%;
    float: left;
}*/
.folder-toggle {
  height: 35px;
  padding: 8px;
  float: left;
  width: 10%;
  cursor: pointer;
  background-color: #97bdde;
}

/*.folder-div {
    height: 30px;
    padding: 4px;
    cursor: pointer;
}*/
.min-folder-div {
  height: 27px;
  padding: 4px;
  float: left;
  width: 90%;
  cursor: pointer;
}

/*.runner-div {
    padding: 6px;
    float: left;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/
/*.f-d-o {
    clear: left;
}*/
.folder-icon {
  cursor: pointer;
}

.object-image {
  margin-left: 10%;
  height: 35px;
  padding: 6px;
  float: left;
  width: 10%;
  cursor: pointer;
  background-color: #cad4dc;
}

/*.o-f-d {
    height: 25px;
    padding: 4px;
    padding-left: 5px;
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 0px;
}*/
.li-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.execution-success {
  background: rgba(134, 216, 134, 0.6) !important;
}

.execution-warning {
  background: rgba(177, 170, 91, 0.6) !important;
}

.execution-failed {
  background: rgba(243, 134, 134, 0.6) !important;
}

.execution-running {
  background: rgba(156, 167, 213, 0.6) !important;
}

/*.run-history-tr {
    font-weight: bolder;
}*/
.run-history-tr td {
  padding: 3px !important;
  overflow-wrap: break-word;
}

.datadriven-icon {
  margin-left: 5px;
  float: right;
}

.col-sm-1-5 {
  width: 12.5%;
}

.col-sm-0-5 {
  width: 4.1%;
}

.col-sm-11-5 {
  width: 95%;
}

.col-sm-5-5 {
  width: 54%;
}

.history-step-removed {
  background-color: lightcoral !important;
}

.history-step-added {
  background-color: lightgreen !important;
}

.col-sm-2-5 {
  width: 20.5%;
}

.col-sm-1-5, .col-sm-2-5, .col-sm-0-5, .col-sm-11-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.group-start {
  border: 1px solid black;
  background-color: white !important;
  width: 80%;
  float: left;
}

.group-value {
  width: 10%;
  float: right;
  height: 100%;
  background-color: #97bdde;
}

.group-name {
  width: 90%;
  min-height: 24px;
  background-color: #97bdde;
  color: white;
  float: left;
  cursor: pointer;
  overflow-wrap: break-word;
  border-radius: 5px 0px 0px 5px;
  padding: 2px;
  font-weight: 900;
}

.group-main {
  width: 95%;
  float: left;
  text-align: -webkit-center;
  position: absolute;
}

.keyword-step {
  background-color: #cbebaf !important;
}

.keyword-step-value {
  cursor: pointer;
}

#testGroupContainer {
  position: relative;
  width: 10%;
  float: left;
}

/*#testStepsTitleDiv {
    width: 100% !important;
    float: left !important;
}*/
.group-test-list {
  text-align: center;
  cursor: pointer;
  padding: 4px;
  float: left;
  width: 90%;
  margin-left: 10%;
  position: relative;
  background-color: #97bdde;
  color: white;
  font-weight: bolder;
  border-top: 1px solid white;
}

.group-test-list-counter {
  font-size: 12px;
  float: right;
  width: 20%;
}

.group-test-list-description {
  float: left;
  width: 50%;
  text-align: left;
  margin-left: 3%;
  font-weight: 900;
}

.testingtool-popup-test-group {
  width: 50% !important;
  margin-left: -25%;
  height: 20%;
}

.step-action-div {
  font-weight: 600;
}

/*.test-step-filter {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 1001;
    border-radius: 5px;
    padding: 5px;
    background: rgba(178, 215, 247, 0.7);
    top: -20px;
    left: 200px;
}*/
.strong-blue {
  color: #4063a1 !important;
  font-weight: bolder;
}

/*#DIV_Test_Step_Form_Panel {
    height: calc(100% - 250px);
    float: left;
    margin: 0px 0px 0px 30px;
    width: calc(100% - 60px);
    background: white;
    border: 2px solid #dcdcdc;
}*/
/*#Div_Container_TestManager, #Div_TestPlan_View, #Div_Container_Dashboard {
    height: 100%;
    float: left;
}*/
/*.resource-objects-list {
    overflow-y: auto;
    float: left;
    width: 100%
}*/
/*#Div_Resource_View {
    width: 98%;
    float: left;
    height: 100%;
}*/
.resource-main-header {
  margin-top: 0px !important;
}

/*.fa-button {
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    color: white;
    margin-left: 4px;
    font-weight: bolder;
    background: #0066a1;
}

    .fa-button:hover {
        opacity: 0.5;
    }

    .fa-button:before {
        border-radius: 10px;
        margin-right: 5px;
        background: #0066a1;
        padding: 4px;
        color: white;
    }*/
/*.fa-button-red {
    background: #d75350 !important;
}

    .fa-button-red:before {
        background: #d75350 !important;
    }

.fa-button-green {
    background: #5ba25a !important;
}

    .fa-button-green:before {
        background: #5ba25a !important;
    }

.fa-button-yellow {
    background: #F19E40 !important;
}

    .fa-button-yellow:before {
        background: #F19E40 !important;
    }*/
/*.manager-options {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}*/
.modal-details {
  background: aliceblue;
}

/*.fa, .fas {
    font-weight: 900 !important;
}*/
/*.resource-selector {
    width: 100%;
    float: left;
}*/
/*.resource-type {
    float: left;
    width: 16.5%;
    text-align: center;
}*/
/*.resource-type-inner {
    background: #013e61;
    color: white;
    margin: 10px 10px 0px 10px;
    width: 90%;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .resource-type-inner:hover {
        background: #0066a1;
    }*/
/*.resource-type-inner-selected {
    background: #0066a1;
    box-shadow: 0 0px white !important;
}*/
/*.resource-type-inner .fa {
    width: 100%;
    float: left;
    margin-top: 10px;
}*/
/*.table-min-td {
    text-align: center;
}*/
/*th {
    text-align: center !important;
}*/
/*#Table_RepositoryObjects, #Table_RepositoryKeywords {
    margin: 0 auto;
    float: none !important;
}*/
.spy-mode-status {
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid;
  width: 120px;
  padding: 8px;
  text-indent: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.spy-mode-status-active {
  border-color: #0079AC;
  border-left: 10px solid #0079AC;
}

.spy-mode-status-completed {
  border-color: #0079AC;
  border-left: 10px solid #0079AC;
}

.spy-mode-status-waiting {
  border-color: #f38686;
  border-left: 10px solid #f38686;
}

/*#Div_Runners_View .main-container-div {
    height: calc(100% - 115px);
}
*/
/*.app-screenshot, .app-tree {
    position: relative;
    float: left;
}*/
.app-tree {
  overflow: auto;
}

.app-tree-node {
  font-size: 10px;
  clear: left;
}

.app-tree-node-name {
  border: 1px solid #c6701d;
  border-radius: 10px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.app-tree-node-toggle {
  font-size: 14px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.SpyRectangle {
  border: 1px solid #FF0000;
  position: absolute;
}

.keyword-argument {
  float: left;
  width: 100%;
  text-align: left;
}

.resource-value {
  text-align: left;
}

.resource-name {
  text-align: left;
}

.repository-step-value {
  border-bottom: 1px solid #e8e8e8;
}

.test-status-history {
  padding: 5px;
  border-left: 15px solid;
  border-color: #8ec6dc;
  margin-bottom: 5px;
  background: rgba(142, 198, 220, 0.2);
}

.test-status-history-current {
  border-color: rgba(134, 216, 134, 0.6) !important;
  background: rgba(134, 216, 134, 0.2) !important;
}

.test-status-history-changes {
  font-size: 20px;
}

.test-status-history-data {
  font-size: 12px;
  text-align: left;
}

.test-status-history-from {
  text-align: right;
}

.test-status-history-to {
  text-align: left;
}

#DIV_VIDEO_EVIDENCE video {
  width: 80%;
  margin-left: 10%;
}

#SandboxNewStep {
  float: left;
  width: 100%;
  background: #ccdbe8;
  padding: 5px;
}

/*.month-view-indicator {
    font-size: 18px;
    text-align: right;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
}

.week-view-indicator {
    font-size: 18px;
    text-align: left;
    font-weight: bolder;
    cursor: pointer;
    opacity: 0.5;
}

.calendar-type-selected {
    opacity: 1 !important;
}

.day-of-week,
.date-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day-of-week {
    margin-top: 1.25em;
}

    .day-of-week > * {
        font-size: 16px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        text-align: center;
    }


.day-of-week-view {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

    .day-of-week-view > * {
        font-size: 16px;
        font-weight: bolder;
        letter-spacing: 0.1em;
        text-align: center;
    }

.week-hour {
    min-height: 40px;
    border-top: 1px solid #e5e4e4;
    overflow: auto;
}

.week-day {
    cursor:pointer;
}

.week-hour-show {
    text-indent: 10px;
    font-size: 18px;
}

.week-hour-slot {
    min-height: 40px;
    border-left: 1px solid #e5e4e4;
}*/
/* Dates */
/*.date-grid {
    margin-top: 0.5em;
}

    .date-grid .date-day {
        position: relative;
        border: 1px solid #bfbfbf;
        text-align: center;
        font-size: 24px;
        height: 100px;
        cursor: pointer;
        width: 250px;
    }

.date-execution {
    font-size: 10px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding: 2px;
    background: #73d973;
    margin-bottom: 2px;
    font-weight: bolder;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: 5px;
}

.date-runsuite {
    font-size: 10px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    padding: 2px;
    background: #73afd9;
    margin-bottom: 2px;
    font-weight: bolder;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: 5px;
}

.date-more {
    font-size: 12px !important;
    padding: 2px;
    margin-top: 2px;
}

.date-past {
    color: #bfbfbf;
}

.date-today {
    color: red;
}

.sql-result-header {
    float: left;
    width: 150px;
}

.date-future {
    color: black;
}

.calendar {
    border: 5px#013e61 solid;
    float: left;
    width: 1760px;
}

.date-month-week {
    background: #013e61;
    float: left;
    width: 100%;
    color: white;
    padding: 20px 10px 20px 10px;
}

.date-counter {
    font-size: 18px;
    background: radial-gradient(red 50%, transparent 53%);
    padding: 10px 15px;
    color: white;
    background-size: 2.5em 2.5em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    flex-basis: 14.28571%;
    background-image: radial-gradient(#ff7555 50%, rgba(0, 0, 0, 0) 53%);
    background-repeat: no-repeat;
}

.month-indicator, .selected-week {
    font-size: 18px;
    text-align: center;
    font-weight: bolder;
}

.month-indicator-option-left, .previous-week {
    font-size: 16px;
    text-align: left;
    font-weight: bolder;
    color: gray;
    cursor: pointer;
}

.month-indicator-option-right, .next-week {
    font-size: 16px;
    text-align: right;
    font-weight: bolder;
    color: gray;
    cursor: pointer;
}

    .month-indicator-option-left:hover, .month-indicator-option-right:hover {
        color: black;
    }

.date-control:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.date-control::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

.date-control::-webkit-calendar-picker-indicator {
    position: absolute;
    padding: 6px;
    right: 0;
    color: black;
    opacity: 1;
}

.date-control {
    position: relative;
    line-height: 20px !important;
    text-indent: 10px;
}*/
.duplicate-row {
  background: rgba(232, 177, 129, 0.6) !important;
}

.overview-title {
  text-align: center;
  font-weight: bolder;
  border-bottom: 1px solid #acadaf;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #acadaf;
}

.overview-zone {
  float: left;
  width: 100%;
}

/*.overview-list {
    width: 400px;
}

    .overview-list tbody {
        display: block;
        max-height: 275px;
        overflow: auto;
    }

    .overview-list tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }*/
/*.overview-zone {*/
/*    box-shadow: 0 10.2px 12.2px 0 rgba(0,0,0,.132), 0 2.6px 4.8px 0 rgba(0,0,0,.108);
*/ /*float: left;
 padding: 10px;
 margin: 10px;
 border-top: 2px solid #0066a1;*/
/*border-radius: 10px;*/
/*}*/
/*.overview-header {
    font-size: 16px;
    font-weight: bolder;
    color: #0066a1;
}*/
.overview-row {
  font-size: 12px;
  text-align: center;
  word-wrap: break-word;
  margin: 0;
  cursor: default;
  padding-top: 4px;
  float: left;
  width: 100%;
  position: relative;
  word-break: break-all;
}

.overview-link {
  cursor: pointer;
}

/*.overview-main {
    width: auto;
    max-width: 30%;
    float: left;
}*/
.database-spy-query {
  height: 200px;
}

/*#DatabaseSpyQuery {
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid black;
    padding: 10px;
}*/
.database-spy-column {
  text-align: center;
  min-width: 150px;
}

.database-spy-value {
  text-align: center;
}

.database-spy-results {
  height: 100%;
  overflow: auto;
}

.webservice-spy-results {
  height: 100%;
  overflow: auto;
  border: 2px solid black;
}

.database-spy-column-order {
  min-width: 50px;
  max-width: 50px;
}

.database-spy-value-order {
  width: 50px;
  background-color: #beb7b7;
  text-align: center;
  font-weight: bolder;
}

#DatabaseSpyResults tr {
  border-bottom: 1px solid #d9d6d6;
}

#_DatabaseSpySchema {
  overflow: auto;
  max-height: 650px;
}

.database-spy-results {
  max-height: 450px;
}

.database-spy-schema-columns {
  background-color: #d7e7f1;
  font-size: 11px;
  display: none;
}

.database-spy-schema-column-name {
  text-align: left;
  padding: 2px;
  cursor: pointer;
}

.database-spy-schema-column-type {
  text-align: right;
}

.database-spy-schema-table {
  padding: 10px;
  text-transform: uppercase;
  border: 2px solid;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}

#DatabaseSpyQuery label {
  color: cornflowerblue !important;
  font-weight: bolder;
}

.runner-spec-title {
  text-transform: uppercase;
  font-weight: bolder;
  text-align: left;
  font-size: 11px;
}

.runner-spec-value {
  text-align: left;
  font-size: 11px;
}

.runner-spec {
  border-bottom: 1px solid gray;
}

.object-screenshot {
  border: 10px solid #5d5959;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image-border {
  text-align: center;
}

.analytics-run {
  text-align: center;
  font-size: 20px;
}

.analytics-run .analytics-small-text {
  font-size: 12px !important;
}

.analytics-run i {
  font-size: 20px !important;
}

.analytics-small-text-default {
  color: rgba(100, 100, 100, 0.6) !important;
}

.analytics-small-text-above {
  color: rgba(243, 134, 134, 0.6) !important;
}

.analytics-small-text-below {
  color: rgba(134, 216, 134, 0.6) !important;
}

.analytics-success {
  color: rgba(134, 216, 134, 0.6) !important;
  border: 2px solid rgba(134, 216, 134, 0.6) !important;
  border-radius: 5px;
}

.analytics-running {
  color: rgba(156, 167, 213, 0.6) !important;
  border: 2px solid rgba(156, 167, 213, 0.6) !important;
  border-radius: 5px;
}

.analytics-failed {
  color: rgba(243, 134, 134, 0.6) !important;
  border: 2px solid rgba(243, 134, 134, 0.6) !important;
  border-radius: 5px;
}

.analytics-notcompleted {
  color: rgba(100, 100, 100, 0.6) !important;
  border: 2px solid rgba(100, 100, 100, 0.6) !important;
  border-radius: 5px;
}

.warning-failed {
  font-weight: bolder;
  text-transform: uppercase;
  color: #f38686 !important;
}

.warning-success {
  font-weight: bolder;
  text-transform: uppercase;
  color: rgba(134, 216, 134, 0.6) !important;
}

.warning-not-completed {
  font-weight: bolder;
  text-transform: uppercase;
}

/*.runner-title {
    color: #0066a1;
}*/
.disabled-suite {
  background-color: #d8b6b6 !important;
}

.run-suite-counter {
  padding: 0px 5px;
  border-radius: 10px;
  margin-right: 5px;
  background: radial-gradient(red 50%, transparent 53%);
  color: white;
  background-size: 2.5em 2.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  flex-basis: 14.28571%;
  background-image: radial-gradient(#ff7555 50%, rgba(0, 0, 0, 0) 53%);
  background-repeat: no-repeat;
}

.manual-index {
  border-left: 1px solid #013e61;
}

.manual-first {
  font-size: 12px !important;
  cursor: pointer;
}

.manual-second {
  cursor: pointer;
  margin-left: 10px;
  font-size: 10px !important;
}

.manual-third {
  cursor: pointer;
  margin-left: 20px;
  font-size: 10px !important;
}

.user-manual h4 {
  border-left: 10px solid #013e61;
  text-indent: 10px;
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
}

/*.manual-container {
    float: left;
    width: 90%;
    margin-left: 5%;
    border-left: 1px solid #eae5e5;
}

    .manual-container p {
        margin-left: 10px;
    }*/
.preview-sandbox-image {
  display: none;
}

.preview-sandbox-image {
  position: absolute;
  top: 20px;
  z-index: 99999;
  background-color: #DDD;
  padding: 5px;
  width: 50%;
}

.preview-sandbox-image img {
  width: 100%;
}

/*.folder-zone-toggle {
    position: absolute;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: white;
    border-right: 5px solid #dcdcdc;
    border-bottom: 5px solid #dcdcdc;
    border-top: 2px solid #dcdcdc;
    left: -5px;
    cursor: pointer;
}*/
/*.change-project {
    float: left;
    width: 200px !important;
    background: #0066a1;
    border: 0px;
    color: white;
    cursor: pointer;
}*/
.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.red-button {
  color: red !important;
}

.cognitive-header {
  background-color: #0066a1;
  color: white;
  padding: 10px;
  margin: 0 !important;
}

.icon-number-occurrences {
  background: red;
  border-radius: 10px;
  padding: 2px;
  text-align: center;
  margin-right: 5px;
}

.layout-toggle {
  margin-right: 10px;
  float: left;
}

#DIV_VIDEO_EVIDENCE {
  height: 90%;
}

#DIV_VIDEO_EVIDENCE video {
  height: 100%;
}

.autocomplete-item-validation {
  border-left: 5px solid #87d986;
}

.autocomplete-item-variable {
  border-left: 5px solid #f4f66e;
}

.ui-menu-item strong {
  margin-left: 5px;
}

#WebServiceResults #Message {
  width: 100% !important;
}

.webservice-spy-table-cases {
  padding: 10px;
  border: 2px solid;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
}

.webservice-spy-table-arguments {
  padding: 10px;
  border: 2px solid;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}

#divLogInfo {
  z-index: 2000 !important;
}

/*.rest-code {
    display: inline-block;
    width: 100%;
    height: 500px;
    border: 1px solid gray;
    overflow: auto;
}*/
.timemachine-step-removed {
  background-color: lightcoral !important;
}

.timemachine-step-added {
  background-color: lightgreen !important;
}

.timemachine-operation-removed {
  background-color: lightcoral !important;
}

.timemachine-operation-removed div {
  background-color: lightcoral !important;
}

.timemachine-operation-added {
  background-color: lightgreen !important;
}

.timemachine-operation-added div {
  background-color: lightgreen !important;
}

.cursorPointer {
  cursor: pointer;
}

.fieldError {
  color: red;
}

.blue-underlined-text {
  color: blue;
  border-bottom: 1px inset blue;
}

/*.table-hover-blue tbody tr:hover > td {*/
/*background-color: #3f7094;*/
/*background-color: white;
    color: black;
    cursor: pointer;
    border-top: 1px solid #0079AC;
    border-bottom: 1px solid #0079AC;
}*/
/*.table-bold-headers thead tr th {
    font-weight: bold;
    color: #9c9d9f;
    border: 0px;
}*/
/*.selectedRow{
    background-color: #5e94bd;
    color:white;
}*/
/*.table-striped tbody tr.selectedRow td {
    background-color: #47a3da;
    color: white;
}

.table-striped tbody tr td.selectedCell {
    background-color: #47a3da;*/
/*color: white;*/
/*}

.table-striped th {
    text-align: center;
    vertical-align: middle;
}

.table-striped tr {
    text-align: center;
}*/
.clickable {
  cursor: pointer;
}

.ddControl {
  width: 50px;
  background-color: #f2efef;
}

.table-striped tbody tr th.noBackground {
  background-color: white;
  text-align: left;
  border: 0px;
}

.table-striped tbody tr td.noBackground {
  background-color: white;
  width: 125px;
  text-align: center;
  border: 0px;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

.table-col-filter-active {
  opacity: 1;
}

.table-col-filter-inactive {
  opacity: 0.3;
}

.path-matrix-table {
  overflow: auto;
}

#_DataDriven {
  overflow-x: auto;
  white-space: nowrap;
}

.my-run-icon {
  height: 1em;
  width: 1em;
  max-width: 1em;
}

.my-run-test-set-icon {
  height: 1em;
  width: 1em;
  max-width: 1em;
}

.loginLayerTitle {
  /* Layout the title area for the right side menu */
  position: relative;
  width: 100%;
  height: 180px;
  float: right;
  text-align: center;
  color: rgba(128, 128, 128, 0.78);
}

/*.loginAppLogo {*/
/* logo image */
/*margin-top: 5%;
    width: 100%;
    max-width: 200px;
    text-align: center;
    position: relative;
}*/
/*.loginTitle {*/
/* title image */
/*max-width: 250px;
    margin-top: 5%;
}*/
.loginLayerMain {
  /*padding:20%;*/
}

.licenseLayer {
  position: absolute;
  left: 3%;
  font-size: 12px;
  top: 3%;
  float: left;
  overflow: hidden;
  border: 2px solid black;
  padding: 10px;
}

/*.versionLayer {
    position: absolute;
    left: 80%;
    width: 19%;
    font-size: 12px;
    top: 85%;
    height: 14%;
    float: left;
    overflow: hidden;
    padding: 10px;
}*/
/*.loginLayerUserArea {*/
/* layout for where the user interaction will happen */
/*position: relative;
    width: 100%;*/
/*height:100%;*/
/*color: white;
    text-align: left;
    font-size: 12px;
    float: left;
}*/
/*.loginLayerUserAreaPadding {
    padding-left: 20%;
    padding-right: 20%;
}*/
.login-project {
  background: transparent;
}

/*.loginFormButton {*/
/* css for Login butotn */
/*background-color: #0066A1;
    -webkit-box-shadow: inset 0px 1px 0px #9ab1ec;
    box-shadow: inset 0px 1px 0px #9ab1ec;
    color: white;
    font-weight: bold;
    width: 100%;
    margin-top: 7px;
    font-size: 18px;
    text-shadow: 0px -1px 0px #5b6ddc;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .49);
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}*/
.loginFormButton2 {
  /* css for Login butotn */
  background-color: #0066A1;
  -webkit-box-shadow: inset 0px 1px 0px #9ab1ec;
  box-shadow: inset 0px 1px 0px #9ab1ec;
  color: white;
  font-weight: bold;
  width: 100%;
  margin-top: 7px;
  font-size: 12px;
  text-shadow: 0px -1px 0px #5b6ddc;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.49);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn:focus, .btn:focus:active, .active.btn:focus {
  /* css for hover affect over login */
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*.loginFormInput {*/
/* css for inputs in login */
/*width: 100%;
    background-color: transparent !important;
    color: #0066a1 !important;
    border: 0px !important;
    border-bottom: 2px solid #0066a1 !important;
    padding: 7px !important;
    font-size: 14px;
}*/
/*.loginFormInput, textarea {
    color: black;
}*/
.loginFormLabel {
  /* css for labels in login */
  margin-bottom: 8px;
  margin-top: 4px;
  font-weight: bold;
  font-size: 11px;
}

/*.loginNavMenuPadding {
    padding-left: 10%;
    padding-right: 10%;
}*/
/*.loginNavMenuLabel {
    border: 2px solid #0066a1;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    vertical-align: central;
    color: black;
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
    height: 45px;
    width: 100%;
}*/
.loginNavMenuIconBox {
  float: left;
  width: 20%;
  height: 45px;
  background-color: rgba(0, 121, 172, 0.9);
  font-size: 20px;
  color: white;
  text-align: center;
}

.loginNavMenuIconBox i {
  margin-top: 15px;
}

/*.loginNavMenuHover:hover {
    opacity: 0.80;*/ /* css standard */
/*filter: alpha(opacity=80);*/ /* internet explorer */
/*}*/
/*.loginLayerOrganizations {*/
/* white background layer */
/*height: 40%;
    width: 100%;
    font-weight: bolder;
    color: #0066a1;
}*/
/*.loginTableHover > tbody > tr:hover > td {
    background: #0066a1;
    color: white;
    cursor: pointer;
}*/
/* BOOTSTRAP sizes xs,sm,md,lg
        Extra Small 
    @media(max-width:767px){}

     Small 
    @media(min-width:768px) and (max-width:991px){}

     Medium 
    @media(min-width:992px) and (max-width:1199px){}

     Large 
    @media(min-width:1200px){}
    */
@media (max-width: 320px) {
  .loginBackground {
    max-width: 320px;
  }
  .loginLayerTitle {
    max-width: 320px;
  }
  .loginLayerMain {
    /* the transparent black layer on right side menu */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none;
    text-align: center;
    display: flex;
  }
  .loginTitle {
    /* title image */
    max-width: 180px;
  }
  .loginAppLogo {
    /* logo image */
    max-width: 110px;
    text-align: center;
    position: relative;
    top: -50px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .loginLayerMain {
    /* the transparent black layer on right side menu */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .loginLayerMain {
    /* the transparent black layer on right side menu */
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
  }
}
/*MOBILE*/
.loginBackgroundMobile {
  /* home page background when in bootstrap xs (mobile) size */
  position: fixed;
  top: 0;
  left: 0;
  clear: both;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.loginLayerMainMobile {
  /* login layout when in bootstrap xs (mobile) size */
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: right;
  text-align: center;
}

.license-valid {
  font-weight: bolder;
}

.license-invalid {
  font-weight: bolder;
  color: red;
}

/*.loginLayerMain {
    display: flex;
}*/
.login-label {
  color: black !important;
}

/*.modal-content {
    border-radius: 0;
    font-family: sans-serif;
}*/
/*  .modal-content .btn {
        font-size: 12px !important;
    }

    .modal-content button {
        border-radius: 0;
    }*/
/*.modal-header {
    margin-left: 30px;
    margin-right: 30px;
}*/
/*    .modal-header h4 {
        font-size: 16px !important;
        font-weight: bolder !important;
    }*/
.modal-general-info {
  font-size: 12px;
  font-weight: normal;
}

/*.modal-body {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 12px !important;
}*/
/*.modal-footer {
    background-color: #eee;
}*/
.my-modal-submenu {
  position: relative;
  margin-top: -15px;
  border-bottom: 1px solid #ddd;
}

.my-modal-submenu button {
  margin-right: -5px;
  padding: 5px 10px;
  color: black;
  display: inline-block;
  background-color: white;
  border: none;
}

.my-modal-submenu button[disabled] {
  color: #d9d9d9;
  cursor: not-allowed;
}

.my-modal-submenu button:hover {
  background-color: #d9d9d9;
}

/*.form-control:focus {
    border-style: solid;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/
@media (min-width: 991px) {
  .my-modal-submenu button {
    padding: 10px 15px;
  }
}
.header {
  /*margin-top:-20px;*/
  top: 50px;
  position: fixed;
  background-color: #f1f1f1;
  border-bottom-color: #d9d9d9 !important;
  border-bottom: solid 1px;
  height: 33px;
  /*height:150px;*/
  width: 100%;
  z-index: 1000;
}

.headerContent {
  margin-left: 100px;
  display: inline;
  margin-top: 5px;
}

.headerContent h2 {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

/*.headerContent a, a:visited{
    color:#808080;
    padding:10px;
    text-decoration:none;
    cursor:pointer;
}
.headerContent a:active{
    color:#000000;
    border-bottom:solid 3px;
}
.headerContent a:hover{
    border-bottom:solid 3px;
    border-color:#808080;
}*/
/*.headerContentActive h2{
    padding-bottom:9px;
    border-bottom:solid 2px;
    border-color:black;
}*/
@media screen and (max-width: 1399px) {
  .my-submenu-input {
    font-size: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .my-submenu-input {
    font-size: 12px;
  }
}
/*.my-submenu {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 35px;
    width: 100%;
}*/
/*.my-submenu {
    top: 75px;
    height: 40px;
}*/
.my-submenu li {
  padding: 10px 7px;
}

.my-submenu button {
  padding: 9.5px 14px;
}

.my-submenu ul {
  position: relative;
  margin: 0px;
  margin-left: -40px;
  background: white;
}

.my-submenu li {
  display: inline-block;
  cursor: pointer;
}

.my-submenu button {
  margin-right: -5px;
  padding: 5px 10px;
  color: black;
  display: inline-block;
  background-color: white;
  border: none;
}

.my-submenu button[disabled] {
  color: #d9d9d9;
  cursor: not-allowed;
}

.my-submenu button:hover {
  background-color: #d9d9d9;
}

.my-submenu li:hover {
  color: #43b6d8;
}

.my-submenu-input {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
}

.my-submenu-toggle-input {
  width: 70%;
  height: 28px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px;
}

.my-submenu-divider-span {
  border-right: 1px solid #ddd;
  margin-right: 1px;
}

.my-submenu-divider-li {
  border-right: 1px solid #ddd;
  /*padding-right:1px !important;*/
}

.submenu {
  top: 80px;
  /*margin-top:80px;*/
  position: fixed;
  /*padding:10px;*/
  height: 35px;
  border-bottom-color: #d9d9d9 !important;
  border-bottom: solid 2px;
  padding-bottom: 20px;
  z-index: 900;
  background-color: white;
  width: 100%;
}

.submenu span {
  padding: 10px;
  position: relative;
  top: 7px;
}

.submenu span:hover {
  height: auto;
  width: auto;
  background-color: #d9d9d9;
  cursor: pointer;
}

.submenu input {
  font-size: 11px;
}

.execution-submenu {
  height: 40px;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #d9d9d9;
}

.execution-submenu ul {
  position: relative;
  margin: 0px;
  margin-left: -40px;
}

.execution-submenu li {
  padding: 5px 5px;
  font-size: 14px !important;
  display: inline-block;
  cursor: pointer;
}

/*.execution-submenu button{
    padding: 5px 10px;
    display:inline-block;
    cursor:pointer;
}*/
.execution-submenu button {
  margin-right: -5px;
  padding: 5px 10px;
  color: black;
  display: inline-block;
  background-color: white;
  border: none;
}

.execution-submenu button[disabled] {
  color: #d9d9d9;
  cursor: not-allowed;
}

.execution-submenu button:hover {
  background-color: #d9d9d9;
}

.execution-submenu li:hover {
  color: #43b6d8;
}

.execution-submenu-input {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.execution-submenu-toggle-input {
  width: 70%;
  height: 28px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 20px;
}

.execution-submenu-divider-span {
  border-right: 1px solid #ddd;
  margin-right: 1px;
}

.execution-submenu-divider-li {
  border-right: 1px solid #ddd;
  /*padding-right:1px !important;*/
}

@media screen and (max-width: 1399px) {
  .loginInitialInput {
    padding: 5px 10px;
    width: 75%;
  }
  .loginInitialIcon {
    margin-top: 5px;
    margin-right: 5px;
  }
  .licenseLayer {
    font-size: 10px;
  }
  /* .loginInitialArea {
       border: 1px solid #D4D4D4;.fa-button.small
       border-radius: 4px;
       font-weight: 400;
       font-size: 1em;
       line-height: 21px;
       color: #333745;
       background: rgba(255, 255, 255, 1);
       width: 100%;
   }*/
  body {
    font-size: 0.9em;
  }
  body.big {
    font-size: 0.95em;
  }
  body.bigger {
    font-size: 1em;
  }
  .overview-w-50 {
    width: 40px;
  }
  .overview-w-80 {
    width: 70px;
  }
  .overview-w-150 {
    width: 120px;
  }
  #TestSpy_SandboxSteps {
    height: 120px;
  }
  #TestSpy_SpySteps {
    height: 250px;
  }
  #SandboxLogs {
    height: 500px !important;
  }
  .dashboard-canvas-300 {
    height: 200px;
  }
  .dashboard-canvas-500 {
    height: 320px;
  }
  .dashboard-canvas-600 {
    height: 400px;
  }
  .dashboard-canvas-250 {
    height: 150px;
  }
  .a-link-border {
    padding: 3px;
  }
  .testingtool-popup i {
    font-size: 1em !important;
  }
  #SpySteps {
    height: 250px !important;
  }
  .test-step-operations-count {
    font-size: 0.6em !important;
  }
  #DIV_Runners_Form_Panel {
    height: 500px;
    overflow-y: auto;
  }
  #DIV_Runner_Info {
    height: 500px !important;
    overflow-y: auto;
    font-size: 0.7em;
  }
  #RunSpecs {
    font-size: 0.8em;
  }
  .runner-div {
    padding: 3px;
  }
  .test-description {
    height: 25px;
  }
  .line-break {
    height: 10px !important;
  }
  .test-resource-selector {
    padding-left: 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 5px;
  }
  #DIV_Test_Step_Form_Panel {
    height: calc(100% - 140px) !important;
    margin: 0px 0px 0px 10px !important;
    width: calc(100% - 20px) !important;
  }
  .form-value {
    height: 24px !important;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  #SpyObjects {
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 300px;
  }
  table th {
    font-size: 0.7em;
  }
  .testingtool-paging-ul li {
    font-size: 0.8em;
  }
  table tr td, table tr th {
    padding: 5px;
  }
  .dashboard-table tbody {
    max-height: 400px;
  }
  .fa-button.small, .fa-button, .shortcut-name {
    font-size: 0.8em;
  }
  .search-bar .search-input, .label-main, .search-list-title, .input-main, .custom-combobox .custom-combobox-input, .loginFormInput, .accountCreationText, .forgotPassword, .loginLabel, .my-navbar .nav-items .menu-item, .my-navbar .my-navbar-user-info .user-projects .change-project {
    font-size: 0.7em;
  }
  .test-step-value, .test-step-title, .t-s-v, .overview-lis, .submenu-item {
    font-size: 0.7em !important;
  }
  .s-f-d, .f-d-o .o-f-d {
    font-size: 0.6em !important;
  }
  .folder-options {
    font-size: 15px;
  }
  .fa-button {
    padding: 0px 5px;
  }
  .tc-icon {
    font-size: 0.8em;
  }
  .test-tag-zone {
    height: 20px;
    font-size: 0.8em;
  }
  .tc-icon::before {
    height: 15px;
    width: 15px;
    font-size: 11px !important;
    line-height: 16px;
  }
  .fa-button::before {
    font-size: 15px;
  }
  .page-title.big, .page-title {
    font-size: 16px;
  }
  .overview-main-big .overview-list {
    width: 100%;
  }
  .overview-list {
    width: 300px;
    font-size: 0.7em !important;
  }
  .overview-list td {
    padding: 3px 5px;
  }
  .overview-main-big {
    max-width: 45% !important;
  }
  .overview-main {
    width: auto;
    max-width: 30%;
    float: left;
  }
  #DIV_Folder_Panel {
    width: 240px;
  }
  .folder-container {
    min-width: 180px;
  }
  .wrap-container {
    width: calc(100vw - 100px);
    margin: 15px;
  }
  .my-navbar {
    width: 188px;
    padding-top: 10px;
  }
  .search-list {
    max-height: 410px;
  }
  .folder-main, .f-d-o {
    padding: 5px;
  }
  .search-bar .search-input {
    padding: 5px 5px 5px 30px;
    line-height: 18px;
  }
  .search-bar .search-icon {
    font-size: 15px;
  }
  .main-container-div {
    gap: 15px;
  }
  .section-wrap {
    padding: 10px;
  }
  .fa-button.small {
    padding: 0px 5px;
  }
  .fa-button.square {
    padding: 0px 4px 3px 4px;
  }
  .w-px-500 {
    width: 300px !important;
  }
  .test-table .test-step-list {
    width: 100px;
  }
  .fa-button.square::before {
    width: 15px;
  }
  #ManualTestStepList {
    max-height: 350px;
  }
  .label-main {
    line-height: 14px;
  }
  .input-main.small {
    padding: 5px 0px 5px 5px;
    line-height: 13px;
  }
  select.small {
    padding: 5px 0px 0px 5px !important;
  }
  .input-main.smallwait {
    /*padding: 2px 1px;*/
    line-height: 13px;
  }
  .t-s-v .input-main, .t-s-v .custom-combobox .custom-combobox-input {
    font-size: 0.9em;
  }
  .my-navbar .nav-items {
    margin-top: 5px;
  }
  .my-navbar li {
    padding: 2px 0px;
    text-align: center;
  }
  .my-navbar .nav-items .navbar-submenu .submenu-item {
    padding: 2px 5px 2px 28px;
    line-height: 15px;
  }
  .my-navbar .nav-items .navbar-submenu {
    margin-top: 2px;
  }
  .my-navbar .navbar-logo .logo {
    height: 60px;
    object-fit: contain;
  }
  .my-navbar .my-navbar-user-info .user-projects .change-project {
    margin-bottom: 10px;
  }
  .my-navbar .my-navbar-user-info {
    bottom: 10px;
  }
  .my-navbar .my-navbar-user-info .user-data .user-icon {
    height: 25px;
    width: 25px;
    font-size: 14px;
    padding: 5px;
  }
  .overview-list tbody {
    display: block;
    max-height: 175px;
    overflow: auto;
  }
  .testingtool-popup .testingtool-popup-header .title {
    font-size: 20px;
    line-height: 20px;
  }
  .context-menu-list {
    padding: 4px 0;
    line-height: 12px;
  }
  .context-menu-root {
    font-size: 0.75em;
  }
  #TimeMachineTestStepList {
    height: 350px;
    overflow-y: auto;
    float: left;
    width: 100%;
  }
  .testingtool-popup .form-label {
    font-size: 0.8em;
    line-height: 14px;
    margin-bottom: 3px;
  }
  .analytics-run {
    text-align: center;
    font-size: 14px;
  }
  .analytics-run .analytics-small-text {
    font-size: 0.75em !important;
  }
  .test-info-bottom {
    gap: 10px;
  }
  #AnaliticsStepList {
    overflow-y: auto;
    float: left;
    width: 100%;
    height: 300px;
  }
  .settings-body .settings-right .form-field {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .settings-body .settings-right .form-field .form-label {
    font-size: 0.8em;
    line-height: 14px;
  }
  .form-value {
    height: auto !important;
  }
  .settings-input.small {
    padding: 2px 4px;
  }
  .settings-input {
    padding: 6px 3px;
    font-size: 0.8em;
    line-height: 14px;
  }
  .runner-title {
    font-size: 16px;
    line-height: 20px;
  }
  .settings-section img {
    height: 100px;
  }
  table i {
    font-size: 1em;
  }
  .modal-content .modal-body .modal-input-label {
    font-size: 0.8em;
    line-height: 14px;
    margin-bottom: 3px;
  }
  .modal-content .modal-body .modal-input {
    padding: 6px;
    margin-top: 5px;
  }
  .manual-container {
    font-size: 0.8em;
  }
  .manual-first {
    font-size: 0.75em !important;
    cursor: pointer;
  }
  .testingtool-popup .testingtool-popup-header i {
    font-size: 16px !important;
  }
  .resource-objects-list {
    height: 250px;
  }
  .KeywordSortRow {
    height: 250px;
  }
  div.t-s-v {
    padding-top: 2px;
  }
  .t-s-e {
    font-size: 0.8em !important;
    height: 10px;
    width: 10px !important;
  }
  .t-s-e::before {
    font-size: 12px !important;
  }
  .test-step-options input {
    height: 10px;
    margin-left: 3px;
  }
  input[type=radio], input[type=checkbox] {
    height: 10px;
  }
  #Resource_DataDriven {
    overflow: auto;
    height: 400px;
  }
  #DataDriven_Body {
    font-size: 0.8em;
  }
  .fa-button.icon-small::before {
    font-size: 12px !important;
  }
  .fa-button.square::before {
    height: 20px;
    width: 15px;
  }
  .custom-combobox .custom-combobox-input {
    line-height: 13px;
    padding: 2px 4px;
  }
  .test-info-bottom .custom-combobox .custom-combobox-input {
    line-height: 13px;
    padding: 5px 10px !important;
  }
  .custom-combobox .ui-button {
    padding: 5px 8px;
  }
  .h-px-500 {
    height: 300px;
  }
  .h-px-400 {
    height: 225px;
  }
  .w-px-300 {
    width: 225px !important;
  }
  #RestHeaderTable {
    height: 300px;
    overflow-y: auto;
  }
  .loginLayerUserAreaPadding, .registerUserForm {
    padding: 20px 30px;
  }
  .loginTableHover > tbody > tr > td {
    padding: 5px 10px;
    font-size: 0.8em;
  }
  .loginLayerUserArea {
    width: 296px;
    height: 406px;
  }
  .loginFormInput {
    padding: 2px 10px;
  }
  .registerUserForm {
    height: 300px;
    overflow: auto;
  }
  .loginLogoWrap {
    margin-top: 20px;
  }
  .loginAppLogo {
    height: 80px;
  }
  .context-menu-list .context-menu-icon::before {
    font-size: 11px;
  }
  #VariableList {
    height: 400px;
  }
  #Table_Defect_Body, #TestRunBody {
    height: 470px;
    overflow: auto;
    float: left;
    width: 100%;
  }
  .runsuite-executions-zone {
    overflow: auto;
    max-height: 200px;
    float: left;
    width: 100%;
  }
  #RunSuiteOverrideList {
    height: 150px;
  }
  .runsuite-executions-zone th {
    font-size: 0.75em;
  }
  .runner-spec-title, .runner-spec-value {
    font-size: 0.75em;
  }
  #TestRunnersBody {
    height: 500px;
    overflow: auto;
    float: left;
    width: 100%;
  }
  .date-month-week {
    padding: 10px 0px 10px 0px;
  }
  .date-grid .date-day {
    font-size: 14px;
    height: 65px;
  }
  .week-view {
    max-height: 400px;
  }
  .month-indicator-option-left, .previous-week, .next-week {
    font-size: 0.8em;
  }
  .month-indicator, .selected-week {
    font-size: 1em;
  }
  .month-view-indicator, .week-view-indicator {
    font-size: 1em;
  }
  .date-execution {
    font-size: 0.8em !important;
    padding: 1px;
  }
  #divSpyMode .t-s-v {
    font-size: 0.8em !important;
  }
  #SpyScreenshot {
    border: 10px solid #5d5959;
  }
  #SpyScreenshotCanvas {
    left: 10px !important;
    top: 10px !important;
  }
  .loginLayerOrganizations {
    max-height: 200px;
  }
  .date-control {
    font-size: 0.8em;
    padding: 1em;
    line-height: 14px !important;
    text-indent: 5px;
  }
  #DIV_Test_Step_Form_Panel {
    /*max-height: 380px;*/
    /*overflow-y: scroll;*/
  }
  .loginNavMenuPadding {
    padding: 30px 30px;
  }
  #SandboxVariables, #SandboxRequests {
    height: 125px;
  }
  #Table_SpyRequests_Rows, #Table_SpyVars_Rows {
    height: 120px;
    overflow: auto;
    width: 100%;
    float: left;
  }
  *::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  }
  .manual-test-step-main {
    min-height: 50px !important;
  }
  #Table_ManualExecutionList {
    height: 450px;
  }
  .manual-exec-textarea {
    height: 50px;
  }
  .keyword-locate {
    height: 420px !important;
  }
}
