.p-b {
    padding-bottom: 10px;
}

.category-nav.active {
    padding: 10px 10px;
}

.category-nav.active .category-desc{
    display: block;
}

.admin-category-nav,
.category-nav {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

.admin-category-nav.active,
.admin-category-nav.active a,
.category-nav.active,
.category-nav.active a{
    color: #f39100;
}

.category-nav .product-name {
    font-weight: 400;
}

.category-desc {
    display: none;
}

.details-btn{
    color: #f39100;
    font-weight: 600;
    cursor: pointer;
    margin-bottom:5px;
}

.reference-cont {
}

.details-cont,
.ass-question-cont {
    font-size: 15px;
}

.assessment-radio {
    margin-right: 15px;
}

.admin-assessment-item textarea {
    width: 100%;
    height: 200px;
}

#add-client-form {
    margin-top: 8px;
}

.action-desc {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
}

.action-desc li {
    border: none;
    margin: 0;
    padding: 0;
}
.action-desc ul {
    margin-bottom: 5px;
}

.clickable {
    cursor: pointer !important;
}

.disclaimer ul li{
    list-style: none;
}

.sidebar-logo{
    position: absolute;
    bottom: 0px;
    padding: 8px;
}

.dtr-title {
    display: block !important;
    margin-bottom: 7px !important;
}

.colored {
    color: #f39100 !important;
}

.not-accepted {
}

.background-danger{
    background-color: rgba(228, 20, 20, 0.14);
}

.desc-label {
    padding: 10px 10px;
    margin-top: 25px;
    background: #f3f3f4;
    border-left: none;
    border-right: none;
    border-radius: 4px;
}

tr.child {
    color: #1d2338 !important;
}

.finding-cell-Critical {
    background-color: rgba(155, 8, 23, 0.3);
    color: #000;
}
.finding-cell-High {
    background-color: rgba(237, 85, 101, 0.3);
    color: #000;
}
.finding-cell-Medium {
    background-color: rgba(229, 94, 8, 0.3);
    color: #000;
}
.finding-cell-Low {
    background-color: rgba(210, 209, 18, 0.3);
    color: #000;
}

.tight-table {
    padding: 0px !important;
}

.tight-table .dataTables_wrapper {
    padding-bottom: 5px !important;
}

.tight-table table.dataTable {
    border-bottom: 1px solid #e7eaec;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.tight-table .html5buttons {
    display: none !important;
}