@charset "UTF-8";
/*
-------------------------------------------------------------------------
* Template Name    : HRM - Admin Template                            *
* Author           : ParExcellence                                   *
* File Description : Responsive Css file of the template             *
*------------------------------------------------------------------------
*/
@media(max-width:1600px) {
  .employee-list {
    width: 450px !important;
  }
  .letter-tbl th, .letter-tbl td, .jobhistory-tbl th, .jobhistory-tbl td {
    min-width: 100px !important;
  }
  .employee-data {
    width: calc(100% - 450px) !important;
  }

  .col-mmd-12 {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }

  .col-mmd-6 {
    -ms-flex: 50% !important;
    flex: 50% !important;
    max-width: 50% !important;
  }

  .ads-right-block {
    width: 35%;
    float: left;
  }

  .ads-left-block {
    width: calc(100% - 35%);
    float: left;
  }

  .inc-right-block {
    width: 35%;
    float: left;
  }

  .inc-left-block {
    width: calc(100% - 35%);
    float: left;
  }

  .jaf-left-block {
    width: 40%;
    float: left;
  }

  .jaf-right-block {
    width: calc(100% - 40%);
    float: left;
  }

  .table-left-col {
    width: 40%;
    float: left;
    padding-right: 5px;
  }

  .table-right-col {
    width: calc(100% - 40%);
    float: left;
  }
}

@media(max-width:1400px) {
  .scroll-tbl th, .scroll-tbl td {
    min-width: 120px !important;
  }
    .scroll-tbl th.mw-50, .scroll-tbl td.mw-50 {
      min-width: 50px !important;
    }
  /* .v-data-table th, .v-data-table td {
      min-width:80px !important;
  }*/
  /* .scroll-tbl {
    overflow: auto;
  }*/
}
