.resultLabel{
	font-weight:bold;
    padding-bottom: 1em;
    padding-top: 1.5em;
    padding-right:0px;
    padding-left:0px;
}

.resultValue{
	font-weight: lighter;
	text-align: center;
	padding-top:1em;
	padding-bottom:1em;
    padding-right:0px;
    padding-left:0px;
	font-size:1.25em;
}

.subTotalLineFirst{
	border-top-color: black;
	border-top-style: dashed;
	border-top-width: 1px;	
}

.subTotalLineLast{
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: .5em;	
}

#salesSummaryReport .reportBottom:last-child{
	padding-bottom:4em;
}

/* #salesSummaryReport #salesSummaryPrintBtn, */
.reportPrintBtn{
	position:relative;
	top:-0.5em;
	right:3em;
	background-color:transparent;
	color:white;
	border-color: white;
}

#showParamsBtn, #showLiabParamsBtn{
    color:white;
    background-color:transparent;
    border-color: white;
	position: relative;
	margin-left: 15px;
    margin-right: -15px;
}

.grandTotal{
/*	font-weight: light;*/
	font-size: 1.5em;
	padding-top:1.5em;
/*	border-bottom-color: black;
	border-bottom-style: inset;
	border-bottom-width: 1px;*/
}

/*.grandTotalRow{
	padding:1em 0em 1em 0em;
}*/

/*#terminalSummaryView .grandTotalRow:last-of-type{
	padding-bottom:4em;
}

#salesCrewSummaryHeader{
	margin-top:-4em;
}*/

.reportHeader{
	background-color:black;
	color:white;
	margin:.5em;
}

.reportParams{
	padding:1.25em;
}

.panel{
	min-height: 0;
}

#posOrderReportGoBtn{
	padding-top: .25em;
}

#summaryView{
	/*display:none;*/
	padding-top:1em;
}

.userPrompt{
	padding-top:1em;
}

.submitButtonWrapper{
	padding-top:1.3em;
}

#txHistoryReport .submitButtonWrapper{
	padding-right:0px;
}

.headerButton{
	padding: .5em;
	color:inherit;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-radius: 25px;
	text-align: center;
}
.headingLabel{
	padding:.5em;
	color: #428bca;
}

.rightRoundedCorner{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.leftRoundedCorner{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

/*#terminalSummaryView{
	margin-top:2em;
}*/

#pleaseWait{
	display:none;
	margin:2em 0;
	font-size:2em;
}

.reportHint{
	margin: 0em 2em 0em 1em;
	text-align:center;
}

div#tableResults div {
	margin-left: 0px;
    margin-right: 0px;
    padding-left: .25em;
    padding-right: .25em;
}

div#tableResults div:nth-child(odd) {
	background: lightGray;
	/*opacity:0.5;*/
}

div#tableResults div:last-of-type{
	padding-bottom:4em;
}

.ct-bar{
	stroke-width:100px;
}

.ct-label {
	font-size:inherit;
}

#transHistoryView .rowState1{
	color:blue;
} 

#transHistoryView .rowState2{
	color:orange;
} 

#transHistoryView .rowState3{
	color:green;
} 

#transHistoryView .rowState4{
	color:red;
} 

.shortRow {
	height:3em;
}

.nextPreviousDataSetLink{
	margin-top:.75em;
	font-size: large;
}

/* #scrollableSalesResult{
	overflow-y:auto;
	max-height: 65vh; /*65% of the height of the screen */
} */

#txHistoryReport #cclast4{
	width:7em;
}

#top5MenuItemReport h4{
	padding-top:1em;
}


