#hiddenDiv{
 visibility: hidden;
} 
#rentalPrintButton{
	float:right;
	margin-top:18px;
	
}
@media print {
	#no-print * {
	display:none;
	}
  body * {
     visibility: hidden;
  }
  #hiddenDiv, #hiddenDiv * {
    visibility: visible;
  }
  #hiddenDiv {
 	/*position: absolute;*/ 
    left: 0;
    top: 0;
  }
  .rental {page-break-after: always;}
}

.invoice-box {
	
	font-size: 16px;
	line-height: 24px;
	font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	color: #555;
}

.invoice-box table {
	width: 100%;
	line-height: inherit;
	text-align: left;
}

.invoice-box table td {
	padding: 3px;
	vertical-align: top;
}

#headingOfRent{
	text-align :center;
}

.h2, h2 {
 font-size: 25px; !important
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 10px !important
}

table, td, th {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  height: 50px;
}

#printButton {
	margin-top: 22px;
	float: right;
}

#printButtonBottom {
	float: right;
	margin-top: 7px;
}

/* .invoice-box table tr.information table td {
	padding-bottom: 40px;
} */

.invoice-box table tr.heading td {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.invoice-box table tr.details td {
	padding-bottom: 20px;
}

.invoice-box table tr.item td {
	border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
	border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
	border-top: 2px solid #eee;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.invoice-box table tr.top table td {
		width: 100%;
		display: block;
		text-align: center;
	}
	.invoice-box table tr.information table td {
		width: 100%;
		display: block;
		text-align: center;
	}
}

/** RTL **/
.rtl {
	direction: rtl;
	font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial,
		sans-serif;
}

.rtl table {
	text-align: right;
}

.rtl table tr td:nth-child(2) {
	text-align: left;
}