/* Button CSS */
.DefaultPrevButton {
	background: #9b681c;
}

.DefaultNextButton {
	background: #041e42;
	color: #FFF;
	border-radius: 25px;
}

.DefaultNextButton:hover,
.DefaultNextButton:active,
.DefaultNextButton:focus,
.DefaultCollateralCommandButton:hover,
.DefaultCollateralCommandButton:active,
.DefaultCollateralCommandButton:focus,
.DefaultCompleteButton:hover,
.DefaultCompleteButton:active,
.DefaultCompleteButton:focus,
.DefaultIndividualCommandButton:hover,
.DefaultIndividualCommandButton:active,
.DefaultIndividualCommandButton:focus
{
	color: #FFF;
}

.DefaultCollateralCommandButton {
	background: #041e42;
	color: #FFF;
	border-radius: 25px;
}

.SmallButton {
	width: 100px !important;
	border-radius: 25px;
}
.smallbutton:hover {
  background-color: #FFF
}

.MediumButton {
	width: 175px !important;
	border-radius: 25px;
}
.mediumbutton:hover {
  background-color: #6787b7
}


.LargeButton {
	width: 250px !important;
	border-radius: 25px;
}

.DefaultCompleteButton {
	background: #041e42;
	color: #FFF;
	border-radius: 25px;
	width: 180px !important;
}

.DefaultIndividualCommandButton {
	background: #041e42;
	color: #FFF;
	border-radius: 25px;
}
.SecondaryButton {
	background: #9b681c;
	border-radius: 25px;
}
/* End Button CSS */
.centerform {
	margin: 0 auto;
	width: 960px;
}

.SectionHeaders {
	border-top-left-radius: 20px;
	font-size: 14px;
	padding: 15px;
	background: #041e42;
	color: #FFF;
	height: 45px;
}

.DefaultLabelClass {
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	width: 32%;
	padding-right: 10px;
}

.DefaultFormControlClass {
	width: 50% !important;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.AddressControlClass {
	margin-left: 32%;
	width: 50% !important;
}

.FullWidthLabel {
	font-size: 14px;
	width: 100%;
}

.FullWidthFormControl {
	width: 100%;
}

.CCMonthClass {
	width: 20% !important;
}

.CCYearClass {
	width: 20% !important;
}

.CCNameClass {
	width: 30% !important;
}

.CCNumberClass {
	width: 40% !important;
}

.CCCVVClass {
	width: 10% !important;
}

.DefaultProductFundingTextBoxClass {
	width: 190px !important;
}

.CursorPointer{
	cursor: pointer;
}
body {
	font-size:14px;
	line-height:150%;
}
	
a	{
	color:#a10000;
	}	
 
a:hover	{
	color:#a10000;
	}	

.MainBorder {
	border: solid;
	border-width: 2px;
	border-color:#ffffff;
	border-radius: 1em;
}
	
.Header {
	background-color:#ffffff;
	padding:30px 10px 10px 30px;
	border-top-left-radius:1em;
	border-top-right-radius:1em;
}

.TopBar {
	background-color:#787878;
	padding:20px 10px 20px 15px;
}

.PageHeader {
	font-size:1.25em;
	font-weight:bold;
	color:#6699cc;
	line-height: 150%;
}

.TopBarText {
	padding-left: 30px;
}

h1 {
	color:#041e42;
}

h2 {
	color:#041e42;
}

h3 {
	color:#041e42;
}

h4 {
	color:#041e42;
}

.ContentTable {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	background-color: #fff;
	width:100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align:left;
	color:#4D4E53;}

.ProgBarBg {
	background-repeat:no-repeat;
	background-position:top right;
 	}
	
.HdrBar {
	background-color:#8a8a8b;
	color:#ffff99;
	font-weight:bold;
	padding:4px;
}

fieldset {
  	padding: 10px;
        border: thin solid #999;
}

.errors {
	color:#F00;
}

.SmlTxt {
	font-style:italic;
	font-size:.75em;
	vertical-align:top;
	line-height:12px;
}

.SmlTxtIndent {
	font-style:italic;
	font-size:.75em;
	vertical-align:top;
	line-height:12px;
	margin-left:40px;
}

.JOSidebar {
	width: 200px;
	vertical-align: top;
	padding:10px;
}

.JOMidSpace {
	padding-left:20px;
}

.ProdServBox {	
	background-color:#e6e6e6;
	border-radius: 1em;
	cellspacing:0px 15px 15px 0px; 		
	padding:20px;
	vertical-align:top;		
	border:#007d8b 1px solid;
}

.Footer {
	background-color:#041e42;
	border-radius:none;
	width:100%;
	border-top:none;
}

.FooterText {
	font-size:12px;
	color:white;
	padding-left:5px;
}

.HighlightBackground {
	background-color: #e6e6e6;
	border: thin solid #fff;
	padding: 5px
}

/*Radio button/expected activity*/
.rbButtonGroup {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
    margin: 15px 15px 15px 15px;
}

.rbGroupQuest,
.cbGroupQuest {
    width: 50%;
    min-width: 200px;
	padding-right: 25px;
	font-weight: 700;
}

.cbGroupQuest {
	width: 100%;
}

.rbGroupAnswer {
    padding: 0px 10px;
    min-width: 140px;
    width: 50%;
}

.rbGroupTwoAnswers {
    padding: 0px 10px;
    min-width: 140px;
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.rbGroupTwoAnswers > span {
    width: 30%;
}

.rbGroupTwoAnswers > span > .DefaultFormControlClass {
    width: 90% !important;
}

.rbGroupAnswer>span>.DefaultFormControlClass {
    width: 90% !important;
}

.rbGroupYesNoCont {
    min-width: 140px;
    display: flex;
    justify-content: space-evenly;
}

.rbGroupSubInputCont {
    width: 50%;
    display: block;
    margin-left: 50px;
}

.cbQuestion {
    margin: 0 15px 10px 15px;
}

.cbButtonGroup {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0 25px;
	width: 100%;
}

.cbButtonGroup > span {
  display: flex;
  width: 50%;
}

.rbGroupSubHeader {
    margin-left: 50px;
}

.rbGroupSubInputContMulti {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.rbGroupAddInfo {
	display: flex;
    flex-direction: column;
    margin: 5px 0 0 0px;
	width: 100%;
}

.rbGroupAddInfo .rbButtonGroup {
	margin: 10px 15px 0 15px;
}

.rbGroupAddInfo .rbGroupQuest,
.rbGroupAddInfo .cbGroupQuest,
.rbGroupAddInfo .form-control,
.rbGroupAddInfo p {
	font-weight: normal;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
}

.rbGroupAddInfo label {
	font-weight: normal;
}

.rbGroupAddInfo .DefaultLabelClass {
	padding: 0 15px 0 15px;
	text-align: left;
	font-weight: normal;
	width: 25%;
}

.rbButtonGroup .rbGroupAddInfo .rbButtonGroup {
	margin: 10px 0 0 0;
	width: 100%;
}


/* Progress Bar CSS */

.ProgressBarOuter {
	background-color: #787878;
	height: 16px;
	border: 1px #787878;
	border-radius: 1em;
	/*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
	width: 40%;
	float: right;
	margin: 5px 10px 5px 2px;
	cellpadding: 0px;
	cellspacing: 0px;
}
.ProgressBarInner {
	background-color: #041e42;
	border-radius: 1em;
	height: 14px;
	overflow: hidden;
}
.TextClass {
    float: right;
	font-weight:bold;
	vertical-align:middle;
	margin: 5px 0px 5px 0px;
}
#status{
        width:50%;
        padding:10px;
        outline:none;
        height:36px;
    }
.focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	background:#EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
}
   .wideLogo {
        margin-bottom: 6px;
        width:100%;
    }
/* End normal size */

/* "large" in bootstrap - large desktops */
@media all and (min-device-width: 1200px) , all and (min-width: 1200px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "large - tablet to some desktop media query > 1200 fired"; }*/

}

/* "medium" in bootstrap - desktops */
@media all and (max-device-width: 1200px) , all and (max-width: 1200px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "mediom - tablet to some desktop media query < 1200 fired"; }*/

}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px) , all and (max-width: 992px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "small - tablet to some desktop media query > 769 and < 992 fired"; }*/

	.DefaultPrevButton {
		width: 38% !important;
		border-radius: 25px;
	}

	.DefaultNextButton {
		width: 38% !important;
		border-radius: 25px;
	}

	.DefaultCollateralCommandButton {
		width: 38% !important;
		border-radius: 25px;
	}

	.WideButton {
		width: 30% !important;
		border-radius: 25px;
	}
	
	.SmallButton {
		width: 30%!important;
		height: 60px !important;
		border-radius: 25px;
	}

	.MediumButton {
		width: 38% !important;
		height: 60px !important;
		border-radius: 25px;
	}

	.LargeButton {
		width: 50% !important;
		height: 60px !important;
		border-radius: 25px;
	}

	.DefaultCompleteButton {
		width: 30% !important;
		border-radius: 25px;
	}	
	
	.DefaultLabelClass {
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	
	.DefaultFormControlClass {
		width: 100% !important;
	}
	
	.AddressControlClass {
		width: 100% !important;
	}

	.CCMonthClass {
		width: 33% !important;
	}

	.CCYearClass {
		width: 33% !important;
	}

	.CCNumberClass {
		width: 100% !important;
	}
	
	.CCNameClass {
		width: 100% !important;
	}

	.CCCVVClass {
		width: 33% !important;
	}
	
	.DefaultProductFundingTextBoxClass {
		width: 100% !important;
	}

    .ContentTable {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		width:100%;
    }
    .wideLogo {
        margin-bottom: 6px;
        width:630px;
    }
    .Footer {
		width:100%;
    }
    .JOSidebar {
		width: 170px;
    }
	.ProgressBarOuter {
		/*float: left;*/
		width: 90%;
	}
	.TextClass {
		float: left;
	}
	body {
		padding-top: 0px;
	}
	
}

/* "extra-small" in bootstrap - phones */
@media all and (max-device-width: 769px) , all and (max-width: 769px)
{
	/* use the line below to debug and see which media setting the window uses */
	/*body::before{ content: "extra-small < 769 fired"; }*/

	.centerform {
		margin: 0 auto;
		width: 100%;
	}
	.ProgressBarOuter {
		/*float: left;*/
		width: 70%;
	}
	
	.WideButton {
		width: 53% !important;
	}
		
	.SmallButton {
		width: 100%!important;
	}

	.MediumButton {
		width: 100% !important;
	}

	.LargeButton {
		width: 100% !important;
	}

	.DefaultCompleteButton {
		width: 53% !important;
	}
}

@viewport{

    width: device-width;
}
@-ms-viewport{
    width: device-width;

}

/* copied from old fiVI-style.css file */
/*

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { 
	font-size: 16px !important;
}




/* Prove */

#pnlProveContainer .header-container {
	text-align: center
}


#pnlProveContainer legend {
	display: none;
}


/* Center the form layout */
.page-ApplicantNewProve {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

/* Center and constrain the fieldset/form content */
#pnlProveContainer .flex-column.column-width-8 {
  width: 100%;
  max-width: 600px;
  padding: 1rem;
  box-sizing: border-box;
}

/* Fix spans that wrap label+input */
#pilProve span {
 display: block;
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;

}

/* Inputs take 100% of the parent span */
#pilProve input[type="tel"],
#pilProve input[type="text"] {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem;
  margin: 0;
}



/* Labels should be full width */
#pilProve label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0.25rem;
}


/* Label styling */
#pnlProveContainer .DefaultLabelClass {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

/* Input styling */
#pnlProveContainer .DefaultFormControlClass {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}

/* Button area */
#pilProve_divButtons {
  text-align: center;
}


.button-primary {
	background: #041e42;
	color: #FFF;
	border-radius: 25px;
	width: 175px;
}




.button-primary:hover,
.button-primary:active,
.button-primary:focus

{
	color: #FFF;
}