
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    line-height: 1.5384616;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th a,
.table > tfoot > tr > th a,
.table > thead > tr > td a,
.table > tfoot > tr > td a {
    text-decoration: none !important;
}


.elastictable th {
    width: auto !important;
}

.sindu_dragger table {
    background: #cccccc !important;
}

.swal2-popup {
    font-size: medium !important;
}

.show-tr {
    visibility: hidden;
}

.show-td {
    visibility: hidden;
}

th:hover .show-tr {
    visibility: visible;
}

tr:hover .show-td {
    visibility: visible;
}

.tableimage {
    width: 30px;
}

tr.elastic-columns.elastic-column-hide i {
    display: none;
}

tr.elastic-columns.elastic-column-hide th {
    cursor: default;
}

.table {
    max-width: 9999999px;
}

.elastic-row-deleted {
    color: red;
}

.datatable {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
}
