.siteTitle{
  margin: 30px 10px;
}

.error{
color:red;
}

.customButton,.splashButton{
    width: fit-content;
    height: 35px;
    border-radius: 25px;
    margin-top: 10px;
    background-color: #0070b8;
    border: none;
    outline: 0 !important;
    color: white;
    padding: 0 15px;
    line-height: 35px;
}

.customButton:hover{
background-color: #2250b1;
}

.splashButton{
  margin: auto 30px;
}

.required:after {
  content:"*";
  color:red;
}

.heading{
  margin-bottom: 20px;
}

.container1{
  padding: 20px;
  border: 1px solid;
  width: 800px;
  margin: auto;
}

.splash{
    display:block;
    margin:auto;
    width: 400px;
}
.splashText{
    margin-top: 30px !important;
    width: 650px;
    display:block;
    margin:auto;
}

.splashButtonCon{
  margin-top: 30px !important;
}

.tab {
  display: none;
}

.invalid {
  background-color: #ffdddd;
}

.wrapper {
  position: relative;
  width: 350px;
  height: 100px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.content{
  font-size: 18px;
  margin-bottom: 20px;
}

.dropzone .dz-preview .dz-progress {
    height: 3px !important;
    top: 75% !important;
}


.dropzone .dz-preview .dz-remove {
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    width: 20px;
    margin: auto;
    height: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
    margin-top: 5px;
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 10;
}

.dropzone .dz-preview .dz-remove:hover {
    background-color: #285e8d;
    color: red;
}
.dropzone .dz-preview{
  border: 2px solid #ccc;
}

.dz-preview{
  max-width: 120px;
}

.dropzoneDropbox{
  max-width: 100%;
}

.dropzone.dz-clickable .dz-message{
  color: #808080;
  font-size: 18px;
  font-weight: bold;
}

.tab .dropzone .dz-preview.dz-file-preview .dz-image{
  border-radius: unset;
  border: 2px solid #ccc;
  max-width: 100%;
}

.dropzone .dz-preview .dz-image{
  max-width: 100%;
  border-radius: unset !important;
}


.progressbar {
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.progressbar li::before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border: 1px solid #ddd;
    display: block;
    /* text-align: center; */
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

/* .progressbar li.finish::before {
    background-color: green;
} */

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #ddd;
    top: 12px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}
.progressbar li.active label {
    font-weight: bold;
}


/* .progressbar li.active:before {
    border-color: green;
} */

.progressbar li.finish + li:after{
background-color: green;
}

.progressbar li.finish::before {
    background-color: green;
    color: white;
    font-weight: 600;
    border: 1px solid green;
}

.tabContainer{
  border: 4px solid gray;
  padding: 20px;
}

.parent{
  border: 2px solid gray;
   padding: 10px 20px;
   margin-bottom: 40px;
  position:relative;
  max-width:600px;
}

.parent button {
   position: absolute;
   right: -2px;
   top: -30px;
   background-color: #fff;
   border: 2px solid gray;
   cursor: pointer;
   color: gray;
   font-size: 30px;
   padding: 1px 4px 7px 4px;
   line-height: 18px;
  
}

.parent button:focus {
  outline:0;
}

.parent .title {
   text-align: center;
  display:block;
}

.parent .title a{
  background-color:#fff;
      position: relative;
   top: -23px;
   text-decoration: none;
   padding: 5px 15px;
  cursor:default;
}


.familymember{
	border: 2px solid gray;
    padding: 10px 20px;
    margin-bottom: 40px;
	position:relative;
	max-width:600px;
}

.familymember button {
    position: absolute;
    right: -2px;
    top: -30px;
    background-color: #fff;
    border: 2px solid gray;
    cursor: pointer;
    color: gray;
    font-size: 30px;
    padding: 1px 4px 7px 4px;
    line-height: 18px;
	
}

.familymember button:focus {
	outline:0;
}

.familymember .title {
    text-align: center;
	display:block;
}

.familymember .title a{
	background-color:#fff;
	    position: relative;
    top: -23px;
    text-decoration: none;
    padding: 5px 15px;
	cursor:default;
}

.familymember button:hover {
    color: red;
    border: 2px solid red;
}

input[type='checkbox']{
  width: 15px;
  height: 15px;
}

.fa-cloud-upload{
  font-size:50px;
  margin-top: 10px;
}


.col1 {
  float: left;
  width: 50%;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* div .i_concure{
  background-color: #ffdddd;
} */

.i_concure{
  /* background-color: #ffdddd; */
  padding: 10px;
}

 input[type="checkbox"] { 
    position: absolute;
    margin-top: 4px;
}
 input[type="checkbox"] ~ label { 
    padding-left:1.4em;
    display:inline-block;
}

.checkbox_text{
  margin-left: 20px;
}

.dropzone.dz-started .dz-message {
  display: unset !important;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}

/* .dropzone.dz-started .dz-message > button {
  width: 150px;
} */

.disabled{
 pointer-events: none;
 background: gray !important;
}

.previousBtn{
    width: fit-content;
    height: 35px;
    border-radius: 25px;
    margin-top: -5px;
    background-color: #0070b8;
    border: none;
    outline: 0 !important;
    color: white;
    padding: 0 15px;
    line-height: 35px;
}

.dz-button {
  font-size:24px !important;
}