/* line 3, /app/app/assets/stylesheets/text_messages.scss */
.text-messages ::-webkit-scrollbar {
  width: 8px;
}
/* line 6, /app/app/assets/stylesheets/text_messages.scss */
.text-messages ::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
/* line 10, /app/app/assets/stylesheets/text_messages.scss */
.text-messages ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/* line 13, /app/app/assets/stylesheets/text_messages.scss */
.text-messages ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
/* line 18, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .students {
  border: 1px solid #aaa;
  padding: 15px;
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 25, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .students .student {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
/* line 29, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .students .student .icon-container {
  background-color: #ccc;
  padding: 15px;
  text-align: center;
}
/* line 34, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .students .student a {
  text-decoration: none;
  color: #333;
  outline: none;
  -moz-outline: none;
}
/* line 40, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .students .student .description {
  padding-top: 5px;
}
/* line 46, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .messages-container {
  border: 1px solid #aaa;
  height: 341px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 52, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .messages-container .message {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
/* line 56, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .messages-container .message .icon-container {
  background-color: #ccc;
  padding: 15px;
  text-align: center;
}
/* line 61, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .messages-container .message .description {
  padding-top: 5px;
}
/* line 63, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .messages-container .message .description hr {
  margin-bottom: 2px;
  margin-top: 2px;
}
/* line 71, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .send-message {
  border: 1px solid #aaa;
  border-top: none;
  height: 69px;
  padding: 0 2px;
}
/* line 77, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .send-message textarea {
  border: medium none;
  height: 68px;
  padding: 2px 5px;
  resize: none;
  width: 100%;
}
/* line 84, /app/app/assets/stylesheets/text_messages.scss */
.text-messages .send-message textarea:focus {
  outline: none !important;
}
