html {
	font-size:13px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

table {
	font-size:1rem;
        border:none;
        border-color:white;
}

tr {
	page-break-inside: avoid;
        border:none;
}

td {
	vertical-align: text-top;
    border:none;
}

.seperator {
	border-top: 2px dotted black;
}

.row > .col {
        vertical-align: text-top;
}

.mypricing {
	page-break-inside: avoid;
}

.bg-heading {
	background-color: #f2f2f2 !important;
	border: 1px solid #333333 !important;
        text-transform:uppercase;
        text-align:left;
        padding:8px
}
.border-1 {
	border: 1px solid #333333;
}

.outlined {
	border: 1px solid #333333;
}

.border-2 {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
}

.content {
	
}

.price {

}

.itemcode {
	white-space: nowrap;
}

.itemcount {
	max-width:45px;
}

.itemtable {
	width: 100%;
	padding: 6px;
	border-bottom: 1px solid black;
}

.itemtable td {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 6px;
      
}

.itemtable th {
	background-color: #f2f2f2 !important;
	border: 1px solid #333333 !important;
	padding: 6px;
        text-align:left;
	
}

.itemtable tr {
	border: none;
}

.totals {
	border-collapse: collapse;
	line-height: 25px;
	text-decoration: bold;
}

.totals td {
	page-break-inside: avoid;
	border: 1px solid black;
	padding: 6px;
}

.footer {
	width: 100%;
	height: 100px;
	margin-top: 5px;
}

@media print {
	.new-page {
		break-before: page;
		page-break-before: always;
	}
}
.b-dashed {border-color: #aaa;}
.c-red {color:red;} 
.border-0 { border:0;}
.border-top-0 {border-top: 0;}
.border-bottom-0 {border-bottom: 0;}
.border-end-0 {border-right: 0;}
.border-start-0 {border-left: 0;} 
.text-start {text-align:left;}
.text-end{text-align:right;}
.text-center{text-align:center;}
.w-25 { width: 25%;} 
.mt-1 { margin-top:5px;}
.p-0 {padding:0;}
.p-2 {padding:5px;}
.m-0{margin:0;}
.fst-italic { font-style: italic; } 
.fw-bold { font-weight: bold;} 
.fs-1 { font-size: calc(1.375rem + 1.5vw) !important;}