.row {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}


html,
body {
  height: 100%;
  background: #fff;
}

  
a {
  color: gray;
}

a:hover {
  text-decoration: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}



#ng-chat-people {
  text-align: right;
}

#ng-chat-users li .ng-chat-friends-list-container>.icon-wrapper,
#ng-chat-users li .ng-chat-friends-list-container>img.avatar {
  float: right;
}

#ng-chat-users li .ng-chat-friends-list-container>strong {
  float: right;
}


#ng-chat-users li .ng-chat-friends-list-container>.ng-chat-participant-status {
  float: left;
}

.ng-chat-window .ng-chat-messages .ng-chat-message>.icon-wrapper,
.ng-chat-window .ng-chat-messages .ng-chat-message>img.avatar {
  width: 33px;
  height: auto;
}

.ng-chat-window .ng-chat-footer .btn-add-file {
  right: auto;
  left: 10px;
}

.ng-chat-window .ng-chat-footer>input.has-side-action {
  width: calc(100% - 6px);
  text-align: right;
}







@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 1700px) {}