/*
*
|  Page Name       : lms_mquery.css
|  Description     : media queries for elearning page
|  Created by      : May Altamerano
|  Date Created    : August 2018
|  Last Update by  : May Altamerano
|  Last update     : May 2018
*
*/

@media only screen and (max-width: 1050px){
  .-lms_container .-newsfeed_right_div{
    width: 10% !important;
  }
  .-lms_container .-chat_body_elearning{
    padding: 5px 15px !important;
  }
  .-lms_container .-chat_user_info{
    display: none !important;
  }
  .-lms_container .-chat_box_container_sm{
    right: 10% !important;
  }
  .-lms_container .-class_header_cont{
    padding: 0% 6.5% 0% 0% !important;
  }
  .-lms_container .-column_left_div{
    display: none !important;
  }
  .-lms_container .-newsfeed_class_post{
    width: 85% !important;
  }
  .-lms_container .-search_user_chat_form{
    display: none !important;
  }
  .-lms_container .-chat_body_elearning{
    height: 100% !important;
  }
}
@media only screen and (max-width: 860px){
  .-lms_container .-chat_body_elearning{
    padding: 5px 5px !important;
  }
}
@media only screen and (max-width: 1300px){
  .-percentage_list{
    display: none !important;
  }
  .-activity_rank{
    width: 100%;
  }
  .-activity_title .-title{
    font-size: 16px;
  }
  .-p_items, .-p_students{
    font-size: 14px;
  }
}
