html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Verdana", Arial, sans-serif;
  font-size: 13px;
  overflow: hidden;
}
div.iv-main-container {
  display: flex;
  width: 100%;
  height: 100%;
}
body.browser-application.loading {
  padding-top: 80px;
  font-family: "Verdana", Arial, sans-serif;
}
body.browser-application {
  font-family: "Verdana", Arial, sans-serif;
}
div.iv-controlChart div.iv-chart-content {
  height: 300px;
  width: 100%;
}
div.iv-controlChart .legendLayer .background {
  fill: rgba(255, 255, 255, 0.85);
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 1;
}
/* 20160905: AK: LS-9731 Support cancel of confirmation results in micro result entry */
div.ls-micro-result-entry-module {
  /* 20160901: AK: LS-9731 Support cancel of confirmation results in micro result entry */
  /* 20160905: AK: LS-9731 Support cancel of confirmation results in micro result entry */
}
div.ls-micro-result-entry-module div.scanBox {
  padding-bottom: 10px;
  margin-left: 0px;
}
div.ls-micro-result-entry-module div.scanBox table.table div.iv-field {
  /*set space for hour glass*/
  padding-right: 16px;
}
div.ls-micro-result-entry-module div.scanBox table.table div.iv-field i {
  position: absolute;
}
div.ls-micro-result-entry-module div.loading {
  font-size: 12px;
  font-style: italic;
  color: #3a87ad;
  padding-bottom: 10px;
}
div.ls-micro-result-entry-module .table caption {
  text-align: left;
  font-weight: bold;
}
div.ls-micro-result-entry-module div.info {
  padding-bottom: 10px;
  margin-left: 0px;
}
div.ls-micro-result-entry-module th.text-center {
  text-align: center;
}
div.ls-micro-result-entry-module div.chooseConfirmationHeader {
  padding-top: 15px;
  padding-bottom: 10px;
}
div.ls-micro-result-entry-module table.content-margin {
  margin-bottom: 5px;
}
div.ls-micro-result-entry-module div.cancel-confirmations {
  display: inline;
  vertical-align: middle;
}
div.ls-micro-result-entry-module table tr.cancelled td {
  background-color: #eeeeee;
}
div.ls-micro-result-entry-module table tr.cancelled td div.iv-field {
  text-decoration: line-through;
}
div.ls-micro-result-entry-module table tr.cancelled td input {
  text-decoration: line-through;
  background-color: #eeeeee;
}
div.iv-orderform {
  height: 100%;
}
div.iv-orderform div.iv-form-content {
  height: auto;
  position: relative;
}
div.iv-orderform .table-auto-width {
  width: auto;
}
div.iv-orderform input.checkbox-alignment {
  margin: 2px;
}
div.iv-orderform table td.iv-header {
  line-height: 22px;
}
div.iv-orderform table td.iv-header div {
  padding: 2px;
}
div.iv-orderform table td.iv-form-cell div {
  padding: 2px;
}
div.iv-orderform table td.iv-form-cell div.iv-boolean-select {
  min-width: 32px;
}
div.iv-orderform table td.center {
  padding: 2px;
}
div.OrderModule {
  height: 100%;
}
div.OrderModule div.OrderModule-container {
  height: 100%;
}
.container-overflow {
  max-height: 400px;
  overflow: auto;
}
.container-width {
  width: 700px;
}
div.iv-order {
  height: 100%;
}
div.iv-order div.iv-form-content {
  height: auto;
  position: relative;
}
div.iv-order div.iv-form-content table tr td.iv-form-cell div.iv-readonly {
  background-color: #F0F0F0;
}
div.iv-order div.iv-form-content table tr td.iv-form-cell div.iv-readonly input {
  background-color: #F0F0F0;
}
div.iv-order div.iv-form-content table tr:hover td.iv-form-cell div.iv-readonly {
  background-color: #dbeafc;
}
div.iv-order div.iv-form-content table tr:hover td.iv-form-cell div.iv-readonly input {
  background-color: #dbeafc;
}
div.iv-order .table-auto-width {
  width: auto;
}
div.iv-order table td.iv-header {
  line-height: 22px;
}
div.iv-order table td.iv-header div {
  padding: 2px;
}
div.iv-order table td.iv-form-cell div {
  padding: 2px;
}
div.iv-order table td.iv-form-cell div.iv-boolean-select {
  min-width: 32px;
}
div.iv-order table td.center {
  padding: 2px;
}
div.iv-order .nav-right-margin {
  margin-right: 20px;
}
.iv-fullheight-noscroll {
  height: 100% !important;
  overflow: hidden;
}
div.iv-instrument div.iv-form table {
  table-layout: fixed;
}
div.iv-instrument div.iv-form table td.iv-header {
  line-height: 30px;
  height: 30px;
}
div.iv-instrument div.iv-form table td.iv-header div {
  overflow: hidden;
  border: 0;
}
div.iv-instrument div.iv-form table td.iv-form-cell {
  line-height: 30px;
  height: 30px;
}
div.iv-instrument div.iv-form table td.iv-form-cell div {
  overflow: hidden;
}
div.iv-instrument div.iv-form table div.iv-form-label {
  overflow: hidden;
}
div.iv-instrument div.iv-form table div.iv-field {
  border: 0;
  height: inherit;
}
div.iv-instrument div.iv-form table td.hovered div:first-of-type {
  border: 1px dashed #0054FF;
  box-sizing: border-box;
}
div.iv-instrument div.iv-form table .hover-text {
  overflow: visible !important;
  position: relative;
}
div.iv-instrument div.iv-form table .hover-text div {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
div.iv-instrument div.iv-form table .hover-text:hover div {
  overflow: visible;
  z-index: 99;
  width: auto !important;
  position: absolute;
  background-color: inherit;
}
div.iv-instrument .muted input {
  color: #aaaaaa !important;
  text-align: right;
  margin-left: -20px !important;
}
div.iv-instrument .unmuted input {
  font-weight: bolder;
  text-align: right;
  margin-left: -20px !important;
}
div.iv-instrument .error .iv-hasnotes {
  background-color: #ff4500 !important;
}
div.iv-instrument .warning .iv-hasnotes {
  background-color: #ffaa00 !important;
}
div.iv-instrument div.iv-form table tr.hovered td.iv-form-cell div.approved input.iv-number,
div.iv-instrument div.iv-form table tr:hover td.iv-form-cell div.approved input,
div.iv-instrument .approved,
div.iv-instrument .approved input {
  background-color: #aaddaa !important;
}
div.iv-instrument div.iv-form table tr.hovered td.iv-form-cell div.rejected input.iv-number,
div.iv-instrument div.iv-form table tr:hover td.iv-form-cell div.rejected input,
div.iv-instrument .rejected,
div.iv-instrument .rejected input {
  background-color: #dd7777 !important;
}
div.iv-instrument .selected {
  border: 1px dotted black !important;
  background-color: #ACDAE5;
  box-sizing: border-box;
}
div.iv-instrument .selected input {
  background-color: transparent;
}
div.iv-instrument textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.iv-instrument textarea-filldiv {
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 1px solid #999;
}
.iv-import-section {
  /* 20160718: PK: LS-8553 Custom settings for popup box size should not exceed browser window size for Import dialog */
  height: 84% !important;
  margin-top: 10px;
}
div.iv-instrumentarea .sequence-list {
  border-collapse: collapse;
  border: 1px solid #d9d6d6;
  max-height: 90%;
  position: relative;
  padding: 2px;
  overflow: auto;
  overflow-x: hidden;
}
div.iv-instrumentarea .sequence-list table {
  border: none;
  width: 100%;
}
/* 20160610: AP: LS-8966 Sequence : Lookup icon for search, falls off screen at Import Sequence dialog. */
.sequence-search {
  white-space: inherit !important;
}
div.iv-instrumentarea div.ui-dialog-content {
  overflow: hidden;
}
div.iv-instrumentarea div.iv-instrumentarea div.flowheight {
  height: 100%;
  min-height: 20px;
  position: relative;
}
div.iv-instrumentarea .list {
  border-collapse: collapse;
  border: 1px solid #d9d6d6;
  height: 90%;
  position: relative;
  padding: 2px;
  overflow: auto;
  overflow-x: hidden;
}
div.iv-instrumentarea .list-items {
  display: inline-block;
  width: 99%;
  height: 85%;
  min-height: 50px;
  padding-bottom: 30px;
  overflow: auto;
}
div.iv-instrumentarea .list-buttons {
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 30px;
  text-align: center;
}
div.iv-instrumentarea .list-header {
  height: 3em;
}
div.ProjectScheduleModule-container {
  height: 100%;
}
div.iv-projectschedule {
  height: 100%;
}
div.iv-projectschedule div.iv-form table td.iv-header div {
  border: 0;
}
div.iv-projectschedule div.iv-form table td.iv-field {
  line-height: 28px;
}
div.iv-projectschedule div.iv-form table div.iv-field {
  min-height: 28px;
  border: 0;
}
div.iv-projectschedule div.iv-form table td.text-center {
  text-align: center;
}
div.iv-projectschedule div.iv-form table td.preparation,
div.iv-projectschedule div.iv-form table td.cleanup,
div.iv-projectschedule div.iv-form table td.start,
div.iv-projectschedule div.iv-form table td.end,
div.iv-projectschedule div.iv-form table td.project {
  cursor: pointer;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
div.iv-projectschedule div.iv-form table td.borderleft {
  border-left: 1px solid black;
}
div.iv-projectschedule div.iv-form table td.borderright {
  border-right: 1px solid black;
}
div.iv-projectschedule div.iv-form .iv-date-range {
  border: 0px;
  margin-bottom: 5px;
}
div.iv-projectschedule div.iv-form .iv-date-range td {
  padding-left: 2px;
  padding-right: 2px;
}
div.iv-projectschedule div.sliderPosition {
  padding-top: 8px;
}
div.iv-incubationstart .auto-height {
  height: auto;
}
div.iv-ResultEntryModule {
  height: 100%;
}
div.iv-methodsheet div.iv-methodsheet-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 4px;
  border: 2px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top: 0;
  border-bottom: 0;
}
div.iv-methodsheet div.iv-methodsheet-row div.height-label {
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #00b2d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #00b2d9;
  margin: -2px -2px 0 0;
  color: #ffffff;
}
div.iv-methodsheet div.iv-methodsheet-row.selected {
  border-color: #00b2d9;
}
div.iv-methodsheet div.iv-db-grid div.cell {
  border: 1px solid #ffffff;
}
div.iv-methodsheet div.iv-db-grid div.row-fluid.selected div.cell {
  padding-left: 4px;
  padding-top: 30px;
  padding-bottom: 4px;
  padding-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #ff6a00;
  margin: 4px;
}
div.iv-methodsheet div.iv-db-grid div.cell {
  padding-left: 4px;
  padding-top: 30px;
  padding-bottom: 4px;
  padding-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #eeeeee;
  margin: 4px;
  position: relative;
}
div.iv-methodsheet div.cell div.title {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodsheet div.cell div.title-right {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodsheet div.cell div.menu {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodsheet div.iv-field div.htmlfield {
  overflow: hidden;
}
div.iv-methodentry .columncontainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.iv-methodentry .columncontent {
  flex: 1 1 auto;
  overflow-y: hidden;
}
div.iv-methodentry .columncontent .methodSheetModule {
  flex: 1 1 auto;
}
div.iv-methodentry div.methodsheet-contentheight {
  height: 100%;
}
div.iv-methodentry div.iv-content-scroll-y {
  overflow-y: scroll;
  overflow-x: auto;
  display: flex;
  height: inherit;
}
div.iv-methodentry .ms-flex-container {
  width: 100%;
  max-height: 100%;
  display: flex;
  color: black;
}
div.iv-methodentry .ms-flex-row {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  width: 100%;
}
div.iv-methodentry .cell {
  flex: 1;
  overflow: hidden;
  align-self: stretch;
}
div.iv-methodentry .ms-flex-column {
  display: flex;
  flex-direction: row;
}
div.iv-methodentry .ms-flex-container > .ms-flex-scrollable {
  overflow-y: auto;
  overflow-x: none;
  padding: 0.3em;
}
div.iv-methodentry .ms-flex-container > .iv-toolbar {
  flex: 1 0 auto;
}
div.iv-methodentry div.iv-db-grid div.cell {
  padding-left: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #eeeeee;
  margin: 4px;
}
div.iv-methodentry div.cell div.title {
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodentry div.cell div.title-right {
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodentry div.cell div.menu {
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #00b2d9;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  background-color: #00b2d9;
  color: #ffffff;
}
div.iv-methodentry div.sieveFractionModuleContainer {
  min-height: 450px;
}
div.sievefraction-module div.graph {
  min-height: 200px;
  height: 400px;
}
div.sievefraction-module div.graph .axisLabel {
  position: absolute;
  text-align: center;
  font-size: 12px;
}
div.sievefraction-module div.graph .yaxisLabel {
  top: 50%;
  left: 2px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
div.sieveSettings-module {
  height: 100%;
}
div.iv-availabilityRule {
  height: 100%;
}
div.iv-availabilityRule .table-condensed td {
  padding: 4px 5px;
}
div.iv-availabilityRule .dayText {
  padding-left: 5px;
}
div.iv-availabilityRule div.recurrence-selection-left {
  border-right: 1px solid #d4d4d4;
  padding-left: 6px;
}
div.iv-availabilityRule div.recurrence-padding {
  padding-left: 6px;
}
div.iv-availabilityRule span.recurrence-date {
  margin-left: 10px;
}
div.iv-availabilityRule span.recurrence-date input {
  margin-top: 12px;
  width: 100px;
}
div.iv-addSample {
  overflow: auto;
  height: 100%;
}
div.text-center {
  text-align: center;
}
.ls-image-annotation .selected {
  cursor: move;
}
.ls-image-annotation .contentPane {
  border: 1px dotted lightgrey;
  overflow: auto;
}
.ls-image-annotation .contentPane,
.ls-image-annotation .rightPane,
.ls-image-annotation .leftPane {
  height: 400px;
}
.ls-image-annotation .contentPane svg {
  overflow: auto;
}
.svg_select_points_lt {
  cursor: nw-resize;
}
.svg_select_points_rt {
  cursor: ne-resize;
}
.svg_select_points_rb {
  cursor: se-resize;
}
.svg_select_points_lb {
  cursor: sw-resize;
}
.svg_select_points_t {
  cursor: n-resize;
}
.svg_select_points_r {
  cursor: e-resize;
}
.svg_select_points_b {
  cursor: s-resize;
}
.svg_select_points_l {
  cursor: w-resize;
}
.svg_select_points_rot {
  stroke-width: 1;
  stroke: black;
  fill: #F9FFED;
}
.svg_select_points_point {
  cursor: move;
}
.svg_select_boundingRect {
  stroke-width: 1;
  fill: gray;
  stroke-dasharray: 10 10;
  stroke: black;
  stroke-opacity: 0.8;
  fill-opacity: 0.1;
  pointer-events: none;
  /* This ons is needed if you want to deselect or drag the shape*/
}
.pst-container {
  height: 100%;
  max-height: 100%;
}
.pst-content {
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}
.pst-container,
.pst-content {
  display: flex;
}
.pst-steps {
  flex: 0 1 auto;
  max-width: 30%;
}
.pst-step-config {
  flex: 1;
  width: auto;
}
.pst-steps,
.pst-step-config {
  overflow: auto;
  padding: 0.2em;
}
/* processtation */
div.iv-process-station div.iv-step {
  height: 100%;
  padding: 0px;
}
div.iv-process-station div.iv-step div.module {
  height: 100%;
}
/* 20160314: AK: LS-7472 style.less of process station module */
li.select-field-multiple label {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  display: block;
  line-height: 18px;
  color: #333333;
  cursor: pointer;
}
li.select-field-multiple label:hover,
label:focus {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #08c 0%, #0077b3 100%);
  background-image: -o-linear-gradient(top, #08c 0%, #0077b3 100%);
  background-image: linear-gradient(to bottom, #08c 0%, #0077b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  z-index: 2;
}
li.select-field-multiple input[type="checkbox"] {
  margin: 0;
}
.select-date-field {
  width: 230px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-radius: 6px;
}
.alert-no-margin div.alert {
  margin-bottom: 0px;
}
td.property-name-column {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.iv-SelectRackSample {
  overflow: auto;
  height: 100%;
}
div.iv-SelectRackSample .rack-selection:hover {
  background-color: grey;
}
div.iv-SelectRackSample .rack-selection {
  padding: 5px;
}
div.iv-SelectRackSample .rack-selection .active {
  background-color: darkgrey;
}
div.step input.checkBoxMargin {
  margin-left: 5px;
  margin-right: 0.5em;
  margin-bottom: 6px;
}
div.step span.normalText {
  font-weight: normal;
}
div.step div.step-information {
  padding-top: 20px;
  padding-left: 15px;
}
.modal-footer .btn.close {
  opacity: 1;
  filter: alpha(opacity=100);
}
td.text-center {
  text-align: center;
}
