body {
	margin: 0px;
	background-image: url(/web1/images/driver_portal/background_blue.jpg);
	background-position: center 56px;
	background-repeat: no-repeat;
	background-color: #004991 !important;
	background-attachment: fixed;
}
body.login_page {
	background-position: center 0px;
	background-attachment: fixed;
}
#MainContent {
	padding-top: 120px;
}

.custombackground {
	background: white;
	border: 1px solid #004991;
	border-radius: 8px;
	padding-bottom: 20px;
}

/**
 * Login page
 */
.spacer {
	height: 140px;
}

/**
 * Dashboard page
 */
.dashboard-item {
	text-align: center;
	padding-bottom: 20px;
}
.dashboard-item .item-icon-holder {
}
.dashboard-item .item-icon {
	background-image: url(/web1/images/driver_portal/navigation_button.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: 3px solid #25C6FB;
	border-radius: 18px;
	margin: 0 auto;
	margin-bottom: 4px;
	width: 140px;
	height: 140px;
}
.dashboard-item .item-icon img,
.dashboard-item .item-icon i{
	margin-top: 27px;
	color: white;
}
.dashboard-item .heading {
	color: white;
	font-size: 1.9em;
	font-weight: bold;
	min-height: 70px;
}

/**
 * Pay page
 */

.btnQueryPay, .btnShowDetails {
	/*padding: 4px 5px;*/
}

/**
 * Registration page
 */
label.FullLine {
	width: 95%;
}
label.WideDescription {
	width: 75%;
}

@media only screen and (max-width: 600px) {
	.calendar .btn {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}

	#MainContent {
		padding-top: 40px;
	}
}