h4.chat-status {
  font-size: 16px;
  color: #428bca;
  text-transform: uppercase;
  border: 1px solid #428bca;
  border-radius: 5px;
  margin-bottom: 30px;
}

h4.chat-status select#chatstat {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

button#mgtCanned {
  margin-bottom: 10px;
}

@media (max-width:500px) {
  button#mgtCanned,
  button#mgtManageGenerated {
    font-size: 11px;
  }
}

form#chatForm input#msg {
  margin-bottom: 10px;
}

#status-sidebar {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.online-users {
  color: #5cb85c;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #428bca;
  border-radius: 5px !important;
}

.online-users .badge {
  background-color: #5cb85c;
}

.offline-users {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffcccc;
  border: 1px solid;
  border-radius: 5px 5px 0 0 !important;
}

#offlineContacts {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#offlineContacts li:first-child,
#offlineContacts li:last-child {
  border-radius: 0 !important;
  border: none;
}

#offlineContacts .list-group-item {
  border-left: none;
  border-right: none;
}

#conversation ul {
  max-height: 400px;
  min-height: 400px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
  overflow-y: auto;
  box-shadow: inset 0px 0px 18px #eee;
}

#assist-container {
  padding-left: 10px;
}