

/* overlay */
.overlays {
  margin-right: 50px;
}

#bname-div, #stock-div, #plant-div {
  position: relative;
}
#bnameoverlay, #stockoverlay2, #plantoverlay2 {
	position: absolute;
  top: -20px;
	left: 60%;
	width: 100%;
  overflow: visible;
	padding: 5px;
  margin-right: 30px;
	color: #fff;
	background: #00aeef;
	border: solid 1px #00aeef;
  border-radius: 25px;
	display: none;
}
#bnameoverlay ul li, #stockoverlay2 ul li, #plantoverlay2 ul li {
  font-size: 0.9em;
}
.bname-point, .stock-point, .plant-point {
	width: 0;
	height: 0;
	border-left: 2vh solid transparent;
	border-right: 2vh solid transparent;
	border-top: 10vh solid #00aeef;
	position: absolute;
	top: -5%;
	left: -10%;
	transform: rotate(95deg);
}

@media (max-width: 900px) {
  #bnameoverlay, #stockoverlay2, #plantoverlay2 {
	  position: relative;
    top: 0px;
	  left: 10%;
  }
  .stock-point, .plant-point {
	  top: 20%;
  }
}

/* overlay */

/* account app form */
#acctform span {
	color: #555;
	background: #fff;
}
#acctform h1 {
	color: #0000aa;
	margin-bottom: 40px;
	margin-top: 20px;
}
#acctform span.error {
	color: #ff0000;
}
#acctform span.req {
	color: #ff0000;
	font-weight: 900;
}
#acctform span.formhead {
	color: #fff;
	font-weight: 900;
	font-size: 17px;
}
#acctform p {
	font-size: 12px;
	color: #555;
}
#acctform ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
	padding-left: 20px;
}
#acctform li {
	font-size: 10px;
	color: #000;
}
#acctform hr {
	size: 1px;
	color: #ddd;
}
#acctform a {
	color: #000;
	text-decoration: none;
}
#acctform a:hover {
	color: #fff;
	text-decoration: none;
}
#acctform table {
	width: 100%;
}
#acctform td {
	padding-bottom: 10px;
	text-align: left;
}
#acctform td.calclabel {
	padding: 10px;
	padding-right: 20px;
	text-align: right;
	color: #000;
	width: 35%;
	font-size: 13px;
}
#acctform td.gobtn {
	padding: 10px;
	padding-right: 20px;
	text-align: right;
	color: #000;
	width: 100%;
	font-size: 13px;
}

td.lbl {
	text-align: right;
	font-weight: bold;
	width: 15%;
	padding-right: 5px;
}
label {
	display:block;
	margin:0;
	padding:6px 0 0 0;
}


select {
	margin:0;
	border:1px solid #c0c0c0;
	color: #555;
	background: #fbce99;
}
select.rq {
	margin:0;
	border:1px solid #555;
	color: #000;
	background: #ddd;
	height: 25px;
}
input.textnumrq {
	width:50px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#ddd;
}
input.textnum {
	width:50px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#fff;
}
input.xtralongtextrq {
	width:450px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#ddd;
}
input.longtextrq {
	width:250px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#ddd;
}
input.shorttextrq {
	width:120px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#ddd;
}
input.longtext {
	width:200px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#fff;
}
input.xtralongtext {
	width:350px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#fff;
}
input.shorttext {
	width:120px;
	border:1px solid #c0c0c0;
	margin:0;
	background-color:#fff;
}
textarea {
	width:300px;
	height: 50px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:2px;
	background-color:#fff;
}
textarea.mentor {
	width:700px;
	height: 40px;
	border:1px solid #c0c0c0;
	margin:0;
	padding:2px;
	background-color:#fbce99;
}
.agreebtn {
	text-align:right;
	padding:0px;
}
.submitbutton {
	text-align:right;
	padding:20px;
	padding-right:100px;
}
.disabledsubmitbutton {
	text-align:right;
	padding:20px;
	padding-right:100px;
}
.submitbtn {
	height: 38px;
	color: #fff;
    border: 2px solid #000099;
    background: #000055;
}
.submitbtn:hover {
	color: #000;
   border: 2px solid #000;
   background: #999;
}
.disabledsubmitbtn {
	height: 38px;
	color: #aaa;
    border: 2px solid #999;
    background: #cccccc;
}

/* calc input form */
