/* Button CSS */
.DefaultPrevButton {
  background: #f9ba4d;
}

.DefaultNextButton {
  background: #003079;
  color: #fff;
}

.DefaultNextButton:hover {
  background: #003079;
  color: #fff;
}

.DefaultIndividualCommandButton {
  background: #003079;
  color: #fff;
}

.DefaultIndividualCommandButton:hover {
  background: #003079;
  color: #fff;
}

.DefaultCollateralCommandButton {
  background: #ff6600;
  color: #fff;
}

.SmallButton {
  width: 100px !important;
}

.MediumButton {
  width: 175px !important;
}

.LargeButton {
  width: 250px !important;
}

.DefaultCompleteButton {
  background: #ff6600;
  color: #fff;
  width: 180px !important;
}

.SecondaryButton {
  background: #eeecec;
}

.MobileScanButton {
  background: #eeecec;
  color: #999;
  text-align: center;
  padding: 10px;
  /* width: 60%; */
  min-height: 40px;
  border-radius: 0.5em;
  border: thin solid #999;
}

.MiscBackButton {
  background: #003079;
  color: #fff;
}

.MiscBackButton:hover {
  background: #003079;
  color: #fff;
}

.MiscButton {
  background: #003079;
  color: #fff;
}

.MiscButton:hover {
  background: #003079;
  color: #fff;
}

.btn-default {
  background: #003079;
  color: #fff;
}

.btn-default:hover {
  background: #003079;
  color: #fff;
}
/* End Button CSS */

.centerform {
  margin: 0 auto;
  /*width: 960px;*/
  width: 100%;
}

.SectionHeaders {
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  font-size: 14px;
  padding: 15px;
  background: #003079;
  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%;
}

.Main {
  width: 960px;
  margin: 0 auto;
}
.AdminConsole {
  width: 827px;
  margin: 0 auto;
}
.MainBackground {
  background: #666666; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #666666,
    #fff
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#666666, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#666666, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    #666666,
    #fff
  ); /* Standard syntax (must be last) */
}

.WhiteBackground {
  background-color: #ffffff;
}
a {
  color: #0066cc;
}

a:hover {
  color: #00aeef;
}

.MainBorder {
  /*border: solid;*/
  border-radius: 0em;
  border-width: 2px;
  border-color: #ff6600;
}

.Header {
  background-color: #003079;
  height: 90px;
  padding: 10px 10px 10px 30px;
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.TopBar {
  background-color: #787878;
  height: 90px;
  padding: 10px 10px 20px 10px;
}

.PageHeader {
  font-size: 1.25em;
  font-weight: bold;
  color: #003167;
  line-height: 150%;
}

.TopBarText {
  padding-left: 30px;
}

h1 {
  color: #003167;
}

h2 {
  color: #003167;
  font-size: 24px;
}

h3 {
  color: #003167;
  font-size: 24px;
}

h4 {
  color: #003167;
  font-size: 24px;
}

.ContentTable {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  width: 100%;
  font-family: Arial;
  text-align: left;
  color: #575757;
}

.ProgBarBg {
  background-repeat: no-repeat;
  background-position: top right;
}

.HdrBar {
  background-color: #666666;
  color: #ffff99;
  font-weight: bold;
  padding: 4px;
}

fieldset {
  padding: 10px;
  /*border: thin solid #999;*/
}

.errors {
  color: #f00;
}

.SmlTxt {
  font-style: italic;
  font-size: 0.75em;
  vertical-align: top;
  line-height: 12px;
}

.SmlTxtIndent {
  font-style: italic;
  font-size: 0.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: #003079;
  width: 100%;
  padding: 5px 0px 5px 0px;
  border-radius: 0em 0em 0em 0em;
}

#FooterDiv {
  background-color: white;
  width: 100%;
  margin: 10px auto;
  border-top: 8px solid #003079;
  border-bottom: 8px solid #003079;
}

.HeaderText {
  font-size: 0.75em;
  color: white;
  padding-left: 10px;
}

.HeaderText2 {
  font-size: 0.75em;
  color: white;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 25px;
  margin-top: 7px;
}

.FooterText {
  font-size: 0.75em;
  color: white;
  padding-left: 10px;
}

#FooterImage1 {
  margin-top: 8px;
}

#FooterImage2 {
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}

/*.FooterText2 {
	font-size:0.75em;
	color:white;
	padding-top: 15px;
	padding-left:10px;
	padding-right:25px;
	margin-top:7px;
}*/

.HighlightBackground {
  background-color: #e6e6e6;
  border: thin solid #999;
  padding: 5px;
}

/* 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: #003079;
  border-radius: 1em;
  height: 14px;
  overflow: hidden;
}
.TextClass {
  float: right;
  font-weight: bold;
  vertical-align: middle;
  margin: 5px 0px 5px 0px;
  color: #003167;
}
#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"; }*/

  .FooterText2 {
    text-align: center;
  }
}

/* "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"; }*/

  .Main {
    width: 100%;
  }

  .DefaultPrevButton {
    width: 38% !important;
  }

  .DefaultNextButton {
    width: 38% !important;
  }

  .DefaultCollateralCommandButton {
    width: 38% !important;
  }

  .WideButton {
    width: 30% !important;
  }

  .SmallButton {
    width: 30% !important;
    height: 60px !important;
  }

  .MediumButton {
    width: 38% !important;
    height: 60px !important;
  }

  .LargeButton {
    width: 50% !important;
    height: 60px !important;
  }

  .DefaultCompleteButton {
    width: 30% !important;
  }

  .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 .section-container {
  margin-top: 23px;
}

#pnlProveContainer .DefaultLabelClass {
  display: block;
  text-align: center;
  margin: 12px auto 6px;
  max-width: 420px;
}

#pnlProveContainer input.form-control.DefaultFormControlClass {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 16px;
}

#pnlProveContainer .CenteredText {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

#StartProve {
  background: #003079;
  color: #fff;
}

#StartProve:hover {
  background: #003079;
  color: #fff;
}

#pnlProveInitializing .prove-check-phone-image-container {
  text-align: center;
  margin-top: 16px; 
}

#pnlProveInitializing .prove-check-phone-image-container img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: inline-block;
}
