*{
  background: transparent !important;
  color: black !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}
@page{
  margin: 0.6cm;
  min-height: 100vh;
}
h2, h3{
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
p{
  orphans: 3;
  widows: 3;
}
pre, blockquote{
  border: 1px solid #808080;
  page-break-inside: avoid;
}
abbr[title]:after{
  content: " (" attr(title) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after{
  content: "";
}
img{
  max-width: 100% !important;
  page-break-inside: avoid;
}
thead{
  display: table-header-group;
}
tr{
  page-break-inside: avoid;
}
b{
  font-weight: 700;
}
.noprint{
  display: none !important;
}
.case-sensitive-txt{
  display: none !important;
}
.upper{
  text-transform: uppercase;
}
.printonly{
  display: flex;
}
.page-break{
	display: block !important;
	page-break-before: always !important;
}


/* header */
.print-head{
  align-items: center;
  border-bottom: 2px double #bdbdbd;
  font-family: 'Work Sans', sans-serif;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 15px;
  text-transform: uppercase;
}
.print-logo{
  width: 30%;
}
.print-info{
  justify-content: space-around;
  width: 65%;
}
.print-info .print-column h5{
  font-size: .85em;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
}
.print-info .print-column p{
  font-size: .7em;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
}
.print-foot{
  border-top: 2px double #bdbdbd;
  bottom: 0;
  margin-top: 24px;
  padding: 12px;
  position: fixed;
  width: 100%;
}
.print-foot p{
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
}
.print-foot p:last-of-type{
  margin-bottom: 0;
}

/* tables */
table{
  font-family: 'Work Sans', sans-serif;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.tablesorter thead tr th {
  background-size: 14px auto !important;
  background-position: 90% 50% !important;
}
table thead tr th, table.tablesorter thead tr th{
  border: 1px solid #000 !important;
  color: #fff;
  font-size: .9em;
  margin: 0;
  padding: 6px;
  text-align: center !important;
  text-transform: uppercase !important;
}
table tbody tr td{
  color: #666;
  font-size: .8em;
  margin: 0;
  padding: 3px 0 3px 9px;
}
table.signature-info{
  margin-bottom: 24px;
}
table.signature-info tbody tr td{
  border: 1px solid #333;
}
.table-icon a{
  font-size: 1em;
  padding: 0 6px;
}
.frm_total_views, .frm_pagination_cont{
  display: none;
}
.sens{
  position: relative;
}
.sensitive{
  position: absolute;
  background-image: url(../img/sensitive.jpg) !important;
  background-size: auto 100% !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  left: 0;
  top: 0;
  width: 70%;
}


/* receipts */
.flex{
  display: flex;
}
.receipt{
	flex-direction: column;
	padding: 0 24px;
}
.receipt-head{
	justify-content: space-between;
	width: 100%;
}
.receipt-head h1, .receipt-head h2{
	font-size: 1.5em;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
	line-height: 1em;
  padding: 0 12px;
}
.receipt-body{
	flex-direction: column;
}
.receipt-body-section{
	flex-direction: column;
}
.receipt-body-section h3{
	border: 1px solid #5471d2;
  font-family: 'Fjalla One', sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 12px;
  text-transform: uppercase;
}
.receipt-body-section.waiver h3{
	margin-top: 36px;
}
.receipt-body-section div.lists{
	flex-direction: row;
	justify-content: space-between;
}
.receipt-body-section div.lists ul{
  font-family: 'Work Sans', sans-serif;
  list-style: none;
  padding: 6px;
	width: 32%;
}
.receipt-body-section div.lists ul li{
	font-size: .8em;
  line-height: 1.5em;
	margin-top: 6px;
}
.receipt-body-section div.lists ul li strong{
  font-weight: 400 !important;
}
.receipt-body-section div.lists ul li:first-child{
	margin-top: 0;
}
.receipt-body-section.extrainfo{
	flex-direction: row;
	justify-content: space-between;
}
.receipt-body-section-half{
	width: 48%;
}
.receipt-table{
	border-top: 4px solid #bdbdbd;
  font-family: 'Work Sans', sans-serif;
	margin-top: 12px;
}
.receipt-table tbody tr td{
	font-size: .9em;
	padding: 12px;
}
.receipt-table tbody tr.thead td{
	background-color: #f1f2f3;
}
.receipts-table tbody tr.thead:hover{
	background-color: #f1f2f3;
}
.receipt-table tbody tr.tbody:hover{
	background-color: #fff;
}
.receipt-table tbody tr.tbody.note{
	display: block;
	width: 100%;
}
.receipt-price-content{
  justify-content: space-between;
}
.receipt-price{
  padding: 0;
  width: 48%;
}
.receipt-price h5{
  font-family: 'Fjalla One', sans-serif;
  text-align: right;
}
.policy-holder{
	line-height: 1.3em;
	text-transform: capitalize !important;
}
.policy-number h2 small{
  font-size: .65em;
  margin-right: 3px;
	text-transform: capitalize !important;
  vertical-align: middle;
}
.current-policy{
  border-top: 1px solid #dfdfdf;
  font-family: 'Work Sans', sans-serif;
  font-size: .8em;
  margin-bottom: 12px;
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

/* special */
.uppe{
  text-transform: uppercase;
}
.cent{
  text-align: center;
}
.frm_no_entries{
  background-color: #f1f2f3;
  color: #757575;
  font-family: 'Work Sans', sans-serif;
  font-size: .8em;
  line-height: 1.4em;
  padding: 12px;
  margin-top: 6px;
}

/* signature */
.waiver-details{
  font-family: 'Work Sans', sans-serif;
  margin: 0 auto;
  max-width: 920px;
  padding: 24px;
}
.waiver-details p{
  margin-bottom: 24px;
}
.page-box-signature{
  padding: 0 24px 120px 24px;
}
