.showProfile{
	color : #FFF !important;
  }
/* =================Notification bar style start============= */
.ntf-notice {
	background-color: #1598d5;
	box-shadow: 0 0 5px #949394;
	-webkit-box-shadow: 0 0 5px #949394;
	-moz-box-shadow: 0 0 5px #949394;
	color: #ffffff;
	display: none;
	/* margin: 0 20px; */
	margin: 0 0px;
	padding: 10px;
  /* border-radius:2px; */
	position: relative;
  /* text-align: left; */
  font-size: 15px;
}

.ntf-notice:not(:first-child) {
	/* border-top: 1px dashed #000; */
  border-top: 1px dashed #fff;
}

.ntf-notice:last-child {
	/* border-radius: 0 0 5px 5px; */
}

.ntf-notice a,
.ntf-notice a:visited {
	color: #ffffff;
}

.ntf-notice-close {
	bottom: 0px;
	cursor: pointer;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.ntf-warning {
	background-color: #d6874a;
	color: #fff;
}
.ntf-warning a {
	color: #fff;
}

.ntf-danger{
	background-color: #d13212;
	color: #fff;
}
.ntf-danger a{
	color: #fff;
}

.ntf-suceess{
	background-color: #038f43;
	color: #fff;
}
.ntf-suceess a{
	color: #fff;
}

.ntf-info{
  background-color: #1598d5;
  color: #fff;
}
.ntf-info a{
	color: #fff;
}

#ntf-notifications {
	background: transparent;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100;
}
#notiFicationSection{
  margin-bottom:2px;
}
#login-bar>.card{
  margin-bottom:15px;
}
/* =================Notification bar style end============= */