﻿





/* Uses bootstrap-material-design - https://fezvrasta.github.io/bootstrap-material-design */

.card {
	background-color: #eeeeee;
	box-shadow: none;
	border: none;
}

.card-heading {
	display: none;
}

body {
	color: #828282 !important;
	font-size: 12px !important;
	border: 0 !important;
	font-family: "Gotham A", "Gotham B", "Gotham", Helvetica, Arial, sans-serif !important;
	background-color: #eeeeee !important;
}

label {
	font-weight: 400;
	padding-bottom: 5px;
}

.helper-text {
	color: #E91E63;
	font-size: 12px;
	margin-top: 5px;
	height: 12px;
	display: block;
}

.helper-text-green {
	color: green;
}

.pay {
	background-color: #55ae55;
}


/* Hosted Payment Fields styles*/
.hosted-field-focus {
	background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
	animation: input-highlight 0.5s forwards;
	box-shadow: none;
	background-size: 0 2px, 100% 1px;
	background-color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-family: "Gotham A", "Gotham B", "Gotham", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	margin-bottom: 5px !important;
	padding: 8px !important;
	width: 100% !important;
	float: none !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.form-control {
	background-color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-family: "Gotham A", "Gotham B", "Gotham", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	margin-bottom: 5px !important;
	padding: 8px !important;
	width: 100% !important;
	float: none !important;
	box-shadow: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 36px;
}

#submit-button {
	height: 36px;
	background-color: #55ae55;
	font-family: "Gotham A", "Gotham B", "Gotham", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	float: right;
	border: 0px;
	border-radius: 0px;
}

	#submit-button:hover {
		background-color: #357A38;
	}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(238,238,238,0.75) url(images/progress.gif) no-repeat center center;
    z-index: 10000;
}

#card-logo {
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #dcdcdc;
	height: 36px;
}

#card-number-row {
	width: 75% !important;
}

#cvv-row {
	width: 25% !important;
}

#zip-row {
	width: 50% !important;
}

