.bsu-detail-grid > div {
    min-height: 78px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.bsu-expiry-label {
    display: inline-block;
    margin-left: 5px;
}

.bsu-notes {
    margin-top: 8px;
    padding: 12px;
    background: #f8f9fa;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

#bsu-password-value {
    display: inline-block;
    min-width: 140px;
    padding: 6px 8px;
    word-break: break-all;
}

.bsu-credential-section {
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    background: #fafafa;
}

.bsu-credential-section h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.bsu-view-section code {
    display: inline-block;
    margin: 3px 3px 3px 0;
    word-break: break-all;
}

.bsu-software-tree {
    position: relative;
    padding-left: 28px;
    margin-top: 15px;
}

.bsu-software-tree:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 12px;
    width: 2px;
    background: #d9e2ec;
}

.bsu-software-node {
    position: relative;
    margin-bottom: 14px;
    padding: 14px 14px 2px;
    border: 1px solid #dfe6ee;
    border-radius: 5px;
    background: #ffffff;
}

.bsu-software-node:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 24px;
    width: 18px;
    height: 2px;
    background: #d9e2ec;
}

.bsu-software-node-header {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 10px;
}

.bsu-tree-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background: #eef4fa;
}

.bsu-software-node-title {
    flex: 1;
}

.bsu-remove-software {
    margin-left: auto;
}

.bsu-software-view-node {
    padding-bottom: 8px;
}

.bsu-software-view-node .bsu-detail-grid > div {
    min-height: 70px;
}

@media (max-width: 767px) {
    .bsu-software-tree {
        padding-left: 18px;
    }

    .bsu-software-tree:before {
        left: 5px;
    }

    .bsu-software-node:before {
        left: -13px;
        width: 13px;
    }
}

.bsu-report-summary {
    margin-top: 10px;
    margin-bottom: 15px;
}

.bsu-summary-card {
    display: flex;
    min-height: 88px;
    padding: 14px;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none !important;
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    background: #ffffff;
}

.bsu-summary-card span {
    color: #666666;
    font-size: 12px;
}

.bsu-summary-card strong {
    color: #323a45;
    font-size: 26px;
    line-height: 1;
}

.bsu-summary-danger {
    border-left: 4px solid #fc2d42;
}

.bsu-summary-warning {
    border-left: 4px solid #f0ad4e;
}

.bsu-report-filter {
    margin-top: 15px;
}

.bsu-report-filter .form-group {
    margin-right: 8px;
}

#bsu-reauth-modal .modal-body p {
    margin-bottom: 15px;
}

.bsu-import-summary {
    margin-top: 15px;
    margin-bottom: 20px;
}

.bsu-summary-success {
    border-left: 4px solid #28a745;
}

.bsu-summary-info {
    border-left: 4px solid #03a9f4;
}

.bsu-import-summary .bsu-summary-card {
    margin-bottom: 10px;
}


.bsu-renewal-modal-header {
    background: #fff3cd;
    border-bottom-color: #ffe69c;
}

#bsu-renewal-reminder-modal .modal-title,
#bsu-connect-renewal-modal .modal-title {
    color: #8a6d3b;
}

#bsu-renewal-reminder-modal .table {
    margin-bottom: 0;
}


/* v1.8.0 client filter and Perfex service selector */
.bsu-client-filter {
    border: 1px solid #e4e7ea;
    background: #fafbfc;
}
.bsu-client-filter .panel-body {
    padding: 15px;
}
.bsu-filter-actions {
    padding-top: 25px;
    text-align: right;
}
#bsu-manual-title-wrap.hide {
    display: none !important;
}
@media (max-width: 767px) {
    .bsu-filter-actions {
        padding-top: 10px;
        text-align: left;
    }
}
