/*------------ Tools form table ----------*/

/*------------ Revert Genesis Tables ----------*/
.toolsform {
	width: 100%;
	word-break: normal;
}

.toolsform th {
	font-weight: bold;
	text-transform: none;
}

.toolsform tbody {
	border-bottom: 0 solid #ddd;
}

/*------------ Revert Genesis Forms ----------*/
.toolsform input,
.toolsform select,
.toolsform textarea {
	width: auto;
}


/*------------ Additional Tools form styles ----------*/
.toolsform {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-align:left;
	border-collapse: collapse;
}

.toolsform td, .toolsform th {
	padding: 10px;
	border: 0 solid transparent;
}

.toolsform th {
	padding-top: 40px;
	text-align: center;
}

.toolsform td {
	text-align: left;
}

.toolsform .inputnum {
	text-align: left;
	width: 100%;
}

.toolsform .inputtxt {
	text-align: left;
	width: 100%;
}

.toolsform .leftcolans {
	text-align: right; 
	width: 100%;
}

.toolsform .selunit {
	text-align: right;
	padding-bottom: 30px;
}

.toolsform .selunitstacktop {
	text-align: right;
	padding-bottom: 0;
}

.toolsform .selunitstack {
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
}

.toolsform .selunitstackbot {
	text-align: right;
	padding-top: 0;
	padding-bottom: 30px;
}

.toolsform .rightcolsel {
	text-align: left;
}

.toolsform .leftcolsel {
	text-align: right;
}

.toolsform .rightcoltxt {
	text-align: left;
}

.toolsform .formgap {
	padding-bottom: 40px;
}

.toolsform .answerbox input {
	border-color: #cc0000;
}

/*------------ Tools Canvas ----------*/
.toolscanvas {
	margin-left: auto;
	margin-right: auto;
	border: 0 solid #666666;
	display: block;
}

/*------------ Center Text Block ----------*/
.toolscentertextblock {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*------------ Tools Blue Button ----------*/
.toolsbluebutton {
	display: inline-block;
}

.toolsbluebutton input[type="submit"] {
	padding: 4px 12px;
	margin: 0 10px 20px 10px;
	text-transform: none;
	color: #fff;
	background-color: #67a3e1;
	border: 1px solid #67a3e1;
}

.toolsbluebutton input:hover[type="submit"] {
	background-color: #3384d6;
	border-color: #3384d6;
}

.toolsbluebutton input:active[type="submit"] {
	background-color: #0066cc;
	border-color: #0066cc;
}

/*------------ Gray Content Text Box ----------*/
.toolsgraycontentbox {
	text-align: left;
    margin: 0 0 25px;
    overflow: auto;
    padding: 20px;
	background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}

.toolsgraycontentbox .highlight {
	font-weight: bold;
}