@media screen and (max-width: 950px) and (min-width:450px){
    .MainDashboardSection {
        flex-direction: column;
    }
    .sidebar{
        width: 28vw;
    }
    #mainSection{
        width: 72vw;
    }
    #calenderTable td, #calenderTable .calenderevent {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .main_table_header,#TableAddButton {
        font-size: 1em;
    }
    .tableSearchArea.grid {
        display: table-column;
    }
    #tableSearchBox {
        width: calc(100vw - 20em);
    }
    .table thead {
        display: none;
    }
    .table tbody td:first-child {
        display: none;
    }
    .table tbody tr {
        display: table;
        width: 100%;
        text-align: left;
        margin: 2px;
    }
    .table tbody td {
        padding: 2px 0 4px 20px;
        display: table-row;
    }
    .table tbody td:nth-child(2) {
        padding-top: 10px;
    }
    #calenderTable {
        max-width: fit-content;
    }
    .responsive_pegination {
        padding: 5px;
        background: #f2f2f2;
        color: #1d2c59;
        margin: 10px;
        text-align: center;
        font-size: .8em;
        border-radius: .25rem;
        font-weight: 800;
        cursor: default;
        display: inline;
    }
    .pagination_button {
        display: none;
    }
    .responsive_table_heading {
        display: table-cell;
        width: 40%;
        padding: 3px 10px;
    }

    #EmployeeLocationTableId td {
        display: table-row;
    }
    .tableSearchArea.gridreport {
        display: block;
        /* padding: 3px; */
        font-size: 0.8em;
    }
    .tableSearchArea.gridreport {
        display: block;
        font-size: 0.8em;
      }
      .tableSelectHeading.grid {
        display: block;
        padding: 2px;
      }
      .tableSelectHeading.grid>* {
        display: inline-block;
        width: 50%;
      }
      .table tbody td.nullTd{
        display: table-row
    }
    .ulbackground {
        background-color: #eae6e6a3;
    }
    .VisibleNameLi {
        font-weight: 400;
      }
    #ReportTableTbody td:first-child {
        display: table-row;
      }
}
