/* ==========================================
   MAIN CONTAINER
========================================== */

.unclaimed-result {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
}


/* ==========================================
   TABLE RESPONSIVE WRAPPER
========================================== */

.unclaimed-result .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* ==========================================
   MAIN STATEMENT TABLE
========================================== */

.unclaimed-statement-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);

    /* Uniform font */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}


/* ==========================================
   COMMON TABLE FONT
========================================== */

.unclaimed-statement-table th,
.unclaimed-statement-table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* ==========================================
   STATEMENT TITLE
========================================== */

.unclaimed-statement-table .statement-heading {
    padding: 15px 15px 6px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    border: 1px solid #ddd;
}


/* ==========================================
   STATEMENT DATE
========================================== */

.unclaimed-statement-table .statement-date {
    padding: 5px 15px 18px;
    background: #fff;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    border: 1px solid #ddd;
}


/* ==========================================
   INVESTOR DETAILS
========================================== */

.unclaimed-statement-table .investor-row {
    background: #fff;
}

.unclaimed-statement-table .investor-detail {
    padding: 12px 15px;
    background: #fff;
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.unclaimed-statement-table .investor-detail strong {
    color: #c8a45d;
    font-weight: 600;
    margin-right: 6px;
}

.unclaimed-statement-table .investor-detail span {
    color: #555;
    font-weight: 400;
}


/* ==========================================
   TABLE COLUMN HEADER
========================================== */

.unclaimed-statement-table .column-heading th {
    background: #2dafe6;
    color: #fff;
    text-align: center;
    vertical-align: middle;

    /* Same font size */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;

    line-height: 1.4;
    padding: 12px 10px;
    border: 1px solid #ddd;
}


/* ==========================================
   COLUMN WIDTHS
========================================== */

.unclaimed-statement-table .column-heading th:nth-child(1) {
    width: 28%;
}

.unclaimed-statement-table .column-heading th:nth-child(2) {
    width: 17%;
}

.unclaimed-statement-table .column-heading th:nth-child(3) {
    width: 18%;
}

.unclaimed-statement-table .column-heading th:nth-child(4) {
    width: 37%;
}


/* ==========================================
   TABLE DATA ROW
========================================== */

.unclaimed-statement-table .data-row td {
    height: 47px;
    padding: 10px;
    background: #fff;
    color: #444;
    border: 1px solid #ddd;

    /* Same font size */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}


/* ==========================================
   AMOUNT COLUMN
========================================== */

.unclaimed-statement-table .data-row td.amount {
    text-align: right;
    padding-right: 30px;
    white-space: nowrap;
}


/* ==========================================
   PROPOSED DATE
========================================== */

.unclaimed-statement-table .data-row td:nth-child(4) {
    text-align: center;
}


/* ==========================================
   NO DATA
========================================== */

.unclaimed-statement-table .no-data td {
    padding: 18px 10px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;

    text-align: center;
    vertical-align: middle;
}


/* ==========================================
   TOTAL ROW
========================================== */

.unclaimed-statement-table .total-row td {
    height: 44px;
    padding: 10px 30px;
    background: #fff;
    color: #345879;
    border: 1px solid #ddd;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;

    text-align: right;
    vertical-align: middle;
}

.unclaimed-statement-table .total-row span {
    margin-right: 8px;
    font-weight: 600;
}

.unclaimed-statement-table .total-row strong {
    font-weight: 400;
    white-space: nowrap;
}


/* ==========================================
   INFORMATION SECTION
========================================== */
/* ==========================================
   INFORMATION SECTION
========================================== */
/* ==========================================
   INFORMATION / NOTE BELOW TABLE
========================================== */

.unclaimed-info {
    width: 100%;
    margin-top: 25px;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400;
    line-height: 1.55;
    color: #111;
}

.unclaimed-info p {
    margin: 0 0 20px;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400;
    line-height: 1.55;
    color: #111;
}


/* ==========================================
   BOLD TEXT
   Same size, only weight changes
========================================== */

.unclaimed-info strong {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700;
    color: #111;
}


/* ==========================================
   LINKS
   Same size as normal text
========================================== */

.unclaimed-info a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400;
    color: #0066a1;
    text-decoration: underline;
    word-break: break-word;
}


/* ==========================================
   BOLD LINKS
========================================== */

.unclaimed-info strong a,
.unclaimed-info a strong {
    font-size: 11px !important;
    font-weight: 700;
}


/* ==========================================
   LAST PARAGRAPH
========================================== */

.unclaimed-info p:last-child {
    margin-bottom: 0;
}

/* ==========================================
   MOBILE
   Keep font size uniform
========================================== */


/* ==========================================
   SEARCH AREA - OPTIONAL
========================================== */

.unclaimed-result input,
.unclaimed-result button {
    font-family: Arial, Helvetica, sans-serif;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .unclaimed-statement-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

    .unclaimed-statement-table .statement-heading,
    .unclaimed-statement-table .statement-date,
    .unclaimed-statement-table .investor-detail,
    .unclaimed-statement-table .column-heading th,
    .unclaimed-statement-table .data-row td,
    .unclaimed-statement-table .no-data td,
    .unclaimed-statement-table .total-row td {
        font-size: 13px;
    }

    .unclaimed-statement-table .investor-detail {
        padding: 10px;
    }

    .unclaimed-statement-table .column-heading th {
        padding: 10px 8px;
    }

    .unclaimed-statement-table .data-row td {
        padding: 9px 8px;
    }

    .unclaimed-statement-table .data-row td.amount {
        padding-right: 20px;
    }

    .unclaimed-statement-table .total-row td {
        padding-right: 20px;
    }

    .unclaimed-info {
        font-size: 13px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .unclaimed-statement-table {
        min-width: 650px;
    }

    .unclaimed-statement-table .statement-heading {
        padding: 13px 10px 5px;
    }

    .unclaimed-statement-table .statement-date {
        padding: 5px 10px 15px;
    }

    .unclaimed-statement-table .investor-detail {
        padding: 9px 10px;
    }

    .unclaimed-statement-table .column-heading th {
        padding: 9px 7px;
    }

    .unclaimed-statement-table .data-row td {
        height: 44px;
        padding: 8px 7px;
    }

    .unclaimed-statement-table .data-row td.amount {
        padding-right: 15px;
    }

    .unclaimed-statement-table .total-row td {
        height: 42px;
        padding: 9px 15px;
    }

    .unclaimed-info {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.6;
    }

    .unclaimed-info p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.6;
    }

    .unclaimed-info strong,
    .unclaimed-info a {
        font-size: 16px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .unclaimed-statement-table {
        min-width: 620px;
    }

    .unclaimed-statement-table .statement-heading {
        padding: 12px 8px 4px;
    }

    .unclaimed-statement-table .statement-date {
        padding: 4px 8px 12px;
    }

    .unclaimed-statement-table .investor-detail {
        padding: 8px;
    }

    .unclaimed-statement-table .column-heading th {
        padding: 8px 6px;
    }

    .unclaimed-statement-table .data-row td {
        height: 42px;
        padding: 7px 6px;
    }

    .unclaimed-statement-table .data-row td.amount {
        padding-right: 12px;
    }

    .unclaimed-statement-table .total-row td {
        height: 40px;
        padding: 8px 12px;
    }

    .unclaimed-info {
        font-size: 13px;
        line-height: 1.5;
    }
}


/* ==========================================
   SEARCH LOADER
========================================== */

.search-loader {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: searchSpin 0.7s linear infinite;
    vertical-align: middle;
}

@keyframes searchSpin {
    to {
        transform: rotate(360deg);
    }
}