@charset "utf-8";
@import url("SignPad.css");
/* CSS Document */




* {
	box-sizing: border-box;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;	
}

img {
    max-width: 100%;
    height: auto;
}

#navbutton
{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(../Images/NavIcon.svg) no-repeat center center;
	background-size: cover;	
	display: none;
}

#navbutton span
{
	display: none;	
}

/* standard shell template */

html, body 
{
	margin: 0;
	padding:0;
	border:0;
	text-size-adjust: none;
	position: relative;
	scroll-behavior: smooth;
}

body
{		
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	background: #f1f2f2;		
	text-align: center;	
	line-height: 18px;
	color: #666;
	text-size-adjust: none;
	height: 100%;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

a 
{
	color: #302C2D;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;	
}

textarea
{
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #666;
}

img{
	border: 0;	
}

.map-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
  }
  .map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


/* construct */
#wrapper 
{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
    text-align:  left;
	position: relative;
}

#header
{
	float: left;
	width: 100%;
	padding-bottom: 36px;	
	position: relative;
	z-index: 10000;
	background: #003b25;
    background: linear-gradient(90deg, rgba(0, 59, 37, 1) 0%, rgba(0, 29, 17, 1) 100%);
	height: 56px;
}

#headerlogo
{
	float: left;
	width: 200px;
	height: 56px;
	background: url(/Images/mainLogo.svg) no-repeat center left;
	margin-left: 10px;
}

#headerlogo h1
{
	padding: 0px;
	margin: 0px;
}

#headerlogo h1 a
{
	float: left;
	width: 200px;
	height: 56px;
}

#headerlogo h1 a span
{
	display: none;
}

.headerright
{
	float: right;
	width: 50%;
	padding-right: 10px;
}

.headerright .headerrighttop
{
	float: left;
	width: 100%;
	color: #caa271;
	font-family: "EB Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}

.headerright .headerrightbot
{
	float: left;
	width: 100%;
	color: #caa271;
	font-family: "EB Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	text-align: right;
	line-height: 20px;
}

.pageone
{
	float: left;
	width: 100%;
	padding: 20px;
}

.pageone .pageonehead
{
	float: left;
	width: 100%;
}

.pageone .pageonehead .pageoneheadleft
{
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 32px;
	color: #222;
	font-weight: 600;
}

.pageone .pageonehead .pagetabs
{
	float: right;
	padding: 0px;
	margin: 0px;
}

.pageone .pageonehead .pagetabs li
{
	float: left;
	list-style-type: none;
	display: inline;
}

.pageone .pageonehead .pagetabs li.alljobs
{
	float: left;
	width: 20%;
}

.pageone .pageonehead .pagetabs li.pendingjobs
{
	float: left;
	width: 25%;
}

.pageone .pageonehead .pagetabs li.completejobs
{
	float: left;
	width: 30%;
}


.alljobs a
{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0 0px;
	color: #003020;
	border: 1px solid #000;
	background: #FFF;
	font-size: 14px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}


.pageone .pageonehead .pagetabs li:hover a
{
	background: #003020;
	color: #FFF;
}

.pendingjobs a
{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0 0px;
	color: #003020;
	border: 1px solid #000;
	background: #FFF;
	font-size: 14px;
	text-align: center;
}

.completejobs a
{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0 0px;
	color: #003020;
	border: 1px solid #000;
	border-left: 0px;
	background: #FFF;
	font-size: 14px;
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
	text-align: center;
}


li.active .alljobs
{
	background: #003020;
	color: #FFF;
}
li.active .pendingjobs
{
	background: #003020;
	color: #FFF;
}

li.active .completejobs
{
	background: #003020;
	color: #FFF;
}


.joblist
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.jobbox
{
	float: left;
	width: 100%;
	background: #FFF;
	padding: 20px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	filter: drop-shadow(2px 3px 4px #b9b9b9);
	margin-bottom: 20px;
}


.jobboxleft
{
	float: left;
	width: 70%;
}

.jobboxtitle
{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #222;
	font-weight: 600;
	padding-bottom: 10px;
}

.jobboxline
{
	float: left;
	width: 100%;
	line-height: 26px;
}

.jobboxline .lineleft
{
	float: left;
	width: 30%;
	font-weight: 600;
	font-size: 16px;
}

.jobboxline .lineright
{
	float: left;
	width: 70%;
	font-weight: 500;
	font-size: 16px;
}

.whatthreelink
{
	float: left;
	padding-left: 36px;
	line-height: 26px;
	background: url(/Images/whatwords.svg) no-repeat center left;
	color: #222;
	margin-top: 5px;
}


.jobboxright
{
	float: left;
	width: 30%;
}

.jobboxrighttop
{
	float: left;
	width: 100%;
}

.jobrightstatus
{
	float: right;
	height: 34px;
	line-height: 34px;
	padding: 0 14px;
	background: #003b25;
	color: #FFF;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	filter: drop-shadow(2px 3px 4px #b9b9b9);
	margin-top: 10px;
}

.jobrightstatus.active
{
	background: #4FB06D;
	color: #FFF;
}

.jobrightstatus.pending
{
	background: #253342;
	color: #FFF;
}

.jobrightmiles
{
	float: right;
	height: 34px;
	line-height: 34px;
	padding: 0 14px;
	background: #003b25;
    background: linear-gradient(90deg, rgba(0, 59, 37, 1) 0%, rgba(0, 29, 17, 1) 100%);
	color: #FFF;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	filter: drop-shadow(2px 3px 4px #b9b9b9);
}

.jobboxrightopen
{
	float: right;
	width: 100%;
	margin-top: 30px;
}

.openjob
{
	float: right;
	width: 100%;
	height: 22px;
	background: url(/Images/openjob.png) no-repeat center right;
}

.openjob span
{
	display: none;
}


.pagetwo
{
	float: left;
	width: 100%;
	padding: 30px;
}

.pagetwotop
{
	float: left;
	width: 100%;
	padding: 30px;
	background: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.pagetwotitle
{
	float: left;
	width: 100%;
	color: #222;
	font-size: 50px;
	line-height: 58px;
	text-align:  center;
	font-weight: 600;
	margin-top: 10px;
	padding-bottom: 10px;
}

.pagetwoline
{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #222;
	text-align: center;
	font-weight: 400;
}

.pagetwoname
{
	float: left;
	width: 100%;
	font-weight: 500;
}

.pagetwomap
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.pagetwobot
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.startdel
{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	background: #003b25;
    background: linear-gradient(90deg, rgba(0, 59, 37, 1) 0%, rgba(0, 29, 17, 1) 100%);
	text-align: center;
	font-size: 26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: uppercase;
}

.capsig
{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	background: #222;
	text-align: center;
	font-size: 26px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
	text-transform: uppercase;
}

.sigbox
{
	float: left;
	width: 100%;
}

.pagefour
{
	float: left;
	width: 100%;
	padding: 14px;
}

.pagetourtitle
{
	float: left;
	width: 100%;
	padding: 20px;
	background: #003b25;
    background: linear-gradient(90deg, rgba(0, 59, 37, 1) 0%, rgba(0, 29, 17, 1) 100%);
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	font-size: 24px;
	text-align: center;
}

.pagefourmain
{
	float: left;
	width: 100%;
	padding: 30px;
	background: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
}

.fourline
{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.fourlineleft
{
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 20px;
	font-weight: 500;
}

.fourlineright
{
	float: left;
	width: 60%;
	text-align: left;
}

.sigbox
{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.sigboxtitle
{
	float: left;
	width: 100%;
	font-weight: 600;
}



.complete
{
	float: left;
	width: 100%;
	height: 100vh;
	padding: 20px;
	background: #003b25;
    background: linear-gradient(90deg, rgba(0, 59, 37, 1) 0%, rgba(0, 29, 17, 1) 100%);
}

.completelogo
{
	float: left;
	width: 100%;
	height: 40px;
	background: url(/Images/mainLogo.svg) no-repeat center center;
	background-size: contain;
	margin-top: 10px;
}

.completetick
{
	float: left;
	width: 100%;
	height: 200px;
	background: url(/Images/tick.svg) no-repeat center center;
	margin-top:  60px;
}

.delcomplete
{
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	line-height: 36px;
	margin-top: 20px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

.delmsg
{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding-left: 10%;
	padding-right: 10%;
	color: #FFF;
	text-align: center;
}

.delmsg strong
{
	font-weight: 600;
}

.returnbtn
{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #222;
	background: #C1c1c1;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
}


@media (min-width: 320px) and (max-width: 600px)
{
	
	.pageone .pageonehead .pageoneheadleft
	{
		float: left;
		width: 100%;
		font-size: 20px;
		line-height: 32px;
		color: #222;
		font-weight: 600;
	}

	.pagetabs
	{
		float: left;
		width: 100%;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	.alljobs
	{
		float: left;
		width: 20%;
		text-align: center;
	}

	.pendingjobs
	{
		float: left;
		width: 25%;
		text-align: center;
	}

	.completejobs
	{
		float: left;
		width: 30%;
		text-align: center;
	}
	
	.jobbox
	{
		padding: 14px;
	}

	.jobboxtitle
	{
		font-size: 18px;
	}


	.jobboxline .lineleft
	{
		font-size: 14px;
	}

	.jobboxline .lineright
	{
		font-size: 14px;
	}


	.jobboxright
	{
		float: left;
		width: 30%;
	}

	.jobboxrighttop
	{
		float: left;
		width: 100%;
	}

	.jobrightstatus
	{
		float: right;
		height: 34px;
		line-height: 34px;
		padding: 0 14px;
		background: #003b25;
		color: #FFF;
		margin-top: 10px;
		font-size: 13px;
	}

	.jobrightstatus.active
	{
		background: #4FB06D;
		color: #FFF;
	}

	.jobrightstatus.pending
	{
		background: #253342;
		color: #FFF;
	}

	.jobrightmiles
	{
		float: right;
		height: 34px;
		line-height: 34px;
		padding: 0 14px;
		font-size: 13px;
	}

	.jobboxrightopen
	{
		float: right;
		width: 100%;
		margin-top: 30px;
	}	
	
	.pagetwo
	{
		padding: 14px;
	}

	.pagetwotop
	{
		padding: 14px;
	}

	.pagetwobot
	{
		margin-top: 20px;
	}

	.pagefourmain
	{

		padding: 14px;

	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}