﻿.table {
}

    .table thead {
    }

        .table thead tr {
        }

            .table thead tr th {
                font-family: Helvetica;
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                color: #064F87;
                padding: 24px 0px;
            }

                .table thead tr th:first-child {
                    padding-left: 26px;
                }

                .table thead tr th:last-child {
                    padding-right: 26px;
                }

    .table tbody tr {
    }

        .table tbody tr:hover {
            background-color: #F3F5F8;
            cursor: pointer;
        }

        .table tbody tr td {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #000000;
            padding: 12px 0px;
            border-top: solid 1px rgba(8, 43, 110, 0.16);
            vertical-align: middle;
            padding-left: 5px;
            padding-right: 5px;
            max-width: 300px;
        }

            .table tbody tr td:first-child {
                padding-left: 26px;
            }

        .table tbody tr .status {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            color: #000000;
        }

        .table tbody tr .approved {
            color: #0BD367;
        }

        .table tbody tr .draft {
            color: #979797;
        }

        .table tbody tr .rejected {
            color: #F21430;
        }

        .table tbody tr .document-submitted {
            color: #F1BD06;
        }

    .table tbody .application-actions {
        display: flex;
    }

        .table tbody .application-actions .icon-tooltip {
            margin-right: 15px;
        }

            .table tbody .application-actions .icon-tooltip img {
                width: 100%;
                height: 100%;
            }

            .table tbody .application-actions .icon-tooltip:last-child {
                margin-right: 0px;
            }

    .table .d-tooltip {
        z-index: 1000;
    }

.my-applications-page .info-section {
    width: auto;
    padding: 24px;
    background-color: #ffffff;
}

    .my-applications-page .info-section .document-input {
        width: 100%;
        height: 44px;
        background: #FFFFFF;
        border: 1px solid #D8DDE8;
        border-radius: 4px;
        display: flex;
        justify-content: space-between;
        padding: 15px;
        align-items: center;
        width: 267px;
        font-size: 12px;
        color: #000000;
    }

    .my-applications-page .info-section .entry-title {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        opacity: unset;
    }

    .my-applications-page .info-section .info-description {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #000000;
        margin-bottom: 8px;
    }

.table tbody .application-actions .d-tooltip-head {
    width: 24px;
}

@media screen and (max-width: 1024px) {
    .d-page {
        padding: 80px 30px 30px 30px;
    }

        .d-page .d-page-header .page-title {
            font-weight: bold;
            font-size: 16px;
        }

    .table tbody tr td:first-child {
        padding-left: 0px;
    }

    .table tbody tr td {
        border-top: 0px;
        font-weight: bold;
        border-bottom: 0px;
        max-width: unset;
        padding-left: 0px;
        padding-right: 0px;
    }

    table td:last-child {
        border-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .table tbody tr td:last-child {
        padding-bottom: 25px;
    }

    .my-applications-page .primary-button {
        margin-bottom: 0px;
        font-weight: bold;
        width: 125px;
    }
}

@media screen and (max-width: 700px) {
    .d-page {
        padding: 80px 20px 30px 20px;
    }
}

@media screen and (max-width: 360px) {
    .d-page {
        padding: 80px 10px 30px 10px;
    }
}
