body{
	margin:0;
	font-family:Arial,sans-serif;
    background: url('../img/tarot_bg.jpg') repeat fixed;
}
div#enter{
	float:left;
}
.header {
    background-color:#d2640c;
    border-bottom: 2px solid #d2640c;
    height: 75px;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:5;
}

div#logo {
    width:100%;
    height: 19px;
    padding-top:5px;
}
div#logo img {
    display:block;
    margin:0 auto;
}

img#avatar {
display:block;
 margin: 0px 5px 0 5px;
float:left;
}

div#info,div#nome,div#descr,div#segno {
    float:left;
    color:white;
    font-size:11px;
    margin-bottom:2px;
}
div#descr {
    margin:3px 0 0 2px;
}
div#nome {
    font-size:14px;
    font-weight:bold;
}

div#status {
    clear:left;
}

div#segno {
    text-transform:italic;
    clear:left;
}

span#status_wa {

}
div#icons-header {
    padding-top: 6px;
    float:right;
    margin-right: 10px;
}
img#telef img#clip{
    margin-top:20px;
}

img#clip {
    margin-left:5px;
}
section#ball-section {
    padding: 0 0 10px 10px;
}

div#balloon {
    float: left;
    width: calc(100% - 87px);
    background-color: #ffffff;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    height: 30px;
    padding: 10px;
}
img#tipdx {
    display:block;
    float:left;
}
div#form {
    
}

img#smile {
    float:left;
    width:20px;
    margin-top:4px;
}

div#entertext {
    font-size: 16px;
    color: #cdcdcd;
    margin: 6px 0 0 10px;
    float: left;
}

img#button {
    display: block;
    float: right;
    margin-right: 17px;
}
div.date {
    margin:0 auto;
    font-size: 12.5px;
    line-height: 1.8;
    width:100px;
    height:20px;
    text-align:center;
    border-radius: 7.5px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    background-color: rgba(210,100,12,.92);
    padding: 5px 12px 6px;
    box-shadow: 0 1px .5px rgba(0,0,0,.13);
    font-weight: bold;
}

div.chat-cont {
    width: 95%;
    margin: 20px auto;
}

img.linguetta-sx {
	float:left;
}
img.linguetta-dx {
    float:right;
    position:relative;
    z-index:2;
}

div.chat-bot, .chat-bot-dx {
    float: left;
    width: calc(90% - 15px);
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0 5px 5px 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
    line-height: 1.4;
    color:#333333;
}

.chat-bot-dx {
    background-color:#D7F3C2;
    float:right;
    border-radius: 5px 0 5px 5px;
}

div.three-cards-cont {
	width:95%;
	max-width:250px;
	margin:20px auto;
}


.clearfix {
	clear:both;
	width:100%;
}

#voyant-chat-container, #client-chat-container {
 box-shadow: none;
 border:none;
}
.messenger {
	background-color: rgba(68,13,41,.92);
	color: #ffd700;
	border-radius: 10px;
	padding: 10px !important;
	margin-top:5px;
	line-height: 26px;
}
.messenger-right {
	padding: 10px;
	background-color: #d2640c;
}
.avatar {display:none;}
.voyant-chat-noavatar {
    padding-left: 0;
}

.topbottomspacer {
    margin-top: 25px;
    margin-bottom: 5px;
}

.clientInput, .dddInput {
    border:none;
    padding: 0px 8px 0px 3px;
    font-size:12px;
}

#countries_msdd {
    width: 77px !important;
    margin-left: 5px;
}

.dText {
        font-size: 12px;
    }

.visibleCountries {
    width: 39%;
}

.dd .ddTitle .ddTitleText {

    font-size:12px;
}

.dd .divider {
    right: 20px;
}

