:host {
  width: 100%;
  height: 100%;
}

.flex-box {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-vc {
  align-items: center;
  display: flex;
}

.flex-vc-hc {
  align-items: center;
  display: flex;
  justify-content: center;
}

.margin-right-5px {
  margin-right: 5px;
}

.home-page-container {
  background-color: var(--color-ti-bg-grey-02);
  font-family: Roboto;
  height: 100%;
  min-height: 652px;
  min-width: 718px;
  overflow: auto;
  padding: 20px 0px 20px 50px;
}

.left-ctr {
  height: 100%;
  padding-top: 20px;
  width: 57%;
}

.header-section {
  border-bottom: 1px solid var(--color-ti-border-grey-dark);
  min-height: 100px;
  padding-bottom: 10px;
  width: 80%;
}

.header-text {
  color: var(--color-ti-text-grey-darker);
  font-size: 24px;
  margin-bottom: 10px;
}

.header-subtext {
  color: var(--color-ti-text-grey-dark);
  font-size: 14px;
}

.device-list-container {
  width: 90%;
  height: calc(100% - 140px);
}

.search-container {
  height: 50px;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.search-text-container {
  color: var(--color-ti-text-grey-dark);
  left: 0px;
  font-size: 15px;
}

.search-bar-container {
  background: var(--color-ti-white);
  border-radius: 25px;
}

.search-box {
  border: 1px solid var(--color-ti-text-grey);
  border-radius: 25px;
  color: var(--color-ti-text-grey);
  height: 38px;
  justify-content: space-around;
  width: 300px;
}

.search-icon {
  color: var(--color-ti-text-grey-dark);
  height: 15px;
  width: 15px;
}

.search-in {
  border: none;
  font-size: 13px;
  height: 98%;
  width: 75%;
}

input.search-in:focus {
  outline-width: 0;
}

.device-list {
  overflow: auto;
  height: calc(100% - 30px);
}

.device-details-container {
  background: var(--color-ti-primary-white);
  border: 1px solid var(--color-ti-border-grey-dark);
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}

.selected-device {
  border: 2px dashed var(--color-ti-border-red);
}

.device-header {
  justify-content: space-between;
  margin-bottom: 15px;
}

.device-name {
  color: var(--color-ti-primary-black);
  cursor: pointer;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}

.accordian-icon {
  color: var(--color-ti-text-grey-dark);
  cursor: pointer;
}

.reg-map-button {
  background-color: var(--color-ti-primary-white);
  border: 1px solid var(--color-ti-primary-red);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--color-ti-primary-red);
  cursor: pointer;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  justify-content: space-evenly;
  letter-spacing: 0;
  line-height: 14px;
  width: 150px;
}

.device-content {
  height: 75px;
  margin-bottom: 10px;
}

.device-left {
  justify-content: space-between;
  width: 70%;
}

.device-desc {
  color: var(--color-ti-text-grey-dark);
  cursor: default;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}

.know-more {
  height: 15px;
  color: var(--color-ti-primary-red);
  cursor: pointer;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  width: 100px;
}

.know-more-icon {
  height: 15px;
  width: 15px;
}

.device-image {
  justify-content: flex-end;
  width: 30%;
}

.accordian-content {
  background: var(--color-ti-white);
  border-top: 1px solid var(--color-ti-border-grey-dark);
  height: 100px;
  justify-content: space-evenly;
  width: 100%;
}

.accordian-pages {
  justify-content: flex-start;
}

.page-item {
  cursor: pointer;
  font-size: 12px;
  margin-right: 40px;
  width: 175px;
}

.page-icon {
  color: var(--color-ti-primary-red);
  height: 12px;
  width: 12px;
}

.accordian-links {
  justify-content: flex-start;
  margin-right: 20px;
}

.link-item {
  cursor: pointer;
  font-size: 12px;
  margin-right: 40px;
  width: 175px;
}

.link-icon {
  color: var(--color-ti-primary-blue);
  height: 12px;
  width: 12px;
}

.accordian-img-ctr {
  background-color: var(--color-ti-primary-red);
  border-radius: 12px;
  height: 25px;
  width: 25px;
}

.accordian-image {
  height: 20px;
  width: 20px;
}

.right-ctr {
  background: var(--color-ti-white);
  height: 100%;
  width: 42%;
  padding: 0 10px 0 40px;
  justify-content: space-around;
}

.global-functions {
  width: 100%;
}

.global-title {
  color: var(--color-ti-text-blue);
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  padding-top: 10px;
}

.global-contents {
  height: 250px;
  justify-content: space-between;
  margin-top: 20px;
}

.global-item {
  border: 1px solid var(--color-ti-border-grey-dark);
  cursor: pointer;
  height: 75px;
  justify-content: space-around;
  padding: 10px;
  width: 100%;
}

.global-image {
  height: 50px;
  width: 50px;
}

.global-text-container {
  height: 90%;
  justify-content: space-between;
  width: 70%;
}

.global-header-text {
  color: var(--color-ti-text-grey-darker);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

.global-sub-text {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}

.global-right {
  height: 28px;
  width: 25px;
  color: var(--color-ti-text-blue);
  font-size: 23px;
  font-weight: 500;
}

.resources-ctr {
  min-height: 100px;
}

.resources-header {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 20px;
}

.resources-items {
  justify-content: flex-start;
  overflow: auto;
}

.collateral {
  align-items: center;
  background-color: var(--color-ti-white);
  border: 1px solid var(--color-ti-border-grey-dark);
  border-radius: 4px;
  box-shadow: 0 0 6px 0 var(--color-ti-shadow-grey);
  justify-content: center;
  margin: 0 10px;
  height: 110px;
  width: 110px;
}

.collateral:hover {
  border: 2px solid var(--color-ti-alt-blue);
  box-shadow: 0 0 6px 2px var(--color-ti-shadow-blue);
  cursor: pointer;
}

.collateral.disable {
  opacity: 0.4;
  pointer-events: none;
}

.collateral-icon {
  color: var(--color-ti-primary-blue-02);
  height: 30px;
  margin: 3px 0;
  width: 28px;
}

.collateral-label {
  color: var(--color-ti-primary-blue-02);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.attach-item {
  border: 1px solid var(--color-ti-border-grey-dark);
  height: 100px;
  justify-content: space-between;
  margin-right: 10px;
  min-width: 220px;
  padding: 10px;
}

.attach-image {
  height: 70px;
  width: 70px;
}

.attach-image img {
  height: 100%;
  width: 100%;
}

.attach-content {
  width: 120px;
  height: 80px;
}

.attach-name {
  color: var(--color-ti-text-grey-darker);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 14px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attach-device-list {
  color: var(--color-ti-text-grey-dark);
  font-family: Roboto;
  font-style: italic;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  height: 25px;
  border-bottom: 1px dashed var(--color-ti-border-grey-dark);
}

.attach-links {
  font-weight: 500;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

.attach-view {
  color: var(--color-ti-primary-red);
  cursor: pointer;
}

.attach-icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.attach-user-guide {
  color: var(--color-ti-primary-blue);
  cursor: pointer;
}

.hidden {
  display: none;
}

.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  font-size: 16px;
  color: var(--color-ti-primary-blue);
  margin-top: 15px;
}

.close-icon {
  cursor: pointer;
}

.dialog-content {
  width: 800px;
  height: 350px;
  overflow: auto;
  background: var(--color-ti-white);
}

.pre-content {
  white-space: pre-wrap;
  background: none;
  border: none;
  font-family: Roboto;
  font-size: 15px;
  word-break: break-word;
}
