/**
 * Customers
 */

/* Customers > Login
------------------------------------------------ */

#customers_login_c a {
	color: #211f1f;
	display: block;
	font-size: 1.4rem;
	margin: 0 0 15px 0;
}

#customers_login_c a:hover {
	text-decoration: underline;
}


/* Customers > Job History
------------------------------------------------ */

#customers_job_history_c #search_c {
	background-color: #f1f0e9;
	margin: 30px 0;
	padding: 25px 15px;
}

#customers_job_history_c #search_c h2 {
	font-weight: 700;
	text-align: center;
}

#customers_job_history_c #search_c form {
	margin: 25px 0 0 0;
	width: 100%;
}

#customers_job_history_c #search_c form .submit {
	margin: 25px 0 0 0;
}

#customers_job_history_c table {
	border: none;
	border-collapse: collapse;
	margin: 15px 0 0 0;
	width: 100%;
}

#customers_job_history_c table thead {
	background-color: #0d244d;
}

#customers_job_history_c table thead tr th {
	padding: 10px 15px;
	text-align: left;
}

#customers_job_history_c table thead tr th a {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
}

#customers_job_history_c table thead tr th a::after {
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: -13px;
	top: calc(50% - 6px);
}

#customers_job_history_c table thead tr th a.asc::after {
	content: "\f078";
}

#customers_job_history_c table thead tr th a.desc::after {
	content: "\f077";
}

#customers_job_history_c table thead tr th:nth-child(3),
#customers_job_history_c table thead tr th:nth-child(5),
#customers_job_history_c table thead tr th:nth-child(6),
#customers_job_history_c table thead tr th:nth-child(7) {
	display: none;
}

#customers_job_history_c table tbody tr:nth-child(even) {
	background-color: #f1f0e9;
}

#customers_job_history_c table tbody tr td {
	color: #211f1f;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 10px 15px;
	width: 50%;
}

#customers_job_history_c table tbody tr td:nth-child(3),
#customers_job_history_c table tbody tr td:nth-child(5),
#customers_job_history_c table tbody tr td:nth-child(6),
#customers_job_history_c table tbody tr td:nth-child(7) {
	display: none;
}

#customers_job_history_c table tbody tr td a {
	color: #211f1f;
	text-decoration: underline;
}


/* Customers > Job
------------------------------------------------ */

#customers_job_c .button {
	text-align: left;
}

#customers_job_c #job_detail_c {
	margin: 25px 0;
}

#customers_job_c #job_detail_c > div {
	color: #211f1f;
	float: left;
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 10px;
	width: 50%;
}

#customers_job_c #job_detail_c > div a {
	color: #211f1f;
	text-decoration: underline;
}

#customers_job_c #job_detail_c > div > div {
	font-weight: 700;
}

#customers_job_c .disclaimer {
	color: #ff0000;
	font-size: 1.2rem;
	margin: 25px 0;
}

#customers_job_c #job_photos_c div {
	color: #211f1f;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 10px;
}

#customers_job_c #job_photos_c img {
	margin-bottom: 25px;
	width: 100%;
}


/* Customers > Pricing
------------------------------------------------ */

#customers_pricing_c .pricing_c {
	margin: 50px 0;
}

#customers_pricing_c .pricing_c .name {
	font-size: 1.8rem;
}

#customers_pricing_c .pricing_c a {
	background-color: #0d244d;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 15px 20px;
}

#customers_pricing_c .pricing_c a:hover {
	background-color: #1a3c77;
}

#customers_pricing_c .pricing_c a i {
	margin-right: 5px;
}

@media screen and (min-width: 1050px) {

}


/* Customers > Refer-A-Friend
------------------------------------------------ */

#customers_refer_a_friend_c div.message {
	margin: 25px 0;
}


@media screen and (min-width: 1050px) {
	/* Customers > Job History
	------------------------------------------------ */

	#customers_job_history_c #search_c form .input {
		float: left;
		margin-right: 2%;
		width: 49%;
	}

	#customers_job_history_c #search_c form .input:nth-child(2n) {
		margin-right: 0;
	}

	#customers_job_history_c #search_c form .checkbox {
		float: left;
		margin-right: 0;
		width: 50%;
	}

	#customers_job_history_c #search_c form .date select {
		width: 30%;
	}

	#customers_job_history_c #search_c form .submit {
		float: right;
	}

	#customers_job_history_c #search_c form .input.text input,
	#customers_job_history_c #search_c form .input.date input,
	#customers_job_history_c #search_c form .input select,
	#customers_job_history_c #search_c form .submit {
		height: 34px;
	}

	#customers_job_history_c #search_c form .submit {
		display: block;
		margin: 19px auto 0 auto;
		width: 150px;
	}

	#customers_job_history_c table thead tr th {
		color: #fff;
		font-size: 1.2rem;
		font-weight: 400;
		text-transform: uppercase;
	}

	#customers_job_history_c table thead tr th:nth-child(2),
	#customers_job_history_c table thead tr th:nth-child(3),
	#customers_job_history_c table thead tr th:nth-child(4),
	#customers_job_history_c table thead tr th:nth-child(5),
	#customers_job_history_c table thead tr th:nth-child(6),
	#customers_job_history_c table thead tr th:nth-child(7) {
		display: table-cell;
	}

	#customers_job_history_c table tbody tr td {
		font-size: 1.3rem;
		width: 24%;
	}

	#customers_job_history_c table tbody tr td:nth-child(1) {
		width: 15%;
	}

	#customers_job_history_c table tbody tr td:nth-child(4) {
		width: 19%;
	}

	#customers_job_history_c table tbody tr td:nth-child(5) {
		width: 18%;
	}

	#customers_job_history_c table tbody tr td:nth-child(3),
	#customers_job_history_c table tbody tr td:nth-child(5),
	#customers_job_history_c table tbody tr td:nth-child(6),
	#customers_job_history_c table tbody tr td:nth-child(7) {
		display: table-cell;
	}

	/* Customers > Job
	------------------------------------------------ */

	#customers_job_c #job_detail_c > div {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	#customers_job_c #job_photos_c div {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	#customers_job_c #job_photos_c img {
		margin-bottom: 40px;
	}
}
