@charset "UTF-8";
@import "reset.css";

p, li, blockquote, form, table {
	font-size: 1.35em;
}

form p {
	font-size: 1.1em;
}

* {
	font-family:  "Gill Sans MT", Calibri, sans-serif;
	font-weight: normal;
}

h1 {
	color: #32b558;
}

a {
	color: #797992;
}

li {
	margin-bottom: .5em;
}

#content.order ol > li {
	counter-increment: step;
	font-size: 1.5em;
	color: #3B3B3B;
	display: inline-block;
	margin-right: 50px;
}

#content > ol > li:before {
	content: counter(step);
	background: #cee5b9;
	border-radius: 100%;
	color: white;
	text-align: center;
	padding: 10px 6px;
	min-width: 1em;
	vertical-align: sub;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.6em;
}

#content li.current:before {
	background: #37b554;
}

#content li.current {
	color: #3a5984;
}

ul, ol {
	margin-bottom: 1em;
}

#content ol {
	list-style: none;
	text-align:justify;
}

#content ol:after {
	width: 100%;
	display: inline-block;
	content: ".";
	visibility: hidden;
}

small {
	font-size: 70%;
}

#content {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: sans-serif;
	color: #333;
	padding-bottom: 20px;
	/*border-bottom: 5px solid #797992;*/
	overflow: hidden;
	counter-reset: step;
}

input, button, textarea, select {
	font-family: sans-serif;
}

input#embossing {
	margin-bottom: 15px;
}

#header {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 2px solid #84b853;*/
}

#header h1 {
	float: left;
	font-size: 18px;
	width: 330px;
	height: 51px;
	position: relative;
	clip: auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/prepaid_logo_large.png) no-repeat left center;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	clip: auto;
	text-indent: -999px;
}

.custom-logo img {
	max-width: 330px;
	max-height: 51px;
	width: auto;
	height: auto;
}

header ul {
	float: right;
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
}

#header ul.smaller {
	float: none;
	margin: 0;
}

header ul li {
	display: inline-block;
	*display: inline;
	*zoom:1;
	border-left: 1px solid gray;
}

header ul li:first-child {
	border-left: 0px;
}

header ul li:first-child a,
.current-page,
#header ul.smaller li:first-child a.current-page {
	color: #32b558;
}

#header ul.smaller li:first-child a {
	color: #797992;
}

header ul li a {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 23px;
}

#header ul.smaller li a {
	font-size: 18px;
	line-height: 23px;
}

.thin {
	width: 540px;
	margin: auto;
}

form > div {
	/*text-align: right;*/
}

fieldset {
	padding: 15px;
	margin-bottom: 1em;
	border: 1px solid silver;
}

fieldset legend {
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset,
form > div > div,
form > div > label {
	text-align: left;
}

#card_loads {
	display: table;
	position: relative;
}

#card_loads .th {
	display: table-header-group;
}

#card_loads .tbody {
	display: table-row-group;
}

#card_loads p {
	display: table-row;
	height: 2em;
}

#card_loads p > * {
	display: table-cell;
	width: 40%;
}

#card_loads .load_total {
    text-align: center;
    color: #3a5984;
}

#card_loads input {
	width: 80%;
	box-sizing: border-box;
	height: 2em;
}

#card_loads span {
	float: right;
	width: 20%;
	text-align: center;
}

form small {
	display: block;
	text-align: left;
	font-size: 11px;
	margin-bottom: 1em;
	/*margin-top: -.75em;*/
	clear: both;
}

form > div > a {
	display: inline-block;
	margin-right: 15px;
}

form div > label {
	display: block;
	margin-bottom: 1em;
}

form div > label > input,
form div > label > textarea,
form div > label > select {
	display: block;
	width: 100%;
	border: 1px inset #999;
	padding-top: .25em;
	padding-bottom: .25em;
	font-size: 12px;
	box-sizing: border-box;
}

form > div > label > input,
form > div > label > textarea,
form > div > label > select {
	width: 99%;
}

form div > label > input[type=radio] {
	width: 20px;
	float: left;
	margin: 0;
}

form #submit {
	display: none;
}

form div > label > textarea {
	height: 150px;
	font-weight: bold;
}

input[readonly] {
	border: 1px solid #AAA;
	background: #FAFAFA;
	color: #AAA;
	cursor: not-allowed;
}

#man input:not([type="radio"]) {
	width: 100%;
}

#man label {
	width: auto;
	display: inline-block;
}

form div.submit {
	text-align: right;
	overflow: hidden;
}

form div.submit label {
	float: left;
}

form div.submit a {
	display: inline-block;
	margin-right: 20px;
}

#search {
	border-bottom: 1px solid #84b853;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#search form {
	margin: 0px;
}

table {
	width: 100%;
}

table th {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	border-bottom: 2px solid #797992;
}

table td {
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #84b853;
}
table td.empty {
	text-align: center;
	padding: 10px;
}

table tr:hover td {
	background: #F6F6F6;
}

td.actions {
	white-space: nowrap;
}

td.actions > * {
	display: inline-block;
	margin-right: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.options {
	margin-bottom: 10px;
	text-align: right;
}
/*
button,
.options a {
	position: relative;
	display: inline-block;
	color: white;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 20px;
	border-radius: 20px;
	background: #797992;
	font-size: 14px;
	margin-left: 8px;
	border: 0px;
	cursor: pointer;
	-moz-appearance: none;
	white-space: normal;
}

button {
	padding-left: 20px;
}

button:hover,
button:focus,
.options a:hover,
.options a:focus {
	background: #9999B2;
}

.options a span {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	border-radius: 18px;
	background: rgba(255, 255, 255, 1);
	color: rgba(121, 121, 146, 1);
	position: absolute;
	margin: auto;
	top: 4px;
	left: 5px;
	right: auto;
	bottom: auto;
}
*/
.errors {
	border: 1px solid #CBB;
	background: #FEE;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: none;
}

.errors.nohide {
	display: block;
}

.errors li {
	display: none;
}

.errors.nohide li {
	display: block;
}

.message {
	border: 1px solid #CBB;
	background: #FFFFCC;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.thin.message,
.thin.errors {
	width: 460px;
}

fieldset.no-card-error {
	display: none;
}

.show-all fieldset.no-card-error {
	display: block;
}

.dp_grid,
fieldset > div {
	position: relative;
}

.has-error {
	color: red;
	/*position: relative;*/
}

.has-error > .error-message {
	display: none;
}

.has-error:hover > .error-message {
	display: block;
	position: absolute;
	top: 0;
	left: 4%;
	width: 95%;
	background: white;
	border: 1px solid red;
}

.actions {
	width: 75px;
}

.th-master,
.th-account,
.th-client {
	width: 130px;
}


.th-balance,
.th-cards,
.th-load {
	width: 100px;
}

.filters {
	margin-left: -10px;
	padding-top: 10px;
}

.filters > label {
	float: left;
	margin-left: 10px;
	width: 240px;
}

.filters > div.submit {
	clear: both;
	text-align: right;
	width: auto;
	margin: 0px;
}
.filters .submit > * {
	display: inline-block;
	margin-top: .5em;
}

.filters .submit > *:first-child {
	margin-left: 0px;
}

.filters .submit a {
	*padding-left: 10px;
	*padding-right: 10px;
}

.filters .submit a span {
	*display: none;
}

.suppress {
	display: none;
}

.show-suppressed tr.suppress {
	display: table-row;
}

.suppress-options {
	margin-top: 20px;
	font-size: .8em;
}

.show-suppressed .suppress-options {
	display: none;
}

.cols-2,
.cols-3,
.cols-4 {
	overflow: hidden;
	margin-left: -5%;
}

fieldset .cols-2 {
	padding-right: 2px;
}

.cols-2 > *,
.cols-3 > *,
.cols-4 > * {
	float: left;
	margin-left: 5%;
}

.cols-2 > * {
	width: 45%;
}

.cols-3 > .twothirds {
	width: 56%;
}

#verify .twothirds {
	display: table;
}

#verify .twothirds > div {
	display: table-row;
	height: 2em;
}

#verify .twothirds > div > * {
	display: table-cell;
}

.cols-3 > * {
	width: 28%;
}

.cols-4 > * {
	width: 20%;
}

#protocol-switch .protocol-sftp,
#protocol-switch .protocol-file {
	display: none;
}

#protocol-switch.protocol-file .protocol-file,
#protocol-switch.protocol-sftp .protocol-sftp {
	display: block;
}

.required {
	text-align: right;
	font-style: italic;
}

.plaintext {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	font-size: 10px;
	white-space: pre;
}

.fileoutput {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	font-size: 10px;
	width: 100%;
	height: 300px;
	white-space: pre;
	overflow: scroll;
}

.td-balance,
.th-balance {
	display: none;
}

.paginate {
	overflow: hidden;
	text-align: center;
}

.dim {
	color: #AAA;
}

.next {
	float: right;
	text-decoration: none;
	padding: 0 5%;
}
.prev {
	float: left;
	text-decoration: none;
	padding: 0 5%;
}

#fld-delivery-type-update > div + div {
	display: none;
}

#fld-delivery-type-update.bulk .bulk {
	display: block;
}

#fld-delivery-type-update.usps .usps {
	display: block;
}

#fld-delivery-type-update.individual .individual {
	display: block;
}

.dp_grid,
.csz {
	margin-left: -4%;
	overflow: hidden;
	padding-top: 10px;
}

form .dp_grid,
form .csz {
	padding-top: 0;
}

.dp_grid > *,
.csz > * {
	margin-left: 4%;
	float: left;
}

.dp_grid .unit-1-2 {
	width: 46%;
}

.dp_grid .unit-2-3 {
	width: 61%;
}

.dp_grid .unit-1-3 {
	width: 29.333%;
}

.dp_grid .unit-1-4 {
	width: 21%;
}

.dp_grid .unit-3-4 {
	width: 71%;
}

.dp_grid .firstname,
.dp_grid .lastname {
	width: 31%;
}

.dp_grid .middlename,
.dp_grid .namesuffix {
	width: 11%;
}

.csz > div {
	width: 48%;
}

.csz > div + div {
	width: 20%;
}

.csz > div +div + div {
	width: 20%;
}

.side-by-side {
	overflow:hidden;
}

.side-by-side > div {
	width: 60%;
	float:left;
}

.side-by-side > div + div {
	width: 30%;
	margin-left:4%;
}

.card {
	float: left;
	position: relative;
	width: 31%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 2%;
	transition: all 1s linear 0s;
}

.card img {
	height: auto;
	max-width: 100%;
}

.card.selected {
	box-shadow: 0 0 6px 0px #333;
	transition: all 1s linear 0s;
}

.card.unselected {
    display: none;
}

.card p {
	background: #fff;
	background: rgba(255,255,255,0.8);
	bottom: -21px;
	left: 0;
	margin-bottom: 0;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all .25s ease 0s;
}

.card:hover p,
.card.selected p {
	bottom: 0;
	transition: all .25s ease 0s;
}

.card .delete {
	background: red;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 15px;
	position: absolute;
	right: -20px;
	text-align: center;
	transition: all .25s ease 0s;
	top: -20px;
	width: 15px;
}

.card:hover .delete,
.card.selected .delete {
	right: 2px;
	transition: all .25s ease 0s;
	top:2px;
}

.card-carriers {
	clear: both;
}

.card-carriers a {
	width: 45%;
	height: auto;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.card-carriers a + a {
	margin-left: 10%;
}

.card-carriers img {
	height: auto;
	width: 100%;
}

#card_options {
    display:none;
    width: 67%;
    float: right;
}

#card_options.show {
    display: block;
}

#details, #shipping_info, #payment_info, #verify {
	display: none;
}

#pm-fieldset legend, #pm-fieldset select {
	display: none;
}

#shipping-estimate {
    border: 1px solid black;
    box-sizing: border-box;
    min-height: 50px;
    text-align: center;
}

#shipping-estimate span {
	display: block;
}

#shipping-estimate span:before, .load_total:before {
	content: '$';
}

#steps {
	margin: 20px 5%;
	height: 55px;
}

#steps > div {
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
}

#steps > div > ol {
	text-align: left;
	position: absolute;
	top: 100%;
	z-index: 2;
	background: #fff;
	background: rgba(255, 255, 255, 0.86);
	padding: 25px 25px 10px;
	display: none;
	box-shadow: 0px 2px 12px -3px #333;
	border-radius: 10px;
}

#steps > div:hover > ol,
#steps > div.locked > ol {
	display: block;
}

#steps > div h5 {
	border: 2px solid #84b853;
	font-size: 26px;
	line-height: 30px;
	width: 30px;
	margin: 0 auto 5px;
	border-radius: 17px;
	color: #84b853;
	transition: all .25s linear 0s;
}

#steps > div.complete h5 {
	background: #84b853;
	color: #fff;
	transition: all .25s linear 0s;
}

.pin-toggle {
	background: url(/images/icon-pin.png) no-repeat;
	height: 12px;
	width: 12px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.locked .pin-toggle {
	background: url(/images/icon-close.png) no-repeat;
}

#check, #cc {
	display: none;
}

.fancy {
	background: #dedede;
	width: 55%;
	margin: 0 15% 20px 25%;
	color: #101f32;
	padding: 5%;
	/*border-radius: 8px;
	box-shadow: 8px 8px 8px 0 #bfbfbf;*/
}

.fancy form {
	max-width: 100%;
}

button,
.options a,
.fancy a {
	font-size: 1.2em;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-top: 8px;
}

button,
.options a,
.fancy a {
	border-top: 1px solid #cccdd5;
	background: #9b9daf;
	background: -webkit-gradient(linear, left top, left bottom, from(#585b7e), to(#9b9daf));
	background: -webkit-linear-gradient(top, #585b7e, #9b9daf);
	background: -moz-linear-gradient(top, #585b7e, #9b9daf);
	background: -ms-linear-gradient(top, #585b7e, #9b9daf);
	background: -o-linear-gradient(top, #585b7e, #9b9daf);
	padding: 5.5px 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(62,66,104,1) 0 1px 0;
	-moz-box-shadow: rgba(62,66,104,1) 0 1px 0;
	box-shadow: rgba(62,66,104,.8) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	/*font-size: 12px;
	font-family: Georgia, Serif;*/
	text-decoration: none;
	vertical-align: middle;
}
button:hover,
.options a:hover,
.fancy a:hover {
	border-top-color: #777a95;
	background: #777a95;
	color: #ffffff;
}
button:active,
.options a:active,
.fancy a:active {
	border-top-color: #777a95;
	background: #777a95;
}

.fancy p {
	margin-bottom: 0;
}

.fancy span {
	font-size: 1.3em;
	font-weight: bold;
}

.fancy form input {
	width: 200px;
}

.fancy button {
	background: #35b559;
	border: 1px solid white;
	border-radius: 0;
}

footer {
	font-size: 1.2em;
	text-align: center;
	margin-top: 20px;
}

.step-1,
.step-2,
.step-3 {
	position: relative;
}

.step-1:before {
	content: '1';
}

.step-2:before {
	content: '2';
}

.step-3:before {
	content: '3';
}

.step-1:before,
.step-2:before,
.step-3:before {
	position: absolute;
	left: -40px;
	color: #84b853;
	font-size: 20px;
	line-height: 25px;
	width: 25px;
	background: #fff;
	border: 2px solid #84b853;
	border-radius: 14px;
	text-align: center;
	top:-5px;
}

#banner {
	position: relative;
}

#login-form {
	position: absolute;
	top: 0;
	right:0;
	padding: 8px;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	opacity: 0;
	transition: opacity .25s linear 0;
}

.login-page {
	float: left;
	width: 60%;
}

.login-page > ol {
	padding-left: 0;
}

.show-login-form,
.remove-card a {
	cursor: pointer;
}

.ovh {
	overflow: hidden;
}

#siteseal {
	margin: 0 auto;
}

fieldset.collapsed {
	height: 15px;
	padding-bottom: 0;
	overflow: hidden;
	position: relative;
}

fieldset.collapsed:after {
	content: 'Add more cards.';
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.logged_in_line {
	text-align: right;
	margin: 12px 0 0;
}

/* rapper class */
.kanye_west {
	overflow: hidden;
}

.expandable {
	cursor: pointer;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.expandable:before {
	content: '+';
	width: 9px;
	height: 9px;
	border: 1px solid #333;
	line-height: 9px;
	top: 5px;
	left: 5px;
	position: absolute;
	text-align: center;
}

.expandable.active:before {
	content: '-';
	line-height: 4px;
}

.expandable + .dp_grid {
	overflow: hidden;
	height: 0;
}

.expandable.active + .dp_grid {
	height: auto;
	margin-bottom: 20px;
}
