input[type=text] {
	border: 1px solid LightGrey;
	padding: 7px;
}

.validateField {
	display: flex; 
	align-items: center;
}

.flex-container {
	display: flex;
	margin-bottom: 5px;
}

.flex-radio-check {
	width: 30px; 
	flex-shrink: 0;
	padding-top: 5px;
}

.flex-label {
	padding-top: 5px;
}

.flexLine {
	display: flex; 
	align-items: center;
}

.flexLineNoWrap {
	display: flex; 
	align-items: center;
}

.flexGrow1 {
	flex-grow: 1;	
}

@media only screen and (max-width: 750px){
.flexLine {
	display: flex;
	flex-wrap: wrap; 
	align-items: center;
}
}

.fullWidth {
	width: 100%;	
}

.labelFrom1 {
	width: 110px; 
	flex-shrink: 0;
}

/* @media only screen and (max-width: 750px){
.labelFrom1 {
	width: 100px;
	flex-shrink: 0;
}
} */

.amtDiv {
	padding-top: 5px;
}

@media only screen and (max-width: 750px){
.amtDiv {
	padding-top: 0px;
}
	}

.activetabpage {
	background-color: white; 
}

.tabsLarge {
	display: flex;
	align-items: flex-end;
}

.tabDiv {
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 10px;
	background-color: grey;
	color: white;
	flex-grow: 1;
}

.tabDiv a {
	color: white;
}

.tabDiv.active {
	background-color: white; 
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.tabDiv.active a {
	color: black;
}

.tabDiv.inactive {
	background-color:#dcdcdc;
	border: 1px white solid;
	border-bottom: 1px blue solid;
	cursor: pointer;
}

.tabsSmall {
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: 8px;
	width: 100%;
	background-color: grey; 
	color: white;
	border: 1px grey solid;
	background-image: url(../images/common_icons/white/icon_arrow_down_white.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 2.5%;
	cursor: pointer;
}

.tabsSmall a {
	color: white;
}

.tabsSmall.active {
	background-image: url(../images/common_icons/white/icon_arrow_up_white.svg);
}

.tabDivSmall {
	text-align: center; 
	/*background-color: #dcdcdc;*/
	background-color: grey;
	border: 1px white solid;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	height: 38px;
	padding-top: 8px;
}

.tabDivSmall.active {
	background-color: white; 
	border: 1px grey solid;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.tabDivSmall.active  a{
	color: black;
}

.tabDivSmall a {
	color: white;
}

.userInput {
	font-weight: bold;
}

.unitTitle {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

.justify {
	text-align: justify;
}

hr.step4Hr {
	margin-top: 3px;
}

label.collapse {
	padding-right: 0px; 
	margin-right: 0px;
}

.step4DivHidden{
	display: none;
}

.step4DivInline{
	display: inline;
}

.step4DNote{
	font-weight: bold;
	text-decoration: underline;
}

ol.alphaLV2 {
	list-style-type: none;
	counter-reset: alphaLV2List;
	margin: 0;
	padding: 0;
	margin-left: 0;
}
ol.alphaLV2>li.alphaLV2-li {
	display: table;
	counter-increment: alphaLV2List;
	margin-bottom: 0em;
}


ol.alphaLV2>li.alphaLV2-li:before {
	content: "("counter(alphaLV2List, lower-alpha)")";
	display: table-cell;
	width: 35px;
}

ol.romanLV3 {
	list-style-type: none;
	counter-reset: romanLV3List;
	margin: 0;
	padding: 0;
	margin-left: 0;
}
ol.romanLV3>li.romanLV3-li {
	display: table;
	counter-increment: romanLV3List;
	margin-bottom: 0em;
}


ol.romanLV3>li.romanLV3-li:before {
	content: "("counter(romanLV3List, lower-roman)")";
	display: table-cell;
	width: 35px;
}

.datepicker-icon {
	width: 8em;
}