html{
	overflow-x:hidden;
	margin:0;
	width:100%;		
}
body{
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	margin:0;
	width:100%;	
}

:root {
    --upennRed: #b70102;
    --upennBlue: #00144d;    
    --morphHeader: #ececec;
    --greenHighlight: #e5f705;
    --blueHighlight: #dce4fb;
    --honeydew: #f0fff0;
    --lightBlue: #ccddee;    
    --pink: pink;
    --lightGrey: #f2f2f2;
    --lightYellow: #faffbd; 
    --exLightBlue: #f5f8fa;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


select,input{
	background:rgb(250, 255, 189);
}

select{
	margin-left:-4.5px;
}

a{
	color:var(--upennBlue);
}

.pinkBG{
	background:pink;
}

#lastLogin{
	font-size:.8em;
}

.lightGrey{
	background:var(--lightGrey);
}

.pink{
	background:var(--pink);
}

.lightBlue{
	background:var(--lightBlue);
}

.honeydew{
	background:var(--honeydew);
}

.cleanSelect{
	list-style-type: none; 
	margin: 0; 
	padding: 0;	
}

.underlined{
	text-decoration:underline;
}

#subSave{	
	display:none;
	position: absolute;
	width: 40px;
	z-index: 500;
	left: 10px;
	top: 5px;
}

#navigation{
	position:relative;
}

.ccDragImg:hover{
	cursor:pointer;
}

.copyIcon{
	width:15px;
	float:right;
	padding-right:10px;
}
.copyIcon:hover{
	cursor:pointer;
}

.rounded3px{
	border-radius:3px;
}

#techSlct{
	min-width:150px;
}

#mbcTable {
    border: 1pt solid #ccc;
    border-collapse: collapse; 
    width:200px;
}

#mbcTable td{
	border:1pt solid #ccc;
	font-size:.8em;
}	

.mwsTable{
	width:100%;
	border-collapse:collapse;
	border:1pt solid #ccc;
	margin:auto;
}
.mwsTable th, .mwsTable td{
	border-collapse:collapse;
	border:1pt solid #ccc;
}
.mwsTable td{
	font-size:.81em;
}

#mwsLabTable th{
	width:calc(100% / 8);
}
#mwsMicroTable th{
	width:width:10%;
}
#mwsTopTable td{
	width:calc(100% / 6 );	
}

.greenHighlight{
	background:var(--greenHighlight);
}
.blueHighlight{
	background:var(--blueHighlight);
}
.upennRedBackground{
	background:var(--upennRed);
}
.upennBlueBackground{
	background:var(--upennBlue);
}
.whiteText{
	color:#fff;
}

#niMorphAvgTable .ind{
	background:#f8f8f8;
}
#niMorphAvgTable .avg{
	background: var(--greenHighlight);
}	
#niMorphAvgTable .diff{
	background: var(--blueHighlight);
}	
	
#myCanvas{
	display:none;
}

.ui-datepicker {
	font-size:.8em;
}

.f2f2f2{
	background:#f2f2f2;
}

.otherSampleType{
	display:none;
}

.alertify{
	position:absolute;
	z-index:9999;
}

.smallImg{
	width:25px;
}

.fr-toolbar.fr-top{
	z-index:1;
}

.jqdp{
	width:80px;
}

.storageLife{
	background:#f2f2f2;
	width:30px;
}

.bgGrey{
	background:#f2f2f2;
}

#anaInputs{
	display:none;
}

.motInput{
	display:inline-block;
	width:300px;
	vertical-align:top;
	font-size:.8em;
	border:1pt solid #ccc;
	border-radius:3px;	
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}

.motInput input{
	width:110px;
}

.motInput select{
	width:110px;
	margin-left:-3px;
}

.motSampleID{
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    background: #f2f2f2;
}

.motEMtitle{
	text-align:center;
	font-weight:bold;
	background:#f2f2f2;	
}

.motInside{
	padding:5px 10px 10px 10px;
}

.bld{
	font-weight:bold;
}

#wrapper{
	min-width:1263px;
}

.delSample:hover{
	color:var(--upennRed);
	cursor:pointer;
}

.anaLbl{
	display:inline-block;
	width:220px;
	text-align:right;
	padding-right:5px;
}

.stubWrapper{
	width:98%;
	margin-left:1%;
	margin-right:1%;
}

#arTime{
	width:80px;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header{
	width:100%;
	background:#ccc;
	height:133px;
}

#samplesWrapper{
	overflow-x:auto;
	min-width:1136px;
	margin:auto;
}

.sampleType{
	width:98%;
}

.ssImg{
	width:100%;
}

.ptop5{
	padding-top:5px;
}

.fa-sort:hover{
	cursor:pointer;
	color: var(--upennRed);
}

.upBlueBG{
	background:var(--upennBlue);
	color:#fff;	
}

.highlight{
	background:#ffff00;
  min-height:38px;
}
.highlightTall{
	background:#ffff00;
  min-height:160px;
}

.yellowBG{
		background:#ffff00 !important;
}

#ccEditor{
	display:none;
	width: 500px;
	height:280px;
	position:fixed;
	z-index:300;
	top:50%;
	margin-top:-140px;
	left:50%;
	margin-left:-250px;
	background:#ccc;
	border:1pt solid var(--upennBlue);
	border-radius:3px;
	padding:5px;
}

#ccDesc{
	width:90%;
	height:150px;
	margin-left:5%;
}

.hideOFx{
	overflow-x:hidden;
}
.borderBottom{
	border-bottom:1pt solid #333;
}

#samples{
	list-style-type: none;	
	font-size:.9em;
	padding: 0 0 10px 0;
	margin: 0;
}

#samples li input{
	width:90%;
}

#subTopWrapper .flxFourth{
	font-size:.9em;
}

#otherSpeciesWrapper{
	margin-top:5px;
	display:none;
}
#otherSpecies{
	width:calc(99% - 150px);
}

#subID{
	font-weight:bold;
}

#fullCust{
	font-size:.9em;
}

.btnAddHemaRow{
	display:none !important;
}

.btnDrop{
	position:relative;
}

.borderRight{
	border-right:1pt solid #ccc;
}

.btnOptions{
	position:absolute;
	background:#fff;
	z-index:100;
	border-radius: 0 0 3px 3px;
  padding: 5px;
  font-size: .8em;	
  border:1pt solid #ccc;
  width:88px;
}

.slctHalfLbl{
	height:80px;
	line-height:80px;	
	vertical-align:top;
}

#smMin{
	width:80px;
}

.vaTop{
	vertical-align:top;
}

.flx{
	display:flex;
}

.flxHalf{
	width:calc(50% - 20px);
	padding:10px;
	display:inline-block;
	vertical-align:top;	
}

.flxHalfCSA1{
	width:52%;
	padding:10px;
	display:inline-block;
	vertical-align:top;	
}
.flxHalfCSA2{
	width:44%;
	padding:10px;
	display:inline-block;
	vertical-align:top;	
	word-wrap:break-word;
}

#culKey{
	font-size:.7em;
}

.ui-state-active:hover {	
	color:var(--upennRed);
	border:none;
	font-weight:400;
	margin:0;
	background:var(--exLightBlue);
}

#techWrapper{
	width:60%;
	margin:auto;
}

.flxThird{
	width:calc(33% - 30px);
	padding:10px;
	display:inline-block;
	vertical-align:top;	
	margin: 0 5px 0 5px;
	background:#f4f4f4;
}

.flxFourth{
	width:calc(25% - 30px);
	padding:10px;
	display:inline-block;
	vertical-align:top;	
	margin: 0 5px 0 5px;
	background:#f4f4f4;
}

.flxFourth .lbl{
	width:130px;
}

#moreSlider{
	position:fixed;
	bottom:0;
	width:100%;
	height:120px;
	margin-bottom:-80px;
	display:none;
  z-index:2000;	
}
#moreMenus{
	background:var(--upennBlue);
	width:100%;
	height:100px;
	text-align:center;
	padding-top:15px;
}
#moreMenus .btn{
	border:1pt solid #f2f2f2;
}
.narrowInput{
	width:40px;
}
#grabber{
    background: var(--upennBlue);
    color: #fff;
    position: relative;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    width:50px;
    top:0;
    height:20px;
    padding:10px;
}
#grabber:hover{
	cursor:pointer;
}

#resultBox{
	margin-left:150px;
	min-height:30px;
}

#submissionInput{
	overflow-x:hidden;
}

#clientSelectBox{
	height:320px;
	width:450px;
	background:#f2f2f2;
	border-radius:3px;
	display:none;
	font-size:.9em;
	position:absolute;
	z-index:500;
	padding-top:10px;
}
#clientList{
	width:90%;
	margin:auto;
	height:250px;
	overflow-y:auto;	
}
.clientSelectList{
	white-space: nowrap;
}

#quickAna{
	position:absolute;
	z-index:500;	
	max-width:600px;
}

.arrow_top {
	position: relative;
	background: #f0fff0;
	border: 1px solid #00144d;
}
.arrow_top:after, .arrow_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top:after {
	border-color: rgba(240, 255, 240, 0);
	border-bottom-color: #f0fff0;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_top:before {
	border-color: rgba(0, 20, 77, 0);
	border-bottom-color: #00144d;
	border-width: 11px;
	margin-left: -11px;
}

.arrow_bottom {
	position: relative;
	background: #f0fff0;
	border: 1px solid #00144d;
}
.arrow_bottom:after, .arrow_bottom:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_bottom:after {
	border-color: rgba(240, 255, 240, 0);
	border-top-color: #f0fff0;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_bottom:before {
	border-color: rgba(0, 20, 77, 0);
	border-top-color: #00144d;
	border-width: 11px;
	margin-left: -11px;
}

.arrow_left {
	position: relative;
	background: #f0fff0;
	border: 1px solid #00144d;
}
.arrow_left:after, .arrow_left:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_left:after {
	border-color: rgba(240, 255, 240, 0);
	border-right-color: #f0fff0;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_left:before {
	border-color: rgba(0, 20, 77, 0);
	border-right-color: #00144d;
	border-width: 11px;
	margin-top: -11px;
}


.arrowLeftDark {
	position: relative;
	background: #ccc;
	border: 1px solid #333;
}
.arrowLeftDark:after, .arrowLeftDark:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowLeftDark:after {
	border-color: rgba(51,51,51, 0);
	border-right-color: #333;
	border-width: 15px;
	margin-top: -15px;
}
.arrowLeftDark:before {
	border-color: rgba(51, 51, 51, 0);
	border-right-color: #ccc;
	border-width: 18px;
	margin-top: -18px;
}

#alBoxWrapper {
    width: 500px;
    height: 360px;
    position: absolute;
    z-index: 500;
    background: #ccc;
    border: 1pt solid #333;
    border-radius: 3px;
}
#alBox{
  background: #f2f2f2;
  width: 90%;
  height: 60%;
  margin: 5%;
  overflow-y:auto;
  overflow-x:hidden;
}  
.abPick{
	font-size:.8em;
	overflow-x:hidden;
}

.qaRec{
	display:inline-block;
	font-size:.8em;	
	padding:5px 10px 5px 10px;
}

#ALBoxNarrow{
	width:200px;
}

.flxFourth{
	width:25%;
	padding:10px;
	display:inline-block;
	vertical-align:top;
}
.flxThreeFourths{
	width:75%;
	padding:10px;
	display:inline-block;
	vertical-align:top;	
}

#headerInfo{
	font-size:.8em;
	position:relative;
}
#headerText{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size:1.2em;
}

.twoThirds{
	width:66%;
	vertical-align:top;
}

.half{
	width:50%;
	vertical-align:top;
}

.anaImg{
	width:15px;	
}
.yeller{
	background:#ffff00;
}

#last50{
	min-width:150px;
	font-size:.9em;
	width:98%;
	margin:auto;
}

#last50 option:hover{
	cursor:pointer;
	background:var(--upennBlue);
	color:#fff;
}

.likeh2{
	font-size:1.2em;
	font-weight:bold;
}

#logo{
	width:40%;
	margin-left:30%;
	margin-top:30px;
}

.w100per{
	width:100%;
}

.ib{
	display:inline-block;
}

.ibNatural{
	display:inline-block;
	width:auto;
	text-align:left;
}	

.tar{
	text-align:right;
}
.tal{
	text-align:left;
}

.font8pt{
	font-size:8pt;
}

.font8em{
	font-size:.8em;
}
.font9em{
	font-size:.9em;
}

#gCheck:hover{
	cursor:pointer;
}

#customerSetup{
	font-size:.8em;
}
#customerSetup input[type=text]{
	width:45%;
}
#customerSetup select{
	width:45%;
}
#customerSetup input[type=text]{
	width:45%;
}
#accessLevel{
	width:85px !important;
}

#clientEmailBtns{	
	visibility:hidden;
	margin-left:130px;
}

#gCheck{
	  width: 25px;
	  position: absolute;
	  margin-top: -4px;
	  margin-left: 5px;
	  visibility: hidden;
}

#custNotes{
	width:60%;
	margin:auto;
	height:100px;
}

.lbl{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:5px;
}

.lbl50perLeft{
	display:inline-block;
	width:48%;
	text-align:left;
	padding-right:5px;
}

.lbl200{
	display:inline-block;
	width:200px;
	text-align:right;
	padding-right:5px;
}

.lbl75{
	display:inline-block;
	width:75px;
	text-align:right;
	padding-right:5px;
}

#loginBox{
	width:400px;
	margin:auto;
	border:1pt solid #888;
	border-radius:3px;
	padding:10px;
	background:#f4f4f4;
}

.hideMe{
	display:none;
}

.chideMe{
	display:none;
}

.diffRow{
	display:none;
}

.mt5{
	margin-top:5px;
}

#samples>li:nth-child(odd){
    background:#dce4fb;
}​

#content{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

.ui-menu .ui-menu-item{
	font-size:.8em;
}

.sResult{
	border-bottom:1pt solid #f4f4f4;	
}

#synTable{
	margin-left:-3px;
}

.sResult:hover{
	cursor:pointer;
	background: var(--upennBlue);
	color:#fff;
}

.aRight{
	text-align:right;
}

#wsMorphTable{
	width:98%;
	margin:auto;
	border-collapse:collapse;	
}
#wsMorphTable th,#wsMorphTable td{
	width:10% !important;
	border:1pt solid #ccc;
	font-size:.8em;
	height:40px
}

#wsDataTable{
	width:98%;
	margin:auto;
	border-collapse:collapse;	
}
#wsDataTable th, #wsDataTable td{
	width:10% !important;
	border:1pt solid #ccc;
	font-size:.8em;	
	height:40px
}

#wsHeaderTable .aRight{
	font-weight:bold;
}
#wsHeaderTable{
	width:98%;
	margin:auto;
	border-collapse:collapse;
	font-size:.9em;
}
#wsHeaderTable td{
	border:1pt solid #ccc;
}
#wsHeaderTable td:nth-child(1){
	width:10%;
}
#wsHeaderTable td:nth-child(2){
	width:10%;
}
#wsHeaderTable td:nth-child(3){
	width:10%;
}
#wsHeaderTable td:nth-child(4){
	width:3%;
}
#wsHeaderTable td:nth-child(5){
	width:10%;
}
#wsHeaderTable td:nth-child(6){
	width:3%;
}
#wsHeaderTable td:nth-child(7){
	width:10%;
}
#wsHeaderTable td:nth-child(8){
	width:5%;
}
#wsHeaderTable td:nth-child(9){
	width:12%;
}
#wsHeaderTable td:nth-child(10){
	width:8%;
}
#wsHeaderTable td:nth-child(11){
	width:10%;
}
#wsHeaderTable td:nth-child(12){
	width:9%;
}

#csaHeader2ndRow{
	font-size:11pt;
}

#csaRal{
	font-size:11pt;
}

#csaFontSize{
	width:50px;
}

#csaReportWrapper{
	width:90%;
	margin-left:5%;
	font-size:13px;
  border: 1pt solid #ccc;
  border-radius: 3px;
  margin-top: 10px;	
  background:#f8f8f8;
  padding:20px;
}

#csaChecks{
	font-size:12px
}

#serratia{
	display:none;
	font-size:1.2em;
}

#mwsWrapper{
	width:90%;
	margin-left:5%;
	font-size:1em;
  border: 1pt solid #ccc;
  border-radius: 3px;
  margin-top: 10px;	
  background:#f8f8f8;
  padding:20px;
}

#wsWrapper{
	width:90%;
	margin-left:5%;
	font-size:.9em;
  border: 1pt solid #ccc;
  border-radius: 3px;
  margin-top: 10px;	
  background:#f8f8f8;
  padding:20px;
}

#culReportWrapper{
	width:90%;
	margin-left:5%;
	font-size:.9em;
  border: 1pt solid #ccc;
  border-radius: 3px;
  margin-top: 10px;	
  background:#f8f8f8;
  padding:20px;
}

#culDisclaimer{
	font-size:1em;
}

.tarStat{
	background: rgba(119,119,119,.5);
}

.w50{
	width:50%;
}

.w20px{
	width:20px;
}

.packagingTree:hover{
	cursor:pointer;
}
.pkgType{
	font-size:.8em;
}

.concM{
	font-size:.8em;
}

#raSpecial{
	text-align:right;
	padding-right:20px;
}

#anaTree{
	display:none;
}

.analysisImg{
	width:30px;
}

.analysisImg:hover{
	cursor:pointer;
}

.anaLbl:hover{
	background: #ffff00;
}

.tippy-tooltip.plight-theme{
  background: var(--lightYellow);
  color:#000;
  border:1pt solid #555;
}
.tippy-popper[x-placement^=top] .tippy-tooltip.plight-theme .tippy-arrow {
  color: #f2f2f2;
}
.tippy-tooltip.plight-theme .tippy-content {
  font-size:.8em;
  text-align:left;
}

#seWrapper{
	width:60%;
	margin:auto;	
}

.concMethod:hover{
	cursor:pointer;
}

.pad10{
	padding:10px;
}

.pad20{
	padding:20px;
}

.inputRow{
	background:#fff;
	padding-top:5px;	
}

.sCell{
	display:inline-block;
	font-size:.9em;	
}

.sCell input{
	width:98%;
	font-size:.9em;
}
.sCell select{
	width:90%;
	font-size:.9em;
}

.w4{
	width:4%;
}
.w9{
	 width: calc((100% - (3 * 4%)) / 12);   /* 7.3333% */
}

.subRpt:hover{
	background:#ffff00;
	cursor:pointer;
}

#sdCategory{
	width:150px;
	margin-left:-3px;
}

.btn{
	width:100px;
	color:#f2f2f2;
	background:var(--upennBlue);
	height:30px;
	border:1pt solid var(--upennBlue);
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn:hover{
	cursor:pointer;
	background:#0f6fcf;
	border:1pt solid #014785;
	color:#fff;
}

.sdatClicked{
	background:#0f6fcf;
}

.btn40{
	width:40px;
	color:#f2f2f2;
	background:var(--upennBlue);
	height:20px;
	border:1pt solid var(--upennBlue);
	border-radius:3px;	
	line-height:16px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn40:hover{
	cursor:pointer;
	background:#0f6fcf;
	border:1pt solid #014785;
	color:#fff;
}

.btn70{
	width:70px;
	color:#f2f2f2;
	background:var(--upennBlue);
	height:30px;
	border:1pt solid var(--upennBlue);
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn70:hover{
	cursor:pointer;
	background:#0f6fcf;
	border:1pt solid #014785;
	color:#fff;
}

.btn130{
	width:130px;
	color:#f2f2f2;
	background:var(--upennBlue);
	height:30px;
	border:1pt solid var(--upennBlue);
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn130:hover{
	cursor:pointer;
	background:#0f6fcf;
	border:1pt solid #014785;
	color:#fff;
}

.btn150{
	width:150px;
	color:#f2f2f2;
	background:var(--upennBlue);
	height:30px;
	border:1pt solid var(--upennBlue);
	border-radius:3px;	
	line-height:26px;
	text-align:center;
	display:inline-block;	
	z-index:10;
}

.btn150:hover{
	cursor:pointer;
	background:#0f6fcf;
	border:1pt solid #014785;
	color:#fff;
}

#searchResults{
	width:50%;
	height:300px;
	border:1pt solid #ccc;
	border-radius:3px;
	overflow-y:auto;
	background:#f2f2f2;
}

.padLeft30{
	padding-left:30px;
}

.borderLeft{
	border-left:1pt solid #ccc;
}

.centerMe{
	margin-left:auto;
	margin-right:auto;
}	

.ctr{
	text-align:center;
}

#microInputs{
	width:80%;
	padding-left:10%;
}

.microBlock{
	border:1pt solid #ccc;
	border-radius:3px;
	min-height:10px;
	font-size:.8em;	
	margin-bottom:10px;
}

.excRarrowImg{
	width:10px;
}

.microHeader{
	font-weight:bold;
}

.microSampleID{
	text-align:left;
	font-weight:bold;
	background: var(--lightBlue);
	padding:3px;	
}

.redText{
	color:#ff0000;
}

.smaller{
	font-size:.8em;
}

.clientTech{
	display:none;
}

.clr{
	clear:both;
}

#csaReportBody{
	list-style: none;
	padding:0;
	width:100%;	
}
#csaReportBody li:first-child{
	border-bottom:1pt solid #ccc;
}
#csaReportBody li:nth-child(2n+2){
	background:#fff;
}

#csaReportBody div{
	display:inline-block;
	width:calc( 100% / 9.42 ); 
	padding:1px;
}

.extraImg{
	width:15px !important;
	margin-left:16px;
}

.concCol{
	text-align:center;
}

#morphUL li:hover {
	background: var(--lightYellow);
}

#morphUL{
	list-style: none;
	padding:0;
	width:100%;
	margin-top:-10px;
}
#morphUL li:first-child{
	border-bottom:1pt solid #ccc;
}
#morphUL li:nth-child(2n+2){
	background:#fff;
}

#morphUL div{
	display:inline-block;
	width:calc( 100% / 9.3 );	
}

#morphHeader{
	font-weight:bold;
	text-align:center;
	border-bottom:1pt solid #ccc;
}

#phTable{
	width:50%;
	margin-left:25%;
	border:1pt solid #ccc;
	border-collapse:collapse;
}
#phTable th{
	background:#f2f2f2;
}
#phTable td{
	border:1pt solid #ccc;
}	
.phDataRow:hover{
	background:var(--greenHighlight);
}	

#culFileLinks{
	display:none;
}

#culReportTable{
	width:100%;
	border:1pt solid #ccc;
	border-collapse:collapse;
	margin:auto;
}

#culReportHeader th{
	background:#eee;
}

#culReportTable td{
	text-align:center;
}

#culReportTable tr:nth-child(2n+1){
	background:#f2f2f2;
}

#culReportTable tr:hover{
	background:var(--lightYellow);
}

#fcvTable{
	width:50%;
	margin-left:25%;
	border:1pt solid #ccc;
	border-collapse:collapse;
}
#fcvTable th{
	background:#f2f2f2;
}
#fcvTable td{
	border:1pt solid #ccc;
}	
.fcvDataRow:hover{
	background:var(--greenHighlight);
}
	
.adjLeft{
	margin-left:4px;
}

.adjLeft2{
	margin-left:8px;
}

#csaMean{
	font-weight:bold;
	border-top:1pt solid #ccc;
	border-bottom:1pt solid #ccc;
}

#csaMean .csaTAR{
	 margin-left:6px; 
}

.csaTAR{
	width:13% !important;
}


#custMenu{
	background: var(--upennRed);
	text-align:right;
}

.ccDiv{
	border:1pt solid #ccc;
	border-radius:3px;
	padding:5px;
	margin-bottom:5px;
	background:#f2f2f2;
}

.btnEditCC{
	margin-left:10px;
}

.cDesc{
	width:100%;
	height:100px;
	background:#fff;
	overflow-y:auto;
}

#csaMorph{
	display:none;
}

#cannedWrapper{
	width:80%;
}

.ccWrapper{
	border:1pt solid #f8f8f8;
}

.ccWrapper:hover{
	border:1pt solid #777;
	cursor:pointer;
}

.ccWrapper:nth-child(odd){
	background:var(--lightYellow);
}

.ccName{
	width:80%;
}

.ccImg{
	width:12px;
}

#csaReportBody li:hover {
	background: var(--lightYellow);
}

.brightGreenBG{
	background:#acf773;
}

.boldCtr{
	font-weight:bold;
	text-align:center;
}

.clr5{
	clear:both;
	height:5px;
}	

.clr10{
	clear:both;
	height:10px;
}	

.clr20{
	clear:both;
	height:20px;
}	

.clr200{
	clear:both;
	height:200px;
}	

.clr100{
	clear:both;
	height:100px;
}	

#csaMotility{
	border-top:1pt solid #ccc;
	display:none;
}

#notesWrapper{
	width:55%;
	border:1pt solid #f2f2f2;
	margin:auto;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    9000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 211, 211, 211, .8 ) 
                url('../images/sideLoading.gif') 
                50% 50% 
                no-repeat;
    background-size:40px;            
}


.smallModal {
    display:    none;
    position:   fixed;
    z-index:    0;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('../images/sideLoading.gif') 
                0 0
                no-repeat;
    background-size:40px;            
}


#anaNotes{
	width:98%;
	height:75px;
}

#otherShipper{
	width:calc(99% - 150px);
}
#otherShipperWrapper{
	display:none;
}

.csaSAMPLEID{
	word-wrap: break-word;
}

.tpt{
	width:30px;
	margin:auto;
	display:none;
}

#fileLinks{
	display:none;
}

.eDisclaimerWrapper{
	width:60%;
	margin:auto;
}
#eDisclaimerText{
	height:200px;
}
#cDisclaimerText{
	height:200px;
}

#dnTable{
	border-collapse:collapse;
	width:80%;
	margin:auto;
}

#noteNote{
	display:none;
}

#dnTable td{
	border:1pt solid #ccc;
	font-size:.9em;
}

#dnTable textarea{
	width:98%;
	height:100px;
}
#dnTable th:nth-child(1){
	width:10%;
}
#dnTable th:nth-child(2){
	width:10%;
}
#dnTable th:nth-child(3){
	width:40%;
}
#dnTable th:nth-child(4){
	width:40%;
}

.tpt:hover{
	cursor:pointer;
}

.ptreeToggle{
	padding-bottom:5px;
}

#niMorphTable{
	border:1pt solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	font-size:.9em;
}
#niMorphTable th{
	background:var(--morphHeader);
	font-size:.8em;
}
#niMorphTable td{
    padding:0 5px 0 5px;
    border:1px solid #ccc;
    font-size:.8em;
}
#niMorphTable input{
  border:none;
  width:90%;
  margin-left:5%;
  font-size:1em;
  height:22px;
}
.niNotes{
	width:24px;
	margin:auto;
}
.niNotes:hover{
	cursor:pointer;
}
#niMorphTable input[type='checkbox']{
	width:15px;
}
.morTech{
	font-size:1em;
}
#morCopyAD{
	width:15px;
	margin:auto;
}
#morCopyAD:hover{
	cursor:pointer;
}

#niButtons{
	text-align:center;
	width:100%;
}
#niMorphAvgTable{
	border:1pt solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	font-size:.9em;
	margin:auto;
	width:100%;
}
#niMorphAvgTable th{
	background:var(--morphHeader);
	font-size:.8em;
}
#niMorphAvgTable td{
    padding:0 5px 0 5px;
    border:1px solid #ccc;
    font-size:.8em;
}
.tdcCenter{
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */	
}
.morDEL{
	font-size:1.2em;
	text-align:center;
}
.morDEL:hover{
	color:#ff0000;
	cursor:pointer;
}
.morNOTES{
	width:40%;
	margin-left:30%;
}
.morNOTES:hover{
	cursor:pointer;
}
.morSampleID{
	float:left;
	padding-bottom:3px;
}
.morAddTo{
    float: right;
    background: #555;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius:3px;
    margin-bottom:3px;
}
.morAddTo:hover{
	cursor:pointer;	
}

#morphNotesDiv{
	width:300px;
	height:120px;
	background:#8e8d8d;
	padding:10px;
	display:none;
	z-index:100;
	position:absolute;
	border-radius:3px;
}

#morphNotes{
	width:98%;
	height:85px;
}

#morphNotesDiv .btn70{
	margin-left:5px;
	margin-right:5px;
}	

.arrowRight{
	position: relative;
	background: #8e8d8d;
	border: 4px solid rgba(142, 141, 141, 0);
}
.arrowRight:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrowRight:after {
	border-color: rgba(142, 141, 141, 0);
	border-left-color: #8e8d8d;
	border-width: 15px;
	margin-top: -15px;
}
.arrowRight:before {
	border-color: rgba(142, 141, 141, 0);
	border-left-color: #8e8d8d;
	border-width: 18px;
	margin-top: -18px;
}

.customDownloadTag {
	padding: 4px;
	margin: 8px;
	font-size: 13px;
}


#concTable{
	border-collapse:collapse;
	width:800px; 
	margin:auto;
	border:1pt solid #ccc;	
}

#concTable td, #concTable th{
	font-size:.75em;
	border:1pt solid #ccc;
	width:100px;
	padding:3px;
}

#concTable input{
	width:70%;
	font-size:1em;
	margin-left:calc( 15% - 2px );
	border:1pt solid #c3c3c3;
}

#concTable select{
	width:90%;
	margin-left:5%;
	font-size:.9em;
}

.cUseTxt{
	display:inline-block;
}

#concTable .cUSE{
	width:20px;
	margin:0;
}

#motTable{
	width:100%;
}

#motTable td,th{
	border:none;	
	width:10%;
	font-size:.8em;
}
#motTable th{
	border:none;	
	background:#ccc;
}

#motTable tr:first-child{
	border-bottom:1pt solid #ccc;
}
#motTable tr:nth-child(2n+2){
	background:#fff;
}

#motTable tr:hover{
	background:var(--lightYellow);
}

.mExc, .mIso, .mGra{
	font-size:.9em;
	width:100%;	
	height:150px;
	overflow-y:auto;	
}
.mLbl{
	display:inline-block;
	width:55%;
	text-align:right;
	padding-right:5px;
}
.mExcLW{
	margin-bottom:5px;
}

.mIsoW input{
	width:25%;
}
.mGraW input{
	width:15%;
}
.addIso{
	width:50%;	
}
.isoText{
	width:25% !important;
}

input,textarea,select{
	border:1pt solid #ccc !important;
}
input:focus, textarea:focus, select:focus, button:focus {
    outline: none !important;
}

@media only screen and (max-width : 768px) {

}

