/* ==========================================================================
   SSRS REPORT
   ========================================================================== */
​

img[src*="OpType=ReportImage&ResourceStreamID=Blank.gif"] {
  //display: none;
}

.SSRSReportViewer {
  overflow-x: auto;
}

.SSRSReportViewer * {
	padding:unset!important;
}

.SSRSReportViewer img {
	width: inherit;
	/* height: inherit; */
}

.SSRSReportViewer table > tbody > tr > td > div:first-of-type {
  background-image: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.SSRSReportViewer table > tbody > tr > td > div > div table > tbody > tr > td {
  vertical-align: unset;
}

.SSRSReportViewer table > tbody > tr > td > div > div > table > tbody > tr > td:last-of-type {
  vertical-align: unset;
  padding-right: 0px;
}

.SSRSReportViewer table > tbody > tr:nth-child(4) {
  //background-color: transparent;
}

.SSRSReportViewer table > tbody > tr > td input[type="image"] {
  height: auto !important;
  width: auto !important;
  vertical-align: unset;
}