body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  padding:0;
}

li.online {list-style-image: url(../img/online.png);}

li.away {list-style-image: url(../img/away.png);}

a {
  color: #00B7FF;
}
.td-mes{
  width: 100%;
  padding:3px;
}
.form-mes{
  background:#E7E7E7;
  height:40px;
  width:100%;
} 
.btn{
  height:29px;
  border: solid 1px #bbb;
  border-radius: 5px;
  background-color:#ddd;
  margin-bottom:5px;
}
a.btn {
height: 18px;
padding: 5px;
color: #000;
text-decoration: none;
}
.right {
 float: right;
}
.inp{
  width:100%;
  height:25px;
  border: solid 1px #bbb;
  border-radius: 5px;
  background-color:#fff;
  margin-bottom:5px;
}
.inp-n{
  height:25px;
  border: solid 1px #bbb;
  border-radius: 5px;
  background-color:#fff;
  margin-bottom:5px;
}
#users-list{
  width:153px;
  float:left;
  background-color: #F8F8F8;
  height:100%;
}
#mesage{
display: block;
margin: 0;
padding: 3px;
background-color: #F8F8F8;
height: 100%;
overflow-y: scroll;
}
#mesage ul, #users-list ul{
  padding:0;
  margin:0;
  width:100%;
  height:100%;
}
.main-div{
  width:100%;
  height:200px;
}
#login {
  background: #D7E8F1;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #999;
  padding: 20px;
  position: relative;
  position: fixed;
  width: 300px;
  top: 50px;
  left: 34%;
}
#login h2{
  margin-top: 0;
}
.err {
color: red;
margin-bottom: 5px;
}
.lab{
padding-top: 5px;
font-size: larger;
}
div.panel {
  height: 30px;
  background: #E7E6E6;
  margin-bottom: 3px;
  overflow: hidden;
}
div.user {
    float: right;
    height: 100%;
    
}
.user a {
   background: rgb(169, 170, 168);
    color: white;
    font-size: 19px;
    padding: 3px 5px 3px 5px;
    height: 24px;
    display: inline-block;
    text-decoration: none;
}
.user a:hover {
    background: #E23B3B;
}

.user span {
    font-size: 19px;
    padding: 3px 5px 3px 5px;
    height: 24px;
    display: inline-block;
    text-decoration: none;
}
#users-list h3 {
margin-top: 0;
border-bottom: dashed 1px #ccc;
padding-bottom: 3px;
margin-bottom: 5px;
}
#users-list ul {
    padding: 1px 1px 1px 5px;
    margin: 0;
    list-style: square inside;
}
#users-list ul li {
/*    background: #E1E6E1;*/
    margin-left: 4px;
}
.mes-el {
    border-bottom: 1px dotted white;
}
tr.mes-el td {
vertical-align: top;
}
.mes-user {
font-weight: bold;
padding-right: 6px;
font-size: smaller;
width: 75px;
}
div#rooms {
    float: left;
}
div#rooms a {
    background: rgb(169, 170, 168);
    color: white;
    font-size: 19px;
    padding: 3px 5px 3px 5px;
    height: 24px;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
}
div#rooms a.akt {
    background: #E23B3B;
}
div#rooms a:hover {
    background: #E23B3B;
}
td.date {
	color: #ababab;
    font-weight: normal;
    width: 90px;
	text-align: right;
}
#mesage table {
width: 100%;
}
.mes-el td {
border-bottom: 1px dotted rgb(201, 201, 201);
}
#usersadd strong {
	width: 200px;
	display: inline-block;
}

#usersadd{
padding: 10px;
}
element.style {
}
ul.nav.nav-tabs {
display: inline-block;
border-bottom: 1px solid #ccc;
width: 100%;
}
.nav-tabs li.active {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
background: white;
border-right: 1px solid #ccc;
border-radius: 5px 5px 0 0;
box-shadow: 0 -1px 2px #ccc;
}
.nav-tabs li {
float: left;
display: inline-block;
padding: 6px 18px;
z-index: 1;
margin-bottom: -1px;
border-radius: 5px 5px 0 0;
background: #F1F1F1;
margin-left: 3px;
}
input.ng-invalid.ng-dirty {
background: #FFEBEB;
}
