/* 
SimpliGov Default Styles Starter
*/


#form-element-wrapper_62 input.input-text {
display: none !important;
}


/* turn off title, header/footer, info, summary/attachments/communications sections */
.page-top,
.page-head,
.page-footer,
.infoSection,
.workflowRightTab {
	display: none !important;
}

/* 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 {
	background-color: #223B75 !important;
	padding: 50px 0px !important;
} */

/* put space between bottom of form fields and top of submit button */
.submit-button-wrapper {
	padding-top: 50px !important;
}

/* reduce default space below submit button */
#formPartialDiv {
	margin-bottom: 50px !important;
}

/* change color of header lines */
h3 {
	border-color: #a9a9a9 !important;
}

/* change color of upload button */
#divWorkflowContent .buttonPopup.blue {
	border-color: #008c9a !important;
	background-color: #008c9a !important;
}

/* change color of submit button */
.form-submit-button {
	border-color: #008c9a !important;
	background-color: #008c9a !important;
}

/* make form wide enough to fit 3 fields on one line */
@media screen and (min-width: 1100px) and (max-width: 1340px) {
	#workflow-background-wrapper {
		min-width: 840px !important;
	}
}

/* set form width to 94%, override default @media query that sets width to 100% */
@media screen and (min-width: 700px) and (max-width: 1100px) {
	#workflow-background-wrapper {
		width: 94% !important;
	}
}

/* get rid of top/bottom padding, form takes up entire screen */
@media screen and (max-width: 700px) {
	#workflow-wrapper {
		padding: none !important;
	}
}/* change color of submit/save/section buttons */
.form-save-button,
.form-reset-button,
.form-print-button,
.form-change-section,
.form-collaboration-stage-submit-button,
.form-submit-button,
#divWorkflowContent .buttonPopup.blue {
  border-color: rgb(10,43,65) !important;
  /*background-color: rgb(10,43,65) !important;*/
  background-color: rgb(10,43,65) !important;
}
/* add padding under Buttons */
.form-section-buttons {
  padding: 50px 0px 30px 0px;
}

.rc-anchor-light.rc-anchor-normal {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.dx-toast-message {
  color: #000000 !important;
}

.clear-field-value {
	color: #265A87 !important;
}

.add-item-template {
  color: #292929 !important;
}