:root {
  --theme-hue: 176;
  --theme-saturation: 100%;
  --theme-lightness: 31%;
  --theme-lightness-darker-1: 26%;
  --theme-lightness-darker-2: 21%;
  --duotone-saturation: 20%;
  --control-border-saturation: 5%;
  --theme-hue-invert: calc(var(--theme-hue) + 180);
}
/* ###### Table Details ###### */
td.numeric {
  white-space: nowrap;
  text-align: left;
}

th.columnNumeric {
  text-align: left;
}

.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 1;
  vertical-align: -0.125em;
  vertical-align: baseline;
  font-family: "Font Awesome 5 Pro";
}


.tool-tip .tool-tip-item .fix-link:hover {
  	text-decoration: underline;
}

#Navigate_AddRisk_CollectorVehicle {
  display: block;
  cursor: pointer;
  padding: 1px 15px;
  color: #1F1F1F;
  text-align: left;
}

/* Enable hiding for any input using the "disabledoptions" parameter: */
select[disabledoptions] option:disabled {
  display:none;
}

/* Standard table alignment for four columns of controls with labels */
table.twoCols {
  width:100%;
}
table.twoCols tr > :nth-child(2n-1) {
  width:30%;
}
table.twoCols tr > :nth-child(2n) {
  width:20%;
}

/* Standard table alignment for five columns of controls with labels */
table.fiveCols {
  width:100%;
}
table.fiveCols tr > :nth-child(1) {
  width:30%;
}
table.fiveCols tr > :nth-child(2) {
  width:20%;
}
table.fiveCols tr > :nth-child(3) {
  width:15%;
}
table.fiveCols tr > :nth-child(4) {
  width:10%;
}
table.fiveCols tr > :nth-child(5) {
  width:25%;
}

/* Standard table alignment for six columns of controls with labels */
table.sixCols {
  width:100%;
}
table.sixCols tr > :nth-child(1) {
  width:15%;
}
table.sixCols tr > :nth-child(2) {
  width:15%;
}
table.sixCols tr > :nth-child(3) {
  width:20%;
}
table.sixCols tr > :nth-child(4) {
  width:15%;
}
table.sixCols tr > :nth-child(5) {
  width:15%;
}
table.sixCols tr > :nth-child(6) {
  width:20%;
}