.downloadbookletlinke{
    padding-left: 38px;
    background-size: 28px 28px;
    background-position: left center;
    background-repeat: no-repeat;
    align-items: center;
	background-image: url('/assets/images/icons/pdf.svg');
	color: inherit;
	margin-left: -32px;
}
.chapter-header{
	display: none;
}
.chapter-header-active{
	display: block !important;
}
.booklet_main{
	padding-top:24px;
	width: 100%;
	margin: 0 auto;	
}

.booklet_main .booklet_content .chapter_page_wrapper .point {
	max-width: 100%;
    padding-left: 4%;
    padding-right: 2%;
}

#toc-control{
	justify-content: space-between;
	height: 42px;
	align-items: center;
	text-align: center;
	border-top:1px solid #aaaaaa;
	margin-top:-2px;
	border-radius: 0px 0px 6px 6px;
		padding-left:12px;
	padding-right:12px;
}
#toc-control>div{
	width: 50%;

}
#toc-control .next{
	background-image:url("/assets/images/icons/toc-next.svg");
	background-size:8px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:18px;
}
#toc-control .previous{
	background-image:url("/assets/images/icons/toc-previous.svg");
	background-size:8px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}
#toc-control .next-gray{
	background-image:url("/assets/images/icons/toc-next-gray.svg");
	background-size:8px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:18px;
	
}
#toc-control .previous-gray{
	background-image:url("/assets/images/icons/toc-previous-gray.svg");
	background-size:8px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
}


.subscription_wrapper{
	padding:100px 0;
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
	position: relative;
}

.subscription_wrapper .booklet_image_wrapper{
	width: 30%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.electricalinstallations .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-electrical-installations.png')
}
.fireserviceinstallations .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-fire-service-installations.png')
}
.hvacinstallations .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-hvac-installations.png')
}
.liftandescalatorinstallations .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-lift-and-escalator-installations.png')
}
.gasutilisationfacilities .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-gas-utilisation-facilities.png')
}
.solarphotovoltaicsystems .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-solar-photovoltaic-systems.png')
}
.solarwaterheatingsystems .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-solar-water-heating-systems.png')
}
.vehiclefuelsystem .subscription_wrapper .booklet_image_wrapper .booklet_image{
	background-image:url('/assets/images/booklet-inside-vehicle-fuel-system.png')
}


.subscription_wrapper .booklet_image_wrapper .booklet_image{
	text-align: center;
	width: 400px;
	height:400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.subscription_wrapper .booklet_subcrip_action{
	width: 100%;
	padding-left:2%;
	padding-right:2%;
	position: relative;
	padding-bottom:240px;
}
.subscription_wrapper .booklet_subcrip_action .pointpointer{
	position: absolute;
	bottom:0;
	left:0px;
	width: 300px;
	height: 200px;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;	
}
.subscription_wrapper .booklet_subcrip_action .title{
	font-size:1.05em !important;
	font-weight: 600;
	margin-bottom:18px;
}
.subscription_wrapper .booklet_subcrip_action .content{
	font-size:0.8em !important;
	margin-bottom:24px;
	line-height: 21px;
}
.subscription_wrapper .booklet_subcrip_action .inputbox{
	height: 48px;
	border: 1px solid #dddd;
	border-radius: 24px;
	justify-content: space-between;
}

#openSubscriptionFormBooklet{
	line-height: 42px;
	text-align: center;
	padding-left:24px;
	padding-right:24px;
	color: white;
	border-radius: 8px;	
	max-width: 240px;
}
.electricalinstallations #openSubscriptionFormBooklet{
	background: #0072FF;

}
.fireserviceinstallations #openSubscriptionFormBooklet{
	background: rgba(212, 141, 64, 1);
}
.hvacinstallations #openSubscriptionFormBooklet{
	background: rgb(140, 81, 50);
}
.liftandescalatorinstallations #openSubscriptionFormBooklet{
	background: rgb(75, 111, 62);
}
.gasutilisationfacilities #openSubscriptionFormBooklet {
	background: #00B4D8;
}
.solarphotovoltaicsystems #openSubscriptionFormBooklet{
	background: #1F4FFF;
}

.solarwaterheatingsystems #openSubscriptionFormBooklet{
	background: #FF8800;
}

.vehiclefuelsystem #openSubscriptionFormBooklet{
	background: #007200;
}


.electricalinstallations .booklet_subcrip_action .inputbox .button{
	background: #0072FF;
}
.fireserviceinstallations .booklet_subcrip_action .inputbox .button{
	background: rgba(212, 141, 64, 1);
}
.hvacinstallations .booklet_subcrip_action .inputbox .button{
	background: rgb(140, 81, 50);
}
.liftandescalatorinstallations .booklet_subcrip_action .inputbox .button{
	background: rgb(75, 111, 62);
}
.gasutilisationfacilities .booklet_subcrip_action .inputbox .button {
	background: #00B4D8;
}
.solarphotovoltaicsystems .booklet_subcrip_action .inputbox .button{
	background: #1F4FFF;
}

.solarwaterheatingsystems .booklet_subcrip_action .inputbox .button{
	background: #FF8800;
}

.vehiclefuelsystem .booklet_subcrip_action .inputbox .button{
	background: #007200;
}

.subscription_wrapper .booklet_subcrip_action .inputbox .button{
	line-height: 48px;
	color: white;
	border-radius: 0px 24px 24px 0px;
	padding-left:16px;
	padding-right:16px;
}
.subscription_wrapper .booklet_subcrip_action .inputbox input{
	height: 100%;
	border: 0px solid #fff;
	background: none;
	padding-left:18px;
	font-size:0.8em !important;
	width: 100%;
}
.subscription_wrapper .booklet_subcrip_action .inputbox input:focus{
	outline:none;
	border: 0px solid #fff;
}

#subscription .gradient_object{
	position: absolute;
	bottom:0;
	right:0px;
	width: 40%;
	height: 256px;
	border-radius: 256px 0px 0px 256px;
	z-index: -1;
	background-size: cover;
	background-repeat: repeat-y;
	background-position: top center;
}
#bookletfilter{
	width: 100%;
}
.bookletfilter-wrapper{
	padding:32px 0px 32px 0px;
	max-width: 1056px;
	width: 100%;
	margin:0 auto;
	color:#222222;	
}
.bookletfilter-items{
	flex-wrap: wrap;
}
.bookletfilter-items div{
	position: relative;
	line-height: 40px;
	background:white;
	font-size:0.8em !important;
	padding-left:12px;
	padding-right:12px;
	border-radius: 4px;
	margin-right:18px;
	margin-bottom:12px;
	color:#444444;
}
.bookletfilter-items div a{
	position: absolute;
	height: 16px;
	width: 16px;
	color: white;
	background:black;
	display: flex;
	align-items: center;
	justify-content: center;
	top:-8px;
	right:-8px;
	text-decoration: none;
	border-radius: 50%;
}
#bookletheader{
	background:#E0F2FF;
	background-image: url("/assets/images/background/booklet-header-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bookletheader-wrapper{
	padding:32px 12px 32px 12px;
	max-width: 1920px;
	width: 100%;
	margin:0 auto;
	color:#222222;
	padding-left:2%;
}
.bookletheader-wrapper .searchinbook{
	background:white;
	border:0px solid #333;
	height: 32px;
	width:100%;
	max-width:400px;
	border-radius: 16px;
	line-height: 32px;
	font-size:0.8em !important;
	padding-left:24px;
	padding-right:42px;
	color:#666666;
	background-image:url("/assets/images/icons/search.svg");
	background-size:16px;
	background-position:96% center;
	background-repeat: no-repeat;
}
.bookletheader-wrapper .searchinbook:focus{
	outline: none;
}
.bookletheader-wrapper .bookletinfo{
	justify-content: space-between;
}
.bookletheader-wrapper .bookletinfo .title{
	font-size:1.5em !important;
	font-weight: 600;
}

.chapter_page_wrapper{
	font-size:0.95em !important;
	line-height: 24px;
	padding-left:12px;
	padding-left:0px;
	padding-right:12px;
}
.chapter_page_wrapper ol{
	list-style-position: outside;
	margin-left:15px;
	
}
.chapter_page_wrapper ol li{
	line-height: 24px;
	font-size:0.95em !important;
	color:#222222;
	margin-bottom:24px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom:24px;
	
}

.electricalinstallations .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color:rgb(72,126,174);
}
.electricalinstallations .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color:rgb(72,126,174);
}
.fireserviceinstallations .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color:rgb(232,161,74);
}
.fireserviceinstallations .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color:rgb(232,161,74);
}
.hvacinstallations .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color:rgb(140,81,50);
}
.hvacinstallations .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color:rgb(140,81,50);
}
.liftandescalatorinstallations .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color:rgb(75,111,62);
}
.liftandescalatorinstallations .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color:rgb(75,111,62);
}
.gasutilisationfacilities .chapter_page_wrapper h2 {
	font-size:1.3em !important;
	color: #0D99B5;
}
.gasutilisationfacilities .chapter_page_wrapper h3 {
	font-size:1.2em !important;
	color: #0096C7;
}

.solarphotovoltaicsystems .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color: #1F4FFF;
}

.solarphotovoltaicsystems .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color: #00186E;
}

.solarwaterheatingsystems .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color: #FF8800;
}

.solarwaterheatingsystems .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color: #FFAA00;
}

.vehiclefuelsystem .chapter_page_wrapper h2{
	font-size:1.3em !important;
	color: #007200;
}

.vehiclefuelsystem .chapter_page_wrapper h3{
	font-size:1.2em !important;
	color: #52B788;
}

.indent_lv1, .indent_lv2, .indent_lv3, .indent_lv4{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: flex-start;
	align-items: flex-start;	
	margin-bottom:12px;
}
.indent_lv2{
	padding-left:24px;
}
.indent_lv3{
	padding-left:48px;
}
.indent_lv4{
	padding-left:60px;
}
.indent_lv1 > div:nth-of-type(2), .indent_lv2 > div:nth-of-type(2), .indent_lv3 > div:nth-of-type(2), .indent_lv4 > div:nth-of-type(2) {
	flex: 1 1 0;
}

.indent_lv1 > div:nth-of-type(1) {
	flex: 0 0 24px;
	
}

.indent_lv2 > div:nth-of-type(1) {
	flex: 0 0 24px;
}

.indent_lv3 > div:nth-of-type(1) {
	flex: 0 0 24px;
}
.indent_lv4 > div:nth-of-type(1) {
	flex: 0 0 24px;
}
.electricalinstallations .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid rgb(72,126,174);
	padding-left:140px;
	background-image:url("/assets/images/electricalinstallations/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: rgb(72,126,174);
	align-items: center;
}
.fireserviceinstallations .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid rgb(232,161,74);
	padding-left:140px;
	background-image:url("/assets/images/fireserviceinstallations/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: rgb(232,161,74);
	align-items: center;
}
.hvacinstallations .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid rgb(140,81,50);
	padding-left:140px;
	background-image:url("/assets/images/hvacinstallations/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: rgb(140,81,50);
	align-items: center;
}

.liftandescalatorinstallations .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid rgb(75,111,62);
	padding-left:140px;
	background-image:url("/assets/images/liftandescalatorinstallations/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: rgb(75,111,62);
	align-items: center;
}

.gasutilisationfacilities .introHeader {
	margin-bottom: 45px;
	border-bottom: 1px solid #0D99B5;
	padding-left:140px;
	background-image:url("/assets/images/gasutilisationfacilities/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: #0D99B5;
	align-items: center;
}

.solarphotovoltaicsystems .introHeader {
	margin-bottom: 45px;
	border-bottom: 1px solid #1F4FFF;
	padding-left:140px;
	background-image:url("/assets/images/solarphotovoltaicsystems/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: #1F4FFF;
	align-items: center;
}

.solarwaterheatingsystems .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid #FF8800;
	padding-left:140px;
	background-image:url("/assets/images/solarwaterheatingsystems/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: #FF8800;
	align-items: center;
}

.vehiclefuelsystem .introHeader{
	margin-bottom: 45px;
	border-bottom: 1px solid #007200;
	padding-left:140px;
	background-image:url("/assets/images/vehiclefuelsystem/c1.png");
	background-repeat: no-repeat;
	/* background-position: 40px center; */
	background-position: 10px center;
	background-size:80px;
	min-height: 120px;
	font-size:2.25em !important;
	font-weight: bold;
	color: #007200;
	align-items: center;
}

.electricalinstallations p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: rgb(72,126,174);
}
.fireserviceinstallations p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: rgb(232,161,74);
}
.hvacinstallations p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: rgb(140,81,50);
}
.liftandescalatorinstallations p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: rgb(75,111,62);
}

.gasutilisationfacilities p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: #0096C7;
}

.solarphotovoltaicsystems p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: #00186E;
}

.solarwaterheatingsystems p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: #FFAA00;
}

.vehiclefuelsystem p.introTitle{
	font-size:2.25em !important;
	font-weight: bold;
	margin-left: 25px;
	color: #52B788;
}

.booklet_intro {
	display: block;
}


.electricalinstallations .pointTitle {
	font-size: 1.125em !important;
	font-weight: bold;
	color: rgb(72,126,174);
}
.fireserviceinstallations .pointTitle {
	font-size: 1.125em !important;
	font-weight: bold;
	color: rgb(232,161,74);
}
.liftandescalatorinstallations .pointTitle {
	font-size: 1.125em !important;
	font-weight: bold;
	color: rgb(75,111,62);
}
.hvacinstallations .pointTitle {
	font-size: 1.125em !important;
	font-weight: bold;
	color: rgb(140,81,50);
}

.gasutilisationfacilities .pointTitle{
	font-size: 1.125em !important;
	font-weight: bold;
	color: #06A7DB;
}

.solarphotovoltaicsystems .pointTitle{
	font-size: 1.125em !important;
	font-weight: bold;
	color: #00186E;
}

.solarwaterheatingsystems .pointTitle{
	font-size: 1.125em !important;
	font-weight: bold;
	color: #FFAA00;
}

.vehiclefuelsystem .pointTitle{
	font-size: 1.125em !important;
	font-weight: bold;
	color: #52B788;
}

.titleImg{
	width: 30px;
	height: 30px;
}

p.title{
	margin: 5px 0 10px 10px;
}

.pointContent {
	font-size: 1em !important;
	padding: 10px 0 35px 0;
	margin-bottom: 25px;
	line-height: 22px;
	border-bottom: 2px solid #f0f0f0;
}

.electricalinstallations .bulletPoint {
	color: rgb(72,126,174);
}
.fireserviceinstallations .bulletPoint {
	color: rgb(232,161,74);
}
.hvacinstallations .bulletPoint {
	color: rgb(140,81,50);
}
.liftandescalatorinstallations .bulletPoint {
	color: rgb(75,111,62);
}

.gasutilisationfacilities .bulletPoint{
	color:#06A7DB;
}

.solarphotovoltaicsystems .bulletPoint{
	color:#00186E;
}

.solarwaterheatingsystems .bulletPoint{
	color:#FFAA00;
}

.vehiclefuelsystem .bulletPoint{
	color:#52B788;
}

.electricalinstallations .section {
	color: rgb(72,126,174);
	text-decoration: underline;
	font-weight: bold;
}
.fireserviceinstallations .section {
	color: rgb(232,161,74);
	text-decoration: underline;
	font-weight: bold;
}
.hvacinstallations .section {
	color: rgb(140,81,50);
	text-decoration: underline;
	font-weight: bold;
}
.liftandescalatorinstallations .section {
	color: rgb(75,111,62);
	text-decoration: underline;
	font-weight: bold;
}

.gasutilisationfacilities .section {
	color: #0096C7;
	text-decoration: underline;
	font-weight: bold;
}

.solarphotovoltaicsystems .section {
	color: #00186E;
	text-decoration: underline;
	font-weight: bold;
}

.solarwaterheatingsystems .section {
	color: #FFAA00;
	text-decoration: underline;
	font-weight: bold;
}

.vehiclefuelsystem .section {
	color: #52B788;
	text-decoration: underline;
	font-weight: bold;
}

ol.attribute {
	list-style-type: lower-roman;
	margin-left: 25px;
}

table {
	border-collapse: collapse;
	vertical-align: baseline;
	min-width: 300px;
	width: 100%;
	font-size:0.8em !important;
}
.electricalinstallations th{
	background: rgb(72,126,174);
	color: white;
}
.fireserviceinstallations th{
	background: rgb(232,161,74);
	color: white;
}
.hvacinstallations th{
	background: rgb(140,81,50);
	color: white;
}
.liftandescalatorinstallations th{
	background: rgb(75,111,62);
	color: white;
}

.gasutilisationfacilities th{
	background: #0D99B5;
	color: white;
}

.solarphotovoltaicsystems th{
	background: #1F4FFF;
	color: white;
}

.solarwaterheatingsystems th{
	background: #FF8800;
	color: white;
}

.vehiclefuelsystem th{
	background: #007200;
	color: white;
}

.electricalinstallations td{
	background:rgb(239,239,239);
}
.fireserviceinstallations td{
	background:rgb(239,239,239);
}
.hvacinstallations td{
	background:rgb(239,239,239);
}
.liftandescalatorinstallations td{
	background:rgb(239,239,239);
}

.gasutilisationfacilities td{
	background:rgb(239,239,239);
}

.solarphotovoltaicsystems td{
	background:rgb(239,239,239);
}

.solarwaterheatingsystems td{
	background:rgb(239,239,239);
}

.vehiclefuelsystem td{
	background:rgb(239,239,239);
}

.bookletimage {
	max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td,th {
	border: 2px solid white;
	text-align: left;
	padding: 8px;
	vertical-align: baseline;
}

.row1{
	color: white;
	background-image: linear-gradient(to right, #00BFFF , #1E90FF);
}

.row2{
	background-color: #FAFFFF;
}

.row3{
	background-color: #F0F8FF;
}

.row4{
	background-color: #DFF2FF;
}

.booklet_intro .point{
	max-width: 100%;
	padding-left:12px;
}
.level_introduction{
	max-width: 100%;
}
.level_content{
	max-width: 100%;
}
.level1, .level2, .level3{
	
	padding-left:12px;
}
.electricalinstallations .fireserviceinstallations .hvacinstallations .liftandescalatorinstallations .gasutilisationfacilities .solarphotovoltaicsystems .solarwaterheatingsystems .vehiclefuelsystem .level1{
	background-color: #E0F2FF00;
}
.electricalinstallations .fireserviceinstallations .hvacinstallations .liftandescalatorinstallations .gasutilisationfacilities .solarphotovoltaicsystems .solarwaterheatingsystems .vehiclefuelsystem .level2{
	background-color: #E0F2FF80;
}
.electricalinstallations .fireserviceinstallations .hvacinstallations .liftandescalatorinstallations .gasutilisationfacilities .solarphotovoltaicsystems .solarwaterheatingsystems .vehiclefuelsystem .level3{
	background-color: #E0F2FFe0;
}

.booklet_content{
	max-width: 70%;
	margin-left: 5px;
}
#subscription{
	max-width: 70%;
	
}
.centerdot{
	vertical-align: middle;
	text-align: center;
	font-size:150%;
}

@media (min-width: 720px) {
	.booklet_content{
		margin-left: 30px;
	}
	
	#subscription{
		margin-left: 30px;
	}
	
	.booklet_intro .point{
		max-width: 70%;
		padding-left:4%;	
		padding-right:2%;
	}
	.level_introduction{
/* 		max-width: 70%; */
		padding-left:4%;
		padding-right:2%;
	}
/*
	.level_content{
		max-width: 70%;
	}
*/
	.level1, .level2, .level3, .level_industry, .level_industry1, .level_innovative, .level_forms, .level_general{
		background-size: 82px;
		background-repeat: no-repeat;
		padding-left:92px;
		/* background-position:8px 42px; */
		background-position:0px 42px;
		padding-top:12px;
		padding-bottom:60px;
		min-height: 150px;
		padding-right:2%;
	}
	.electricalinstallations .level1{
		/* background-color: #E0F2FF00; */
		background-image:url("/assets/images/electricalinstallations/level1.png");
	}
	.electricalinstallations .level2{
		/* background-color: #E0F2FF80; */
		background-image:url("/assets/images/electricalinstallations/level2.png");
	}
	.electricalinstallations .level3{
		/* background-color: #E0F2FFe0; */
		background-image:url("/assets/images/electricalinstallations/level3.png");
	}
	.electricalinstallations .level_innovative{
		background-image:url("/assets/images/electricalinstallations/connect.png");
	}
	.electricalinstallations .level_industry{
		background-image:url("/assets/images/electricalinstallations/earth.png");
	}
	.electricalinstallations .level_industry1{
		background-image:url("/assets/images/electricalinstallations/earth2.png");
	}
	.electricalinstallations .level_forms{
		background-image:url("/assets/images/electricalinstallations/note.png");
	}

	.fireserviceinstallations .level1{
		background-image:url("/assets/images/fireserviceinstallations/level1.png");
	}
	.fireserviceinstallations .level2{
		background-image:url("/assets/images/fireserviceinstallations/level2.png");
	}
	.fireserviceinstallations .level3{
		background-image:url("/assets/images/fireserviceinstallations/level3.png");
	}
	.fireserviceinstallations .level_innovative{
		background-image:url("/assets/images/fireserviceinstallations/connect.png");
	}
	.fireserviceinstallations .level_industry{
		background-image:url("/assets/images/fireserviceinstallations/earth.png");
	}
	.fireserviceinstallations .level_industry1{
		background-image:url("/assets/images/fireserviceinstallations/earth2.png");
	}
	.ffireserviceinstallations .level_forms{
		background-image:url("/assets/images/fireserviceinstallations/note.png");
	}


	.hvacinstallations .level1{
		background-image:url("/assets/images/hvacinstallations/level1.png");
	}
	.hvacinstallations .level2{
		background-image:url("/assets/images/hvacinstallations/level2.png");
	}
	.hvacinstallations .level3{
		background-image:url("/assets/images/hvacinstallations/level3.png");
	}
	.hvacinstallations .level_innovative{
		background-image:url("/assets/images/hvacinstallations/connect.png");
	}
	.hvacinstallations .level_industry{
		background-image:url("/assets/images/hvacinstallations/earth.png");
	}
	.hvacinstallations .level_industry1{
		background-image:url("/assets/images/hvacinstallations/earth2.png");
	}
	.hvacinstallations .level_forms{
		background-image:url("/assets/images/hvacinstallations/note.png");
	}


	.liftandescalatorinstallations .level1{
		background-image:url("/assets/images/liftandescalatorinstallations/level1.png");
	}
	.liftandescalatorinstallations .level2{
		background-image:url("/assets/images/liftandescalatorinstallations/level2.png");
	}
	.liftandescalatorinstallations .level3{
		background-image:url("/assets/images/liftandescalatorinstallations/level3.png");
	}
	.liftandescalatorinstallations .level_innovative{
		background-image:url("/assets/images/liftandescalatorinstallations/connect.png");
	}
	.liftandescalatorinstallations .level_industry{
		background-image:url("/assets/images/liftandescalatorinstallations/earth.png");
	}
	.liftandescalatorinstallations .level_industry1{
		background-image:url("/assets/images/liftandescalatorinstallations/earth2.png");
	}
	.liftandescalatorinstallations .level_forms{
		background-image:url("/assets/images/liftandescalatorinstallations/note.png");
	}

	.gasutilisationfacilities {
		
	}

	.solarphotovoltaicsystems {

	}
	
	.solarwaterheatingsystems {
	
	}
	
	.vehiclefuelsystem {
		
	}
	.subscription_wrapper .booklet_subcrip_action{
		padding-left:10px;
	}
	
	.chapter_page_wrapper{		
		padding-left:0px;		
	}
	
}

#booklet_subscription_form_overlayer{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background:rgba(50,50,50,0.4);
	top:0px;
	left:0px;
	display: flex;
	align-items: center;
	z-index: 9999999;
	display:none;
}
#booklet_subscription_form_container{
	width: 90%;
	max-width: 620px;
	margin:0 auto;
	padding:42px;
	padding-left:42px;
	padding-right:42px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background:rgb(255,240,240);
	background:rgb(250,250,250);
	border: solid 1px rgb(220,220,220);
	border-radius: 8px;
	position: relative;
}
#booklet_subscription_form_container #subscriptionClose{
	position: absolute;
	top:8px;
	right:12px;
	color: #444444;
	cursor: pointer;	
}
#booklet_subscription_form_container input{
    border: none;
    border-bottom: 3px solid #C1C1C1;
    background:rgba(0,0,0,0);
    color: black;
    width: 100%;
    height: 32px;
    font-size:14px;
}
#booklet_subscription_form{
	width: 100%;
}
#booklet_subscription_form .nameAndCompanyRow{
	flex-direction: column;
}
#booklet_subscription_form #submitbutton{
	line-height: 40px;
	height: 40px;
	text-align: center;
	
	color: white;
	border-radius: 20px;
	max-width: 240px;
	background:#D51A27;
	margin:0 auto;
	margin-top:32px;
	cursor: pointer;
	max-width: 150px;
}

#booklet_subscription_form input{
	margin-bottom:24px;
}
#booklet_subscription_form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222222;
  opacity: 1; /* Firefox */
}

#errorMessage{
	font-size:14px;
	color: red;
	line-height: 20px;
	
}

#chapter_page_wrapper a {
	display: inline-block;
	word-wrap: anywhere;
	overflow-wrap: break-word !important;
	
}

@media print {
	.booklet_content {
		page-break-after: always;
	}
}

@media screen and (max-width: 468px) {

	.introHeader{
		background-position: 10px center !important;
		padding-left: 110px !important;
		font-size: 28px !important;
	}
}

@media screen and (max-width: 720px) {

	.booklet_subcrip_action {
		width:100% !important;
	}

	.booklet_main .booklet_content .chapter_page_wrapper .point {
		max-width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	.booklet_content{
		width: 100%;
		max-width: 100%;
	}
	.booklet_image_wrapper{
		display:none;
	}
	.booklet_subcrip_action{
		width: 100%;
	}
	#subscription{
		width: 100%;
		max-width: 100%;
	}
}


