body {
	background: #eee;
}
header {
	margin: 50px 0 30px;
	/* background: #57c4ff; */
	color: #337ab7;
	text-align: center;
}
h1 {
	margin-bottom: 5px;
}
h2 {
	/*color: #fff;*/
	margin-top: 10px;
}
nav {
	background: #fff;
}
nav img {
	height: 26px;
}
.icon-bar {
	border: 1px solid #337ab7;
}
.breadcrumb {
	padding: 0;
	background: none;
}
.breadcrumb a {
	color: #337ab7;
}
.breadcrumb .active {
	color: #ddd;
}
.pagination {
	margin-top: 10px;
}
.pagination .disabled,
.pagination .active {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;

}
.pagination .active {
	background: #428bca;
	color: #fff;
}
.pagination>li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-heading {
	font-weight: bold;
}
.panel h2 {
	color: #000;
}

/*
form small {
	display: block;
	padding: 5px;
	font-style: italic;
}
*/

table .label {
	font-size: 12px;
	font-weight: normal;
	padding: .2em .4em;
}
.error-message {
	color: red;
}

select[name="expiry[year]"], select[name="expiry[month]"], select[name="expiry[day]"]
{
	width: auto;
	display: inline;
	margin-left: 4px;
}

.btn-group h2 {
	color: #fff;
}

.header {
	text-align: center;
	padding-top: 30px;
}

.mobile h1 {
	font-size: 20px;
}
.mobile nav {
	background: #337ab7;
	color: #fff;
}
.mobile nav a {
	color: #fff;
}
.mobile nav a:hover {
	color: #337ab7;
}
.mobile .icon-bar {
	color: #fff;
	border: 1px solid #fff;
}
.call-number {
	font-size: 16px;
	color: #e87100;
}
.sos-number {
	color: #e87100;
}
.step3 {
	color: #337ab7;
}
.step3 h1 {
	font-size: 27px;
}
.step3 h2 {
	font-size: 23px;
}
.step3 .call-number {
	font-size: 24px;
}


.login header {
	margin: 10px 0;
}

.from-to label {
	width: 50px;
}
.from-to .form-group {
	display: block;
	margin-bottom: 13px;
}

.monthly-fee {
	font-size: 30px;
	font-size: bold;
}
.monthly-fee.btn-primary {
	cursor: default;
}
.monthly-fee.btn-primary:hover {
	background: #337ab7;
}

.dashboard h3 {
	margin-top: 0;
}
/*

.payment-plans .price {
	font-size: 20px;
}
*/
ul.service-list {
	list-style: none;
	padding: 0;
}
ul.service-list li {
	padding-left: 1.3em;
}
ul.service-list li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	color: #337ab7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}