body {
    background-color: #f2f2f2;
}

.logoBackground {
    opacity: 0.5;
}
.logoBackground img {
    max-width: 100%;
    height: auto;
}

.navbar-brand {
    margin-top: -10px;
    height: 56px;
}
.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}
.nav-item .dropdown {
    background-color: lightgray;
}

.footer {
  background-color: #ededed;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .container {
  width: auto;
  text-align: center;
  padding: 0 15px;
}
i.fa {
    margin-right: 5px;
}
label.col-form-label{
    font-weight: 500;
}
.form-group {
    margin-bottom: 0.5rem;
}
.card-header a {
    display: block;
}
.rowLink:hover {
    cursor: pointer;
    color: navy;
    background-color: #abf0ff;
}
::placeholder {
    color: #c3c3c3 !important;
    /*font-size: smaller;*/
}

.ui-datepicker {
    z-index: 1050 !important;
}