#regForm {
  background-color: #fff;
  margin: 20px auto;
  padding: 40px;
  border: 1px solid #fff;
    border-radius: 5px;
    max-height: 100%;
} 
#regForm.full {
  overflow-y: hidden;
}
#regForm.form1 {
    width: 30%;
}
#regForm.form11 {
    width: 35%;
}
#regForm.form2 {
    width: 50%;
}
#regForm.form4 {
    width: 70%;
}
#regForm.form3 {
    width: 90%;
}

.step {
      display: none;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: left;
    }

#regForm p {
    font-size: 1rem;
}
    .error {
      color: red;
    }
input {
  padding: 1rem 0.938rem 1rem 0.938rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #333333;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px
}
input[type="text"]:focus, input[type="text"]:hover, input[type="text"]:active, 
input[type="password"]:focus, input[type="password"]:hover, input[type="password"]:active {
    border: 1px solid #A3C93B !important;
    border-radius: 5px;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    box-shadow:0 0px 0px rgba(0, 0, 0, 0.1) inset !important;
    outline: none !important;
}
#regForm .custom-selected {
  display: inline-block;
    position: relative;
}
#regForm .custom-selected select {
    padding: 1rem 0.938rem 1rem 0.938rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    width: 100%;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #333333;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    appearance: none;          /* hide native arrow (Chrome/Edge) */
    -moz-appearance: none;     /* Firefox */
    -webkit-appearance: none;  /* Safari */
    cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-internal-autofill-previewed, input:-internal-autofill-selected, select:-webkit-autofill,
select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    background-color: #dedede !important;
     transition: background-color 0s 600000s, color 0s 600000s !important;
}
textarea {
  padding: 1rem 0.938rem 1rem 0.938rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #333333;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px
}
input.error {
  background-color: #f8f5d0;
}
#regForm .action-button, #regForm .action-button:visited {
    width: 10rem;
    background: #282828;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm .action-button:hover,
#regForm .action-button:focus {
    background-color: #A3C93B;
    transition: 0.6s;
    border: 0 none;
}
#regForm .action-button-delete, #regForm .action-button-delete:visited {
    width: 10rem;
    background: #c0392b;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm .action-button-delete:hover,
#regForm .action-button-delete:focus {
    background-color: #e74c3c;
    transition: 0.6s;
    border: 0 none;
}
#regForm .fixed {
    position:absolute;
    bottom:20px;
    transform: translate(-50%, -30%);
}
#regForm .action-button-previous {
     width: 10rem;
    background: #616161;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0.313rem 0.625rem 0px;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block;
}
#regForm .action-button-previous:hover,
#regForm .action-button-previous:focus {
    background-color: #A3C93B;
    transition: 0.6s;
}
#regForm .action-button-line {
     width: 15rem;
    background: #616161;
    font-weight: bold;
    font-size: 1rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: 0.625rem 0.313rem 0.625rem 0px;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block;
}
#regForm .action-button-line:hover,
#regForm .action-button-line:focus {
    background-color: #A3C93B;
    transition: 0.6s;
}

input[type="radio"] {
    height:30px; 
    width:30px;
}

#regForm table {
    border: none;
    background:#ECEFF1;
	border:0;
	font-size: 0.85rem;
  line-height: 1rem;
    margin-top: 2rem;
    text-align: center;
}
#regForm td {
    padding: 0;
    height: auto;
    background: #ECEFF1;
    border: 0;
    border-right: 0;
    vertical-align: center;
}
#regForm tr {
    padding: 0;
    height: 1.5rem;
     background: #ECEFF1;
    border: 0;
    border-right: 0;
}

#regForm table tr td, table tr {padding:0px;}
#regForm table tfoot, table thead {
  background: #ECEFF1;
  border: none;
  vertical-align: center;
}
#regForm table tr:nth-of-type(2n) {
  background: #ECEFF1;
  border:none;
    border-right: 0;
    vertical-align: center;
}
#regForm th {
    border: none;
    border-right: 0;
}
#regForm td {
    border: none;
    border-right: 0;
}
#regForm .check table {
   background:#FFF !important;
}
#regForm .check td {
   border:none;background:#FFF !important;border:0;font-size: 1rem; 
}
#regForm table.check {
    border:none;background:#FFF;border:0;font-size: 1rem;text-align:left;margin-bottom:30px;vertical-align: top;
}
#regForm table td.checktext {
border:none;background:#FFF;border:0;font-size: 1rem;padding-left:10px;text-align: left; padding-top:15px;   
}
#regForm .portail table {
    background:#F8F8F8;
    background-color: #F8F8F8;
    font-size: 1.875rem;
    margin: 1.25rem auto;
    padding: 25rem;
    width: 70%;
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 100%;
}
#regForm .portail tr {
    background: #F8F8F8;
    vertical-align: center;
    width: 90%;
}
#regForm .portail th {
    text-align: left;padding: 30px;height: auto;background: #F8F8F8;border: 5px solid #fff;vertical-align: center;width: 50%;
}
#regForm .portail .left {
    text-align: left;
    padding: 1.875rem;
    height: auto;
    background: #F8F8F8;
    border: 5px solid #fff;
    vertical-align: center;
    width: 50%;
}
#regForm .portail .right {
    text-align: center;
    padding: 1.875rem;
    height: auto;
    background: #F8F8F8;
    border: 5px solid #fff;
    vertical-align: center;
    width: 50%;
}
table input {
    max-width: 90%;
}

/* My cystom table */

#regForm table.myTable th {
    text-align: center;
}
#regForm table.myTable td, #regForm table.myTable th {
  padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 1.56rem;
    margin-top: 0.125rem;
    box-sizing: border-box;
    font-family: "Open Sans",Arial,sans-serif;
    color: #333333;
    background-color: #fff;
    font-size: 1rem;
    letter-spacing: 1px;
    white-space: nowrap;
}
#regForm table.myTable tr:nth-child(even) td {
    background-color: #F0F0F0;
}

.bullet {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 2px;
  padding: 0.6rem;
  background-color: #282828;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
  font-size: 1.2rem;
  font-weight: bold;
}
.mright {
 margin-right: 5%;
}
    .active {
      background-color: #A3C93B;
      color: #fff;
      opacity: 1;
    }
.form-title {
    padding-bottom: 30px;
}


@media screen and (max-width:1120px) {
#regForm.form4 {
    width: 90%;
    max-width: 100%;
    overflow-x: hidden !important;
}
#regForm .portail {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    padding: 5px;
}
#regForm .portail .left {
    padding: 0px;
}
#regForm .portail .right {
    padding: 0px;
}
#regForm .portail h1 {
    font-size: 1.3rem;
}    
}

@media screen and (max-width:768px) {
#regForm {
  margin: 5px auto;
  width: 100%;
    padding: 5%;
}
#regForm p {
 font-size: 1rem;
 line-height: 1.3rem;
}
#regForm .action-button {
    width: 10rem;
    background: #282828;
    font-weight: bold;
    font-size: .8rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: .8rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm.form1 {
    width: 50%;
    max-width: 50%;
}
#regForm.form2 {
    width: 100%;
    max-width: 100%;
}
#regForm.form3 {
    width: 100%;
    max-width: 100%;
}
#regForm.form4 {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}
#regForm .portail {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    padding: 5px;
}
#regForm .portail th {
    padding: 15px 12px;
}
#regForm .portail td {
    padding: 15px 12px;
}
#regForm .portail .left {
    padding: 0px;
}
#regForm .portail .right {
    padding: 0px;
}
#regForm .portail h1 {
    font-size: 1.3rem;
}
}

@media screen and (max-width:480px) {
#regForm {
  margin: 5px auto;
  width: 100%;
    padding: 5%;
}
#regForm p {
 font-size: 1rem;
 line-height: 1.3rem;
 overflow-x: hidden !important;
 margin-right: 5px;
 max-width: 100%;
}
#regForm .action-button {
    width: 10rem;
    background: #282828;
    font-weight: bold;
    font-size: .8rem;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: .8rem;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
#regForm.form1 {
    width: 100%;
    max-width: 100%;
}
#regForm.form2 {
    width: 100%;
    max-width: 100%;
}
#regForm.form3 {
    width: 100%;
    max-width: 100%;
}
#regForm.form4 {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}
#regForm .portail {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    padding: 5px;
}
#regForm .portail h1 {
    font-size: 1.3rem;
}
#regForm .portail .left {
    padding: 0px;
}
#regForm .portail .right {
    padding: 0px;
}
#regForm .portail th {
    padding: 15px 12px;
}
#regForm .portail td {
    padding: 15px 12px;
}
}