body {
	padding-bottom:40px;
	background: #f3f3fe;
}

#fabric_content {
	padding-bottom:40px;
}

#fabric_content .wrapper {
	max-width:800px;
}

.contentbox {
	width: 100%;
	max-width:none;
	box-shadow: #57647e36 0 4px 4px;
}

h2.pageTitle {
	font-family: "Inter", sans-serif;
	color:#2c3345;
	text-transform: uppercase;
	font-size:24px;
	line-height: 28px;
}

h1, h2, h3 {
	font-family: "Inter", sans-serif;
	color:#2c3345;
}

label {
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	color:#2c3345;
}

input, select {
	border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    height:2.5em;
    padding: 0px 0.625em;
    vertical-align: middle;
}

input.locationField, select.locationField {
	border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    height:2.5em;
    padding: 0px 0.625em;
    width: 100%;
}


#fabric_content input[type="text"]:focus {
	border: 1px solid #2656c5;
	box-shadow: #2656c533 0px 2px 0px;
}

#fabric_content input[type="text"]:hover {
	border: 1px solid #2656c5;
	box-shadow: #2656c5AA 0px 0px 2px;
}

input.shortField {
	height:2.5em;
	width:40%;
	padding: 0px 0.625em;
	border-color: #ddd;
	margin-top:0;
	margin-bottom: 0;
	font-size: 13pt;
}

.red {
	color:red;
}

p {
	margin: 6px 0;
}

.format-content hr {
	margin-top: 20px;
	border:none;
	border-bottom: 1px solid #DDD;
}

input[type="radio"] {
	height:20px;
	margin-right:10px;
	transform: scale(1.3);
	border: 1px solid #2656c5;
}

input[type='radio']:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: 2px;
    left: 0px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #2656c5;
}

input[type='radio']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    top: 2px;
    left: 0px;
    position: relative;
    background-color: #2656c5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #2656c5;
}

input[type='radio']:checked:before {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: 3px;
    left: 1px;
    position: absolute;
    z-index:100;
    background-color: #2656c5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffffff;
}

.radioButton {
	display:flex; flex-align:center;
}

.radioButton label {
	line-height: 20px;
	text-transform: none;
	padding-top:3px;
	font-size:14px;
}

#paySubmit {
	box-shadow: none;
	background-color: #0099FF;
	margin: 0 auto;
	padding: 20px;
	width: 25%;
}

.back-error {
	background-color: #ffeded;
}

	.back-error input, select {
		border-color: red
	}

input[type="file"] {
	border: 1px dashed #CCC;
	height: 80px;
	background: #EFEFEF;
	padding: 20px;
}