/*
*	 Author: Vijay Kumar
*	 Template: Archon - Flat & Responsive Bootstrap Admin Template
*	 Version: 1.0
*	 Bootstrap version: 3.0.0
*	 Copyright 2013 bootstrapguru
*	 www: http://bootstrapguru.com
*	 mail: support@bootstrapguru.com
*	 You can find our other themes on: https://bootstrapguru.com/themes/
---------------------------------------------------------------------------------------------- */

/* Higher than 1280 (desktop devices)
---------------------------------------------------------------------------------------------- */
@media (max-width: 1280px) {
  body {
    padding: 0 !important;
  }
  .navbar {
    border-left: 8px solid #5c9df5;
  }
  .navbar,
  .content .content-head,
  .content .content-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar {
    text-align: center;
  }
  .navbar a.brand {
    display: inline-block;
    font-size: 23px;
  }
  /* Sidebar toggler
  	---------------------------------------------------------------------------------------------- */
  .frame {
    overflow: hidden;
  }
  .sidebar {
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: -280px;
  }
  .sidebar .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .toggle-sidebar {
    display: block;
    margin-top: 10px;
    margin-right: 20px;
  }
  .content {
    margin-left: 0;
  }
  .sidebar,
  .content {
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -o-transition: 500ms ease;
    -ms-transition: 500ms ease;
    transition: 500ms ease;
  }
  body.show-sidebar {
    background-position: -20px 0;
  }
  body.show-sidebar > .frame > .sidebar {
    left: 0;
  }
  body.show-sidebar > .frame > .content {
    left: 280px;
  }
  .navbar-brand {
    font-family: 'Leckerli One', cursive;
    font-weight: 200;
    font-size: 16px !important;
    padding: 14px 6px !important;
    display: block;
  }
  h3.panel-title {
    font-size: 12px;
    font-weight: 200;
  }
}
/* Higher than 992 (desktop devices)
====================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .navbar,
  .content .content-head,
  .content .content-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar {
    text-align: center;
  }
  .navbar a.brand {
    display: inline-block;
    font-size: 23px;
  }
  .panel-chat > .panel-body .users-column ul li span.username {
    display: none;
  }
  /* Sidebar Toggler
  	---------------------------------------------------------------------------------------------- */
  .frame {
    overflow: hidden;
  }
  .sidebar {
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: -280px;
  }
  .sidebar .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content {
    margin-left: 0;
  }
  .sidebar,
  .content {
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -o-transition: 500ms ease;
    -ms-transition: 500ms ease;
    transition: 500ms ease;
  }
  body.show-sidebar {
    background-position: -20px 0;
  }
  body.show-sidebar > .frame > .sidebar {
    left: 0;
  }
  body.show-sidebar > .frame > .content {
    left: 280px;
  }
  /* User menu
  	---------------------------------------------------------------------------------------------- */
  .navbar .nav li.dropdown.user-name > a {
    border: none;
    margin: -8px 40px 4px 10px;
  }
  .navbar .nav li.dropdown.user-name.open > .dropdown-toggle {
    margin: -8px 40px 4px 10px;
  }
  .navbar .nav li.dropdown.user-name > a:hover {
    border: none;
  }
  .navbar .nav li.dropdown.user-name.open > .dropdown-toggle {
    border-left: none;
  }
  /* Full calendar
  	---------------------------------------------------------------------------------------------- */
  #calendar h2,
  #calendaar .h2 {
    font-size: 12px;
    display: block;
  }
  /* Profile 
  	---------------------------------------------------------------------------------------------- */
  .profile-head img,
  .profile-head {
    margin-top: -20px;
  }
  .profile-body {
    margin-left: 0px;
    margin-right: 20px;
  }
  .profile-posts-block {
    margin-left: -30px;
    margin-right: -30px;
  }
  .panel-wall-post {
    padding: 0px !important;
  }
  .profile-info > h2.name {
    font-size: 24px;
    padding-top: 10px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
  .table {
    font-size: 12px;
  }
  /* Latest activities  */
  .latest-activities p {
    font-size: 12px;
  }
  .latest-activities p > span.time {
    font-size: 8px;
    padding-left: 20px;
  }
}

/* Large devices panel fix
=================================================================== */
@media (max-width: 1367px) {
  h3.panel-title {
    font-size: 12px;
    font-weight: 200;
  }
}
