
/**********************************
GENERAL
***********************************/

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 8px;
	font-weight: 400;
}

a {
	font-weight: 700;
	text-decoration: none;
}

.top-padding {
	padding-top: 10px;
}

.cal-padding {
	padding-top: 13px;
}

.bottom-padding {
	padding-bottom: 10px;
}

.fs-top-padding {
	padding-top: 0;
}

h1 {
	padding-bottom: 20px;
}

.center {
	text-align: center;
}

.left {
	text-align: center;
}

.right {
	text-align: center;
}

.divider {
	width: 10px;
}

select {
	border-radius: 5px;
	height: 18px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button {
    height: 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
	margin: 1px;
}

input[type="hidden"] {
	margin-bottom: 0 !important;  
}

.box-left {
	width: 50%;
	text-align: center;
	float: left;
}

.box-right {
	width: 50%;
	text-align: center;
	float: right;
}

.link, .pointer {
    cursor: pointer;
}

pre {
	padding: 0;
	margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.colored-text, .colored-text-alt {
	font-style: oblique;
}

#copyNotification {
	opacity: 0;
	position:fixed;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	padding:15px;
	border-radius:5px;
	font-size:16px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: opacity 0.5s ease;
}

/**********************************
HEADER
***********************************/

header {
	width: 100%;
	padding: 20px 0;
}

.logo-container {
	width: 153px;
	height: 50px;
	margin: auto;
	background: url(../images/logo.png) no-repeat;
	background-size: 153px 50px;
}

#logout-container {
	position: absolute;
	top: 35.5px;
	right: 4px;
}

.nav-tree {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}

/**********************************
MAIN
***********************************/

main {
	padding: 20px;
	font-size: 1.1em;
}

.content {
	max-width: 422px;
	margin: 0 auto;
	min-width: 246px;
}

.profile-header {
	display: table;
	width: 100%;
}

.profile-info {
	display: table-cell;
	width: 60%;
	text-align: left;
}

.change-password {
	display: table-cell;
	width: 40%;
	text-align: right;
	vertical-align: middle;
}

.clear-float {
	clear: both;
}

.small-descriptor {
	font-size: 0.8em;
	color: #666666;
}

.small-bottom-padding {
	margin-bottom: 5px;
}

.dash-button {
	float: left;
	width: 40%;
	margin: 10px 5%;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
	vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.dash-image {
	height: 40px;
	width: 40px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.dash-text {
	padding: 5px 0 10px 0;
}

.img-like {
	background-size: 40px 40px;
}

.img-flyer {
	background-size: 40px 40px;
}

.img-book {
	background-size: 40px 40px;
}

.img-id {
	background-size: 40px 40px;
}

.img-shop {
	background-size: 40px 40px;
}

.img-chart {
	background-size: 40px 40px;
}

.img-car {
	background-size: 40px 40px;
}

.img-clock {
	background-size: 40px 40px;
}

.img-search {
	background-size: 40px 40px;
}

.img-head {
	background-size: 40px 40px;
}

.form-container {
    width: 246px;
    margin: 0 auto;
}

.form-container input {
    width: 90%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: none;
}

.form-container .button {
    width: 90%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.form-container textarea {
	width: 78%;
	height: 75px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
	padding: 10px 20px;
}

.form-container select {
    width: 90%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    outline: none;
}

.label-padding {
	display: inline-block;
	width: 90%;
	margin-bottom: 5px;
	font-weight: 700;
}

.label-nopadding {
	display: inline-block;
	width: 90%;
	margin: 0;
	font-weight: 700;
}

.form-block {
    width: 246px;
    margin: 0 auto;
}

.form-block input {
    width: 90%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px 0 67px;
    outline: none;
}

.form-block input#username {
    background: #fff url(../images/icons/man.png) 20px top no-repeat;
	background-size: 20px 60px;
}

.form-block input#username:focus {
    background: #fff url(../images/icons/man.png) 20px bottom no-repeat;
	background-size: 20px 60px;
}

.form-block input#password, .form-block input#confirmpassword {
    background: #fff url(../images/icons/padlock.png) 20px top no-repeat;
	background-size: 20px 60px;
}

.form-block input#password:focus, .form-block input#confirmpassword:focus {
    background: #fff url(../images/icons/padlock.png) 20px bottom no-repeat;
	background-size: 20px 60px;
}

.form-block input#fname, .form-block input#lname {
    background: #fff url(../images/icons/pencil.png) 20px top no-repeat;
	background-size: 20px 60px;
}

.form-block input#fname:focus, .form-block input#lname:focus {
    background: #fff url(../images/icons/pencil.png) 20px bottom no-repeat;
	background-size: 20px 60px;
}

.form-block input#email {
    background: #fff url(../images/icons/mail.png) 20px top no-repeat;
	background-size: 20px 60px;
}

.form-block input#email:focus {
    background: #fff url(../images/icons/mail.png) 20px bottom no-repeat;
	background-size: 20px 60px;
}

.form-block .button {
    width: 90%;
    height: 32px;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.form-block textarea {
	width: 90%;
	height: 75px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
	padding: 10px 20px;
}

.form-error, .form-info, .success-box {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 5px;
}

.error-box {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 5px;
}

.faux-dropdown, .ul-format {
	margin: 0;
	padding: 0;
}

.faux-dropdown {
	text-align: left;
	width: 90%;
    margin: -28px auto 20px;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
	font-size: 0.80em;
	padding-top: 7px;
}

.ul-format {
	list-style-type: none;
}

.ul-format li {
	cursor: pointer;
	padding: 2.5px 20px;
}

#recipient-sugg {
	display: none;
}

#last-donation {
	display: none;
}

#mailing-address {
	height: 73px;
	white-space: pre-wrap;
}

#notes {
	height: 55px;
}

#benefiting {
	height: 37px;
}

.paginate {
	padding: 3px;
	margin: 3px;
}

.paginate a, .paginate a:visited {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #999;
	text-decoration:none;
	color: #666;
}

.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}

.paginate span.current {
    margin: 2px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #FFF;
}

.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#DDD;
}

.table-title {
	color: #FFFFFF;
}

.table-padding {
	padding: 4px;
}

.white-link a:link {
	color: #FFFFFF;
}

table {
	max-width: 422px;
}
			
.benefiting-img {
	height: 100%;
}

.qr-img {
	height: 100%;
}

.img-box {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.existing-img-box {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.select-primary input {
	display: none;
}

.select-primary label {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 26px;
	cursor: pointer;
    border-radius: 5px;
}

.select-primary input:disabled+label {
	border: 1px solid #eee;
	color: #eee;
	cursor: not-allowed;
}

.steps {
	clear: both;
	list-style: none;
	padding-left: 12%;
}

.steps li {
	margin: 2em 0;
	padding-top: 1em;
	display: block;
	position: relative;
	counter-increment: inst;
}

.steps li::before {
	content: counter(inst);
	background: rgba(255, 150, 0, 0.35);
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	font-style: italic;
	text-shadow: 1px 1px rgba(255, 150, 0, 0.5);
	border-radius: 0 0.675em 0.675em 0;
	font-size: 1.5em;
	text-align: center;
	padding-top: 0;
	padding-left: 2.25%;
	left: -5%;
	top: -0.65em;
	height: 1.35em;
	width: 1.35em;
	position: absolute;
	transition: all 0.2s ease-in-out;
	z-index: -1;
}

@media (min-width: 33em) {
	.steps li:before {
		border-radius: 50%;
		font-size: 1.5em;
		height: 1.35em;
		margin-left: 2.5%;
		padding-left: 0;
		padding-top: 0;
		top: -0.15em;
		width: 1.35em;
		z-index: -1;
	}
}

#flyer-download {
	visibility: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 20px;
}

.triple {
	width: 33.33%;
	float: left;
}

/**********************************
FOOTER
***********************************/

footer {
    width: 100%;
	padding: 20px 0;
    text-align: center;
}

p {
	margin: 0;
}

/* Make Footer Sticky */
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.content {
	flex: 1;
}

/**********************************
COLORS
***********************************/

.colored-text {
	color: #990000;
}

.colored-text-alt {
	color: #380000;
}

#copyNotification {
	background-color:#ff0000;
	color:black;
}

a {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

a.selected, a:hover {
	color: #ff5555;
}

header {
	background-color: #ff0000;
	color: #ffffff;
}

footer {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: 700;
}

select {
	border-color: #ff0000;
	background-color: #ff5555;
	color: #000000;
}

.button {
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #aa0000;
}

.button:hover {
	background: #ff5555;
	color: #000000;
}

.dash-button {
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #aa0000;
}

.dash-button:hover {
	background: #ff5555;
	color: #ffffff;
}

.img-like {
	background-image: url(../images/icons/like-white.png);
}

.img-flyer {
	background-image: url(../images/icons/flyer-white.png);
}

.img-book {
	background-image: url(../images/icons/book-white.png);
}

.img-id {
	background-image: url(../images/icons/id-card-white.png);
}

.img-shop {
	background-image: url(../images/icons/shop-white.png);
}

.img-chart {
	background-image: url(../images/icons/pie-chart-white.png);
}

.img-car {
	background-image: url(../images/icons/car-1-white.png);
}

.img-clock {
	background-image: url(../images/icons/clock-white.png);
}

.img-search {
	background-image: url(../images/icons/search-white.png);
}

.img-head {
	background-image: url(../images/icons/head-white.png);
}

.form-container .button {
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #aa0000;
}

.form-container .button:hover {
    background: #ff5555;
	color: #000000;
}

.form-container input:active, .form-container input:focus, .form-container textarea:active, .form-container textarea:focus, .faux-dropdown {
    border: 1px solid #ff5555;
}

.form-block .button {
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #aa0000;
}

.form-block .button:hover {
    background: #ff5555;
	color: #000000;
}

.form-block input:active, .form-block input:focus, .form-block textarea:active, .form-block textarea:focus {
    border: 1px solid #ff5555;
}

.ul-format li:hover {
	background: #ff5555;
}

.paginate span.current {
	border: 1px solid #ff0000;
	background-color: #ff0000;
}

.table-title {
	background-color: #ff0000;
}

#store21:checked ~ label[for='store21'], #store22:checked ~ label[for='store22'], #store23:checked ~ label[for='store23'], #store24:checked ~ label[for='store24'], #store25:checked ~ label[for='store25'], #store26:checked ~ label[for='store26'], #store27:checked ~ label[for='store27'], #store29:checked ~ label[for='store29'], #store62:checked ~ label[for='store62'] {
	background: #ff0000;
	color: #ffffff;
}

.steps li::before {
	background: rgba(255, 0, 0, 0.35);
	text-shadow: 1px 1px rgba(255, 0, 0, 0.5);
}

.outside-borders {
	border-left: 4px solid #ff0000;
	border-right: 4px solid #ff0000;
}

::-webkit-scrollbar-thumb {
	background: #ff5555;
	border: 1px solid #aa0000;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #CF4343;
}

::-webkit-scrollbar-thumb:active {
	background: #792424;
}

::-webkit-scrollbar-track {
	background: #aa0000;
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
	background: #aa0000;
}

::-webkit-scrollbar-track:active {
	background: #aa0000;
}

html {
	scrollbar-color: #ff5555 #aa0000;
	scrollbar-width: thin;
}

.form-error, .error-box {
	background-color: #ff9696;
	color: #000000;
	border: #ff0000 2px solid;
}

.form-info {
	background-color: #ffff96;
	color: #000000;
	border: #ffff00 2px solid;
}

.success-box {
	background-color: #96ff96;
	color: #000000;
	border: #00ff00 2px solid;
}

.form-container {
	background: #ffffff;
}

.form-container input {
	border: 1px solid #ccc;
}

.form-container textarea {
	border: 1px solid #ccc;
}

.form-block {
	background: #ffffff;
}

.form-block input {
	border: 1px solid #ccc;
}

.form-block textarea {
	border: 1px solid #ccc;
}

.stacked-left {
	width: 100%;
	float: left;
}

.stacked-three-1 {
	width: 90%;
	float: left;
}

.stacked-three-2 {
	width: 10%;
	float: left;
}

.stacked-three-3 {
	width: 100%;
	float: left;
}

.stacked-right {
	width: 100%;
	float: left;
}

input[type="file"], input[type="file"]:active, input[type="file"]:focus {
	border: none;
}