*,
::after,
::before {
  box-sizing: border-box;
}

.vline {
  border-right: 2px solid #777;
  width: 0px;
  height: 370px;
}

.provider-style {
  padding-right: 25px;
}

.hspace {
  padding: 2px 10px;
}

.icd10code-select {
  width: 540px;
}

.error-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.c-hidden {
  display: none !important;
}

form.show_full_edit_update_form,
form.show_full_edit_update_form {
  display: block;
  margin-top: 0em;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
}

form:nth-child(2) {
  padding-top: 30px;
}

#caliam-form-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 1rem;
  border-width: 0.2rem 0 0;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-container {
  display: block;
  margin-bottom: 10px;
}

.c-row > .c-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 1rem;
}

.c-row > .c-col.max-12 {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}

.c-row > .c-col.max-21 {
  -ms-flex: 0 0 21.3333%;
  flex: 0 0 21.3333%;
  max-width: 21.3333%;
}

.c-row > .c-col.max-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-row > .c-col > .field-container > label {
  display: block;
  margin-bottom: 0.5rem;
}

.c-row > .c-col > label {
  display: block;
  margin-bottom: 0.5rem;
}

.c-row > .c-col > .field-container > select {
  height: 38px;
}

.c-form-control {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.button-group {
  padding-right: 5px;
  padding-left: 5px;
}

.btn {
  display: inline-block;
  margin-top: 26.5px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
  cursor: pointer;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-top-color: rgb(108, 117, 125);
  border-right-color: rgb(108, 117, 125);
  border-bottom-color: rgb(108, 117, 125);
  border-left-color: rgb(108, 117, 125);
}

.btn-secondary:hover {
  background-color: #6c757da5;
  border-color: #5e666d84;
}

.form-group {
  display: inline-block;
  margin-right: 10px;
}

.form-group:last-child {
  margin-right: 0;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  overflow: visible;
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
  display: inline-block;
}

form.show_full_edit_update_form .button-group {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

form.show_full_edit_update_form .button-group input[type="submit"] {
  margin: 0;
}

form.show_full_edit_update_form .button-group a {
  margin-left: 10px;
}

form.show_full_edit_update_form .c-col {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

label.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.date-result {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
}

.date-result:before {
  content: "(";
}

.date-result:after {
  content: ")";
}

@media screen and (max-width: 1750px) {
  form.show_full_edit_update_form .c-col {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 1200px) {
  .c-row > .c-col {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .button-group {
    display: block;
    width: 100%;
  }

  .button-group .btn {
    margin: 0 auto;
    display: block;
  }

  .form-group {
    margin-right: 5px;
  }
}
