@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, header, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; 
}
body {
	overflow-x: auto;
	overflow-y: scroll; 
	background: #FFFFFF;
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	background-image: url("images/Bermuda-Neighborhood.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
}
a {
	color: #98E189;
}
textarea, input, select, button {
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 17px;
	box-sizing: border-box; 
	padding: 5px;
	border-radius: 5px;
}
div.fadeMe {
  opacity:    0.8; 
  background: #1f3723; 
  width:      100%;
  height:     100%; 
  z-index:    -1;
  top:        0; 
  left:       0; 
  position:   fixed; 
}
.wrapper {
	text-align: center;
	margin: 0 auto;
}
header {
	width: 100%;
	padding: 0px;
	height: 132px;
	background-image: url("images/Hustle Truck Nav Bg.jpg");
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	border-bottom: 1px solid #333;
	z-index: 10;
}
hr {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
.line{
	width: 80%;
	border: 0;
   	height: 1px;
	margin: 10px auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.logo{
	margin: 0 auto;
	text-align: center;
}
.imglogo{
	margin: 0;
	height: auto;
	width: 716px;
	max-width: 100%;
	border: none;
}
.content {
	margin: 0 auto;
	padding: 20px 0 90px 0;
	top: 140px;
	position: relative;
}

#calendar {
    max-width: 716px;
    margin: 30px auto;
}
h1 {
	text-align: center;
	font-size: 28px;
}
h2{
	font-size: 24px;	
}
.h2login {
	background-color: #17741F;
	text-align:center;
	border-radius: 10px 10px 0 0;
	margin: -10px -40px;
	padding: 15px;
}
h3{
	font-size: 20px;
}
td { 
	padding: 5px;
}
.loginbutton{
	width: 50%;
	background-color: #17741F;
	color: white;
	border: 2px solid #ccc;
	padding: 5px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 15px;
}
.login{
	width:350px;
	max-width: 100%;
	border-radius: 10px;
	border: 2px solid #ccc;
	padding: 10px 40px 25px;
	margin: 70px auto;
	background-color: #FFFFFF;
}
.menubutton{
	background-color: #cccccc;
	background: linear-gradient(to bottom right, #FFFFFF, #CCCCCC);
	border: 1px solid #666;
	padding: 8px;
	margin: 4px;
	font-size: 18px;
	cursor: pointer;
	border-radius: 6px;
}
.dashboard{
	width:600px;
	border-radius: 10px;
	border: 2px solid #ccc;
	padding: 10px 40px 25px;
	margin: 70px auto;
}
.menubar{
	width: 100%;
	background-color: #609f36;
	position: fixed;
	top: 95px;
	border-bottom: 1px solid #CCC;
	z-index: 10;
}
.welcome{
	color: #fff;
	text-align: left;
	padding: 10px;
	float: left;
}
.menuoptions {
	float: right;
	text-align: right;
	overflow: hidden;
	padding: 5px;
}
.menuoptions form {
	display: inline-block;
}
.form {
	padding: 10px;
	text-align: left;
	font-size: 18px;
}
.form label {
	padding: 5px;
}
.form input, .form select {
	margin: 5px;
}
#searchbox {
  background-image: url('images/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  min-width: 75vw;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
#summarytable, #jobstable, #workerstable{
	margin: 0 auto;
    background-color: #18341aa8;
    border-radius: 5px;
    min-width: 75vw;
}
#workerstable tr:nth-child(4n+1), #jobstable tr:nth-child(4n+1){
    background-color: #18341aa8;
}
.roundimg{
	border-radius: 10px;
}

#left, #right {
    width: 350px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    float: left;
	background-color: azure;
	height: 500px;
	overflow: scroll;
}
.butdrag{
	background: linear-gradient(to bottom right, #DDDDDD, #FFFFFF);
	border: 1px solid #999; 
    width: 150px; 
    padding: 5px;
    display: block;
    margin: 5px;
}
.fc-day{
	background: linear-gradient(to bottom right, #FFFFFF, #17741F);
}
.fc-widget-header{
	background-color: #17741F;
	padding: 5px;
}
.fc-event{
	background-color: #0e3814a6 !important;
}
footer {
	width: 100%;
	background-color: #004000;
	position:fixed;
	bottom: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	z-index: 10;
	border-top: 1px solid #727c40;
}
footer div{
	margin: 10px;
}
footer div a{
	color: #FFF;
}
#print{
	color: black;
}