#InlineContent,#wrapper,#sidebar-wrapper,.container-fluid,#PrintModal-modal-header,#PrintModal-modal-footer,#CameraBox,#ChangeToA4,#RemoveAllBoxDamages,#PrintThePagesBtn{
  display: none;
}
#InlineContent{
  display: none !important;
}
#toast-container{
  display: none !important;
}
/* Show only the content of the #PrintModal-modal-body */
* {
  position: relative !important;
  overflow: visible !important;
}
.PrintEIR_Content{
  display: block;
  max-height: none !important;
  height: auto;
  width: fit-content;
}
#PrintModal-modal-body {
  max-height: none !important;
  height: auto;
  width: fit-content;
}
body, page {
  box-shadow: 0;
  background-color: white;
  color: black;
  visibility: visible;
  margin-left: 0;
  overflow: visible !important;
}
page[size="A7"] #HeaderEstimate, page[size="A4"] #HeaderEstimate{
  display: none;
}
page[size="A7"] {
  width: 8cm;
  height: auto;
  display: inline-block;
}
page[size="A4"] {
  width: 100%;
  height: auto;
  display: flex !important;
  flex-direction: column;
}
td.col-17 {
  width: 100%;
}
#CompleteEstimate{
  top: 0;
  left: 0;
}
.Single_Workorder_Wrapper{
  page-break-after: always;
}
page[size="A4"]>.Single_Workorder_Wrapper{
  padding: 5mm;
  width: 100%;
  border: 1mm solid black;
}
page[size="A7"] >.Single_Workorder_Wrapper{
  page-break-after: avoid;
}
.Single_Workorder_Wrapper:last-child{
  page-break-after: avoid;
}
page[size="A7"] .table{
  width: 100%;
}
page[size="A7"] #EstimateBody{
  max-width: 9cm;
}
.d-flex{
  width: 100%;
}
page[size="A7"] .table th, page[size="A7"] .table td {
  padding: 0.05rem;
}
page[size="A4"] .table th, page[size="A4"] .table td {
  padding: 0.1rem;
}
h3{
  font-size: 1.5rem;
  font-weight: bold;
}
.title > h5{
  font-size: 1.2rem;
  font-weight: bold;
}
#FooterEstimate{
  display: none;
}
.LogoBoxePrintWo{
  max-width: 2cm;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb !important;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba !important;
}
label.lead.ContainerNumberLbl {
  font-weight: bold;
}
#WorkPreformedContent>table>tbody>tr>td,#WorkPreformedContent>table>thead>tr>th {
  border: 1mm solid;
  height: 1cm;
}
#WorkPreformedContent>table>tbody>tr>td:nth-child(1),#WorkPreformedContent>table>thead>tr>th:nth-child(1){
  width: 9cm;
}
#WorkPreformedContent>table>tbody>tr>td:nth-child(2),#WorkPreformedContent>table>thead>tr>th:nth-child(2){
  width: 4cm;
}
#WorkPreformedContent>table>tbody>tr>td:nth-child(3),#WorkPreformedContent>table>thead>tr>th:nth-child(3),
#WorkPreformedContent>table>tbody>tr>td:nth-child(4),#WorkPreformedContent>table>thead>tr>th:nth-child(4){
  width: 4cm;
}
#WorkPreformedContent>table{
  border-collapse: collapse;
}
page[size="A7"]>.Single_Workorder_Wrapper >#WorkPreformedContent{
  display: none;
}
page[size="A7"] .cbRepairInfo[type="checkbox"]{
  display: none;
}
input[type=checkbox].cbRepairInfo {
  transform: scale(2); /* scale the checkbox up by 50% */
}
/*FOR EIR*/
.InterChangeLogo{
  width: 100px;
  margin-left: 58%;
}
.DepotLogo{
  width: 100px;
  margin-left: 5%;
}
.center{
  margin-left: 28%;
}
#SaveToPdfPEIRBtn{
  visibility: hidden;
  display: none;
}
.PageContent{
  top: 0;
}
.tablesstatus>tbody>tr{
  color: inherit !important;
  background: inherit !important;
}
#PrintModal-modal-content{
  border: none;
}
#PrintModal-modal-body,#PrintModal-modal-content,.PrintModal-dialog,#PrintModal{
  width: 100%;
}
#WorkPreformedContent table thead th, #WorkPreformedContent table tbody td{
  padding-left: 5mm;
}