.pPath {
	position:relative;
	clear: both;
	float:left;
	margin-top: 0px;
	width: 100%;
	height: 34px;
	background: #dfdfdf;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.pMonitor{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}

.imgMonitor {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/monitor.png) no-repeat transparent center;
	float: left;
}

.imgAdd {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/add.png) no-repeat transparent center;
	float: left;
}

.imgStats {
	height: 20px;
	width: 20px;
	margin-top: 5px;
	margin-left: 11px;
	background: url(../images/stats.png) no-repeat transparent center;
	float: left;
}

.imgPatient {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/patient.png) no-repeat transparent center;
	float: left;
}

.imgList {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/list.png) no-repeat transparent center;
	float: left;
}

.imgAlarmIcon {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/ic_alarm.png) no-repeat transparent center;
	float: left;
}

.imgChat {
	position:relative;
	height: 30px;
	width: 30px;
	margin-top: 2px;
	margin-left: 11px;
	object-fit:contain;
	background: url(../images/chat.png) no-repeat transparent center;
	float: left;
}

.txtPath {   
    position:relative;
    float:left;
    line-height:34px;
	height: 100%;
	vertical-align: center;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	font-size: 1em;
	color: #5b4365;
}

.txtPath p{
    margin-top:0px;
	font-size: 1em;
}

.pFinder{
	clear:none;
	position:relative;
	float:right;
	width:60%;
	height:30px;
}

.finder {
	position:relative;
	float: right;
	width: 29%;
	padding: 2px;
	height: 30px;
	margin-top: 2px;
	margin-right: 1%;
	margin-left: 1%;
	background: white;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-o-border-radius: 3px !important;
	-moz-box-sizing: content-box;
	box-sizing: border-box;
}

.pFinder .finder{
	position:relative;
	width:40%;
	right:1%;
	height:30px;
	margin-left:2%;
}

.finder input {
	position: relative;
	float: left;
	border: none;
	height:26px;
	background: transparent;
	padding: 0px !important;
	width:80%;
	font-size:1em;
	
}

.imgFinder {
	position: relative;
	float:right;
	height: 25px;
	width: 25px;;
	background: url(../images/finder.png) no-repeat transparent center;
}

.lblFinder {
	position:relative;
	float: right;
	display: table;
	height: 34px;
	line-height: 34px;
	vertical-align: center;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 1em;
}

.lblFinder p{
    margin-top:0px;
	font-size: 1em;
	color: #5b4365;
}

.nochecknfc {
	width: 100%;
	height: 40px;
	background: url(../images/no_check.png) no-repeat transparent center;
}

.checknfc {
	width: 100%;
	height: 40px;
	background: url(../images/check.png) no-repeat transparent center;
}