﻿body {
  font-family: "Soleil", sans-serif;
}

html, body {
  background-color: #fafafa;
  height: 100%;
}

.bg-tribal-light {
  background-color: #fafafa;
}

.bg-tribal-dark {
  background-color: #e9ecef;
}


.box-shadow-tribal {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.1);
}

.title-bar-tribal {
  max-height: 65px;
}

  .title-bar-tribal .container-fluid {
    padding-right: 0;
  }

.navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.card-tribal {
  color: #1d1d1d;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
  max-width: 20rem;
  border-left-style: solid;
  border-left-width: 10px;
}

.help-icon-container {
  padding: 1.14rem;
  border-left: 1px #dbdbdb solid;
}

.help-icon-container:hover {
  background-color: #0077c40d
}

.card-title {
  font-family: soleil, sans-serif;
  font-size: 1.1rem;
}

.badge {
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #0077c4 !important;
}

.card-container .container-fluid {
  padding-right: 0rem;
}

iframe {
  border: 0;
}

.ed-layout--default {
  color: #fff;
  background: #0077c4;
  background: linear-gradient(90deg,#625eb1 5%,#625eb1 5%,#0077c4 30%,#3f5673 90%);
  background-size: cover;
}

.ed-stage__overlay {
  background-image: url("./app-style_background.png");
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  height: 125px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: 0%
}

h1.banner-heading small {
  max-height: 2.1rem;
  width: 163px;
  height: 21px;
  font-size: 1rem;
  line-height: 21px;
  position: absolute;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: -77.17%;
  white-space: nowrap;
}

div#CatalogHeading h1 {
  font-weight: 600;
  font-size: 1.8rem;
  width: 200px;
  height: 38px;
  line-height: 38.1px;
  position: absolute;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  margin-right: -22.7%
}

.input-group-text.filter {
  background-color: #0077c4;
  color: white;
  padding: 0.375rem 0.6rem;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.input-group {
  padding: 5px 5px 5px 0;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
}

input.form-control {
  border: none;
  font-family: Open Sans, sans-serif;
  font-size: 0.8125rem;
  color: #000000;
}

  input.form-control::placeholder {
    color: #000000;
  }

  input.form-control:focus {
    box-shadow: none;
    color: #000000;
  }


.accordion-body {
  padding-left: 1rem;
  .list-group-item  {
    padding-left: 0;
  }
}

.view-doc-btn {
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  min-height: 2.5rem;
  min-width: 12.218rem;

  .custom-dropdown-toggle {
    color: #0077C4;
    border-color: #00000030;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
  }

  .view-doc-btn-label {
    border-color: #00000030;
    color: #0077C4;
    font-weight: 700;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #fff;
  }
}

.view-doc-btn:hover {
  .view-doc-btn-label {
    background-color: #0077c40d;
  }
  .custom-dropdown-toggle {
    background-color: #0077c40d;
  }

}

.label-like {
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: #495057;
  padding: 0.375rem 0.75rem;
  text-align: left;
}

.view-doc-btn-link {
  border-color: #00000030;
  color: #0077C4;
  font-weight: 700;
  margin-bottom: 1rem;
  min-width: 12.218rem;
  border-width: 2px;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #00000030;
  --bs-btn-hover-color: #0077C4;
}

.dropdown-menu {
  border-radius: 0;
  transform: translate(-0.5px, 36px) !important;
  

  .dropdown-item {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 48px;
    max-width: 500px;
    min-width: 195px;

    .dropdown-item-external {
      display:flex;
      overflow: clip;
      overflow-clip-margin: 10px;
      clear: both;
      white-space: nowrap;
      background-color: transparent;
      text-decoration: none;
      color: #495057 !important;
      text-overflow: ellipsis;

      .dropdown-item-icon {
        font-size: 1.125rem;
        font-weight: 200 !important;
        color: #0077C4 !important;
        vertical-align: text-bottom;
        text-align: right;
        margin-left: 5px;
        align-self: center;
      }

      .dropdown-item-text {
        flex-grow: 1;
        overflow: clip;
        overflow-clip-margin: 10px;
        text-overflow: ellipsis;
        padding:0px;
      }
    }
  }

  .dropdown-item:active {
    background-color: transparent !important;
  }
}

.card-footer {
  border-top: none;
  background-color: #fff;
}

.card-footer .btn {
  font-size: 0.8125rem;
}

.reset-link {
  color: #0077c4;
  float: right;
  line-height: 30px;
}



span.material-icons {
  font-size: 20px;
}

.reset-filters {
  padding: 1rem 1.25rem;
  overflow: hidden;
  color: #000000;
}

.reset-title {
  font-size: 1.25rem;
}

.accordion-button {
  color: #000000;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230077c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fafafa !important;
  box-shadow: none !important;
}


.accordion-header .badge {
  margin-left: 0.25rem;
  font-size: 0.61rem;
  margin-top: -13px;
}

.accordion-button:focus {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.form-check-input {
  margin-right: 5px;
}

.form-check-input:checked {
  background-color: #0077c4;
  border-color: #0077c4;
}

.form-check-label {
  color: #000000;
  width: 80%;
}

div#filter_count {
  margin-top: 0.25rem;
}

.hidden {
  display: none;
}

#tenant-cog {
  padding: .9rem;
  padding-bottom: .4rem;
  border: 1px #dbdbdb solid;
  border-top: none;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  border-radius: 0px;
  --bs-btn-line-height: 1.4
}

  #tenant-cog:hover {
    background-color: #0077c40d
  }

.tenant-help {
  display: flex;
  justify-content: space-between
}

.btn-group {
  margin: 0 auto;
}

.dropdown-menu.tenant {
  transform: translate(-137.5px, 9px) !important;
  border-radius: 4px;
  padding: 0.4rem;

  .dropdown-item.tenant {
    font-weight: 600;
    font-size: 1rem;
    line-height: 48px;
    width: 195px;
  }

  a {
    color: #3f5673;
  }

  .dropdown-item.tenant span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
  }

  .dropdown-item.tenant mat-icon {
    padding-left: 15px;
    padding-top: 1px;
    font-size: 1.12rem;
    height: 1.12rem;
    width: 1.12rem;
  }

}

.zerostate_title {
  margin: 0 !important;
  font: 15.002px Soleil,sans-serif;
  width: 100%;
  text-align: center;
  max-width: 400px;
  color: #000000DE
}

button[data-bs-target="#newTenantModal"] {
  --bs-btn-bg: #0077C4;
  --bs-btn-hover-bg: #0077C4;
}

button[aria-label="Remove tenant"] {
  color: #000000DE;
  line-height: inherit;
}

button[aria-label="Remove tenant"]:hover {
color: #3f5673;
}

button.addTenantModal {
  --bs-btn-bg: #0077C4;
  --bs-btn-hover-bg: #0077C4;
}

.no-tenant-img {
  padding: 2rem 1rem 1rem;
}

.dropdown-toggle.show:before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.32);
  content: '';
  z-index: 1;
  cursor: default;
}

.mat-icon.material-icons {
  line-height: inherit;
}

input#newTenant {
  text-transform: lowercase;
}

.one-link-button-content {
  min-width: 100% !important;
  max-width: 100% !important;
  display: flex;

  .one-link-text {
    flex-grow: 1;
    overflow: clip;
    overflow-clip-margin: 10px;
    text-overflow: ellipsis;
    max-width: 145px;
  }

  .one-link-icon {
    font-weight: 200;
    font-size: 1.125rem;
    vertical-align: text-bottom;
    line-height: normal;
  }
}

.accordian-sub {
    margin-right: -1rem;
}

.accordian-sub-content {
    padding-left: 0px;
    padding-top: 0rem;
    .list-group-item  {
        padding-left: 1.25rem !important;
        padding-top: 0.443rem !important;
        padding-bottom: 0.558rem !important;
        padding-right: 0.25rem !important;
        border: 0px;
        border-top: 0.0833rem;
        border-style: solid;
        border-color: rgb(222, 226, 230);
        font-size: 0.9rem;
    }

    .list-group-item:last-of-type {
        padding-top: 0.5rem !important;
        padding-bottom: 0.558rem !important;
        border-bottom: 0px !important;
    }
}

.accordian-sub-content-item {
    padding: 0.25rem;
}

.accordion-body-sub {
    padding:0rem !important;
}

.accordian-button-sub {
    padding-top: 0rem;
    padding-bottom: calc(0rem) !important;
    padding-left: 0rem;
    padding-right: calc(0.25rem + 0.0833rem);
    line-height: 1.5rem;
    
    input.form-check-input {
        margin-top: 0rem;
    }

    label {
        margin-left: 0.25rem;
    }
}

.accordian-button-sub[aria-expanded=false] {
    padding-bottom: 0rem !important;
    background-color: white !important;
}

.accordian-button-sub[aria-expanded=true] {
    background-color: white !important;
    padding-bottom: 0.5rem !important;
}



@media (max-width: 1140px) {
    .card-tribal {
        max-width: none;
    }

    .card-container .container-fluid {
        padding-left: 0;
    }

    .search-container {
        padding-top: 1rem;
    }
}

@media (min-width: 720px) {
    .col-accordian-lg {
        min-width: 25rem;
        max-width: 25rem;
    }
    .card-container {
        min-width: calc(100% - 25rem);
        max-width: calc(100% - 25rem);
    }
    .card-tribal {
        min-width: 20rem;
        max-width: 20rem;
    }
}

@media (max-width: 720px) {
    .col-accordian-lg {
        min-width: 100%;
        max-width: 100%;
    }
    .card-container {
        min-width: 100%;
        max-width: 100%;
    }
}


