/*******************************************************************/
/* Textareas */

textarea {
  overflow: auto;
  resize: none;
  font-size: 12px;
  font-family: 'Arial', Consolas, Menlo, "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier New, monospace;
}

textarea.resizable-vertical{
  resize: vertical;
}

.textarea-grippie {
  background: white url('../images/theme-modern/icons/grippie.svg') no-repeat scroll;
  background-position: center 2px;
  border-color: #AECADE;
  border-style: solid;
  border-width: 0pt 1px 1px;
  cursor: s-resize;
  height: 7px;
  overflow: hidden;
  padding-top: 0;
  margin: 0;
}

.textarea-with-grippie {
  border-bottom: none !important;
}

.textarea-dropzone,
.textarea-buttons {
  padding: 10px;
  border-color: #AECADE;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.textarea-buttons-inline {
	padding: 10px;
}

/*******************************************************************/
/* Forms & form controls */

.form-inline {
  display: inline !important;
}

.form-group {
  margin-bottom: 18px;
}

.form-group-indent {
  margin: 10px 0 0 20px;
}

.form-group>label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-group-expandable>label {
  cursor: pointer;
}

.case-status-form-group {
	margin-bottom: 26px;
}

.form-control {
  display: block;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #AECADE;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  width: 462px;
  font-family: 'Arial', sans-serif;
}

.test-case-text-area {
  height: 28px;
  width: 100% !important;
}

input.form-control {
  height: 22px;
  line-height: 140%;
  x: 22px;
  font-size: 14px;
	font-weight: 400;
}

.form-control[disabled] {
  cursor: not-allowed !important;
}

.form-control[readonly] {
  color: #707070;
  background: #F5F5F5;
}
.timer_wrap .button-group {
  display: flex;
}
.timer_wrap a.button.button-left {
  height: 32px;
  display: flex;
  align-items: center;
}

textarea.form-control, div.field-editor.form-control {
  background: #fff;
  padding: 5px;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
}

.form-label-secondary {
  font-weight: normal !important;
}

.form-label-inline {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

select.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 0 22px 0 5px;
  height: 24px;
  line-height: 140%;
  x: 24px;
  background: #fff url('../images/theme-modern/icons/dropdownSelect.svg') no-repeat;
  background-position: center right;
  background-size: initial;
  border-radius: 2px;
}
.sidebar-inner select.form-select {
  padding: 7px 12px;
  background: #fff url('../images/theme-modern/icons/down_default.svg') no-repeat;
  background-position: 97%;
  background-size: 15px;
  border-radius: 6px;
  border-color: #b3bac5;
  color: #3c4d6b;
  height: 32px;
}

.form-select[multiple="multiple"] {
  padding: 0;
  background: none;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
}

select.form-select::-ms-expand {
  display: none;
}

optgroup {
  font-family: 'Arial', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: normal;
}

optgroup[label] {
  color: #979797;
}

optgroup > option {
  color: #202020;
}

.form-control-smallest {
  width: 150px;
}

.form-control-small {
  width: 300px;
}

.form-control-tiny {
  width: 150px;
}

.form-control-default {
  width: 462px;
}

.form-control-full {
  width: calc(100% - 12px) !important;
}

input[type=range] {
  background: transparent;
  width: 462px;
}

select.form-control {
  width: 462px;
}

select.form-control-full {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

select.form-control-small {
  width: 312px;
}

select.form-control-tiny {
  width: 162px;
}

.form-control-readonly {
  color: #979797;
  background: #d0d0d0;
}

input.form-control-upload {
  height: 25px;
  box-sizing: border-box;
  box-sizing: padding-box;
}

.form-control-error {
  border: 1px solid #E40046 !important;
}

.form-control-error-message {
  color: #E40046;
}

.form-control-inline {
  display: inline;
}

.form-required {
  color: #444;
}

.form-description {
  color: #707070;
  font-size: 13px;
  margin-top: 4px;
  font-weight: 400;
  line-height: 140%;
  x: 1.4;
  width: 450px;
}

.form-description-full {
  width: 100%;
}

.case-status-form-description {
  font-size: 14px;
	width: 445px;
}

.form-separator {
  margin: 20px 0;
  height: 1px;
  width: 462px;
  border-bottom: 1px solid #AECADE;
}

.form-separator-full {
  width: 100%;
}

.form-buttons {
  margin-top: 20px;
}

.sidebar-export-button, .sidebar-import-button {
  margin-top: 12px;
  height: 32px;
  flex-grow: 0;
  display: flex;
  background: transparent !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #1466b8!important;
  border: none !important;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

.sidebar-create-button {
  margin: 12px 0;
  background-color: #419276 !important;
  border: 1px solid #419276 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 8px;
  border-radius: 6px;
  gap: 4px;
  font-family: 'Arial', sans-serif;
}

.sidebar-create-button:hover {
  background-color: #207356 !important;
  border: 1px solid #207356 !important;
}

.form-message {
  background: #fff;
  border: 1px solid #AECADE;
  border-radius: 2px;
  padding: 6px 7px;
  line-height: 140%;
  x: 140%;
}

.form-box {
  background: #F5F5F5;
  border: 1px solid #AECADE;
  border-radius: 2px;
  padding: 10px;
  width: 440px;
}

.form-toolbar {
  float: right;
}

.form-indent {
  margin-left: 20px;
}

.form-box-indent {
  width: 420px;
}

.form-radio {
  margin-bottom: 2px;
}

.form-checkbox {
  margin-bottom: 12px;
}

.field-group {
  padding: 0 0 0 125px;
  clear: both;
  margin-bottom: 10px;
}

.field-group>label {
  float: left;
  margin-left: -140px;
  margin-top: 5px;
  text-align: right;
  width: 130px;
}

.feature-import-label {
  margin-left: 0px !important;
  width: auto !important;
}

.field-group>.form-control {
  display: inline-block;
}

.field-group-flex {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
}

.field-group-flex > .form-control {
  flex-grow: 1;
}

.field-description {
  color: #979797;
  font-size: 14px;
  margin-left: 10px;
  line-height: 140%;
  x: 120%;
}

.formattinglabel {
  display: flex;
  display: -ms-flexbox;
}

.checkbox-indent {
  margin-left: 5px;
}

.grid tr.group-header {
  background: #ebebeb;
}

.io-container-group {
  padding: 3px;
  background: #fff;
  border-radius: 2px
}

.group-header th {
  padding: 8px 1px;
}

select.form-control-small-item {
  width: 100%
}

.filter-dropdown-list-style {
  width: 100% !important;
  max-height: 90px;
  margin-bottom: 10px;
  overflow: auto;
  border: 1px solid #404040;
  border-radius: 2px;
}

/* Spacial handling of inline add */

.form-inline.addForm a.cancel {
  border: 1px solid #E40046;
  border-radius: 2px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.form-inline.addForm a.cancel>.icon-cancel {
  height: 22px;
  width: 22px;
  margin-bottom: -6px;
}

/* Range control */

input[type=range] {
  height: 27px;
  -webkit-appearance: none;
  margin: 10px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #5993BC;
  border-radius: 6px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 3px #000000;
  border: 0px solid #376789;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #5993BC;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #5993BC;
  border-radius: 6px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 3px #000000;
  border: 0px solid #376789;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #5993BC;
  border: 0px solid #000000;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #5993BC;
  border: 0px solid #000000;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 3px #000000;
  border: 0px solid #376789;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #5993BC;
}

input[type=range]:focus::-ms-fill-upper {
  background: #5993BC;
}

.form-fields {
  width: 100%;
}

.field-editor {
  overflow: auto;
  resize: vertical;
  font-size: 12px;
  font-family: 'Arial', Consolas, Menlo, "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier New, monospace;
  min-height: 100px;
}

.field-editor .attachment {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.dialogFormDefault input {
  width: 312px;
}

.dialogFormDefault span.form-description {
  font-weight: normal;
  margin-left: 5px;
}

.form-control-overflow {
  height: 100px;
  overflow: auto;
}

span.field-editor.form-control {
  background: #fff;
  padding: 5px;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
}

.activity-status-tab optgroup[label] {
  color: #5993BC;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 8px;
}

.activity-status-tab optgroup>option:checked {
  color: #ffffff;
  background-color: #767676;
  margin-left: -8px;
  padding-left: 28px;
}

.activity-status-tab optgroup>option {
  padding-top: 2px;
  padding-bottom: 2px;
}

.report-link .form-description {
  font-size: 14px !important;
}

.form-ul {
  font-size: 14px !important;
  margin-left: 20px;
}

.report-link .checkbox>label>b {
  font-weight: 700 !important;
}

.checkbox>label>b {
  font-weight: 700 !important;
}

.sub-table td.no-data-found,
.left-table td.no-data-found {
  text-align: center !important;
  vertical-align: top !important;
  padding-top: 20px !important;
}

.form-control-project-tab {
  border-right: 0px;
  width: 100%;
}

.field-link > * {
  width: auto;
}
.field-link > :first-child {
  flex-basis: 169px;
}
.field-link > :last-child {
  flex-basis: 331px;
}