/* Minification failed. Returning unminified contents.
(121,30): run-time error CSS1038: Expected hex color, found '#0005'
 */
.card-header:first-child {
    border-radius: 0;
}

.hidden {
    display: none;
}
.btn {
    cursor: pointer;
}
.inactive {
    opacity: .65;
    cursor: default;
}
.inline-block {
    display: inline-block;
}
.invisible {
    visibility: hidden;
}
.hiddenField {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
.text-normal{
    font-weight: normal;
}
.text-bold {
    font-weight: bold;
}
.text-title {
    text-transform: capitalize;
}
.text-line-through {
    text-decoration: line-through;
}
.w-80px {
    width: 80px;
}
.w-120px {
    width: 120px;
}
.w80 {
    width:80%;
}
.w90 {
    width:90%;
}
.w100 {
    width:100%;
}
.height-line-2 {
    height: auto;
    line-height: 2;
}
.font-size-1 {
    font-size: 1em;
}
.flex-gap-10 {
    gap: 10px;
}
.flex-gap-20 {
    gap: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.ml-auto{
    margin-left: auto;
}


.number {
    text-align: right;
}
.max-width-130 {
    max-width: 130px;
}
.max-width-200 {
    max-width: 200px;
}
.icon-chart{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(Content/img/chart-icon.svg);
    background-size: 20px 20px;
}
.breadcrumb {
    border: none;
    background: transparent;
    margin-bottom: 0;
    padding: 7px;
    justify-content: flex-end;
}

.breadcrumb-item {
	color: #E88509;;
}
.breadcrumb-item:hover {
    color: #E88509;;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "»";
    color: #E88509;
}

.border-left-gray {
    border-left: 1px solid #c8ced3;
}

.romlair-form .container {
	max-width: 1200px;
}


.application-toolbar {
	background: #3c4b64;
	box-shadow: 0px 0px 4px 2px #0005;
	z-index: 1;
}
.application-toolbar.bottom {
	background: #eef1f7;
}
.application-toolbar .btn {
	color: white;
	transition: all 300ms;
	background: #71b6d5;
}
.application-toolbar .btn.primary {
	background: rgb(4, 150, 213);
    transition: all 300ms;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.application-toolbar .btn.primary:hover {
    border: 2px solid orange;
}

.products.card .card-footer .custom-control-label {
    margin-bottom: .5rem;
}

.table-small th,
.table-small td
{
    padding: .5rem;
}
.table-section {
    margin: 30px 0;
}
.table-section table {
    background: #fff;
}
.table-header {
    border-top: 2px solid #20a8d8;
}

.table-compact th, .table-compact td {
    padding: 0.75rem 0.4rem;
}

.table-tiny th, .table-tiny td {
    padding: 0.15rem;
}
.detail-panel table {
    background: #fff;
}
.detail-panel table thead {
    color: #8a8989;
}
.detail-panel {
    display: none;
}
.detail-panel.open {
    display: table-row;
}

.loss-container .card-body{
    padding-left: 50px;
    padding-right: 50px;
}

.conditions-container .unit-label {
    margin-left: .75rem;
}

#collapseThree .container >.row {

    margin-bottom: 20px;
    box-shadow: 2px 2px 5px gray;
    padding: 10px;
    border-radius: 8px;
}

.dimensions {
    max-height: 500px;
    max-width: 100%;
}

/** jQueryUI Slider */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-corner-all {
	border-radius: 3px;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
/* /jQueryUI Slider */

/** Slider customization */
.ui-slider-vertical {
    width: 11px;
}
.ui-slider-range {
	background: linear-gradient(to right, #fff, #eee);
}
.ui-slider-handle {
    border-radius: 50%;
    background: linear-gradient(#bbbbbb, #dddddd);
    box-shadow: 0px 3px 3px #ccc;
}
.low .ui-slider-range {
    background: linear-gradient(to right, #008006, #008006AA) !important;
}
.medium .ui-slider-range {
    background: linear-gradient(to right, #FFFC0B, #FFFC0BAA) !important;
}
.high .ui-slider-range {
    background: linear-gradient(to right, #FF1000, #FF1000AA) !important;
}
/** /Slider customization */

.loss-container .slider-labels {
    display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 10px;
	height: 220px;
	position: relative;
	top: -10px;
}

#accordion-navigator {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#accordion-navigator > .card {
    overflow: hidden;
    min-height: 2.8em;
    flex-grow: 0;
    border-radius: 0;
    border-bottom: none;
    transition: all linear .5s;
}

#accordion-navigator > .card.current {
    flex-grow: 1;
}

.accordion-content {
    overflow: auto;
    height: 91%;
}
#selection-container .accordion-content {
    height: auto;
}

#chartComponent {
    width: 100%;
    height: 470px;
}

.products-container input:checked + label {
    display: block;
    background-color: #fff;
}
.products-container input:checked + label {
    border: 3px solid orange;
    padding: 5px;
}
.border-top-2-grey {
    border-top: 2px solid #c8ced3;
}
.border-top-1-grey {
    border-top: 1px solid #c8ced3;
}
.border-bottom-1-grey {
    border-bottom: 1px solid #c8ced3;
}

#fanSizeTable td {
    min-width: 6em;
}
.description-container {
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}
#description-toggle-control + .description-container {
    max-height: 200px;
}
#description-toggle-control:checked + .description-container {
    max-height: 600px;
}

table td.border-none {
    border: none;
}

.chartLegend .figure {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0px;
}
.chartLegend .lines .figure {
    width: 20px;
    height: 4px;
}
.chartLegend .dots .figure {
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.color-red {
    background: #C23531;
}
.color-blue {
    background: #2F4554;
}
.color-aqua {
    background: #61A0A8;
}
.color-brown-pale {
    background: #D48265;
}
.color-aqua-pale {
    background: #9167AE;
}

/** Scroll button */
#scrollIndicator {
  position: absolute;
  bottom: 110px;
  right: 43px;
  z-index: 2;
  display: inline-block;
}

#scrollIndicator span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #1f497d;
  border-bottom: 2px solid #1f497d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scrollIndicator span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scrollIndicator span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scrollIndicator span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes sdb07 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/** /Scroll button */
