/* @override 
	https://gobrvc.com/pay/pay.css */

 @override 
	https://gobrvc.com/pay/pay.css 

.go {
	
}

.go * {
  font-family: Quicksand, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  /*font-weight: 600;*/
}

.go .fieldset {
  margin: 0 0 19px;
  padding: 0;
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.go legend {
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
	color: #e62190;
}
.go .field {
  padding: 10px 20px 11px;
  background-color: white;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #c1c0c0;
}

.go .field.half-width {
  width: calc(50% - (5px / 2));
}

.go .field.third-width {
  width: calc(33% - (5px / 3));
}

.go .field + .field {
  margin-top: 6px;
}

.go .field.focus,
.go .field:focus {
  color: gray;
  background-color: #f6f9fc;
}

.go .field.invalid {
  background-color: #fcfee4;
  color: red;
  font-weight: bold;
}

.go .field.invalid.focus {
  background-color: #f6f9fc;
}

.go .field.focus::-webkit-input-placeholder,
.go .field:focus::-webkit-input-placeholder {
  color: silver;
}

.go .field.focus::-moz-placeholder,
.go .field:focus::-moz-placeholder {
  color: silver;
}

.go .field.focus:-ms-input-placeholder,
.go .field:focus:-ms-input-placeholder {
  color: silver;
}

.go input, .go button {
/*  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;*/
}

.go input {
  color: #e1157c;
}
.go input::placeholder {
	color: silver;
}

.go input[type="submit"],.go input[type="reset"] {
	color: white;
	font-weight: bold;
}

.go input::-webkit-input-placeholder {
  color: silver;
}

.go input::-moz-placeholder {
  color: silver;
}

.go input:-ms-input-placeholder {
  color: silver;
}

.go button {
/*  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 0 15px;
  background-color: #fcd669;
  border-radius: 5px;
  color: #525f7f;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;*/
}

.go button:active {
	
}

.go .error svg .base {
  fill: red;
}

.go .error svg .glyph {
  fill: #fff;
}

.go .error .message {
  color: red;
  font-weight: bold;
}

.go .error {
	display: none;
	margin-top: 16px;
}

.go .error.visible {
	display: block !important;
}


.go .success .icon .border {
  stroke: #fcd669;
}

.go .success .icon .checkmark {
  stroke: #fff;
}

.go .success .title {
  color: #fff;
}

.go .success .message {
  color: #9cabc8;
}

.go .success .reset path {
  fill: #fff;
}


.messaging{
	display: none;
	//max-width: 450px;
	padding-bottom: 30px;
}
.messaging h2 {
color: #e91681;
font-weight: bold;
font-size: 1.4em;
}
.messaging .chargeDisplay {
	font-size: 1.7em;
	margin-bottom: -9px;
	margin-top: 8px;
}
.messaging h2 em {
font-style: italic;
font-size: .5em;
}
.messaging h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 27px;
	margin-bottom: 3px;
}
.messaging h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 19px;
	margin-top: 20px;
	color: #e91619;
}

.messaging .btn-warning{
font: 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
}


.go .enduser {
	background-color: white;
	padding: 5px;
	text-align: left;
	font: 8px Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
}
.go .enduser p {
	font-size: 12px;
}
.go .enduser h5 {
	font-weight: bold;
	font-size: 14px;
}
.go .messaging h4{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: red;
}
.go .messaging strong {
	font-weight: bold;
	color: #c80000;
}
.go #decline {
	margin-bottom: 50px;
}
.go .messaging .form-check {
	padding-bottom: 13px;
}