.page-head,
.page-footer,
.infoSection,
.workflowRightTab {
  display: none !important;
}

.flex-vertical-centered {
	align-items: center !important;
}

#workflow-wrapper:not(.embed):not(.registered-embed) {
  min-height: 0px;
}

#divWorkflowContent {
  width: 90%;
  height: 100% !important;
  min-height: 100% !important;
}

div#workflow-background-wrapper {
  min-width: 60% !important;
  border: 0px;
}

/* center form, get rid of line on right border, add shadow */
#workflow-background-wrapper {
  float: none !important;
  margin: auto !important;
  border-right: none !important;
  /*box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2) !important;*/
}

/* add background color and padding so that it's visible above/below form */
#workflow-wrapper,
#divWorkflowContent,
.page-content {
  background-color: #ffffff !important;
}

/* adjust page padding */
#workflow-wrapper,
#divWorkflowContent {
  padding: 0px 0px !important;
}

div.page-wrap {
  padding-bottom: 0 !important;
}

#form-section-0 {
	padding-left: 0px;
}

table {
	border: 1px !important;
}

/*Set 'Official site of NJ' text size */
.sonjHeaderText
{
  font-size: 16px;
}

/*Set down 'Official site of NJ' text size*/
.dmavaHeaderText
{
  font-size: 28px;
}

.dmavaHeaderText {
  display: inline;
}

.dmavaHeaderTextSmall {
  display: none;
}

@media (max-width: 600px) {
    
  .dmavaHeaderText {
	  display: none;
  }
  
  .dmavaHeaderTextSmall {
	  display: inline;
  }
  
  /* Set size of popup */
  #form-element-wrapper_236_dialog {
	  width: 100% !important;
  }
}


@media (max-width: 900px) {
  
  /*Remove blue background at top */
  div#workflow-background-wrapper {
	margin-top: 0px !important;
  }
  
  /*Shrink down 'Official site of NJ' text */
  .sonjHeaderText
  {
	  font-size: 11px;
  }
   
   /*Shrink down 'Official site of NJ' text */
.dmavaHeaderText 
  {
	  font-size: 16px;
  }
}


/* Hide print button */
#print-preview {
  display: none !important;
}

.k-dropzone {
  background-color: white;
}
.formFieldWrapper.text-area-wrapper textarea.textarea-input,
.form-element-wrapper.text-area textarea.field {
  background-color: white;
  border-color: rgba(11, 102, 158, 0.3);
}

.select2-container--bootstrap .select2-selection {
  border: 1px solid rgba(11, 102, 158, 0.3);
  color: #163159;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"]:not(.select2-search__field),
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border: 1px solid rgba(11, 102, 158, 0.3);
  background-color: white;
}



/* Reg Ex Font size */

.truncateWithEllipsis {
    color: red;
    font-size: 14px !important;
}

.regexErrorLabel {
    margin-top: -24px !important;
}

/* Popup Alert */
#form-element-wrapper_236_dialog {
	height: auto !important;
}


/* Progress Bar */
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ecebeb;
  margin-bottom: 6px;
  border:1px solid grey;
}

.stepper-item.active-item .step-counter {
	border:1px solid green;
	background-color: #fff;
	font-size: 20px;
	color: green;
}

.stepper-item.active-item .step-counter > span{
	padding-left:3px;
}

.stepper-item.active-item .step-name{
	font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
  border:1px solid green;
  font-size: 20px;
  font-weight: bold;
}

.stepper-item.completed .step-name {
	font-style: italic;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item.failed-item .step-counter {
	border:1px solid red;
	background-color: #ff0000;
	font-size: 20px;
	color: white;
}

.stepper-item.failed .step-name {
	color: red;
}

.step-name {
	text-align: center;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}


#form-element-wrapper_242 {
	text-align: right;
}

#s2id_element242 {
	text-align: left;
}


