.elly_iframe_invite {
    position: fixed;
    width: 230px;
    height: 88px;
    right: -10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    top: calc(30% + 158px);
}

.elly_iframe_chat_minimized {
	z-index: 100;
	position: fixed;
	width: 379px;
	height: 78px;	
	bottom: 0px;
	right: 0;
	border: 0;
	border-radius: 15px;

}


@media only screen and (max-device-width : 737px) {
    .elly_iframe_channelselect {
		position: absolute;
		width: 220px;
		height: 245px;
		bottom: 0px;
		right: 10px;
		border: 0;
		background: transparent;
    }

	.elly_iframe_input {
		z-index: 100;
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		border: 0;
		overflow: scroll;
		background-color: rgb(240, 240, 240);
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-khtml-border-radius: 8px;
		border: 1px solid #c9c9c9;
	}

	.elly_dlg_input {
		width: 100%;
		height: 100%;
		background-color: rgb(240, 240, 240);
		bottom: 0px;
		right: 0px;
		overflow: hidden;
	}
    
	.elly_iframe_chat {
		z-index: 100;
		position: absolute;
		width: 100%;
		height: 100%;
		bottom: 0;
		right: 0;
		border: 0;
		overflow: scroll;
		background-color: rgb(240, 240, 240);
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-khtml-border-radius: 8px;
		border: 1px solid #c9c9c9;
		z-index: 10;
	}

}

@media screen and (min-device-width : 738px) {
	.elly_iframe_channelselect {
		position: fixed;
		width: 220px;
		height: 245px;
		bottom: 0px;
		right: 10px;
		border: 0;
		background: transparent;
    }

	.elly_iframe_input {
		z-index: 100;
		text-align: left;
		height: 556px;
		width: 379px;
		position: fixed;
		bottom: 4px;
		right: 0;
		border: 0;
		z-index: 1000;
		display: inline-block;
		-webkit-transition: margin 250ms ease-in-out;
		-o-transition: margin 250ms ease-in-out;
		transition: margin 250ms ease-in-out;
	}

	.elly_dlg_input {
		position: absolute;
		border: 1px solid #c9c9c9;
		width: 326px;
		height: 330px;
		background-color: rgb(240, 240, 240);
		bottom: 0px;
		right: 0px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		-khtml-border-radius: 8px;
	}
    
	.elly_iframe_chat {
		z-index: 100;
		text-align: left;
		height: 556px;
		width: 379px;
		position: fixed;
		bottom: 4px;
		right: 0px;
		border: 0;
		z-index: 1000;
		display: inline-block;
		-webkit-transition: margin 250ms ease-in-out;
		-o-transition: margin 250ms ease-in-out;
		transition: margin 250ms ease-in-out;

	}

}
@font-face {
	font-family: 'robotoReg'
	src: url('Roboto-Regular.ttf')
	format('truetype')
}
