:host {
  background-color: #fff;
  left: 0 !important;
  right: 0 !important;
  overflow: auto;
  top: 0 !important;
  width: 100%;
}

.align-cen {
  display: flex;
  align-items: center;
}

.arrow-bottom {
  border-color: transparent transparent transparent #555555;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: -11px;
  position: absolute;
  top: 1px;
}

.arrow-bottom-tilted {
  border-color: transparent transparent transparent #555555;
  border-style: solid;
  border-width: 5px;
  content: "";
  left: -11px;
  position: absolute;
  transform: rotate(45deg);
  top: 6px;
}

.btn-cntr {
  display: flex;
}

.bdr-rds-4 {
  border-radius: 4px !important;
}

.cross-outer {
  height: 18px;
  width: 18px;
  background-color: #dd0000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.cross-inner {
  color: #ffffff;
  position: absolute;
  font-size: 10px;
  font-family: Roboto;
}

.custom-hght-hvariant {
  height: calc(100% - 118px);
}

.mrg-rgt-10 {
  margin-right: 10px;
}

.mar-rght-5 {
  margin-right: 5px;
}

.mar-left-5 {
  margin-left: 5px;
}

.btn-styl-3:active {
  font-size: 11px;
}

.btn-styl-3 {
  background-color: #fff;
  border: 1px solid #c00;
  border-radius: 5px;
  color: #c00;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  justify-content: center;
  outline: none;
  padding: 5px 10px;
}

.btn-styl-3.active {
  background-color: #c00;
  color: #fff;
  width: 175px;
  height: 31px;
}

.btn-styl-3.active:active {
  font-size: 15px;
}


.button-1 {
  align-items: center;
  background-color: #02688C;
  border: 1px solid #02688C;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  height: 23px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: .1s;
  -webkit-transition: .1s;
}

.button-1.disabled {
  background: #FFF;
  border: 1px solid #CCC;
  color: #CCC;
  cursor: not-allowed;
}

.button-1.unchanged {
  cursor: not-allowed;
  font-size: 10px !important;
  opacity: 0.5;
}

.button-1:active {
  font-size: 10px;
}

.collateral-container {
  height: 100%;
  width: 100%;
}

.collateral-cntr {
  display: flex;
  height: 200px;
  align-items: center;
}

.collateral-heading {
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 3px 9px 0 rgba(85, 85, 85, 0.08);
  color: #CC0000;
  height: 55px;
  line-height: 19px;
  padding-left: 20px;
  width: 100%;
}

.collateral-items {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 55px);
  padding: 25px 25px 25px 25px;
  width: 100%;
  overflow-y: scroll;
}

.collateral-box {
  height: 140px;
  padding: 10px;
  width: 200px;
}

.close-icon-holder {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 27px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 27px;
  z-index: 10;
}

.close-mark {
  color: #000;
  cursor: pointer;
  font-family: 'Roboto-medium';
  font-size: 24px;
  font-weight: 500;
}

.cntr-1 {
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 0 20px;
  min-width: 835px;
}

.cntr-1>.cnt {
  display: flex;
  flex-wrap: nowrap;
}

.cntr-1>.hdr {
  /* height: 70px; */
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cntr-1-1 {
  display: flex;
  flex-wrap: wrap;
  width: 175px;
}

.cntr-1-1>* {
  height: 60px;
}

.cntr-2 {
  border-bottom: 1px solid #ccc;
  height: 400px;
  min-width: 835px;
}

.cntr-2>* {
  height: 100%;
  width: 100%;
}

.d-flex {
  display: flex;
}

.display-box {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  width: 120px;
}

.display-box-cnt {
  margin-top: 12px;
  font-weight: normal;
}

.device-popup {
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  min-height: 160px;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 5;
}

.device-poup-cont {
  color: #000;
  text-align: center;
}

.device-popup.video {
  background-color: #000;
  height: 400px;
  width: 600px;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.disabled * {
  cursor: not-allowed !important;
}

.disp-blk {
  display: block !important;
}

.fault {
  align-items: center;
  display: flex;
  width: 126px;
}

.fault-button {
  display: flex;
  justify-content: flex-end;
  margin-left: 20px;
  width: calc(100% - 140px);
}

.fault-ctr {
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 100%;
}

.fault-led {
  height: 20px;
  left: -3px;
  position: relative;
  top: -3px;
  width: 22px;
}

.fault-led-2 {
  height: 20px;
  position: relative;
  top: -5px;
  width: 26px;
}

.fault-name {
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  line-height: 14px;
  width: 250px;
}

.fault-status {
  color: #555555;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: -1px;
  width: 90px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.fnt-16 {
  font-size: 16px;
}

.fs-16 {
  font-size: 16px;
}

.fw-bold {
  font-weight: bold;
}

.hp-bottom-menu {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  margin: 20px 10px;
  transition: all 0.4s linear;
}

.hp-bottom-menu .fotter-icon-hover {
  display: none;
}

.hp-bottom-menu:hover {
  background: #1c99c4;
  text-decoration: none;
}

.hp-bottom-menu:hover .fotter-icon-hover {
  display: block;
}

.hp-bottom-menu:hover .fotter-icon-normal {
  display: none;
}

.hp-bottom-menu:hover .hp-bottom-menu-text {
  color: #fff;
}

.hp-bottom-menu-text {
  align-items: flex-start;
  color: #1c99c4;
  display: flex;
  font: normal 14px 'Roboto-Regular';
  height: 91px;
  justify-content: center;
  text-align: center;
}

.hdr-1 {
  color: #c00;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  height: 12px;
  line-height: 14px;
}

.info {
  align-items: center;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
}

.info>img {
  margin-right: 5px;
}

.intro-btn-cntr {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}

.intro-popup {
  align-items: center;
  background-color: #FFF;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.learnmore-popup {
  align-items: center;
  background-color: #FFF;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.main-ctrl-vds {
  position: relative;
}

.main-ctrl-vds:hover {
  cursor: pointer;
}

.main-ctrl-vgs {
  position: relative;
}

.main-ctrl-vgs:hover {
  cursor: pointer;
}

.video-popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.lft {
  height: 100%;
  overflow: auto;
  width: calc(100% - 300px);
}

.lft-hdr {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 3px 9px 0 rgba(85, 85, 85, 0.08);
  color: #CC0000;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  justify-content: space-between;
  line-height: 19px;
  padding: 0 20px;
  width: 100%;
}

.popup-position {
  position: absolute;
}

.popup-footer-btn {
  align-items: center;
  background-color: #63666a;
  border: 1px solid #63666a;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 14px;
  margin: 0 20px;
  width: 125px;
  height: 35px;
  justify-content: center;
  line-height: 13px;
  padding: 1px 10px;
  transition: .1s;
  -webkit-transition: .1s;
}

.popup-footer-btn:active {
  font-size: 13px;
}

.popup-panel>.header {
  align-items: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  color: #C00;
  display: flex;
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  line-height: 21px;
  height: 48px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.popup {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.popup-position {
  position: absolute;
  z-index: 3;
}

.popup-panel {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 4px;
  height: 250px;
  width: 550px;
}

.popup-panel>.content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: roboto;
  font-size: 16px;
  justify-content: center;
  padding: 20px 20px 0 30px;
  width: calc(100% - 1px);
  text-align: justify;
}

.popup-panel>.content>* {
  height: 60px;
  width: 50%;
}

.popup-panel>.footer {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 21px;
  height: 70px;
  padding: 0 20px 0 20px;
  width: calc(100% - 2px);
}

.route-btns-cntr {
  display: flex;
}

.rght {
  height: 100%;
  width: 300px;
}

.rght-cntr {
  background-color: rgba(242, 244, 247, 0.85);
  height: calc(100% - 55px);
  width: 100%;
}

.rght-ctr-1 {
  display: flex;
  height: 140px;
  justify-content: space-between;
  padding: 25px 10px;
  width: 100%;
}

.rght-ctr-1>.ctr-1-1 {
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  height: 90px;
  padding: 0 8px;
  width: 132px;
}

.rght-ctr-1>.ctr-1-1>.hdr {
  align-items: center;
  color: #333333;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  height: 35px;
  line-height: 15px;
  width: 100%;
}

.rght-ctr-1>.ctr-1-1>.cntr {
  display: flex;
  flex-wrap: nowrap;
}

.rght-ctr-1>.ctr-1-1>.cntr>.val {
  color: #02688C;
  font-family: Roboto;
  font-size: 30px;
  font-weight: bold;
  line-height: 47px;
}

.rght-ctr-1>.ctr-1-1>.cntr>.unit {
  color: #555555;
  font-family: Roboto;
  font-size: 16px;
  left: 3px;
  line-height: 19px;
  position: relative;
  top: 18px;
}

.rght-ctr-2 {
  height: calc(100% - 140px);
}

.rght-ctr-2-cnt {
  height: calc(100% - 45px);
  padding: 20px 5px 0px 20px;
  overflow-y: scroll;
}

.rght-ctr-2-hdr {
  align-items: center;
  background-color: #B9E5FB;
  display: flex;
  height: 45px;
  justify-content: space-between;
  padding: 15px 18px;
  width: 100%;
}

.rght-hdr {
  align-items: center;
  background-color: #B9E5FB;
  color: #555555;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  height: 55px;
  line-height: 19px;
  padding-left: 20px;
  width: 100%;
}

.space-even {
  justify-content: space-evenly;
}

.sgd-popup-container {
  background: #fff;
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sgd-popup-header {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0 20px;
  box-shadow: 0px 0px 0px 1px rgba(125, 125, 125, 0.5);
}

.sgd-popup-header .fa-times {
  color: #fff;
  cursor: pointer;
}

.sgd-popup-heading {
  font: normal 22px Roboto-regular;
  color: #000;
}

.sgd-pup-subtitle {
  font: normal 100 18px Roboto-medium;
  color: #000;
  text-align: center;
}

.sgd-body-area {
  align-items: center;
  background-color: #fbf9fb;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: auto;
  position: relative;
  width: 100%;
}

.sgd-pup-intro-area {
  background-color: #fbf9fb;
  width: 600px;
  height: 400px;
  position: relative;
}

.sgd-pup-area {
  background-color: #fbf9fb;
  width: 100%;
  height: 100%;
  position: relative;
}

.sgd-pup-area .area-hldr {
  height: 100%;
  overflow: auto;
  padding: 40px 40px 0px 40px;
}

.sgd-pup-video-holder {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 300px;
  background: #000;
  margin-top: 20px;
}

.sgd-pup-sub-header {
  width: 100%;
  margin-bottom: 20px;
}

.sgd-video {
  height: 100%;
  width: 100%;
  z-index: 9;
}

#sgd-video {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.tick-outer {
  background-color: #4CAF50;
  border-radius: 20px;
  height: 18px;
  position: relative;
  width: 18px;
}

.tick-inner {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  height: 8px;
  left: 7px;
  position: absolute;
  transform: rotate(45deg);
  top: 4px;
  width: 4px;
}

.learn-more-holder {
  cursor: pointer;
  width: 100px;
}

.learn-more-holder .fa-play {
  color: #c00;
}

.learn-more-link {
  font: normal 12px Roboto-regular;
  color: #c00;
  margin-left: 10px;
  text-decoration: none;
}

.learn-more-link:hover {
  font-weight: bold;
}

.m-pointer {
  cursor: pointer;
}

.m-tb-25 {
  margin: 15px 0;
}

.padding-left-10 {
  padding-left: 10px;
}


.play-overlay {
  background: url("../../assets/images/video-btn-arrow.png") no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.perfect-align {
  align-items: center;
  display: flex;
}

.perfect-cen {
  align-items: center;
  display: flex;
  justify-content: center;
}

.sgd-pup-cont {
  font: normal 14px Roboto-regular;
  color: #666;
  margin-bottom: 5px;
  line-height: 1.5;
}

.sgd-accordion-content {
  margin: 10px;
  line-height: 1.5;
}

.sgd-pup-accordion-container {
  width: 100%;
  margin: 10px 0 0 0;
}

.sgd-pup-accordion-holder {
  width: 100%;
  margin: 10px 0 0 0;
}

.sgd-accordion-list {
  background: #fff;
  box-shadow: 0px 0px 2px 1px rgba(125, 125, 125, 0.3);
  margin-bottom: 10px;
  position: relative;
  left: 3px;
  width: 100%;
}

.sgd-accordion-head {
  width: 100%;
  height: 50px;
  padding: 0 10px 0 5px;
  cursor: pointer;
}

.sgd-head-icon-holder {
  width: 30px;
  height: 30px;
}

.sgd-accordion-heading {
  font: normal 14px Roboto-regular;
  color: #000;
  margin-left: 10px;
}

.sgd-accordion-cont {
  background-color: #f8f8f8;
  color: #666;
  display: none;
  font: normal 12px Roboto-regular;
  overflow: auto;
  padding: 10px;
  width: 100%;
}

.sgd-accordion-img-cont {
  padding: 10px;
}

.sgd-accordion-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.sgd-accordion-head .fa-minus {
  display: none;
  color: #c00;
}

.sgd-accordion-head .fa-plus {
  display: block;
  color: #c00;
}

.sgd-accordion-head.active-tab .fa-minus {
  display: block;
}

.sgd-accordion-head.active-tab .fa-plus {
  display: none;
}

.warning-outer {
  height: 18px;
  width: 18px;
  background-color: #f3cd34;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.warning-inner {
  color: #ffffff;
  position: absolute;
  font-size: 10px;
  font-family: Roboto;
}

.wid-75 {
  width: 75px;
}

.wid-80 {
  width: 80px;
}

.wid-100 {
  width: 100px;
}

.wid-140 {
  width: 140px;
}

.wid-120 {
  width: 120px;
}