/* Higher than 1200 (desktop devices)
====================================================================== */
@media (min-width: 1200px) and (max-height: 849px) and (min-height: 700px) {
    .contenterHead{
        padding: 26px;
    }
}



/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
}


/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .projectAccounting .mat-card-content {
    min-height: 25vh !important;
  }
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
  .projectAccounting .mat-card-content {
    min-height: 36vh !important;
  }

  mat-card.dashBG{
      margin-top: 45px;
  }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .projectAccounting .mat-card-content {
    min-height: 36vh !important;
  }
}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
  @media only screen and (max-width: 479px) {
    .signIn-container .bixLogo img {
      width: 60% !important;
    }

    .bixAppsLogo img {
      width: 26%;
    }

    .mat-elevation-z8 {
      overflow-x: scroll !important;
    }

    .mat-mdc-cell, .mat-mdc-header-cell {
      flex: 1;
      overflow: visible !important;
      word-wrap: normal !important;
    }

    mat-card .mat-table {
      width: auto !important;
    }

    .mat-mdc-paginator-page-size, .mat-mdc-paginator-range-actions {
      display: block !important;
    }

    .bixAppsLogo {
      left: 45% !important;
    }

    button.modle-selct-btn.mat-mdc-button {
      display: none;
    }

    .dashboardList-header .LftRecutritFilterArea.col-xs {
      width: 100%;
    }

    .dashboardList-header .dashFilterArea {
      width: 100%;
      padding-left: 12px;
      text-align: left;
    }

    .new-SR-Block-Main .new-SR-Block-Main .depMainName {
      width: 100%;
    }

    .projectAccounting .mat-card-content{
        min-height: 36vh !important;
    }
  }

  /*==============================/////////////////////////======================================*/
/*Styles - 125% Zoom*/
@media (min-width: 1200px) and (max-height: 849px) and (min-height: 700px) {
  .projectAccounting .RitFilterArea{
      width: 65%;
  }

  .projectAccounting .paginator-field{
      width: 30%;
  }

  .projectAccounting .po-dropdown {
    width: 37%;
  }

}

/*Styles - 150% Zoom*/
@media (min-width: 1200px) and (max-height: 699px) {
  .projectAccounting .RitFilterArea{
      width: 57%;
  }

  .projectAccounting .paginator-field {
    width: 36%;
  }

  .projectAccounting .po-dropdown {
    width: 45%;
  }

}
