/* Resets */
/** { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; font-weight: normal; font-size: 100%; }*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body { width: 100%; height: 100%; }
body { line-height: 1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { vertical-align: baseline; text-decoration: none; }
img { display: block; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: 700; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border-top: 1px solid #cccccc; margin: 1em 0; }
input{ vertical-align: middle; font-size: 18px; }
q:before, q:after { content: ''; }
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
body{ overflow-y: scroll; }
input, textarea { font-family:inherit; font-weight: inherit;}

/* Layout */
body{
    background-color: #f6f6f6;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
}

/* Clear/Hide */
.clr { clear: both; }
.nod { display: none; }

/* Fonts */
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-extralight-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-extralight-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-extralight-webfont.svg#source_sans_proextralight') format('svg'); font-weight: 200; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-light-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-light-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-regular-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-semibold-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-bold-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url('/requestdocs/style/fonts/sourcesanspro-black-webfont.eot'); src: url('/requestdocs/style/fonts/sourcesanspro-black-webfont.eot?#iefix') format('embedded-opentype'), url('/requestdocs/style/fonts/sourcesanspro-black-webfont.woff') format('woff'), url('/requestdocs/style/fonts/sourcesanspro-black-webfont.ttf') format('truetype'), url('/requestdocs/style/fonts/sourcesanspro-black-webfont.svg#source_sans_problack') format('svg'); font-weight: 900; font-style: normal; }

/* Centers */
.Center-Container {
    position: relative;
}
.Absolute-Center {
    width: 50%;
    height: 50%;
    min-width: 400px;
    min-height: 400px;
    overflow: auto;
    margin: auto;
    position:absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

ul.leader{
    background: url('/customer/img/logo_icon.gif') no-repeat left top #0b75da;
    height: 49px;
}
ul.leader li{
    height: 49px;
    float: right;
    display: table-cell;
}
ul.leader li.user{
    background: #eaecee;
    line-height: 49px;
    padding-left: 20px;
    padding-right: 20px;
}
ul.leader li.logout{
    background-color: #505050;
    color: #ffffff;
    line-height: 49px;
}
ul.leader li.logout a, #account ul.leader li.logout a:visited{
    display: block;
    width: 80px;
    height: 49px;
    text-align: center;
    color: #ffffff;
}
ul.leader li.logout a:hover {
    background-color: #74dbf8;
    color: #505050;
}


#logo{
    background: url('/customer/img/logo.png') no-repeat center top;
    padding-top: 120px;
}
#logo div.error {
    border: 1px #c60000 solid;
    color: #c60000;
    background: #ffa6a6;
    text-align: center;
    padding: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
#logo div.maintenance {
    border: 1px #006ac7 solid;
    color: #006ac7;
    background: #a6d5ff;
    text-align: center;
    padding: 15px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}
#logo span.error {
    width: 335px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
	display: block;
	color: #ff0000;
	font-size: 12px;
    text-align: left;
}
#logo li {
	display: inline;
    clear: both;
	float: left;
	*zoom: 1;
	width: 100%;
    text-align: center;
}
#logo li label {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	line-height: 22px;
	color: #4e4e4d;
	margin-top: 10px;
    width: 335px;
}
#logo form input{
    color: #505050;
    border: 1px solid #949494;
    background-color: #ffffff;
    width: 335px;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
}
#logo form button[type=submit] {
    margin-top: 30px;
	white-space: nowrap;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: white;
	background-color: #0b75da;
	cursor: pointer;
	border-bottom: 5px solid #005cc6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: none 125ms ease-out;
	-webkit-transition-delay: 0;
	-moz-transition: none 125ms ease-out 0;
	-o-transition: none 125ms ease-out 0;
	transition: none 125ms ease-out 0;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
	padding: 10px 55px;
}
#logo form button[type=submit]:hover {
	background-color: #0b75da;
}
#logo form button[type=submit]:active {
	border-bottom-width: 0;
	margin-bottom: 5px; top: 5px;
}


#account, #process, #process-new, #receipt, #receipt-new {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}
#account h1, #process h1, #process-new h1, #receipt h1, #receipt-new h1 {
    background: url('/customer/img/grad_name.png') repeat-x #949494;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    color: #ffffff;
    font-size: 36px;
    padding-left: 25px;
    clear: both;
    margin-bottom: 10px;
}

#account h3, #process h3, #receipt h3 {
    clear: both;
    color: #00bbf1;
    font-size: 34px;
    margin-top: 35px;
    margin-bottom: 15px;
}

#account div.error, #process div.error, #process-new div.error {
    border: 1px #c60000 solid;
    color: #c60000;
    background: #ffa6a6;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#account div.subheader {
    display: inline;
    font-size: 16px;
    margin-bottom: 40px;
}
#account div.subheader div {
    border: 1px solid #505050;
    background: #ffffff;
    min-height: 140px;
    margin-bottom: 20px;
}
#account div.subheader div.bal {
    float: left;
    width: 380px;
    margin-right: 10px;    
}
#account div.subheader div.info {
    float: right;
    width: 547px;
}
#account div.subheader div h2 {
    margin: 20px 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
}
#account div.subheader ul {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    border: 0px;
    background: transparent;
    padding: 20px;
}
#account div.subheader ul li{
    margin-bottom: 6px;
    clear: both;
}
#account div.subheader span {
    float: right;
    font-weight: 600;
}


#account div.statement_large{
	width: 100%;
	height: 200px;
	overflow: auto;
}
#account table.details {
    display: table;
    width: 100%;
    border: 1px #505050 solid;
}
#account table.details .coll {
    width: 200px;
}
#account table.details .colr {
    width: 250px;
}
#account table.details tr {
    width: 100%;
    display: table;
    text-align: left;
}
#account table.details thead{
    border-bottom: 1px solid #505050;
    float: left;
    width: 100%;
}
#account table.details tfoot td{
    border-top: 1px solid #505050;
    padding-left: 8px;
    color: #ffffff;
    background-color: #505050;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    padding-left: 10px;
    font-size: 18px;
}
#account table.details tfoot td.l{
    text-align: right;
    padding-right: 20px;
}
#account table.details tfoot td.r{
    width: 250px;
}
#account table.details tfoot td.r span {
    font-weight: 700;
}
#account table.details thead th{
    padding-left: 8px;
    color: #ffffff;
    background-color: #505050;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
}
#account table.details tbody{
    overflow: auto;
    height: 250px;
    float: left;
    width: 100%;
}
#account table.details tbody tr {
    height: 34px;
}
#account table.details tbody tr td {
    padding-left: 8px;
    line-height: 34px;
}
#account table.details tbody tr.even {
    background: #c5edf8;
}
#account table.details tbody tr.error {
    background: #ffa6a6;
}
#account table.details tbody tr.odd {
    background: #ffffff;
}
#account table.details tbody input {
    color: #505050;
    border: 1px solid #949494;
    background-color: #eaecee;
    height: 28px;
    width: 138px;
    text-align: right;
    line-height: 28px;
    padding-right: 5px;
}
#account ul.pay li{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#account ul.pay li.bttn{
    text-align: center;
}
#account form button[type=submit] {
    margin-top: 30px;
	white-space: nowrap;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: white;
	background-color: #7eb900;
	cursor: pointer;
	border-bottom: 5px solid #209700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: none 125ms ease-out;
	-webkit-transition-delay: 0;
	-moz-transition: none 125ms ease-out 0;
	-o-transition: none 125ms ease-out 0;
	transition: none 125ms ease-out 0;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
	padding: 10px 55px;
}
#account form button[type=submit]:hover {
	background-color: #7eb900;
}
#account form button[type=submit]:active {
	border-bottom-width: 0;
	margin-bottom: 5px; top: 5px;
}


#process div.cc {
    position: relative;
    width: 970px;
    height: 265px;
}
#process div.cc p.l{
    width: 450px;
    height: 30px;
}
#process div.cc span.error{
    display: block;
    width: 335px;
    margin-top: 2px;
	display: block;
	color: #ff0000;
	font-size: 12px;
    text-align: left;
}
#process div.cc p.l img{
    padding-top: 2px;
    padding-left: 3px;
    float: right;
}
#process div.cc p.l label{
    font-weight: 600;
    padding-top: 10px;
    float: left;
}
#process div.cc input {
    padding-left: 5px;
}
#process div.cc div.name input, #process div.cc div.street input, #process div.cc div.expireM input, #process div.cc div.expireY input, #process div.cc div.zip input, #process div.cc div.contact input, #process div.cc div.phone input, #process div.cc div.email input, #process div.cc div.confirm input {
    color: #505050;
    border: 1px solid #949494;
    background-color: #ffffff;
    height: 37px;
    line-height: 37px;
}
#process div.cc div.card div, #process div.cc div.cvc div {
    border: 1px solid #949494;
    background-color: #ffffff;
    height: 37px;
}
#process div.cc div.card input, #process div.cc div.cvc input {
    background: transparent !important;
    border: 0px !important;
    color: #505050;
    line-height: 37px;
    height: 37px;
}
#process div.cc div.pos { position: absolute; }
#process div.cc div.top{ top: 0; }
#process div.cc div.mid{ top: 91px; }
#process div.cc div.btm{ top: 182px; }
#process div.cc div.lft{ left: 4px; }
#process div.cc div.rgt{ left: 517px; }
#process div.cc div.card div { width: 323px; }
#process div.cc div.name input, #process div.cc div.street input { width: 318px; }
#process div.cc div.card input { width: 175px; }
#process div.cc div.expireM input { width: 38px; }
#process div.cc div.expireY input { width: 49px; }
#process div.cc div.cvc div { width: 100px; }
#process div.cc div.cvc input { width: 35px; }
#process div.cc div.zip input { 
    width: 95px;
    text-transform: uppercase;
}
#process div.cc div.contact input { width: 295px; }
#process div.cc div.phone input { width: 120px; }
#process div.cc div.email input, #process div.cc div.confirm input {
    width: 445px;
    text-transform: lowercase;
}

#process div.cc div.expireM, #process div.cc div.cvc, #process div.cc div.zip { left: 354px; }
#process div.cc div.expireY { 
    top: 30px;
    left: 398px;
}
#process div.cc div.phone { left: 842px }

#process div.cc div.card input, #process div.cc div.cvc input { float: left; }
#process div.cc div.card img { 
    float: right;
    margin: 8px 5px 0 0;
}
#process div.cc div.cvc img {
    float: right;
    margin: 3px 5px 0 0;
}

#process h4 {
    color: #00bbf1;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}
#process p.note {
    margin-bottom: 15px;
}
#process strong {
    font-weight: 600;
}
#process div.terms {
    border: 1px solid #949494;
    background-color: #ffffff;
	padding: 10px;
	width: 945px;
	height: 80px;
	overflow: auto;
}
#process div.terms h5 {
    color: #505050;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px 0;
}
#process div.terms p {
    line-height: 18px;
    margin-bottom: 15px;
}
#process div.terms p.agree {
    font-size: 16px;
    font-weight: 700;
}
#process div.terms p.agree input[type=checkbox] {
    margin-top: -1px;
}
#process form p.bttn {
    text-align: center;
}
#process form button[type=submit] {
    margin-top: 30px;
	white-space: nowrap;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: white;
	background-color: #7eb900;
	cursor: pointer;
	border-bottom: 5px solid #209700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: none 125ms ease-out;
	-webkit-transition-delay: 0;
	-moz-transition: none 125ms ease-out 0;
	-o-transition: none 125ms ease-out 0;
	transition: none 125ms ease-out 0;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	transition-property: background-color, color;
	padding: 10px 55px;
}
#process form button[type=submit]:hover {
	background-color: #7eb900;
}
#process form button[type=submit]:active {
	border-bottom-width: 0;
	margin-bottom: 5px; top: 5px;
}

#receipt div {
    width: 100%;
    border: 1px #949494 solid;
    background: #ffffff;
}
#receipt div p {
    margin: 20px;
    line-height: 20px;
}







/* New Layout */
/* Basics */
/* The following will not change. */
#process-new, #receipt-new {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
#process-new h1, #receipt-new h1 {
    background: url('/customer/img/grad_name.png') repeat-x #949494;
    height: 65px;
    line-height: 65px;
    font-weight: 300;
    color: #ffffff;
    font-size: 36px;
    padding-left: 25px;
    clear: both;
    margin-bottom: 10px;
}
#account div.error, #process div.error, #process-new div.error {
    border: 1px #c60000 solid;
    color: #c60000;
    background: #ffa6a6;
    text-align: center;
    padding: 10px 0 10px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


/* The following will likely change. */
#process-new h2, #receipt-new h2 {
	color: #00bbf1;
	font-weight: 400;
	font-size: 2.2em;
	margin-top: 35px;
	margin-bottom: 15px;
}
#process-new h3, #receipt-new h3 {
    color: #00bbf1;
    font-size: 1.5em;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Newly introduced */
#process-new label {
	font-weight: 600;
	margin-bottom: 10px;
}
#process-new div.checkbox {
	margin-top: 20px;
}
#process-new .pmt h4 {
	margin-top: 40px;
	color: #00bbf1;
}

/* Specifics */
#process-new h4, #receipt-new h4 {
    color: #505050;
    font-size: 18px;
    font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
}
#process-new div.terms {
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
	padding: 10px;
	overflow: auto;
	height: 100px;
}
#process-new div.terms strong, #receipt-new div.terms strong {
	font-weight: 600;
}
#process-new div.terms p, #receipt-new div.terms p {
    line-height: 18px;
    margin-bottom: 15px;
}
#process-new div.terms p.agree, #receipt-new div.terms p.agree {
    font-size: 16px;
    font-weight: 700;
}

/* New */
.btn-success,
.btn-success:hover ,
.btn-success:active,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus {
	border-color: transparent;
}
.btn-success {
	font-weight: 600;
	background-color: #40d47e;
	border-bottom: 5px solid #2ecc71;
}
.btn-success:hover {
  background-color: #2ecc71;
  border-bottom-color: #2cc36b;
}
.btn-success:focus {
  background-color: #2cc36b;
  border-bottom-color: #27ae60;
}
.btn-success:active,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #27ae60;
  border-bottom-color: #398439;
  margin-bottom: 5px;
}


/* Receipt */
#receipt h4 {
    text-transform:uppercase;
}
#receipt .pad-top-botm {
    padding-bottom:40px;
    padding-top:60px;
}

#receipt .contact-info span {
    font-size:14px;
    padding:0px 50px 0px 50px;
}

#receipt .contact-info hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

#receipt .client-info {
    font-size:15px;
}

#receipt .ttl-amts {
    text-align:right;
    padding-right:50px;
}

/* Receipt New */
#receipt-new .pad-top-botm {
    padding-bottom:40px;
    padding-top:40px;
}
#receipt-new .ttl-amts {
    text-align:right;
    padding-right:50px;
}
#receipt-new .row {
  margin-right: -15px;
  margin-left: -15px;
}
#receipt-new .row:before,
#receipt-new .row:after {
  display: table;
  content: " ";
}
#receipt-new .row:after {
    clear: both;
}
#receipt-new div.terms {
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    padding: 2em 1em 3em 1em;
}
#receipt-new ol {
    display: block;
    list-style-type: decimal;
    margin: 5px 0;
    padding-left: 40px;
}
#receipt-new li {
    display: list-item;
    padding: 5px 1em;
}
.miranda {
    font-size: 1.5em;
	font-weight: bold;
    padding: 10px 10px;
    text-align: center;
}
.center-note {
    font-size: .9em;
    color: #444;
    text-align: center;
    padding: 5px 10px;
}

.compliance-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 10px 0;
    /*border: 2px solid #000; /* Table border */
}

.compliance-table td {
    padding: 8px;
    /*border: 1px solid #ccc; /* Optional: cell borders */
}

.miranda {
	text-align: center;
    font-weight: bold;
    padding: 10px;
}

.nevada-info {
	text-align: center;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}

.label {
    text-align: center;
    font-weight: bold;
    padding-right: 10px;
}


/* Bootstrap v4 mods */
.col-form-label{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}
.has-warning .checkbox,.has-warning .custom-control,.has-warning .form-control-label,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#f0ad4e}
.has-warning .form-control{border-color:#f0ad4e}
.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}
.has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}
.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .625rem;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem 1.25rem}
.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#55595c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:focus{color:#55595c;background-color:#fff;border-color:#66afe9;outline:0}
.form-control::-webkit-input-placeholder{color:#999;opacity:1}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999;opacity:1}
.form-control::placeholder{color:#999;opacity:1}
.form-control:disabled,
.form-control[readonly]{background-color:#eceeef;opacity:1}
.form-control:disabled{cursor:not-allowed}
select.form-control:not([size]):not([multiple]){height:2.5rem}
select.form-control:focus::-ms-value{color:#55595c;background-color:#fff}
.form-control-file,.form-control-range{display:block}
.input-group-sm>.form-control,.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-lg>.form-control,.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.166667rem}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}
.input-group .form-control{display:table-cell}
.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}
.input-group .form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}
.input-group .form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
.form-group{margin-bottom:1rem}
.form-text{display:block;margin-top:.25rem}
.text-muted{color:#687077!important}

#billEmail, #billEmailVer {
    text-transform: lowercase;
}

#billContact, #billStreet, #billZip, #pmtCCHolder, #pmtACHHolder {
    text-transform: uppercase;
}