/* Mobile Stylesheet */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html{
	background:#4e4e4e repeat;
}
body{
	color:#222222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #006a8f;
}
a:hover, a:active {
	color: #0090c4
}
	
#page {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
}

#header {
	background: #0088BC;
	padding: 4%;
}
#header h1 {
	color: #FFFFFF;
	font-size: 1.5em;
}

#content {
	background: #FFFFFF;
	font-size: 1.4em;
	padding: 4%;
}
#content h2 {
	font-size: 1.3em;
	margin-bottom: 3%;
}
.mobileOrder #content h2 {
	font-size: 0.8em;
	margin: 2% 0 0 0;
}

#footer {
	color: #FFFFFF;
	background: #373737;
	font-size: 0.8em;
	padding: 4%;
}

p {
	margin: 1% 0 3% 0;
}
input {
	padding: 1%;
	font-size: 1.2em;
}
textarea {
	padding: 1%;
	max-width: 98%;
}

.sectionTable {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.sectionTable .headerRow th {
	background: #CCC;
}

.form {
	margin: 0 auto;
}
#loginform {
	width: 100%;
}
#loginform label {
	width: 100%;
	margin: 0 0 1.5% 0;
	display: block;
}
#loginform input {
	width: 95%;
	margin: 0 0 2% 0;
	display: block;
}

#checkinform td {
	padding: 1%;
}
#checkinform select {
	width: 100%;
}

#viewpending th, td {
	padding: 1%;
}
#viewpending th {
	font-weight: normal;
	text-align: left;
}
#viewpending .sep {
	border-top: 1px solid #0088BC;
}
#viewpending .xlarge {
	font-size: 1em;
}
#viewpending .large {
	font-size: 0.85em;
}
#viewpending .medium {
	font-size: 0.75em;
}
#viewpending .small {
	font-size: 0.65em;
}

.jobs {
	border-top: 1px solid #0088BC;
}
.jobs td {
	border-bottom: 1px solid #0088BC;
	padding: 3% 0;
	font-size: 1em;
}

.pendingjobs {
	border-top: 1px solid #0088BC;
}
.pendingjobs td {
	border-bottom: 1px solid #0088BC;
	padding: 3% 0;
	font-size: 1em;
	color: red;
}

.checkinBtn {
	color: #FFFFFF;
	background: #0088BC;
	border: 0;
	text-decoration: none;
	padding: 5%;
	display: block;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2%;
}
.checkinBtn:link, .checkinBtn:visited, .checkinBtn:hover .checkinBtn:active {
	color: #FFFFFF;
}

.submitBtn {
	color: #FFFFFF;
	background: #0088BC;
	border: 0;
	cursor: pointer;
	padding: 2% 3%;
	width: auto!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
}
.submitBtn:hover {
	background: #04ABE3;
}
.submitBtn.small {
	font-size: 1em;
	padding: 1% 2%;
}

.acceptBtn {
	color: #FFFFFF;
	background: #0088BC;
	border: 0;
	cursor: pointer;
	padding: 2% 3%;
	width: auto!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
}
.acceptBtn:hover {
	background: #04ABE3;
}
.notAcceptBtn {
	color: #FFFFFF;
	background: #CCC;
	border: 0;
	cursor: pointer;
	padding: 2% 3%;
	width: auto!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
}
.notAcceptBtn:hover {
	background: #CCC;
}

.red {
	color: #FF0000;
}
.green {
	color: #228855;
}

.logout {
	float: right;
	text-decoration: none;
}
.logout:link, .logout:visited, .logout:hover .logout:active {
	color: white;
}

.prevpage {
	display: block;
	color: white;
	margin-top: 2%;
}
.prevpage:link, .prevpage:visited, .prevpage:hover, .prevpage:active {
	color: white;
}

.refreshButton {
	float: right;
	text-decoration: none;
	display: block;
	font-size: 1em;
	padding: 1.5% 2%;
	background: #d5e7ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.refreshButton img {
	vertical-align: middle;
}

.desktopLink {
	margin: 5% 0 0 0;
	text-align: center;
	font-size: .8em;
}

.note {
	font-size: .6em!important;
	font-style: italic;
}

.fileField {
	font-size: 1em;
}

.imgPreview {
	border: 1px solid #CCC;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.homeLink:link, .homeLink:visited, .homeLink:hover, .homeLink:active {
	color: white;
}
.userInfo {
	color: white;
	float: right;
	text-align: right;
}
.userInfo a:link, .userInfo a:visited, .userInfo a:hover, .userInfo a:active {
	color: white;
}
.linkBtn {
	color: #0088BC;
	border: 2px solid #0088BC;
	text-decoration: none;
	text-align: center;
	padding: 5%;
	width: 75%;
	margin: 0 auto 2% auto;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.linkBtn:link, .linkBtn:visited, .linkBtn:hover .linkBtn:active {
	color: #0088BC;
}

.showHideLink {
	color: #006a8f;
	font-weight: bold;
	cursor: pointer;
	padding: 1%;
}

.orderNote {
	background: #f2f2f2 none repeat scroll 0 0;
    border: 1px dashed #dbdbdb;
    font-size: 0.8em;
}

#orderform td {
	padding: 1%;
}
#orderform select {
	width: 100%;
	padding: 1%;
	font-size: 1.2em;
}
#orderform select.autoWidth,
#orderform input.autoWidth {
	width: auto!important;
}
#orderform textarea {
	width: 100%;
	padding: 1%;
	font-size: 1.2em;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#orderform .sep {
	border-bottom: 1px solid #CCC;
	height: 1px;
	font-size: 1px;
}
#orderform input[type="text"] {
	width: 100%;
	padding: 1%;
	font-size: 1.2em;
}
#orderform .listPrice input[type="text"] {
	width: 80%;
}
#orderform.questions td {
	padding: 0 0 5% 0!important;
}
#orderform ul {
	padding-left: 5%;
	margin-top: 3%;
}
#orderform ul li {
	margin-bottom: 3%;
}
#installList {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin: 2% 0;
}
#installList td {
	padding: 1%;
}

.smallHeader th {
	font-size: 0.7em;
	text-align: left;
	padding: 0 1%;
}

.scItems {
	font-size: 70%;
	width: 100%;
}
.scItems th {
	text-align: left;
	padding: 1%;
}

.alignCenter {
	text-align: center!important;
}

.success {
	background: #E0FFEC;
	padding: 1%;
	border-top: 1px solid #A0FFB9;
	border-bottom: 1px solid #A0FFB9;
}
.error {
	background: #FFE7DB;
	padding: 1%;
	border-top: 1px solid #FFCBB5;
	border-bottom: 1px solid #FFCBB5;
}

.loginForm td input {
	width: 100%;
}

.signPictureImg {
	max-width: 250px;
}

.mediumFont {
	font-size: 0.8em;
}

.bhComingSoon {
	width: 100%; 
	height: auto;
}
.addtlInfo {
	padding-left:3%;
}

#removalComments, #comments {
	width: 100%;
}
.addRiderQuestion {
	margin-bottom: 2%;
}


@media (max-width: 450px) {

	#content {
		font-size: 1.4em;
	}
	
	#content h2 {
		font-size: 1em;
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	
	.jobs td {
		padding: 5% 0;
	}
	
	.refreshButton {
		font-size: .8em;
		padding: 2%;
	}
	
		
	.mobileOrder {
		font-size: 0.8em;
	}
	.mobileOrder .userInfo {
		float: none;
		width: 100%;
	}
	.mobileOrder #header {
		text-align: center;
	}
	.mobileOrder #header  h1 {
		margin-top: 15px;
		font-size: 2em!important;
	}
	.mobileOrder .homeLink {
		font-size: 1.8em!important;
	}
	#orderform input,
	#orderform select,
	#orderform textarea {
		font-size: 1em;
	}
	.scItems th,
	.scItems td {
		font-size: 0.9em;
	}

	#orderform .charges th,
	#orderform .charges td {
		font-size: 0.9em;
	}
}