.pNotification {
	margin-left: 2%;
	clear: none;
	width: 70%;
}

.pNotification .subtitle {
	clear: none;
	margin-top: 20px;
	font-size: 15px;
	border-bottom: 1px solid rgb(233, 233, 233);
}

.pNotification {
	position:absolute;
	clear: none;
	width: 100%;
	padding-left:2%;
	padding-right:2%;
	bottom:0;
	top:165px;
	overflow:auto;
	box-sizing:border-box;
}

.pNotification .subtitle {
	clear: none;
	margin-top: 20px;
	font-size: 15px;
	border-bottom: 1px solid rgb(233, 233, 233);
}

.pNotificationPatients {
	clear: both;
	width:100%;
}

.pNotificationPatients .subtitle{
	padding-left:2%;
	padding-right:2%;
}

.pNotificationPatients .patients{
	clear: both;
	width:100%;
	max-height:300px;
	overflow:auto;
}
.pNotificationPatients .patients tr{ 
	height:30px;
    margin:0px;
    padding:0px;
}
.pNotificationPatients .patients tr:hover{ 
	height:30px;
    margin:0px;
    padding:0px;
    background:#f5eef6;
}

.pNotificationPatients .patients td{
    width:40%;
    height:20px;
    margin:0px;
    padding-left:2%;
    vertical-align:middle;
}

.pNotificationPatients .patients td:nth-child(3){
    width:20%;
}

.patients .vhCollaboratorDisabled{
    width:40px;
    height:50px;
    float:right;
    margin-right:20px;
    background: url(../images/no_check.png) no-repeat transparent center;
}

.patients .vhCollaboratorEnabled{
    width:40px;
    height:50px;
    float:right;
    margin-right:20px;
    background: url(../images/check.png) no-repeat transparent center;
    
}

