/* STYLESHEET FOR PRINT - OK */

@media print {
  html, body{
      /*background-color: transparent !important;*/
      /*-webkit-print-color-adjust: exact !important;*/
      height:100%;
      width:100%;
  }
  .wj-cells {
  margin:0 auto;
    }
  .wj-btn {
      display: none;
  }
  .wj-cell {
      /*background-image: none !important;*/
      /*-webkit-print-color-adjust: exact !important;*/
      border-right: inherit;
      border-bottom: inherit;
      color: inherit;
      box-shadow:inherit;
      text-shadow:inherit;
      -webkit-box-shadow:inherit;
  }
  .wj-content {
    border: none;
    width:100%;
    height:100%;
  }
  .wj-control[disabled] {
    opacity: inherit;
    background-color: inherit;
    color: inherit;
  }
  .wj-input input {
    text-align: inherit !important;
  }
  .wj-template-cell.wj-state-active {
    background-color: inherit;
  }
  .wj-template-dtpicker-cell {
    background-image: none !important;
  }
  .wj-template-dtpicker-cell .wj-input-group-btn{
    display: none;
  }
  .wj-template-dtpicker-cell .wj-input-group-btn button {
    display: none;
  }
  .wj-template-lookup-cell {
    background-image: none !important;
    padding: 0px;
  }
  .wj-template-lookup-cell .form-control-clear .glyphicon {
    display: none;
  }
  .btn {
    display: none;
  }
  .form-control {
    background-color: inherit !important;
    border: inherit !important;
    font-size: inherit !important;
    padding: inherit !important;
  }
  .glyphicon-remove {
    display: none;
  }
  .input-group {
    width: 100%;
  }
  .input-group-btn {
    width: 0px;
  }
  div[wj-part="cells"] {
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
  }
  div[wj-part="marquee"] {
    bottom: 0px !important;
  }
  div[wj-part="bl"], div[wj-part="cf"], div[wj-part="ch"], div[wj-part="fcells"], div[wj-part="rh"], div[wj-part="sz"], div[wj-part="tab-holder"], div[wj-part="tl"] {
    display: none;
  }
  input[type="checkbox"] {
    /*
    height: 20px !important;
    width: 20px !important;
    */
  }
  #document-list-heading {
    display: none;
  }
  #footer-wrapper {
    display: none;
  }
  #page-wrapper {
    margin-left: 0px;
  }
  #side-menu-wrapper {
    display: none;
  }
  #topnav-wrapper {
    display: none;
  }
  .mainview-wrapper{
    height: 100%;
    min-height: 100%;
  }
}