/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */

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

/*  ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */

@media (min-width: 1025px) and (max-width: 1700px) {
  .form-inline {
    display: block ruby;
  }
  .dashboard_content {
    padding: 20px 0;
  }
  .filter_section {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .filter_section .right_filter {
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: initial;
  }
  .right_filter .form-group {
    margin: 1%;
    flex: 0 0 48%;
    max-width: 23%;
  }
  .filter_section .right_filter .btn_group .btn {
    margin: 1%;
    padding: 6px;
    width: 100%;
    max-width: 23%;
  }
  .filter_section.no-flex-filter {
    flex-direction: initial;
    overflow: auto;
  }
  .filter_section.no-flex-filter .right_filter {
    flex: 0 0 130px;
    max-width: 130px;
    flex-direction: initial;
  }
  .filter_section.no-flex-filter .right_filter .form-group {
    flex: 0 0 100%;
    margin: 0 5px;
    max-width: 100%;
  }
  .btn_shell.btn_group {
    width: 100%;
  }
  .search_bar .form-control {
    max-width: 100%;
  }
  .table_shell thead th,
  .table_shell tbody td {
    white-space: nowrap;
    padding: 10px;
  }
}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */

@media only screen and (max-width: 1190px) {
  .sToggleTop.btn {
    display: block;
  }
  #sidebarToggle {
    display: none;
  }
  .inner-topbar {
    width: 100%;
  }
  .dashboard_shell {
    margin-left: 0 !important;
  }
  .sidebar-toggled .sidebar {
    left: 0;
  }
  .sidebar {
    left: -100%;
  }
}

@media only screen and (max-width: 1024px) {
  .h_center_img {
    justify-content: center;
  }
  .dashboard_content {
    padding: 20px 0;
  }
  .modal-body.p-0,
  .modal-footer.p-0 {
    padding: 1rem !important;
  }
  .modal .modal-content {
    padding: 20px 5px;
  }
  .modal_title {
    font-size: 26px;
  }
  .modal_para {
    font-size: 15px;
  }
  .modal_title_sec {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .d-cus-sm-none {
    display: none;
  }
  .profile_opts .img-profile {
    padding: 0 !important;
  }
  .sidebar-toggled .inner-topbar {
    width: calc(100% - var(--toggled-sidebar-lg));
  }
  .filter_section {
    flex-direction: column;
    margin-bottom: 5px;
  }
  .filter_section .right_filter {
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: initial;
  }
  .right_filter .form-group {
    margin: 1%;
    flex: 0 0 48%;
    max-width: 23%;
  }
  .filter_section .right_filter .btn_group .btn {
    margin: 1%;
    padding: 6px;
    width: 100%;
    max-width: 23%;
  }
  .filter_section.no-flex-filter {
    flex-direction: initial;
    overflow: auto;
  }
  .filter_section.no-flex-filter .right_filter {
    flex: 0 0 130px;
    max-width: 130px;
    flex-direction: initial;
  }
  .filter_section.no-flex-filter .right_filter .form-group {
    flex: 0 0 100%;
    margin: 0 5px;
    max-width: 100%;
  }
  .btn_shell.btn_group {
    width: 100%;
  }
  .search_bar .form-control {
    max-width: 100%;
  }
  .table_shell thead th,
  .table_shell tbody td {
    white-space: nowrap;
    padding: 10px;
  }
  .docs_filter_shell .left_filter {
    flex: 1 !important;
    max-width: initial !important;
  }
  .docs_full_shell .right_filter .form-group {
    max-width: initial;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .inner-topbar .navbar-search .form-control {
    min-width: 210px;
    font-size: 13px;
    height: 46px;
    padding-left: 20px;
  }
  .search-btn .btn {
    font-size: 12px;
    padding: 8px 15px;
  }
  .header-inner-form select.form-control {
    height: 36px;
  }
  .dash_content_bg_white {
    padding: 15px;
    margin-bottom: 15px;
  }
  .sidebar-toggled .th_user_opts .sm-navbar-search {
    display: inherit;
  }
  .sidebar-toggled .header-inner-form {
    display: none;
  }
}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */

@media only screen and (max-width: 767px) {
  .th_user_opts .sm-navbar-search {
    display: inherit;
  }
  .header-inner-form {
    display: none;
  }
  .inner-topbar .navbar-search .form-control {
    min-width: 200px;
    font-size: 13px;
    padding-left: 20px;
    height: 48px;
  }
  .inner-topbar .sm-navbar-search .btn_shell .btn {
    font-size: 16px;
    padding: 5px 10px;
  }
  .sm-navbar-search .form-group {
    padding: 0 10px;
  }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 565px */

@media only screen and (max-width: 565px) {
  .modal .modal-xl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .filter_section .right_filter .btn_group .btn {
    font-size: 12px;
  }
  .filter_section .right_filter .btn_group .btn,
  .right_filter .form-group {
    max-width: 48%;
  }
  .dashboard_content {
    padding: 30px 0;
  }
  .sidebar ul.navbar-nav {
    height: calc(100% - 91px);
  }
  .navbar-search {
    display: none;
  }
  .sm-navbar-search .navbar-search {
    display: block;
  }
  .sm-navbar-search .dropdown-menu {
    left: -120px;
    right: initial;
    border-radius: 5px;
  }
  .dash_content_bg_white {
    margin-bottom: 15px;
    padding: 15px;
  }
  .fc-toolbar .fc-right {
    margin: 10px 0;
  }
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-left {
    float: inherit;
  }
  .modal-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .modal-footer .btn {
    min-width: 148px;
    width: 100%;
    margin: 5px 0;
  }
  .dash_heading_sec {
    flex-direction: column;
  }
  .d_h_title {
    text-align: center;
    margin-bottom: 10px;
  }
  .cus-select-dropdown .form-group {
    flex: 1;
  }
  .table_shell.body_padding_cls td {
    padding: 15px 10px;
  }

  .cus-select-dropdown .form-control {
    font-size: 14px;
  }
  .docs_filter_shell {
    flex-direction: column;
    align-items: initial;
  }
  .docs_filter_shell .left_filter {
    max-width: initial !important;
    flex-wrap: wrap;
  }
  .docs_filter_shell .left_filter .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
    margin-left: 0;
  }
  .docs_filter_shell .right_filter {
    margin-left: initial;
  }
  .utilities_btn_group .btn {
    margin: 5px 0;
    width: 100%;
  }
  .act_us_links a {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .other-slider-shell .owl-item {
    height: 200px !important;
  }
  .other-slider-shell .owl-stage-outer {
    height: 220px !important;
  }
  .modal-footer .tab_modal_btn {
    margin: 5px;
  }
  .after_border_right::after {
    content: none;
  }
  .t_m_content.after_border_right {
    padding-right: 0;
  }
  .t_m_content li {
    margin-bottom: 10px;
    align-items: center;
  }
  .tab_label_title,
  .tab_label_content {
    padding: 5px;
  }
  .tab_label_title {
    max-width: 130px;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
  .modal .form-control {
    height: 45px;
  }
  .t_m_content {
    padding: 5px 0;
  }
  .pagination {
    justify-content: space-between !important;
  }
  .new_case_form .form-group {
    margin-bottom: 1rem;
  }
  .new_case_form .form-group .form-control,
  .form_save_btn .btn {
    max-width: 100%;
    width: 100%;
    min-width: initial;
  }
  .vs_text_only {
    line-height: 44px;
    font-size: 24px;
  }
  .no-sm-label {
    display: none;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .files-dropdown-menu .dropdown-toggle {
    text-align: center !important;
  }
  .c_d_outer_list {
    max-width: 130px;
    margin-right: 40px;
  }
  .case_deats_content {
    margin-bottom: 35px;
  }
  .tabbing_shell .nav-tabs {
    flex-wrap: initial;
    overflow: auto;
  }
  .nav-tabs .tab_link {
    font-size: 14px;
    white-space: nowrap;
  }
  .col-xl-3.offset-1 {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .offset-2.col-xl-3 {
    margin-left: 0 !important;
  }
  .days_calculator_shell .btn_shell .btn {
    margin: 5px;
    max-width: 45%;
  }
  .case_deats_content_box .vs_text_only {
    font-size: 18px;
    height: 50px;
    width: 50px;
  }
  .act_us_links {
    margin-bottom: 15px;
  }
  .addfieldmodal .modal-footer .btn {
    margin: 0;
  }
  .form_save_btn {
    margin-top: 15px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
}
