body {
  background-color: #f8f9fa;
  color: #333;
}

.container {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-info {
  margin-top: 20px;
  font-size: 0.9em;
}
.step {
  margin-top: 30px;
}

p {
  margin-bottom: 15px;
}

.center {
  text-align: center
}

.step_number {
  font-size: 20px;
  font-weight: bold
}

.inline {
  display: inline-block;
}


.inline {
  display: inline-block
}

.logo {
  color: #dc3545;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  height: 40px;
}

  .logo img {
   /* width: 170px;*/
    vertical-align: top;
  }

.address {
  font-size: 14px;
  color: #010101;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}

.form-title {
  font-size: 22px;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 30px;
  border-bottom: 2px solid #2572e2;
  padding-bottom: 10px;
  text-align: center;
}

h1 {
  color: #343a40;
  margin-bottom: 30px;
  border-bottom: 2px solid #2572e2;
  padding-bottom: 10px;
}

.form-label {
  font-weight: 600;
  color: #495057;
}

.btn-group {
  float: right;
}

.btn-check + .btn:hover {
  color: white !important;
}

.btn-outline-primary {
  color: #2572e2;
  border-color: #2572e2;
}

.btn-first {
  border-right: none !important;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #2572e2 !important;
  border-color: #2572e2 !important;
  color: white !important;
}

.notice {
  font-size: 0.9rem;
  background-color: #f1f3f5;
  border-left: 5px solid #2572e2;
}

.btn-primary {
  background-color: #2572e2;
  border-color: #2572e2;
}

  .btn-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

.form-label, .form-check-label {
  font-size: 15px !important;
}

.form-check {
  margin-top: 27px;
}

.form-check-input:checked {
  background-color: #2572e2;
  border-color: #2572e2;
}

.form-control:focus, .form-select:focus {
  border-color: #2572e2;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.submit-buttons {
  justify-content: space-evenly;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 32px;
}

.s-LookupEditor {
  width: 100% !important;
}

.select2-container .select2-choice {
  line-height: 28px !important;
  height: 29px !important;
}

  .select2-container .select2-choice .select2-arrow b {
    background-position: 1px 2px !important;
  }

  .select2-container .select2-choice abbr.select2-search-choice-close {
    right: 20px;
    top: 8px;
  }

sup {
  color: red;
}

div.error, input.error {
  border: 1px solid #ff4040;
  border-radius: 0.375rem;
}

label.error {
  background: transparent url(/content/serenity/images/unchecked.gif) no-repeat scroll center center;
  display: block;
  color: #EA5200;
  padding: 22px 0 0 20px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 33px;
}

.control-group {
  position: relative;
}

a{
    text-decoration: none;
}

.table-check-status th{
    width: 150px;
}