.fare-calculator {
	background-color: #eee;
	border: 1px solid #ccc;
	height: 515px;
	padding: 10px 15px 15px 15px;
	font-size: 14px;
}
.fc-step-number {
	background-color: #ef3e42;
	color: #fff;
	border-radius: 100px;
	padding: 4px 10px;
	margin-right: 10px;
}
#fc-step-one-div {
	max-width: 400px;
}
#fc-step-one, #fc-step-two {
	margin-bottom: 20px;
}
#fc-selection-header {
	margin-bottom: 6px;
}
#fc-results-header {
	margin-bottom: 8px;
}
#senior-disclaimer {
	color: #ef3e42;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: -10px;
	margin-bottom: 15px;
}
.senior-cit-row {
	padding-top: 30px;
}
#fc-reset-btn, #fc-reset-btn .icon-refresh {
	color: #1e3e67;
}
#fc-reset-btn, #fc-view-table-btn {
	background-image: none;
	text-shadow: none;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
#fc-reset-btn {
	background-color: transparent;
	padding-right: 2px;
	padding-top: 9px;
    border: none;
}
#fc-view-table-btn {
	background-color: #ef3e42;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 12px;
}
#fc-view-table-btn:focus {
	outline: none;
}
#fc-reset-btn:active, #fc-reset-btn:focus {
	outline: none;
	box-shadow: none;
}
.fc-indicator {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 25px;
	width: 50px;
	color: #fff;
	text-align: center;
}
.fc-start {
	background-color: #268300;
}
.fc-end {
	background-color: #ef3e42;
}
#fc-table td {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #65676f;
}
#fc-table input, .fare-options {
	position: relative;
	bottom: 3px;
	margin-right: 5px !important;
}
#fc-table, #fc-table th, #fc-table td {
	border: none;
}
.fc-selection-div {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fc-table tr td:nth-child(3) {
	padding-left: 0;
}
.fc-icons {
	position: relative;
	color: #ccc !important;
}
#fc-table .icon-ellipsis-vertical {
	position: absolute;
	top: 22px;
	left: 27px;
	font-size: 18px;
}
#fc-table .icon-circle-blank {
	font-size: 21px;
	font-weight: bold;
	position: relative;
	top: 2px;
    left: 5px;
}
#fc-results-form {
	padding-left: 15px;
}
#fc-results-options {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	height: 333px;
	color: #65676f;
}
#fc-results-form input {
	margin-top: 30px;
	position: relative;
	bottom: 15px;
	margin-right: 5px;
}
.fc-fare-options {
	color: #65676f;
	/*padding-top: 4px;*/
}
#senior-cit-option {
	padding-left: 10px;
	margin-top: -15px;
}
.fc-disabled {
	color: #bbb !important;
}
#fc-results-display {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 350px;
}
#mn-asterisk {
	color: #65676f;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
#mn-asterisk span {
	color: #ef3e42;
}
#fc-results-main {
	font-size: 80px;
	font-weight: normal;
	text-align: center;
	color: #49484d;
	height: 272px;
	width: 422px;
	display: table-cell;
	vertical-align: middle;
}
#fc-results-note, #fc-disclaimer {
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}
#fc-results-note {
	border-top: 1px solid #ccc;
	padding: 10px 10px;
}
#fc-disclaimer {
	color: #65676F;
	font-weight: bold;
}
#fc-disclaimer a, #senior-disclaimer a {
	color: #618dff;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}

@media (max-width: 1170px) {
	#fc-selection-header .span6 {
		margin-bottom: 0;
	}
	#fc-results-main {
		height: 239px;
	}
	#fc-results, #fc-selection  {
		height: 530px;
	}
	#fc-step-one-div .row-fluid [class*="span"], #fc-step-two-div .row-fluid [class*="span"] {
		margin-bottom: 0 !important;
	}
}
/*@media (max-width: 1160px) {
	#fc-selection  {
		height: 480px;
	}
}*/
@media (max-width: 1146px) {
	#fc-results-display {
		height: 355px;
	}
	#fc-results-options {
		height: 345px;
	}
}
@media (max-width: 1100px) {
	#fc-step-one-div {
		width: 100% !important;
		float: none !important;
	}
	#fc-step-two-div {
		float: none !important;
	}
	#fc-results-main {
		font-size: 55px;
	}
}
@media (max-width: 990px) {
	#fc-results .span5, #fc-results .span7 {
		float: none;
		width: 97%;
	}
	#fc-results-options {
		height: auto;
		margin-bottom: 30px;
	}
	#fc-results, #fc-results-main, #fc-results-display, #fc-selection {
		height: auto;
	}
	#senior-cit-option {
		margin-bottom: 0;
	}
	#fc-view-table-btn {
		float: none;
	}
	#fc-results {
		max-width: 370px;
	}
	#fc-step-two-div {
		margin-left: 0;
	}
}
@media (max-width: 777px) {
	#fc-selection-header .span6 {
		width: 48%;
		float: left;
	}
}
@media (max-width: 425px) {
	#fc-results-main {
		font-size: 55px;
	}
}
@media (max-width: 433px) {
	.fc-selection-div .scrollable.has-scroll > div {
		overflow-x: hidden;
	}
	#fc-table > tbody  tr td:nth-child(3) {
		visibility: hidden;
	}
}
@media (max-width: 365px) {
	#fc-table > tbody  tr td:first-child {
		max-width: 170px;
		padding-left: 0;
	}
}
@media (max-width: 290px) {
	.fc-step-number {
		line-height: 30px;
	}
	#fc-table tr td:nth-child(1) {
		padding-left: 0;
		padding-right: 0;
	}
	#fc-results-main {
		font-size: 40px;
	}
}
@media (max-width: 216px) {
	#fc-results-main {
		font-size: 25px;
	}
}
@media (max-width: 205px) {
	#fc-results-options {
		padding-bottom: 50px;
	}
}
@media (min-width: 384px) {
	#fc-step-one-div {
		min-width: 330px;
	}
}
