@font-face {
  font-family: "NexaText", "Roboto", sans-serif;
  src: url(fonts/NexaTextDemo-Bold.woff2);
}

/* @font-face {
  font-family: 'Roboto', sans-serif;
} */

body {
  font-family: "NexaText", sans-serif;
}

.navbar-brand {
  color: #9d2235 !important;
}

.btn-danger {
  background-color: #9d2235 !important;
  border-color: #e32845 !important;
  color: white;
}

.btn-danger:hover {
  background-color: #7a1a2a !important;
  color: #ffffff !important;
}
.btn-primary {
  background-color: #9d2235 !important;
  border-color: #e32845 !important;
  color: white;
}

.btn-primary:hover {
  background-color: #7a1a2a !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  /* background-color: #9d2235 !important; */
  border-color: #9d2235 !important;
  color: #9d2235 !important;
}
.btn-outline-primary:hover {
  background-color: #9d2235 !important;
  color: #fff !important;
}

.btn-outline-disabled {
  background-color: #d6a5ad !important; /* muted red */
  border-color: #e3b1bb !important;
  color: #ffffff !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-outline-disabled:hover {
  background-color: #d6a5ad !important;
  border-color: #e3b1bb !important;
  color: #ffffff !important;
}

.btn-info-disabled {
  background-color: #91c5ce !important; /* muted red */
  border-color: #91c5ce !important;
  color: #ffffff !important;
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-info-disabled:hover {
  background-color: #91c5ce !important;
  border-color: #91c5ce !important;
  color: #ffffff !important;
}

.rules-section {
  color: green;
  font-size: 14px;
  line-height: 1.3em;
}

.rules-section p,
.rules-section ul {
  margin: 0;
}

.warning-section {
  color: red;
  margin-top: 20px;
  font-size: 14px;
}

h2,
h3,
h4,
h5 {
  text-align: center;
}

.hidden {
  display: none;
}

.mar-5 {
  margin-right: 0 5px;
}

label {
  display: inline-block;
  margin: 0;
  margin-top: 0.75rem;
  margin-right: 1rem;
}

div.sticky {
  text-align: center;
  margin-bottom: 1%;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 10;
}

.navbar-nav li {
  margin-left: 5px;
}

.tableFixedHead thead tr th {
  position: sticky;
  top: 80px;
  background-color: #343a40;
  color: #fff;
  z-index: 5;
}

.tableFixedHead thead tr td {
  position: sticky;
  top: 115px;
  background-color: #333;
  z-index: 5;
}

.tableFixedHead thead tr:nth-child(2) th {
  position: sticky;
  top: 40px;
  z-index: 5;
}

.tableFixedHead thead tr:nth-child(1) td {
  position: sticky;
  top: 83px;
  background-color: #333;
  z-index: 5;
}

/* #the-table tbody tr{
  display: none;
} */

.card-list {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.card-list .card {
  border: none;
  width: 18rem;
}
.card-list .card :hover {
  background-color: #eeeeee;
}

.card-list .card .card-body {
  text-align: left;
  display: flex;
}

.card-list .card .card-body .card-title {
  padding-top: 10px;
  font-weight: bold;
  font-size: 24px;
}

.card-list .card .card-body i {
  font-size: 50px;
  color: #9d2235;
  margin-right: 20px;
  margin-top: 20px;
}

.reportUnit_div {
  border: #9d2235 2px solid;
  border-radius: 20px;
  align-items: center;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  color: #9d2235;
  padding: 20% 0;
  font-weight: bold;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 23%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 10%;
}

input {
  min-width: 1px;
}

.help {
  width: 20px;
}

#hideMe {
  -moz-animation: cssAnimation 0s ease-in 3s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 3s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 3s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 3s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

#passwordLink,
#loginLink {
  color: #9d2235;
}

#passwordLink:hover,
#loginLink:hover {
  text-decoration: none;
}

.passwordToggle {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  /* background: #aaa; */
  border-radius: 50%;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  z-index: 100;
}

/* .th-header span:first-child {
  /* padding-left: 20%;
  float: left;
}

.th-header span:last-child {
  /* padding-left: 20%;
  float: right;
} */

/* th {
  width: 50%;
} */

.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.fm-height {
  height: calc(1.5em + 0.75rem + 2px);
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 5px;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

span.datepicker-cell.day.disabled {
  color: #eeeeee;
}

#btnUpload {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 50%;
  font-family: sans-serif;
  margin: 1.5% auto;
  padding: 20px;
}

#btnUpload.highlight {
  border-color: purple;
}

.footer {
  text-align: center;
  width: 100%;
  color: gray;
  font-size: 0.75em;
}
