body {overflow-y:scroll;}
nav.navbar { background-color: #eee; height: 100px; }
main.container { margin-top: 15px; margin-bottom: 10px; border: 1px solid #ccc; padding-top: 10px; min-height: 400px; display: none; } /*  */
.navbar { padding: 0px; }
.navbar .container, .navbar .userinfo { padding: 0px; display: none; }
.container .userinfo { float: right; display: inline-block; position: relative;} 
.modal { height: auto; }
.modal a.close-modal { display: none !important; }

.border-top { border-top-color: #999 !important; }

/*h3, h4, h5, h6 { font-weight: bold; }*/
h4 { color: #000000; background-color: #ccc; font-size: 1.25rem; padding: .35rem; }

/* Top Navigation */
nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  float: left;
}

nav ul li {
  display: inline-block;
  position: relative;
}

nav ul li a {
  color: #0033a0;
  display: block;
  font-size: 14px;
  padding: 15px 14px;
  transition: 0.3s linear;
  font-weight: bold;
}

nav ul li a:hover { text-decoration: none; }
/* nav ul li:hover { background: #000; } */

nav ul li ul {
  border-bottom: 5px solid #ccc;
  display: none;
  position: absolute;
  width: 200px;
  z-index: 999;
}

nav ul li ul li {
  border-top: 1px solid #444;
  display: block;
}

nav ul li ul li:first-child { border-top: none; }

nav ul li ul li a {
  background: #373737;
  display: block;
  padding: 10px 14px;
  color: #fff;
}

nav ul li ul li a:hover { background: #0033a0; color: #fff; text-decoration: none; }

.btn-primary { color: #fff; background-color: #0033a0; border-color:#0033a0; }

.table-primary td, .table-primary td:hover { color: #fff !important; background-color: #0033a0 !important; border-color:#0033a0 !important; }


/* Settings Forms */
#newItemRow, .editField, .eSubmit, .eCancel { display: none; }
input.editField { margin-bottom: 0px; }
.userSelect { display: none; }
tr.dataTableRow td { height: 60px; }

tr.dataTableRow td table tr td { height: auto; }



/* Weld Log */

#toggleForm, .t-nde1, .t-nde2, .t-nde3, .t-ndemtr, .t-linenum, .t-pipesize, .t-mattype, .t-wall, .t-loc, .t-linespec, .t-bwsw, .t-weldnum, .t-bil, .t-stencils, .t-welddate, .t-orginalxray, .t-weldinches, .t-initialrejectsten, .t-rejectsten2, .t-initialrepairsten, .t-repairsten2, .t-cutoutdate, .t-cutoutweldnum, .t-repair1, .t-repair2, .t-originalpt, .t-visualinsp, .t-changeorder, .t-testpack, .t-testpackdate, .t-testpackcomplete, .t-comments { display: none; }
#weldLogContainer table tr.dataTableRow td { height: auto; }
#weldLogContainer { overflow-x: hidden !important; }


.darkhighlightrow { background-color: #ededed; }
.lighthighlightrow { background-color: #ffffff; }

div.overviewBar {
	height: 24px;
	background-color: #0033a0; 
	float: left; 
	margin-right: 5px;
}



