﻿
@media only screen and (max-width: 500px), (min-device-width:500px) and (max-device-width:768px) {

    table, thead, tbody, th, td, tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tbody {
        margin: 10px;
    }

    tr {
        padding: 10px 5px;
    }

        tr:nth-child(odd) {
            background: #f5f5f5;
        }


    td {
        border: none;
        border-top: none !important;
        position: relative;
    }

        td:before {
            position: absolute;
            top: 0;
            left: 6px;
            /*width: 45%;*/
            padding-right: 10px;
            white-space: nowrap;
        }
        td:nth-of-type(1):before {
            content: "Folder";
            top: 4px;
            font-weight: 500;
        }
        td:nth-of-type(2):before {
            content: "Form Type";
            top: 4px;
            font-weight: 500;
        }

        td:nth-of-type(3):before {
            content: "Submitted Date";
            top: 4px;
            font-weight: 500;
        }

        td:nth-of-type(4):before {
            content: "Filing Date";
            top: 4px;
            font-weight: 500;
        }
        td:nth-of-type(5):before {
            content: "Jobs";
            top: 4px;
            font-weight: 500;
        }

        td:nth-of-type(6):before {
            content: "Attachment";
            top: 4px;
            font-weight: 500;
        }
        td:nth-of-type(7):before {
            content: "Submitted By";
            top: 4px;
            font-weight: 500;
        }
        td:nth-of-type(8):before {
            content: "Action";
            top: 8px;
            font-weight: 500;
        }

    .table td {
        padding-left: 35% !important;
    }

    .container-fluid {
        padding: 0 !important;
    }
}
.rotated-icon {
    transform: rotate(180deg);
}

.expanded {
    height: calc(75vh - 75px) !important;
}

.dashboard-label {
    color: #909090 !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.dashboard-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}