a {
  color: #333;
}
ul {
  margin-bottom: 0;
}
.hiddenElement {
  display: none;
}
.pageNote {
  width: 58%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
.pageNote.center {
  text-align: center;
}
.pageNote p {
  padding-bottom: 0;
}
.pageNote a {
  text-decoration: underline;
}
.breadcrumb {
  background-color: transparent;
}
.refreshIcon {
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 35px;
  height: 35px;
  background: url('/media/getmedia/b568f0bc-9d8b-4a69-8286-872964fcc2be/icon_refresh.svg')
    no-repeat center;
  cursor: pointer;
}
.refreshIcon.animated {
  -webkit-animation: rotateRefresh 0.8s;
  -moz-animation: rotateRefresh 0.8s;
  -ms-animation: rotateRefresh 0.8s;
  animation: rotateRefresh 0.8s;
}
@-webkit-keyframes rotateRefresh {
  0% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
  }
}
@-moz-keyframes rotateRefresh {
  0% {
    -moz-transform: rotate(1deg);
  }
  100% {
    -moz-transform: rotate(-359deg);
  }
}
@-ms-keyframes rotateRefresh {
  0% {
    -ms-transform: rotate(1deg);
  }
  100% {
    -ms-transform: rotate(-359deg);
  }
}
@keyframes rotateRefresh {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.landingContainer {
  display: none;
}
.landingContainer.active {
  display: block !important;
}
.landingContainer .landingWrap {
  text-align: center;
  border-top: 1px solid #19a3ce;
  border-bottom: 1px solid #19a3ce;
  padding: 40px 0;
}
.landingContainer.general_form .landingWrap .row.APIFailMessage p,
.landingContainer.general_form .landingWrap .row.redirectionMessage p {
  padding-bottom: 4px;
}
.landingContainer.general_form .landingWrap .row.redirectionMessage p a {
  color: #337ab7;
  text-decoration: underline;
}
.landingContainer.general_form .landingWrap .row.saveAsFormNotice {
  display: none;
}
.landingWrap .fieldItem .period {
  display: inline-block;
  padding: 0 10px;
}
.landingWrap .rowTitle {
  font-weight: bold;
}
.landingWrap .pageSubTitle {
  font-size: 1.5rem;
}
.landingWrap .row.mobileMessage {
  display: none;
}
.stepsContainer {
  display: none;
  margin-top: 0;
}
.stepsContainer .stepsInner {
  padding: 0;
}
.stepsContainer .stepsInner .stepProgressInner {
  white-space: nowrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #d2d2d2 1px solid;
}
.stepsContainer .progressBar {
  height: 10px;
  background: #e0e0e0;
}
.stepsContainer .progressBar span {
  font-size: 0;
  line-height: 0;
  height: 100%;
  display: block;
  background-color: #19a3ce;
  transition: all 1s ease-out;
}
.stepsContainer.total8[data-step='1'] .progressBar span {
  width: 6%;
}
.stepsContainer.total8[data-step='2'] .progressBar span {
  width: 19%;
}
.stepsContainer.total8[data-step='3'] .progressBar span {
  width: 31.5%;
}
.stepsContainer.total8[data-step='4'] .progressBar span {
  width: 44%;
}
.stepsContainer.total8[data-step='5'] .progressBar span {
  width: 56.5%;
}
.stepsContainer.total8[data-step='6'] .progressBar span {
  width: 69%;
}
.stepsContainer.total8[data-step='7'] .progressBar span {
  width: 81.5%;
}
.stepsContainer.total8[data-step='8'] .progressBar span {
  width: 94.5%;
}
.stepsContainer.total8[data-step='9'] .progressBar span {
  width: 100%;
}
.stepGrid input:disabled {
  background-color: #ddd;
}
.stepGrid span.customSelectDisabled {
  background-color: #ddd !important;
}
.steps {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
.steps li {
  width: 118px;
  padding: 0 16px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.steps li .step {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 50px;
  background-color: #ccc;
  margin-top: 28px;
}
.steps li .name {
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.3;
}
.steps li .name {
  word-wrap: break-word;
}
.steps li.done .step,
.steps li.current .step {
  background-color: #19a3ce;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.steps li.done .step {
  background-image: url('/media/getmedia/641d4c9f-a0ae-45f9-b676-5181475271c1/icon_check.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  text-indent: -9999px;
}
.formsContainer {
  padding: 15px 15px 0 15px;
  position: relative;
}
.formsContainer h2,
.formsContainer h3 {
  font-size: 1rem;
}
.formsContainer h2 {
  padding-right: 30px;
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #19a3ce;
}
.formsContainer .group > h2 {
  padding-bottom: 10px;
}
.formsContainer .stepGrid {
  display: none;
  transition: all 0.3s ease-out;
}
.formsContainer .stepGrid.active {
  display: block;
}
.formsContainer .fieldGroup {
  padding-bottom: 20px;
}
.formsContainer .fieldGroup:not(.noBorder) .group {
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.formsContainer .fieldGroup.noPadBot,
.formsContainer .fieldGroup .group.noPadBot {
  padding-bottom: 0;
}
.formsContainer .fieldGroup.first .group:nth-child(1) {
  border-top: 0;
}
.formsContainer .fieldGroup > .group {
  position: relative;
}
.stepGrid .fieldItem {
  padding-bottom: 16px;
}
.stepGrid .fieldItem:after {
  content: '';
  display: block;
  clear: both;
}
.stepGrid .fieldItem.noPadTop {
  padding-top: 0;
}
.stepGrid .fieldItem.noPadBot {
  padding-bottom: 0;
}
.stepGrid .fieldItem.groupTitle {
  font-weight: bold;
  font-size: 1.125rem;
}
.stepGrid.step1 .fieldItem > .note {
  text-align: justify;
}
.stepGrid .group .fieldItem:last-child {
  padding-bottom: 0;
}
.stepGrid .group .fieldItem:last-child .note {
  color: #2489aa;
}
.stepGrid .group .fieldItem.totalFileSizeItem {
  padding: 30px 0;
}
.stepGrid .fieldItem.doubleDegree,
.stepGrid .fieldGroup.tgGroupWorkExp:not(.parent),
.stepGrid .fieldItem.multi_checkboxList .fieldGrid.check_other_hiddenbox {
  display: none;
}
.stepGrid .checkboxList .fieldItem {
  padding-bottom: 4px;
}
.stepGrid .fieldGrid,
.landingWrap .fieldItem .fieldGrid {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: -4.44px;
  padding: 0 10px;
}
.landingWrap .fieldItem .fieldGrid {
  position: relative;
  padding: 0 4px;
  margin: 0 4px;
  line-height: 43px;
}
.landingWrap .fieldItem > .fieldGrid {
  line-height: 43px;
  width: 280px;
}
.landingWrap .fieldItem.selectPulldown .is-error .selectric {
  border-color: red;
}
.landingWrap .fieldItem.selectPulldown .is-error .selectric .button:after {
  border-top-color: red;
}
.landingWrap .fieldItem.selectPulldown label {
  color: #19a3ce;
}
.landingWrap .fieldItem.selectPulldown .selectric {
  border-color: #19a3ce;
}
.landingWrap .fieldItem.selectPulldown .selectric .label {
  color: #19a3ce;
  font-size: 16px;
  line-height: 32px;
}
.landingWrap .fieldItem.selectPulldown .selectric .button {
  color: #19a3ce;
}
.landingWrap .fieldItem.selectPulldown .selectric .button:after {
  border-top-color: #19a3ce;
}
.stepGrid .fieldGrid.alignTop {
  vertical-align: top;
}
.stepGrid .fieldGrid.alignBot {
  vertical-align: bottom;
}
.stepGrid .fieldGrid > .fieldGrid {
  padding: 0;
}
.stepGrid .fieldGrid.autoWidth {
  width: auto;
}
.stepGrid .fieldItem.otherpublicexam {
  padding: 10px;
}
.stepGrid .fieldItem.bachelorDegree > .title,
.stepGrid .fieldItem.doubleDegree > .title {
  padding-top: 14px;
  vertical-align: top;
}
.stepGrid
  .fieldItem.bachelorDegree
  .fieldRow.bachelorDegree
  > .fieldGrid:nth-child(1),
.stepGrid
  .fieldItem.doubleDegree
  .fieldRow.doubleDegree
  > .fieldGrid:nth-child(1) {
  padding-bottom: 14px;
}
.stepGrid
  .fieldItem.doubleDegree
  .fieldRow.doubleDegree
  > .fieldGrid:nth-child(2)
  > .fieldGrid {
  margin-left: 0;
}
.stepGrid .fieldItem.isDoubleDegree,
.stepGrid .fieldItem.isEngineering {
  padding: 16px 0;
}
.stepGrid .fieldGroup.publicexam_ielts.ielts2 .fieldRow.message.active,
.stepGrid .fieldGroup.publicexam_toefl.toefl2 .fieldRow.message.active {
  padding-top: 10px;
}
.stepGrid .fieldItem.position .fieldGrid {
  font-weight: bold;
}
.stepGrid .fieldItem.period .fieldGrid:nth-child(2) {
  margin-left: 0;
}
.stepGrid .fieldItem.period .fieldGrid > .fieldGrid.text {
  width: 26%;
}
.stepGrid .fieldItem.period .fieldGrid > .fieldGrid.date {
  width: 36.5%;
  margin-left: 0;
  margin-right: 0;
}
.stepGrid .fieldItem.period .fieldGrid > .fieldGrid .inline_note {
  padding: 0;
}
.stepGrid .fieldItem.period .field > .fieldGrid:nth-child(1) {
  padding-right: 0;
}
.stepGrid .fieldItem.period .field > .fieldGrid:nth-child(2) {
  padding-left: 0;
}
.stepGrid .fieldItem.period .field > .fieldGrid:nth-child(2) > .text {
  text-align: center;
}
.stepGrid .fieldItem.mutli_datefield.period .field > .fieldGrid {
  width: 49%;
}
.stepGrid .fieldItem.mutli_datefield.period .fieldGrid > .fieldGrid.text {
  width: 24%;
}
.stepGrid .fieldItem.mutli_datefield.period .fieldGrid > .fieldGrid.date {
  width: 37.5%;
}
.stepGrid .fieldGrid > .inline_fieldtitle {
  text-align: center;
}
.stepGrid .fieldGrid > .inline_note {
  padding-left: 20px;
}
.stepGrid .fieldGrid > .inline_note.textCenter {
  text-align: center;
}
.stepGrid .fieldItem > .note.blue {
  color: #19a3ce;
}
.stepGrid .fieldItem > .note.orange {
  color: #e27a2c;
}
.stepGrid .fieldGroup > .note.bold,
.stepGrid .fieldItem > .note.bold {
  font-weight: bold;
}
.stepGrid .fieldItem > .note.sizeM {
  font-size: 1.1875rem;
}
.stepGrid .fieldItem > .note.noPadBot > p {
  padding-bottom: 0;
}
.stepGrid .fieldItem.contact_number > .note {
  max-width: 60%;
}
.stepGrid .fieldItem.otherRelevantInformation textarea {
  width: 100%;
  height: 200px;
  padding: 6px 10px;
  border: #dee5ea 2px solid;
  background-color: #f9fbfd;
  resize: none;
}
.stepGrid .fieldGrid.digitBox {
  width: 70px;
}
.stepGrid .fieldRow.message > .fieldGrid {
  padding: 0 10px;
}
.stepGrid .fieldItem .title {
  font-weight: bold;
  width: 30%;
  padding-right: 20px;
}
.stepGrid .fieldItem .marginBot {
  margin-bottom: 10px;
}
.stepGrid .fieldItem .marginTop {
  margin-top: 10px;
}
.stepGrid .fieldItem .field {
  width: 70%;
  margin-left: -4.44px;
  word-wrap: break-word;
}
.stepGrid .fieldItem .title,
.stepGrid .fieldItem .field {
  display: inline-block;
  vertical-align: middle;
}
.stepGrid .fieldItem .fieldRow {
  float: left;
  width: 100%;
}
.stepGrid .fieldItem .fieldRow:not(.message):after {
  content: '';
  display: block;
  clear: both;
}
.stepGrid .fieldItem .fieldRow.message {
  height: 0;
}
.stepGrid .fieldItem .fieldRow.message.active {
  height: auto;
}
.stepGrid .fieldItem .fieldRow .is_error,
.stepGrid .fieldItem .fieldRow .is_success {
  padding: 10px;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem {
  border-bottom: 1px solid #d2d2d2;
  padding: 2px 0;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner {
  padding: 10px;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner .filename {
  float: left;
  width: 73%;
  color: #19a3ce;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner .filesize {
  float: left;
  width: 22%;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner .file-remove {
  float: left;
  width: 5%;
  text-align: right;
}
.stepGrid .fieldItem .fieldRow .fieldGridSuccessItem .inner .file-remove i {
  display: inline-block;
  cursor: pointer;
  background: #d7d7d7;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.stepGrid
  .fieldItem
  .fieldRow
  .fieldGridSuccessItem
  .inner
  .file-remove
  i:hover {
  background: #aaa;
}
.stepGrid
  .fieldItem
  .fieldRow
  .fieldGridSuccessItem
  .inner
  .file-remove
  i:after,
.stepGrid
  .fieldItem
  .fieldRow
  .fieldGridSuccessItem
  .inner
  .file-remove
  i:before {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 10px;
  left: 9px;
  top: 5px;
  background-color: #fff;
}
.stepGrid
  .fieldItem
  .fieldRow
  .fieldGridSuccessItem
  .inner
  .file-remove
  i:before {
  transform: rotate(45deg);
}
.stepGrid
  .fieldItem
  .fieldRow
  .fieldGridSuccessItem
  .inner
  .file-remove
  i:after {
  transform: rotate(-45deg);
}
.stepGrid .field.has-error input:not([type='radio']),
.stepGrid .field.has-error input:not([type='checkbox']),
.stepGrid .field.has-error span.custSelectBefore,
.stepGrid .fieldGrid.has-error input[type='text'] {
  border: 2px solid #e70000;
}
.stepGrid input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.stepGrid input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.stepGrid input[type='search']::-webkit-search-decoration,
.stepGrid input[type='search']::-webkit-search-cancel-button,
.stepGrid input[type='search']::-webkit-search-results-button,
.stepGrid input[type='search']::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.stepGrid input {
  width: 100%;
  border: #dee5ea 2px solid;
  background-color: #f9fbfd;
  line-height: 56px;
  padding-left: 20px;
}
.stepGrid input:not([type='checkbox']) {
  height: 56px;
}
.autocomplete-suggestions {
  overflow: auto;
  border: 1px solid #cbd3dd;
  background: #fff;
}
.autocomplete-suggestion {
  overflow: hidden;
  padding: 5px 15px;
  white-space: nowrap;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  color: #029cca;
  font-weight: normal;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.stepGrid .selectMenu {
  position: relative;
  display: inline-block;
}
.stepGrid .selectMenu,
.stepGrid .custSelectBefore {
  width: 100%;
  min-width: 100%;
}
.stepGrid .fieldItem .fieldRow.bachelorDegree .fieldGrid > .fieldGrid {
  margin-left: 0;
}
.stepGrid select.custSelectBefore {
  width: 100% !important;
  height: 56px !important;
}
.stepGrid span.custSelectBefore {
  height: 56px;
  line-height: 48px;
  text-align: left;
  border: #dee5ea 2px solid;
  padding: 0 40px 0 20px;
  background-color: #f9fbfd;
  font-weight: bold;
  border-radius: 0;
}
.stepGrid span.custSelectBefore:after {
  pointer-events: none;
  border-color: #999;
}
.stepGrid span.custSelectBefore .customSelectInner {
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  min-height: 48px;
}
.stepGrid
  .fieldItem.permanentAddressCountry
  span.customSelect.custSelectBefore {
  font-weight: 400;
}
.stepGrid .customSelect {
  min-width: 100%;
}
.stepGrid input[type='text'].calendarField {
  background-image: url('/media/getmedia/c33b98b5-67f8-43fd-9e5b-f06622779b65/icon_calendar.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.stepGridDatepicker.ui-datepicker {
  margin-top: 15px;
  padding: 0;
  background: #f9fbfd;
  padding: 0 25px 15px 25px;
}
.stepGridDatepicker .ui-corner-all,
.stepGridDatepicker .ui-corner-bottom,
.stepGridDatepicker .ui-corner-right,
.stepGridDatepicker .ui-corner-br {
  border-radius: 0;
}
.stepGridDatepicker.ui-widget.ui-widget-content {
  border: #dee5ea 2px solid;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-header {
  padding: 0;
}
.stepGridDatepicker .ui-widget-header {
  border: none;
  background: transparent;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title {
  width: 84%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: #00a2d0 1px solid;
  padding: 10px 0;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title:after {
  content: '';
  display: block;
  clear: both;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .yearWrap,
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .monthWrap {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > select {
  font-size: 1.5rem;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .yearWrap > select,
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .monthWrap > select {
  width: 100%;
  min-height: 56px;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .yearWrap.active,
.stepGridDatepicker.ui-datepicker .ui-datepicker-title > .monthWrap.active {
  opacity: 1;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  height: 100%;
  display: block;
  border: none;
  top: 0;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-prev {
  left: 0;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-next {
  right: 0;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-prev:before {
  border-bottom: none;
  border-right: none;
  margin-left: -4.44px;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-next:before {
  border-top: none;
  border-left: none;
  margin-left: -15px;
}
.stepGridDatepicker.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.stepGridDatepicker.ui-datepicker table {
  font-size: 1rem;
}
.stepGridDatepicker.ui-datepicker td {
  width: 14.28%;
  padding: 1px 12px;
}
.stepGridDatepicker.ui-datepicker th {
  color: #19a3ce;
  font-weight: normal;
}
.stepGridDatepicker.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0.6em 0.2em;
}
.stepGridDatepicker .ui-state-default,
.stepGridDatepicker.ui-widget-content .ui-state-default,
.stepGridDatepicker .ui-widget-header .ui-state-default,
.stepGridDatepicker .ui-button,
.stepGridDatepicker .ui-button.ui-state-disabled:active {
  border: none;
  background-color: transparent;
  color: #666;
  text-align: center;
}
.stepGridDatepicker.ui-state-active,
.stepGridDatepicker.ui-widget-content .ui-state-active,
.stepGridDatepicker .ui-widget-header .ui-state-active,
.stepGridDatepicker a.ui-button:active,
.stepGridDatepicker .ui-button:active {
  color: #fff;
  background-color: #7cb52d;
}
.stepGridDatepicker .ui-datepicker-title select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border: 2px solid #36aed5;
  margin-top: -9px;
  display: inline-block;
  border-top: none;
  border-left: none;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.stepGrid .rquiredNote {
  padding-bottom: 30px;
  font-weight: bold;
}
.stepGrid .rquiredNote.noPadd {
  padding: 0;
}
.stepGrid .rquiredNote span,
span.mandatory span {
  color: #009fd0;
}
span.mandatory span {
  padding-left: 4px;
}
.stepGrid input[type='radio'].custRadio,
.landingWrap .fieldItem input[type='radio'].custRadio {
  opacity: 0;
  position: absolute;
  float: left;
  width: 22px;
  height: 22px;
}
.landingWrap .fieldItem input[type='radio'].custRadio {
  left: 4px;
  top: 7px;
}
.stepGrid input[type='radio'].custRadio + label,
.landingWrap .fieldItem input[type='radio'].custRadio + label {
  margin: 0;
  clear: none;
  display: block;
  padding: 0 0 0 35px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 22px auto;
  min-height: 24px;
  font-weight: 400;
  color: initial;
  text-align: left;
}
.stepGrid input[type='radio'].custRadio + label,
.landingWrap .fieldItem input[type='radio'].custRadio + label {
  background-image: url('/media/getmedia/18f8d0fc-030f-4e71-8847-3cd75bee1cfc/icon_radio.png');
}
.stepGrid input[type='radio'].custRadio:required + label,
.stepGrid .field.has-error input[type='radio'].custRadio + label {
  background-position: 0 -119px;
}
.stepGrid input[type='radio'].custRadio:checked + label,
.stepGrid .field.has-error input[type='radio']:checked + label {
  background-position: 0 -78px;
}
.stepGrid input[type='radio'].custRadio:disabled + label {
  background-position: 0 -38px;
}
.landingWrap .fieldItem input[type='radio'].custRadio + label .pageSubTitle {
  padding: 0;
  text-align: left;
  display: inline-block;
}
.landingWrap .fieldItem input[type='radio'].custRadio + label {
  background-position: 0 12px;
}
.landingWrap .fieldItem input[type='radio'].custRadio:checked + label {
  background-position: 0 -68px;
}
.fieldGroup.computer_skills .fieldRow > .fieldGrid {
  padding: 10px 0;
}
.stepGrid input[type='checkbox'].custCheck {
  width: 31px;
  height: 31px;
  opacity: 0;
  position: absolute;
  float: left;
  padding: 0;
  cursor: pointer;
}
.stepGrid input[type='checkbox'].custCheck + label {
  background-image: url('/media/getmedia/b2054185-6781-42df-b026-fd6743294883/icon_checkbox_form.png');
  margin: 0;
  clear: none;
  display: inline-block;
  padding: 2px 0 0 54px;
  min-height: 31px;
  background-position: 0 0;
  background-size: 31px auto;
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: -1;
}
.stepGrid input[type='checkbox'].custCheck:checked + label {
  background-position: 0 -47px;
}
.stepGrid input[type='checkbox'].custCheck + label + .argeeTxt {
  width: 90%;
  display: inline-block;
  min-height: 31px;
  padding-top: 2px;
  vertical-align: top;
}
.stepGrid input[type='checkbox'].custCheck:checked + label {
  background-position: 0 -150px;
}
.stepGrid .fieldItem.uploadAttachment .uploadBtnWrap {
  min-height: 44px;
}
.stepGrid .fieldItem.uploadAttachment .uploadBtn {
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 6px 20px;
  font-size: 1.125rem;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.stepGrid .fieldItem.uploadAttachment .btnAddFile {
  background-color: #19a3ce;
}
.stepGrid .fieldItem.uploadAttachment .btnAddFile:hover {
  background-color: #2489aa;
}
.stepGrid .fieldItem.uploadAttachment .btnRemoveFile {
  display: none;
  background-color: #7db62e;
}
.stepGrid .fieldItem.uploadAttachment .btnRemoveFile:hover {
  background-color: #3d9419;
}
.stepGrid
  .fieldItem.uploadAttachment
  .uploadBtn
  + .attachmentID
  + .refreshIcon {
  opacity: 0;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -5px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.stepGrid
  .fieldItem.uploadAttachment
  .uploadBtn
  + .attachmentID
  + .refreshIcon.active {
  opacity: 1;
}
.stepGrid .fieldItem.uploadAttachment .uploadBtn.loading {
  pointer-events: none;
}
.stepGrid .fieldItem.uploadAttachment input[type='file'] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  position: absolute;
  top: -99999px;
}
.formsContainer .btnContainer {
  overflow: hidden;
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.formsContainer.general_form .btnContainer.submit {
  text-align: center;
}
.formsContainer .stepGrid:last-child .btnContainer {
  padding-bottom: 40px;
}
.formsContainer .fieldGroup .btnContainer {
  padding-top: 0;
  border-top: 0;
}
.formsContainer .btnContainer.noBorder {
  border: 0;
}
.btnContainer > .row {
  margin-bottom: 40px;
}
.btnContainer > .row:nth-child(2) {
  margin-bottom: 0;
}
.btnContainer button * {
  cursor: pointer;
}
.formsContainer .btnContainer .emptybox {
  width: 34%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4.44px;
  padding-bottom: 0;
}
.formsContainer .btnContainer .rquiredNote {
  width: auto;
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
}
.formsContainer .btnContainer.marginTop {
  margin-top: 32px;
}
.formsContainer .btnContainer.textCenter {
  text-align: center;
}
.formsContainer .btnContainer button,
.landingContainer .btnContainer button,
.stepGrid .previewWrapper .stepInfo .btnEdit {
  border-radius: 2px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 6px 20px;
  min-width: 125px;
  margin-left: 11px;
  font-size: 1.125rem;
  outline: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.formsContainer .btnContainer button:first-child {
  margin-left: 0;
}
.formsContainer .btnContainer button[type='reset'] {
  background: #c2c2c2;
}
.formsContainer .btnContainer button[type='reset']:hover {
  background: #aaa;
}
.formsContainer .btnContainer button[type='submit'] {
  background: #19a3ce;
}
.formsContainer .btnContainer button[type='submit']:hover {
  background: #2489aa;
}
.formsContainer .btnContainer button[type='submit'].btnChange {
  background: #79b719;
}
.btnContainer button > label {
  margin: 0;
}
.formsContainer .btnContainer button.btnAddMore {
  height: 50px;
  background: #7bb52d;
  position: relative;
  padding-left: 38px;
  padding-right: 15px;
  text-align: left;
  font-size: 0.875rem;
  margin-right: 10px;
}
.formsContainer .btnContainer button.btnAddMore:hover {
  background: #3d9419;
}
.formsContainer .btnContainer button.btnAddMore,
.formsContainer .btnContainer button.btnAddMore + .note {
  display: inline-block;
  vertical-align: middle;
}
.formsContainer .btnContainer button.btnAddMore + .note {
  width: auto;
}
.formsContainer .btnContainer button.btnAddMore + .note p {
  padding-bottom: 0;
}
.formsContainer .btnContainer button.btnAddMore:before,
.formsContainer .btnContainer button.btnAddMore:after {
  content: '';
  border-top: #fff 2px solid;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 15px;
}
.formsContainer .btnContainer button.btnAddMore:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.formsContainer .btnContainer button.btnAddMore:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.formsContainer .btnContainer button.btnAddMore .btnTitle,
.formsContainer .btnContainer button.btnAddMore .btnSubTitle {
  line-height: 16px;
  height: 16px;
}
.btnContainer button.btnSubmit.resumeApply {
  width: 262px;
  background: #19a3ce;
}
.btnContainer button.btnSubmit.resumeApply:hover {
  background: #2489aa;
}
.btnContainer input#resumeApply {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  pointer-events: none;
}
.btnContainer button.btnReset {
  background: #c2c2c2;
}
.btnContainer button.btnReset:hover {
  background: #aaa;
}
.btnContainer button.btnApplyNow {
  background: #142d4e;
}
.btnContainer button.btnApplyNow:hover {
  background: #20416d;
}
.formsContainer .btnContainer button.btnSubmit {
  background: #19a3ce;
}
.formsContainer .btnContainer button.btnSubmit:hover {
  background: #2489aa;
}
.formsContainer .btnContainer button.btnPreview,
.formsContainer .btnContainer button.btnSubmit.prevStep {
  background: #c2c2c2;
}
.formsContainer .btnContainer button.btnPreview:hover,
.formsContainer .btnContainer button.btnSubmit.prevStep:hover {
  background: #aaa;
}
.formsContainer .btnContainer button.btnSubmit.proceed {
  background: #79b719;
}
.formsContainer .btnContainer button.btnSubmit.proceed:hover {
  background: #3d9419;
}
.formsContainer .btnContainer .backToJobPageWrap {
  position: absolute;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.formsContainer .btnContainer .btnSubmit.backToJobPage {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  position: relative;
  clear: both;
  min-height: 44px;
  line-height: 44px;
  padding-left: 20px;
  color: #19a3ce;
}
.formsContainer .btnContainer .btnSubmit.backToJobPage:after {
  content: '';
  border: solid #19a3ce;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(135deg);
  position: absolute;
  left: 4px;
  top: 5.5px;
}
.formsContainer .btnContainer .btnSubmit.backToJobPage:hover {
  color: #2489aa;
}
.formsContainer .btnContainer .btnSubmit.backToJobPage:hover:after {
  border: solid #2489aa;
  border-width: 0 2px 2px 0;
}
a.btnSaveAsForm {
  width: auto;
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.stepsContainer.general_form a.btnSaveAsForm {
  display: none;
}
a.btnSaveAsForm:hover {
  text-decoration: none;
}
a.btnSaveAsForm .icon,
.saveAsFormIcon {
  width: 36px;
  height: 36px;
  background: url('/media/getmedia/ff2295e4-1357-45b6-8f2e-3adb877e0bc0/icon_saveas.png')
    no-repeat center #7db62e;
  background-size: 36px 36px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
a.btnSaveAsForm:hover .icon {
  background-color: #3d9419;
}
a.btnSaveAsForm .text {
  margin-left: 10px;
}
a.btnSaveAsForm .text,
.btnSaveAsForm .icon {
  display: inline-block;
  vertical-align: middle;
}
.saveAsFormNotice .saveAsFormIcon {
  margin-left: 12px;
}
a.btnQestionMark {
  width: 24px;
  height: 24px;
  background: url('/media/getmedia/82c271d3-2b8b-4753-8ece-b49c331b3de8/icon_question_mark.png')
    no-repeat center #7db62e;
  background-size: 8px auto;
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  margin-top: 10px;
}
.stepGrid .fieldRow.message .is_error:before,
.landingContainer .applyMessage.is_error:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url('/media/getmedia/fff5b980-ec2d-40a9-8b18-4e604b16ebf1/icon_erroralert.png')
    no-repeat center #e70000;
  background-size: 22px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.stepGrid .fieldRow.message .is_success:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url('/media/getmedia/641d4c9f-a0ae-45f9-b676-5181475271c1/icon_check.png')
    no-repeat center #19a3ce;
  background-size: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.landingContainer .applyMessage {
  display: none;
  padding: 10px 0;
}
.landingContainer .btnContainer .rquiredNote {
  width: auto;
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
  position: absolute;
  right: 0;
}
.btnClose {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
  padding: 5px;
  border: 2px solid #7bb52d;
  background: #7bb52d;
  border-radius: 50%;
}
.btnClose:before,
.btnClose:after {
  position: absolute;
  content: ' ';
  width: 2px;
  height: 18px;
  left: 15px;
  top: 7px;
  background-color: #fff;
}
.btnClose:hover {
  border-color: #3d9419;
  background: #3d9419;
}
.btnClose:hover:before,
.btnClose:hover:after {
  background: #fff;
}
.btnClose:before {
  transform: rotate(45deg);
}
.btnClose:after {
  transform: rotate(-45deg);
}
.fieldGroup.otherpublicexam .btnClose {
  right: -22px;
}
.stepGrid .fieldGrid.hiddenBox {
  display: none;
}
.stepGrid .fieldGrid.hiddenBox.active {
  display: inline-block;
  vertical-align: middle;
}
.stepGrid .fieldGrid.hiddenBox.alignTop {
  padding: 0;
  margin: 10px 0 0 0;
}
.stepGrid .fieldGrid.hiddenBox.permanentAddressOthers {
  padding-top: 14px;
}
.stepGrid .previewWrapper {
  display: none;
}
.stepGrid .previewWrapper.active {
  display: block;
}
.stepGrid .previewWrapper .stepInfo {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.stepGrid .previewWrapper .stepInfo h3,
.stepGrid .previewWrapper .stepInfo h4 {
  line-height: 1.5;
  padding-bottom: 15px;
  font-weight: bold;
}
.stepGrid .previewWrapper .stepInfo h3 {
  font-size: 1.5rem;
  color: #19a3ce;
}
.stepGrid .previewWrapper .stepInfo h4 {
  font-size: 1.125rem;
  color: #79b71b;
}
.stepGrid .previewWrapper .stepInfo .group {
  padding-bottom: 10px;
}
.stepGrid .previewWrapper .stepInfo .fieldItem.tgGroupWorkExp {
  display: none;
}
.stepGrid .previewWrapper .stepInfo .btnEdit {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #19a3ce;
}
.stepGrid .previewWrapper .stepInfo .btnEdit:hover {
  background-color: #2489aa;
}
.submittedSuccessContainer {
  text-align: center;
  padding: 35px 55px 0 55px;
}
.submittedSuccessContainer .iconSuccess {
  display: block;
  margin: 20px auto 50px auto;
  width: 213px;
  height: 212px;
  background: url('/media/getmedia/b558ab71-61a4-48b3-ae11-42e307736695/icon_success.png')
    no-repeat 0 0;
  background-size: 100% auto;
}
.submittedSuccessContainer .title {
  color: #7bb42c;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
}
.submittedSuccessContainer .message {
  color: #666;
}
.submittedSuccessContainer .message a {
  color: #19a3ce;
  text-decoration: underline;
}
.submittedSuccessContainer .message p {
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 1.5;
}
.submittedSuccessContainer .message,
.submittedSuccessContainer .applicationid {
  font-size: 1.625rem;
  font-weight: bold;
}
.submittedSuccessContainer .applicationid {
  color: #7bb42c;
  line-height: 1.5;
  padding-bottom: 20px;
}
.timerPopupBtn {
  position: fixed;
  left: -999999px;
  width: 1px;
  height: 1px;
}
#cboxOverlay {
  opacity: 0.5 !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#cboxContent .popupContainer {
  border-radius: 4px;
  background-color: #fff;
  max-width: 580px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  min-height: 200px;
}
#cboxContent .popupContainer .MessageWrap,
#cboxContent .popupContainer .bottomWrap {
  width: 100%;
  padding: 22.5px 50px;
}
#cboxContent .popupContainer .MessageWrap {
  min-height: 115px;
  height: 115px;
  display: table;
  padding: 0;
}
#cboxContent .popupContainer .MessageWrap .row {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
}
#cboxContent .popupContainer .MessageWrap .row p {
  padding-bottom: 0;
}
#cboxContent .popupContainer .bottomWrap .row {
  padding: 0;
  margin: 0;
}
#cboxContent .popupContainer .bottomWrap {
  background-color: #f4f4f4;
}
#cboxContent .popupContainer .btnContainer .button {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  border-radius: 4px;
  padding: 11px 15px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
#cboxContent .popupContainer .btnContainer .button {
  width: 116px;
  padding: 10px 15px;
  cursor: pointer;
}
#cboxContent .popupContainer .btnContainer .button.btnYes,
#cboxContent .popupContainer .btnContainer .button.btnOK {
  background-color: #19a3ce;
}
#cboxContent .popupContainer .btnContainer .button.btnYes:hover,
#cboxContent .popupContainer .btnContainer .button.btnOK:hover {
  background-color: #2489aa;
}
#cboxContent .popupContainer .btnContainer .button.btnNo {
  background-color: #666;
}
#cboxContent .popupContainer .btnContainer .button.btnNo:hover {
  background-color: #444;
}
@media (max-width: 1024px) {
  .btnContainer button.btnSubmit.resumeApply,
  .landingWrap .saveAsFormNotice,
  a.btnSaveAsForm {
    display: none;
  }
}
@media (max-width: 1023px) {
  .pageNote {
    width: 100%;
    padding: 0 30px 20px 30px;
    font-size: 0.875rem;
  }
  .landingWrap .fieldItem .period,
  .landingWrap .fieldItem .fieldGrid {
    width: 100%;
  }
  .landingWrap .fieldItem .fieldGrid {
    width: 224px;
    margin: 0 auto;
    display: block;
  }
  .landingWrap .fieldItem .period > div {
    padding: 0;
  }
  .landingWrap .pageSubTitle {
    font-size: 1.1875rem;
  }
  .landingWrap .fieldItem input[type='radio'].custRadio + label {
    background-position: 0 11px;
  }
  .landingWrap .fieldItem input[type='radio'].custRadio {
    top: 8px;
  }
  .landingWrap .fieldItem input[type='radio'].custRadio:checked + label {
    background-position: 0 -69px;
  }
  .landingWrap .rowTitle {
    padding: 10px 0;
  }
  .landingWrap .row:nth-child(3),
  .landingWrap .row:nth-child(5) {
    display: none;
  }
  .landingWrap .row.mobileMessage {
    padding-top: 20px;
    display: block;
    font-weight: bold;
  }
  .stepsContainer {
    margin-top: 0;
    overflow: hidden;
    font-size: 0.75rem;
  }
  .stepsContainer .stepsInner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .stepsContainer .stepsInner .stepProgressInner {
    overflow: auto;
  }
  .stepsContainer .progressBar {
    height: 6px;
    width: 940px;
  }
  .stepProgressInner .steps:after {
    margin: 15px 10px 0 10px;
  }
  .stepProgressInner .steps li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .stepProgressInner .steps .step {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 0.8125rem;
  }
  .stepProgressInner .steps .done .step {
    background-size: 14px auto;
  }
  .stepProgressInner .steps .name {
    font-size: 0.75rem;
    word-break: break-word;
  }
  .formsContainer {
    padding: 15px 15px 0 15px;
  }
  .formsContainer h2 {
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 0;
  }
  .formsContainer h3 {
    font-size: 1rem;
  }
  .stepGrid .fieldItem {
    padding-bottom: 6px;
  }
  .stepGrid .fieldItem .field.noFlex {
    display: block;
  }
  .stepGrid .fieldItem.three_grid_style > .field {
    margin-left: 4px;
  }
  .stepGrid .fieldItem.three_grid_style > .field > .fieldGrid {
    padding: 5px 2.5px;
  }
  .stepGrid .fieldItem.three_grid_style > .field > .fieldGrid:nth-child(1) {
    padding-left: 0;
  }
  .stepGrid .fieldItem.three_grid_style > .field > .fieldGrid:nth-child(2) {
    margin-left: -2px;
  }
  .stepGrid .fieldItem.three_grid_style > .field > .fieldGrid:nth-child(3) {
    margin-left: -2px;
    padding-right: 0;
  }
  .stepGrid .fieldItem.otherpublicexam {
    padding: 10px 0;
  }
  .formsContainer .fieldGroup.publicexam_ielts,
  .formsContainer .fieldGroup.publicexam_ielts .three_grid_style,
  .formsContainer .fieldGroup.publicexam_toefl,
  .formsContainer .fieldGroup.publicexam_toefl .three_grid_style {
    padding-bottom: 0;
  }
  .formsContainer .fieldGroup.publicexam_ielts.ielts2 .title,
  .formsContainer .fieldGroup.publicexam_toefl.toefl2 .title {
    display: none;
  }
  .stepGrid
    .fieldGroup.publicexam_ielts.ielts2
    .fieldItem.three_grid_style
    > .field
    > .fieldGrid,
  .stepGrid
    .fieldGroup.publicexam_toefl.toefl2
    .fieldItem.three_grid_style
    > .field
    > .fieldGrid {
    padding-top: 0;
  }
  .stepGrid .fieldItem .fieldRow.bachelorDegree .fieldGrid > .selectMenu {
    margin-left: 0;
  }
  .stepGrid
    .fieldItem.doubleDegree
    .fieldRow.doubleDegree
    > .fieldGrid:nth-child(1),
  .stepGrid
    .fieldItem.bachelorDegree
    .fieldRow.bachelorDegree
    > .fieldGrid:nth-child(1) {
    padding-bottom: 5px;
  }
  .formsContainer .fieldGroup.uploadAttachmentGroup {
    display: none;
  }
  .stepGrid .fieldGrid {
    padding: 5px 0;
  }
  .stepGrid .fieldGrid.middleGrid {
    margin: 0 -2.5px;
  }
  .stepGrid .fieldGrid.col-xs-12 {
    margin: 0;
  }
  .stepGrid .fieldGrid.check_other_hiddenbox {
    padding-top: 0;
  }
  .stepGrid .fieldGrid.digitBox {
    width: 43px;
  }
  .stepGrid .fieldItem.period .field > .fieldGrid {
    margin-left: 0;
    display: block;
    float: left;
  }
  .stepGrid .fieldItem.mutli_datefield.period .field > .fieldGrid {
    width: 100%;
  }
  .fieldGroup.computer_skills .fieldRow > .fieldGrid label {
    line-height: 25px;
  }
  .stepGrid .fieldItem.txtBySide .title,
  .stepGrid .fieldItem.txtBySide .field {
    width: 100%;
    margin-left: 0;
  }
  .stepGrid
    .fieldGroup.overseasExperienceList
    .fieldItem.txtBySide.three_grid_style
    .title,
  .stepGrid .fieldItem.txtBySide.permanentAddressCity .title,
  .stepGrid .fieldItem.txtBySide.permanentAddressCountry .title {
    display: none;
  }
  .stepGrid .fieldGrid.hiddenBox.permanentAddressOthers {
    padding-top: 6px;
  }
  .stepGrid .fieldItem.mobileSplit .title,
  .stepGrid .fieldItem.mobileSplit .field {
    width: 48%;
  }
  .stepGrid .fieldItem.mobileSplit .field {
    margin-left: 3%;
  }
  .stepGrid .fieldItem > .field {
    line-height: 1;
  }
  .stepGrid.step1 .fieldItem.checkbox_group > .field {
    width: 100%;
  }
  .stepGrid .fieldGrid > .fieldGrid {
    margin-left: 0;
  }
  .stepGrid .fieldItem.contact_number .field,
  .stepGrid .fieldItem.contact_number_mobile .field,
  .stepGrid .fieldItem.allowance .field,
  .stepGrid .fieldItem.basicSalary .field,
  .stepGrid .fieldItem.annualRenumeration .field,
  .stepGrid
    .fieldGroup.overseasExperienceList
    .fieldItem.three_grid_style
    .field,
  .stepGrid .fieldItem.availability .field,
  .stepGrid .fieldItem.radio_group .field {
    margin-left: 4px;
  }
  .stepGrid .fieldItem.isDoubleDegree > .title,
  .stepGrid .fieldItem.isEngineering > .title {
    display: none;
  }
  .stepGrid .fieldItem.isDoubleDegree {
    padding-top: 8px;
  }
  .stepGrid .fieldItem.isEngineering {
    padding-top: 0;
  }
  .stepGrid .fieldRow.message > .fieldGrid {
    padding: 5px 0;
  }
  .stepGrid input {
    border-width: 1px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .stepGrid input:not([type='checkbox']) {
    height: 33px;
    line-height: 33px;
  }
  .stepGrid .fieldItem.period .fieldGrid > .fieldGrid.date,
  .stepGrid .fieldItem.period .fieldGrid > .fieldGrid.text {
    float: left;
  }
  .stepGrid
    .fieldGroup.membershipList
    .fieldItem.period
    .fieldGrid
    > .fieldGrid.date {
    width: 50%;
  }
  .stepGrid
    .fieldGroup.membershipList
    .fieldItem.period
    .fieldGrid
    > .fieldGrid.date.year {
    padding-right: 2.5px;
  }
  .stepGrid
    .fieldGroup.membershipList
    .fieldItem.period
    .fieldGrid
    > .fieldGrid.date.month {
    padding-left: 2.5px;
  }
  .stepGrid .fieldItem.period .fieldGrid > .fieldGrid.text {
    line-height: 36px;
  }
  .stepGrid .fieldItem.period .fieldGrid > .fieldGrid .inline_note {
    text-align: left;
  }
  .stepGrid input[type='text'].calendarField {
    background-size: 18px auto;
  }
  .stepGridDatepicker.ui-datepicker {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .stepGridDatepicker .ui-widget.ui-widget-content {
    border-width: 1px;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-title {
    width: 82%;
    margin: 0 auto;
    font-size: 1em;
    padding: 5px 0;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-prev:before,
  .stepGridDatepicker.ui-datepicker .ui-datepicker-next:before {
    width: 10px;
    height: 10px;
    border-width: 1px;
    margin-top: -5px;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-prev {
    left: 0;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-next {
    right: 0;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-prev:before {
    margin-left: -2px;
  }
  .stepGridDatepicker.ui-datepicker .ui-datepicker-next:before {
    margin-left: -8px;
  }
  .stepGridDatepicker.ui-datepicker table {
    font-size: 0.75rem;
  }
  .stepGridDatepicker.ui-datepicker td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .stepGridDatepicker.ui-datepicker th {
    padding: 0.6em 0.2em;
  }
  .stepGridDatepicker.ui-datepicker td span,
  .stepGridDatepicker.ui-datepicker td a {
    padding: 0.2em 0.2em;
  }
  .stepGrid input[type='checkbox'].custCheck + label + .argeeTxt {
    line-height: 26px;
    width: 78%;
  }
  .stepGrid .selectMenu {
    height: 33px;
  }
  .stepGrid span.custSelectBefore {
    border-width: 1px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 20px;
  }
  .stepGrid span.custSelectBefore:after {
    width: 8px;
    height: 8px;
    right: 12px;
    margin-top: -6px;
  }
  .stepGrid span.custSelectBefore,
  .stepGrid select.custSelectBefore {
    height: 33px !important;
  }
  .stepGrid span.custSelectBefore .customSelectInner {
    min-height: 33px;
  }
  .stepGrid .btnContainer {
    display: block;
  }
  .stepGrid .btnContainer button,
  .landingContainer .btnContainer button {
    height: 31px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.875rem;
    padding: 3px 10px;
  }
  .stepGrid .btnContainer .rquiredNote {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
  }
  .stepGrid .btnContainer > button,
  .landingContainer .btnContainer > button {
    width: 48%;
    display: block;
    margin-left: 0;
    float: left;
  }
  .stepGrid .btnContainer > button.prevStep {
    width: 49%;
  }
  .stepGrid .btnContainer > button.nextStep {
    margin-left: 10px;
  }
  .stepGrid .btnContainer > button.nextStep.proceed {
    margin-left: 0;
  }
  .stepGrid .btnContainer > button.nextStep:not(.proceed) {
    width: 100%;
    margin-top: 2%;
    margin-left: 0;
  }
  .stepGrid .btnContainer > button,
  .stepGrid .previewWrapper .stepInfo .btnEdit {
    height: 31px;
  }
  .landingContainer .btnContainer > .row {
    margin-bottom: 10px;
  }
  a.btnSaveAsForm .icon,
  .saveAsFormIcon {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  a.btnSaveAsForm .text {
    display: none;
  }
  .stepGrid .btnContainer button[type='submit'].btnSubmit.proceed {
    flex: none;
    width: 50%;
    min-height: 31px;
  }
  .formsContainer .btnContainer button.btnAddMore {
    width: auto;
    max-width: 250px;
    min-height: 31px;
    line-height: 16px;
  }
  .formsContainer .btnContainer button.btnAddMore + .note {
    width: 100%;
  }
  .formsContainer .btnContainer button.btnAddMore:before,
  .formsContainer .btnContainer button.btnAddMore:after {
    top: 50%;
  }
  .formsContainer .btnContainer button.btnAddMore.otherpublicexam {
    margin-top: 10px;
  }
  .formsContainer .btnContainer .backToJobPageWrap {
    width: 49%;
    position: relative;
    left: auto;
    display: block;
    float: left;
    margin-left: 2%;
  }
  .formsContainer .btnContainer .backToJobPageWrap .btnSubmit {
    width: 100%;
    height: 31px;
    float: left;
    min-height: 0;
    background: #c2c2c2;
    text-align: center;
    font-size: 0.875rem;
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
  }
  .formsContainer .btnContainer .backToJobPageWrap .btnSubmit:after {
    display: none;
  }
  .stepGrid .fieldItem.uploadAttachment .btnAddFile {
    min-height: 31px;
    margin-left: 10px;
    font-size: 0.875rem;
    padding: 3px 10px;
  }
  .stepGrid .fieldGroup .group .btnClose {
    width: 32px;
    height: 32px;
    position: relative;
    float: right;
    top: auto;
    right: auto;
  }
  .stepGrid .fieldGroup .group .btnClose:before,
  .stepGrid .fieldGroup .group .btnClose:after {
    height: 16px;
    left: 13px;
    top: 6px;
  }
  .stepGrid .fieldGroup.otherpublicexam .group .btnClose {
    top: 21px;
    margin-right: 10px;
  }
  input[type='radio'].custRadio + label {
    padding-left: 30px;
    padding-top: 2px;
  }
  .stepGrid input[type='radio'].custRadio + label {
    line-height: 26px;
  }
  .stepGrid .fieldGrid > .inline_note {
    padding-left: 0;
  }
  .stepGrid .fieldItem.noticeFieldItem > .title {
    display: none;
  }
  .stepGrid .fieldItem.postGradWorkExp .inline_fieldtitle,
  .stepGrid .fieldItem.chinaWorkExp .inline_fieldtitle {
    text-align: left;
    padding-left: 10px;
  }
  .stepGrid .previewWrapper .stepInfo {
    padding: 10px 0;
  }
  .stepGrid .previewWrapper .stepInfo .btnEdit {
    font-size: 0.875rem;
    padding: 3px 10px;
    position: relative;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .stepGrid .previewWrapper .stepInfo .title {
    width: 50%;
    padding-right: 10px;
  }
  .stepGrid .previewWrapper .stepInfo .field {
    width: 50%;
  }
  .stepGrid .previewWrapper .stepInfo h3 {
    font-size: 1rem;
    padding-bottom: 10px;
  }
  .stepGrid .previewWrapper .stepInfo h4 {
    font-size: 0.875rem;
  }
  .submittedSuccessContainer {
    padding: 15px 0;
  }
  .submittedSuccessContainer .iconSuccess {
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .submittedSuccessContainer .title {
    font-size: 1.125rem;
    padding-bottom: 15px;
  }
  .submittedSuccessContainer .message {
    font-size: 0.75rem;
  }
  .submittedSuccessContainer .applicationid {
    font-size: 1rem;
  }
  #cboxContent .popupContainer {
    min-height: 135px;
  }
  #cboxContent .popupContainer .MessageWrap,
  #cboxContent .popupContainer .bottomWrap {
    padding: 12px;
  }
  #cboxContent .popupContainer .MessageWrap {
    min-height: 75px;
    height: 75px;
  }
  #cboxContent .popupContainer .MessageWrap .row {
    padding: 0;
  }
  #cboxContent .popupContainer .btnContainer .button {
    width: 48%;
  }
  #cboxContent .popupContainer .btnContainer .button.btnOK {
    width: 100%;
    font-size: 0.8125rem;
  }
}
