.nav-link:hover{
    text-decoration: underline;
    text-decoration-color: #005851;
}
#service {
	max-width: 415.8px;
} 
.card-header,
.idHeading{
    background:#005851 !important;
    color:#FFFFFF;
}
.card-header{
    border-radius: 1.25rem 1.25rem 0 0 !important;
}
.card{
    border-radius: 1.25rem !important;
}
.btn {
    border-radius: 1.75rem !important;
}
.btn-primary{
    background-color:#005851 !important;
    border-color:#005851 !important;
}
.btn-lg.btn-light{
    background-color: #eaebed !important;
    border-radius: 1.75rem !important;
}
#content .tableGroup th{
    background-color:#005851 !important;
}

.navbarSearch .btn.btn-default {
    border-color: #ced4da;
    border-radius: 0 0.25rem 0.25rem 0 !important;

    width: 3rem;
    height: 100%;
}

.navbarSearch .clearSearch {
  position: absolute;
  display: none; /* Overriden by Javascript */

  right: 3.25rem;
  top: -0.5rem;
  height: 2.5rem;

  font-size: 2rem;

  z-index: 100;
  cursor: pointer;
}
