.os-blue {
  background-color: #06243b !important;
}

.os-blue-light {
  background-color: #1a5b8a !important;
}

.os-blue-lighter {
  background-color: #0d6efd !important;
}

.jap-btn-full {
  max-width: 100% !important;
  width: 100% !important;
}

.jap-btn-update {
  /*border: 2px solid #1A5B8A !important;*/
  color: white !important;
  background: #1a5b8a !important;
  border-radius: 4px;
  padding-bottom: 2px !important;
  /*line-height: 34px;*/
}

.jap-btn-update-active {
  /*border: 2px solid #bb0016 !important;*/
  color: white !important;
  background: #dd1202 !important;
  border-radius: 4px;
  font-weight: 600;
  padding-bottom: 2px !important;
  /*line-height: 34px;*/
}

.jap-btn-cancel {
  background: #9e9e9e !important;
  color: white !important;
}

html {
  background: #f1f5f9;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f1f5f9;
}

button,
.btn {
  cursor: pointer !important;
  text-transform: capitalize !important;
}

#content {
  background: #f1f5f9;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.chip {
  color: white;
}

.faded {
  color: #1e293b6e;
  font-size: 15px;
  font-weight: 600;
}

.jap-label {
  text-align: left !important;
}

.jap-header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 15px;
}

.jap-data {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 10px;
  line-height: 48px;
  margin-bottom: 0px;
}

span.badge {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

ul#dropdown-nav {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.jap-data {
  min-height: 50px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  color: #1e293b !important;
}

.quick-nav {
  margin-top: 32px;
  padding: 4px;
  background-color: #f3f3f3;
  height: 32px;
}

.quick-nav a {
  font-size: 16px;
  margin-top: 38px;
  color: #525252;
}

.quick-nav i {
  font-size: 16px;
  margin-top: 18px;
  color: #525252;
}

#form-box {
  display: block;
  border-radius: 15px 15px 15px 15px;
  max-width: 450px;
  width: 100%;
  margin: auto;
  background: white;
}

#form-box form {
  padding: 40px 30px 30px 30px;
}

#form-box img {
  display: block;
  margin: auto;
  max-width: 205px;
}

#form-box h1 {
  color: #01243b;
  font-family: "Helvetica", Sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 10px;
  text-align: center;
  margin: 25px 0px 25px 0px;
}

#form-box p {
  text-align: center;
  color: #444;
  margin-bottom: 25px;
}

#form-box .label {
  color: #444;
  font-size: 17px;
  font-family: "Helvetica", Sans-serif;
  display: block;
  margin-top: 10px;
}

#form-box .label a {
  color: #03a9ff;
  text-decoration: none;
}

#form-box input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 5px 10px !important;
  color: #000;
  font-size: 17px;
  font-family: "Helvetica", Sans-serif;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#form-box input[type="text"],
#form-box input[type="email"],
#form-box input[type="password"] {
  width: 100%;
  max-width: 100%;
}

#form-box .forgot-password {
  margin-top: 30px;
  text-align: center;
}

#form-box .forgot-password a {
  color: #333;
}

#form-box .bottom-prompt {
  border-top: 1px solid #ccc;
  color: #333;
  text-align: center;
  padding: 20px 0px;
}

#form-box .bottom-prompt a {
  color: #03a9ff;
  text-decoration: none;
}

#form-box .forgot {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* BACK TO TOP */
#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #edf2ff;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1em;
}

#backtotop:hover {
  background-color: #555;
}

#profile input {
  border: 1px solid #cbd5e1 !important;
  font-size: 14px;
  color: #1e293b;
  font-weight: 400;
  padding: 10px 15px !important;
  width: 100%;
  border-radius: 4px !important;
  background: none !important;
}

label {
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 3px;
}

label input:focus-visible {
  outline: 0px;
  border: 1px solid #005b8a;
}

label input[type="file"] {
  width: 100%;
  display: inline-block;
  border: 1px solid #cbd5e1 !important;
  padding: 10px 15px !important;
  line-height: 21px;
}

label input[type="date"] {
  background: none !important;
}

label input:focus-visible {
  outline: 0px;
  border: 1px solid #005b8a;
}

label .form-select {
  line-height: 21px;
  padding: 10px 15px !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #0d6efd;
  background-color: #0d6efd;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0) !important;
}

.datepicker-date-display {
  background-color: #06243b;
}

.datepicker-table td.is-selected {
  background-color: #06243b;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #005b8a !important;
}

.datepicker-table td.is-selected {
  background-color: #06243b;
}

input {
  border-bottom: 0px !important;
  padding-left: 15px !important;
  border: 1px solid #ccc;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

input:focus {
  border-bottom: 0px !important;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
}

#docs-table label {
  display: none !important;
}

#docs-table label input[type="file"] {
  border: 0px !important;
  width: 100%;
}

tr > td:last-of-type {
  text-align: center;
}

tr > td:last-of-type span {
  line-height: 0px;
}

tr > td:last-of-type span a {
  color: #7a0000;
}

table .jap-data {
  margin-bottom: 0px !important;
}

th,
td {
  padding: 15px 15px;
}

@media only screen and (max-width: 600px) {
  #docs-table tr {
    display: -ms-grid;
    display: grid;
    border-bottom: 1px solid #cbd5e1;
  }
  #docs-table td:first-of-type {
    padding-top: 25px !important;
  }
  .badge {
    display: block;
    color: #fff;
    width: 100%;
  }
  .badge a {
    background-color: #c62828;
    border-radius: 5px;
    color: #fff !important;
    display: block;
    padding-top: 3px;
  }
  #docs-table label {
    display: block !important;
    margin-top: -45px !important;
  }
}

@media only screen and (max-width: 768px) {
  .valign-wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  .row > div {
    border: 0px !important;
  }
  #content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  main > div {
    padding: 20px 10px !important;
    margin: 20px auto 35px auto !important;
  }
}

@media (min-width: 992px) {
  main > div {
    padding: 20px !important;
    margin: 30px auto 50px auto !important;
  }
  #content {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
