.mainlogo {
	
	width:300px;
}

.spacer {
	margin-top:10px;
	
}

.spacer-bottom {
	margin-bottom:10px;
}

hr.sectionend {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	margin-bottom:50px;
}
hr.sectionend:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

.btn {
	height:34px;
}

.brand {
	
	height:20px;
}
.btn .glyphicon {
	line-height:17px;
}

#refHeader, #dateHeader, #nameHeader {
	cursor: pointer;
}

#map{
    position:relative;
    text-align: center;
    color: #363535;
    text-transform: uppercase;
    width: 100%;
    height: 350px;
    margin:0 auto;
    margin-top:20px;
    background:#efefef;
}

#reportmap {
	max-width:800px;
	width:100%;
	height:700px;
	margin:0 auto;

}



#map .locate{
	position:relative;
	text-transform: none;
	
}
#map .helper, #previewtreemap .helper{
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    color: rgb(54, 54, 54);
    width: 180px;
    line-height: 135%;
    margin:50px auto 20px auto;
   
    position:relative;
 
}
#preloader{
    position: relative;
	margin:50px auto 50px auto;
	display:none;
}

#editpreloader {
	position:relative;
	top:-208px;
	
	display:none;
	z-index: 5;
}

#mapblanker {
	position:relative;
	top:-419px;
	display:none;
	z-index: 4;
	background:#efefef;
	width:100%;
	height:350px;
}

th {
	font-size:14px;
}

#treeTable th:first-child, #treeTable td:first-child {
	width:60px;
}

#treeTable td:first-child .form-control {
	padding:6px 6px;
	text-align:center;
}

#methodTable th:first-child, #methodTable td:first-child {
	width:50px;
}

#treeTable th:nth-child(2), #treeTable td:nth-child(2) {
	width:200px;
}

#methodTable th:nth-child(3), #methodTable td:nth-child(3) {
	width:150px;
}

#treeTable th:nth-child(3), #treeTable td:nth-child(3) {
	width:24%;
}

#treeTable th:nth-child(4), #treeTable td:nth-child(4) {
	width:24%;
}

#treeTable th:nth-child(5), #treeTable td:nth-child(5) {
	width:24%;
}

#treeTable th:nth-child(6), #treeTable td:nth-child(6) {
	width:150px;
}
#treeTable td:nth-child(6) .form-control {
	padding:6px 6px;
}

#treeTable th:nth-child(7), #treeTable td:nth-child(8) {
	width:40px;
	padding:8px 0px;
}

#treeTable td:nth-child(7) {
	padding-right:8px;
}

#treeTable th:nth-child(8), #treeTable td:nth-child(8) {
	width:40px;
	padding:8px 8px 8px 0px;
}

#treeTable th:nth-child(10), #treeTable td:nth-child(10) {
	width:40px;
	padding:8px 0px;
}



#addOps, #addPlant, #addEquip, #addhaulage, #speciesMGMT, #methodMGMT, #workMGMT, #toolsMGMT, #haulageMGMT, #plantMGMT, #jobtypeMGMT {
	width:100%;
}

#addOps tr input, #addOps tr a, #addPlant tr input, #addPlant tr a, #addEquip tr input, #addEquip tr a, #addhaulage tr input, #addhaulage tr a, #speciesMGMT tr input, #speciesMGMT tr a, #methodMGMT tr input, #methodMGMT tr a, #workMGMT tr input, #workMGMT tr a, #toolsMGMT tr input, #toolsMGMT tr a, #haulageMGMT tr input, #haulageMGMT tr a, #plantMGMT tr input, #plantMGMT tr a, #jobtypeMGMT tr a{
	margin-bottom: 10px;
}
#addOps td:nth-child(2), #addPlant td:nth-child(2), #addEquip td:nth-child(2), #addhaulage td:nth-child(2), #speciesMGMT td:nth-child(2), #methodMGMT td:nth-child(2), #workMGMT td:nth-child(2), #toolsMGMT td:nth-child(2), #haulageMGMT td:nth-child(2), #plantMGMT td:nth-child(2), #jobtypeMGMT td:nth-child(2) {
	width:50px;
	text-align:center;
}

.thumb{
    margin: 10px 5px 0 0;
    width: 100px;
}

.haulage .checkbox+.checkbox, .equipment .checkbox+.checkbox, .plantHire .checkbox+.checkbox, .operators .checkbox+.checkbox, .rwaMain .checkbox+.checkbox {
	margin-top:10px;
}

/*iphone style toggle*/

.s-switch input[type='checkbox']{display:none}

.s-switch {
	width: 48px;
	height: 20px;
	background: #E5E5E5;
	z-index: 0;
	margin: 0;
	padding: 0;
	appearance: none;
	border: none;
	cursor: pointer;
	position: relative;
	border-radius:16px; 
	-moz-border-radius:16px; 
	-webkit-border-radius:16px;
	display:inline-block;
	vertical-align:middle;
}

.s-switch:before {
	content: ' ';
	background: #d2d2d2 !important;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 48px;
	height: 19px;
	background: #FFFFFF;
	z-index: 1;
	border-radius:16px; 
	-moz-border-radius:16px; 
	-webkit-border-radius:16px;
}

.s-switch:after {
	content: ' ';
	height: 18px;
	width: 18px;
	border-radius: 18px;
	z-index: 2;
	background: #FFFFFF;
	position: absolute;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	top: 1px;
	left: 3px;
	-webkit-box-shadow: 0 2px 5px #999999;
	box-shadow: 0 2px 5px #999999;
}

.s-switch-on, .s-switch-on:before{
	background: #056839 !important;
}
.s-switch-on:after{
	left: 31px !important;
}
.s-switch-readonly, .s-switch-disabled{
	opacity: 0.8;
}

.s-switch-readonly.s-switch-on {
	background: #638876 !important;
	opacity: 1;
}

.btn-primary, .btn-primary.disabled:hover, .btn-primary.disabled:focus{
	background:#056839;
	border-color:#03562e;
}

.btn-primary:hover, .btn-primary:focus {
	background:#037f43;
	border-color:#03562e;
}

.btn-primary:active, .btn-primary:active:hover {
	background:#0d854d;
	border-color:#03562e;
}



/* hide default file input */
.photoinput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.photoinput + label {
	cursor: pointer; /* "hand" cursor */
}

.photoinput:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* hide default file input */
.siteplaninput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.siteplaninput + label {
	cursor: pointer; /* "hand" cursor */
}

.siteplaninput:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.minimised {
	height:0.1px;
	width:0.1px;
	opacity:0;
	overflow:hidden;
	position:absolute;
	z-index:-1;
}



.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #056839;
    border-color: #056839;
    
}

.pagination>li>a, .pagination>li>span {
	color:#056839;
	cursor:pointer;
}

#finalisation {
	margin-top:30px;
}

.link-primary {
	color:#056839;
}

.link-primary:hover {
	color:#218d5a;
}

#loginform input, #regform input, #resetform input, .picklist img {
	margin-bottom:10px;
}

.picklist input {
	width:50px;
	margin:0px auto 10px auto;
}
.padding-all {
	padding:5px;
}


#rwaMain h3 {
	clear:both;
	padding-top:10px;
}

.clearrow {
	clear:both;
}

.picklist input.end {
	width:100px;
	
}

.picklist img {
	max-width:100%;
	max-height:180px;
}

.picklist > div > div {
	min-height:218px;
}

.treephoto {
	max-height:300px;
}

.pointertarget:hover {
	cursor:pointer;
}



#jobListing td a.btn {
	margin-right:5px;
}

#jobListing td div a.btn:nth-child(2),#jobListing td div a.btn:nth-child(3) {
	margin-left:5px;
}
#jobListing tr td:nth-child(1) {
	max-width:40px;
}

/*#jobListing tr td:nth-child(2), #jobListing tr td:nth-child(3) {
	max-width:40px;
}*/


#jobListing tr td:nth-child(4) {
	max-width:120px;
}

@media (max-width:420px) {
	#jobListing tr td:nth-child(4) {
	min-width:30px;
	
}
#jobListing td div a.btn:nth-child(2),#jobListing td div a.btn:nth-child(3) {
	margin-left:0px;
}
}

.footerlogo {
	max-height:25px;
	display:inline-block;
	vertical-align: text-bottom;
	margin-bottom:-3px;
}

.footer p {
	line-height:25px;
}

.numbercircle {
    border-radius: 50%;
    width: 70px;
    height: 70px;
	font-size:20px;
	line-height:66px;
    background: #056839;
    border: 2px solid #056839;
    color: #fff;
    text-align: center;
}

.treeinfo {
	min-height:340px;
	margin-bottom:20px;
}

.equip div, .rwa div, .risk div {
	margin-top:10px;
	margin-bottom:10px;
}

.equip h3, .rwa h3, .risk h3 {
	margin-top:20px;
	padding-top:20px;
}

.equip h4, .rwa h4, .risk h4 {
	padding-top:10px;
}

#userListing td input:first-child{
	width:60px;
}
#userListing th:first-child {
	width: 60px
}
#userListing td input:nth-child(2), #userListing td input:nth-child(3) {
	width:150px;
}
#userListing th:nth-child(2), #userListing th:nth-child(3) {
	width:160px;
}
#userListing td input:nth-child(4){
	width:250px;
}
#userListing th:nth-child(4) {
	width:260px;
}
#userListing td select:nth-child(5) {
	width:130px;
	display:inline-block;
}
#userListing th:nth-child(5) {
	width:140px;
}
#userListing th:nth-child(6) {
	width:100px;
}
#userListing td select:nth-child(6) {
	width:90px;
	display:inline-block;
}

#userListing td input:first-child, #userListing td input:nth-child(2), #userListing td input:nth-child(3), #userListing td input:nth-child(4), #userListing td select:nth-child(5), #userListing td select:nth-child(6) {
	display:inline-block;
	margin-right:10px;
}

#userListing td form:first-child{
	display:inline-block;
	max-width:1110px;
}

#userListing td form:nth-child(2){
	display:inline-block;
	margin-left:10px;
}

#userListing td form {
	margin-bottom:2px;
}

#newuser input, #newuser select {
	margin-bottom:10px;
}

#loggedin.menu {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    border-bottom: 2px solid #056839;
}

#staticmap {
	display:none;
}
.sublogo {width:80px;}
@page {
  size: A4 Landscape;
}


@media print {
	.container {
		width:100%;
	}
	
	a[href]:after{
		content:"" !important;
	}
	
	.mainlogo {
		width:500px;
		
	}
	#locationmap {
		display:none !important;
	}
	
	#reportmap {
		width:800px;
		height:700px;
		display:inline-block;
	}
	
	
	.container.break {
	page-break-before: always;
	}
	
	.treeinfo {
		page-break-inside: avoid;
	}
	
	
	.treeresults {
		width:40%;
	}
	
	.treephoto {
		width:50%;
	}
	
	.treephoto a img {
		max-height:340px;
		width:auto;
	}
	
	
	div.nobreak {
		page-break-inside: avoid;
	}
	
	
	#reportmap > div > div > div > a {
		display:none !important;
		
	}
	
	
	#reportmap > div > div > div > div > a {
		display:none !important;
		
	}
	
	#reportmap img {
    max-width: none !important;
  	}
  	
  	#reportmap .gm-fullscreen-control {
	  	display: none !important;
  	}
  	  	
  	#loggedin {
	  display:none;
	}
	
	#geninfo {
		width:30%;
		float:left;
	}
	
	#geninfo:after{
		clear:none;
		display:inline-block;
		content:"";
	}
	
	.container.noclearfix:after{
		clear:none;
		content:"";
	}
	
	#clientinfo {
		width:100%;
	}
	#jobinfo {
		clear:left;
		width:100%;
	}
	
	#siteplan {
		width:70%;
		float:right;
	}
	
	h3.sitemap {
		clear:none;
	}
	
	.firstpage {
		page-break-after:always;
	}
	
	.insurance {
		transform: rotate(90deg);
		width: 700px;
		margin-top: -100px;
		display:block;
		
		
	}
	
	.width700 {
		width:700px;
	}
	
	.insurance img {
		height:800px;
	}

}

@media 
only screen and (max-width: 1440px) {

	/* Force table to not be like tables anymore */
	table#treeTable, table#treeTable thead, table#treeTable tbody, table#treeTable th, table#treeTable td, table#treeTable tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table#treeTable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table#treeTable tr { border-bottom: 1px solid #ccc; }
	table#treeTable tr:first-child { border-top: 1px solid #ccc; }
	
	table#treeTable td { 
		/* Behave  like a "row" */
		border: none;
		
		position: relative;
		padding-left: 110px !important; 
	}
	
	table#treeTable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 105px; 
		padding-right: 5px; 
		white-space: nowrap;
		font-weight:bold;
		line-height:38px;
	}

	table#treeTable td:nth-child(10) {
		padding:8px 8px 8px 0px;
	}
	
	/*
	Label the data
	*/
	table#treeTable td:nth-of-type(1):before { content: "Job Number"; }
	table#treeTable td:nth-of-type(2):before { content: "Job Type"; }
	table#treeTable td:nth-of-type(3):before { content: "Species"; }
	table#treeTable td:nth-of-type(4):before { content: "Action"; }
	table#treeTable td:nth-of-type(5):before { content: "Method"; }
	table#treeTable td:nth-of-type(6):before { content: "Cost"; }
	table#treeTable td:nth-of-type(7):before { content: "Add Photo"; }
	table#treeTable td:nth-of-type(8):before { content: "GPS Locate"; }
	table#treeTable td:nth-of-type(9):before { content: "Remove"; }
	
	/*resize buttons*/
	#treeTable td {
		width:100% !important;
	}
	
	.photoinput + label {
		width:100%;
	}
	
	.gps {
		width:100%;
	}
	
	.removerow {
		width:100%;
	}

	#treeTable td:nth-child(8) {
		padding-right:8px;
	}
	
	#jobListing td a.btn {
		margin-right:0px;
		margin-bottom:5px;
	}
	
	#jobListing td a.btn:last-child {
		margin-left:0px;
	}


}

.brand {
	
	height:20px;
}
.login-status {
    float: right !important;
    line-height:50px;
}

.container>.login-header, .container-fluid>.login-header, .container>.login-collapse, .container-fluid>.login-collapse {
    margin-right: -15px;
    margin-left: -15px;
    float:left;
}

.login-brand {
	margin-left:0px !important;
}

.accidentphotocolumn {
	width:30px;
}

textarea {
  resize: vertical;
}

.btn-wide {
	padding-left:50px;
	padding-right:50px;
}

.firstrow {
	margin-bottom:3px;
}
.secondrow {
	margin-bottom:3px;
}

.accidentimage {
	max-width:100%;
	margin-bottom:20px;
}

/*customer stuff*/
#customerchoice {
	width:100%;
	margin-bottom:10px;
}
.easy-autocomplete-container .eac-item {
	text-align:left;
}

/*remove number controls from chrome/safari/firefox*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; /* Removes leftover margin */
}
input[type=number] {
	-moz-appearance: textfield;
  }
