.mouseLive {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 1000000;
}
.daterangepicker td.in-range {
    background-color: #b4d4e2 !important;
}

.chat {
	text-align: center;
}
.chat .list-inline {
	padding: 15px;
}
.chat .list-inline>li {
	padding-right: 15px;
}
.chat .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #66aad7;
}
.chat .client {
	margin-bottom: 24px;
}
.chat .client .avatar {
		color: white;
	text-align: center;
	padding: 16px;
	font-weight: 300;
}
.chat .message {
	max-width: 750px;
	background: #f2f2f2;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 10px;
	border-radius: 4px;
	text-align: left;
}
.chat .client .message {
	max-width: 400px;
	text-align: right;
	background: #d4eef9;
}
.chat .message a {
	padding-right: 8px;
	text-decoration: underline;
}
.chat .status {
	width: 100%;
    text-align: left;
    padding-left: 70px;
    font-style: italic;
    color: #00a99d;
}
.chat .cta {
	color: #f15a24;
	font-weight: 400;
}
.chat .selection {
	color: #39b54a;
	font-weight: 400;
}
.chat .calendar {
	text-align: left;
    font-family: 'Open Sans';
}
.chat .daterangepicker {
	position: initial;
	padding: 0px;
	margin-left: -8px;
}
.chat #datetimepicker1, .chat .ranges, .chat .daterangepicker_input {
	display: none;

}

.typed-cursor {display:none}

.chat > div {display:none;clear: both;}
.chat > div:first-child {display:block}
.client-2, .client-3, .client-4 {
	margin-top: 70px;
}


.flyManagerBlock{
	position: fixed;
	bottom: 50px;
	opacity: 0.7;
	right: 15px;
}
.flyManagerBlock:hover{
	opacity: 1;
	transition: 1s;
}
.flyManager{
	cursor: pointer;
	width: 275px;
	position: relative;
}
.flyManager img{
	vertical-align: middle;
    border-radius: 50%;
    position: absolute;
	bottom: 0;
	left: 0;
    width: 75px;
	z-index: 2;
}
.flyManagerText{
	color: #fff;
	background-color: #00aff2;
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 35px;
    padding: 5px;
    padding-left: 50px;
    z-index: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.icon-number-message{
	top: -75px;
    left: -1px !important;
    height: 20px;
    width: 20px !important;
    z-index: 3 !important;
}