@media only screen and (max-width: 2560px) {
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1500px) {
}

@media (min-width: 1400px) {
}

@media only screen and (max-width: 1336px) {
}

@media only screen and (max-width: 1280px) {
  .dbbox2 ul li.btn-li {
    width: 100% !important;
  }

  a.seeAll_btn2 {
    margin: 0px 0px 0px;
  }
  #content-wrapper .row {
    justify-content: space-between;
  }
  .input-group.search {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .dbbox ul li {
    width: 45%;
  }

  .dbbox {
    height: 250px;
  }
}

@media only screen and (max-width: 1180px) {
}

@media only screen and (max-width: 1080px) {
  .dbbox ul li {
    width: 39%;
  }
}

/*===================================================================*/

@media only screen and (max-width: 991px) {
  .datarequests .accordion-item {
    display: block !important;
    opacity: 1 !important;
  }

  .datarequests .accordion-item h2 button {
    margin-bottom: 15px;
    border-radius: 6px !important;
  }

  #sidebar-wrapper {
    padding: 0px;
  }

  .toggled .sidebar-nav > li a {
    font-size: 15px;
  }

  .sidebar-nav > li a {
    font-size: 0px;
  }

  a.brand-logo .logo {
    float: left;
  }

  .dbbox2 ul li.btn-li {
    width: 44% !important;
  }

  a.seeAll_btn2 {
    margin: 0px 0px 0px;
  }

  #linechart {
    min-height: 320px !important;
  }

  #linechart .apexcharts-canvas {
    height: 320px !important;
  }

  #linechart .apexcharts-canvas svg {
    height: 300px;
  }
  /* .input-group.search {
    max-width: 180px;
  } */
  .mybtn {
    font-size: 11px;
  }
}

@media only screen and (max-width: 890px) {
}

/*==========================================================================================================*/

@media only screen and (max-width: 767px) {
  .searchbar {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .toggled .sidebar-nav > li a {
    font-size: 15px;
  }

  .btn_sec {
    width: auto;
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .filterform.contbox select {
    margin-bottom: 30px;
  }

  .column {
    width: 50%;
    padding: 10px !important;
}
}

@media only screen and (max-width: 640px) {
}

/* only iphone4 landscape & Potriat 300 by 480*/

@media only screen and (max-width: 576px) {
  .dbbox {
    height: auto;
    padding-bottom: 40px;
  }
  .input-group.search {
    max-width: 100%;
    position: relative;
    height: 44px;
    right: 0;
  }
  /* .col-md-3.col-xs-6 {
    width: 50%;
  } */
  .right-btn {
    text-align: start;
  }
}

/*==========================================================================================================*/

@media only screen and (max-width: 480px) {
  #box.active {
    width: 320px;
    padding: 10px;
}
}

/*==========================================================================================================*/

@media only screen and (max-width: 425px) {
  #content-wrapper {
    padding: 15px;
  }

  .column {
    width: 100%;
    padding: 10px !important;
}
#nav-tab button.nav-link{
  width: 100%;
}
}

/*==========================================================================================================*/

/* only iphone4 landscape & Potriat 380*/

@media only screen and (max-width: 380px) {
  #chart_pio .apexcharts-canvas {
    width: 300px !important;
    height: auto !important;
    margin-left: -40px;
  }

  #chart_pio .apexcharts-canvas svg {
    display: inline-block;
    width: 270px !important;
    height: auto !important;
  }
}

/*==========================================================================================================*/

/* only iphone4 Potriat 3008 */

@media only screen and (max-width: 320px) {
}
