/*
YOUR VOICE
CHAT CSS THEME
*/


* {
    margin: 0;
    padding: 0;
    outline: none;
}

.cb {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

button {
    cursor: pointer;
}

body {
    margin: 0px;
    padding: 0px;
}

.sprt-container {
    border: 1px solid #0d7854;
    border-radius: 5px;
    margin: 10px;
    width: auto;
    height: 585px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 360px;
}

.top-header {
    background-color: #0d7854;
}

#file_upload, #send_chat{
	width: 100px;
	padding: 4px;
}
#connect{
	width: 120px;
	padding: 4px;
}

#file_path{
	height: 10px;
	position: relative;
	width: 100px;
	left: -50px;
}
#file_upload{
	position: relative;
	padding: 2px;
}

#label_file_upload{
	position: relative;
	left: 30px;
}

#file_path{
	width: 0px;
	padding: 0px;
}

#languages{
	position: absolute;
	top: 14px;
	right: 37px;
}

.top-header span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
}

.live-chat-header {
    background-color: #8fc2a5;
    margin: 15px 0;
    padding: 2px 5px;
}

.live-chat-header .oprator-user {
    font-size: 16px;
    color: #fff;
}

.live-chat-div span.live-chat {
    font-size: 16px;
    color: #0d7854;
    position: relative;
    width: 170px;
    display: block;
}

.live-chat-div .user-img {
    background-color: #fff;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 45px;
    right: 40px;
    -webkit-box-shadow: 2px 6px 6px 0px rgba(216, 237, 255, 0.71);
    -moz-box-shadow: 2px 6px 6px 0px rgba(216, 237, 255, 0.71);
    box-shadow: 2px 6px 6px 0px rgba(216, 237, 255, 0.71);
}

.live-chat-div .user-img img {
    background-size: 100% 100%;
}

.seprator {
    border: 1px solid #0d7854;
    margin: 50px 0 5px 0;
}

.seprator-gray {
    border: 1px solid #e5e5e5;
    margin: 10px 0 0px 0;
    clear: both;
}

.chating-container {
    padding: 3px 8px;
    min-height: 235px;
	height: 300px;
	overflow-y: scroll;
}

.chating-container .incoming-msg {
    padding: 5px;
    line-height: normal;
    border: 1px solid #9fa0a2;
    background-color: #fff;
    border-radius: 5px;
    max-width: 90%;
    clear: both;
    margin: 0 0 10px 0;
    color: #999999;
    font-size: 16px;
    
    word-wrap: break-word;
    font-size: 13px;
}

.chating-container .outgoing-msg {
    padding: 5px;
    line-height: normal;
    border: 1px solid #0d7854;
    background-color: #fff;
    border-radius: 5px;
    max-width: 90%;
    clear: both;
    margin: 0 0 10px 0;
    color: #999999;
    float: right;

    word-wrap: break-word;
    font-size: 13px;

}

.textarea-box {
    text-align: center;
    padding: 5px;
}

.textarea-box textarea {
    width: calc(100% - 50px);
    -webkit-width: calc(100% - 50px);
    resize: none;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px 15px;
}

.button-element-row {
    padding: 5px 12px;
    
}

.action-icon{
	width: 120px;
}

.button-element-row .action-icon {
    border-radius: 5px;
    border: none;
    padding: 5px 0px;
    color: #fff;
    background: #0d7854 url(https://ccc.edistar.com/client/img/sprite.png) 0 0 no-repeat;
    text-indent: -7px;
    cursor: pointer;
    text-transform: capitalize;
    
}

.button-element-row .action-icon.upload {
    background-position: 1px 6px;
}

.button-element-row .action-icon.call {
    background-position: 0px -15px;
    width: 120px;
    margin: 0 auto;
    display: block;
}

.button-element-row .action-icon.edit {
    background-position: 0px -36px;
}

.file-transferred-div {
    clear: both;
    margin: 0 0 10px 0;
}

.file-transferred-div a.dwnld-file {
    background: url(https://ccc.edistar.com/client/img/sprite.png) 0 -62px no-repeat;
    height: 17px;
    width: 19px;
    cursor: default;
}

.file-transferred-div a.upld-file {
    background: url(https://ccc.edistar.com/client/img/sprite.png) 0 -82px no-repeat;
    height: 17px;
    width: 19px;
    cursor: default;
}

.file-transferred-div a.name-file {
    color: #0d7854;
    font-size: 14px;
    word-break: break-all;
    cursor: default;
}

.file-transferred-div a.name-file.disable {
    color: #999999;
}

/*Page 2 pages*/

.no-content {
    font-size: 18px;
    text-align: center;
    color: #1e9eff;
    margin-top: 110px;
}

.disable-btn {
    opacity: 0.5;
}

.chat-connection-loader {
    float: right;
    padding: 10px;
}

.file-upload {
    position: relative;
    overflow: hidden;
    /*font-size: 12px;*/
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 6px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.animate
{
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.lang-button
{
    position: relative;
    padding: 5px;
    border-radius: 5px;
    font-size: x-small;
    color: #FFF;
    text-decoration: none;
    width: 30px;
}

.blue
{
    background-color: #0d7854;
    border:1px solid #0c5c40;
}
.blue:hover
{
    background-color: #0c5c40;
    border: 1px solid #0c5c40;
}

.clicked
{
    background-color: #0c5c40;
}
