input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	font-weight: 700;
}

/* Header */
.navbar-brand {
	display: table;
}

/* Dashboard */
.disabled a {
	cursor: default;
	color: #a3a3a3;
}

.disabled a.start-button {
	color: #fff;
}

.disabled a:hover {
	text-decoration: none;
}

.disabled button {
	pointer-events: none;
	cursor: default;
	color: #e3e3e3;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #eb1c20;
	color: #eb1c20;
}

/* Profile */
#mod-content .checkbox.profile, #mod-content .checkbox.quiz {
	margin-left: 0;
	padding-left: 0;
}

/* Career Status Quiz */
.career-status label.radio-inline {margin: 10px 20px; font-size: 1.25em;}

/* Success Example Stories */
.padding {padding-left: 20px;}

/* Goal Page */
.goal-buttons .btn {
	width: 100%;
	height: 90px;
}

/* Conversation Page */
.conversation .btn {
	margin: 20px;
}

/* Behavioral Preparation Page */
.prep-behavior .btn {
	margin: 20px;
}

/* Forms */
#mod-content form.save-file, #mod-content form.save-to-file {
	margin-bottom: 30px;
	display: inline-block;
}

#mod-content form .submit {
	display: inline-block;
}

 #mod-content form input[type="submit"], #mod-content button[type="submit"], #mod-content button.send-to-printer, #mod-content a.view-resume,  a.back-button {
	margin-top: 15px;
}

.modal .btn {
	margin-top: 15px;
}

.other {
	margin-top: 10px;
	padding-left: 20px;
	display: none;
}

// Print to file buttons
#mod-content form input[type="submit"] {
	margin-top: 0;
}

.save-to-file-form {
	display: inline-block;
}

.btn-row {
	margin: 20px 0;
}

.btn-wrap {
	white-space: normal;
}

#mod-options {
	margin-top: 40px;
}

#mod-content .checkbox {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: -20px;
}

/* Password Reset */
#mod-content .reset form {
	display: block;
}

/* Video Modals */
#video .modal-dialog {
	width: 672px;
}

/* Results Pages */
.indent-right {
	padding-left: 20px;
}

/* Interviews Page */
.radio-options {
	margin: 15px 0;
}
.sample-text {
	margin-left: 20px;
}
