div.well {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}


/* Custom styles */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  padding-top: 0px;
}

span.autitle {
  font-weight: bolder;
}

div.on-hover-grey:hover {
  background-color: #eee !important;
}

.mat-tab-header-pagination-disabled {
  display: none !important;
}

.mat-tab-header, .mat-tab-nav-bar {
  border-bottom: none !important;
}

div.mat-tab-label {
  min-width: 0px !important;
  padding: 0 10px !important;
  opacity: 1 !important;
  height: 40px !important;
}

.tab-anchor {
  color: #444444 !important;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  text-transform: none !important;
}

.tab-anchor:hover {
  color: black !important;
  border-bottom: 2px solid #50A5A9;
  text-decoration: none !important;
}

a.tab-anchor.active {
  color: black !important;
  border-bottom: 2px solid #50A5A9;
  text-decoration: none !important;
}

.anchor {
  color: black !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.anchor:hover {
  color: black !important;
  text-decoration: none !important;
}

.desktop-img-size {
  background-image: url("./../assets/logo_desktop.png");
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  margin: auto;
}

.tab-img-size {
  background-image: url("./../assets/logo_tab.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin: auto;
}

.container {
  max-width: 94%;
}

.logo {
  text-align: center;
}

.btn-audit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  width: 134px;
}

.btn-black:hover {
  color: #ffffff !important;
  background: #000000 !important;
}

.left-nav {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  color: #000;
}

.left-nav-item {
  background: none;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  border: none;
  list-style: none;
  margin-bottom: 12px;
}

.left-nav-item:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

a.left-nav-item:hover {
  text-decoration: none !important;
}
a.left-nav-item {
  text-decoration: none !important;
  color: #000;
  padding: 10px !important;
}

.left-nav-item.active {
  z-index: 2;
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.left-nav-dropdown {
  background: #f8f9fa;
  width: 100%;
  border: 0;
  text-align: left;
  font-size: 14px;
}

.left-nav-dropdown:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

.left-nav-item button {
  background: none;
  font-size: 14px;
  text-align: left;
  border: none;
  list-style: none;
  padding: 0;
}

.nav-hide {
  display: block;
}

.desktop-version {
  display: block;
}

.mobile-version {
  display: none;
}

.tab-version {
  display: none;
}

.nav-sticky {
  position: sticky;
  top:0;
  z-index: 1;
}

.nav-position {
  z-index: 1;
  background: white;
  padding-top: 15px
}

.topnav {
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.topnav a {
  float: left;
  color: #000000;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  color: black;
  cursor: pointer;
}

.topnav-right {
  float: right;
}

.btn-download {
  border: 1px solid #4d9fa3;
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 7px 13px;
  color: #000;
  font-weight: 500;
}

.heading {
  padding-top: 12px;
  padding-left: 15px;
}

.table-border {
  border-bottom: 1px solid #dfe0e0;
  margin: auto;
}

.table-title a{
  text-decoration: underline;
  cursor: pointer;
}

.table-title a:hover{
  text-decoration: underline;
  cursor: pointer;
}

.row-faded {
  font-style: italic;
  color: #444444d6;
}

.btn-view {
  border: 1px solid #4d9fa3;
  box-sizing: border-box;
  font-size: 0.8125rem;
}

.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #f8f9fa!important;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidebar .closebtn:hover{
  color: #000;
  background-color: #f8f9fa!important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.dropdown-menu {
  min-width: 7rem;
}

.dropdown-item {
  padding: 5px!important;
}

.nav-breadcrumb {
  margin: 0;
  background: none;
}

.breadcrumb-item a {
  color: black!important;
  text-decoration: underline;
}

.breadcrumb-item {
  color: black!important;
}

.link {
  text-decoration: underline!important;
  cursor: pointer;
}

.link-none {
  text-decoration: none!important;
  cursor: pointer;
  color: #000;
}

.link-none:hover {
  color: #000;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background-color: #dfe0e0;
  z-index: 1;
}

.nav-sticky-tab {
  position: sticky;
  z-index: 1;
  top: 130px;
  background: white;
}

.title-body-show {
  display: flex;
}

.title-body-hide {
  display: none;
}

.scrollable-dropdown{
  height: auto;
  max-height:320px;  /* Increase / Decrease value as per your need */
  overflow-x: hidden;
}

.search-btn {
  background: #dfe0e0;
}

.menu-list {
  background: white;
}

.menu-list:hover {
  background: #dfe0e0;
}

@media screen and (max-width: 1024px) {
  .nav-hide {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .desktop-version {
    display: none;
  }

  .mobile-version {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 1024px) { 
  .tab-version {
    display: block;
  }

  .topnav {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 850px) { 
  .col-1, .col-2 {
    max-width: 125px;
    word-break: break-word;
    padding: 5px;
  }
}

@media (min-width: 990px) and (max-width: 1024px) { 
  .col-lg-10 {
    flex: 1 0 83.333333%;
    max-width: 100%;
  }

  .col-lg-9 {
    max-width: 58.333333%;;
  }
}

@media (min-width: 576px) and (max-width: 767px) { 
  .col-10 {
    max-width: 100%;
  }
}

/* Tool Tip Text */
.tooltiptext {
  display: none;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  /* bottom: 105%;
  left: 50%; */
  margin-left: -60px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tool-tip-text:hover+.tooltiptext {
  display: block;
  color: rgb(255, 255, 255);
}

.text-truncate:hover+.tooltiptext {
  display: block;
  color: rgb(255, 255, 255);
}

/* Tool Tip Icon */
.tooltipicon {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 6;
  /* bottom: 108%;
  left: 12%; */
  margin-left: -60px;
}

.tooltipicon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tool-tip-icon:hover+.tooltipicon {
  display: block;
  color: rgb(255, 255, 255);
}