/* Site Colors:

  #1A446C - blue grey

  #689DC1 - light blue

  #D4E6F4 - very light blue

  #EEE4B9 - light tan

  #8D0D19 - burgundy

*/

html { 
	height: 100%; 
	width: 100%; 
	background-color: #000;	
}

body {
  width: 100%; height: 100%; 
  margin: 0; padding: 0; border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 13px; line-height: 15px;
  /*  background: #c8e9ff;  */
  background: #000;
}
.chartbody {
	background: #ffffff;
}
/*#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  /*min-width: 100%;
  min-height: 100%;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
img { border: none; }

a { color: #8D0D19; }

a:hover { color: #1A446C; }
*/
#header { 

	height: 70px; 
	
	margin: 0; padding: 0; text-align: left; 

  background: #1A446C; color: #D4E6F4;

}

#header h1 {

	padding: 1em; 

	margin: 0;

	text-align: center;

}

#main { 
	height: 100%; width: 100%; 
	margin: 0; padding: 0; 
/*  background: #c8e9ff;  */
	background: #000;
}

#footer {
	background: #1A446C;
	bottom: 0;
	width: 100%;
	clear: both;
	color: #D4E6F4;
	height: 2em; margin: 0; padding: 1em; 
    position: fixed;
	text-align: center;
}

#form_footer {
	
	position: fixed;

	bottom: 0;

	width: 100%;

	clear: both;

	height: 2em; margin: 0; padding: 1em; 

	text-align: center;

	background: #1A446C;

	color: #D4E6F4;
}

/* Navigation */

#navigation { 

	float: left;

	width: 150px; height: 100%; 

	margin: 0; padding: 0 2em; 

	color: #D4E6F4; background: #8D0D19;

}

#navigation a { color: #D4E6F4; text-decoration: none; }

#navigation a:hover { color: #FFFFFF; }

.subjects { 

	margin: 1em 0; padding-left: 0; list-style: none;

}

.pages { padding-left: 2em; list-style: square; font-weight: normal; }

.selected { font-weight: bold; }

/* Page Content */

#page { 

	/*float: left; height: 100%;

	padding-left: 2em; vertical-align: top; 

	background: #EEE4B9;

	*/

	width: 400px;

	margin: 0 auto;

	background: #ffffff;
}

#page h2 { color: #004b96; margin-top: 1em;}

#page h3 { color: #8D0D19; }

.view-content {

	margin: 1em; padding: 1em; border: 1px solid #999;

}

.message { 
	
	clear: both;

	border: 2px solid #8D0D19;

	color: #8D0D19; 
	
	font-weight: bold;

	margin: 5px 30px 5px 30px; 
	
	padding: 1em; 

}
/* errors */

.error {
	
	clear: both;
	
	color: #8D0D19; 
	
	border: 2px solid #8D0D19;

	margin: 0 30px; 
	
	padding: 1em;

}

.error ul { padding-left: 2em;

}

.submitbutton {

	-webkit-box-shadow: 0 -1px 12px 0 #1b66c2;

	box-shadow: 0 -1px 12px 0 #1b66c2;

	background-color:transparent;

	-webkit-border-radius:14px;

	border-radius:14px;

	border:3px solid #004b96;

	display:inline-block;

	cursor:pointer;

	color:#050505;

	font-family: "Courier New";

	font-size:18px;

	padding:16px 31px;

	text-decoration:none;

	text-shadow:0 1px 0 #285066;

}

.submitbutton:hover {

	background-color:transparent;

}

.submitbutton:active {

	position:relative;

	top:1px;

}


/*   ------------------Contracts Start------------------------ */
#contractsbackground {

	display: inline-block;
	width: 100%;
	height: 100%;
}

#pglabel {
	width: 90%;
	display: inline-block;
}
#recordnumber {
	width: 20%;
	display: inline-block;
	text-align: right;
	padding: 0 20px 0 0;
}
.contracts {
	width: 98%;
	max-width: 1020px;
	min-width: 400px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 30px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.contracts h1{
    background: #2A88AD;
    margin: 12px 0 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
}
.pgheader {
	height: 36px;
	background: #2A88AD;
    padding: 20px 0 20px 40px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border: 1px solid #257C9E;
}

.contracts input[type="text"],
.contracts input[type="date"],
.contracts input[type="datetime"],
.contracts input[type="email"],
.contracts input[type="number"],
.contracts input[type="search"],
.contracts input[type="time"],
.contracts input[type="url"],
.contracts input[type="password"],
.contracts textarea,
.contracts select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font: normal 20px 'Bitter', serif;
    padding: 8px;
 /*   border-radius: 6px;
    -webkit-border-radius:6px;
    border: 2px solid #6babcb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);   */
}
.contracts button[type="reset"],
.contracts button[type="submit"]{
    background: #fff;
    width: 100px;
	height: 56px;
	float: right;
    padding: 8px 0 8px 0;
    margin: 0 0 0 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 18px 'Bitter', serif;
    border: 1px solid #257C9E;
}

.contracts button[type="button"]:hover,
.contracts button[type="reset"]:hover,
.contracts button[type="submit"]:hover{
    background: #255c72;
}

.contracts h2 {
	Padding: 0 0 0 4px;
}
#signpad {
	display: none;
}
/* =================================
.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  position: absolute;
  left: 0;
  top: 0;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:400px;
  height:200px;
}
*/
#signhere-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#signhere-dialog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

#signhere-dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#signhere-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#sign-wrapper {
	display: block;
	max-width: 820px;
	margin: 10px; 
	color: #000;
	background-color: #fff;
}
.signature-pad {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100vw;
  height: 360px;
  max-width: 820px;
  max-height: 460px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #000;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  width: 90%;
}

.sigline {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	border: solid 1px black;
}
#fileupload {
  display: none;
}
#continue_btn {
	display: none;
}
#warning_btn {
	display: none;
}
#ok_btn {
	display: none;
}
.backshadow {
	top: 0;
	position: fixed;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,.8); /* Black w/ opacity */
}
#signnow {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: 220px;
  height: 300px;
  background: #959595;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%) translateX(-50%); /* Adjust for horizontal centering as well */
  border: 4px solid #2A88AD;; 
}

.modal-sign {
  background: #2A88AD;
  width: 188px;
  height: 42px;
  margin: 16px;
  padding: 8px 0px 8px 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  font: normal 18px 'Bitter', serif;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  transition: all 150ms ease-in-out;
  border: 2px solid #ccc;
}
#signnow_btn {
	display: none;
}
#usesig_btn {
	display: none;
}
#nosign_btn {
	display: none;
}
#pinInput {
	display: none;
	background: white;
	width: 80px;
	height: 34px;
	margin: 50px auto 20px auto;
	text-align: center;
	padding: 8px 0px 8px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 18px 'Bitter', serif;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	transition: all 150ms ease-in-out;
	border: 2px solid #ccc;
}
#buyer {
	width: 100%;
	padding: 2px 0 0 4px;	
	font-size: 20px;
	border: none;
}
#buyeraddress {
	width: 100%;
	height: 28px;
	padding: 8px 0 0 4px;
	border: none;
}
#buyercity {
	display: inline-block;
	width: 28%;
	height: 28px;
	padding: 0 0 0 4px;
	border: none;
}
#buyerstate {
	display: inline-block;
	width: 32px;
	height: 28px;
	border: none;
	padding: 2px;
}
#buyerzip {
	display: inline-block;
	width: 72px;
	height: 28px;
	border: none;
	text-align: left;
	padding: 0;
}
#buyerphone {
	width: 96%;
	border: none;
}
#contractfarmerselect {
	width: 80%;
	padding: 0 0 0 4px;	
	background-color: #fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#contractaddress {
	padding: 0 0 0 4px;
	width: 80%;
	height: 28px;
	border: none;
}
#contractcity {
	display: inline-block;
	padding: 0 0 0 4px;
	width: 146px;
	height: 28px;
	border: none;
}
#contractstate {
	display: inline-block;
	width: 32px;
	height: 28px;
	border: none;
	padding: 2px;
}
#contractzip {
	display: inline-block;
	width: 72px;
	height: 28px;
	border: none;
	text-align: left;
	padding: 0;
}
#contractphone {
	display: inline-block;
	height: 28px;
	width: 300px;
	padding: 0 0 0 4px;
	border: none;
}
#terms {
	display: inline-block;
	width: 92%;
	padding: 0 0 0 14px;
}
#lblsellterms {
	float: left;
	width: 92%;
	height: 18px;
	
}
#termdetails {
	display: inline-block;
	width: 96%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 4px;
}
#sellterms {
	margin: 5px 0 0 0;
	width: 98%;
	resize: none;
	
}
#lblpayment {
	display: inline-block;
	width: 96%;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 4px;
}
#payment {
	margin: 5px 0 0 0;
	width: 98%;
	resize: none;
}
.lblcontracts {
	padding: 16px 10px 5px 20px;
	font-size: 18px;
	font-weight: bold;
}
#lblcontractnumber {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 0 0 0;
	width: 180px;
	text-align: center;
}
#contractnumber {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontractcommodity {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	width: 146px;
	text-align: center;
}
#contractcommodity {
	display:inline-block;
	text-align: left;
	height: 30px;
	margin: 6px 0 0 0;
	padding: 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontracttons {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	width: 118px;
	text-align: center;
}
#contracttons {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontractbales {
	display:inline-block;
	height: 56px;
	width: 118px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	text-align: center;
}
#contractbales {
	display:inline-block;
	text-align: center;
	height: 30px;
	width: 100px;
	padding: 2px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontractcut {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	width: 118px;
	text-align: center;
}
#contractcut {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	padding: 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontractsize {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	width: 118px;
	text-align: center;
}
#contractbalesize {
	display:inline-block;
	text-align: center;
	height: 30px;
	width: 100px;
	margin: 6px 0 0 0;
	padding: 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblcontractdate {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 18px 2px 0 2px;
	width: 118px;
	text-align: center;
}
#contractdate {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lblprice {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 8px 2px 0 5px;
	width: 118px;
	text-align: center;
}
#tonprice {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#lbldnpayment {
	display:inline-block;
	height: 56px;
	font-size: 14px;
	padding: 8px 2px 0 5px;
	width: 118px;
}
#dnpayment {
	display:inline-block;
	text-align: center;
	height: 30px;
	margin: 6px 0 0 0;
	background-color: #fff;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 20px 'Bitter', serif;
    border: 1px solid #257C9E;
}
#notation {
	font-size: 10px;
	margin: 0 0 0 10px;
}
.contracts .button-section {
	clear: both;
	
}
.contracts .form-footer {
	height: 40px;
}
.left50 {
	float: left;
	width: 46%;
	min-width: 375px;
	height: 180px;
	margin: 0 0 0 20px;
}
.right50 {
	float: right;
	width: 50%;
	height: 180px;
	
}
.left60 {
	float: left;
	width: 60%;
	height: 160px;
}
.right40 {
	float: left;
	width: 40%;
	height: 160px;
}
.contracts .button-section {
	display: block;
	width: 96%;
	margin: 10px 20px 10px 0;
	float: right;
}
.contracts .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
.contracts .modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 120px;
    width: 96%;
    max-width: 1012px;
    height: 640px;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}
.contractsmain {
	background: #000 !important;
}
.contractsmain .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.contractsmain .close:hover,
.contractsmain .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/*   ------------------Contracts End------------------------ */


.form-login .inner-wrap .col60L {
	width: 58%;
	float: left;
}
.form-login .inner-wrap .col40R {
	width: 40%;
	float: right;

}

#charts { 
	width: 750px; 
	background: #ffffff;
	margin: 20px auto;
}

#carrierchart {
	width: 600px;
	height: 600px;
	border: 1px solid black;
}

#charts h2 { 
	color: #004b96; 
	margin-top: 1em;
	padding: 20px 0 4px 20px;
	}

#chartstart {
	width: 160px;
	float: left;
	padding: 0 0 20px 20px;
}

#chartstart input {
	height: 34px;
	font-size: 16px;
}

#chartend {
	width: 160px;
	float: left;
	padding: 0 0 20px 20px;
}

#chartend input {
	height: 34px;
	font-size: 16px;
}

#chartcarrier {
	width: 340px;
	float: left;
	margin: 0 0 20px 20px;	
}

#chartcarrier select {
    display: block;
    width: 100%;
    height: 40px;
    font: normal 16px 'Bitter', serif;
    padding: 8px;
    background: #ffffff;
}
@media print {
  #btnhide {
    display: none;
  }
}
#btnhide{
	height: 36px;
}
#btnhide button[type="button"],
#btnhide button[type="submit"]{
    background: #2A88AD; 
    width: 70px;
	height: 32px;	
    padding: 2px 0 2px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 18px 'Bitter', serif;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E; 
    margin: 0 5px 0 5px;   
}
#btnhide button[type="submit"]:hover,
#btnhide button[type="button"]:hover{
    background: #2A6881;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.28);
}
.chrtbtns {
	float:right;
}
.testtest {
	 display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font: normal 20px 'Bitter', serif;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    border: 2px solid #6babcb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}
.chart-footer {
	clear: both;
	display: block;
	text-align: center;
	padding: 15px 0 0 0;
	height: 20px;
   
}
#managelot {
	width: 600px;
}

#inputarea{
	float:right;
}

#commentarea {
	height: 200px;
}

/* New customer styles */

#city {
	float: left;
	width: 50%;
}

#state {
	float: left;
	width: 50%;
}
#dispatch {
	width:98%;
}
#disdate {
	width: 96px;
	height: 66px;
	margin: 5px 0 0 10px;
	display: inline-block;
}
#disdate #datepicker {
	padding: 2px;
	height: 40px;
	width: 92px;
}
#lbldispatchcarrier {
	width: 210px;
	height: 66px;
	display: inline-block;
	margin: 5px 0 0 0;
}
#dispatchcarrier {
	width: 210px;
	height: 40px;
	display: inline-block;
	padding: 2px;
	margin: 5px 0 0 0;
}
#lbldispatchcarrierid {
	width: 56px;
	height: 66px;
	display: inline-block;
	margin: 5px 0 0 0;
}

#lbldispatchfarmer {
	width: 286px;
	height: 66px;
	display: inline-block;
	padding: 5px 0 0 10px;
}
#lbldispatchtime {
	width: 80px;
	display: inline-block;
}
#lbldispatchlotsearch {
	width: 80px;
	height: 66px;
	display: inline-block;
	padding: 5px 0 0 10px;
}
#lblselectlot {
	width: 286px;
	height: 66px;
	display: inline-block;
	padding: 5px 0 0 10px;
}
#dispatch #disselectfarmer #custselect {
	min-width:120px;
	max-width: 250px;
	display: inline-block;
	padding: 10px;
}
#dispatch #lots {
	min-width:120px;
	width: 20%;
	height: 38px;
	max-width: 250px;
	display: inline-block;
	padding: 10px;
}
.form-login{
    width:375px;
    padding: 20px 0 0 0;
    margin:20px auto;
    background: #FFF;
    border-radius: 30px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.form-contract{
    width:375px;
    padding: 20px 0 0 0;
    margin:20px auto;
    background: #FFF;
    border-radius: 30px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.form-settle{
    width:50%;
    padding: 20px 0 0 0;
    margin:20px auto;
    background: #FFF;
    border-radius: 30px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.form-settle h2{
	padding: 10px 30px 5px 30px;
	line-height: 25px;
}

.form-settle h1{
    background: #2A88AD;
    padding: 20px 30px 15px 30px;
    margin: -30px 0 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
}

.form-settle input[type="text"],
.form-settle input[type="date"],
.form-settle input[type="datetime"],
.form-settle input[type="email"],
.form-settle input[type="number"],
.form-settle input[type="search"],
.form-settle input[type="time"],
.form-settle input[type="url"],
.form-settle input[type="password"],
.form-settle textarea,
.form-settle select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    font: normal 20px 'Bitter', serif;
    padding: 8px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    border: 2px solid #6babcb;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}
#frmsettlefarmer{
	width: 550px;
	float: left;
}

#settlementdate{
	width: 150px;
	float: right;
	margin: 10px 20px 0 0;
}

#settleleft{
	width: 90%;
	padding: 0 5% 0 5%;
		
}

#settleright{
	height: 400px;
	
}

.form-contract input[type="text"],

.form-contract input[type="date"],

.form-contract input[type="datetime"],

.form-contract input[type="email"],

.form-contract input[type="number"],

.form-contract input[type="search"],

.form-contract input[type="time"],

.form-contract input[type="url"],

.form-contract input[type="password"],

.form-contract textarea,

.form-contract select {

    display: block;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100%;
    
    font: normal 20px 'Bitter', serif;

    padding: 8px;
    
    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #6babcb;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

}

.form-login .inner-wrap{

    padding: 10px 20px 10px 20px;

    background: #fff;

    border-radius: 26px;

    margin-bottom: 15px;

}

.form-contract .inner-wrap{

    padding: 10px 30px 10px 30px;

    background: #fff;

    border-radius: 26px;

    margin-bottom: 15px;

}

.form-login h1{

    background: #2A88AD;

    padding: 20px 30px 15px 30px;

    margin: -30px 0 0 0;

    border-radius: 10px 10px 0 0;

    -webkit-border-radius: 10px 10px 0 0;

    color: #fff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 30px 'Bitter', serif;

    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;

}

.form-contract h1{

    background: #2A88AD;

    padding: 20px 30px 15px 30px;

    margin: -30px 0 0 0;

    border-radius: 10px 10px 0 0;

    -webkit-border-radius: 10px 10px 0 0;

    color: #fff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 30px 'Bitter', serif;

    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;

}

.form-contract label{
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000080;
    margin-bottom: 10px;
}

.form-contract h6{
    display: inline;
    color: #000080; 
    margin-top: 1em;
    padding: 0 0 0 30px; 
}

.form-footer {
	
	clear: both;
	
	display: block;
	
	text-align: center;
	
	padding: 15px 0 0 0;
	
	height: 20px;
	
	border-radius: 0 0 10px 10px;

    -webkit-border-radius: 0 0 10px 10px;

    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
    
    background: #2A88AD;
}
.form-login .form-footers h6{

    background: #2A88AD;

    padding: 10px 167px 10px 167px;

    margin: 0 -30px 5px -30px;

    border-radius: 0 0 10px 10px;

    -webkit-border-radius: 0 0 10px 10px;

    color: #fff;
    
    text-align: center;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 10px 'Bitter', serif;

    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}

.form-contract .form-footers h6{

    background: #2A88AD;

    padding: 10px 167px 10px 167px;

    margin: 0 -30px 5px -30px;

    border-radius: 0 0 10px 10px;

    -webkit-border-radius: 0 0 10px 10px;

    color: #fff;
    
    text-align: center;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 10px 'Bitter', serif;

    -webkit-box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}

.form-login h1 > span{

    display: block;

    margin-top: 2px;

    font: 13px Arial, Helvetica, sans-serif;
}

.form-contract h1 > span{

    display: block;

    margin-top: 2px;

    font: 13px Arial, Helvetica, sans-serif;
}

.form-login .info {
	display: block;

    margin-top: 6px;

    font: 18px Arial, Helvetica, sans-serif;
}
.form-login label{
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    color: #000080;
    margin-bottom: 10px;
	padding: 0 2px 0 2px;
}

.form-login h5{
    display: block;
    color: #000080; 
   margin: 5px 1px 3px 0;

    
}

.form-login h6{
    display: inline;
    color: #000080; 
    margin-top: 1em;
    padding: 0 0 0 30px;
    
}

.form-login .inner-wrap .mbutton {
	margin: 4px 4px 4px 8px;	
}

.form-login .inner-wrap .wt{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 50%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-login .inner-wrap .wt30{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 30%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-login .inner-wrap .wts{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 70%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.nlname{
	
	margin: 0 4px 0 0;
}

.nlbales {
	display: block;
	float: Right;
	width: 32%;
	margin: 0 0 0 0;
}

.nlpricing {
	display: block;
	float: left;
	width: 32%;
	margin: 0 4px 0 0;
}
#nwmes {
	position: relative;
  	top: -22px;
  	right: -16px;
  	padding: 5px 10px;
  	border-radius: 50%;
  	background-color: red;
  	border: none;
  	display: none;
}
#qual {
	font: 14px Arial, Helvetica, sans-serif;
	height: 42px;
}

#cmts {
	width: 100%;
	height: 92%;
	font: normal 14px 'Bitter', serif;
}
#lblcmts{
	height: 190px;	
}
#nldate {
	clear: both;
}

#nlloc {
	clear: both;
}

#getlocc {
	float:right;
	margin:	0 0 0 5px; 
	
}

#nllotnumval {
	float: right;
	width: 100px;
}

#ltnum {
	border: none !important;	
}

#nllotnum {
	float: right;
	width: 60px;
}

#nlttl {
	float: left;	
	width: 160px;
}

.form-login .inner-wrap .ldr{
	display: inline-block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 32%;
        
	float: left;
	
	margin: 1px;

    padding: 2px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}
.form-login input[type="text"],

.form-login input[type="date"],

.form-login input[type="datetime"],

.form-login input[type="email"],

.form-login input[type="number"],

.form-login input[type="search"],

.form-login input[type="time"],

.form-login input[type="url"],

.form-login input[type="password"],

.form-login textarea,

.form-login select {

    display: block;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100%;
    
    font: normal 18px 'Bitter', serif;

    padding: 8px;
    
    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #6babcb;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

}

.form-contract select {

    display: block;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100%;
    
    font: normal 20px 'Bitter', serif;

    padding: 8px;
    
    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #6babcb;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);

}

.form-login .section{

    font: normal 20px 'Bitter', serif;

    color: #2A88AD;

    margin-bottom: 5px;

}

.form-login .dropbx{
	font-size: 16px;
    margin: 0 0 15px 0;
}

.form-login .splitdetails{
	width: 82%;
	
	text-align: center;
	
	font-size: 14px;
	
	padding: 9px;
	
	border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #6babcb;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	
}
.form-login .section span {

    background: #2A88AD;

    padding: 5px 10px 5px 10px;

    position: absolute;

    border-radius: 50%;

    -webkit-border-radius: 50%;

    border: 4px solid #fff;

    font-size: 14px;

    margin-left: -45px;

    color: #fff;

    margin-top: -3px;

}

.form-login input[type="button"]{

    background: #2A88AD;

    padding: 8px 20px 8px 20px;

    border-radius: 5px;

	text-align: center;
	
    -webkit-border-radius: 5px;

    color: #fff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 30px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;

    font-size: 15px;

}
.form-login input[type="number"]{
	
	display: inline;
	
	float: left;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100px;
    
    height: 38px;

    padding: 2px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #6babcb;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

}

.form-login input[type="submit"]{

    background: #2A88AD;
    
    padding: 8px 15px 8px 15px;

	margin-right: 20px;
	
    border-radius: 5px;

    -webkit-border-radius: 5px;

    color: #fff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 30px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;

    font-size: 15px;
    
    width: 100px;

	height: 56px;

}

#bale_weight::-webkit-outer-spin-button,
#bale_weight::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#bale_weight {
    -moz-appearance: textfield;
}

#est_tons_wrap {
    margin-left: 2px;
    margin-top: 0;
    clear: both;
}

#page-title{
	padding: 0px 0px 0px 30px;
	color: #000080;
	
}
#noninvbtn{
	padding: 0px 0px 10px 0px;
}
#edtlotbtn {
	padding: 0px 0px 10px 0px;
}
.button-section{
	display: inline-block;
	padding: 0px 0px 10px 10px;
	margin: 8px 0 0 0;
}

.form-login .button-section #submit_button{
	overflow: hidden;
	
	float: right;
	
	width: 100px;

	height: 56px;
}

.form-contract .button-section #submit_button{
	overflow: hidden;
	
	float: right;
	
	width: 100px;

	height: 56px;
}


.form-login .button-section #submit_button input{
	float: right;
}

.form-contract .button-section #submit_button input{
	float: right;
}

#bales{
	display: block;
	margin: 10px 0 10px 0;
}

.form-settle button[type="reset"],
.form-settle button[type="submit"]{

    background: #2A88AD;
    
    width: 100px;

	height: 56px;
	
    padding: 8px 0px 8px 0px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    color: #ffffff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 18px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}
.form-settle h6{
    display: inline;
    color: #000080; 
    margin-top: 1em;
    padding: 0 0 0 30px;
    
}

.form-login input[type="button"]:hover{

    background: #2A6881;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);

} 

.form-login input[type="submit"]:hover{

    background: #2A6881;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);

}

.form-login button[type="button"],
.form-login button[type="reset"],
.form-login button[type="submit"]{

    background: #2A88AD;
    
    width: 100px;

	height: 56px;
	
    padding: 8px 0px 8px 0px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    color: #ffffff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 18px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}

.form-contract button[type="submit"]{

    background: #2A88AD;
    
    width: 100px;

	height: 56px;
	
    padding: 8px 0px 8px 0px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    color: #ffffff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 18px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}

.form-contract button[type="button"]{

    background: #2A88AD;
    
    width: 100px;

	height: 56px;
	
    padding: 8px 0px 8px 0px;

    border-radius: 5px;

    -webkit-border-radius: 5px;

    color: #ffffff;

    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);

    font: normal 18px 'Bitter', serif;

    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);

    border: 1px solid #257C9E;
}

.form-login button[type="button"]:hover,
.form-login button[type="reset"]:hover,
.form-login button[type="submit"]:hover{
    background: #2A6881;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}

.form-login button.reportmenu[type="reset"] {
	width: 150px;
	height: 80px;
	padding: 0 5px 0 5px;
	float: left;
	margin: 5px 10px 5px 20px;	
}

#startdate {
	width: 160px;
	float: left;
	padding: 20px 0px 20px 20px;
	
}

#enddate {
	width: 160px;
	float: left;
	padding: 20px 0px 20px 20px;
}

#paiddate {
	width: 160px;
	float: left;
	padding: 20px 0px 20px 20px;
}

#chknumber {
	width: 160px;
	float: left;
	padding: 20px 0px 20px 20px;
}

#checknumber {
	width: 120px;
	float: left;
	padding: 20px 0px 20px 20px;
}

#drvrlbl {
	width: 160px;
	float: left;
	padding: 20px 0px 20px 20px;
	
}

#selectcom {
	width: 160px;
	float: left;
	padding: 0px 0px 0px 20px;
}

#selectlot {
	width: 160px;
	float: left;
	padding: 0px 0px 0px 20px;
}

#reportsummary {
	width: 160px;
	float: left;
	padding: 5px 0px 20px 40px;
	font-size: 18px;
	
	
}
#loadlisting {
	width: 96%;
	padding: 5px 2% 0 2%;
	
}
#loadnumber {
	padding: 10px;
	width: 95%;
	margin: auto;
}
#reportdetail {
	width: 160px;
	float: left;
	padding: 5px 0px 20px 10px;
	font-size: 18px;
}

#custlots {
	width: 340px;
	margin: 20px 0 20px 20px;
	font-size: 20px;	
}

#custselect {
	width: 340px;
	margin: 20px 0 20px 20px;	
}

#driverselect {
	width: 340px;
	margin: 20px 0 20px 20px;	
}

#farmerselect {
	width: 90%;
	margin: 20px 0 20px 20px;	
	font-size: 20px;
}

#farmerlots {
	width: 90%;
	height: 200px;
	margin: 20px 0 20px 20px;
	font-size: 20px;	
}

#payfarmerlots {
	width: 90%;
	height: 200px;
	margin: 20px 0 20px 20px;
	font-size: 20px;	
}

#commselect {
	width: 300px;
	margin: 10px 0 40px 20px;	
}

#qualselect {
	width: 340px;
	margin: 10px 0 40px 0px;	
}

#selectqual {
	width: 160px;
	float: left;
	padding: 10px 0px 0px 20px;
}
#custcontracts {
	width: 340px;
	margin: 10px 0 40px 20px;	
}

#contractselect {
	width: 340px;
	font-size: 16px;
	overflow: hidden;
	margin: 40px 0 40px 20px;	
}

#lots {
	width: 340px;
	margin: 20px 0 40px 20px;	
}

#lotcheck {
	width: 60px;
	height: 20px;
	background: #333;
	margin: 10px 20px;
	border-radius: 50px;
	position: relative;
	
}

.selmulti {
	width: 340px;
	height: 400px;
}
#checkboxThreeInput {
	opacity: 0;
}
.checkboxThree {
	width: 160px;
	height: 40px;
	background: #257C9E;
	margin: 8px 25px;
	border-radius: 50px;
	position: relative;
	float: left;
	
}

.checkboxThree:before {
	content: 'OPEN';
	position: absolute;
	top: 12px;
	left: 13px;
	height: 2px;
	color: #26ca28;
	font-size: 16px;
}

.checkboxThree:after {
	content: 'CLOSED';
	position: absolute;
	top: 12px;
	left: 84px;
	height: 2px;
	color: RED;
	font-size: 16px;
}

.checkboxThree label {
	display: block;
	width: 68px;
	height: 22px;
	border-radius: 50px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 9px;
	z-index: 1;
	left: 12px;
	background: Black;
}

.checkboxThree input[type=checkbox]:checked + label {
	left: 82px;
	background: Black;
}

.lotnumber {
	float: right;
}
/* -----------------------------------------
		Specific styles for New Contract
--------------------------------------------*/

#nconnumval {
	float: right;
	width: 100px;
	margin: 0 10px 0 0;
}

#ncon_num {
	border: none !important;
}

#ncontnum {
	float: right;
	width: 200px;
	
}


#ncttl {
	float: left;
	width:100%;	
}

#cstcnt {
	width: 85%;	
}

#nchelpbtn {
	z-index: 1;
	float: right;
	width: 20px;
    height: 30px;
	margin: 20px 0px 16px 0px;
	background: #6babcb;
	 border-radius: 6px;
    -webkit-border-radius:6px;
}

.form-contract .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 120px;
  width: 340px;
  height: 660px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.form-contract .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.form-contract .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.form-contract .close:hover,
.form-contract .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button */
.form-login .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.form-login .close:hover,
.form-login .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form-login .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 120px;
  width: 340px;
  height: 640px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

.form-login .warning {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  top: 120px;
  width: 340px;
  height: 230px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.form-login .modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}
#myDIV {
display: none;
width: 100%;
padding: 50px 0;
text-align: center;
background-color: lightblue;
margin-top: 20px;
}

.ncpricing {
	display: block;
	float: left;
	width: 30%;
	margin: 0px 4px 0px 0px;
}

.form-login .inner-wrap .nc{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100%;
    
    float: left;

   padding: 0 8px 8px 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-contract .inner-wrap .nc{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 100%;
    
    float: left;

    padding: 0 8px 8px 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}


#editlot {
	margin: 15px 0 20px 20px;	
}

#editlot #farmername {
	text-align: left;
}

#lotnumber {
	width: 50px;
	text-align: left;	
}
.tbl50 {
  width: 50px;
  text-align: center;
}

.tbl75{
	width:75px;
	text-align: center;
}
td.completed{
	width:50px;
}
td.elot{
	width:50px;
}

.thlot {
	text-align: left;
	width: 40px;
}

#lottable .toninput {
	text-align: center;
}

#tdcutting {
	text-align: center;
}

#tdrfv {
	text-align: center;
}

#ncdate {
	width: 100%;
}

#selectbox {
		Overflow: auto;
		width: 100%;	
		height: 340px;
}

#displaysel {
		Overflow: auto;
		width: 100%;	
		height: 50px;
		text-align: left;
}
#displaysel h6 {
		padding: 0 5px 0 8px;
		
}
#ccomments {
 	clear: both;
 	padding: 0 8px 0 8px;
 }
#ncname {
	clear: both;
		
}

#ncddate {
	width: 100%;	
}

#ncloc {
	clear: both;
}

#getlott {
	float:right;
	margin:	0 0 0 5px; 
	
}

#checklist {
	height: 400px;
}

#getlotbutton {
	clear: both;
}

#contract {
	display: none;
}

#innerwrap {

    padding: 10px 20px 10px 20px;

    background: #fff;

    border-radius: 26px;

    margin-bottom: 15px;

}
#ldrpref {
	overflow-y: scroll;
	height:300px;
	margin: 10px 20px 10px 40px;
	
}
#feepref {
	height:100px;
	margin: 10px 20px 10px 40px;
}
#feepref td {
	text-align: center;
}
#ldrtbl th {
	position: sticky;
	top: 0;
	background: white;
}
#ldrtbl td {
	width: 100px;
}
#manageusers {
	margin: 30px;
}

#managecarriers {
	margin: 30px;
}
th {
	position: sticky;
	background: white;
	top: 0;
}
.scrollit {
overflow:scroll;
height:400px;
 }

.settle {
overflow:scroll;
height:100%;
 }
 
.form-login .inner-wrap .dt{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 60%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-login .inner-wrap .tns{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 38%;
    
    float: right;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-contract .inner-wrap .dt{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 60%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-contract .inner-wrap .tns{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 38%;
    
    float: right;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

.form-login .inner-wrap .zipp{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 38%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}
.form-login .inner-wrap .phn{
	display: block;
	
    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    width: 60%;
    
    float: left;

    padding: 8px;

    border-radius: 6px;

    -webkit-border-radius:6px;

    border: 2px solid #fff;

    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.33);
}

/*------------------------------------*\
	$IPHONE
\*------------------------------------*/

@media print {
    html, body {
      height: 99%;    
    }
}
