.report-main-contents {
  height: 88vh;
  cursor: pointer;
  color: white; 
}

.report-search-container{
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
  border-top: none;
  font-weight: 700;
  height: 5vh;
  line-height: 3vh;
  padding: 1vh 1vw;
  width: 100%;
}

#report-tab-container{
  width: 100%;
  font-size: 12pt;
  height: 4vh;
  line-height: 4vh;
  border-bottom: 1px solid white;
  color: rgb(90, 90, 90);
}

.report-flex-table{
  height: 79vh;
  border-top: none;
  position: relative;
  text-align: left;
}

.report-flex-table-col {
    flex: 1;
    white-space: nowrap;
    text-align: left;
    padding: 0 5px 0 5px;
}

.report-search-tabs{
  text-align: center;
  background: white;
  width: auto;
  padding: 0 1vw;
  height: 100%;
  border-radius: 0px;
  font-weight: 700;
  display: inline-block;
}


.report-tab-selected{
  background: rgb(202, 202, 202)
}

.report-date-search-label{
  color: white;
  display: inline-block;
}

.report-filter-combo {
    display: inline-block;
    position: center;
    height: 3vh;
    width: 15vw;    
    right: 1vw;
    color: rgb(90, 90, 90);
    font-size: 12pt;
}

#report-filter-box{
  display: inline-block;
  position: absolute;
  height: 3vh;
  width: 10vw;
  right: 1vw;
  color: rgb(90, 90, 90);
  font-size: 12pt;  
}
.report-flex-table-contents{
  overflow-y: auto;
  height: 70vh;
  font-family: Montserrat;
}
.report-table-row {
  display: flex;
  padding: 0px 20px;
  height: 4vh;
  line-height: 4vh;
  cursor: pointer;
  font-size: 1.3rem;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  background: rgb(80,80,80);
  color: white;
}
.report-table-row:nth-of-type(odd) {
  background: rgba(0,0,0,0.05);
}

.compliance-report-table-contents{
  overflow-y: auto;
  height: 75vh;
  font-family: Montserrat;
}
.compliance-report-table-row-header {
  display: flex;
  padding: 0px 20px;
  height: 4vh;
  line-height: 4vh;
  cursor: pointer;
  font-size: 1.5rem;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
  background: rgb(80,80,80);
  color: white;
}
.compliance-report-table-row-header span {
  margin-right: 1.5vw;
}
.compliance-report-table-row-detail {
  padding: 0.5vh 20px;
  margin-bottom: 2vh;
}
.compliance-report-table-row-detail-row {
  display: flex;
  width: 40vw;
}
.compliance-report-table-row-detail-row > div {
  flex: 1;
}

.btn-export-stats {
    background-color: white;
    color: rgb(51,122,183);
    font-family: Montserrat;
    /*width: 8vw;*/
    height: 3vh;
    position: relative;
    right: 7vw;
    padding: 0;
    float: right;
}
.btn-export-multiple {
  background-color: white;
  color: rgb(51,122,183);
  font-family: Montserrat;
  /*width: 8vw;*/
  height: 3vh;
  position: relative;
  margin-left: 1vw;
  float: right;
}

.audit_log {
    height: 88vh;
    cursor: pointer;
    color: white;
    overflow-y: hidden;
}

#audit_log-filter-box {
    width: 100%;
    height: 5vh;
    line-height: 3vh;
    padding: 1vh 1vw;
    text-align: right;
    color: black;
    font-size: 12pt;
}

#audit_log-flex-table {
    height: 83vh;
}

.audit_log-flex-table-contents {
    overflow-y: auto;
    height: 67vh;
    min-height: 75px;
    font-family: Montserrat;
}

.audit_log-table-row {
    display: flex;
    padding: 0px 20px;
    height: 3.5vh;
    line-height: 3.5vh;
    cursor: pointer;
    font-size: 1.3rem;
    background: rgb(80,80,80);
    color: white;
}

    .audit_log-table-row:nth-of-type(odd) {
        background: rgba(0,0,0,0.05);
    }

.audit_log-popup-container {
    background-color: rgba(120,120,120,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
}

.audit_log-popup-content {
    position: absolute;
    top: 25vh;
    left: 30vw;
    height: max-content;
    width: 40vw;
    color: white;
    background-color: grey;
    opacity: 1;
    z-index: 100;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.audit_log-popup-title {
    margin: auto;
    margin: 20px 0;
    text-align: center;
    font-family: Montserrat;
    font-size: 2.2rem;
    font-weight: bold;
}

.audit_log-popup-btn-group {
    margin: 1vh 0.5vw;
    text-align: right;
}

    .audit_log-popup-btn-group > button {
        color: black;
    }

.audit_log-popup-row {
    margin: 5px;
    width: 100%;
    text-align: center;
}

.audit_log-popup-label {
    width: 10vw;
    display: inline-block;
    text-align: right;
    vertical-align:top;
}

.audit_log-popup-input {
    width: 20vw;
    display: inline-block;
    color: black;
}

#audit_log-add-btn {
    height: 3vh;
}
