
#status-box {
	border: solid 1px #e5e5e5;
	border-radius: 4px 4px 4px 4px;
	margin-top: 20px;
	padding-top: 10px;
	background-color: #ffffff;
	 position: fixed; 
}

#credname-group {
	display: none;
}

#application-steps .badge {
	background-color: #428BCA;
}

#copy_1_new_address_section, #copy_2_new_address_section {
	display:none;
}

.feature-set {
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	background-color: #ffffff;
}

legend {
	padding-left: 15px;
}

form h5 {
	font-weight: bold;
}



h2, label, option, select {
	color: #713D04;
}

h2 {
	text-align: center;
}


fieldset {
	border: solid 1px #e5e5e5;
	border-radius: 4px 4px 4px 4px;
	margin: 20px;
	padding-top: 0px;
	background-color: #ffffff;
}


legend {
	background-color: #A88511;
	color: #ffffff;
	border-radius: 4px 4px 0px 0px;
}

.choose-destination {
	margin-bottom: 20px;
}

.more_copies_area {
	display: none;
}

.marquee {
	border: solid 1px #A88511;
	border-radius: 4px 4px 4px 4px;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}

.marquee-lg {
	border: solid 1px #A88511;
	border-radius: 4px 4px 4px 4px;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	clear: both;
	margin-top:50px;
	text-align: center;
}

.show-checkout {
	display: none;
}

.terms-page {
	margin-bottom: 30px;
}

.more-pad {
	padding-bottom: 50px;
}

.vert-pad {
	padding-bottom: 50px;
	padding-top: 50px;
}

#step-1-submit-button {
	margin-top: 20px;
	display: none;
}

.no-bold {
	font-weight: normal;
}

.form-section {
	cursor: pointer;
}

#section-2-content, #section-3-content, #section-4-content, #section-5-content, #section-6-content{
	display: none;
}

#app-code {
	border: solid 1px #e5e5e5;
	border-radius: 4px 4px 4px 4px;
	padding: 0 !important;
}

#app-code h4 {
	background-color: #C41230;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

#app-code .access-code {
	font-family: courier;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.section-save {
	margin-right:15px;
	margin-bottom: 15px;
}

#application-submit-button {
	display: none;
	margin-top:15px;
}

.center-all {
	text-align: center;
}

#other_detail {
	display:none;
}

#prof_info {
	display:none;
}

.section-toggle {
	margin-right: 10px;
}


.delete-file {
	cursor: pointer;
	color: #B94A48;
}

#appdropzone {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    border: 2px dashed rgba(50, 118, 177, 0.5);
    border-radius: 3px;
    color: rgba(50, 118, 177, 1);
}

.attention{
	border: solid 1px #C41230;
}


#digital-eval {
	display: none;
}

#paper-eval {
	display: none;
}

#digitary-eval {
	display: none;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}


.btn-primary {
	/* background: #0099cc; */
	background: #0A2C6D;
	color: #ffffff;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		/* background: #33a6cc; */
		background: #324D7F;
	}

	.btn-primary:active, .btn-primary.active {
		background: #007299;
		box-shadow: none;
	}

input[type="radio" i] {
	margin: 3px 3px 0px 5px;
}

.btn{
	margin: 20px;
}

label
{
	margin:5px;
}

input[type="text" i], input[type="checkbox" i] {
	margin: 5px;
}


input[type="email" i] {
	margin: 5px;
}