div#sidemenudiv {
  display: none;
}
div#maincontentdiv {
  background-color: white;
}
div.regular-content {
  width: 100% !important;
  position: relative;
  display: inline;
  vertical-align: top;
}
.noprint {
  display: none;
}
.show-in-edit-mode {
  display: none;
}
input[type=text] {
  border: solid 0px white;
}
select {
  border: solid 0px white;
}
.PagerCurrentPageCell,
.PagerOtherPageCells,
.PagerSSCCells {
  display: none;
}
.ui-tabs-nav {
  display: none;
}
.ui-tabs .ui-tabs-hide {
  display: block !important;
}
.ui-tabs .ui-tabs-panel {
  display: block !important;
}
.print-tab-hdr {
  font: bold 1.2em arial;
  color: maroon;
}
a[href]:after {
  content: none;
}
.dataTable .sorting {
  background: inherit;
}
.dataTable .sorting_asc {
  background: inherit;
}
.dataTable .sorting_desc {
  background: inherit;
}
/* for wkhtmltopdf table header repeat issue */

thead {
  display: table-header-group;
}
tfoot {
  display: table-row-group;
}
tr {
  page-break-inside: avoid;
}
