﻿.schedulerServiceReports .scheduler-service-table {
    min-height: 300px;
}

.schedulerServiceReports .scheduler-reports-table th,
.schedulerServiceReports .scheduler-reports-table td {
    padding: 15px 12px;
    vertical-align: middle;
}

.schedulerServiceReports .scheduler-reports-table tbody tr {
    height: 60px;
}

.schedulerServiceReports .file-icon {
    margin-right: 8px;
}

    .schedulerServiceReports .file-icon.pdf {
        color: #d32f2f;
    }

    .schedulerServiceReports .file-icon.excel {
        color: #2e7d32;
    }

.schedulerServiceReports .scheduler-reports-table .actions .btn + .btn {
    margin-left: 5px;
}

.schedulerServiceReports .btn .fa:first-child {
    margin-right: 0px;
}

.schedulerServiceReports .no-data-row .no-data-wrapper {
    padding: 60px 0;
}

    .schedulerServiceReports .no-data-row .no-data-wrapper i {
        font-size: 48px;
        color: #ccc;
        margin-bottom: 15px;
    }

    .schedulerServiceReports .no-data-row .no-data-wrapper span {
        font-size: 16px;
    }

    .schedulerServiceReports .no-data-row .no-data-wrapper small {
        color: #999;
    }

.schedulerServiceReports .ml-1 {
    margin-left: 5px;
}

.schedulerServiceReports .table-wrapper table thead th {
    border-right: unset;
}

.schedulerServiceReports .table-wrapper table thead th:first-child {
    border-left: unset;
}


@media (max-width: 768px) {
    .schedulerServiceReports .form-group {
        margin-bottom: 10px;
    }

    .schedulerServiceReports .btn.main-buttons-secondary {
        width: 100%;
        justify-content: center;
    }

    .schedulerServiceReports .scheduler-reports-table th,
    .schedulerServiceReports .scheduler-reports-table td {
        padding: 10px 8px;
    }
}
