#nbutton{
	height: 60px;
	width: 60px;
	border-radius: 50px;
	position: fixed;
	right: 40px;
	bottom: 30px;
	border: none;
	color: white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 100;
}

.sos-alert-button{
	height: 60px;
	width: 60px;
	border-radius: 50px;
	position: fixed;
	right: 120px;
	bottom: 30px;
	border: none;
	color: white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 100;
}
.sos-alert-button > div{
	height: 60px;
}
.sos-alert-button .circle1{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #28263a;
	border-radius: 30px;
	z-index: 5;
}
.sos-alert-button .circle2{
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	bottom: 12px;
	background-color: #db3c27;
	border-radius: 30px;
	z-index: 6;
	margin: auto;
	animation-name: sos-animate;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}


@keyframes sos-animate {
	0% {left: 12px; right: 12px; top: 12px; bottom: 12px;}
	100% {left: 0; right: 0; top: 0; bottom: 0;}
}


.sos-alert-button .circle3{
	position: absolute;
	left: 18px;
	right: 18px;
	top: 18px;
	bottom: 18px;
	background-color: #ffffff;
	border-radius: 30px;
	z-index: 7;
	margin: auto;
	color: #171717;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#nbutton_forchat{
	height: 60px;
	width: 60px;
	border-radius: 50px;
	position: fixed;
	right: 40px;
	bottom: 30px;
	border: none;
	color: white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 100;
}

.nbutton{
	width: 60px;
	height: 60px;
	position: absolute;
}
.b1{
	z-index: 2;
	background-image: url('../images/BELL.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.b2{
	z-index: 1;
	background-image: url('../images/cross.svg');
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.400s ease;
	transform: rotateZ(-45deg);
	background-position: center;
}
#nbutton:focus {
	outline: none;
}
#nf-window{
	position: fixed;
	width: 370px;
	height: 73%;
	right: 40px;
	bottom: 100px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	font-family: sans-serif;
	background-color: white;
	max-height: 600px;
	display: none;
	z-index: 5000;
}
@media only screen and (max-width: 768px){
	#nf-window{
		right: 20px;
		bottom: 90px;
		width: 325px;
	}
	#nbutton{
		right: 20px;
		bottom: 20px;
	}
}
#ncontent{
	height: 100%;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#nheader{
	height: 50px;
	background-color: #30AE9F;
	line-height: 50px;
	font-size: 18px;
	color: white;
	position: absolute;
	width: 100%;
	top: 0px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	z-index: 2;
	text-align: center;
}

#nheader > div:first-child{
	float: left;
	padding-left: 20px;
}
#nbody{
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	bottom: 30px;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.nmessage{
	padding: 10px 15px;
	color: #2d2c2c;
	background-color: #eff3f6;
	margin-top: 10px;
	word-wrap: break-word;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0 2px 1px -2px rgba(0,0,0,0.6);
	position: relative;
}
#nbody .nmessage:last-child{
	margin-bottom: 5px;
}
#nalert{
	position: absolute;
	width: 213px;
	height: 30px;
	border-radius: 2px;
	background-color: #fff8ba;
	left: 0;
	top: 65px;
	box-sizing: border-box;
	padding: 5px 5px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ffe68c;
	color: #3a3a3a;
	line-height: initial;
	z-index: 1;
	display: none;
	right: 0;
	margin: auto;
}
.nmessage span:nth-child(2){
	font-size: 10px;
	color: #565656;
	position: absolute;
	right: 10px;
	bottom: 3px;
}
.nmessage div:nth-of-type(2){
	clear: both;
}
#ntrash{
	font-size: 18px !important;
	color: #f2f2f2;
	cursor: pointer;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
	margin-top: 0px;
}
#ntrash:hover{
	color: #fff;
}
.nf-volume-up:hover{
	color: #fff;
}
.seen-unseen{
	position: absolute;
	background-color: #ffffff;
	width: 25px;
	z-index: 5;
	box-sizing: border-box;
	height: 25px;
	border-radius: 13px;
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
	right: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	display: none;
	line-height: 24px;
	color: #333333;
}
.nmessage-complete{
	background-color: #b5f2a3 !important;
}
.nmessage-paid{
	background-color: #dff3d9 !important;
}

.nmessage-alert{
	background-color: #fed0d0 !important;
}
.nmessage-dispatch{
	background-color: #ffece4 !important;
}
.nmessage-accept{
	background-color: #eee2ff !important;
}
.nmessage-success{
	background-color: #dff3d9 !important;
}
.no-nfs-alert{
	box-shadow: none;
}
.notif-separator{
	margin-top: 10px;
	text-align: center;
	background-color: #ffeeac;
	font-size: 12px;
	padding: 2px 10px;
	width: 100px;
	margin: 10px auto;
	border-radius: 2px;
	box-shadow: 0 2px 1px -2px rgba(0,0,0,0.6);
}
.nf-volume-up{
	margin: 18px 0;
	color: #f2f2f2;
	cursor: pointer;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
}
.socket-error{
	display: none;
	position: fixed;
	top: 60px;
	right: 50px;
	box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.3);
	z-index: 1000;
	padding: 10px;
}
.msg-container{
	/*float: left;*/
}
.msg-container::after{
	content: " \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
	display: inline;
}
#nf-window .icons-parent {
	float: right;
	position: relative;
	width: 93px;
}
.icons-parent .icon-for-menu{
	position: absolute;
	top: 0;
	right: 20px;
	padding: 3px 0;
	box-sizing: border-box;
	bottom: 0;
}
.icons-parent .icon-for-volume{
	position: absolute;
	left: 0;
}
.icons-parent .icon-for-trash{
	position: absolute;
	top: 0;
	right: 48px;
	bottom: 0;
	box-sizing: border-box;
}

.icon-for-menu i.fa-filter {
	color: #f2f2f2;
	cursor: pointer;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-property: none;
}
.nf-filters {
	position: absolute;
	right: 0px;
	width: 200px;
	top: 43px;
	background: white;
	box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.2);
	display: none;
	color: #2f2f2f;
}
.nf-filters .filter-rows > div{
	height: 30px;
	line-height:30px;
	font-size: 12px;
}

.nf-filters .filter-rows > div div:first-child{
	width: 78%;
	display: inline-block;
	text-align: left;
}
.nf-filters .filter-rows{
	padding:10px 10px 10px 20px;
}
.nf-filters .filter-rows > div div:last-child{
	width: 22%;
	display: inline-block;
}

.nf-filters .filter-rows i{
	color: #525252;
	margin-right: 7px;
}