@charset "UTF-8";
@import "reset.css";
@import "font-awesome.min.css";

body {
	transition: opacity .2s ease 0s;
}

small {
	font-size: 50%;
}

#virtual-card {
	display: none;
}

a {
	color: #6d6d7e;
	cursor: pointer;
}

.fa {
	font-size: 19px;
	transition: color .25s ease 0s;
}

.fa:hover {
	color: #84b853;
}

#main {
	width: 1100px;
	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;
}

input, button, textarea, select {
	font-family: sans-serif;
}


#header {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #84b853;
}

#header h1 {
	float: left;
	font-size: 18px;
	width: 250px;
	height: 32px;
	position: relative;
	clip: auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/prepaid_logo.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: 250px;
	max-height: 32px;
	width: auto;
	height: auto;
}

#header ul {
	float: right;
	padding: 0px;
	list-style-type: none;
}

#header ul li {
	display: inline;
	border-left: 1px solid gray;
}

#header ul li:first-child {
	border-left: 0px;
}

#header ul li a {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	text-decoration: none;
}


.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;
}

form div > 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 div > label > textarea {
	height: 150px;
}

input[readonly] {
	border: 1px solid #AAA;
	background: #FAFAFA;
	color: rgb(60, 60, 60);
	cursor: not-allowed;
}

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: #6d6d7e;
	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: #6d6d7e;
	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;
}

.message {
	border: 1px solid #CBB;
	background: #FFFFCC;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.thin.message,
.thin.errors {
	width: 460px;
}

.actions {
	width: 75px;
}

.action svg {
	max-height: 16px;
	width: 16px;
	fill: #84b853;
	transition: .2s fill ease 0s;
}

.action svg:hover {
	fill: #797992;
}

.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;
}

.show-suppressed .fa-expand,
.show-suppressed .fa-compress {
	display: none;
}

.suppress-options {
	margin-top: 20px;
	font-size: .95em;
}

.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 > * {
	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;
}
.prev {
	float: left;
	text-decoration: none;
}

#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;
}

.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 .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%;
}

.card {
	float: left;
	position: relative;
	width: 30%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 2%;
	transition: all .25s ease 0s;
}

.card img {
	height: auto;
	max-width: 100%;
}

.card.selected {
	box-shadow: 0 0 6px 0px #333;
	transition: all .25s ease 0s;
}

.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_form,
#card_form + div {
	display: none;
}

#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, #ach, #cc {
	display: none;
}

fieldset.no-card-error {
	display: none;
}

.has-error {
	color: red;
	position: relative;
}

.has-error > .error-message {
	display: none;
}

.dm fieldset {
	display: none;
}

.dmemail #email-settings,
.dmsftp #sftp-settings,
.dmsharefile #sharefile-settings {
	display: block;
}


/*.has-error:hover > .error-message {
	display: block;
	position: absolute;
}*/