td.center {
    text-align: center;
}

td.boldFont {
    font-weight: bold;
}

.dataTables_filter{
    text-align: right;
}
.dataTables_empty{
    text-align: center !important;
}

table.dataTable {
    width: 100% !important;     /* Ensure the table stretches to fit the container */
    border-collapse: collapse;  /* Ensures table borders are not doubled */
}

/* Table header and cell styling */
th, td {
    padding: 8px 12px;          /* Add padding to table cells */
    text-align: left;           /* Align text to the left */
    border: 1px solid #ddd;    /* Light border around cells */
}

th {
    background-color: #f4f4f4; /* Light background for header */
}

div.dt-buttons.btn-group.flex-wrap{
    width: 80%;
}

.scroll-container {
    width: 1200px;               /* Set fixed width for the container */
    overflow-x: auto;           /* Allow horizontal scrolling */
    margin-bottom: 20px;        /* Optional: Add margin for spacing */
}

.text-on-panel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #337ab7;
    border-radius: 8px;
}
.panel-primary {
    border-color: #337ab7 !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
}

.panel-body {
    padding: 15px !important;
    padding-top: 30px !important;
}

.img-wraps {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.img-wraps .closes {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 100;
    background-color: #FFF;
    padding: 4px 3px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid red;
}