/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Responsive
*/
@media (max-width: 1023px) {
  .button-menu-mobile {
    display: block !important;
  }
}
@media (min-width: 768px) {
  body{
    font-size: 14px;
  }
  .logo-image {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 10px;
  }
  .enlarged .left.side-menu {
    margin-left: -75px;
  }
  .topbar-left {
    width: 70px !important;
  }
  .logo-image {
    width: 120px;
  }
  .content-page .content {
    margin-top: 95px;
  }
  .topbar .topbar-left {
    height: 75px;
  }
  .navbar-default {
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  }
  .navbar-nav {
    margin: 0px;
    display: inline-block;
  }
  .navbar-nav li {
    display: inline-block;
    line-height: 1px;
  }
  .navbar-nav.navbar-right {
    float: right;
  }
  .notification-box {
    display: inline;
  }
  .notification-box ul li a {
    line-height: 46px;
  }
  .notification-box .pulse {
    top: 5px;
  }
  .notification-box .dot {
    top: -7px;
    left: -3px;
  }
  #topnav .navbar-toggle {
    margin-right: 5px;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    left: 0;
    position: absolute;
    right: auto;
  }
  .navbar-nav .open .dropdown-menu li {
    display: block;
  }
  .content-page {
    margin-left: 0px !important;
  }
  .footer {
    left: 0px !important;
  }
  .mobile-sidebar {
    left: 0px;
  }
  .mobile-content {
    left: 250px;
    right: -250px;
  }
  .wrapper-page {
    width: 90%;
  }
  .dataTables_wrapper .col-xs-6 {
    width: 100%;
    text-align: left;
  }
  div#datatable-buttons_info {
    float: none;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 0;
  }
}
/* Container-alt */
@media (min-width: 768px) {
  .container-alt {
    width: 750px;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #eeeeee;
  }
}
@media (min-width: 992px) {
  .container-alt {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-alt {
    width: 1170px;
  }
}
@media (max-width: 419px) {
  .topbar-left {
    width: 70px !important;
  }
  .content-page {
    margin-left: 70px;
  }
  .forced .side-menu.left {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
  }
  .enlarged .side-menu.left {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
  .profile-info-name img {
    float: none;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  div.hopscotch-bubble .hopscotch-bubble-container {
    max-width: 180px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container  {
    width: 100% !important;
  }

  .ravand-roshd-table-header-tr-body { font-size: 6px !important; }
  .absent-present-table-header-year-div {
    font-size: 8px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container  {
    width: 98% !important;
  }

  .ravand-roshd-table-header-tr-body { font-size: 6px !important; }
  .absent-present-table-header-year-div {
    font-size: 9px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container  {
    width: 95% !important;
  }

  .ravand-roshd-table-header-tr-body { font-size: 7px !important; }
  .absent-present-table-header-year-div {
    font-size: 10px;
  }

  .inbox-item-row > div { min-width: 40vh !important }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container  {
    width: 92% !important;
  }

  .ravand-roshd-table-header-tr-body { font-size: 8px !important; }
  .absent-present-table-header-year-div {
    font-size: 11px;
  }

  .inbox-item-row { flex-wrap: wrap !important; justify-content: center }
  .inbox-item-row > div { min-width: 32% !important }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container  {
    width: 90% !important;
  }

  .ravand-roshd-table-header-tr-body { font-size: 8px !important; }
  .absent-present-table-header-year-div {
    font-size: 12px;
  }

  .inbox-item-row { flex-wrap: wrap !important; justify-content: center }
  .inbox-item-row > div { min-width: 32% !important }
}
