﻿@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

/*body {
	background: #e9e9e9;
	color: #9a9a9a;
	font: 100%/1.5em "Droid Sans", sans-serif;
	margin: 0;
}*/

a {
    text-decoration: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*h4, h5 {
    line-height: 1.5em;
    margin: 0;
}*/

hr {
    background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 0;
    min-height: 1px;
}

img {
    border: 0;
    /*display: block;*/
    height: auto;
    /*max-width: 100%;*/
}

input {
    border: 0;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

p {
    margin: 0;
}

.clearfix {
    *zoom: 1;
}
    /* For IE 6/7 */
    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

/* ---------- LIVE-CHAT ---------- */

.live-chat {
    bottom: 5px;
    font-size: 13px;
    /*right: 24px;*/
    position: fixed;
    line-height:16px;
    width: 300px;
    z-index:999;
}

    .live-chat header {
        background: #460064;
        border-radius: 5px 5px 0 0;
        color: #fff;
        cursor: pointer;
        padding: 16px 24px;
    }

    .live-chat h4:before {
        background: #1a8a34;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 8px;
        margin: 0 8px 0 0;
        width: 8px;
    }

    .live-chat h4 {
        font-size: 12px;
    }

    .live-chat h5 {
        font-size: 10px;
    }

#live-chat form {
    padding: 10px;
}

.live-chat input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    outline: none;
    width: 234px;
}

.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.chat-close {
    background: #ff2b2b;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-weight:600;
    height: 20px;
    margin:0 3px;
    text-align: center;
    width: 20px;
    text-decoration:none;
}
.chat-close :hover{
    text-decoration:none;
}

.myhistory {
    float: right;
}

.chat-min {
    background: #76b15c;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-weight:600;
    height: 20px;
    margin:0 3px;
    text-align: center;
    width: 20px;
    text-decoration:none;
}
.chat-min :hover{
    text-decoration:none;
}

.chat {
    background: #fff;
}

.chat-history {
    height: 250px;
    /*background: rgb(0,46,77);
    background: rgba(0,46,77,.9);*/
    background: #540077;
    padding: 8px 14px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.chat-message {
    margin: 1px 0;
    
}

    .chat-message img {
        border-radius: 50%;
        float: left;
    }

.chat-message-content {
    margin-bottom:3px;
    padding:6px 6px;
    background: #e6f7ff;
    color:#00344d;
    border-radius:0 15px 15px 0;
}

.chat-message-content p {
    word-wrap: break-word;
}

.chat-message-contentalt {
    margin-bottom:3px;
    padding:6px 6px;
    background: #e6f7ff;
    color:#00344d;
    border-radius:15px 0 0 15px ;
}
.chat-message-contentalt p {
    word-wrap: break-word;
}

.chat-time {
    float: right;
    font-size: 10px;
}

.chat-feedback {
    font-style: italic;
    margin: 0 0 0 80px;
}

.chatenable {
}

.oval-speech::before {
    background: #5a8f00 none repeat scroll 0 0;
    border-bottom-right-radius: 80px 50px;
    border-right: 60px solid #5a8f00;
    bottom: -30px;
    content: "";
    height: 30px;
    position: absolute;
    right: 50%;
    transform: translate(0px, -2px);
    z-index: -1;
}

.oval-speech::after {
    background: #fff none repeat scroll 0 0;
    border-bottom-right-radius: 40px 50px;
    bottom: -30px;
    content: "";
    height: 30px;
    position: absolute;
    right: 50%;
    transform: translate(-30px, -2px);
    width: 60px;
    z-index: -1;
}

.oval-speech {
    background: rgba(0, 0, 0, 0) linear-gradient(#b8db29, #5a8f00) repeat scroll 0 0;
    border-radius: 220px / 120px;
    color: #fff;
    margin: 1em auto 50px;
    padding: 50px 40px;
    position: relative;
    text-align: center;
    width: 270px;
}

.triangle-right.left::after {
    border-color: transparent #075698;
    border-width: 15px 40px 0 0;
    bottom: auto;
    left: -40px;
    top: 16px;
}

.triangle-right::after {
    border-color: #075698 transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}

.triangle-right.left {
    background: #075698 none repeat scroll 0 0;
    margin-left: 40px;
}

.triangle-right {
    background: rgba(0, 0, 0, 0) linear-gradient(#2e88c4, #075698) repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    margin: 1em 0 3em;
    padding: 15px;
    position: relative;
}

.chatNow_area {
}

.msgCircle {
    width: 100px;
    height: 100px;
    padding-top: 5%;
    background: #ef8913;
}
.nodifymsg{
    padding-bottom:50px;
}
