.blue-background {
    background: #00B8E0;
    color: #fff;
}
.light-background {
    background: #fff;
    color: #00B8E0;
}
.name, .subtitle {
    font-weight: 500;
    font-size: 34.5px;
    color: #75787B;
    line-height: 40px;
    letter-spacing: -0.6px;
    text-shadow: none;
}
.name {
    padding-bottom: 0;
}
.subtitle {
    color: #00B8E0;
}
.report-container {
    display: flex;
    justify-content: space-between;
}
.report-methos, .time-filters {
    background: #00B8E0;
    color: #fff;
    padding: 0 28px;
    border-color: #00B8E0;
    border-radius: 24px;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 47px;
    font-weight: bold;
}
.report-methos {
    margin-right: 10px;
}
.ui.dropdown.report-methos .text {
    color: #fff !important;
}
.time-filters {
    border: 2px solid #00B8E0;
    background: #fff;
}
.time-filters .text,
.time-filters i {
    color: #00B8E0 !important;
}
.fa-folder {
    font-size: 17px;
    margin-right : 5px
}
.fa-folder:before {
    font-family: FontAwesome;
    font-style: normal;
}
.test-history {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.progress-report-data {
    margin-top: 40px;
}
.report-questionnaires table {
    border: none !important;
}
.report-questionnaires table > thead th {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.report-questionnaires table > tbody > tr > td {
    min-height: 50px;
    border-bottom: 1px solid #ccc;
}
.report-questionnaires table > tbody > tr > td.archive-name {
    color: #41bbe7;
    font-size: 18px;
}
.report-questionnaires table > tbody > tr > td.archive-score {
    font-size: 18px;
    font-weight: 500;
}
.red-text {
    color: #c42a3b;
}
.yellow-text {
    color: #dfc03f;
}
.report-container .left {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 15px;
}
/*Custom Table style*/
.ajax-load {
    display: none;
    animation: fa-spin 2s infinite linear;
    max-height: 50px !important;
}
.hide {
    display: none;
}
.report-questionnaires table thead > tr > th:nth-child(4),
.report-questionnaires table thead > tr > th:nth-child(5),

.report-questionnaires table tbody > tr > td:nth-child(4),
.report-questionnaires table tbody > tr > td:nth-child(5) {
    display : none
}
