<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMPANY: 51124 - LAYOUT: 3 *//* responsive/default_3.css */
/* GRID */
.grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))!important;
    grid-gap: 20px!important;
}
.column, .columns {
	width: 100%!important;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-left: 0!important;
	margin-right: 0!important;
}
	.column + *, .columns + * {
		margin-top: 20px!important;
	}
/* /GRID */

/*HEADER*/
#header &gt; div:first-child + div &gt; div:first-child {
	width: 30%;
}
	#header &gt; div:first-child + div &gt; div:first-child &gt; div {
		max-width: 100%;
		text-align: center;
		padding: 0 10px;
	}
		#header &gt; div:first-child + div &gt; div:first-child &gt; div &gt; img {
			max-width: 90%;
			top: 50%;
			position: relative;
			transform: translate(0,-50%);
			display: block;
		}
		
		#header &gt; div:first-child + div &gt; div:last-child {
			width: 70%;
		}
		
	
#header &gt; div:first-child &gt; div &gt; ul:first-child {
	display: none;
}
	#header &gt; div:first-child &gt; div &gt; ul:first-child + ul {
		width: 100%;
	}

	
	#header &gt; div:first-child + div &gt; div:last-child &gt; div &gt; ul li.open &gt; ul,
	#header &gt; div:first-child + div &gt; div:last-child &gt; div &gt; ul li.open &gt; ul &gt; li {
		display: none!important;
	}
		
	#header &gt; div:first-child + div &gt; div:last-child &gt; div &gt; ul li:hover &gt; ul,
	#header &gt; div:first-child + div &gt; div:last-child &gt; div &gt; ul li:hover &gt; ul &gt; li {
		display: block!important;
	}

	
	

/* FORM */
.myForm .controls {
	margin-top: 0!important;
}
/* /FORM */

/*a8f40a3f566919a13f945dc00b8e53cd*/#responsiveInfo_3 { display: block!important; }/* responsive/default_3.css */

/* /home/industrystock/backend/private/modules/MULTISELECT/css/multiselect.css */
	.multiSelect_wrapper {
		width: 100%;
		position: relative;
		background-color: #FFF;
	}
		.multiSelect_wrapper * {
			color: #555!important;
			text-align: left!important;
		}
			.multiSelect_wrapper .multiSelect_value_input {
				display: none!important;
			}
		
		.multiSelect_wrapper .multiSelect_selectContainer {
			z-index: 100!important;
		}
			.multiSelect_wrapper .multiSelect_selectContainer select {
				border: 1px solid black/*[COLOR::gray_light]*/;
				padding: 0 0.5rem;
				margin: 0;
			}
			.multiSelect_wrapper .multiSelect_selectContainer select,
			.multiSelect_wrapper .multiSelect_selectContainer select * {
				line-height: 20px!important;
			}
			
			.multiSelect_wrapper .multiSelect_selectContainer select option {
				outline: none;
			}
				.multiSelect_wrapper .multiSelect_selectContainer select option.disabled {
					display: none!important;
					pointer-events: none;
				}
			
		.multiSelect_wrapper .multiSelect_itemContainer {
			padding-bottom: 0px;
			overflow: hidden;
			border-bottom: none;
			background-color: rgba(0,0,0,0.1);
		}
			.multiSelect_wrapper.disabled .multiSelect_itemContainer {
				border: 1px solid black/*[COLOR::gray_light]*/!important;
			}
		.multiSelect_wrapper .multiSelect_selectContainer {
			width: inherit;
			overflow: hidden;
		}
			.multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem {
				cursor: default;
				background-color: rgba(255,255,255,0.6);
				position: relative;
				height: 40px;
				line-height: 40px;
				padding: 0 0.5rem;
				padding-right: 30px;
				float: left;
				font-size: 11px;
				max-width: 50%;
				&amp; * {
					line-height: 40px;
				}
			}
				.multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem:nth-child(2n) {
					background-color: rgba(255,255,255,0.1);
					
				}
				.multiSelect_wrapper:not(.disabled) .multiSelect_itemContainer .multiSelect_selectedItem:hover {
					background-color: #FFF;
				}
				.multiSelect_wrapper:not(.disabled) .multiSelect_itemContainer .multiSelect_selectedItem.active {
					background-color: black/*[COLOR::green_light]*/;
					color: #FFF;
					opacity: 1!important;
				}
				
				.multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem .multiSelect_selectedItemIcon {
					cursor: pointer;
					position: absolute;
					top: 0px;
					right: 0px;
					width: 30px;
					height: 40px;
					line-height: 40px;
					text-align: center!important;
					font-family: FontAwesome!important;
				}
					.multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem .multiSelect_selectedItemIcon::before {
						content: "\f00d";
					}
	
		.multiSelectAutocompleteWrapper {}
			.multiSelectAutocompleteWrapper input.multiSelect {
				background-color: #FFF;
				margin: 0!important;
			}
			
			
			.multiSelectAutocompleteWrapper .multiSelect_itemContainer {
				max-height: 150px;
				overflow-y: auto;
			}
				
	.multiSelectAddAll,
	.multiSelectRemoveAll {
		overflow: hidden;
		text-align: center;
		height: 25px;
		line-height: 25px;
		cursor: pointer;
		text-align: center!important;
		width: 50%;
		padding: 0;
		color: #FFF;
	}
		
	.multiSelect_wrapper .help-block {
		text-align: center!important;
		margin-bottom: -1px;
		color: #990000!important;
	}
	
	
	
	.multiSelect_wrapper.disabled {
		background-color: transparent!important;
	}
		.multiSelect_wrapper.disabled .multiSelectAddAll,
		.multiSelect_wrapper.disabled .multiSelectRemoveAll,
		.multiSelect_wrapper.disabled input,
		.multiSelect_wrapper.disabled select {
			display: none;
		}
		.multiSelect_wrapper.disabled .multiSelect_selectedItem {
			padding-right: 5px;
		}
			.multiSelect_wrapper.disabled .multiSelect_selectedItemIcon {
				display: none!important;
			}

/*2c5af82d7783509759e1976a44fdb460*/#responsiveInfo_3 { display: block!important; }/* /home/industrystock/backend/private/modules/MULTISELECT/css/multiselect.css */

/* /home/industrystock/backend/private/modules/BUNDLE_CALC/css/bundle_calc.css */
#contentContainer {
	margin: 0 !important;
	padding-bottom: 0 !important;
}

.bundleCalcWrapper {
	background-color: #FFF;
	padding: 1rem;
	position: relative;
	min-height: 100vh;
	margin-bottom: 10rem !important;
	
	&amp; .bundleCalcFeatureForm {
		&amp; .not_clickable {
			&amp; .checkbox {
				pointer-events: none;
			}
		}	
		&amp; .force_checked {
			&amp; input[type] + span &gt; span {
				background-color: var(--clr-greenLight);	
			}
		}
	}
}

.bundleCalcWrapper * {
	box-sizing: border-box;
}
	.bundleCalcWrapper .btn {
		min-height: 30px;
		line-height: 30px;
	}
	.bundleCalcWrapper &gt; section {
		padding-right: 40%;
	}
		.bundleCalcWrapper select[name="bundle_id"] {
			margin-bottom: 1rem;
		}
		.bundleCalcWrapper [data-key="features"] .inputBlock {
			position: relative;
			min-height: 40px;
			padding-left: 10px;
		}
			.bundleCalcWrapper [data-key="features"] &gt; div:first-child &gt; .inputBlock:first-child {
				border: none;
			}
			.bundleCalcWrapper [data-key="features"] .inputBlock label {
				line-height: 40px;
				min-height: 40px;
			}
			.bundleCalcWrapper [data-key="features"] .inputBlock input,
			.bundleCalcWrapper [data-key="features"] .inputBlock select {
				line-height: 40px;
				min-height: 40px;
			}
				.bundleCalcWrapper [data-key="features"] .inputBlock label &gt; span {
					min-height: 25px;
					line-height: 25px;
					display: block;
					padding-right: 40px;
				}
			
		.bundleCalcWrapper [data-key="basic"] {
			padding-bottom: 1rem;
			margin-bottom: 2rem;
			border-bottom: 2px solid rgba(0,0,0,.2);
		}
			.bundleCalcWrapper [data-key="basic"] .inputBlock {
				margin: 0;
				padding: 0!important;
				margin-bottom: 0.5rem;
			}
				.bundleCalcWrapper [data-key="basic"] .inputBlock:not(.full) {
					display: grid;
					grid-template-columns: 40% 60%;
				}
				.bundleCalcWrapper [data-key="basic"] .inputBlock label:not(.checkbox):not(.radio) {}
				
.bundleCalcWrapper [data-key="aside"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	padding: 1rem;
	overflow-y: auto;
	background-color: #FFF;
	min-height: 100vh;
	padding-bottom: 10rem;
}
	.bundleCalcWrapper [data-key="summary"] table {
		table-layout: fixed;
		width: 100%;
		font-family: monospace;
		margin-bottom: 1rem;
		font-size: .7rem;
		
		&amp; td,
		&amp; th {
			line-height: 20px;
			padding: 2px 0;
			min-height: 40px;
			border: none!important;
		}
			&amp; tr + tr td {
				border-top: 1px solid rgba(0,0,0,0.1)!important;
			}
		
		&amp; tr + tr {}
			&amp; tr + tr td {
				border-top: 1px solid rgba(0,0,0,0.1);
			}
		
		&amp; td:first-child {
			width: 70%;
		}
		&amp; tfoot * {
			font-weight: bold;
		}
		&amp; td i {
			display: block;
			font-size: .7rem;
			line-height: .8rem;
			color: #999;
		}
	}
		
	.bundleCalcWrapper [data-key="overview"] {
		margin-top: 1rem;
		
		&amp; &gt; * {
			&amp; &gt; *:not(table):not(.actions) {
				padding-right: 100px;
			}
			position: relative;
			&amp; + * {
				margin-top: .5rem;
			}
		}
			
		&amp; &gt; * &gt; i {
			display: block;
			font-size: 0.7rem;
			color: rgba(0,0,0,0.7);
			font-style: normal;
			line-height: 1.3rem;
			&amp; + span {
				display: block;
				font-weight: bold;
			}
		}
		
		&amp; &gt; * .actions {
			width: 90px;
			overflow: hidden;
			position: absolute;
			top: 0;
			right: 0;
			
			&amp; &gt; * {
				float: left;
				width: 30px;
				height: 40px;
				line-height: 40px;
				cursor: pointer;
				text-align: center;
				opacity: 0.6;
				&amp;:hover {
					opacity: 1;
				}
			}
		}
	}
		
				
.bundleCalcWrapper [data-key="invalid"] {
	margin-top: 1rem;
	line-height: 40px;
	padding: 1rem 1rem;
	background-color: rgba(200,0,0,1);
	color: #FFF;
}
	.bundleCalcWrapper [data-key="invalid"] &gt; :first-child {
		background-color: rgba(0,0,0,.3);
		display: block;
		padding: 1rem;
		line-height: 1.7em;
		margin-bottom: 1rem;
	}

	.bundleCalcWrapper [data-key="invalid"] &gt; div:last-child &gt; * {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
		.bundleCalcWrapper [data-key="invalid"] &gt; div:last-child &gt; * + * {
			border-top: 2px solid rgba(255,255,255,.5);
		}

	.bundleCalcWrapper [data-key="invalid"] &gt; div:last-child &gt; * &gt; * {
		padding: 0 1rem;	
	}
		.bundleCalcWrapper [data-key="invalid"] &gt; div:last-child &gt; * &gt; :last-child {
			text-align: right;	
		}
	
		
.bundleCalcWrapper .btn.full {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.bundleCalcWrapper .radioColl + .radioColl,
.bundleCalcWrapper .radioColl + .inputBlock {
	margin-top: 2rem;
}

.bundleCalcFeatureForm label {
	position: relative;
}
	.bundleCalcFeatureForm label &gt; i,
	.bundleCalcFeatureForm label &gt; span i {
		position: absolute;
		top: 0;
		right: 0px;
		width: 40px;
		height: 40px;
	}
		.bundleCalcFeatureForm label.checkbox &gt; span,
		.bundleCalcFeatureForm label.radio &gt; span {
			line-height: 40px!important;
		}

		.bundleCalcFeatureForm label &gt; i,
		.bundleCalcFeatureForm label &gt; span i {
			background-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1536 1536"&gt;&lt;path fill="currentColor" d="M1024 1248v-160q0-14-9-23t-23-9h-96V544q0-14-9-23t-23-9H544q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zM896 352V192q0-14-9-23t-23-9H672q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5T1153.5 1433T768 1536t-385.5-103T103 1153.5T0 768t103-385.5T382.5 103T768 0t385.5 103T1433 382.5T1536 768z"&gt;&lt;/path&gt;&lt;/svg&gt;');
			background-size: contain;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 50%;
		}

.bundleCalcFeatureForm .radioColl {
	background-color: rgba(0,0,0,0.03);
}
.bundleCalcFeatureForm .inputBlock {
	background-color: rgba(0,0,0,0.06);
}
	.bundleCalcFeatureForm .inputBlock:nth-child(2n) {
		background-color: rgba(0,0,0,0.03);
	}
	

	
.bundleCalcFeatureCommentContainer {
	margin-top: -5px;
	margin-bottom: 1rem;
}
	.bundleCalcFeatureCommentContainer textarea {
		border: none!important;
		outline: none;
		background-color: #F5F5DC;
		padding: 5px 10px!important;
	}

	.inputBlock.hidden + .bundleCalcFeatureCommentContainer {
		display: none;
	}

	.inputBlock[data-feature_id] {
		padding-right: 40px;
		position: relative;
	}
		.inputBlock[data-feature_id] &gt; i:last-child {
			width: 40px!important;
			height: 40px;
			line-height: 40px;
			text-align: center;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			cursor: pointer;
			font-size: 16px;
			opacity: 0.3;
		}
			.inputBlock[data-feature_id] &gt; i:last-child:hover {
				opacity: 1;
			}
			.inputBlock[data-feature_id].hasComment &gt; i:last-child {
				opacity: 1;
				color: #97BF0D;
			}
			.inputBlock[data-feature_id] &gt; i:last-child:before {
				content: "\f075";		
				font-family: 'FontAwesome';
			}
		.inputBlock[data-feature_id] + .bundleCalcFeatureCommentContainer {
			display: none;
		}
			.inputBlock[data-feature_id].hasComment + .bundleCalcFeatureCommentContainer {
				display: block;
			}
			
			
			

.bundleCalcWrapper {
	&amp; [data-key="overview"] {
		&amp; label {
			display: block;
			padding: 0!important;
			
			&amp; &gt; input {
				display: none;
			}
		}
		
		&amp; table {
			margin-top: .5rem;
			table-layout: fixed;
			width: 100%;
			background-color: rgba(0,0,0,.1);
			
			&amp; td {
				padding: 0 5px;
				line-height: 25px;
			}
			
			&amp; tfoot {
				&amp; * {
					background-color: rgba(0,0,0,.05);
				}
				&amp; &gt; :first-child {
					display: none;	
				}
			}
		}
		
		&amp; label &gt; input:not(:checked) + table {
			&amp; tbody {
				display: none;
			}
		}
	}
}


fieldset {
	padding: 1rem;
	padding-top: 0;
	margin-bottom: 1rem;
	background-color: rgba(0,0,0,.05);
	&amp; legend {
		background-color: #CCC;
		padding: 0 1rem;
		font-size: inherit;
		font-weight: bold;
	}
}

/*31ee2b109b2f4af1eea4764ddad918b8*/#responsiveInfo_3 { display: block!important; }/* /home/industrystock/backend/private/modules/BUNDLE_CALC/css/bundle_calc.css */

/* responsive/module_11_3.css */
.fadeInContainer {
	&amp; [data-type="6"] &gt; div &gt; div + div, 
	&amp; [data-type="9"] &gt; div &gt; div + div {
		min-height: 0;
	}
	&amp; [data-type="8"] &gt; div &gt; div:first-child {
		padding-right: 2rem;
	}
		&amp; [data-type="6"] &gt; div &gt; div + div &gt; div, 
		&amp; [data-type="9"] &gt; div &gt; div + div &gt; div, 
		&amp; [data-type="11"] &gt; div &gt; div + div &gt; div, 
		&amp; [data-type="12"] &gt; div &gt; div + div &gt; div {
			height: auto!important;
		}

	&amp; [data-type="13"] {
		width: 100%!important;
		padding-right: 20px!important;
		padding-left: 20px!important;
		padding-top: 0!important;
		margin-top: 0!important;
		padding-bottom: 0!important;
		margin-bottom: 0!important;
		&amp; &gt; div &gt; div:first-child &gt; span {
			top: 0;
			bottom: auto;
			left: 50%;
			margin-left: -25px;
			margin-top: -25px;
			&amp; + span {
				left: 50%;
				right: auto;
				top: auto;
				bottom: 0;
				margin-right: 0;
				margin-left: -25px;
				margin-bottom: -25px;
			}
		}

		&amp; &gt; div {
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
			&amp;:first-child &gt; div {
				-webkit-border-radius: 10px 10px 0px 0px;
				border-radius: 10px 10px 0px 0px;
			}
			&amp;:last-child &gt; div {
				-webkit-border-radius: 0px 0px 10px 10px;
				border-radius: 0px 0px 10px 10px;
			}
	}
		
	&amp; [data-type="6"] {
		width: 50%!important;
		&amp;:nth-child(2n+1) {
			clear: both;
		}
	}
	
	&amp; [data-type="6"], 
	&amp; [data-type="8"], 
	&amp; [data-type="9"], 
	&amp; [data-type="11"], 
	&amp; [data-type="12"], 
	&amp; [data-type="13"] {
		padding: 0;
	}
	
	&amp; [data-type="6"] &gt; div &gt; div:first-child {
		height: auto;
		line-height: 2rem;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	&amp; [data-type="8"] &gt; div &gt; div:first-child {
		height: auto;
		line-height: 1.7rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	
	&amp; [data-type="13"] &gt; div {
		min-height: 0;
		&amp; &gt; div + div {
			position: relative;
			top: 0;
			transform: none;
		}
	}
}

.fadeInBlock &gt; div {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
}

/*47ac7b35c524164cb0e8dfce139ffd92*/#responsiveInfo_3 { display: block!important; }/* responsive/module_11_3.css */

/* responsive/module_13_3.css */


/*85b18602cf5ecd137a89712b682c92d9*/#responsiveInfo_3 { display: block!important; }/* responsive/module_13_3.css */

/* responsive/module_14_3.css */
.userOverview &gt; div {	grid-template-columns: repeat(auto-fill, minmax(40%, 1fr))!important;	}
.userOverview[data-max="1"] &gt; div {	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr))!important;	}
.userOverview[data-max="2"] &gt; div {	grid-template-columns: repeat(auto-fill, minmax(50%, 1fr))!important;	}

/*591bccd2be4770e6c98058bc98e05405*/#responsiveInfo_3 { display: block!important; }/* responsive/module_14_3.css */

/* responsive/module_28_3.css */


/*693545744dbe7c0ea7d7a456d782da5e*/#responsiveInfo_3 { display: block!important; }/* responsive/module_28_3.css */

</pre></body></html>