@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
/*
Template Name: Minton Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media only screen and (max-width: 6000px) and (min-width: 700px) {
  .wrapper.right-bar-enabled .right-bar {
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: auto;
    position: absolute;
    right: 0;
  }
  .todo-send {
    margin-top: 10px;
    padding-left: 15px;
  }
  .chat-inputbar {
    padding-left: 15px;
  }
  .chat-send {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard > .content {
    padding: 0px !important;
  }
  .wizard > .content > .body {
    float: none;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0%;
  }
  .wizard.vertical > .steps {
    display: inline;
    float: none;
    width: 100%;
  }
  .wizard.vertical > .content {
    display: inline;
    float: none;
    margin: 0%;
    width: 100%;
  }
}
/* DataTables: scroll horizontal hanya di mobile, search/info/pagination selalu di luar tabel */
@media (max-width: 768px) {
  #history-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  #history-table th, #history-table td {
    white-space: nowrap;
  }
  .filter-bar-row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  .filter-bar-row > div {
    flex: 1 1 100%;
    min-width: 0;
    margin-bottom: 8px;
  }
  #search-datatables-container {
    text-align: left !important;
  }
  .filter-bar-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .filter-bar-row > div {
    width: 100% !important;
    margin-bottom: 8px;
  }
  #search-datatables-container {
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 769px) {
  .filter-bar-row {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: flex-end !important;
    gap: 8px;
  }
  .filter-bar-row > div {
    margin-bottom: 0 !important;
    display: flex;
    align-items: flex-end;
  }
  .filter-bar-row input[type="text"],
  #search-datatables-container input[type="search"] {
    max-width: 350px;
    width: 100%;
    height: 34px;
    min-height: 34px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 6px 12px !important;
    align-self: flex-end;
    vertical-align: bottom;
  }
  #search-datatables-container {
    text-align: right !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
  #search-datatables-container > * {
    align-self: flex-end !important;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
  }
  .button-menu-mobile {
    display: block;
  }
  .search-bar {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .hide-phone {
    display: none !important;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
