
/*============================================================================
 |
 | Copyright © IFM Infomaster. All rights reserved.
 |
 ===========================================================================*/

/* Version: 1.0 */

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

  ChatLauncher Page Elements

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.alt-background {
    background-color : #79bbff;
}

.alt-color {
    color : #fff;
}

div.center {
    text-align : center;
    margin     : 8px;
}

.sliding-panel-container {
    overflow : hidden;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 99999;
    height: 150px;


	display: table;
}

.sliding-panel {
/*
    margin-left  : auto;
    margin-right : auto;
    padding-top  : 8px;
    width  : 420px;
    height : 160px;
*/
   
    margin-left: auto;
    margin-right: 0;
    padding-top: 8px;
    width: 400px;
    height: 145px;
}

.slide-rtl{
    display: table-footer-group;
	
}


.chat_disabled  #fumetto_chat h1, .chat_disabled  #fumetto_chat p {
	font-size: 19px!important;
	line-height: 19px!important;
	padding: 2px 7px;
}

#fumetto_chat{
	display: none;
	float:left;
	width: 300px;
	background-color:#ffffff;
	border:3px solid #009fe3;
	border-radius: 30px
}

#fumetto_chat:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-top: 3px solid #009fe3;
    border-right: 3px solid #009fe3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 94px;
    bottom: 60px;
    position: absolute;
}
#fumetto_chat .banda_blu{
	background-color:#009fe3;
	border-radius: 20px 20px 0px 0px;
}

#fumetto_chat p{
	margin:0px!important
}

#fumetto_chat .banda_blu #close_modal{
	color:#ffffff;
	float:right;
	padding-right: 15px;
    padding-top: 7px;
}
#fumetto_chat span{
	font-size: 20px!important;
	color:#ffffff!important;
    padding: 0px 15px;
}
#fumetto_chat h1{
	font-size: 30px!important;
    color: #000000!important;
    line-height: 40px!important;
    padding: 0px 15px;
    font-weight: bold;
}
#fumetto_chat p{
	font-size: 25px!important;
	line-height: 25px!important;
	color:#000000!important;
    padding: 0px 15px;
}
.icona_chat{
	float:right;
	height: 130px;
	display: flex;
    align-items: center;
}
.icona_chat i{
	font-size:30px
}
.icona_chat .img_chat{
	max-width: 40px!important;
}
#enterChatBtn{
	height: 80px;
    width: 80px;
    padding: 0;
    border-radius: 50px;
	background-color: #009fe3!important;
    border: 5px solid;
    border-color: rgba(255, 255, 255, 0.83);
}
iframe[name='live_chat_open'], .iframe_chat{
/* 	position: fixed; */
    bottom: 140px;
    right: 50px;
    height: 500px;
    width: 350px;
    -ms-transform: translate3d(50px,20px,0);
    -webkit-transform: translate3d(50px,20px,0);
    transform: translate3d(50px,20px,0);
    display: table-header-group;
}
.iframe_chat #header_text{
	background-color: #009fe3!important;
    border-radius: 8px 0px 0px 0px;
    width: 300px;
}
.iframe_chat #header_close{
	width: 50px;
    background-color: #009fe3!important;
    border-radius: 0px 8px 0px 0px;
    height: 58px;
}

#header_chat{
	color: #ffffff;
	position: relative;
    display: block;
    z-index: 9;
}
#header_text{
	float:left
}
#header_text p{
	padding: 4px 12px 4px 12px;
    display: inline-block;
    height: 20px;
    border-radius: 3px 3px 0 0;
    font-weight: 700
}
#header_close{
	float:right
}
#header_close i{
	padding: 20px;
}
/*
a, a:link, a:visited, a:hover {
    border : none;
    color  : #fff;
    font-size       : 12px;
    letter-spacing  : 1px;
    text-decoration : none;
    cursor : pointer;
    margin : 2px;
}
*/

/*
a:hover {
    border-bottom : 1px dashed white;
}

a:active {
    background-color : #4197ee;
}

a:disabled {
    cursor : default;
    color            : #69c;
    background-color : transparent;
}
*/

#container_chat input, #container_chat select {
    width : 200px;
}


@media(max-width:767px){
	.sliding-panel-container {
	    right: 10px!important;
	    height: 120px!important;    
	}
	.sliding-panel {
	    width: 300px!important;
	}
	#fumetto_chat {
	    width: 220px!important;
	    height: 100px!important;
	}
	#fumetto_chat:after {
	    right: 74px!important;
	    bottom: 70px!important;
	}
	#fumetto_chat span {
	    font-size: 15px!important;
	    padding: 0px 10px;
	}
	#fumetto_chat h1 {
	    font-size: 25px!important;
	    line-height: 35px!important;
	    padding: 0px 10px;   
	}
	#fumetto_chat p {
	    font-size: 20px!important;
	    line-height: 20px!important;
	    padding: 0px 10px;
	}
	.icona_chat .img_chat {
	    max-width: 30px!important;
	}
	#enterChatBtn {
	    height: 60px!important;
	    width: 60px!important;
	}
	
}
@media(max-width:500px){
	.sliding-panel-container.chat_active {
	    right: 0px!important;
	    height: 100%!important;
	    width: 100%!important;
	} 
	.chat_active #dataPanel{
		display: none
	}
	.chat_active iframe[name='live_chat_open'], .chat_active .iframe_chat{
		position: relative!important;
		-ms-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	iframe[name='live_chat_open'], .iframe_chat{
		bottom: 0px!important;
	    right: 0px!important;
	    width: 100%!important;
		height: 100%;
	}
	.sliding-panel {
	    width: 303px!important;
	}
	#fumetto_chat {
	    width: 230px!important;
	    height: 105px!important;
	}
	#fumetto_chat:after {
	    right: 67px!important;
	}
	#candy {
	    border-radius: 0px!important;
	}
	.chat_disabled .sliding-panel{
		width: 323px!important;
	}
	.chat_disabled #fumetto_chat{
		width: 250px!important;
	}
	.chat_disabled #fumetto_chat h1, .chat_disabled #fumetto_chat p {
		font-size: 15px!important;
	}
}
@media(max-width:350px){
	.chat_disabled .sliding-panel{
		width: 295px!important
	}
	.chat_disabled #fumetto_chat {
	    width: 222px!important;
	}
	.chat_disabled #fumetto_chat h1, .chat_disabled #fumetto_chat p {
		font-size: 13px!important;
		line-height:17px!important;
	}
	#fumetto_chat h1 {
	    font-size: 23px!important;
	}
	#fumetto_chat p {
	    font-size: 18px!important;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
