:root {
    --dcdd-blue: #1f1f5f;
    --fru-purple: #330033;
    --blue-title: #0473C2;
    --error-border: #FF0000;
    --error-text: #FF0000;
    --message-text: #FF0000;
    --custombutton-border: #707070;
    --custombutton-bg: #e7e7e7;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-content {
    flex: 1 0 auto;
}
.content{ font-family: Arial,Helvetica,sans-serif; font-size: 0.9em; color: #000000; text-decoration: none; text-align:justify}
input, select, button{font-family:Arial, Helvetica, sans-serif !important;font-size:0.75em !important}
.imageLink{font-family:Arial, Helvetica, sans-serif;font-size:0.8em}
hr{width:760px}
P { font-family: Arial,Helvetica,sans-serif; font-size: 10pt; color: rgb(0, 0, 0); text-decoration: none; }
BR { font-family: Arial,Helvetica,sans-serif; font-size: 10px; color: black; }
A.hori:link { font: bold 8pt Verdana,Arial,Helvetica,sans-serif; background: none repeat scroll 0% 0% transparent; color: rgb(255, 255, 255); text-decoration: none; }
A.hori:visited { font: bold 8pt Verdana,Arial,Helvetica,sans-serif; background: none repeat scroll 0% 0% transparent; color: rgb(255, 255, 255); text-decoration: none; }
A.hori:hover { font: bold 8pt Verdana,Arial,Helvetica,sans-serif; background: none repeat scroll 0% 0% transparent; color: rgb(0, 204, 255); text-decoration: none; }
A.hori:active { font: bold 8pt Verdana,Arial,Helvetica,sans-serif; background: none repeat scroll 0% 0% transparent; color: rgb(255, 255, 255); text-decoration: none; }
#banner-heading { font-size: 1.25em; font-family: Arial,Helvetica,sans-serif; color: rgb(255, 255, 255); background:#330033; letter-spacing: 0.04em; }
#footer {
    background-color: var(--dcdd-blue);
    color: white;
    height: 50px;
    width: 100%;
    flex-shrink: 0;
}
A.footer:link {
	FONT: 7pt Verdana, Arial, Helvetica, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; TEXT-DECORATION: none; font-face: normal
}
A.footer:visited {
	FONT: 7pt Verdana, Arial, Helvetica, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; TEXT-DECORATION: none; font-face: normal
}
A.footer:hover {
	FONT: 7pt Verdana, Arial, Helvetica, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #00ccff; TEXT-DECORATION: none; font-face: normal
}
A.footer:active {
	FONT: 7pt Verdana, Arial, Helvetica, sans-serif; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #ffffff; TEXT-DECORATION: none; font-face: normal
}

/*default page*/
.blueTitle {
    color: var(--blue-title);
    font-size: 1.2em;
}
.blackTitle{color:#000000; font-size:1.2em;font-weight:bold;line-height:1.3em}
.italics{font-size:9px;font-style:italic}

/*payment pages*/
.welcome{text-align:center;font-size:1.5em; color:#0473C2;font-family:Arial, Helvetica, sans-serif;letter-spacing:0.05em}
.formInfo{font-family:Arial, Helvetica, sans-serif;font-size:0.9em;}
.label{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:bold;}
.alignRight { text-align:right}
.info{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:bold;color:#0099FF; letter-spacing: 0.05em; }
.infoOrange{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;font-weight:bold;color:#FF6600; letter-spacing: 0.05em; }

/*Error div*/
.errorList {
    padding: 10px;
    border: thin solid var(--error-border);
    width: 60%;
    margin: 20px auto 20px auto;
}
.errorList h2 {
    font-size: 1.5em;
    color: var(--error-text);
}

.errorList li {
    color: var(--error-text);
}

.noticeText {
    padding: 10px;
    border: thin solid #000;
    color: var(--message-text);
    width: 480px;
    margin: 20px auto 20px auto;
}

/*payment progress*/

#paymentMessage {
    color: var(--message-text)
}

#banner-heading {
    background: none repeat scroll 0 0;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.25em;
    letter-spacing: 0.04em;
}


.smallCardImage{position:relative;top:-5px;height:25px}

#infringmentInfo, #infringmentInfoBPAYNF { width: 500px; border: 1px solid #000; }
#infringmentInfo .label, #infringmentInfoBPAYNF .label{ text-align:left; text-indent:8px;}
#infringmentInfo .label-left, #infringmentInfoBPAYNF .label-left{ width: 150px !important; }
#infringmentInfo .formInfo, #infringmentInfoBPAYNF .formInfo{ padding-left:35px;}

.custombtn {
    display: inline-block;
    padding: 3px 8px 2px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid var(--custombutton-border);
    text-decoration: none;
    background-color: var(--custombutton-bg);
    color: #000;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}

.overlay img {
  border: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#PrivacyStatement {
    margin: 0 10% 20px;
    padding: 15px;
}

#PrivacyStatement p {
    font-style: italic;
    margin: 0.5em 0;
}