/**
* Custom Tags
*/
.custom-tags.field {
  height: auto !important;
  padding: 8px 0;
  position: relative;
}

.custom-tags.field .fieldName {
  position: absolute;
}

.custom-tags .select2-container {
  width: auto !important;
  float: right;
  margin-right: 10px;
}

.custom-tags .select2-container input {
  border: none !important;
  height: auto !important;
  padding: 0 5px !important;
  min-width: 20px !important;
  border-radius: 0;
}

.custom-tags .select2-container .select2-selection {
  width: 422px !important;
  border-color: #e5e5e5 !important;
  background-color: transparent !important;
  border-radius: 5px;
  min-height: 34px;
}

.custom-tags .select2-container .select2-selection__choice {
  margin-right: 5px !important;
  margin-top: 4px !important;
  padding: 4px !important;
  background-color: #e4e4e4 !important;
  border: 1px solid #d4d4d4 !important;
}

.custom-tags .select2-container.select2-container--open {
  -webkit-box-shadow: 0 0 25px #eaeaea;
  box-shadow: 0 0 25px #eaeaea;
}

.custom-tags .select2-container.select2-container--open .select2-selection {
  background-color: #fff !important;
  border-color: transparent !important;
}

.custom-tags .select2-container .select2-selection__choice__remove {
  float: right;
  margin-left: 4px;
  margin-top: 1px;
  vertical-align: middle;
}

.custom-tags .select2-container .select2-selection__choice__remove::before {
  position: relative;
  content: "";
  margin-left: 5px;
}

.custom-tags .select2-container .new-tag {
  position: relative;
}

.custom-tags .select2-container .new-tag::after {
  content: "yeni";
  font-size: 10px;
  font-style: italic;
  margin-left: 10px;
}

.custom-tags .allow-clear {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  font-family: Tahoma;
  background: #d4d4d4;
  padding: 0px 4px 2px 4px;
  color: #757575;
  line-height: 100%;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: none;
}

.custom-tags:hover {
  opacity: 1;
}

.custom-tags .select2-container--open {
  bottom: 0 !important;
  top: auto !important;
  z-index: 9;
}

.custom-tags .select2-container--open .select2-dropdown {
  margin-top: -7px;
}

.select-container {
  width: 422px !important;
  margin-right: 10px;
  margin-top: 8px;
  position: relative;
}

.select-container .select2-container {
  border: 1px solid #e5e5e5 !important;
  background-color: transparent !important;
  border-radius: 5px;
  height: 34px;
}

.select-container .select2-container:focus {
  outline: none !important;
  border: 1px #696969 solid !important;
}

.select-container .select2-results {
  padding-top: 5px;
}

.select-container .select2-results__options {
  width: 100%;
}

.select-container .select2-search__field {
  float: inherit !important;
  margin-top: 0 !important;
  width: 100% !important;
}

.select-container .select2-selection--single {
  border: none !important;
  height: 34px !important;
  background-color: transparent !important;
}

.select-container .select2-selection--single:focus {
  outline: none !important;
  border: 1px #696969 solid !important;
}

.select-container .select2-selection--single .select2-selection__rendered {
  color: #787878 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 34px !important;
}

.select-container .select2-selection__arrow b {
  padding: 4px !important;
  border-color: #7c7c7c !important;
}

.select-container .select2-container--open {
  background-color: #fff !important;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 25px #eaeaea;
  box-shadow: 0 0 25px #eaeaea;
}

.select-container .select2-container--open.select2-container {
  border: 0 !important;
  top: 100% !important;
}

.select-container .select2-container--open .select2-selection--single {
  border-color: transparent !important;
}

.select-container.big-select {
  width: auto !important;
}

.select-container.big-select .select2-container,
.select-container.big-select .select2-selection--single {
  height: 40px;
}

.select-container.big-select .select2-selection__rendered {
  line-height: 40px !important;
}

.select2-container--open .select2-dropdown {
  -webkit-box-shadow: 0 15px 25px #eaeaea;
  box-shadow: 0 15px 25px #eaeaea;
  border: none;
  z-index: 999;
}

.select2-container--open .select2-dropdown .select2-results__option {
  padding: 14px 20px !important;
  border: none !important;
  border-bottom: 1px solid #f5f5f5 !important;
  cursor: pointer;
  color: #787878;
  font-weight: 400;
  font-size: 14px;
}

.select2-container--open .select2-dropdown .select2-results__option:hover {
  background-color: #f5f5f5 !important;
  font-weight: 500;
  color: #787878 !important;
}

.select2-container--open .select2-results__option {
  position: relative;
}

.fb-detail-panel .remove-label,
.select2-container--open .select2-results__option .remove-label {
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
  background: #e2091f;
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
  padding: 4px 5px 2px 5px;
  z-index: 99;
  line-height: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fb-detail-panel .remove-label {
  right: 0;
  top: 0;
}

.select2-container--open .select2-results__option .remove-label:hover {
  opacity: 1;
}

.select2-container--open .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
}

.select2-container--open .select2-results__option[aria-selected="true"] {
  background-color: rgba(205, 205, 205, 0.4) !important;
  font-weight: 500 !important;
  color: #787878 !important;
}

.select2-container--open .select2-results__option--highlighted[aria-selected="false"] {
  background-color: #f5f5f5 !important;
  color: #787878 !important;
}

.dropdown-menu::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #adadad;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.dropdown-menu::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #dddddd;
}

.ui-select-choices {
  text-align: left;
}

.ui-select-choices .ui-select-choices-group-label {
  font-weight: 500;
  padding: 3px 5px !important;
  font-size: 15px !important;
  color: #ababab;
  font-weight: bold;
}

.ui-select-choices .ui-select-highlight {
  color: #ffcd00 !important;
}

.ui-select-group-list .ui-select-choices-row {
  font-size: 12px;
}

.ui-select-group-list .ui-select-choices-row:last-child {
  border-bottom: 0 !important;
}

.ui-select-group-list .ui-select-choices-row span {
  color: #b6bfce !important;
}

.ui-select-group-list .ui-select-choices-row span:focus,
.ui-select-group-list .ui-select-choices-row span:hover {
  background: #ffcd00 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ui-select-group-list .ui-select-choices-row span.ui-select-highlight {
  color: #000 !important;
}

.ui-select-group-list .ui-select-choices-row.active>span {
  font-weight: 500;
  background-color: #cdcdcd !important;
  color: #fff !important;
}

.ui-select-group-list.small-padding .ui-select-choices-row span:not(.ui-select-highlight) {
  padding: 6px;
}

.ui-select-custom-list .form-control {
  min-height: 31px;
  padding: 7px 12px !important;
  font-weight: 400;
  border: 1px solid #ffcd00;
  border-radius: 25px;
}

.ui-select-custom-list .ui-select-match-text {
  top: 2px !important;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

.ui-select-custom-list.uisc-min .form-control {
  min-height: auto;
  width: auto;
}

.ui-select-custom-list.uisc-min .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-select-custom-list.uisc-min .text-muted,
.ui-select-custom-list.uisc-min .ui-select-match-text {
  top: 1px !important;
  padding: 1px 0;
  font-size: 14px;
  color: #b6bfce;
  font-weight: 500;
}

.ui-select-custom-list.uisc-min .ui-select-choices-row span {
  font-size: 13px;
}

.ui-select-custom-list.uisc-min .ui-select-choices-row:not(.active):not(:hover) span {
  color: #b6bfce !important;
}

.ui-select-custom-list.uisc-min.dropdown.open {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  border-radius: 25px;
  max-height: 31.38px;
}

.ui-select-custom-list.uisc-min.dropdown.open .ui-select-no-choice {
  display: none;
}

.ui-select-custom-list.uisc-min.dropdown.open .form-control {
  border-radius: 25px;
  border: 1px solid #ffcd00;
  width: 100% !important;
}

.ui-select-custom-list.uisc-min.dropdown.open .dropdown-menu {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 32px rgba(136, 136, 136, 0.3);
  box-shadow: 0 10px 32px rgba(136, 136, 136, 0.3);
  margin-top: 10px;
}

.select2-container--default .select2-search--dropdown {
  padding: 4px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px;
  border-color: #e6e6e6 !important;
  color: #c1c1c1;
}

/**
* help message absolute
*/
.help-message {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 999;
  left: -1px;
  top: -68px;
  padding: 0.55rem;
  border-radius: 0.25rem;
  background-color: #ffcd00;
  color: #000000;
  border: 1px solid #ffcd00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.help-message.input-msg {
  top: -42px;
}

.help-message::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  left: 10px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffcd00 transparent transparent transparent;
}

.help {
  position: relative;
}

.help::after {
  content: attr(tooltip-text);
  position: absolute;
  z-index: 999;
  left: -1px;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 0.55rem;
  border-radius: 0.25rem;
  background-color: #ffcd00;
  color: #000000;
  border: 1px solid #ffcd00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.help::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  padding: 1.3px 0;
  left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffcd00 transparent transparent transparent;
}

.help::before,
.help::after {
  opacity: 0;
  visibility: hidden;
}

.help.hover {
  font-weight: 400;
  font-size: 12px;
}

.help.hover::before {
  left: 5px;
  border-width: 5px 5px 0 5px;
}

.help.hover:after {
  margin-bottom: 8px;
}

.help.hover:hover::before,
.help.hover:hover::after {
  opacity: 1;
  visibility: visible;
}

.field.on.help::before,
.field.on.help::after {
  opacity: 1;
  visibility: visible;
}

/**footer
*/
.footer {
  width: 100%;
  height: auto;
  color: #868686;
  font-size: 14px;
  text-align: center;
  opacity: 1;
  clear: both;
  text-align: center;
  margin: 0px 0px 0px 0px;
  background-color: #d9d9d9;
  display: none;
  padding: 15px 0;
}

#version {
  padding: 0;
  text-align: center;
}

#whatShouldIDoPopupWrapper {
  z-index: 9999;
}

/**
* custom app popup
*/
#AppPopup {
  height: 90vh;
  overflow: hidden;
  max-height: 100%;
}

#AppPopup .AppPopupInner {
  max-height: 85vh;
}

#whatShouldIDoPopup.confirm-modal {
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 1.13, 0.16, 1.46);
  transition: -webkit-transform 250ms cubic-bezier(0.4, 1.13, 0.16, 1.46);
  transition: transform 250ms cubic-bezier(0.4, 1.13, 0.16, 1.46);
  transition: transform 250ms cubic-bezier(0.4, 1.13, 0.16, 1.46), -webkit-transform 250ms cubic-bezier(0.4, 1.13, 0.16, 1.46);
  display: none;
}

#whatShouldIDoPopup.confirm-modal .desc {
  float: none;
}

#whatShouldIDoPopup.confirm-modal .buttons {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#whatShouldIDoPopup.confirm-modal .buttons div {
  float: none;
}

#whatShouldIDoPopup.confirm-modal .buttons div:last-child {
  margin-right: 0;
}

#whatShouldIDoPopup.confirm-modal.open {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

#whatShouldIDoPopup.confirm-modal.close {
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
}

/**
* Licence modal
*/
.licence-modal #whatShouldIDoPopup {
  overflow: hidden;
  min-height: auto;
  padding: 50px;
  text-align: center;
}

.licence-modal #whatShouldIDoPopup .qrcode {
  position: relative;
  width: 134px;
  height: 134px;
  margin: auto;
}

.licence-modal #whatShouldIDoPopup .qrcode img {
  display: inline-block !important;
  width: 134px;
  height: 134px;
  position: absolute;
  left: 0;
  top: 0;
}

.licence-modal #whatShouldIDoPopup .qrcode .loader-qrcode {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 100%;
}

.licence-modal #whatShouldIDoPopup .qrcode .loader-qrcode::after {
  z-index: 999;
  border: 5px solid #c3c3c3;
  border-top: 5px solid #ffe880;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -18px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.licence-modal #whatShouldIDoPopup .text {
  font-size: 16px;
  margin: 25px 0;
}

.licence-modal #whatShouldIDoPopup .key {
  text-transform: uppercase;
  border-color: #ffcf00 !important;
  float: none;
  font-size: 26px;
  padding: 15px;
  text-align: center;
  width: 500px;
  margin-right: 0;
}

.licence-modal #whatShouldIDoPopup .c-button {
  margin-top: 25px;
  width: 200px;
  background-color: #ffcd00;
  height: 42px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.licence-modal #whatShouldIDoPopup .c-button:hover:enabled {
  -webkit-box-shadow: 0 0 20px rgba(255, 152, 0, 0.55);
  box-shadow: 0 0 20px rgba(255, 152, 0, 0.55);
}

.licence-modal #whatShouldIDoPopup .c-button.disabled {
  background-color: #eee;
  color: #000;
  pointer-events: none;
}

.licence-modal #whatShouldIDoPopup .alert-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin: auto;
  font-size: 14px;
  padding: 1em 0;
  text-align: center;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(255, 97, 97, 0.31);
  box-shadow: 0px 2px 20px 0px rgba(255, 97, 97, 0.31);
  display: none;
}

/* On-premise Activation Code Display */
.licence-modal .activation-code-section {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: auto;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.licence-modal .activation-code-display {
  display: none;
  text-align: center;
}

.licence-modal .activation-code-display label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #24394d;
  font-size: 14px;
}

.licence-modal .activation-code-display .input-with-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  margin: auto;
}

.licence-modal .activation-code-display .input-with-copy input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ffcd00;
  border-radius: 5px;
  font-size: 14px;
  font-family: monospace;
  background: #fffef5;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.licence-modal .activation-code-display .input-with-copy .copy-btn {
  flex-shrink: 0;
  padding: 10px 15px;
  border: 1px solid #ffcd00;
  background: #ffcd00;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.licence-modal .activation-code-display .input-with-copy .copy-btn:hover {
  background: #e6b800;
  border-color: #e6b800;
}

.licence-modal .activation-code-display .input-with-copy .copy-btn a {
  color: #24394d;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

/** #PAGES
* Energy Comparison
*/
#content .energy-comparison .hide {
  display: none !important;
  pointer-events: none !important;
}

#content .energy-comparison .download-to-excel {
  display: none;
  color: #000;
  text-align: center;
}

#content .energy-comparison .download-to-excel .icon {
  margin-bottom: 2px;
  float: none !important;
}

#content .energy-comparison .download-to-excel:hover {
  color: #ffcf00;
}

#content .energy-comparison .buttons {
  margin-top: 10px !important;
}

#content .energy-comparison .empty {
  display: none;
  text-align: center;
  background-image: url(/assets/img/energyComparisonBlurBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
  margin-top: 10px;
  color: #989898;
  font-weight: 500;
  font-size: 17px;
}

#content .energy-comparison .noCompanyError {
  background-image: repeating-linear-gradient(130deg,
      rgba(255, 255, 255, 0),
      rgba(251, 251, 251, 0.04) 1px,
      rgba(230, 230, 230, 0.6) 5px,
      rgba(244, 244, 244, 0) 6px), url(/assets/img/energy-comparison-bg.png);
  background-size: 1213px 426px;
  background-position-x: -16px;
  background-position-y: -20px;
  background-repeat: no-repeat;
}

#content .energy-comparison .section {
  height: auto;
  padding: 20px;
  /** select2 custom styling. */
  /*  tags */
}

#content .energy-comparison .section .sectionHead {
  display: none;
  height: auto;
  min-height: 0;
}

#content .energy-comparison .section .sectionHead.categories {
  border-bottom: 1px solid #ffcf00;
}

#content .energy-comparison .section .sectionContent {
  width: 100%;
  min-height: 200px;
  max-height: 100%;
}

#content .energy-comparison .section .sectionContent table {
  width: 100%;
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  padding: 0;
  padding-top: 20px;
  display: none;
}

#content .energy-comparison .section .sectionContent table th {
  min-width: auto;
  color: #9fa9bd;
}

#content .energy-comparison .section .sectionContent table tr td {
  color: #9fa9bd;
  position: relative;
  text-align: center;
  font-size: 13px;
}

#content .energy-comparison .section .sectionContent table tr td:nth-child(1),
#content .energy-comparison .section .sectionContent table tr td:nth-child(2) {
  text-align: left;
}

#content .energy-comparison .section .sectionContent table tr td:first-child {
  overflow: hidden;
  padding-left: 15px;
}

#content .energy-comparison .section .sectionContent table tr td:first-child.gray::before {
  background-color: #d2d2d2;
}

#content .energy-comparison .section .sectionContent table tr td:first-child.green::before {
  background-color: #bad600;
}

#content .energy-comparison .section .sectionContent table tr td:first-child.red::before {
  background-color: #e2091f;
}

#content .energy-comparison .section .sectionContent table tr td:first-child.orange::before {
  background-color: #ffcd00;
}
#content .energy-comparison .section .sectionContent table tr td:first-child.facility-name{
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .energy-comparison .section .sectionContent table tr td:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}

#content .energy-comparison .section .sectionContent table tr td .s-container {
  width: 70%;
  margin: auto;
}

#content .energy-comparison .section .sectionContent table tr td .s-container span {
  display: block;
  width: 50%;
  text-align: right;
}

#content .energy-comparison .section .sectionContent table tr td .s-container span:first-child {
  float: left;
  width: 70%;
}

#content .energy-comparison .section .sectionContent table tr td .s-container span:last-child {
  float: right;
  width: 30%;
}

#content .energy-comparison .section .sectionContent table tr td .s-container.small {
  width: 60%;
}

#content .energy-comparison .section .sectionContent table tr td .s-container.small span:first-child {
  width: 10%;
}

#content .energy-comparison .section .sectionContent table tr td .s-container.small span:last-child {
  position: relative;
  width: 70%;
}

#content .energy-comparison .section .sectionContent table tr td .s-container.small span:last-child::after {
  content: "\03C3";
  margin-left: 3px;
  display: inline-block;
}

#content .energy-comparison .section .sectionContent table tr td .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#content .energy-comparison .section .sectionContent table tr td .icon::before {
  display: inline-block;
  position: relative;
}

#content .energy-comparison .section .sectionContent table tr td .icon.red::after {
  color: #e2091f;
  content: "\25B2\A\25B2";
  white-space: pre;
  line-height: 10px;
  display: inline-block;
}

#content .energy-comparison .section .sectionContent table tr td .icon.orange::after {
  color: #ffcd00;
  content: "\25B2";
}

#content .energy-comparison .section .sectionContent table tr td .icon.green::after {
  color: #bad600;
  content: "\25BC";
}

#content .energy-comparison .section .sectionContent.loading .content-loader {
  display: block;
}

#content .energy-comparison .section .sectionContent.loading .empty,
#content .energy-comparison .section .sectionContent.loading table {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

#content .energy-comparison .section .of-labels {
  position: relative;
  margin-top: 19px;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection--single {
  border: none;
  background-color: #fff !important;
  position: relative;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection--single::after {
  background-color: #ffcd00;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection--single:hover::after {
  content: attr(data-text);
  opacity: 1;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection--single:focus {
  outline: none;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection--single .select2-selection__arrow b {
  left: -105px;
  margin-left: 0 !important;
  border-color: #6b6b6b !important;
}

#content .energy-comparison .section .of-labels .select2-container .select2-selection__rendered {
  font-size: 14px;
  padding-left: 0;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown {
  -webkit-box-shadow: 0px 10px 32px rgba(136, 136, 136, 0.5);
  box-shadow: 0px 10px 32px rgba(136, 136, 136, 0.5);
  border-top: 2px solid #ffcf00;
  padding: 10px;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-search__field {
  border-radius: 15px;
  border-color: #ddd;
  margin-bottom: 10px;
  padding: 7px 15px;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 1px solid #a8a8a8;
  background-color: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li:hover::before {
  background-color: #ffdb41;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li.select2-results__option {
  padding: 7px 10px !important;
  border-bottom: none !important;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li.select2-results__option:hover {
  background-color: transparent !important;
  font-weight: 400 !important;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li.select2-results__option--highlighted {
  color: #8e8e8e;
  background-color: transparent;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li[aria-selected="true"] {
  background-color: transparent;
}

#content .energy-comparison .section .of-labels .select2-container--open .select2-dropdown .select2-results__options li[aria-selected="true"]::before {
  border-color: #000;
  background-color: #ffcf00;
}

#content .energy-comparison .section .of-labels .select2-results__option.select2-results__message:hover {
  background-color: transparent;
  cursor: default;
}

#content .energy-comparison .section .of-labels .select2-results__option.select2-results__message::before {
  display: none !important;
}

#content .energy-comparison .section .tags {
  overflow: hidden;
}

#content .energy-comparison .section .tags ul li {
  float: left;
  background-color: #ffcf00;
  padding: 5px 10px 5px 5px;
  color: #fff;
  border-radius: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#content .energy-comparison .section .tags ul li .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #a6b0be;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff7d6;
  text-align: center;
  line-height: 18px;
  margin-right: 5px;
}

#content .energy-comparison .section .tags ul li .icon:hover {
  background-color: #fff111;
}

#content .energy-comparison .sectionError {
  margin: 0 !important;
}

/**
* Developer Screen
*/
#content.settings .list:last-child .listItem.hvr:hover {
  cursor: pointer !important;
  background-color: #efefef;
}

#content.settings .tariff-screen .actionButton,
#content.settings .developer-screen .actionButton {
  width: auto;
  padding: 0 15px;
}

#content.settings .tariff-screen .list .listItem,
#content.settings .developer-screen .list .listItem {
  height: auto;
  min-height: 42px;
  cursor: default;
}

#content.settings .tariff-screen .list .listItem .col,
#content.settings .developer-screen .list .listItem .col {
  color: #8c8c8c;
  font-size: 14px;
  text-align: left;
  margin-left: 0;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(2),
#content.settings .developer-screen .list .listItem .col:nth-child(2) {
  width: 3%;
  margin-left: 15px;
  padding-right: 5px;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(3),
#content.settings .developer-screen .list .listItem .col:nth-child(3) {
  width: 19%;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(4),
#content.settings .developer-screen .list .listItem .col:nth-child(4) {
  width: 19%;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(5),
#content.settings .developer-screen .list .listItem .col:nth-child(5) {
  width: 20%;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(6),
#content.settings .developer-screen .list .listItem .col:nth-child(6) {
  width: 35%;
}

#content.settings .tariff-screen .list .listItem .menu,
#content.settings .developer-screen .list .listItem .menu {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#content.settings .tariff-screen .list .listItem .menu:hover,
#content.settings .developer-screen .list .listItem .menu:hover {
  background-color: #e6e6e6;
}

#content.settings .tariff-screen .list .listItem .threeDotsSelect,
#content.settings .developer-screen .list .listItem .threeDotsSelect {
  top: 100%;
  right: 24px;
}

#content.settings .tariff-screen .cloud {
  width: 25px;
  display: inline-block;
}

#content.settings .tariff-screen .cloud .i-icon-cloud {
  vertical-align: middle;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(1),
#content.settings .tariff-screen .list .listItem .col:nth-child(2),
#content.settings .tariff-screen .list .listItem .col:nth-child(3) {
  width: 25%;
  padding: 15px;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(1) {
  width: 50%;
}

#content.settings .tariff-screen .list .listItem .col:nth-child(4) {
  width: 10%;
}

#content.settings .tariff-screen .threeDotsSelect {
  width: 160px !important;
}

/**
* Dashboard Energy Comprarison and Facility Management
*/
#content .section.dashboardSection.facilityManagement .sectionContent,
#content .section.dashboardSection.energyComparison .sectionContent {
  height: 233px;
  overflow: hidden;
  border: 1px solid transparent;
}

#content .section.dashboardSection.facilityManagement .sectionContent .info,
#content .section.dashboardSection.energyComparison .sectionContent .info {
  color: #b9a24c;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}

/**
* Facility Report Section
*/
.load-history-data {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
}

.load-history-data .dashboardLoader {
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 15%;
}

.load-history-data .history-data-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 40px;
}

#content .section.facilityReportSection .filterContent {
  width: auto;
  margin: 0 10px;
}

#content .section.facilityReportSection .sectionHeadContent {
  cursor: default !important;
}

#content .section.facilityReportSection .disabled {
  pointer-events: none;
  -webkit-filter: grayscale(10);
  filter: grayscale(10);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: transparent;
}

#content .section.facilityReportSection .updateTime {
  text-align: inherit;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  width: auto;
}

#content .section.facilityReportSection .fr-outer {
  overflow: hidden;
  width: 1150px;
  height: 525px;
  position: relative;
}

#content .section.facilityReportSection .fr-outer .fr-stage {
  width: 2300px;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

#content .section.facilityReportSection .fr-outer .fr-stage.active {
  -webkit-transform: translateX(-1150px);
  transform: translateX(-1150px);
}

#content .section.facilityReportSection .fr-outer .fr-item {
  position: relative;
  width: 1150px;
  height: 100%;
}

#content .section.facilityReportSection .loading-wrap .chart-area {
  pointer-events: none;
  -webkit-filter: blur(2px) grayscale(65%);
  filter: blur(2px) grayscale(65%);
}

#content .section.facilityReportSection .loading-wrap .content-loader {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: block;
}

#content .section.facilityReportSection .instantDataTable tr td {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
}

#content .section.facilityReportSection .instantDataTable tr td .iconed {
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZGNkY2RjIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQ1LjgyMyA0NDUuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDUuODIzIDQ0NS44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNDI4LjM0LDQyMi41MTJIMTcuNDgzQzcuODY3LDQyMi41MTIsMCw0MTQuNjQ1LDAsNDA1LjAyOVY0MC43OTRjMC05LjYxNiw3Ljg2Ny0xNy40ODMsMTcuNDgzLTE3LjQ4M3MxNy40ODMsNy44NjcsMTcuNDgzLDE3LjQ4M3YzNDYuNzUySDQyOC4zNGM5LjYxNiwwLDE3LjQ4Myw3Ljg2NywxNy40ODMsMTcuNDgzUzQzNy45NTYsNDIyLjUxMiw0MjguMzQsNDIyLjUxMnogTTIwNi41OTQsMTM5Ljg2NmMtNi45OTMtNS41MzYtMTcuMTkyLTQuNjYyLTIzLjMxMSwxLjc0OEw3My40MywyNTcuMjk2Yy02LjcwMiw2Ljk5My02LjQxMSwxOC4wNjYsMC41ODMsMjQuNzY4YzMuNDk3LDMuMjA1LDcuNTc2LDQuNjYyLDExLjk0Nyw0LjY2MmM0LjY2MiwwLDkuMzI0LTEuNzQ4LDEyLjgyMS01LjUzNmw5OS4wNzItMTA0LjMxN2w2Mi45NCw0OC4zN2M2Ljk5Myw1LjUzNiwxNy4xOTIsNC42NjIsMjMuMzExLTIuMDRsMTIzLjg0LTEzMS40MTZ2NzcuMjE4YzAsOS42MTYsNy44NjcsMTcuNDgzLDE3LjQ4MywxNy40ODNzMTcuNDgzLTcuODY3LDE3LjQ4My0xNy40ODNWNDkuNTM2YzAtOS42MTYtNy44NjctMTcuNDgzLTE3LjQ4My0xNy40ODNIMzA4Ljg3MWMtOS42MTYsMC0xNy40ODMsNy44NjctMTcuNDgzLDE3LjQ4M3M3Ljg2NywxNy40ODMsMTcuNDgzLDE3LjQ4M2g3NC4zMDRMMjY5LjUzNCwxODguMjM3TDIwNi41OTQsMTM5Ljg2NnoiLz48L2c+PC9zdmc+);
}

#content .section.facilityReportSection .instantDataTable tr td .iconed.red {
  opacity: 0.6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZTY1NjVjIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQ1LjgyMyA0NDUuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDUuODIzIDQ0NS44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNDI4LjM0LDQyMi41MTJIMTcuNDgzQzcuODY3LDQyMi41MTIsMCw0MTQuNjQ1LDAsNDA1LjAyOVY0MC43OTRjMC05LjYxNiw3Ljg2Ny0xNy40ODMsMTcuNDgzLTE3LjQ4M3MxNy40ODMsNy44NjcsMTcuNDgzLDE3LjQ4M3YzNDYuNzUySDQyOC4zNGM5LjYxNiwwLDE3LjQ4Myw3Ljg2NywxNy40ODMsMTcuNDgzUzQzNy45NTYsNDIyLjUxMiw0MjguMzQsNDIyLjUxMnogTTIwNi41OTQsMTM5Ljg2NmMtNi45OTMtNS41MzYtMTcuMTkyLTQuNjYyLTIzLjMxMSwxLjc0OEw3My40MywyNTcuMjk2Yy02LjcwMiw2Ljk5My02LjQxMSwxOC4wNjYsMC41ODMsMjQuNzY4YzMuNDk3LDMuMjA1LDcuNTc2LDQuNjYyLDExLjk0Nyw0LjY2MmM0LjY2MiwwLDkuMzI0LTEuNzQ4LDEyLjgyMS01LjUzNmw5OS4wNzItMTA0LjMxN2w2Mi45NCw0OC4zN2M2Ljk5Myw1LjUzNiwxNy4xOTIsNC42NjIsMjMuMzExLTIuMDRsMTIzLjg0LTEzMS40MTZ2NzcuMjE4YzAsOS42MTYsNy44NjcsMTcuNDgzLDE3LjQ4MywxNy40ODNzMTcuNDgzLTcuODY3LDE3LjQ4My0xNy40ODNWNDkuNTM2YzAtOS42MTYtNy44NjctMTcuNDgzLTE3LjQ4My0xNy40ODNIMzA4Ljg3MWMtOS42MTYsMC0xNy40ODMsNy44NjctMTcuNDgzLDE3LjQ4M3M3Ljg2NywxNy40ODMsMTcuNDgzLDE3LjQ4M2g3NC4zMDRMMjY5LjUzNCwxODguMjM3TDIwNi41OTQsMTM5Ljg2NnoiLz48L2c+PC9zdmc+);
}

#content .section.facilityReportSection .instantDataTable td.hover-yellow {
  background-color: #ffcd00;
  cursor: pointer;
}

#content .section.facilityReportSection .instantDataTable td.hover-red {
  background-color: #e6565c;
  color: #fff;
  cursor: pointer;
}

#content .section.facilityReportSection .instantDataTable td.hover-green {
  background-color: #bad600;
  cursor: pointer;
}

#content .section.facilityReportSection .instantDataTable td.hover-yellow .iconed,
#content .section.facilityReportSection .instantDataTable td.hover-red .iconed,
#content .section.facilityReportSection .instantDataTable td.hover-green .iconed,
#content .section.facilityReportSection .instantDataTable td.hover-red .iconed.red {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQ1LjgyMyA0NDUuODIzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDUuODIzIDQ0NS44MjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNDI4LjM0LDQyMi41MTJIMTcuNDgzQzcuODY3LDQyMi41MTIsMCw0MTQuNjQ1LDAsNDA1LjAyOVY0MC43OTRjMC05LjYxNiw3Ljg2Ny0xNy40ODMsMTcuNDgzLTE3LjQ4M3MxNy40ODMsNy44NjcsMTcuNDgzLDE3LjQ4M3YzNDYuNzUySDQyOC4zNGM5LjYxNiwwLDE3LjQ4Myw3Ljg2NywxNy40ODMsMTcuNDgzUzQzNy45NTYsNDIyLjUxMiw0MjguMzQsNDIyLjUxMnogTTIwNi41OTQsMTM5Ljg2NmMtNi45OTMtNS41MzYtMTcuMTkyLTQuNjYyLTIzLjMxMSwxLjc0OEw3My40MywyNTcuMjk2Yy02LjcwMiw2Ljk5My02LjQxMSwxOC4wNjYsMC41ODMsMjQuNzY4YzMuNDk3LDMuMjA1LDcuNTc2LDQuNjYyLDExLjk0Nyw0LjY2MmM0LjY2MiwwLDkuMzI0LTEuNzQ4LDEyLjgyMS01LjUzNmw5OS4wNzItMTA0LjMxN2w2Mi45NCw0OC4zN2M2Ljk5Myw1LjUzNiwxNy4xOTIsNC42NjIsMjMuMzExLTIuMDRsMTIzLjg0LTEzMS40MTZ2NzcuMjE4YzAsOS42MTYsNy44NjcsMTcuNDgzLDE3LjQ4MywxNy40ODNzMTcuNDgzLTcuODY3LDE3LjQ4My0xNy40ODNWNDkuNTM2YzAtOS42MTYtNy44NjctMTcuNDgzLTE3LjQ4My0xNy40ODNIMzA4Ljg3MWMtOS42MTYsMC0xNy40ODMsNy44NjctMTcuNDgzLDE3LjQ4M3M3Ljg2NywxNy40ODMsMTcuNDgzLDE3LjQ4M2g3NC4zMDRMMjY5LjUzNCwxODguMjM3TDIwNi41OTQsMTM5Ljg2NnoiLz48L2c+PC9zdmc+);
}

#content .section.facilityReportSection .graph-style {
  background-color: #fff;
}

#content .section.facilityReportSection .graph-style .colLine {
  fill: none;
  stroke: #e5f3f7;
  stroke-miterlimit: 10;
}

#content .section.facilityReportSection .graph-style .detailGroup .times,
#content .section.facilityReportSection .graph-style .detailGroup .locationName {
  fill: #9da8bc;
  font-size: 13px;
  font-weight: 500;
}

#content .section.facilityReportSection .graph-style .detailGroup .thin {
  font-weight: 300;
}

#content .section.facilityReportSection .graph-style .dark-line {
  stroke: #d9e5e8;
}

#content .section.facilityReportSection .graph-style .rowText,
#content .section.facilityReportSection .graph-style .colText {
  fill: #b6bfce;
  font-family: "roboto";
  font-size: 13px;
  font-weight: 500;
}

#content .section.facilityReportSection .graph-style .Xaxis .col:first-child .colText {
  -webkit-transform: matrix(1, 0, 0, 1, -12, 385.5);
  transform: matrix(1, 0, 0, 1, -12, 385.5);
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .sectionContent {
  min-height: 400px;
  max-height: 400px;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues #whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .sectionError {
  padding-bottom: 50px !important;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .table-view {
  width: 100%;
  height: 520px;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .load-history-data {
  top: 100px;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .sectionHeadContent {
  cursor: default;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .facilityReportSectionHead {
  height: auto;
  margin-top: 0;
}

#whatShouldIDoPopup.instantValuesPopup .section.facilityReportSectionInstantValues .updateTime {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 36px;
  top: 26px;
}

/* fadeout */
.fade-out-anim {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.fade-out-anim.show {
  opacity: 1;
  visibility: visible;
}

.intag {
  display: inline-block;
  background-color: #a0aabe;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
}

/**
* GENERAL SELECTOBOXES
*/
.general-selectbox {
  position: relative;
  z-index: 999;
}

.general-selectbox .select2-results__options {
  max-height: 280px !important;
}

.general-selectbox .select2-selection--single {
  border: 1px solid #ffcd00 !important;
  border-radius: 26px !important;
  min-width: 160px;
  height: 30px;
  font-size: 16px;
  color: #b6bfce !important;
  text-align: center;
}

.general-selectbox .select2-selection--single .select2-selection__rendered {
  color: #b6bfce !important;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
}

.general-selectbox .select2-container--open {
  top: auto !important;
  bottom: 0 !important;
  z-index: 9;
  border-radius: 20px;
}

.general-selectbox .select2-container--open .select2-dropdown {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 32px rgba(136, 136, 136, 0.3);
  box-shadow: 0px 10px 32px rgba(136, 136, 136, 0.3);
}

.general-selectbox .select2-container--open .select2-dropdown .select2-results__option {
  color: #b7c6dc;
  border-bottom: none !important;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.general-selectbox .select2-container--open .select2-dropdown .select2-results__option:hover {
  background-color: #ffcd00 !important;
  color: #fff !important;
}

.general-selectbox .select2-container--open .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: transparent;
  color: #b7c6dc;
}

.general-selectbox .select2-container--open .select2-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #cdcdcd !important;
  color: #ffffff !important;
  font-weight: 500;
}

/**
* GENERAL DATEPICKER
*/
.general-datepicker {
  overflow: hidden;
  min-width: 160px;
  font-size: 14px;
  text-align: center;
  color: #b6bfce;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ffcd00;
  border-radius: 26px;
  cursor: pointer;
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}

.general-datepicker::after {
  border: solid #b4b4b4 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
  height: 0;
  right: 15px;
  position: absolute;
  top: 50%;
  width: 0;
  content: "";
}

.general-datepicker:first-child::before {
  content: "-";
  position: absolute;
  right: -14px;
  top: 2px;
  display: inline-block;
}

.datepicker-dropdown {
  z-index: 990 !important;
}

/*###################################################################
*                               UTILS
/*#################################################################*/
.filter-blur {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.alert-wrap {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-wrap.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-wrap.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-wrap.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.general-selectbox select {
  width: auto;
}

b,
strong {
  font-weight: bold !important;
}

.semi-bold {
  font-weight: 500;
}

.p-relative {
  position: relative;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.f-none {
  float: none !important;
}

.content-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background: url("/assets/img/loader.gif");
  background-size: contain;
  z-index: 999;
}

.content-loader-min {
  width: 26px;
  height: 26px;
  background: url("/assets/img/loader.gif");
  background-size: 26px;
  z-index: 999;
  vertical-align: middle;
}

.select2-selection__arrow b {
  border: solid #b4b4b4 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  margin-left: -11px !important;
  margin-top: -5px !important;
}

.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
  margin-top: -2px !important;
}

/**
* Custom scrolling style
*/
.style-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.style-scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #adadad;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.style-scroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #dddddd;
}

/** style.css merge */
#content .section.dashboardEnergyQuality .indicators .indicator .np-1 .pointText2,
#content .section.energyQuality .indicators .indicator .np-1 .pointText2 {
  -webkit-transform-origin: 0px 20% !important;
  transform-origin: 0px 20% !important;
}

#content .section.dashboardEnergyQuality .indicators .indicator .np-1 .pointText3,
#content .section.energyQuality .indicators .indicator .np-1 .pointText3 {
  letter-spacing: -2px;
}

#content .section.dashboardEnergyQuality .indicators .indicator .indicatorContent,
#content .section.energyQuality .indicators .indicator .indicatorContent {
  overflow: inherit !important;
  height: 130px;
}

#content .section.dashboardEnergyQuality .indicators .indicator .indicatorName,
#content .section.energyQuality .indicators .indicator .indicatorName {
  position: relative;
  z-index: 3;
}

#content .section.energyQuality .indicators .indicator {
  margin: 0 25px;
  width: 245px;
}

.d-none {
  display: none;
}

.gray-button {
  padding: 10px 40px;
  background-color: #898989;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.gray-button.active,
.gray-button:hover:not(.deactive) {
  background-color: #ffcf00;
}

/**
* General Table
*/
.general-table {
  width: 100%;
  -webkit-transition: filter 0.2s linear;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  padding: 0;
  border-spacing: 5px;
  border-collapse: separate;
  color: #686868;
  font-size: 15px;
}

.general-table thead th {
  min-width: auto;
  color: #9fa9bd;
  background-color: #ebf4f9;
  vertical-align: middle;
  border-radius: 5px;
  padding: 10px;
}

.general-table tbody tr td {
  color: #9fa9bd;
  position: relative;
  font-size: 13px;
  background-color: #f2f2f2;
  padding: 6px 10px;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
}

.general-table tbody tr td:first-child {
  text-align: left;
}

.general-table tbody tr td .clear-icon {
  font-size: 20px;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  cursor: pointer;
  background-color: #ffcd00;
}

.general-table tbody tr td .clear-icon:hover {
  background-color: #eabb00;
}

.general-table.custom-table {
  border-spacing: 2px;
}

.general-table.custom-table thead th {
  background-color: #eaf4f7;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  padding: 13px 10px;
}

.general-table.custom-table thead th:nth-child(2) {
  border-top-left-radius: 5px;
}

.general-table.custom-table thead th:last-child {
  border-top-right-radius: 5px;
}

.general-table.custom-table tbody td {
  border-radius: 0;
  background-color: #f8f8f8;
}

/*
* show me modal
*/
.show-me-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9998;
}

.show-me-container .show-me {
  position: relative;
  width: 520px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 9999;
  -webkit-box-shadow: 0px 4.5px 17px 0 rgba(7, 41, 60, 0.3);
  box-shadow: 0px 4.5px 17px 0 rgba(7, 41, 60, 0.3);
  padding: 20px 40px;
  color: #969696;
  font-size: 15px;
}

.show-me-container .show-me .title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.show-me-container .show-me .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

.general-border-style {
  padding: 10px 15px !important;
  font-size: 14px;
  color: #b6bfce;
  border: 1px solid #ffcd00;
  border-radius: 25px;
  max-height: 32px;
  font-weight: 500;
  line-height: 0;
  background-color: #fff;
}

.general-border-style .icon {
  display: inline-block;
  background-color: #d6d6d6;
  width: 12px;
  height: 10px;
  border-radius: 2px;
}

.general-border-style.input {
  outline: none;
  padding: 7px 15px !important;
}

.general-border-style.error {
  border-color: #a94442 !important;
}

.ui-select-container[disabled="disabled"] {
  pointer-events: none;
  opacity: 0.4;
}

.ui-select-container.error .form-control {
  border-color: #a94442 !important;
}

/*
* general buttons
*/
.general-btn {
  padding: 16px 50px;
  width: auto !important;
  height: auto !important;
  border-radius: 15px !important;
  border: 1px solid #ffce00;
  background-color: #ffcd00 !important;
  color: #fff !important;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 100%;
}

.general-btn a {
  color: #fff !important;
  font-size: 14px;
}

.general-btn.deactive {
  background-color: #fff !important;
  color: #ffce00 !important;
}

.general-btn.deactive a {
  color: #ffce00 !important;
}

.general-btn:active {
  color: #fff !important;
  background-color: #e0b504 !important;
}

.general-btn:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.general-btn.disabled {
  opacity: 0.7;
  pointer-events: none !important;
}

.general-btn.cstm {
  text-align: center;
  display: table;
}

.general-btn.cstm a {
  display: inline-block !important;
}

.general-btn.small {
  color: #000 !important;
  padding: 12px 40px !important;
  border-radius: 9px !important;
}

.general-btn.grey-btn {
  border: none;
  background-color: #d0d0d0 !important;
  color: #4a4a4a !important;
}

.border-btn {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  min-height: 31px;
  padding: 7px 12px !important;
  font-weight: 400;
  border: 1px solid #ffcd00;
  border-radius: 25px;
  background: transparent;
  color: #9da8bc;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}

.border-btn:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.border-btn:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/**
* animations
*/
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}

.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}

/* Hide the cancel button */
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Hide the magnifying glass */
::-webkit-search-results-button {
  -webkit-appearance: none;
}

/* firefox autofill remove */
.hide-password-val {
  left: 0;
  margin: 0;
  max-height: 1px;
  max-width: 1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* angularjs enter/leave fadein/fadeout */
.animate-fade.ng-enter {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.animate-fade.ng-enter-active {
  opacity: 1;
}

.animate-fade.ng-leave {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.animate-fade.ng-leave-active {
  opacity: 0;
}

/*
* animate shake
*/
.anim-shake {
  -webkit-animation: animateShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: animateShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@-webkit-keyframes animateShake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes animateShake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}

/**/
/**
* media queries
*/
.back-button {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.back-button:hover {
  color: #9da8bc;
}

.back-button i {
  vertical-align: text-bottom;
}

.caret,
.general-arrow {
  position: relative;
  border-top: 0 !important;
}

.caret::before,
.caret::after,
.general-arrow::before,
.general-arrow::after {
  content: "";
  width: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  border-bottom: 2px solid #9da8bc;
}

.caret::before,
.general-arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.caret::after,
.general-arrow::after {
  right: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#content .section.consumptionSummary {
  height: 100% !important;
  min-height: 400px !important;
  padding-bottom: 15px;
}

#content .section.consumptionSummary .noCompanyError,
#content .section.consumptionSummary .noDeviceError {
  height: 400px !important;
}

#content .section.consumptionSummary.noTransition .chart-graph,
#content .section.consumptionSummary.noTransition .shutter-panel-collapse {
  -webkit-transition: inherit !important;
  transition: inherit !important;
}

#content .section.consumptionSummary .apexcharts-legend {
  padding-left: 20px;
}

#content .section.consumptionSummary .svg-container {
  z-index: 3;
  min-height: 365px;
}

#content .section.consumptionSummary .sectionHead {
  position: relative;
  z-index: 4;
  height: 40px;
  padding-top: 20px;
  padding-bottom: 7px;
}

#content .section.consumptionSummary .sectionTexts {
  display: none;
}

#content .section.consumptionSummary .buttons {
  width: 97.6%;
}

#content .section.consumptionSummary .buttons .select.timeType {
  margin-right: 4px;
}

#content .section.consumptionSummary .buttons .select.timeType .selectedOption {
  width: calc(100% - 35px);
  padding-left: 10px;
}

#content .section.consumptionSummary .buttons .select.timeType .options a {
  width: calc(100% - 14px);
}

#content .section.consumptionSummary .buttons .selectedOption {
  display: block;
  width: 100%;
  margin-left: 0;
}

#content .section.consumptionSummary .buttons .datePickerSelect {
  width: 274px;
  margin: 0 5px;
}

#content .section.consumptionSummary .buttons .datePickerSelect.DPS-0 {
  margin-right: auto;
}

.svg-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  /*   .apexcharts-tooltip-title {
    background-color: #d6d6d6 !important;
    color: #3d3d3d !important;
    padding: 10px;
    font-size: 14px !important;
    font-weight: 500;
  }

  .apexcharts-tooltip-marker {
    width: 14px;
    height: 14px;
  }
  .apexcharts-tooltip-text {
    font-size: 14px !important;
    color: #3d3d3d !important;
  }
  .apexcharts-tooltip-text-value {
    color: #000;
  }
 */
}

.svg-container svg {
  background-color: #fff;
  margin: 0px !important;
}

.svg-container .chart-graph {
  position: absolute;
  left: 15px;
  top: 60px;
  width: 100%;
  overflow: hidden;
  height: 365px;
  z-index: 11;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.svg-container .chart-graph .threeDotMenuContainer {
  position: absolute;
  right: 15px;
  top: 0;
}

.svg-container .chart-graph .threeDotMenuContainer .threeDotsSelect {
  width: 145px;
}

.svg-container .chart-graph.hide {
  opacity: 0;
  visibility: hidden;
}

.svg-container .chart-graph .empty {
  top: 0 !important;
  left: 0 !important;
  width: 97% !important;
  height: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: url(/assets/img/consumptionSummaryBlurBackground.jpg) left top no-repeat;
  background-size: 100% 360px;
  z-index: 9;
  display: none;
}

.svg-container .chart-graph .empty div {
  height: 100%;
}

.svg-container .chart-graph.top-15 {
  top: 15px;
}

.svg-container .custom-apex-chart-css .apexcharts-legend-text {
  color: #9da8bc !important;
  font-size: 14px !important;
}

.svg-container .custom-apex-chart-css .apexcharts-yaxis-label {
  fill: #b6bfce;
  font-size: 11px;
  font-weight: 500;
}

.svg-container .custom-apex-chart-css .apexcharts-xaxis-label {
  fill: #b6bfce;
  font-size: 13px;
  font-weight: 500;
}

.svg-container .range .green {
  color: green;
}

.svg-container .range .red {
  color: red;
}

.cs-table-listing {
  position: relative;
  padding: 0 15px;
}

.cs-table-listing ul.accordion {
  overflow: hidden;
}

.cs-table-listing ul.accordion .shutter-panel-collapse {
  padding-left: 1.5em;
  overflow: hidden;
  height: 0;
  min-height: 0;
  visibility: hidden;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}

.cs-table-listing ul.accordion .shutter-panel-collapse.show {
  min-height: 380px;
  visibility: visible;
  height: auto;
}

.cs-table-listing ul.accordion li {
  padding-left: 1.5em;
}

.cs-table-listing ul.accordion li:first-child {
  padding-left: 0;
}

.cs-table-listing ul.accordion li:first-child .shutter-panel-collapse.childs .sub-panel-heading.thead {
  width: 38% !important;
}

.cs-table-listing ul.accordion li ul.shutter-panel-collapse {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cs-table-listing ul.accordion li ul.shutter-panel-collapse li {
  padding-left: 0;
}

.cs-table-listing ul.accordion li.show ul.shutter-panel-collapse {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  height: auto;
  min-height: auto;
}

.cs-table-listing ul.accordion li .accordion-title {
  position: relative;
  z-index: 10;
  padding-bottom: 7px;
}

.cs-table-listing ul.accordion li .accordion-title .panel-heading span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 576px;
  white-space: nowrap;
}

.cs-table-listing ul.accordion li .accordion-title .tcell,
.cs-table-listing ul.accordion li .accordion-title .thead {
  display: table-cell;
  border-radius: 5px;
  height: 43px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #9da8bc;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 4px;
  -webkit-box-shadow: 0 0 3px 2px #f3f3f3;
  box-shadow: 0 0 3px 2px #f3f3f3;
  font-size: 14px;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:first-child,
.cs-table-listing ul.accordion li .accordion-title .thead:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:first-child,
.cs-table-listing ul.accordion li .accordion-title .thead:first-child {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:nth-child(1),
.cs-table-listing ul.accordion li .accordion-title .thead:nth-child(1) {
  width: 40%;
  cursor: pointer;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:nth-child(2),
.cs-table-listing ul.accordion li .accordion-title .thead:nth-child(2) {
  width: 25%;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:nth-child(3),
.cs-table-listing ul.accordion li .accordion-title .thead:nth-child(3) {
  width: 10%;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:nth-child(4),
.cs-table-listing ul.accordion li .accordion-title .thead:nth-child(4) {
  width: 25%;
}

.cs-table-listing ul.accordion li .accordion-title .thead {
  background-color: #eaf3f6;
}

.cs-table-listing ul.accordion li .accordion-title .tcell {
  background-color: #f8f8f8;
}

.cs-table-listing ul.accordion li .accordion-title .tcell:first-child {
  width: 38%;
}

.cs-table-listing ul.accordion li .accordion-title .thead,
.cs-table-listing ul.accordion li .accordion-title .tcell {
  position: relative;
}

.cs-table-listing ul.accordion li .accordion-title .thead .icon,
.cs-table-listing ul.accordion li .accordion-title .tcell .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cs-table-listing ul.accordion li .accordion-title .thead .type,
.cs-table-listing ul.accordion li .accordion-title .tcell .type {
  min-width: 50px;
}

.cs-table-listing ul.accordion li .accordion-title .thead .val,
.cs-table-listing ul.accordion li .accordion-title .tcell .val {
  min-width: 80px;
}

.cs-table-listing ul.accordion li .accordion-title:hover .thead,
.cs-table-listing ul.accordion li .accordion-title:hover .tcell {
  background-color: #fff5cc !important;
}

.cs-table-listing ul.accordion li .accordion-title:hover .thead:first-child,
.cs-table-listing ul.accordion li .accordion-title:hover .tcell:first-child {
  cursor: pointer;
  background-color: #ffcd00 !important;
  color: #fff !important;
}

.cs-table-listing ul.accordion li .sub-titles .sub-accordion-title .sub-panel-heading.thead,
.cs-table-listing ul.accordion li .sub-titles .sub-accordion-title .sub-panel-heading.tcell {
  cursor: default !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cs-table-listing ul.accordion li .sub-titles .sub-accordion-title:hover .sub-panel-heading.thead,
.cs-table-listing ul.accordion li .sub-titles .sub-accordion-title:hover .sub-panel-heading.tcell {
  background-color: transparent !important;
}

.cs-table-listing ul.accordion li .sub-titles .thead {
  background-color: #f8f8f8;
}

.cs-table-listing ul.accordion li:not(:first-child) .panel-heading.thead {
  width: 38% !important;
}

.cs-table-listing ul.accordion li:not(:first-child) .panel-heading.tcell:not([data-cat-id="0"]) {
  width: 36.5% !important;
}

.cs-table-listing ul.accordion li:not(:first-child) .sub-titles .sub-panel-heading.thead {
  width: 36.5%;
}

.cs-table-listing ul.accordion li:not(:first-child) .sub-titles.up .sub-panel-heading.thead {
  width: 38%;
}

.cs-table-listing .color-red {
  color: #d80b2e !important;
}

.cs-table-listing .color-green {
  color: #bcd52c !important;
}

.tempwrap {
  margin-top: 50px;
  background-color: #ddd;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 20px;
  height: 100%;
}

.filter-blur-2px {
  -webkit-filter: blur(2px) grayscale(65%);
  filter: blur(2px) grayscale(65%);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

.filter-blur-2px.remove {
  -webkit-filter: inherit;
  filter: inherit;
}

.custom-selectbox {
  width: auto !important;
  padding-right: 30px;
  min-width: 170px;
}

.custom-selectbox .selectedOption,
.custom-selectbox .options {
  width: auto !important;
}

#whatShouldIDoPopup .tabs {
  margin: 10px 0;
}

.tooltip-container.apex-charts {
  border-radius: 5px;
  overflow: hidden;
}

.tooltip-container.apex-charts .tooltip-title {
  background-color: #d6d6d6;
  color: #3d3d3d;
}

.tooltip-container.apex-charts .dot {
  width: 14px;
  height: 14px;
  background-color: #bbbbbb;
  border-radius: 100%;
  vertical-align: text-top;
}

.tooltip-container.apex-charts .range .green {
  color: green;
}

.tooltip-container.apex-charts .range .red {
  color: red;
}

/*############################################################

/**
* mobile
*/
.mobile-app {
  display: none !important;
}

@media (max-width: 543px) {
  body {
    min-width: 100% !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    /* mobile app notification */
    /* mobile events */
  }

  body .app-center-vertical {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }

  body .dialogBoxWrapper {
    top: 0;
    overflow: hidden;
    z-index: 9999;
  }

  body .dialogBoxWrapper .app-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
  }

  body .dialogBoxWrapper .close {
    position: absolute;
    right: 5px;
    width: auto;
  }

  body .dialogBoxWrapper .dialogBox {
    min-width: 100%;
    height: auto;
  }

  body .mobile-app {
    display: block !important;
    padding: 15px 10px;
    background-color: #eee;
    color: #6f6f6f;
  }

  body .mobile-app a {
    color: #6f6f6f;
    font-weight: 600;
  }

  body .mobile-app .ma-close {
    font-size: 20px;
    cursor: pointer;
  }

  body .mobile-app .ma-logo {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
  }

  body .mobile-app .ma-logo img {
    max-width: 70px;
  }

  body .mobile-app .ma-open {
    font-size: 13px;
    cursor: pointer;
  }

  body #header {
    border-bottom: none !important;
    position: relative;
    height: auto;
    background-color: #fff !important;
  }

  body #header .logo {
    padding: 10px 0;
  }

  body #header .right {
    display: none;
  }

  body .app-container {
    max-width: 1182px !important;
    width: auto !important;
    overflow: hidden;
  }

  body #content {
    margin-top: 0;
    /* register area */
    /* footer */
  }

  body #content .landingPageSection {
    height: auto;
    padding: 0 !important;
  }

  body #content .landingPageSection.home {
    background-size: contain;
    padding-bottom: 40px !important;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
  }

  body #content .landingPageSection.home img:first-child {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  body #content .landingPageSection .landingPageSectionRow {
    height: auto;
    padding: 30px 0;
    position: relative;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #6f6f6f;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type .app-center-vertical {
    top: 0;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type.flex-column-reserve {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    background-color: #fdf8e0;
    position: relative;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type.flex-column img {
    position: relative;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type.flex-column::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 200%;
    background: #fdf8e0;
    z-index: 0;
    display: block;
  }

  body #content .landingPageSection .landingPageSectionRow.mobile-type img {
    max-width: 130px;
    height: auto;
    height: auto;
    -webkit-box-shadow: 10px 11px #000;
    box-shadow: 10px 11px #000;
    width: 130px;
    height: 130px;
    -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
  }

  body #content .landingPageSectionDescBoxButton {
    display: none;
  }

  body #content .landingPageVideo {
    width: 100% !important;
    float: none !important;
    min-height: 210px !important;
  }

  body #content .landingPageVideo iframe {
    height: 210px;
  }

  body #content .landingPageSectionDescBoxTitle {
    font-size: 30px !important;
    color: #6f6f6f;
  }

  body #content .landingPageSectionDescBox {
    width: 100% !important;
    float: none !important;
    margin-top: 30px;
  }

  body #content .landingPageSectionDescBoxContent {
    color: #6f6f6f !important;
    font-size: 16px !important;
  }

  body #content .landingPageSectionDescBoxContent ul {
    margin-left: 23px;
  }

  body #content .entes-desktop-img {
    width: 100%;
  }

  body #content .loginForDemo {
    display: none;
  }

  body #content .productSectionTitle {
    font-size: 30px !important;
    color: #6f6f6f;
    margin: 0 !important;
    padding: 25px 0;
  }

  body #content .pricesPage {
    margin-bottom: 35px;
  }

  body #content .pricesPage .pricesTable {
    margin: 0 25px;
    margin-bottom: 0;
    display: block;
  }

  body #content .pricesPage .pricesTable .pricesTableItem {
    width: 100%;
  }

  body #content .pricesPage .pricesTable .pricesTableItem.on {
    margin-top: 30px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }

  body #content .loginView {
    position: relative;
    padding-top: 10px;
  }

  body #content .loginView.next {
    display: none;
  }

  body #content .loginViewInner {
    min-width: auto !important;
  }

  body #content .loginViewInner .loginPanel {
    width: auto;
    display: block;
    overflow: hidden;
    margin: 0 20px;
    padding: 20px;
  }

  body #content .loginViewInner .or {
    display: none !important;
  }

  body #content .loginViewInner .loginPBanner {
    height: auto !important;
  }

  body #content .loginViewInner .loginPBannerTitle {
    font-size: 25px;
  }

  body #content .loginViewInner .loginPBannerdesc {
    font-size: 18px;
    margin-top: 5px;
  }

  body #content .loginViewInner .loginWithLinkedin {
    display: none;
  }

  body #content .loginViewInner .form {
    width: 100%;
    padding: 0;
  }

  body #content .loginViewInner .form .field {
    margin-left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  body #content .loginViewInner .form .field.error,
  body #content .loginViewInner .form .field.on {
    margin-left: 0;
  }

  body #content .loginViewInner .form .field input {
    width: 100%;
  }

  body #content .loginViewInner .form .formErrorInner {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  body #content .loginViewInner .form .formErrorInner i {
    min-width: 20px;
    height: 20px;
  }

  body #content .loginViewInner .submitArea {
    width: 100%;
    margin-right: 0 !important;
  }

  body #content .loginViewInner .submitArea .submit {
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }

  body #content #footer {
    padding: 15px 0;
  }

  body #content #footer .footerInner {
    margin: auto;
    width: 100% !important;
    text-align: center;
  }

  body #content #footer .footerInner .logo,
  body #content #footer .footerInner .copyright {
    position: relative;
    top: 0;
    right: 0;
  }

  body #content #footer .footerInner .logo {
    margin-bottom: 5px;
  }
}

@media (max-width: 360px) {
  body .mobile-app .ma-close {
    position: absolute;
    right: 5px;
    top: 5px;
  }

  body .mobile-app .ma-logo {
    padding: 5px;
  }

  body .mobile-app .ma-logo img {
    max-width: 60px;
  }

  body .mobile-app .ma-title {
    font-size: 11px;
  }

  body .mobile-app .ma-open {
    font-size: 12px;
  }

  body #content .landingPageSectionDescBoxTitle {
    font-size: 25px !important;
  }
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 5px 0;
}

.text-ellipsis.text-nowrap {
  white-space: nowrap;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table .t-row {
  display: table-row;
}

.div-table .t-row .t-heading {
  background-color: #eee;
  display: table-header-group;
}

.div-table .t-row .t-cell,
.div-table .t-row .t-head {
  display: table-cell;
  padding: 3px 10px;
}

.div-table .t-row .t-heading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.div-table .t-row .t-foot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.div-table .t-row .t-body {
  padding: 10px 0;
  display: table-row-group;
}

.hidden-elem {
  visibility: hidden;
  opacity: 0;
}

.ng-repeat-animate tr.ng-move,
.ng-repeat-animate tr.ng-enter,
.ng-repeat-animate li.ng-move,
.ng-repeat-animate li.ng-enter {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.ng-repeat-animate tr.ng-leave.ng-leave-active,
.ng-repeat-animate tr.ng-move,
.ng-repeat-animate tr.ng-enter,
.ng-repeat-animate li.ng-leave.ng-leave-active,
.ng-repeat-animate li.ng-move,
.ng-repeat-animate li.ng-enter {
  opacity: 0;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.ng-repeat-animate tr.ng-move.ng-move-active,
.ng-repeat-animate tr.ng-enter.ng-enter-active,
.ng-repeat-animate li.ng-move.ng-move-active,
.ng-repeat-animate li.ng-enter.ng-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777 !important;
  background-color: #e2e2e2 !important;
}

/* Enerji Kalitesi - Select dropdown uzun isimler için ellipsis */
.section.energyQuality .select.device .selectedOption,
#energyQualityDeviceSelect .selectedOption {
  max-width: calc(100% - 45px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block !important;
}

.section.energyQuality .select.device .options li,
#energyQualityDeviceSelect .options li {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 34px !important;
}

.section.energyQuality .select.device .options li a,
#energyQualityDeviceSelect .options li a {
  display: block !important;
  max-width: calc(100% - 20px) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
