/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dddddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0072ff;
}

.fireserviceinstallations ::-webkit-scrollbar-thumb {
  background: rgb(232,161,74)
}

.hvacinstallations ::-webkit-scrollbar-thumb {
  background-color: rgb(140, 81, 50);
}

.liftandescalatorinstallations ::-webkit-scrollbar-thumb {
  background-color: rgb(75, 111, 62);
}

.gasutilisationfacilities ::-webkit-scrollbar-thumb {
  background-color: #0D99B5;
}

.solarphotovoltaicsystems ::-webkit-scrollbar-thumb{
	background-color: #1F4FFF;
}
.solarwaterheatingsystems ::-webkit-scrollbar-thumb{
	background-color: #FF8800;
}
.vehiclefuelsystem ::-webkit-scrollbar-thumb{
	background-color: #007200;
}

// firefox
.fireserviceinstallations .main{
  scrollbar-width: thin;
  scrollbar-color: rgb(232,161,74) #dddddd;
}

.hvacinstallations .main{
  scrollbar-width: thin;
  scrollbar-color: rgb(140, 81, 50) #dddddd;
}

.liftandescalatorinstallations .main{
  scrollbar-width: thin;
  scrollbar-color: rgb(75, 111, 62) #dddddd;
}

.gasutilisationfacilities .main{
  scrollbar-width: thin;
  scrollbar-color: #0D99B5 #dddddd;
}

.solarphotovoltaicsystems .main{
  scrollbar-width: thin;
  scrollbar-color: #1F4FFF #dddddd;
}
.solarwaterheatingsystems .main{
  scrollbar-width: thin;
  scrollbar-color: #FF8800 #dddddd;
}
.vehiclefuelsystem .main{
  scrollbar-width: thin;
  scrollbar-color: #007200 #dddddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.booklet-button-container{
	flex-wrap: wrap;
}
#bookletfilter {
  position: fixed;
  top: 0px;
  left: -420px;
  height: 100%;
  max-width: 90%;
  width: 420px;
  padding: 0 3px 0 0;
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
  z-index: 999;
}

#bookletfilterGenerate {
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background: #0072ff;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  width: 85%;
  font-size: 0.875em !important;
}

#bookletfilterClose {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

#bookletfilter .heading {
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid #0072ff;
  margin-bottom: 24px;
}

.fireserviceinstallations #bookletfilter .heading{
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid rgb(232,161,74);
  margin-bottom: 24px;
}

.hvacinstallations #bookletfilter .heading {
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid rgb(140, 81, 50);
  margin-bottom: 24px;
}

.liftandescalatorinstallations #bookletfilter .heading {
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid rgb(75, 111, 62);
  margin-bottom: 24px;
}

.gasutilisationfacilities #bookletfilter .heading {
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid #0D99B5;
  margin-bottom: 24px;
}

.solarphotovoltaicsystems #bookletfilter .heading{
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid #1F4FFF;
  margin-bottom: 24px;
}
.solarwaterheatingsystems #bookletfilter .heading{
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid #FF8800;
  margin-bottom: 24px;
}
.vehiclefuelsystem #bookletfilter .heading{
  padding: 24px 8px 24px 8px;
  font-weight: 600;
  text-align: center;
  text-align: center;
  border-bottom: 2px solid #007200;
  margin-bottom: 24px;
}

#bookletsearchbutton {
  background-color: white;
  padding: 5px 10px;
  min-width: 35%;
  height: 43px;
  margin-top: 18px;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

#bookletfilterbutton {
  background-image: url("/assets/images/icons/printer.svg");
  background-position: right 22px center;
  background-size: 20px;
  color: white;
  margin-top: 18px;
  background-color: #0d6efd;
  height: 43px;
  line-height: 43px;
  border-radius: 32px;
  text-align:center;
  padding-right: 52px; 
}

.electricalinstallations #bookletfilterbutton {
  background-color: #0d6efd;
}

.fireserviceinstallations #bookletfilterbutton {
  background-color: rgba(212, 141, 64, 1);
}

.hvacinstallations #bookletfilterbutton {
  background-color: rgb(140, 81, 50);
}

.liftandescalatorinstallations #bookletfilterbutton {
  background-color: rgb(75, 111, 62);
}

.gasutilisationfacilities #bookletfilterbutton {
  background-color: #00B4D8;
}

.solarphotovoltaicsystems #bookletfilterbutton {
  background-color: #1F4FFF;
}

.solarwaterheatingsystems #bookletfilterbutton {
  background-color: #FF8800;
}

.vehiclefuelsystem #bookletfilterbutton {
  background-color: #007200;
}





/*
#bookletfilterbutton:hover {
  background-color: #005ce6;
}
*/

.bookletSearchContentForm {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bookletSearchContent {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  margin-left: 0.75rem;
  font-size: 0.875em !important;
  margin-right: 5px;
}

.bookletsearchbutton {
  background-image: url("/assets/images/icons/search.svg");
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 25px;
  margin-right: 5px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

#bookletfilterSelectableContainer {
  margin: 0 auto;
  font-weight: 600;
  max-height: 420px;
  height: 420px;
  overflow-y: auto;
}

#bookletfilter .line {
  margin-top: 32px;
  margin-bottom: 12px;
  height: 1px;
  background-color: #dddddd;
}

#bookletfilterSelectableContainer .subchapter {
  padding: 8px;
  font-weight: 400;
  line-height: 18px;
}

#bookletfilterSelectableContainer .selectable:hover {
  background-color: #f6f6f6;
  color: #0072ff;
  cursor: pointer;
}

.fitlerobjrow {
  line-height: 32px;
  font-size:0.875em !important;
}

.fitlerobjrow div {
  padding: 4px 18px 4px 18px;
}

.selectedchapterheading {
  font-weight: 600;
  padding: 12px 12px 12px 12px;
}

#bookletheader {
  background: #e0f2ff;
  background-image: url("/assets/images/background/booklet-header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.electricalinstallations #bookletheader {
  background-color: #e0f2ff;
}

.fireserviceinstallations #bookletheader {
  background-color: rgba(232, 161, 74, 0.5);
}

.hvacinstallations #bookletheader {
  background-color: rgb(140, 81, 50,0.5);
}

.liftandescalatorinstallations #bookletheader {
  background-color: rgb(75, 111, 62,0.5);
}

.gasutilisationfacilities #bookletheader {
  background-color: rgb(226, 243, 247);
}

.solarwaterheatingsystems #bookletheader {
  background-color: #FFE884;
}

.solarphotovoltaicsystems #bookletheader {
  background-color: #DEE5FF;
}

.vehiclefuelsystem #bookletheader {
  background-color: #D8F3DC;
}


.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;
  flex-wrap: wrap;
}

.bookletheader-wrapper .bookletinfo .title {
  font-weight: 600;
  font-size:1.4em !important;
}

.bookletheader-wrapper .bookletinfo .title2 {
  font-size:2.2em !important;
  font-weight: bolder;
  color: #0d6efd;
  text-transform: uppercase;
}

.fireserviceinstallations .bookletheader-wrapper .bookletinfo .title2 {
  color: rgb(212, 111, 54);
}

.hvacinstallations .bookletheader-wrapper .bookletinfo .title2 {
  color: rgb(140, 81, 50);
}

.liftandescalatorinstallations .bookletheader-wrapper .bookletinfo .title2 {
  color: rgb(75, 111, 62);
}

.gasutilisationfacilities .bookletheader-wrapper .bookletinfo .title2 {
  color: rgb(6, 167, 219);
}

.solarwaterheatingsystems .bookletheader-wrapper .bookletinfo .title2 {
  color: #FFAA00;
}

.solarphotovoltaicsystems .bookletheader-wrapper .bookletinfo .title2 {
  color: #00186E;
}

.vehiclefuelsystem .bookletheader-wrapper .bookletinfo .title2 {
  color: #52B788;
}

.bookletheader-wrapper .bookletinfo .content {

}

.bookletheader-wrapper .bookletinfo .content .content_item {
  text-align: center;
  padding: 0px 24px 0 0;
}

.bookletheader-wrapper .bookletinfo .content .content_item .subtitle {
  font-size:0.95em !important;
  line-height: 32px;
}

.bookletheader-wrapper .bookletinfo .content .content_item .subcontent {
  font-size:0.95em !important;
  font-weight: 600;
}

#bookletfilter .bookletfilterChapterContainer {
  position: relative;
  height: 300px;
  overflow-y: scroll;
  padding-right: 6px;
  /* margin-right: 3px; */
}

#bookletfilter .bookletfilterChapter {
  flex:0 0 90px;
  width: 90px;
  height: 28px;
  font-size:13px;
}

#bookletfilter .bookletfilterMsg {
  padding: 135px 0;
  text-align: center;
  color: #afb1af;
  font-size: 0.875em !important;
}

#bookletfilter .chapterContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875em !important;
  margin-left: 10px;
  margin-top: 10px;
}

#bookletfilter .chapterRemoveBtn {
  border: none;
  color: #bbbcbb;
  background-color: transparent;
  font-size: 0.875em !important;
  cursor: pointer;
  margin-left: 5px;
  outline: none;
  flex: 0 0 30px;
}

#bookletfilter .chapterRemoveBtn:hover {
  color: #375bff;
}

#bookletfilter .chapterTitle {
  text-align: left;
  font-size: 0.75em !important;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  border-right: none !important;
  border: solid 1px #cacaca;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  padding-left: 13px;
  padding-right: 30px;
  flex:1 0 0 ;
}

.filter {
  position: relative;
  width: 300px;
  font-size:0.8em !important;
  margin-right: 12px;
}

.filter_button {
  font-size:0.8em !important;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;

  padding-left: 32px;
  padding-right: 20px;
  background-size: 14px;
  background-position: 12px center;
  background-repeat: no-repeat;
  margin-right: 18px;
  cursor: pointer;
  text-decoration: none !important;
}

.disable_filter_button {
  color: #222222;
  background-color: white;
}

.enable_filter_button {
  background-color: #0072ff;
  color: white;
  background-image: url("/assets/images/icons/search.svg");
  cursor: pointer;
}

.filter .filter-selection {
  font-style: italic;
  color: #666666;
  padding: 0px 12px 0px 12px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 18px;
  margin-bottom: 1px;
  -webkit-line-clamp: 1; /* number of lines to show */
  white-space: nowrap;
}

.filter .filter-option {
}

.filter .filter-option-wrapper {
  position: absolute;
  display: none;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 4px;
  z-index: 99;
  width: 100%;
}

.filter .filter-option-wrapper div {
  padding: 12px;
  color: #222222;
}

.filter .filter-option-wrapper div:hover {
  background: #0072ff;
  color: #f0f0f0;
}

@media (min-width: 600px) {
}

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

  .bookletheader-wrapper .bookletinfo .content .content_item .subcontent {
    font-size: 0.875em !important;
    line-height:1.2;
  }

  .bookletheader-wrapper .bookletinfo .content .content_item .subtitle {
    font-size: 0.875em !important;
    line-height:1.2;
  }
}

.blocker {
  z-index: 1000 !important;
}
