/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



a {
    text-decoration: none;
}

body {
    color: #757575;
    font-size: 14px;
    background: url(/public/assets/page_bg.png);
    font-family: 'Montserrat', sans-serif !important;
    margin-top: -5px;
}

#pageWrapper {
    width: 932px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 10px 0px 10px #c2c2c2;
    -moz-box-shadow: 0px 0px 10px #c2c2c2;
    -webkit-box-shadow: 0px 0px 10px #c2c2c2;
}

header {
    position: relative;
    height: 120px;
}

footer,
header {
    display: block;
    background: #42464f;
    background-size: contain;
    color: #fff;
    overflow: auto;
}

footer {
    padding: 30px 35px;
    background-size: cover;
}

header a {
    color: #fff;
}

#contentWrapper a {
    color: #000;
}

#contentWrapper a:hover {
    color: #5B9243;
}

footer .right p {
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 1px;
}

footer .right p a {
    color: #fff;
}

footer .left {
    font-size: 11px;
    letter-spacing: 1px;
}

header .left,
header .right {
    width: 50%;
    float: left;
}

header .right {
    text-align: right;
    padding: 10px 24px 16px;
}

header .left img {
    width: 220px;
    position: absolute;
    top: 35px;
    left: 30px;
}

header .right form {
    margin-bottom: 6px;
}

footer a:hover {
    color: #fff !important;
}

footer .left,
footer .right {
    width: 50%;
    float: left;
    display: block;
}

footer .right {
    text-align: right;
}

footer .left img {
    width: 60px;
    margin-bottom: 25px;
}

footer .left {
    text-transform: uppercase;
}

footer .socialLinks {
    float: right;
    text-align: right;
    position: relative;
    top: 8px;
}

.socialLinks {
    text-align: right;
    margin-right: 6px;
}

.socialLinks a {
    color: #fff;
    font-size: 33px;
    margin: 3px 7px 0;
    display: inline-block;
}

footer a.aButton {
    float: right;
    position: relative;
    top: -2px;
    color: #fff;
    letter-spacing: 1px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 12px !important;
}

footer a.aButton:hover {
    background: #fff;
    color: #42464f !important;
}

.loginLink {
    padding: 7px 0;
    position: absolute;
    right: 35px;
    top: 72px;
    font-size: 12px;
}

.loginLink i {
    margin-right: 6px;
}

.loginLink a:hover {
    text-decoration: underline;
}

#search {
    font-size: 12px;
    border: 1px solid #d8d8d8;
    margin-top: 0px;
    background: transparent !important;
    opacity: 1;
    padding: 8px !important;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    position: absolute;
    width: 168px;
    right: 35px;
    top: 35px;
    font-weight: 500;
}
*/
#mainNavigation {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: auto;
    background: #eee;
}

#mainNavigation li {
    display: inline-block;
}

#mainNavigation li a {
    color: #111;
    /* letter-spacing: 3px; */
    font-size: 12px;
    font-weight: bold;
    padding: 8px 16px;
    display: block;
}

#mainNavigation li a:hover {
    color: #000;
    background: #ccc;
}

#mainNavigation .subNav {
    display: none;
    background: #000;
    position: absolute;
    text-align: left;
    z-index: 30000;
    padding: 5px 5px 5px;
}

#mainNavigation .subNav li {
    display: block;
}

#mainNavigation .subNav li a {
    /*letter-spacing: 2px;*/
    font-size: 11px;
    color: #aaa;
    padding: 1px 1px 1px 0;
    /* border-bottom: 1px solid #777; */
}

#mainNavigation .subNav li a:hover {
    color: #fff;
    background: #444;
    /* border-bottom: 1px solid #fff; */
}

#contentWrapper {
    padding: 0px 20px;
    background: #fff;
    color: #777;
    display: none;	/* don't display until page is fully loaded */
    overflow: auto;
}
/* twirly while page is loading - prevents half page loaded until DB responds */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #twirly { display: none;  }
.js #twirly { display: block; position: absolute; left: 100px; top: 0; }
#twirly {
	left: 0px;
	top: 110px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/public/images/jptwirly.gif) center no-repeat #fff;
}

a.aButton {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 7px 18px;
    border-radius: .25em;
    display: inline-block;
    margin: 15px 0 10px;
    float: none;
}


/* new on mar 30th */

.result-box td {
    padding: 3px 12px;
}

* {
    outline: none !important;
}
/*
#searchFields::-webkit-input-placeholder {
    color: #333;
}

#searchFields:-moz-placeholder {
    color: #333;
}

#searchFields::-moz-placeholder {
    color: #333;
}

#searchFields:-ms-input-placeholder {
    color: #333;
}

#searchFields {
    overflow: auto;
}

#searchFields h2,
#searchFields h3 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 .8em;
}

#searchFields input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px 7px;
}

#searchFields input,
#searchFields select {
    font-size: 14px !important;
    color: #333;
}

#searchFields div {
    float: left;
    width: 50%;
}

#basicFields {
    padding-right: 3em;
}

#basicFields input,
#basicFields select,
#basicFields .select2 {
    width: 100%;
    margin-bottom: .5em;
}

#widthLengthFields {
    overflow: auto;
    padding: 0 0 2em 0;
}

#widthLengthFields div input {
    width: 40%;
}

#searchFunctionalityFields,
#weightFields {
    padding: 0 0 2em 0;
}

#weightFields div {
    width: 100%;
    color: #333;
    padding: 0 0 1em 0;
    float: none;
}

#weightFields h3 {
    margin-top: 1em;
}

#weightFields div input {
    margin: 0 5px 0 10px;
}

#weightFields div input:first-of-type {
    margin-left: 0px;
}

#weightFields input[type="textbox"] {
    width: 20%;
}

#searchFunctionalityFields .select2-container {
    width: 46% !important;
}

#searchButtons {
    float: right !important;
    overflow: auto;
}

#searchButtons input {
    background: #42464F;
    color: #fff;
    font-size: 16px !important;
    padding: 0.4em 1.5em;
    border: 1px solid #333;
    margin-bottom: 1.5em;
    border: 1px solid #fff;
}

#searchButtons input:hover,
#searchButtons input:focus {
    color: #42464F;
    cursor: pointer;
    background: transparent;
    border: 1px solid #42464F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #42464F !important;
}

#searchNavigationWrapper {
    text-align: center;
    margin: 1em 0 .5em 0;
}

#searchNavigation {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
}

#searchNavigation span {
    padding: 0 2em;
    position: relative;
    top: -1px;
}

#searchNavigation input {
    border-radius: 0 !important;
    border: none;
    color: #383838;
    background: #aaa;
    font-size: 1.2em;
}

#searchNavigation input:nth-of-type(odd) {
    border-right: 1px solid #333;
}

#searchNavigation input:hover,
#searchNavigation input:focus {
    cursor: pointer;
    background: #333;
    color: #fff;
}
*/
/* below are currently used by programs
 */
.disabled,
#searchNavigation .disabled
{
	background: #eee;
	cursor:normal;
}

.pt14_black
{
    font-size: 14px
}
.pt18_black
{
    font-size: 18px
}
.pt13_black
{
    font-size: 13px
}
.pt12_black
{
    font-size: 12px
}
.pt11_black
{
    font-size: 11px
}
.pt10_black
{
    font-size: 10px
}
.pt11_red
{
    font-size: 11px;
    color: #F06
}
.pt12_red
{
    font-size: 12px;
    color: #F06
}
.pt14_red
{
    font-size: 14px;
    color: #F06
}
/*
input
{
    font-size: 8pt;
    color: black;
    background-color: #FFF;
    border-style: solid;
}
	*/
/*
input#action:hover {
    cursor: pointer;
}
input[type="submit"], input[type="button"] {
    font-size: 14px;
    border: 1px solid #B5B5B5;
    padding: 0.5em 1em;
    border-radius: 2px;
}
.styled-input input {
	padding: 3px;
	line-height: 1;
	border: #777 1pt solid;
}
textarea
{
    font-size: 8pt;
    color: black;
    background-color: #FFF;
    border-style: solid;
}
.styled-textarea textarea {
	padding: 3px;
	line-height: 1;
	border: #777 1pt solid;
}
select
{
    font-size: 8pt;
    color: black;
    background-color: #FFF;
}
.styled-select select {
	padding: 3px;
	line-height: 1;
	border: #777 1pt solid;
}
input.button
{
    font-size: 10px;
    color: black;
    background-color: #ccc
    border-style: solid;
}
select.main
{
    font-size: 11px;
    color: black;
    background-color: #ccc
}
a.login:hover
{
    font-size: 8pt;
    color: #F06;
    text-decoration: underline
}
a.login:link
{
    font-size: 8pt;
    color: black;
    text-decoration: underline
}
.login
{
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.loggedin
{
    font-size: 8pt;
    color: #543;
    text-decoration: none
}
a.loggedin:hover
{
    font-size: 8pt;
    color: #F06;
    text-decoration: underline
}
.links_sec_top
{
    font-size: 10px;
    color: black;
    text-decoration: none
}
a.links_sec_top:link
{
    font-size: 10px;
    color: black;
    text-decoration: none
}
a.links_sec_top:hover
{
    font-size: 10px;
    color: #F06;
    text-decoration: underline
}
*/
.red_section_heds
{
    font-size: 18pt;
    color: #F06
}
.sm_grey
{
    font-size: 7pt;
    color: #777
}
.customer
{
    font-size: 8pt;
    color: #543
}
.customerinfo
{
    font-size: 8pt;
    color: #F06
}
/*
.mainborder
{
    font-size: 8pt;
    color: black;
    border: #731 1pt solid;
    text-decoration: none
}
.redborder
{
    border: #B12 1pt solid;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.greyborder
{
    border: #777 1pt solid;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
*/
/*
.selection-wrapper
{
    border: none;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.selection-box
{
    padding:30px 0 0;
    border: none;
    font-size: 8pt;
    color: black;
    background-color: #DDD;
    background-color:#fff;
    text-decoration: none
}
*/
.result-wrapper
{
    /*border: #777 1pt solid;*/
    border:none;
    font-size: 8pt;
    color: black;
    text-decoration: none
}
.result-box
{
	/*padding:4px;*/
    padding: 5px 15px 0;
    border: none;
    font-size: 8pt;
    color: #444;
    /*background-color: #DDD;*/
    background-color:#fff;
    text-decoration: none
}
/*
.result-box tr:first-of-type .line1alt {
    background: #fff;
    padding: 10px 0;
}
	*/
.result-box td {
	padding: 6px 12px;
    font-size: 12.5px;
}
.result-box a {
    text-decoration: none;
    color: #000;
}

/*
.combine-items
{
	background-color: white;
}
	*/
.headlineprompt
{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #999;
}
.headlinetext1
{
    font-weight: bold;
    font-size: 13px;
    color: white;
    background-color: #555
}
.headlinetext2 {
    font-weight: normal;
    font-size: 16px;
    color: white;
    background-color: #555;
    padding: 8px 12px;
}
.headlinetext2 input[type="button"] {
	color: #222;
}
.labeltext,
.valuetext,
.logintext
{
    font-size: 14px;
    color: #222;
}
.labelerror,
.redtext
{
    font-size: 14px;
    color: #222;
	font-weight:bold;
}
.deletetext
{
	font-weight:bold;
	background-color: red;
	color: white;
	font-size: 14pt;
}
.deleteheader
{
	font-weight:bold;
	background-color: yellow;
	color: purple;
	font-size: 18pt;
}
/*
.logintext
{
    font-size: 11px;
    color: black;
    text-decoration: none
}
.text
{
    font-size: 8pt;
    color: #777;
    text-decoration: none
}
.text A:link
{
    font-size: 9pt;
    color: black;
    text-decoration: underline
}
.text A:visited
{
    font-size: 9pt;
    color: #666;
    text-decoration: underline
}
.redtext
{
    font-size: 9pt;
    color: #B12;
    text-decoration: none
}
.redhead
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    background-color: #B12;
    text-decoration: none;
    text-align: right
}
.redtext A
{
    font-size: 9pt;
    color: #B12;
    text-decoration: underline
}
.redtext A:link
{
    font-size: 9pt;
    color: #B12;
    text-decoration: underline
}
.redtext A:visited
{
    font-size: 9pt;
    color: #B12;
    text-decoration: underline
}
.redtext A:active
{
    font-size: 9pt;
    color: #B12;
    text-decoration: underline
}
.lightgreybg
{
    background-color: #CCC;
}
.whitebg
{
    background-color: white;
}
*/
.line1main
{
    background-color: white;
}
.line1alt
{
    background-color: #EEE;
}
.line2main
{
    background-color: white;
}
.line2alt
{
    background-color: #EEE;
}
.line3main
{
    background-color: white;
}
.line3alt
{
    background-color: #FFB;
}
.line4main
{
    color: #444;
    background-color: #FFF;
}
.line4alt
{
    color: #444;
    background-color: #DDD;
}

#secMenuWrapper {
	/*
	width:932px;
    position: relative;
	top: -25px;
	left: -20px;
	*/
}

/* secure menus */
#secnav {
	text-align:center;
	margin:0.5em 0 0;
	padding:0;
	/* list-style:none; */
	/* overflow:hidden; */
	width:100%;
	background:#fff;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	/* border-bottom:4px solid #000; */
}
/*
#secnav tr { * ul *
	width:100%;
}
*/

table.menu-table tr td {
    font-size: 12px;
    font-weight: normal !important;
}

#secnav .menu-block { /* li */
	text-align:center;
	white-space:nowrap;
	font-weight:bold;
	margin:0;
	vertical-align:top;
	background:#ddd;
	display:inline-block;
	display: -moz-inline-stack;
	zoom: 1;
	*display: inline;
}
#secnav a {
	display:block;
	text-decoration:none;
}
#secnav a:hover {
	background:#555;
	color:#fff;
}
.menu-block a {
    padding: 6px 20px;
    color: #000;
}
#secnav .active  {
    padding: 6px 20px;
	background:#000;
	color:#fff;
}
#loginFields input {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px 7px;
}

#loginFields input,
#loginFields select {
    font-size:14px !important;
    color:#333;
}
#loginWrapper {
	border: 1px solid #333;
	border-radius: 10px;
	margin: 20px;
	padding: 10px;
	overflow: auto;
}
#loginWrapper table, tr, td {
	padding: 3px;
}
#selectWrapper {
	border: 1px solid #333;
	border-radius: 8px;
	margin: 8px;
	padding: 5px;
	overflow: auto;
}
#selectWrapper table, tr, td {
	padding: 2px;
	font-size: 11pt;
}
#selectWrapper select {
	width: inherit;
	padding: 0;
}
#resultWrapper {
	border: 1px solid #333;
	border-radius: 8px;
	margin: 8px;
	padding: 5px;
	overflow: auto;
}
#resultWrapper table, tr, td {
	font-size: 11pt;
	padding: 2px;
}
#resultWrapper button, input, select, textarea {
	color: black;
}
