	body {
		
	}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: Segoe UI,Roboto, arial, verdana;
	background-color: #f9f9f9 !important;
	
}
body.dark {
	background-color: #000000 !important;
	color: #AFAFAF;
}

div.leftbar div.innermenu li a i.svg-icon {
	margin-right: 5px;
	
	
}

img.icon {
	width: 25px;
}


.icon-left-arrow {
    background-image: url('/images/icons/arrow-left.svg');
}

.icon-burger {
    background-image: url('/images/icons/hamburger.svg');
}
.icon-gear {
    background-image: url('/images/icons/gear.svg');
}
.icon-contacts {
    background-image: url('/images/icons/contacts.svg');
}
.icon-hauls {
    background-image: url('/images/icons/hauls.svg');
}
.icon-maintenance {
    background-image: url('/images/icons/maintenance.svg');
}
.icon-timesheets {
    background-image: url('/images/icons/timesheets.svg');
}
.icon-inventory {
    background-image: url('/images/icons/inventory.svg');
}
.icon-tractor {
    background-image: url('/images/icons/tractor.svg');
}
.icon-farm_fields {
    background-image: url('/images/icons/farm_fields.svg');
}

.icon-home {
    background-image: url('/images/icons/home.svg');
}

.icon-logout {
    background-image: url('/images/icons/logout.svg');
}
.icon-jobs {
    background-image: url('/images/icons/jobs.svg');
}

.svg-black {
	filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(0%) contrast(103%);
}
.svg-white {
	filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(108%) contrast(102%);
}
.svg-12 {
	min-width: 12px;
    min-height: 12px;
}
.svg-24 {
	min-width: 24px;
    min-height: 24px;
}
.svg-icon {
    background-size: 100% auto!important;
    
    display: inline-block;
    width: 1em;
    height: 1em;
}
div.list {
	        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

div.list table {
		width: 100%;
		border-collapse: collapse;
	}
	div.list table tr td {
		border-collapse: collapse;
		padding-top: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
		padding-left: 10px;
		min-height: 50px;
		vertical-align: center;
		
	}
	div.list table tr {
		background-color: #fff;
	}
	
	body.dark div.list table tr {
		background-color: #2A2A2A;
	}
	
	div.list table tr:hover {
		background-color: #f3f3f3;
	}
	div.list table tr:active {
		background-color: #ddedf9;
	}
	div.list table tr td {
		border-top: 1px solid #e6e6e6;
		
	}
	div.list table>tbody>tr>td:first-child {
		border-left: 4px solid #fff;
	}
	div.list table>tbody>tr:active>td:first-child {
		border-left: 4px solid #1664a7;
	}
	
	div.circle {
		background-color: #ccc;
		border-radius: 50px;
		width: 50px;
		text-align: center;
		padding-top: 10px;
		box-sizing: border-box;
		height: 50px;
	}
	body.dark div.circle {
		background-color: #000;
	}
	div.list {
		width: 100%;
		float: left;
	}
	


tr.headrow td {
font-weight: bold;
background-color: #fafafc;
border-bottom: 2px solid #d9dfe7;
height: 39px;
}

table.data {
	border-top: 2px solid #c1c1c1;
		border-radius: 5px;
		background-color: #ffffff;
		border-bottom: 2px solid #efefef;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		box-sizing:border-box;
		
	
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	background-color: #fff;
}
body.dark  table.data {
	background-color: #1B1B1B !important;
	color: #B7B7B7;
}
table.data td {
padding: 15px;
border-bottom: 1px solid #ebedf2;
}
table.data tbody > tr:nth-of-type(1) {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
table.data tbody > tr:nth-of-type(1) > td:nth-of-type(1) {
	border-top-left-radius: 5px;
}
table.data tr:nth-child(odd) td {
	background-color: #f9f9f9;
}
body.dark > table.data tr:nth-child(odd) td {
	background-color: #4E4E4E;
}


body.dark table.data tr:nth-child(odd) td {
	background-color: #313232;
}
body.dark a {
	color: #787878;
}

table.data {
border-collapse: collapse;
}

	table.card {
		border-top: 2px solid #c1c1c1;
		border-radius: 5px;
		background-color: #ffffff;
		border-bottom: 2px solid #efefef;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		box-sizing:border-box;
	} 
	body.dark  table.card {
		background-color: #4E4E4E;
		
	}
	
	table.card td {
		border-bottom: 1px solid #dddddd;
		color: #5a5d5a;
		padding: 5px;
	}
	body.dark table.card td { 
		color: #fff !important; 
	}
	
	.button:hover  {
		background-color: #367fa9;
	}
		
	.button {
		text-decoration: none;
		display: inline-block;
		background-color: #3c8dbc;
		border:1px solid #367fa9;
		color: #fff;
		padding: 6px 12px;
		font-size: 14px;
		white-space: nowrap;
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		border-radius: 3px;
	}
	body.dark .button {
		background-color: #06324B;
		color: #fff;
	}
	.fullwidthmobile {
			width: 320px;
			margin: 20px;
			float: left;
	}
		
		
	
	
	
input[type=text],input[type=password],input[type=phone],input[type=email],textarea,select,input[type=date],input[type=number] {
	border: 1px solid #e5e5e5;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 3px;
	font-family: arial, helvetica;
	font-size: 14px;
}	
textarea {
	height: 300px;
	
}

body.dark input[type=text],
body.dark input[type=number],
body.dark input[type=date],
body.dark select,
body.dark input[type=password],
body.dark input[type=phone],
body.dark input[type=email],
body.dark textarea {
	background-color: #171B1E;
	color: #fff;
	border: 1px solid #515151;
}

	


		.hidesmall {
			display: none;
		}
		div.container {
			width: 100%;
			height: 100vh;
			box-sizing:border-box;
			overflow: hidden;
			display: flex;
  
		}
		div.leftbar {
			user-select: none;
			-moz-user-select: none;
			-khtml-user-select: none;
			-webkit-user-select: none;
			-o-user-select: none;
			height: 100%;
			background-color: #2b78b3;
			max-width: 320px;
			flex-grow: 1;
			overflow: hidden;
		}
		body.dark div.leftbar {
			background-color: #0B1115;
		}
		div.middlebar {
			max-width: 500px;
			height: 100%;
			background-color: #ccc;
			flex-grow: 1;
		}
		div.rightbar {
			
			flex-grow: 1;
			
			height:100%;
			
		}
		iframe.middleFrame {
			width: 100%;
			height: 100%;
			
		}
		iframe.rightFrame {
			width: 100%;
			height: calc(100% - 40px);
		}
		
		div.leftbar a {
			color: #fff;
			text-decoration: none;
			font-size: 20px;
			padding-top: 5px;
			padding-bottom: 5px;
			float: left;
			width: 100%;
			
		}
		div.leftbar ul {
			list-style-type: none;
			padding-left: 0px;
			margin-left: 0px;
		}
		div.leftbar ul li {
			padding: 10px;
			border-bottom: 1px solid #ccc;
			float: left;
			width: 100%;
			box-sizing: border-box;
		}
		#lb {
			display:none;
		}
		#lb:checked+.leftbar {
			
			max-width: 40px;
		}
		div.innermenu {
			width:320px;
		}
		
		
		@media screen and (max-width: 500px) {
		  .show_xs {
			display: block;
		  }
		  .hide_xs {
			  display: none;
		  }
		  div.leftbar {
			  width: 200px;
		  }
		  div.innermenu {
			width:200px;
		}
		}

		div.toolbar {
			height: 40px;
			background-color: #ccc;
			
		}
		body.dark div.toolbar {
			background-color: #777;
		}
		
		div.time {
			position: fixed;
			right: 10px;
			top: 10px;
		}
		
		
div.spacing {
	padding: 20px;
}
div.searchspacing {
	height: 80px;
	float:left;
	
	width:100%;
}
div.bottom {
	float:left;
	height:80px;
	position: fixed;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-bottom: 2px solid #e5e5e5;
	background-color: #fff;
	box-sizing:border-box;
	bottom: 0px;
}

body.dark div.bottom {
	background-color: #1B1B1B !important;
}

div.search {
	float:left;
	height:80px;
	position: fixed;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	top: 0px;
	padding-top: 20px;
	border-bottom: 2px solid #e5e5e5;
	background-color: #fff;
	box-sizing:border-box;
}
body.dark div.search {
	background-color: #000000;
}
div.search input[type=text]{
	border: 1px solid #e5e5e5;
	padding: 5px;
	width: 100%;
	
}

		