
.helpdeskbuttonholder
{
	position:fixed;
	right:10px;
	bottom:20px;
	width:auto;
	height:50px;
	z-index: 2000;
}

.helpdeskbutton
{
	position:relative;
	float:right;
	width:50px;
	height:50px;
	background:#eb1c23;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
	border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 0 0 10px;
	cursor:pointer;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-size:70% auto !important;
}

.helpdeskbutton .notifications-count.badge {
    background-color: #EC874B;
    color: #FFFFFF;
    padding: 4px 7px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    border-radius: 10px;
}

#helpdeskchatbutton
{
	background-image:url('/images/icons/help.png');
}

.helpdeskwindow
{
	position:fixed;
	right:20px;;
	bottom:90px;
	width:600px;
	height:500px;
	background:#f1f1f1;
	border-radius:3px;
	-webkit-border-radius:3px;
	display:none;
	overflow:hidden;
	z-index: 999999;
	-webkit-box-shadow: -6px 5px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: -6px 5px 10px 0px rgba(0,0,0,0.24);
	box-shadow: -6px 5px 10px 0px rgba(0,0,0,0.24);
}

.helpdeskwindowclose
{
	position:absolute;
	right:15px;
	top:17px;
	width:16px;
	height:16px;
	background:url('/images/icons/close_bright.png') center center no-repeat;
	background-size:cover;
	cursor:pointer;
}

.helpdeskwindow.live_chat .helpdeskwindowclose {
	background-color: #ccc;
	padding: 10px;
	background-size: 10px 10px;
}

.helpdesk_control_container
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	padding:0;
	box-sizing:border-box;
}

.helpdesk_headline
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#9ba1ae;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	background:#48b0f8;
	text-transform:uppercase;
	letter-spacing:1px;
}

