.page{
/* background:#EEEEEE; */
}
.page-login-v2 .page-login-main{
padding-top:50px;
padding-bottom:10px;
}
.pointer {
cursor: pointer;
}
.w3d-w1pd{
  width: 300px;
}

.page-dark.layout-full::after{
  background-color: rgba(38,50,56,.2)!important;
}

.border-bottom{
  border-bottom:1px solid #eaeaea!important;

}

.app-message-chats{
  height: calc(100%);
}

.app-message .page {
  height: calc(100%);
}

.app-message .page-aside .input-search-btn {
  padding-right:10px;
}

.app-message-chats{
  padding:0px!important;
  text-align:left!important;

}

.app-message-chats table tr{
  margin-top:20px!important;
}

.panel-activity{
  width:96%;margin-left:2%;
  margin-bottom:10px;
}

.app-message-list {
      height: -webkit-calc(100%);
      height: calc(100%);
}
.txt-cM-rD{
  text-align: right;
}

.mw-0{
  min-width: 20px;
}
.mw-1{
  min-width: 100px;
}
.mw-15{
  min-width: 150px;
}
.mw-2{
  min-width: 200px;
}
.mw-25{
  min-width: 250px;
}
@media only screen and (max-width: 600px) {
  .w3d-w1pd{
    width: 100%;
  }
  .pb1-m{
    padding-bottom: 10px;
  }
  .pt1-m{
    padding-top: 10px;
  }
  .txt-cM-rD{
    text-align: center;
  }
  .text-center-mobile{
    text-align: center;
  }
  .loading{
    display: none;
  }
}