﻿
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table#ksListViewTable {
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Agenda-Light, sans-serif;
    text-rendering: optimizeLegibility;
    border-radius: 5px;
    width: -webkit-fill-available;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #4c4c4c;
}

table {
    border-collapse: collapse;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

#ksListViewTable.ks_list_view_layout_4 thead th, #ksListViewTable.ks_list_view_layout_3 thead th {
    color: #000000;
    text-align: center;
}

.ks_dn_table .ks_dn_thead .ks_dn_th {
    position: sticky;
    top: -5px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.rtl .detailsBody td {
    text-align: right;
}
.rtl .ks_dn_thead{
    text-align: right;
}


.rtl  .startRow , .rtl  .endRow {
    display: flex;
    flex-direction: row-reverse;
    min-width: 17em;
    text-align: right;
}
.rtl .startRow .trn , .rtl  .endRow>.trn {
padding: 0.5rem 0 0 0.5rem;
}
.rtl  .GridTitle .d-flex {
    display: block !important;
}
.rtl  .GridTitle  .ks_list_view_heading {
    text-align: center;
}
.rtl .modal-header .close {
    position: absolute;
    left: 0;
}
.w-50 {
    width: 100% !important;
}

.GridTitle {
    background-color: rgba(0, 0, 0, .03);
}

.grid-stack-item {
    height: 100%;
    margin-bottom: 5%;
}

.alertePop {
    width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}
.ks_tr{
    cursor:pointer;
}
#AlerteDetail .table thead th {
    border-bottom:none !important;
}
.btn{
    padding:2px !important;
}
.hidden {
    display: none;
}
.detailsBody:hover{
    background-color:none !important;
}
.updateStat{
    min-width:100px;
    padding : 5px !important;
    margin:15px 5px 5px 0;
    text-transform:uppercase;
}