/*=======================/report builder theme colors==================*/
:root {
  --generalBluetheme: #007AC1;
  --eveTheme: #1C94CE;
  --safetyTheme: #4CADAF;
}

/*=======================/report builder colors==================*/
/*==================================================================
                    Start Theme colors scheme
==================================================================*/
/*------------------------------Start General Blue Theme color-----------*/
.chartBuilder.eveTheme .chartbui_contentheader {
  background-color: var(--generalBluetheme);
}

.chartBuilder.eveTheme .chartbui_reportheader table thead tr th h1,
.chartBuilder.eveTheme .chartbui_filteredareadata h2 {
  color: var(--generalBluetheme);
}
/*------------------------------End General Blue Theme color-----------*/
/*------------------------------Start Enviornmental Theme color-----------*/
.chartBuilder.eveTheme .topheaderbg,
.chartBuilder.eveTheme .chartbui_formsavestatusblockright .formiconsaveprint button,
.chartBuilder.eveTheme .jobstepverticalheader,
.chartBuilder.eveTheme .jobstepfirstcol,
.chartBuilder.eveTheme .chartbui_buildbtn button {
  background-color: var(--eveTheme);
}

.chartBuilder.eveTheme .chartbui_formsavestatusblockleft .formproghead h3,
.chartBuilder.eveTheme .chartbui_content h3 span {
  color: var(--eveTheme);
}

.chartBuilder.eveTheme .jobstepriskheader,
.chartBuilder.eveTheme .jobstepriskdata,
.chartBuilder.eveTheme .jobstepfirstcol {
  border-color: var(--eveTheme);
}

.chartBuilder.eveTheme .chartbui_functionbtns .zomminoutbtns button:active,
.chartBuilder.eveTheme .chartbui_functionbtns .pageupdownbtns button:active {
  background-color: var(--eveTheme);
}

.chartBuilder.eveTheme .chartbui_functionbtns .cuttorbtn button:active {
  color: var(--eveTheme);
}
/*------------------------------End Enviornmental Theme color-----------*/
/*------------------------------Start Safety Theme color-----------*/
.chartBuilder.safetyTheme .topheaderbg,
.chartBuilder.safetyTheme .chartbui_formsavestatusblockright .formiconsaveprint button,
.chartBuilder.safetyTheme .chartbui_buildbtn button {
  background-color: var(--safetyTheme);
}

.chartBuilder.safetyTheme .chartbui_formsavestatusblockleft .formproghead h3,
.chartBuilder.safetyTheme .chartbui_content h3 span {
  color: var(--safetyTheme);
}

.chartBuilder.safetyTheme .multiselect-dropdown .dropdown-btn .selected-item {
  background-color: var(--safetyTheme) !important;
  border: 1px solid var(--safetyTheme) !important;
}

.chartBuilder.safetyTheme .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: var(--safetyTheme) !important;
}

.chartBuilder.safetyTheme .multiselect-item-checkbox input[type=checkbox] + div:before {
  border: 2px solid var(--safetyTheme) !important;
}

.chartBuilder.safetyTheme .chartbui_functionbtns .zomminoutbtns button:active,
.chartBuilder.safetyTheme .chartbui_functionbtns .pageupdownbtns button:active {
  background-color: var(--safetyTheme);
}

.chartBuilder.safetyTheme .chartbui_functionbtns .cuttorbtn button:active {
  color: var(--safetyTheme);
}

.chartBuilder.safetyTheme .chartbui_contentheader {
  background-color: var(--generalBluetheme);
}

.chartBuilder.safetyTheme .chartbui_reportheader table thead tr th h1,
.chartBuilder.safetyTheme .chartbui_filteredareadata h2 {
  color: var(--generalBluetheme);
}

/*------------------------------End Safety Theme color-----------*/
/*==================================================================
                    End Theme colors scheme
==================================================================*/
/*============================Start Theme layout====================*/
.twoLineoftextdisplay {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.chartBuilder ng-multiselect-dropdown.form-control {
  padding: 0px;
  height: 33px;
  border: 0px solid #bbbbbc;
  background-color: transparent;
}

.chartBuilder .formiconsave.disabledA,
.chartBuilder .formiconprint.disabledA {
  background-color: #D0D2D3 !important;
  border: 1px solid #A6A8AB !important;
  padding: 8px;
}

.reportstar {
  line-height: 0;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: 11px;
  padding-left: 5px;
}

.chartbui_formsavestatusblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5E5F5E;
}

.chartbui_formtopbottmmaintop {
  width: 100%;
  padding: 0px 30px 0px 30px;
  background-color: #F6F7F7;
}

.chartbui_formsavestatusblockleft {
  padding-top: 14px;
}

.chartbui_formsavestatusblockright {
  display: flex;
  width: 100px;
}

.chartbui_formsavestatusblockleft .submissionandstatus {
  display: flex;
  max-width: 1489px;
}

.chartbui_formsavestatusblockleft .reportselectionheader {
  width: 332px;
  min-width: 332px;
  display: flex;
  align-items: flex-end;
}

.chartbui_formsavestatusblockleft .formtopmidcontent {
  padding-right: 10px;
  padding-left: 15px;
}

.chartbui_formsavestatusblockleft .formproghead h3 {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 7px;
}

.chartbui_formsavestatusblockleft .formtopmidcontent h3 {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  color: #676767;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.chartbui_formsavestatusblockright .formiconsaveprint {
  margin-right: 10px;
}

  .chartbui_formsavestatusblockright .formiconsaveprint button {
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 0px;
    padding: 9px;
    text-align: center;
    font-size: 22px;
    margin: 0px;
    border-radius: 8px;
  }

.chartbui_formtopbottmmainbottom {
  display: flex;
  width: 100%;
  padding: 0px 30px 0px 30px;
  background-color: #F6F7F7;
}

.chartbui_formtopbottmmainbottomleft {
  width: 332px;
  min-width: 332px;
  padding: 15px 18px 15px 5px;
  height: calc(100vh - 306px);
  border-right: 1px solid #5E5F5E;
  overflow: auto;
}

.chartbui_formtopbottmmainbottomright {
  display: flex;
  padding-right: 10px;
  padding-left: 100px;
  height: calc(100vh - 305px);
  overflow: hidden;
  flex: 1;
}

.chartbui_bottomFirst {
  width: 100%;
}

.chartbui_bottomSecond {
  width: 100%;
  max-width: 1160px;
  display: flex;
  padding-top: 14px;
}

.chartbui_bottomSecondcomponentblock {
  display: flex;
  width: 100%;
  height: calc(100vh - 320px);
  overflow: auto;
}


.chartbui_bottomSecondcomponentblock .zoomable{
  height: calc(100vh - 324px);
  overflow: hidden;
}

/* .chartbui_bottomSecondcomponentblock #parentchart{
  height: calc(100vh - 324px);
  overflow: hidden;
} */


.choose-gallery-boxImage {
  width: 100%;
  height: calc(100vh - 381px);
  overflow: hidden;
  overflow-y: auto;
}

.chartbui_reportblock {
  width: 100%;
  /*padding-right: 12px;*/
  /* margin-right: 12px; */
}

.chartbui_functionbtns {
  width: 30px;
  padding-top: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .chartbui_functionbtns p {
    margin-bottom: 6px;
  }

.zomminoutbtns button {
  border: 0px;
  cursor: pointer;
  background-color: #ABABAB;
  font-family: 'GothamBold', sans-serif;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 0px;
  padding: 3px;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageupdownbtns {
  margin-top: 30px;
}

  .pageupdownbtns button {
    border: 0px;
    cursor: pointer;
    background-color: #ABABAB;
    font-family: 'GothamBold', sans-serif;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 0px;
    padding: 3px;
    text-align: center;
    font-size: 7px;
    margin: 0px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

    .pageupdownbtns button .icon-up-arrow {
      line-height: 0px;
    }

.chartbui_reportblockinn {
  cursor: all-scroll;
  transform-origin: left top;
}

.chartbui_reportcontents {
  min-width: 877px;
}

.topheaderbg {
  padding: 17px;
}

.chartbui_content {
  padding-left: 5px;
}

  .chartbui_content h3 {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
    color: #676767;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

.chartbui_selection {
  margin-bottom: 15px;
}

  .chartbui_selection select {
    text-align-last: left;
    padding-left: 22px !important;
    color: #221F1F;
  }

.chartbui_buildbtn h3 {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 14px;
  color: #676767;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.chartbui_buildbtn button {
  cursor: pointer;
  font-family: 'GothamBold', sans-serif;
  color: #fff;
  width: 132px;
  height: 38px;
  line-height: 0px;
  padding: 9px;
  text-align: center;
  font-size: 18px;
  margin: 0px;
  border-radius: 8px;
  border: 0;
}

  .chartbui_buildbtn button.disabledA {
    background-color: #D0D2D3 !important;
    border: 1px solid #A6A8AB !important;
  }

.warningReportGallary select {
  text-align-last: left;
}

.chartBuilder .report_gallary {
  border: 0px;
  padding: 0px 0px;
  height: auto;
  background-color: transparent;
  padding-bottom: 0px;
  border-radius: 0px;
}

.chartBuilder .gallary_photo {
  width: 136px !important;
  height: 180px;
}

.chartBuilder .innerScrollableMain {
  border-radius: 12px;
  overflow: hidden;
}

.pillarsitepage {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
  align-items: center;
  min-width: 877px;
}

.pillarsite {
  display: flex;
}

.pillarsitepage h3 {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 12px;
  color: #231F20;
  margin-bottom: 0;
  padding-right: 15px;
}

.pillarsitepage span {
  font-family: 'GothamLight', sans-serif;
  font-size: 11px;
}

.chartbui_chartscrolledblock {
  /* max-height: calc(100vh - 551px); */
  /*overflow: hidden;
  overflow-y: auto;*/
}
/*-----------------Start Chart common----------------*/
.chartbui_chartareamain {
  position: relative;
  margin: 34px 25px 0px 6px;
  transform-origin: left top;
}

.linesblockmain {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.linesblockmainLeft {
  width: 200px;
}

.linesblockmainRight {
  width: calc(100% - 200px);
  position: relative;
}

.chartlines_block {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #3B3B3A;
  border-top: 1px solid #3B3B3A;
}

/*.chartlines_block {
  height: auto;
  bottom: 0;
  top: 16px;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #3B3B3A;
  border-top: 1px solid #3B3B3A;
}*/
.chartline {
  height: inherit;
  width: 1px;
  position: relative;
  background-color: #A5A7AA;
}

.chartlines_block .chartline:nth-child(1) {
  opacity: 0;
}

.chartline__label {
  font-family: 'Gotham-Medium', sans-serif;
  font-size: 10px;
  color: #676767;
  display: block;
  width: 50px;
  text-align: center;
  position: absolute;
  top: -20px;
  right: -24px;
}

.chartbui_chartareamain table {
  width: 100%;
}

  .chartbui_chartareamain table tbody tr td:nth-child(1) {
    width: 200px;
    max-width: 200px;
  }

  .chartbui_chartareamain table tbody tr td:nth-child(2) {
    position: relative;
    padding: 2px 0px 2px 4px;
  }

.chartbui_filteredareadata h3 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 12px;
  color: #3B3B3A;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

.chartbui_filteredareadata h2 {
  font-family: "GothamBold";
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  word-break: break-word;
}

.chartbui_chartareamain table tbody tr td:nth-child(1) h3 {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 10px;
  color: #3B3B3A;
  margin-bottom: 0;
  text-align: right;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.chart_block {
  width: 100%;
  height: 100%;
  position: relative;
}

.chart_bar {
  position: relative;
  height: 12px;
  background-color: var(--safetyTheme);
}
.chart_bar.chart_bar1 {
  background-color: #007AC1;
}
.chart_bar1.chartwidthmin span{
left: 5px!important;
}
  .chart_bar span {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 8px;
    color: #ffffff;
    position: absolute;
    right: 4px;
  }

  .chart_bar.chart_bar_green span {
    right: unset;
    left: 5px;
  }

  .chart_bar.chart_bar_green.chartwidthminbottom span {
    left: calc(100% + 5px);
    right: unset;
  }

  .chart_bar.chartwidthmin span {
    left: 0;
    color: #000;
  }

  .chart_bar.chartwidthminbottom span {
    right: calc(100% + 5px);
    color: #000;
  }

/*-----------------End Chart common----------------*/
/*============================End Theme layout====================*/
/*=============================Media Query=========================*/
@media (max-width:1599px) {
  .chartbui_formtopbottmmainbottomright {
    padding-left: 20px;
  }

  .chartbui_formtopbottmmainbottomleft {
    width: 250px;
    min-width: 250px;
  }
  .chartbui_formsavestatusblockleft .reportselectionheader{
    width: 250px;
    min-width: 250px;
  }
}

@media (max-width:1366px) {
  .chartbui_formtopbottmmainbottomleft {
    height: calc(100vh - 315px);
  }

  .chartbui_formtopbottmmainbottomright {
    height: calc(100vh - 315px);
  }
}


@media (min-width:1366px) and (max-width:1650px) {


  .chartbui_reportblockinn {
    max-height: calc(100vh - 360px);
  }

  .choose-gallery-boxImage {
    height: calc(100vh - 390px);
  }
}

@media (min-width:1200px) and (max-width:1365px) {

  .chartbui_reportblockinn {
    max-height: calc(100vh - 358px);
  }

  .choose-gallery-boxImage {
    height: calc(100vh - 410px);
  }
}

@media (max-width:1199px) {

  .choose-gallery-boxImage {
    height: calc(100vh - 425px);
  }
}
