.sidebar .logo-img {
  width: 42px;
  max-height: 42px;
}

.user .avatar {
margin: 0 auto;
left: 0;
right: 0;
top: 0;
width: 100px;
height: 100px;
border-radius: 50%;
z-index: 9;
background: #f9f9f9;
padding: 15px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user .avatar img {
width: 100%;
height: 5em;
}
.profile h4, .profile h5, .sw h4{
text-align: center;
}
.bg-white{
margin: 0.5em;
padding: 1em;
background-color: #FFFFFF;
}

.ms1{
padding: .5em;
margin-right: 10em;
margin-top: 1.2em;
margin-bottom: 0em;
background-color: #f1f0f0;
border-radius: 1rem;

}

.ms2{
  padding: .5em;
  margin-left: 10em;
  margin-top: 1.2em;
  margin-bottom: 0em;
  background-color: #0084ff;
  border-radius: 1rem;
  color: #FFFFFF;
  }


.ms{
  margin-top: 2em;
}
#messageList, #memberList{
  overflow-y: auto;
  height: 55vh;
}
#memberList{
  overflow-y: auto;
  height: 75vh;
}
.text-white{
  color: #FFFFFF;
  text-decoration: none;
}

.col-lg-4.member {
	padding-left: initial;
	padding-right: initial;
}
.movie-list {
  color: #000000;

}

.movie-list:hover {
  text-decoration: none;

}

.videoList .list-group{
  max-height: 200px;
  min-height: 80vh;
  margin-bottom: 10px;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}

.col-lg-8.player{
	padding-left: initial;
	padding-right: initial;
}

@media screen and (max-width: 992px) {
  .videoList .list-group{
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
  }
  
}

@media screen and (max-width: 767px) {
  .videoList .list-group{
    max-height: 250px;
    min-height: 250px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
  }
}

div.dt-buttons {
  position: relative;
  float: left;
}

.studypluslogo {
  width: 25px;
}
.fslogo {
  width: 200px;
}


.pm_info{
  max-height: 200px;
  min-height: 200px;
  margin-bottom: 10px;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}