@media (min-width: 970px) {
}
/*datepicker*/
#tbxDatepicker {
  cursor: pointer;
}
/* Below Standard Form UI Styles */
.form {
  width: 95%;
  max-width: 1800px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  min-width: auto;
  /*
  @media @desktop-l
  {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  */
}
.form::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
@media (min-width: 769px) {
  .form {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.form.form-style1 {
  background-color: #f4fdff;
  width: 95%;
  padding: 10px;
  /*
    @media @desktop-l
    {
      width: 90%;
    }
    */
}
@media (min-width: 769px) {
  .form.form-style1 {
    width: calc(100% - 72px);
    padding: 15px 26px;
  }
  .form.form-style1 .item .itemLabel {
    width: calc((100% + 26px + 26px) * 0.2 - 26px);
    max-width: calc(300px - 26px);
  }
  .form.form-style1 .item .itemInput-30 {
    width: calc((30% + 26px + 26px) * 0.8 - 26px);
    min-width: calc(30% - 300px - 26px);
  }
}
.form.form-style2 {
  background-color: #f8f8f8;
  width: 95%;
  padding: 10px;
  /*
    @media @desktop-l
    {
      width: 90%;
    }
    */
}
@media (min-width: 769px) {
  .form.form-style2 {
    width: calc(100% - 72px);
    padding: 15px 26px;
  }
  .form.form-style2 .item .itemLabel {
    width: calc((100% + 26px + 26px) * 0.2 - 26px);
    max-width: calc(300px - 26px);
  }
  .form.form-style2 .item .itemInput {
    width: calc((100% + 26px + 26px) * 0.8 - 26px);
    min-width: calc(100% - 300px - 26px);
  }
}
.form.form-style1 .divider,
.form.form-style2 .divider {
  margin-left: -10px;
  margin-right: -10px;
  border-top-color: #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .form.form-style1 .divider,
  .form.form-style2 .divider {
    margin-left: -26px;
    margin-right: -26px;
  }
}
.form.form-style1 .item + .divider,
.form.form-style2 .item + .divider {
  margin-top: 26px;
}
.form .form {
  width: 100%;
}
.form .form:not(.form-style1):not(.form-style2) {
  padding-left: 0;
  padding-right: 0;
}
.form-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #aaa;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .form-header {
    margin-left: -26px;
    margin-right: -26px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (max-width: 768px) {
  .form-header {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form-header .icon-button {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: -12px;
}
.form-style1 .form-header,
.form-style2 .form-header {
  margin-top: -10px;
}
.form-control:focus {
  box-shadow: none;
}
.form-submission {
  width: 95%;
  max-width: 1800px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  text-align: center;
}
.form-submission .button,
.form-submission .btn {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 15px;
  vertical-align: middle;
}
.requiredLabel::before {
  position: absolute;
  right: 100%;
  margin-right: 2px;
  top: 0;
  /*
    content: "*";
    display: block;
    */
  padding: inherit;
}
.requiredLabel::after {
  margin-left: 2px;
  content: "*";
  display: inline-block;
}
.button-add::before {
  content: "\f067";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px;
}
.button-add::before.fa-pull-left {
  margin-right: .3em;
}
.button-add::before.fa-pull-right {
  margin-left: .3em;
}
.item {
  margin: 0 0 12px 0;
}
.item::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.item.item-half {
  float: left;
  width: 50%;
  padding-right: 10px;
  vertical-align: top;
  border-right: 1px solid #eee;
}
.item.item-half:nth-of-type(2n) {
  padding-left: 10px;
  padding-right: 0;
  border-right: 0;
}
.item.item-half .itemInput {
  width: 100%;
  margin-bottom: 18px;
}
.item.item-In3 {
  float: left;
  width: 33.3333%;
  padding-right: 8px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .item.item-In3 {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
  }
}
.item.item-In3:nth-of-type(3n) {
  padding-right: 0;
  border-right: 0;
}
@media screen and (min-width: 1100px) {
  .item.item-In3:nth-of-type(3n) {
    margin-left: -1px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1099px) {
  .item.item-In3:nth-of-type(3n) {
    width: 100%;
    border-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .item.item-In3:nth-of-type(3n-1) {
    padding-left: 8px;
    margin-left: -1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .item.item-In3:nth-of-type(3n-1) {
    width: 50%;
    padding-left: 10px;
    padding-right: 0;
    border-right: 0;
  }
}
.item.item-In3:nth-of-type(3n-2) {
  border-left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .item.item-In3:nth-of-type(3n-2) {
    width: 50%;
  }
}
.item.item-In3 .itemInput {
  width: 100%;
  margin-bottom: 18px;
}
.item + .remark {
  margin-top: 40px;
  margin-bottom: 40px;
}
.itemLabel {
  color: #0059ae;
  font-weight: 500;
}
@media (min-width: 769px) {
  .itemLabel {
    float: left;
    width: 20%;
    max-width: 300px;
    padding-top: 18px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .itemLabel.itemLabel-hidden {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .itemLabel.itemLabel-hidden {
    display: none !important;
  }
}
.itemInput {
  vertical-align: top;
  padding-top: 18px;
  min-height: 48px;
}
@media (min-width: 769px) {
  .itemInput {
    float: left;
    width: 80%;
    min-width: calc(100% - 300px);
  }
}
.itemInput.itemInput-50 {
  vertical-align: top;
}
@media (min-width: 769px) {
  .itemInput.itemInput-50 {
    float: left;
    width: 40%;
    min-width: calc((100% - 300px) / 2);
    padding-right: 20px;
  }
}
.itemInput.itemInput-50:nth-of-type(2n) {
  padding-right: 0;
}
.itemInput.itemInput-50 > .selector {
  width: 100%;
  min-width: auto;
}
.itemInput.itemInput-70 {
  vertical-align: top;
}
@media (min-width: 769px) {
  .itemInput.itemInput-70 {
    float: left;
    width: 56%;
    min-width: calc((100% - 300px) * 0.7);
    padding-right: 20px;
  }
}
.itemInput.itemInput-70 > .selector {
  width: 100%;
  min-width: auto;
}
.itemInput.itemInput-30 {
  vertical-align: top;
}
@media (min-width: 769px) {
  .itemInput.itemInput-30 {
    float: left;
    width: 24%;
    min-width: calc((100% - 300px) * 0.3);
    padding-right: 20px;
  }
}
.itemInput.itemInput-30 > .selector {
  width: 100%;
  min-width: auto;
}
.itemInput .itemInput {
  padding-top: 0;
  min-height: auto;
  width: auto;
}
@media (min-width: 769px) {
  .itemInput .itemInput {
    float: none;
    width: auto;
    min-width: auto;
  }
}
@media (min-width: 769px) {
  .itemInput + .itemInput:not(.itemInput-50):not(.itemInput-70):not(.itemInput-30) {
    float: right;
  }
}
.itemInput input[type="text"],
.itemInput input[type="password"],
.itemInput input[type="search"],
.itemInput textarea {
  width: 100%;
}
.itemInput input[type="text"] ~ .remark-warn,
.itemInput input[type="password"] ~ .remark-warn,
.itemInput input[type="search"] ~ .remark-warn,
.itemInput textarea ~ .remark-warn {
  /*float:right;*/
}
.itemInput .remark {
  margin-top: 5px;
  clear: both;
}
.itemInput .remark-warn {
  /*float:right;*/
}
.itemInput > .button {
  vertical-align: top;
}
.itemInput > .button.button-secondary {
  margin-left: -14px;
  margin-right: 10px;
}
.itemInput .icon-button {
  font-size: smaller;
}
@media (max-width: 768px) {
  .itemInput .icon-button {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.itemInput .textbox-floatlabel {
  margin-top: -18px;
}
.itemInput:not(.itemInput-30):not(.itemInput-50):not(.itemInput-70) .textbox,
.itemInput:not(.itemInput-30):not(.itemInput-50):not(.itemInput-70) .textbox-floatlabel,
.itemInput:not(.itemInput-30):not(.itemInput-50):not(.itemInput-70) .textarea,
.itemInput:not(.itemInput-30):not(.itemInput-50):not(.itemInput-70) #cke_ckeditor {
  max-width: 700px;
}
.itemInput-warn .textbox > input:not(.notEmpty):focus[type="text"] + .textboxLabel,
.itemInput-warn .textbox > input:not(.notEmpty):focus[type="password"] + .textboxLabel,
.itemInput-warn .textbox > textarea:not(.notEmpty):focus + .textboxLabel {
  color: #dd2c00 !important;
}
.itemInput-warn:not(.notEmpty) .remark-warn {
  display: block !important;
}
.itemInput-warn input:not(.notEmpty)[type="text"],
.itemInput-warn input:not(.notEmpty)[type="password"],
.itemInput-warn textarea:not(.notEmpty),
.itemInput-selector.itemInput-warn:not(.notEmpty) .selector {
  border-color: #dd2c00 !important;
}
.itemInput-choice > span:not(.remark),
.itemInput-choice > div:not(.remark) {
  display: inline-block;
}
@media (min-width: 769px) {
  .itemInput-choice > span:not(.remark):not(:last-child),
  .itemInput-choice > div:not(.remark):not(:last-child) {
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  .itemInput-choice .table-resp > tbody > tr > td:first-child {
    padding-top: 5px !important;
  }
  .itemInput-choice .table-resp > tbody > tr > td:first-child ~ td {
    font-size: inherit;
    color: inherit;
  }
  .itemInput-choice .table-resp > tbody > tr > td:last-child {
    padding-bottom: 0 !important;
  }
  .itemInput-choice .table-resp > tbody > tr:not(:first-child) {
    padding-top: 0 !important;
  }
}
.dialog-s .itemInput-choice > span:not(.remark),
.dialog-confirm .itemInput-choice > span:not(.remark),
.dialog-s .itemInput-choice > div:not(.remark),
.dialog-confirm .itemInput-choice > div:not(.remark) {
  width: 100%;
  margin-right: 0;
  padding-bottom: 8px;
}
.itemInput-selector > .selector {
  min-width: 180px;
  max-width: 100%;
  margin-top: -6px;
}
@media (min-width: 769px) {
  .itemInput-selector > .selector:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .itemInput-selector > .selector:not(:first-of-type) {
    margin-top: 10px;
  }
}
.itemInput-datepicker .datepicker {
  width: 180px;
  margin-top: -6px;
}
.itemInput-datepicker .datepicker,
.itemInput-datepicker .datepicker ~ * {
  vertical-align: top;
}
@media (max-width: 480px) {
  .itemInput-datepicker .datepicker {
    width: 100%;
    margin-bottom: 15px;
  }
}
.dialog-s .itemInput-datepicker .datepicker,
.dialog-confirm .itemInput-datepicker .datepicker {
  width: 100%;
  margin-bottom: 15px;
}
.dialog-s .itemInput-datepicker .datepicker + .hide-p,
.dialog-confirm .itemInput-datepicker .datepicker + .hide-p {
  display: none;
}
.itemInput-file input[type="file"] + label {
  margin-left: -10px;
}
.itemInput-file .uploadedFiles .uploadedFile {
  margin-left: 4px;
}
.itemInput-file > button {
  margin-left: -14px;
}
.itemInput-file > button,
.itemInput-file > button:hover,
.itemInput-file > button:focus {
  color: #0059ae;
}
.itemInput-file > button,
.itemInput-file > button.button-disabled {
  background: transparent !important;
}
.itemInput-file > button:hover,
.itemInput-file > button:focus {
  background: rgba(0, 0, 0, 0.05) !important;
}
.itemInput-file > button > img {
  -webkit-filter: invert(19%) sepia(50%) saturate(10000%) hue-rotate(197deg) brightness(70%) contrast(100%);
  filter: invert(19%) sepia(50%) saturate(10000%) hue-rotate(197deg) brightness(70%) contrast(100%);
}
.itemInput-file > button > label {
  margin-bottom: 0;
}
.itemInput-hkid input[type="text"]:first-of-type {
  width: calc(100% - 90px - 2em);
}
@media (max-width: 480px) {
  .itemInput-hkid input[type="text"]:first-of-type {
    width: calc(100% - 4em - 2em);
  }
}
.itemInput-hkid input[type="text"]:last-of-type {
  width: 90px;
  text-align: center;
}
@media (max-width: 480px) {
  .itemInput-hkid input[type="text"]:last-of-type {
    width: 4em;
  }
}
.itemInput-hkid input[type="text"] + span {
  width: 1em;
  text-align: center;
}
.itemInput-phone::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.itemInput-phone > .textbox::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.itemInput-phone > .textbox > input[type="text"] {
  float: left;
}
.itemInput-phone > .textbox > input[type="text"]:first-of-type {
  width: 7em;
  margin-right: 1em;
  max-width: calc((100% - 1em) / 2);
}
.itemInput-phone > .textbox > input[type="text"]:last-of-type {
  width: calc(100% - 7em - 1em);
  min-width: calc((100% - 1em) / 2);
  /*
      & + .textboxLabel
      {
        left: 8em;
      }

      &:focus,
      &.notEmpty
      {
        & + .textboxLabel
        {
          left: 8em;
        }
      }
      */
}
.itemInput-phone > .textbox > .selector {
  float: left;
  width: 8em;
  margin-right: 1em;
  max-width: calc((100% - 1em) / 2);
}
.itemInput-phone > .textbox > .selector + input[type="text"] {
  width: calc(100% - 8em - 1em);
  min-width: calc((100% - 1em) / 2);
  margin-right: 0;
  max-width: calc(100% - 8em - 1em);
}
.itemInput-editButton {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1rem;
}
.itemInput-editButton.fa-pull-left {
  margin-right: .3em;
}
.itemInput-editButton.fa-pull-right {
  margin-left: .3em;
}
.itemInput-editButton:before {
  content: "\f304";
}
.itemInput-delButton {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 1rem;
}
.itemInput-delButton.fa-pull-left {
  margin-right: .3em;
}
.itemInput-delButton.fa-pull-right {
  margin-left: .3em;
}
.itemInput-delButton:before {
  content: "\f2ed";
}
.uploadedFiles {
  margin-bottom: 10px;
}
.uploadedFiles .uploadedFile {
  margin-bottom: 10px;
}
.uploadedFiles .uploadedFile:before {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f15b";
  color: #aaa;
  margin-right: 5px;
}
.uploadedFiles .uploadedFile:before.fa-pull-left {
  margin-right: .3em;
}
.uploadedFiles .uploadedFile:before.fa-pull-right {
  margin-left: .3em;
}
.uploadedFiles .uploadedFile .icon-button {
  margin-left: 5px;
}
.uploadedFiles .uploadedFile > .link {
  max-width: calc(100% - 70px);
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.itemInput-button .button {
  max-width: 100%;
  white-space: pre-wrap;
  text-align: left;
  vertical-align: top;
  margin-top: -3px;
}
@media (max-width: 768px) {
  .itemInput-button .button {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.itemInput-button .button > img {
  height: 23.8px;
  padding-top: 3.4px;
  padding-bottom: 3.4px;
}
.itemInput-button .button > img + span {
  margin-left: 5px;
}
.itemInput-button .button.button-secondary:first-child {
  margin-left: -14px;
}
@media (max-width: 768px) {
  .itemInput-button .button {
    float: left;
    clear: both;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .itemInput-button .button + .button {
    margin-left: 10px;
  }
}
.itemInput-complex {
  margin-bottom: 18px;
}
.itemLabel + .itemInput ~ .itemInput .itemInput-complex {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.itemInput-complex::after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
}
.itemInput-complex-order {
  float: left;
  line-height: inherit;
  font-size: x-large;
  margin-top: 15px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 5px;
  color: #0059ae;
  font-weight: 300;
}
.itemLabel + .itemInput ~ .itemInput .itemInput-complex-order {
  margin-top: 30px;
}
.button-deleteComplex {
  float: right;
  line-height: inherit;
  font-size: x-large;
  margin-top: 15px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 5px;
}
.itemLabel + .itemInput ~ .itemInput .button-deleteComplex {
  margin-top: 30px;
}
.button-deleteComplex + .itemInput-complex {
  overflow: hidden;
}
.textbox-half,
.itemData-complex-half {
  width: calc(50% - 10px);
  display: inline-block;
}
.textbox-In3,
.itemData-complex-In3 {
  width: calc(33.3333% - 10px);
  display: inline-block;
}
.textbox-In4,
.itemData-complex-In4 {
  width: calc(25% - 10px);
  display: inline-block;
}
.textbox-In5,
.itemData-complex-In5 {
  width: calc(20% - 10px);
  display: inline-block;
}
.textbox-In6,
.itemData-complex-In6 {
  width: calc(16.6667% - 10px);
  display: inline-block;
}
.textbox-In7,
.itemData-complex-In7 {
  width: calc(14.2857% - 10px);
  display: inline-block;
}
.textbox-half,
.textbox-In3,
.textbox-In4,
.textbox-In5,
.textbox-In6,
.textbox-In7,
.itemData-complex-half,
.itemData-complex-In3,
.itemData-complex-In4,
.itemData-complex-In5,
.itemData-complex-In6,
.itemData-complex-In7 {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}
.textbox-half:first-of-type,
.itemData-complex-half:first-of-type {
  width: calc(50% - 5px);
  margin-left: 0;
}
.textbox-In3:first-of-type,
.itemData-complex-In3:first-of-type {
  width: calc(33.3333% - 5px);
  margin-left: 0;
}
.textbox-In4:first-of-type,
.itemData-complex-In4:first-of-type {
  width: calc(25% - 5px);
  margin-left: 0;
}
.textbox-In5:first-of-type,
.itemData-complex-In5:first-of-type {
  width: calc(20% - 5px);
  margin-left: 0;
}
.textbox-In6:first-of-type,
.itemData-complex-In6:first-of-type {
  width: calc(16.6667% - 5px);
  margin-left: 0;
}
.textbox-In7:first-of-type,
.itemData-complex-In7:first-of-type {
  width: calc(14.2857% - 5px);
  margin-left: 0;
}
.textbox-half:nth-child(2),
.itemData-complex-half:nth-child(2) {
  width: calc(50% - 5px);
  margin-right: 0;
}
.textbox-In3:nth-child(3),
.itemData-complex-In3:nth-child(3) {
  width: calc(33.3333% - 5px);
  margin-right: 0;
}
.textbox-In4:nth-child(4),
.itemData-complex-In4:nth-child(4) {
  width: calc(25% - 5px);
  margin-right: 0;
}
.textbox-In5:nth-child(5),
.itemData-complex-In5:nth-child(5) {
  width: calc(20% - 5px);
  margin-right: 0;
}
.textbox-In6:nth-child(6),
.itemData-complex-In6:nth-child(6) {
  width: calc(16.6667% - 5px);
  margin-right: 0;
}
.textbox-In7:nth-child(7),
.itemData-complex-In7:nth-child(7) {
  width: calc(14.2857% - 5px);
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .itemInput-file + .button {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 970px) {
  .textbox-In4:nth-child(1),
  .textbox-In4:nth-child(2),
  .textbox-In5:nth-child(1),
  .textbox-In5:nth-child(2),
  .textbox-In6:nth-child(1),
  .textbox-In6:nth-child(2),
  .textbox-In6:nth-child(3),
  .textbox-In7:nth-child(1),
  .textbox-In7:nth-child(2),
  .textbox-In7:nth-child(3),
  .textbox-In7:nth-child(4),
  .textbox-In7:nth-child(5),
  .itemData-complex-In4:nth-child(1),
  .itemData-complex-In4:nth-child(2),
  .itemData-complex-In5:nth-child(1),
  .itemData-complex-In5:nth-child(2),
  .itemData-complex-In6:nth-child(1),
  .itemData-complex-In6:nth-child(2),
  .itemData-complex-In6:nth-child(3),
  .itemData-complex-In7:nth-child(1),
  .itemData-complex-In7:nth-child(2),
  .itemData-complex-In7:nth-child(3),
  .itemData-complex-In7:nth-child(4),
  .itemData-complex-In7:nth-child(5) {
    margin-bottom: 18px;
  }
  .textbox-In4,
  .textbox-In5:nth-child(1),
  .textbox-In5:nth-child(2),
  .textbox-In7:nth-child(4),
  .textbox-In7:nth-child(5),
  .textbox-In7:nth-child(6),
  .textbox-In7:nth-child(7),
  .itemData-complex-In4,
  .itemData-complex-In5:nth-child(1),
  .itemData-complex-In5:nth-child(2),
  .itemData-complex-In7:nth-child(4),
  .itemData-complex-In7:nth-child(5),
  .itemData-complex-In7:nth-child(6),
  .itemData-complex-In7:nth-child(7) {
    width: calc(50% - 10px);
    display: inline-block;
  }
  .textbox-In4:nth-child(1),
  .textbox-In4:nth-child(3),
  .textbox-In5:nth-child(1),
  .textbox-In7:nth-child(4),
  .textbox-In7:nth-child(6),
  .itemData-complex-In4:nth-child(1),
  .itemData-complex-In4:nth-child(3),
  .itemData-complex-In5:nth-child(1),
  .itemData-complex-In7:nth-child(4),
  .itemData-complex-In7:nth-child(6) {
    width: calc(50% - 5px);
    margin-left: 0;
  }
  .textbox-In4:nth-child(2),
  .textbox-In4:nth-child(4),
  .textbox-In5:nth-child(2),
  .textbox-In7:nth-child(5),
  .textbox-In7:nth-child(7),
  .itemData-complex-In4:nth-child(2),
  .itemData-complex-In4:nth-child(4),
  .itemData-complex-In5:nth-child(2),
  .itemData-complex-In7:nth-child(5),
  .itemData-complex-In7:nth-child(7) {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .textbox-In5:nth-child(3),
  .textbox-In5:nth-child(4),
  .textbox-In5:nth-child(5),
  .textbox-In6,
  .textbox-In7:nth-child(1),
  .textbox-In7:nth-child(2),
  .textbox-In7:nth-child(3),
  .itemData-complex-In5:nth-child(3),
  .itemData-complex-In5:nth-child(4),
  .itemData-complex-In5:nth-child(5),
  .itemData-complex-In6,
  .itemData-complex-In7:nth-child(1),
  .itemData-complex-In7:nth-child(2),
  .itemData-complex-In7:nth-child(3) {
    width: calc(33.3333% - 10px);
    display: inline-block;
  }
  .textbox-In5:nth-child(3),
  .textbox-In6:nth-child(1),
  .textbox-In6:nth-child(4),
  .textbox-In7:nth-child(1),
  .itemData-complex-In5:nth-child(3),
  .itemData-complex-In6:nth-child(1),
  .itemData-complex-In6:nth-child(4),
  .itemData-complex-In7:nth-child(1) {
    width: calc(33.3333% - 5px);
    margin-left: 0;
  }
  .textbox-In5:nth-child(5),
  .textbox-In6:nth-child(3),
  .textbox-In6:nth-child(6),
  .textbox-In7:nth-child(3),
  .itemData-complex-In5:nth-child(5),
  .itemData-complex-In6:nth-child(3),
  .itemData-complex-In6:nth-child(6),
  .itemData-complex-In7:nth-child(3) {
    width: calc(33.3333% - 5px);
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .item,
  .item.item-half,
  .item.item-half:nth-child(2n),
  .item.item-In3 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
  .itemInput,
  .itemInput.itemInput-50 {
    width: 100%;
  }
  .itemInput.itemInput-50 {
    padding-right: 0;
  }
  .itemInput.itemInput-50 + .itemInput-50 {
    margin-top: 15px;
  }
  .itemInput-choice > span:not(.remark),
  .itemInput-choice > div:not(.remark),
  .itemInput-choice > table.table-resp td {
    display: block;
    padding-bottom: 8px;
  }
  .itemInput-choice input[type="checkbox"] + label,
  .itemInput-choice input[type="radio"] + label {
    margin-right: 0;
  }
  .itemInput-file + .button {
    margin-top: 10px;
  }
  .textbox-half,
  .textbox-In3,
  .textbox-In4,
  .textbox-In5,
  .textbox-In6,
  .textbox-In7,
  .itemData-complex-half,
  .itemData-complex-In3,
  .itemData-complex-In4,
  .itemData-complex-In5,
  .itemData-complex-In6,
  .itemData-complex-In7 {
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .textbox-half:nth-child(2),
  .textbox-In3:nth-child(3),
  .textbox-In4:nth-child(4),
  .textbox-In5:nth-child(5),
  .textbox-In6:nth-child(6),
  .textbox-In7:nth-child(7),
  .itemData-complex-half:nth-child(2),
  .itemData-complex-In3:nth-child(3),
  .itemData-complex-In4:nth-child(4),
  .itemData-complex-In5:nth-child(5),
  .itemData-complex-In6:nth-child(6),
  .itemData-complex-In7:nth-child(7) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .itemInput-selector > .selector select {
    padding-right: 25px;
  }
}
@media screen and (max-width: 360px) {
  .itemInput-selector > .selector {
    margin-right: 0 !important;
    display: block;
  }
}
/*Confirmation*/
.itemData {
  width: 100%;
  vertical-align: top;
}
.item.item-half .itemData,
.item.item-In3 .itemData {
  width: 100%;
  margin-bottom: 18px;
}
.item.item-half .itemData:last-child,
.item.item-In3 .itemData:last-child {
  margin-bottom: 0;
}
.itemData-half {
  width: 50%;
  padding-right: 20px;
  vertical-align: top;
}
.itemData-half + .itemData-half {
  padding-right: 0;
}
.dataLabel {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
.itemData-complex {
  margin-bottom: 18px;
}
.itemLabel + .itemData ~ .itemData .itemData-complex {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.itemData-complex::after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
}
.itemData-complex-order {
  float: left;
  line-height: inherit;
  font-size: x-large;
  margin-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 5px;
  color: #0059ae;
  font-weight: 300;
}
.itemLabel + .itemData ~ .itemData .itemData-complex-order {
  margin-top: 18px;
}
.itemData-complex-order + .itemData-complex {
  overflow: hidden;
}
.dataValue {
  color: #0059ae;
}
.dataValue::after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px rgba(116, 197, 194, 0.2);
}
.dataLabel + .dataValue {
  margin-top: 5px;
}
.dataValue.dataValue-empty {
  padding: 0;
  background-color: transparent;
  color: #ddd;
}
.dataValue.uploadedFiles {
  font-size: inherit;
}
.dataValue.uploadedFiles .uploadedFile {
  margin-bottom: 2px;
}
.dataValue.uploadedFiles .uploadedFile::before {
  display: inline-block;
  content: "\f15b";
  font-family: FontAwesome;
  font-size: inherit;
  width: 23px;
  text-align: center;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
  color: #0059ae;
}
.dataValue.uploadedFiles .uploadedFile:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
/* Take attendence */
input[type="radio"].radio-positive[checked="checked"] + label,
input[type="radio"].radio-negative1[checked="checked"] + label,
input[type="radio"].radio-negative2[checked="checked"] + label,
input[type="radio"].radio-positive:checked + label,
input[type="radio"].radio-negative1:checked + label,
input[type="radio"].radio-negative2:checked + label {
  font-weight: bold;
  font-weight: 600;
}
input[type="radio"].radio-positive[checked="checked"] + label::before,
input[type="radio"].radio-negative1[checked="checked"] + label::before,
input[type="radio"].radio-negative2[checked="checked"] + label::before,
input[type="radio"].radio-positive:checked + label::before,
input[type="radio"].radio-negative1:checked + label::before,
input[type="radio"].radio-negative2:checked + label::before {
  color: inherit;
}
input[type="radio"].radio-positive[checked="checked"] + label,
input[type="radio"].radio-positive:checked + label {
  color: #00973e;
}
input[type="radio"].radio-negative1[checked="checked"] + label,
input[type="radio"].radio-negative1:checked + label {
  color: #b94444;
}
input[type="radio"].radio-negative2[checked="checked"] + label,
input[type="radio"].radio-negative2:checked + label {
  color: #cc8700;
}
