.dropdown-tasks {
  width: 255px;
}

.dropdown-tasks .progress {
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
}

.dropdown-tasks>li>a {
  padding: 0px 15px;
}

.dropdown-tasks p {
  font-size: 13px;
  line-height: 21px;
  padding-top: 4px;
}

.active-menu {
  background-color: #225081 !important;
}

.arrow {
  float: right;
}

.fa.arrow:before {
  content: "\f104";
}

.active>a>.fa.arrow:before {
  content: "\f107";
}

.required {
  color: red;
  font-size: 75%;
  margin-left: 3px;
}
.ajax-loader {
  cursor: wait;
  background: #ffffff url('../images/ajaxLoader.gif') no-repeat center center;
  opacity: 0.75;
  position: absolute;
  z-index: 10000;
}
.process {
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1052;
}
.process img,
.process-ng5 img {
  margin: 20%;
}
.splash {
  display: none;
}
[ng-cloak].splash {
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  display: block !important;
}
.alignCenter {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.m-l-5 {
  margin-left: 5px;
}
.button-div {
  padding-top: 23px;
}

.date-column {
  min-width: 100px;
}
.color-white {
  color: #ffffff;
}
.search-results {
  min-height: 200px;
  width: 100%;
}
.ngb-dp-header,
.ngb-dp-content {
  color: #09192A;
}
.date-picker {
  background: none;
  border: 0px solid #e5eaef;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 140%;
}
.form-control option {
  color: #09192A;
}
.modal-backdrop {
  z-index: 0 !important;
}
.buttonDiv {
  padding-top: 25px;
}
#passbook-detail td{
  border: 1px solid #000;
}
#passbook-detail th{
  border: 1px solid #000;
}
legend{
 font-weight: bold !important;
 font-size: 15px !important;
}
.btn {
  margin-right: 10px;
}
.table-container {
  height: 400px;        /* Or max-height: 80vh */
  overflow-y: auto;     /* Enables vertical scrollbar */
  border: 1px solid #e2e8f0;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
}

/* 2. Freeze the table header cells */
.report-table th {
  position: sticky;
  top: 0;               
  z-index: 10;          
  background-color: #f8fafc; 
  color: #1e293b;
  padding: 12px;
  border-bottom: 2px solid #cbd5e1;
}

tfoot td {
  position: sticky;
  bottom: 0;
  background-color: #f1f3f5;
  z-index: 2;
  box-shadow: inset 0 1px 0 #ccc;
  text-align: right;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

.report-table td {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.bold-text {
  font-weight: bold;
}

.green-text {
  color: #2e7d32;
}

.red-text {
  color: #c62828;
}
.autocomplete-container input{
  width: 90%;
}