.LiveForm.svbt {
  position: relative;
}

.Submit-Align-Default span:empty {
  display: none !important;
}

.LiveForm.svbt .Field .Submit-Align-Default input[type='submit'] {
  width: 100% !important;
}

label.label_hidden {
  display: none !important;
}

.LiveForm.svbt td,
.LiveForm.svbt th,
.LiveForm.svbt table,
.LiveForm.svbt .Field input,
.LiveForm.svbt .Field select,
.LiveForm.svbt .Field textarea,
.LiveForm.svbt .Field button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.LiveForm.svbt ul.page-break-section {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: transparent !important;
}

.LiveForm.svbt ul.page-break-section > li,
.LiveForm.svbt ul li.Field.BrowseFile ul li,
.LiveForm .ui-state-highlight {
  list-style: none;
}

.LiveForm.svbt .Field-Container {
  position: relative;
}

/*Default Submit Button Alignment css */

.LiveForm.svbt .Submit-Align-Left {
  text-align: left;
}

.LiveForm.svbt .Submit-Align-Center {
  text-align: center;
}

.LiveForm.svbt .Submit-Align-Right {
  text-align: right;
}

/*Default Field Validation css */

.LiveForm.svbt .Field.Matrix.Checkb.Required table,
.LiveForm.svbt .Field.Matrix.Radiob.Required table,
.LiveForm.svbt .Field.Required input,
.LiveForm.svbt .Field.Required textarea,
.LiveForm.svbt .Field.Required .plupload_filelist_footer,
.LiveForm.svbt .Field.Required select,
.LiveForm.svbt .Field.Required.Radiobutton table,
.LiveForm.svbt .Field.Required.Checkbox table,
.LiveForm.svbt .Field.Required.ScaleRating table,
.LiveForm.svbt .Field.Required .StarRatingRequired,
.LiveForm.svbt .ElectronicSignature.Required .jSignature,
.LiveForm.svbt .Field.Required tags {
  border-left: 2px solid #ff4b4b;
}

.LiveForm.svbt .Field.Required.CkEditor .Field-Container-Wide > div,
.LiveForm.svbt .Field.Required.CkEditor .Field-Container > div,
.LiveForm.svbt .Field.Required.CkEditor .Field-Container-Wide > span,
.LiveForm.svbt .Field.Required.CkEditor .Field-Container > span {
  border-left: 2px solid #ff4b4b;
}

.LiveForm.svbt .Field.Required.CkEditor textarea {
  border: 0;
}

.LiveForm.svbt .Field.Required.Radiobutton table,
.LiveForm.svbt .Field.Required.Checkbox table {
  padding-left: 6px;
  display: inline-block;
}

/*Default (Input/Textarea/Label/Select) Validation css */

.LiveForm.svbt label.error {
  padding: 5px;
  color: red;
  font-size: 11px;
  font-weight: bold;
}

.LiveForm.svbt input.error,
.LiveForm.svbt textarea.error,
.LiveForm.svbt select.error {
  border: 2px solid red;
}

.LiveForm.svbt label.InlineEdit form input {
  width: 100px !important;
}

.LiveForm.svbt .Field-Tooltip {
  position: absolute;
  right: -275px;
  top: 0px;
  max-width: 250px;
  min-width: 250px;
  border: 4px solid #333;
  background: #fff;
  border-radius: 6px 6px;
  box-shadow: 0px 2px 4px #666;
  white-space: normal;
  display: none;
  z-index: 99999;
}

.LiveForm.svbt .Field.Datetime .Field-Tooltip {
  right: -295px;
}

.LiveForm.svbt .Field-Tooltip-Arrow {
  border-color: transparent #333 transparent transparent;
  border-style: solid;
  border-width: 10px;
  left: -24px;
  top: 7px;
  position: absolute;
  height: 0;
  width: 0;
}

/*----------------Common----------------*/

.LiveForm.svbt .Field .Field-Container label,
.LiveForm.svbt .Field .Field-Container-Wide label,
.LiveForm.svbt .Field .Field-SubLabel-Container {
  font-size: 11px;
  margin: 2px 0 0 2px;
}

.LiveForm.svbt .Field .Field-SubLabel-Container {
  margin: 5px 0 15px 0;
  display: block;
}

.LiveForm.svbt input,
.LiveForm.svbt select,
.LiveForm.svbt textarea {
}

.LiveForm.svbt tags {
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  color: #666;
}

.LiveForm.svbt .Field.Address .Field-Container span,
.LiveForm.svbt .Field.Address .Field-Container label,
.LiveForm.svbt .Field.Fullname .Field-Container label,
.LiveForm.svbt .Field.Datetime .Field-Container label,
.LiveForm.svbt .Field.Address .Field-Container-Wide span,
.LiveForm.svbt .Field.Address .Field-Container-Wide label,
.LiveForm.svbt .Field.Fullname .Field-Container-Wide label,
.LiveForm.svbt .Field.Datetime .Field-Container-Wide label,
.LiveForm.svbt .Field.CreditCard label {
  margin-bottom: 10px;
}

.LiveForm.svbt .Field.Fullname .Field-Container label,
.LiveForm.svbt .Field.Fullname .Field-Container-Wide label {
  display: inline-block;
}

.LiveForm.svbt .Field table td {
  vertical-align: baseline;
}

.LiveForm.svbt .Field label {
  line-height: normal;
}

.LiveForm.svbt .Field label[class*='Field-Label-'],
.LiveForm.svbt .Field > label,
.LiveForm.svbt .Field .MatrixWrapper > label {
  font-weight: bold;
  margin-bottom: 4px;
}

.LiveForm.svbt .Field table {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}

/*Navigation CSS*/

.LiveForm.svbt ul.Form_Navigation:before {
  top: 30px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 0;
}

.LiveForm.svbt ul.Form_Navigation,
.LiveForm.svbt ul.Form_title {
  list-style: square outside;
  list-style: none;
  display: inline-flex;
  background: transparent;
  padding: 11px;
  width: 100%;
}

.LiveForm.svbt ul.Form_Navigation {
  padding: 0;
  padding-top: 15px !important;
  padding-bottom: 0px;
  margin-bottom: 15px;
  margin-left: 0 !important;
}

.LiveForm.svbt ul.Form_Navigation:empty {
  display: none;
}

.LiveForm.svbt ul.Form_title {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.LiveForm.svbt ul.Form_Navigation li,
.LiveForm.svbt ul.Form_title li {
  padding: 10px;
  text-align: center;
  margin: 0 auto !important;
  z-index: 1;
  font-size: 14px;
}

.LiveForm.svbt ul.Form_Navigation li {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  list-style: none !important;
}

.LiveForm.svbt ul.Form_title li {
  display: table-cell;
  text-align: center;
  color: #999;
  padding-top: 0;
  padding-bottom: 0;
}

.LiveForm.svbt ul.Form_Navigation li p {
  margin-bottom: 0;
  visibility: hidden;
}

.LiveForm.svbt ul.Form_Navigation li.active {
  background: #08c;
  color: #fff;
}

.LiveForm.svbt ul.Form_title li.active {
  color: #08c;
}

.LiveForm.svbt ul.progressinfo {
  margin-top: 5px !important;
  font-size: 12px;
  color: #777;
  display: table;
  width: 100%;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
}

.LiveForm.svbt ul.progressinfo li {
  display: table-cell;
}

.LiveForm.svbt ul.progressinfo li.percentage {
  text-align: right;
}

.LiveForm.svbt .progressbar {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 25px;
  border-radius: 20px;
  position: relative;
}

.LiveForm.svbt .progressDiv {
  display: flex;
  height: 25px;
}

.LiveForm.svbt .progressbars {
  height: 25px;
  background: #999;
  margin-left: 2px;
}

.LiveForm.svbt .progressbars:first-child {
  margin-left: 0;
}

.LiveForm.svbt .progressbars:first-child {
  border-radius: 20px 0 0 20px;
}

.LiveForm.svbt .progressbars:last-child {
  border-radius: 0 20px 20px 0;
}

.LiveForm.svbt .progressfield {
  background: #08c;
  height: 25px;
  border-radius: 20px 0 0 20px;
  z-index: 80 !important;
  position: absolute;
  top: 0px;
  transition: all 0.5s ease 0s;
}

.LiveForm.svbt .Field-Tooltip-Arrow-Small {
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
  border-width: 7px;
  height: 0;
  width: 0;
  left: -14px;
  top: 10px;
  position: absolute;
}

.LiveForm.svbt .Field-Tooltip-Content {
  padding: 10px;
  font-size: 10px;
  color: #333;
}

.LiveForm .fullname-container {
  margin-right: 5px;
  white-space: nowrap;
}

.emailwizard-header {
  background: none repeat scroll 0px 0px rgb(255, 161, 0);
  border-bottom: 1px solid rgb(194, 122, 0);
  border-radius: 3px 3px 0px 0px;
  height: 35px;
  padding: 2px;
  position: relative;
  z-index: 1000;
  vertical-align: middle;
  font-weight: bolder;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding-left: 11px 4px 0 12px;
  font-size: 13px;
  cursor: move;
  color: rgb(255, 255, 255);
}

.emailwizard-header-label {
  vertical-align: middle;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  font-size: 13px;
  cursor: move;
  color: rgb(255, 255, 255);
}

/*hide button in page break */

.LiveForm.svbt ul li .button-hidden {
  display: none;
}

.LiveForm.svbt ul li .form-pagebreak-back-container input[type='button'],
.LiveForm.svbt ul li .form-pagebreak-next-container input[type='button'] {
  float: left;
}

.LiveForm.svbt .hidden {
  display: none !important;
}

.LiveForm.svbt .Field-Container-Wide .next-form-pagebreak button:last-child,
.LiveForm.svbt
  .Field-Container-Wide
  .form-pagebreak.next-form-pagebreak
  .button-next {
  float: right;
}

/* Smartphones and iPad (portrait and landscape) ----------- */

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .LiveForm.svbt {
    max-width: 100%;
  }
}

.LiveForm.svbt .plupload_filelist_footer {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.LiveForm.svbt .next-form-pagebreak .button-next {
  float: right !important;
}

/*Animation*/

.LiveForm.svbt .appear-animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.LiveForm.svbt .appear-animation-visible {
  opacity: 1;
}

@keyframes bounceInRight {
  0% {
    transform: translateX(2000px);
  }

  10% {
    transform: translateX(1500px);
  }

  20% {
    transform: translateX(1000px);
  }

  30% {
    transform: translateX(500px);
  }

  40% {
    transform: translateX(250px);
  }

  50% {
    transform: translateX(100px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.LiveForm.svbt .bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@keyframes bounceInLeft {
  0% {
    transform: translateX(-2000px);
  }

  10% {
    transform: translateX(-1500px);
  }

  20% {
    transform: translateX(-1000px);
  }

  30% {
    transform: translateX(-500px);
  }

  40% {
    transform: translateX(-250px);
  }

  50% {
    transform: translateX(-100px);
  }

  60% {
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.LiveForm.svbt .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/*Progress bar*/

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.LiveForm .progress {
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 0.75rem;
  border: 0;
  border-radius: 4px;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}

.LiveForm .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .LiveForm .progress-bar {
    transition: none;
  }
}

.LiveForm .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.LiveForm .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.LiveForm .bg-danger {
  background-color: #dc3545 !important;
}

.LiveForm .bg-danger:hover,
.LiveForm a.bg-danger:focus,
.LiveForm button.bg-danger:hover,
.LiveForm button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.LiveForm .bg-warning {
  background-color: #ffc107 !important;
}

.LiveForm a.bg-warning:hover,
.LiveForm a.bg-warning:focus,
.LiveForm button.bg-warning:hover,
.LiveForm button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.LiveForm .bg-success {
  background-color: #28a745 !important;
}

.LiveForm a.bg-success:hover,
.LiveForm a.bg-success:focus,
.LiveForm button.bg-success:hover,
.LiveForm button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/*Remove page scroll during Form animation*/

.overflow-hide {
  overflow-x: hidden;
}

/*Form*/

.LiveForm.svbt ul.page-break-section,
.LiveForm.svbt .thank-you {
}

.LiveForm.svbt ul.page-break-section .Field {
  position: relative;
  padding: 10px 15px;
}

.LiveForm.svbt .Field-Label-Left,
.LiveForm.svbt .Field-Label-Right,
.LiveForm.svbt .Field-Label-Top,
.LiveForm.svbt .Field-Label-Auto,
.LiveForm.svbt .Field-Label-Hidden {
  display: inline-block;
  margin-bottom: 4px;
  white-space: normal;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
  word-break: break-word;
}

.LiveForm.svbt .Field-Label-Left,
.LiveForm.svbt .Field-Label-Right {
  width: 150px;
  padding: 3px;
  float: left;
}

.LiveForm.svbt .Field-Label-Right {
  text-align: right;
}

.LiveForm.svbt .Field-Label-Top {
  display: block;
  width: 100%;
}

.LiveForm.svbt .Field-Label-Auto {
  width: 150px;
  vertical-align: top;
}

.LiveForm.svbt .Field-Label-Hidden {
  width: 150px;
}

.LiveForm.svbt .Field.mobile-under .Field-Label-Hidden {
  width: auto;
}

.LiveForm.svbt ul.page-break-section .Field.mobile-under .Field-Label-Hidden {
  display: none;
}

.LiveForm.svbt .Field.CkEditor .Field-Label-Hidden,
.LiveForm.svbt .Field.BrowseFile .Field-Label-Hidden {
  float: left;
}

.LiveForm.svbt.LiveForm-Right .Field-Label-Auto {
  display: inline-block;
  float: left;
  padding: 3px;
  margin-bottom: 6px;
  text-align: right;
  white-space: normal;
}

.LiveForm.svbt.LiveForm-Top .Field-Label-Auto {
  width: auto;
  display: inline-block;
  float: none;
  padding: 3px;
  margin-bottom: 6px;
  white-space: normal;
}

.LiveForm.svbt input,
.LiveForm.svbt select:not([size]) {
}

.LiveForm.svbt textarea {
  min-height: 150px;
}

.LiveForm.svbt .Field input,
.LiveForm.svbt .Field textarea,
.LiveForm.svbt .Field select {
  width: 100%;
}
.LiveForm.svbt .Field tags {
  width: 295px;
}

.LiveForm.svbt .Field table td {
  padding: 0;
}

.LiveForm.svbt .Field .Field-Label-Top ~ .Field-Container {
  margin-left: 0;
}

/*Butttons*/

.LiveForm.svbt input[type='submit'],
.LiveForm.svbt input[type='button'] {
}

.LiveForm.svbt input[type='submit']:hover,
.LiveForm.svbt input[type='button']:hover {
}

.LiveForm.svbt input[type='button'].button-back {
  background: #bbb;
}

.LiveForm.svbt input[type='button'].button-back:hover {
  box-shadow:
    0 0 0 2px white,
    0 0 0 3px #bbb;
}

.LiveForm.svbt .Field .Field-Container-Wide {
}

.LiveForm.svbt .Field .Field-Container,
.LiveForm.svbt .Field .Field-SubLabel-TextBox {
  display: inline-table;
}

/*Field Seperator*/

.LiveForm.svbt .Field .Field-Seperator {
  padding: 0 8px;
}

/*Calander Icon*/

.LiveForm.svbt .Field input.Calander-Icon {
  width: 16px !important;
}

/*----------------Heading----------------*/

.LiveForm.svbt .Field.Heading .SubHeader {
  font-style: italic;
}

.LiveForm.svbt .Field.Heading .Header {
  color: inherit;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

.LiveForm.svbt .Field.Heading h1 {
  font-size: 22px;
}

.LiveForm.svbt .Field.Heading h2 {
  font-size: 18px;
}

.LiveForm.svbt .Field.Heading h3 {
  font-size: 14px;
}

/*----------------HTML Editor----------------*/

.LiveForm.svbt .Field.CkEditor .Field-Container-Wide {
  display: block;
}

.LiveForm.svbt .Field.CkEditor .Field-Container {
  margin-left: 150px;
  display: block;
}

/*----------------Radiobutton/Checkbox----------------*/

.LiveForm.svbt .Field.Radiobutton table td,
.LiveForm.svbt .Field.Checkbox table td {
  padding: 4px;
}

.LiveForm.svbt .Field.Radiobutton .Field-Container label,
.LiveForm.svbt .Field.Radiobutton .Field-Container-Wide label,
.LiveForm.svbt .Field.Checkbox .Field-Container label,
.LiveForm.svbt .Field.Checkbox .Field-Container-Wide label {
  font-size: 1em;
  margin: 0;
}

/*----------------Image----------------*/

.LiveForm.svbt .Field.Image .Field-Container {
  display: block;
}

/*----------------Datetime----------------*/

.LiveForm.svbt .Field.Datetime input,
.LiveForm.svbt .Field.Datetime select {
  width: 80px;
}

/*----------------Address----------------*/

.LiveForm.svbt .Field.Address input,
.LiveForm.svbt .Field.Address select {
  width: 142px;
}

.LiveForm.svbt .Field.Address input.Street-Address,
.LiveForm.svbt .Field.Address input.Street-Address2 {
  width: 300px;
}

.LiveForm.svbt .Field.Address table tr td {
  padding-right: 16px;
}

.LiveForm.svbt .Field.Address table tr td:last-child {
  padding-right: 0;
}

.LiveForm.svbt .Address table label {
  display: block;
}

/*----------------Phone----------------*/

.LiveForm.svbt .Phone .AreaCode ~ label {
  display: none;
}

/*----------------Fullname----------------*/

.LiveForm.svbt .Field.Fullname input[type='text'] {
  width: 142px;
  margin-right: 16px;
}

.LiveForm.svbt .Field.Fullname input.prefix,
.LiveForm.svbt .Field.Fullname input.suffix {
  width: 50px;
}

.LiveForm.svbt .Field.Fullname .Field-SubLabel-TextBox:last-child input {
  margin-right: 0px;
}

/*----------------CreditCard----------------*/

.LiveForm.svbt .Field.CreditCard .ExpirationMonth,
.LiveForm.svbt .Field.CreditCard .ExpirationYear {
  width: 100px;
  margin-right: 10px;
}

.LiveForm.svbt .Field.CreditCard .CVV {
  width: 80px !important;
}

.LiveForm.svbt
  .Field.CreditCard.mobile-under
  tr:nth-child(3)
  td:nth-child(3)
  .CVV
  ~ label.error {
  position: absolute;
  left: 18px;
  bottom: -18px;
}

/*----------------Time----------------*/

.LiveForm.svbt .Field.Time select {
  width: 88px;
}

/*----------------Birthdate----------------*/

.LiveForm.svbt .Field.Birthdate input {
  width: 80px;
}

/*----------------Matrix----------------*/

.LiveForm.svbt .Field.Matrix input {
  width: 130px;
}

.LiveForm.svbt .Field.Matrix .MatrixWrapper {
  overflow-x: auto;
}

.LiveForm.svbt .Matrix table th {
  background-color: #ddd;
}

.LiveForm.svbt .Matrix table td,
.LiveForm.svbt .Matrix table th {
  padding: 6px;
  text-align: center;
  border: 1px solid #ccc;
}

.LiveForm.svbt .Matrix table td.tdBlank {
  border: 0;
  background-color: transparent;
}

.LiveForm.svbt .Matrix table th.thBlank {
  border: 0;
  background-color: transparent;
}

.LiveForm.svbt .Matrix table tr > th:first-child {
  text-align: left;
}

.LiveForm.svbt .Matrix table th {
  font-weight: bold;
}

.LiveForm.svbt .Matrix .Field-Container input {
  margin: 0;
}

/*----------------ScaleRating----------------*/

.LiveForm.svbt .ScaleRating table td,
.LiveForm.svbt .ScaleRating table th {
  text-align: center;
  padding: 4px;
}

.LiveForm.svbt .Field.ScaleRating input[type='radio'] {
  margin-right: 0px;
}

/*----------------Electronic Signature----------------*/

.LiveForm.svbt .ElectronicSignature .jSignature {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-sizing: border-box;
}

.LiveForm.svbt .ElectronicSignature a.pull-right {
  color: #999;
  font-size: 10px;
}

.LiveForm.svbt .Field.ElectronicSignature .jSignature {
  width: 300px;
}

.LiveForm.svbt .captcha-invisible {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

/*Mobile Under*/

.LiveForm.svbt .Field.mobile-under label[class*='Field-Label-'] {
  float: none;
  text-align: left;
  width: 100%;
  padding: 0;
}

.LiveForm.svbt .Field.mobile-under .Field-Container-Wide,
.LiveForm.svbt .Field.mobile-under .Field-Container,
.LiveForm.svbt .Field.mobile-under .intl-tel-input {
  display: block;
}

.LiveForm.svbt .Field.mobile-under .Field-Container {
  margin-left: 0 !important;
}

.LiveForm.svbt .Field.mobile-under input,
.LiveForm.svbt .Field.mobile-under textarea,
.LiveForm.svbt .Field.mobile-under select,
.LiveForm.svbt .Field.mobile-under.ElectronicSignature .jSignature {
  width: 100% !important;
}

.LiveForm.svbt .Field.mobile-under .Field-Seperator {
  width: 20px;
  text-align: center;
}

.LiveForm.svbt .Field.mobile-under.Fullname .Field-SubLabel-TextBox {
  display: block;
}

.LiveForm.svbt
  .Field.mobile-under.Fullname
  .Field-SubLabel-TextBox
  input[type='text'] {
  margin-right: 0;
}

.LiveForm.svbt .Field.mobile-under.CreditCard tr:nth-child(3) td {
  padding-right: 10px;
}

.LiveForm.svbt .Field.mobile-under.CreditCard tr:nth-child(3) td:nth-child(3) {
  width: 80px;
  padding-right: 0;
}

.LiveForm.svbt .Field.mobile-under.ScaleRating .Field-Container-Wide {
  display: table;
}

.LiveForm.svbt .Field.mobile-under.ScaleRating .Field-Container {
  display: inline-table;
}

.LiveForm.svbt .Field.CkEditor.mobile-under .Field-Label-Hidden,
.LiveForm.svbt .Field.BrowseFile.mobile-under .Field-Label-Hidden {
  float: none;
}

.LiveForm.svbt .Field input[type='submit']:disabled {
  cursor: not-allowed;
}

/*Radio Button & Checkbox*/

.LiveForm.svbt .Field input[type='radio'],
.LiveForm.svbt .Field input[type='checkbox'],
.LiveForm.svbt .Field input[type='button'],
.LiveForm.svbt .Field input[type='submit'] {
  width: auto !important;
  height: auto !important;
}

.LiveForm.svbt .Field input[type='radio'],
.LiveForm.svbt .Field input[type='checkbox'] {
  margin-top: 0;
  margin-right: 8px;
}

/*------Color Contrast------*/

.LiveForm.svbt .plupload_button {
  color: #525252;
}

.LiveForm.svbt input[type='submit'],
.LiveForm.svbt input[type='button'] {
}

.LiveForm.svbt .ElectronicSignature a.pull-right,
.LiveForm.svbt ul.progressinfo li,
.LiveForm.svbt ul.Form_title li {
  color: #525252;
}

.LiveForm.svbt ul.Form_Navigation li,
.LiveForm.svbt input[type='button'].button-back {
  background: #525252;
}

.LiveForm.svbt ul.Form_Navigation li.active {
  background: #005781;
}

.LiveForm.svbt ul.Form_title li.active,
.LiveForm .reset,
.LiveForm .form-pagebreak a.SaveAndResume {
  color: #003b58;
}

.LiveForm.svbt label.error {
  color: #d00000;
}

.LiveForm.svbt .Field.Heading .Header {
  color: #333 !important;
}

.LiveForm.svbt ul.page-break-section .Field p {
  color: #333;
}
