/* Contact top bar - reference design */
.contact-top-bar {
    background: #E7EBEE;
    /* padding: 8px 20px; */
    margin: 0;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
}

.contact-top-item {
    /* margin-bottom: 2px; */
    line-height: 1.45;
}

.contact-top-item:last-child {
    margin-bottom: 0;
}

.contact-top-bar .contact-label {
    color: #f7931e;
}

.contact-top-bar i {
    color: #f7931e;
    font-size: 17px;
    margin-right: 0;
}

.contact-top-bar .fa-envelope-open-o {
    font-size: 16px;
}

.contact-top-bar a {
    color: #03a9f4;
    text-decoration: none;
}

.contact-top-bar a:hover {
    text-decoration: underline;
}

.cdc-result-wrapper {
    margin-top: 15px;
}

.cdc-result-box {
    background-color: #ffffff;
    border: 1px solid #d3deea;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.cdc-result-title {
    font-size: 18px;
    color: #0e76a8;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.1;
}

/* Horizontal scroll container - left to right sidebar like reference */
.cdc-result-box .table-responsive {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cdc-result-box .table-responsive .cdc-result-table {
    margin-bottom: 15px;
}

/* Scrollbar - white track, dark grey thumb, triangular arrow buttons */
.cdc-result-box .table-responsive::-webkit-scrollbar {
    height: 10px;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: none;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-thumb {
    background: #6c6c6c;
    border-radius: 5px;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-thumb:hover,
.cdc-result-box .table-responsive::-webkit-scrollbar-thumb:active {
    background: #636363;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:start {
    width: 20px;
    height: 10px;
    background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%236c6c6c' d='M5 0L2 4l3 4V0z'/%3E%3C/svg%3E") no-repeat center;
    border: none;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:start:hover,
.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:start:active {
    background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23636363' d='M5 0L2 4l3 4V0z'/%3E%3C/svg%3E") no-repeat center;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:end {
    width: 20px;
    height: 10px;
    background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%236c6c6c' d='M3 0v8l3-4-3-4z'/%3E%3C/svg%3E") no-repeat center;
    border: none;
}

.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:end:hover,
.cdc-result-box .table-responsive::-webkit-scrollbar-button:horizontal:end:active {
    background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23636363' d='M3 0v8l3-4-3-4z'/%3E%3C/svg%3E") no-repeat center;
}

.cdc-result-table {
    width: 100%;
    min-width: 900px;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 13px;
}

.cdc-result-table thead {
    background-color: #e8eef5;
}

.cdc-result-table th {
    padding: 10px 12px;
    text-align: left;
    color: #0e76a8;
    white-space: nowrap;
    border: 1px solid #dddddd;
    font-weight: 600;
}

.cdc-result-table td {
    padding: 10px 12px;
    white-space: nowrap;
    border: 1px solid #dddddd;
    color: #333;
}

/* NAME column - box model from reference */
.cdc-result-table th:nth-child(2),
.cdc-result-table td:nth-child(2) {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100px;
    padding: 5px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0.8px solid #dddddd;
    border-bottom: 0.8px solid #dddddd;
    text-align: left;
    vertical-align: top;
}

.btn-details {
    background-color: #4caf50;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-details:hover {
    background-color: #43a047;
    color: #fff;
    text-decoration: none;
}

.btn-details i {
    margin-right: 4px;
}
