/* comment list */

div#listPageHeader {
    max-height: 70px;
    overflow: hidden;
    background: #1c5ea5;
    box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 51%);
    position: absolute;
    z-index: 10;
    width: 100%;
    border-bottom: 3px solid #124071;
}

div#listPageHeader .dynamic-logo img {
    height: 62px;
    margin: 4px;
    margin-left: 13px;
}

div#listPageHeader .dynamic-logo {
    float: left;
}

div#listPageHeader .dynamic-heading {
    float: left;
    margin-left: 10px;
}

div#listPageHeader .static-heading {
    float: right;
    line-height: 70px;
    margin-right: 15px;
    color: #a9c4f7;
    font-weight: 400;
    text-transform: uppercase;
}

/* div#commentContainer {
    margin-top: 70px;
    height: calc(100vh - 70px);
} */

div#listPageHeader div#primaryHeadingText {
    font-size: 20px;
    line-height: 20px;
    margin-top: 13px;
    color: #c3d8ff;
    font-weight: 500;
    /* border-bottom: 1px solid #1551bf; */
    /* padding-bottom: 8px; */
    margin-bottom: 5px;
}

div#listPageHeader div#secondaryHeadingText {
    font-size: 13px;
    color: #85b6ff;
    line-height: 13px;
}

div#listPageHeader .static-heading {
    line-height: initial;
}

div#listPageHeader .static-heading-primary {
    text-align: right;
    margin-top: 12px;
    font-size: 18px;
}

div#listPageHeader .static-heading-secondary {
    text-align: right;
    font-size: 13px;
    color: #85b6ff;
    text-transform: initial;
}

div#listPageHeader div#secondaryHeadingText a {
    color: #a9ccff;
    text-decoration: none;
}

div#listPageHeader div#secondaryHeadingText a:hover {
    color: #c3d8ff;
}

div#listPageHeader .static-heading {
    overflow: hidden;
}

div#listPageHeader .static-heading-primary-container {
    float: left;
}

div#listPageHeader .static-heading-secondary-container {
    float: left;
    border-left: 1px solid #3577bd;
    margin-left: 10px;
}

div#listPageHeader .static-heading-secondary-container a {
    /* border: 1px solid #4780bd; */
    /* margin-top: 14px; */
    display: block;
    line-height: 67px;
    background: #17508e;
    /* border-radius: 6px; */
    /* margin-left: 10px; */
    font-size: 12px;
    max-width: 125px;
    padding-left: 5px;
    padding-right: 5px;
    color: #b9cde4;
    /* margin-bottom: 14px; */
    min-width: 120px;
    text-align: center;
}

div#listPageHeader .static-heading-secondary-container a:hover {
    background: #124071;
    text-decoration: none;
    color: #fff;
}

body {
    background: #ccc;
}

.list-page-container {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 900px;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
    height: 100vh;
}

.content-header {
    overflow: hidden;
}

.header-column {
    float: left;
}

.content-body {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.body-row {
    overflow: hidden;
}

.body-column {
    float: left;
}

.content-header {
    background: #383838;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    border-bottom: 3px solid #000;
    padding: 5px;
}

.body-row {
    padding: 5px;
    font-size: 13px;
    /* background: #ccc; */
    border-bottom: 1px solid #efeeee;
    border-left: 5px solid #fff;
    color: #737373;
}

.body-row:hover {
    /* background: #ccc; */
    border-left: 5px solid #383838;
    cursor: pointer;
    background: #efeeee;
    color: #383838;
}

.list-page-container {
    box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 11%);
}

.body-column a {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    width: 100%;
}

.body-row.inactive-row {
    color: #ccc;
}

.body-row.inactive-row a {
    border-color: #ccc !important;
    color: #ccc !important;
    background: #fff !important;
}