html {
  font-size: 100%;
}

body {
  color: #000000;
  font-family: "Muli";
  background: #fefefe;
}

a,
.btn-link {
  color: #E30613;
}

a:hover,
.btn-link:hover {
  color: #CC0512;
  text-decoration: none;
}

a:focus,
.btn-link:focus {
  color: #CC0512;
  text-decoration: none;
  background-color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background: #E30613;
  border-color: #E30613;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #CC0512;
  border-color: #CC0512;
  outline: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818E94;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818E94;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818E94;
  font-weight: 300;
}

.bulk-actions {
  position: absolute;
  background: #E30613;
  bottom: 10px;
  width: 40%;
  z-index: 9998;
  margin: 0 auto;
  border-radius: 14px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  margin-left: -20%;
  box-shadow: 0px 1px 11px 2px #cccccc;
}

.bulk-actions span {
  font-size: 0.85rem;
  padding: 0.35rem 0.9rem;
  margin: 0.5rem;
}

.bulk-actions .btn-link {
  color: #ffffff;
  text-decoration: underline;
}

.bulk-actions .btn-link:hover {
  color: #ffffff;
}

#viewHomeBox .modal-header .modal-title {
  font-size: 1rem;
}

#viewHomeBox .modal-content .modal-body {
  padding: 1rem;
}

#viewHomeBox .modal-content .modal-body p {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#viewHomeBox .modal-content .modal-body h5 {
  font-size: 14px;
  font-weight: 400;
}

#viewHomeBox .modal-content .modal-body h5.modal-sub {
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

#viewHomeBox .modal-content .modal-body .record-row {
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
}

#viewHomeBox .modal-content .modal-body .record-row strong {
  font-weight: 600;
}

#viewHomeBox .modal-content .modal-body .record-row .delete-warning .alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 1rem auto 0.5rem auto;
  padding: 0.25rem 1rem;
}

#viewHomeBox .modal-content .modal-body .record-row .edit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#viewHomeBox .modal-content .modal-body .record-row .edit-box h5 {
  width: 20%;
  margin: 0;
}

#viewHomeBox .modal-content .modal-body .record-row .edit-box select {
  width: 80% !important;
  padding: 5px 2px;
}

#viewHomeBox .modal-content .modal-body .edit-record {
  padding-top: 0.5rem;
}

.modal .modal-content .modal-body .table {
  border: 1px solid #dee2e6;
}

.modal .modal-content .modal-body .table th {
  padding: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  border-top: 0;
}

.modal .modal-content .modal-body .table td {
  border: none;
  padding: 0.75rem;
  font-size: 13px;
  color: #333333;
}

.modal .modal-content .modal-body .table .merge-cells th {
  border: 1px solid #dee2e6 !important;
  text-align: center;
  vertical-align: middle;
}

.modal .modal-content .modal-body .table .merge-cells td {
  text-align: center;
}

.icon-true {
  color: #28a745;
}

.icon-false {
  color: #dc3545;
}

@media (max-width: 430px) {
  .bulk-actions {
    width: 90% !important;
    margin-left: -45% !important;
  }
  .bulk-actions span {
    font-size: 12px;
  }
  .bulk-actions .btn-link {
    margin: 0px;
    font-size: 12px;
    padding: 10px 5px;
  }
}

@media (max-width: 768px) {
  .complaint-tbl {
    width: 850px;
  }
  #viewHomeBox .modal-content .modal-body .record-row {
    text-align: center;
  }
  #viewHomeBox .modal-content .modal-body .record-row .delete-warning .alert {
    width: 100%;
    flex-direction: column;
  }
  #viewHomeBox .modal-content .modal-body .record-row .delete-warning .alert .btn {
    margin: 0;
    padding: 0.25rem 0.5rem 0 0.5rem;
  }
  #viewHomeBox .modal-content .modal-body .record-row .edit-record .form-control {
    margin: 0.25rem 0;
  }
  #viewHomeBox .modal-content .modal-body .record-row .edit-record .btn {
    padding: 0.35rem 0.45rem;
  }
  #viewHomeBox .modal-content .modal-body .record-row .edit-box {
    justify-content: center;
  }
  #viewHomeBox .modal-content .modal-body .record-row .edit-box h5 {
    width: auto;
    margin-right: 5px;
  }
  #viewHomeBox .modal-content .modal-body .record-row .edit-box select {
    width: auto !important;
  }
  .bulk-actions {
    width: 70%;
    margin-left: -35%;
  }
  .bulk-actions span {
    font-size: 12px;
  }
  .bulk-actions .btn-link {
    margin: 0px;
    font-size: 12px;
    padding: 10px 5px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .complaint-tbl {
    width: 850px;
  }
  #viewHomeBox .modal-dialog {
    max-width: 80%;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .record-row .btn {
    margin: 10px 5px;
    padding: 5px 10px;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .record-row .edit-box h5 {
    width: 40%;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .record-row .edit-box select {
    width: 60% !important;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .delete-warning .alert {
    width: 100%;
  }
  .bulk-actions {
    width: 60%;
    margin-left: -30%;
  }
  .bulk-actions span {
    font-size: 13px;
    padding: 0;
  }
  .bulk-actions .btn-link {
    margin: 5px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  #viewHomeBox .modal-dialog .modal-content .modal-body .delete-warning .alert {
    width: 100%;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .edit-box h5 {
    width: 40%;
  }
  #viewHomeBox .modal-dialog .modal-content .modal-body .edit-box select {
    width: 60% !important;
  }
  .bulk-actions {
    width: 60%;
    margin-left: -30%;
  }
  .bulk-actions span {
    font-size: 13px;
    padding: 0;
  }
  .bulk-actions .btn-link {
    margin: 5px;
  }
}

.profile-card .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.profile-card .upload-btn-wrapper .btn {
  border: 0px;
  color: #e30613;
  padding: 0px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  margin: 8px 0;
}

.profile-card .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.profile-card button.link {
  background: transparent;
  border: 0;
  color: #333333;
  font-size: 13px;
  font-weight: 900;
}

.profile-card input {
  white-space: pre-line;
}

#showPassword {
  cursor: pointer;
}

@media (max-width: 786px) {
  .profile-card .upload-btn-wrapper {
    display: block;
  }
  .profile-card .upload-btn-wrapper button {
    width: auto;
  }
}

.login {
  border-top: 6px solid #E30613;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
}

.login .login-hero {
  flex: 1 0 45%;
  background-color: #E30613;
  background-image: url(../img/dao-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px 50px;
  position: relative;
}

.login .login-hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.125);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.login .login-hero .login-logo {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 1;
}

.login .login-section {
  flex: 1 0 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login .login-section .card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 1px 11px 2px #e8e8e8;
  padding: 25px;
  width: 80%;
  max-width: 650px;
  border: 0;
}

.login .login-section .card .form-control {
  min-height: 50px;
}

.login .login-section .card .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.login .login-section .card .title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 900;
  color: #333;
}

.login .login-section button {
  width: 80%;
  max-width: 650px;
  font-weight: 800;
  padding: 15px 25px;
}

/*# sourceMappingURL=maps/style.css.map */
