.gmct-reports-container {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
}

.wp-admin .gmct-reports-container { 
    width: 90%;
    max-width: 100%;
    margin: 20px 0;
}

.gmct-reports-header {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 30px 30px 30px 50px;
    background-image: url(/wp-content/uploads/2018/05/LeadershipRoad-Mod1-Background-1.jpg);
    background-size: cover;
    background-color: rgba(204,150,22,.7);
    color: #fff;
}
.page-template-template-reports .gmct-reports-header {
    background: none;
    padding: 30px 0;
    font-size: 2rem;
    color: #000;
}

.gmct-report-stats, .gmct-report-reports {
    margin: 20px 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.gmct-report-stats .report-stat-block {
    width: 45%;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin: 20px 2.5%; 
    font-size: 1.3rem;
    border: 1px solid #000;
    border-radius: 5px;
}

.gmct-report-stats .report-stat-block span {
    font-size: 1.7rem;
    font-weight: bold;
}

.gmct-report-grid-item { 
    width: 31%;
    margin: 10px 1%;
    border: 1px solid #000;
    background: rgba(204,150,22,.7);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    color: #fff;
}
.gmct-report-grid-icon {
    width: 20px;
    padding-top: 5px;
}
.gmct-report-grid-item-text {
    max-width: 90%;
    padding-left: 20px;
}
.gmct-report-grid-item-text a {
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: bold;
    color: #fff;
}

.gmct-reports-container .report-header-info-contain {
    margin-bottom: 20px;
    margin-top: 20px;
}
.gmct-reports-container .report-title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
}

.gmct-reports-container th, .gmct-reports-container td { white-space: normal; }
table.DTFC_Cloned thead { background-color: #fff; } 

tr.fail td { background-color:#eb5a46 !important; }
tr.half td {   }
tr.full td { background-color:#197419 !important;  }

#report-filter input.button-primary, .page-template-template-reports .csv-link a { 
    padding: 10px 8px;
    background-color: #dd9933;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
}

.distinc-header {
    white-space: normal !important;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}