﻿body {
    font-family: "Open Sans",Arial,sans-serif;
}

#embedContainer {
    height: 900px;
    width: 100%;
}

hr.reportFooter {
    margin-top:5px
}

#frmReport {
    height: 600px;
    width: 100%;
}

#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

#dashboardContainer iframe{
    border: none;
}

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 2px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    text-underline-position: inherit;
    font-weight: inherit;
}

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}

iframe {
  /*for the report viewer*/
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#report {
  /*for the report viewer*/
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 85vh;
}

h3.reportTitle {
    margin-top: 2px;
    margin-bottom: 3px;
}