.row {
  margin-right: 0px;
  margin-left: 0px;
}


html,
body {
  height: 100%;
  background: #f5f5f5;
}

@font-face {
  font-family: 'iransans';
  src: url('/assets/fonts/IRANSansWeb.woff') format('woff');
  font-weight: 100;
}

@font-face {
  font-family: 'iransans';
  src: url('/assets/fonts/IRANSansWeb.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'iransans';
  src: url('/assets/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'iransansNum';
  src: url('/assets/fonts/IRANSansWeb(FaNum)_Bold.woff') format('woff');
  font-weight: normal;
}

*:not(.fa):not(.far):not(.fas):not(.glyphicon):not(.lg-icon) {
  font-family: 'iransans';
  outline: 0;
}

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) {}
