.top-navbar {
  margin: 0px;
}

.top-navbar .navbar-brand {
  width: 525px;
  text-align: left;
  height: 60px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}

.top-navbar .nav>li {
  position: relative;
  display: inline-block;
}

.top-navbar .nav>li>a {
  position: relative;
  display: block;
  padding: 19px 15px;
  color: #77C0FD;
}

.top-navbar .nav>li>a:hover,
.top-navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #225081;
}

.top-navbar .dropdown-menu {
  min-width: 230px;
  border-radius: 0 0 4px 4px;
}

.top-navbar .dropdown-menu>li>a:hover,
.top-navbar .dropdown-menu>li>a:focus {
  color: #225081;
  background: none;
}

.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";
}


.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.nav-second-level li a {
  padding-left: 37px;
}

.nav-third-level li a {
  padding-left: 55px;
}

.sidebar-collapse,
.sidebar-collapse .nav {
  background: none;
}

.sidebar-collapse .nav {
  padding: 0;
}

.sidebar-collapse .nav>li>a {
  background: transparent;
  text-shadow: none;

}

.sidebar-collapse>.nav>li>a {
  padding: 15px 10px;
}

.sidebar-collapse>.nav>li {
  border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}

ul.nav.nav-second-level.collapse.in {
  background: #172D44;
}

.sidebar-collapse .nav>li>a:hover,
.sidebar-collapse .nav>li>a:focus {

  outline: 0;
}

.navbar-side {
  border: none;
  background-color: transparent;

}

.top-navbar {
  background: #09192A;
  border-bottom: none;

}

.top-navbar .nav>li>a>i {
  margin-right: 2px;
}


.dropdown-user li {
  margin: 8px 0;
}

.navbar-default {
  border: 0px solid black;

}

.navbar-header {
  background: #09192A;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #B40101;
}



.nav>li>a>i {
  margin-right: 10px;
}

.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
  width: 100%;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li {
  float: none;
}

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover>ul {
  visibility: visible;
}

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li {
  float: none;
}

.navigation ul ul {
  margin-top: 0.05em;
}

.navigation {
  width: 100%;
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 1em 1.3em;
  text-decoration: none;
  color: #EDEDED;
}

.navigation>ul {
  width: 100%;
}

.navigation ul ul {
  width: 14em;
}

.navigation>ul>li a:hover,
.navigation>ul>li:hover a {
  background-color: #0C5389;
  color: #EDEDED;
}

.navigation li {
  position: relative;
}

.navigation ul li.has-sub>a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.navigation ul ul a {

  padding: 10px 15px;
}


.navigation ul ul li {
  border-bottom: 1px solid #333333;
}

.navigation ul ul li:hover>a {
  background: #4eb1ff;

}

.navigation.align-right>ul>li>a {
  border-left: 0.3em solid #333333;
  border-right: none;
}

.navigation.align-right {
  float: right;
}

.navigation.align-right li {
  text-align: right;
}

.navigation.align-right ul li.has-sub>a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub>a:after {
  content: none;
}

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.navigation ul ul li {
  width: 250px;
}

.table tr {
  border-bottom: 1px solid rgb(128, 120, 116);
}

.table-responsive{
  height: calc(100vh - 150px); 
  overflow-y: auto;
  border: 1px solid #ccc;
}

.table thead tr th {
  background-color:  #f1f1f1;
  padding: 8px 6px;
  position: sticky;
  top: -1px;
  z-index: 1;
  text-align: center;
}

.table tbody tr td {
  text-align: left;
  font-size: 13px;
  padding: 6px 6px;
  vertical-align: middle;
  border: none;
}

.table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 1);
}

.table tbody .action-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table tbody .action-list li {
  display: inline-block;
  margin: 0 5px;
}

.table tbody .action-list li a {

  font-size: 15px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.table tbody .action-list li a:hover {
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.3);
}

.table tbody .action-list li a:before,
.table tbody .action-list li a:after {
  content: attr(data-tip);

  background-color: #111;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 4px;
  text-transform: capitalize;
  display: none;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -32px;
  transition: all 0.3s ease 0s;
}

.table tbody .action-list li a:after {
  content: '';
  height: 15px;
  width: 15px;
  padding: 0;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -18px;
  z-index: -1;
}

.table tbody .action-list li a:hover:before,
.table tbody .action-list li a:hover:after {
  display: block;
}

.table tfoot tr td {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 6px;
  position: sticky;
  bottom: 0;
  background-color: #e9e9e9; /* Required to block rows hiding beneath it */
  z-index: 2; /* Keeps it above scrolling tbody cells */ 
}

.table-bordered thead tr,
.table-bordered tfoot tr {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #f9f9f9, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffeeeeee', GradientType=0);
}

.table-bordered thead tr th,
.table-bordered tfoot tr th {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: center;
}

.table-bordered.table-highlight {
  border-top-color: #f9f9f9;
}

.table-bordered.table-highlight thead tr:first-child th {

  font-weight: 600;
  border: 1px solid #f9f9f9;
}

.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 !important;
}

.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%;
  min-height: 32PX;
}

.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;
}

.report-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.report-table th,
.report-table td {
  border: 1px solid #ddd;
  padding: 10px;  
}

.bold-text {
  font-weight: bold;
}

.green-text {
  color: #2e7d32;
}

.red-text {
  color: #c62828;
}