/* COMPANY: 526613 - LAYOUT: 3 *//* responsive/default_4.css */
html {
	font-size: 18px;
	line-height: 1.5rem;
}
body {
	hyphens: auto;
}

.module {
	margin-top: 2rem;
}


.btn {
	height: auto;
	min-height: 40px;
}

.circle-container {
	height: 21rem;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.defaultTextContent header, 
.defaultTextContent header + div {
	padding-right: 0;
}


#header > div:first-child + div > div:last-child > div {
	width: auto !important;
}

#content > div,
#footer > div {
	padding-left: 20px;
	padding-right: 20px;
}

#content {
	padding-top: 80px;
}
	#footerContent,
	#footerDesc {
		width: 50%!important;
		float: left!important;
	}
	
input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea {
	font-size: inherit;
}

#header {
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 80px;
	
	& > div:first-child + div > div:first-child {
		min-width: 50vw;
	}
	
	&::before {
		display: none;
	}
	
	& > div:first-child + div {
		height: 80px;
		line-height: 80px;
	}
	
	& > div + div {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	& > div:first-child + div > div:last-child > .openMenuBtn.open + div#mainMenu * {
		width: 100vw;
		padding: 0;
	}
	& #headerNav {
		width: 100%;
		& ul li {
			display: none;
		}
		& > ul > li {
			width: 80px;
			text-align: center;
		}
	}
	
	& > div:first-child + div > div:last-child {
		position: absolute;
		top: 0;
		left: auto;
		bottom: auto;
		right: 0;
		width: 80px !important;
		
		& > div#mainMenu {
			display: block;
			text-align: left!important;
			width: 300px!important;
			max-width: 50vw;
			max-width: 50%;
			background: var(--orangeGradient);
			position: fixed;
			top: 80px;
			left: auto;
			right: -300px;
			height: calc(100% - 80px);
			padding-left: 0;
			overflow-y: scroll;
		}
		
		& > .openMenuBtn.open + div#mainMenu {
			display: block;
			transition: all 0.5s ease;
			right: 0!important;
			left: 0!important;
			transform: none;
			max-width: 100vw!important;
			width: 100vw!important;

			& * {
				display: block!important;
				min-height: 60px;
				line-height: 60px;
				text-align: center!important;
				max-width: 100vw!important;
			}
		}
				
		& > div#mainMenu li > ul li {
			height: 60px;
			background-color: rgba(0,0,0,0.1);
		}
	
		& .openMenuBtn {
			display: block;
			cursor: pointer;
			left: 0;
			&::before, 
			&::after, 
			& > i {
				background-color: var(--grayDark);
			}
		}
	}
}

.moduleBlockInner {
	margin: 0!important;
}	


/* MAIN MENU -> BURGER MENU */	
#mainMenu li.hidden {
	position: absolute!important;
}
#header > div:first-child + div > div:last-child > div#mainMenu ul {
	display: block;
}

#header > div:first-child + div > div:last-child > div > ul {
	left: 0;
	transform: none;
}

#header > div:first-child + div > div:last-child > div > ul > li {
	display: block;
	text-align: left;
	min-height: 40px;
	line-height: 40px;
	border-right: none!important;
	max-width: none;
	height: auto;
}
	#header > div:first-child + div > div:last-child > div > ul > li span {
		padding: 0 0.5rem;
	}
	#header > div:first-child + div > div:last-child > div > ul > li > ul {
		display: block;
		background-color: rgba(0,0,0,0.1);
	}

#header > div:first-child + div > div:last-child > div > ul  + ul.addMenu {
	border-top: 1px solid var(--grayLight);
	display: block;
}
	#header > div:first-child + div > div:last-child > div > ul  + ul.addMenu li * {
		text-align: left!important;
	}

#header > div:first-child + div > div:last-child > div#mainMenu li > ul {
	display: none;
}
	#header > div:first-child + div > div:last-child > div#mainMenu li.open > ul,
	#header > div:first-child + div > div:last-child > div#mainMenu li:hover > ul {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}
		#header > div:first-child + div > div:last-child > div > ul  + ul.addMenu li.open > ul,
		#header > div:first-child + div > div:last-child > div > ul  + ul.addMenu li:hover > ul {
			top: auto!important;
			bottom: 0;
		}

		#header > div:first-child + div > div:last-child > div#mainMenu li.open > ul li,
		#header > div:first-child + div > div:last-child > div#mainMenu li:hover> ul li {
			text-align: left;
			display: block;
		}

#header > div:first-child + div > div:last-child > div > ul > li.open::before,
#header > div:first-child + div > div:last-child > div > ul > li:hover::before {
	display: none!important;
}
	#header > div:first-child + div > div:last-child > div > ul > li.open > ul,
	#header > div:first-child + div > div:last-child > div > ul > li:hover > ul {
		position: relative;
		top: 0px;
	}

	#header > div:first-child + div > div:last-child > div > ul li.open > ul > li,
	#header > div:first-child + div > div:last-child > div > ul li:hover > ul > li {
		line-height: inherit;
	}

#header .addMenu [data-key="home"] {
	display: none!important;
}
		
#header > div:first-child + div > div:last-child > div > ul > li > ul > li > ul {
	width: 100%;
}
/*/HEADER*/


/* DEFAULT MODULE STYLES */


.offerPreviewNav {
	grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.myBarLegendX {
	& > * {
		display: none;
		&:first-child,
		&:last-child {
			display: block;
			width: 50%!important;
			&:first-child * {
				text-align: left!important;
			}
			&:last-child * {
				text-align: right!important;
			}
		}
	}
}

.transCalcWrapper .transCalcPriceBlock > div + div:not(.loading-square) {
	display: block;
	top: 20px;
}

.blockOverview > div {
	&.bg_color_transparent {
		border-radius: 0;
		padding-left: 0!important;	
	}
}

.bundleCalcWrapper [data-key="summary"] table {
	font-size: 1rem;
}

.multiSelect_wrapper .multiSelect_itemContainer .multiSelect_selectedItem {
	font-size: 1rem;
}

.hex.onlyDesc p {
	line-height: .8rem;
	font-size: .6rem;
}

/*a0aaab79166bd7c3dc057d96eddf1000*/#responsiveInfo_4 { display: block!important; }/* responsive/default_4.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%;
				& * {
					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_4 { 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;
	
	& .bundleCalcFeatureForm {
		& .not_clickable {
			& .checkbox {
				pointer-events: none;
			}
		}	
		& .force_checked {
			& input[type] + span > span {
				background-color: var(--clr-greenLight);	
			}
		}
	}
}

.bundleCalcWrapper * {
	box-sizing: border-box;
}
	.bundleCalcWrapper .btn {
		min-height: 30px;
		line-height: 30px;
	}
	.bundleCalcWrapper > 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"] > div:first-child > .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 > 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;
		
		& td,
		& th {
			line-height: 20px;
			padding: 2px 0;
			min-height: 40px;
			border: none!important;
		}
			& tr + tr td {
				border-top: 1px solid rgba(0,0,0,0.1)!important;
			}
		
		& tr + tr {}
			& tr + tr td {
				border-top: 1px solid rgba(0,0,0,0.1);
			}
		
		& td:first-child {
			width: 70%;
		}
		& tfoot * {
			font-weight: bold;
		}
		& td i {
			display: block;
			font-size: .7rem;
			line-height: .8rem;
			color: #999;
		}
	}
		
	.bundleCalcWrapper [data-key="overview"] {
		margin-top: 1rem;
		
		& > * {
			& > *:not(table):not(.actions) {
				padding-right: 100px;
			}
			position: relative;
			& + * {
				margin-top: .5rem;
			}
		}
			
		& > * > i {
			display: block;
			font-size: 0.7rem;
			color: rgba(0,0,0,0.7);
			font-style: normal;
			line-height: 1.3rem;
			& + span {
				display: block;
				font-weight: bold;
			}
		}
		
		& > * .actions {
			width: 90px;
			overflow: hidden;
			position: absolute;
			top: 0;
			right: 0;
			
			& > * {
				float: left;
				width: 30px;
				height: 40px;
				line-height: 40px;
				cursor: pointer;
				text-align: center;
				opacity: 0.6;
				&: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"] > :first-child {
		background-color: rgba(0,0,0,.3);
		display: block;
		padding: 1rem;
		line-height: 1.7em;
		margin-bottom: 1rem;
	}

	.bundleCalcWrapper [data-key="invalid"] > div:last-child > * {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
		.bundleCalcWrapper [data-key="invalid"] > div:last-child > * + * {
			border-top: 2px solid rgba(255,255,255,.5);
		}

	.bundleCalcWrapper [data-key="invalid"] > div:last-child > * > * {
		padding: 0 1rem;	
	}
		.bundleCalcWrapper [data-key="invalid"] > div:last-child > * > :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 > i,
	.bundleCalcFeatureForm label > span i {
		position: absolute;
		top: 0;
		right: 0px;
		width: 40px;
		height: 40px;
	}
		.bundleCalcFeatureForm label.checkbox > span,
		.bundleCalcFeatureForm label.radio > span {
			line-height: 40px!important;
		}

		.bundleCalcFeatureForm label > i,
		.bundleCalcFeatureForm label > span i {
			background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1536 1536"><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"></path></svg>');
			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] > 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] > i:last-child:hover {
				opacity: 1;
			}
			.inputBlock[data-feature_id].hasComment > i:last-child {
				opacity: 1;
				color: #97BF0D;
			}
			.inputBlock[data-feature_id] > 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 {
	& [data-key="overview"] {
		& label {
			display: block;
			padding: 0!important;
			
			& > input {
				display: none;
			}
		}
		
		& table {
			margin-top: .5rem;
			table-layout: fixed;
			width: 100%;
			background-color: rgba(0,0,0,.1);
			
			& td {
				padding: 0 5px;
				line-height: 25px;
			}
			
			& tfoot {
				& * {
					background-color: rgba(0,0,0,.05);
				}
				& > :first-child {
					display: none;	
				}
			}
		}
		
		& label > input:not(:checked) + table {
			& tbody {
				display: none;
			}
		}
	}
}


fieldset {
	padding: 1rem;
	padding-top: 0;
	margin-bottom: 1rem;
	background-color: rgba(0,0,0,.05);
	& legend {
		background-color: #CCC;
		padding: 0 1rem;
		font-size: inherit;
		font-weight: bold;
	}
}

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

/* responsive/module_12_4.css */
.blockOverview {}
	.blockOverview > div {
		min-width: 100%;
	}
	.blockOverview .placeholder {
		display: none;
	}
	
.module[data-module_type="12"] {
	.blockOverview > div {
		height: auto!important;
		& > * {
			height: auto!important;
		}
	}
}

/*7bbd04b2503815b62fa6066a05e3906c*/#responsiveInfo_4 { display: block!important; }/* responsive/module_12_4.css */

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


/*4421caef5eb53e808f6e6ab09f61a775*/#responsiveInfo_4 { display: block!important; }/* responsive/module_14_4.css */

/* responsive/module_15_4.css */
.module[data-module_type="15"] > header + div > .iconInput {
	margin: 0 auto;
	width: 90%;		
}

/*49ab28ed1cb05b66e1343f45733bab44*/#responsiveInfo_4 { display: block!important; }/* responsive/module_15_4.css */

/* responsive/module_20_4.css */
.fadeInBlock[data-type="20"] {
	z-index: 20;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	float: none;
	width: 100%!important;
	& + & {
		margin-top: 1rem!important;
	}
	
	&.active {
		margin-left: 0!important;
		margin-right: 0!important;
		margin-top: 0!important;
		margin-bottom: 0!important;	
	}
}

/*6e9f7a51a7bc70fbb38582339951958a*/#responsiveInfo_4 { display: block!important; }/* responsive/module_20_4.css */

/* responsive/module_28_4.css */
.module[data-module_type="28"] .defaultSlider .oc {
	overflow: hidden;
	height: auto;
}

.module[data-module_type="28"] .defaultSlider > div > * > span:first-child + div > p, 
.module[data-module_type="28"] .defaultSlider > div > * > span:first-child + div > p + div {
	width: 100%!important;
	float: none!important;
	padding-right: 0!important;
}

/*3e250adebeee52fee8761d6ad43f351b*/#responsiveInfo_4 { display: block!important; }/* responsive/module_28_4.css */

/* responsive/module_31_4.css */
.overlay-inner {
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
}

/*f113047bd01d217637c7957d7df0785a*/#responsiveInfo_4 { display: block!important; }/* responsive/module_31_4.css */

/* responsive/module_42_4.css */
.module[data-module_type="42"] {
	& > header + div {
		height: auto;
		max-height: none;
		
		& figure:first-child,
		& figure:first-child + figure {
			position: relative;
			top: 0;
			left: 0;
			margin-left: 0;
			width: 100%;
		}
		& .figure-content {
			display: none;
		}
		& figure .figure-key {
			margin: 0;
			padding: 0!important;
			position: relative;
			left: auto;
			right: auto!important;
		}	
	}
}


/*fa85fe5568b8d7524afc462b96f9f238*/#responsiveInfo_4 { display: block!important; }/* responsive/module_42_4.css */

/* responsive/module_59_4.css */
.module[data-module_type="59"].bundleCalcWrapper {
	padding: 1rem;
	& > section {
		display: block;
	}
	& .inputBlock {
		padding-left: 0;
		background-color: transparent;
	}
	
	& .bundleCalcBasicForm .inputBlock {
		& label {
			font-size: 1rem;
		}
	}
}

/*b406f100bce6aac2408db59c35529f33*/#responsiveInfo_4 { display: block!important; }/* responsive/module_59_4.css */

