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;
}
