.ui-widget.ui-widget-content {
  border: 1px solid #777;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.16),
    0 2px 10px rgba(0, 0, 0, 0.12);
}
.ui-widget {
  font-family: thaisansneue, "Material Icons", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ul-attachment {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ul-attachment li {
  border-bottom: 1px solid rgba(222, 222, 223, 0.76);
}
.panel-group .panel-current {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-group .panel-col-orange .panel-title-current {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-group .panel-nuse {
  background-color: rgba(222, 217, 217, 0.55) !important;
  border: 1px solid rgba(222, 217, 217, 0.55) !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-group .panel-heading-nuse {
  background-color: rgba(222, 217, 217, 0.55) !important;
}
.panel-group .panel-col-orange .panel-title-nuse {
  background-color: rgba(222, 217, 217, 0.55) !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: gray;
}
.panel-group .panel-confirm {
  border: 1px solid #8bc34a !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-group .panel-heading-confirm {
  background-color: #8bc34a !important;
}
.panel-group .panel-col-orange .panel-title-confirm {
  background-color: #8bc34a !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card-center {
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
}
.call_menu {
  cursor: pointer;
}
.hr-section {
  display: block;
  height: 1px;
  border: 0;
  /*border-top: 1px solid #ff8800;*/
  border-top: 1px solid cadetblue;
  margin: 1em 0;
  padding: 0;
}
/*Rules for sizing the icon*/
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-120 {
  font-size: 120px;
}

fieldset.fieldset-sub {
  border-top: 1px dashed #c8ced3 !important;
  /* padding-left: 1.25rem;
	padding-right: 1.25rem; */
  /* padding-right: 0.6rem; */
  /* padding-bottom: 0.6rem;*/
  padding-top: 0.5rem;
  margin-top: 1.5rem;
}

fieldset.fieldset-sub legend {
  font-size: 110%;
  font-family: "Noto Sans Thai UI", Arial;
  /* font-weight: 600; */
  /* font-size: 0.95rem; */
  display: inline-block;
  width: auto;
  margin-left: 1.5rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  /* color: #168491; */
  /* font-weight: bold; */
  float: none;
}

.form-control-label {
  font-weight: bold;
}

/* label.required:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f069";
    font-weight: 900;
    color: var(--red);
    font-size: 8px;
    position: absolute;
    top: 4px;
    right: 3px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
} */

label.required {
  background: url(../images/field_required.png) no-repeat center right;
}

.card-header {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.card-header .material-icons {
  vertical-align: middle;
}
.modal * {
    font-size: 14px;
}