@charset "ISO-8859-1";
.buildings-list{
    max-height: 600px;
    margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}

.persons-list{
    max-height: 400px;
    margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}

.contacts-list{
    height: 300px;
    //margin-bottom: 10px;
    //overflow:scroll;
    overflow-y:auto; 
    -webkit-overflow-scrolling: touch;
}
.contacts-list thead th {  
	position: sticky; 
	top: 0; 
	background: #fff;
}


.scrollable-menu {
	height: auto;
  	max-height: 200px;
  	overflow-x: hidden;
}

.mailbox-read-by {
  color: #999;
  font-size: 13px;
}

/*
.contacts-table{
	width: 100%;
}

.contacts-table tbody {	
    display:block;
    height:200px;
    overflow-y:auto;
    width: 100%;
}

.contacts-table thead tr {
	 display:block;
}
*/

.date-sort{
	cursor: pointer
}

