.scrollbar
{
	margin-left: 30px;
	float: left;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}
.bell-wrap {
	display: inline-block;
	text-align: left;
	margin: -8px 0 !important;
	width: 80px;
	height: 25px;
}
.bell {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../../img/bell.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 2px !important;
	cursor: pointer;
	float: left;
}
.bell-count {
	font-size: 14px;
	color: red;
	line-height: 1.8;
}
.notifications-popup-wrap {
	position: absolute;
	top: 40px;
	right: 100px;
	width: 520px;
	border: solid 1px;
	background-color: #fff;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	overflow-y: scroll;
	max-height: 85vh;
}
.notifications-popup-lead p {
	margin-top: 10px !important;
}
.notifications-popup-wrap.ng-hide {
  opacity:0;
  /* transform: scale(0.8); */
}
.notifications-title {
	text-align: right;
	margin: 0;
	margin-top: 10px !important;
	padding-right: 15px;
	font-size: 16px;
	height: 35px;
	border-bottom: solid 1px #aaa;
}
.leads-wrap {
	margin: 0 !important;
	font-size: 16px;
	display: block !important;	
}
.leads-title {
	background-color: #dadada;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin: 0 !important;
}
.leads-title:hover {
	background-color: #eee;
}
.notifications-popup-lead {
	display: block !important;
	border-bottom: solid 1px #aaa;
	padding: 1px 15px 10px 0;
	margin: 0 !important;
	font-size: 14px;
	cursor: pointer;
}
.notifications-popup-lead:hover {
	background-color: #eee;
}
.noti-title {
	padding-top: 10px;
	margin: 0 !important;
}
.notifications-popup-lead div {
	display: block !important;
	margin: 0 !important;
}
.btn {
	padding: 3px 6px;
	margin: 3px;
}
.settings-title {
	float: left;
	cursor: pointer;
	color: #0a5ca5;
	margin-left: 45px;
	text-decoration: underline;
	font-size: 16px;
}
.settings-wrap, .notifications-wrap {
	display: block !important;
	margin: 0 !important;
	background-color: #eee;
}
.settings-wrap {
	padding: 15px;
	font-size: 16px;
}
.settings-wrap p {
	margin: 0 0 10px 0 !important;
}
.alert {
	padding: 6px !important;
}
/* Tooltip container */
.myTooltip {
    
}

/* Tooltip text */
.myTooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	margin-top: -4px;
	margin-right: 16px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.myTooltip:hover .tooltiptext {
    visibility: visible;
}
.callback-date-wrap {
	position: fixed;
	top: 12vw;
	left: 40vw;
	width: 300px;
	background-color: white;
	border: solid 1px;
	padding: 1vw;
	z-index: 100;
}
.callback-popup-wrap {
	position: fixed;
	top: 12vw;
	left: 40vw;
	width: 20vw;
	background-color: white;
	border: solid 1px;
	padding: 1vw;
	z-index: 100;
}
.callback-popup-lead {
	border-bottom: solid 1px;
	padding: 0.75vw;
}