﻿#chatWin {
    font-family: Verdana;
    font-size: 10pt;
    border: solid 2px #5d9ece;
    display: none;
    z-index: 1000000;
    background: #fff;
    position: fixed;
    border-radius: 12px;
}

.win {
    width: 345px;
}

.frame {
    position: relative !important;
    left: 0px;
    top: 0px;
}

#chatWin.win #header {
    background-image: url('/Content/tc/headder.png');
    height: 60px;
    margin-bottom: 0px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #chatWin.win #header #supportLink {
        position: absolute;
        width: 90px;
        height: 25px;
        right: 5px;
        bottom: 5px;
    }

#chatWin #cri {
    display: none;
    padding: 6px 6px 6px 0px;
    background: #fff;
    border: solid 2px #C1DEE6;
    margin: 4px 0px 4px 0px;
}

    #chatWin #cri table td {
        color: #75A3AF;
        font-family: Verdana;
    }

    #chatWin #cri b {
        line-height: 20px;
    }

    #chatWin #cri img[alt=Close] {
        float: right;
        cursor: pointer;
    }

    #chatWin #cri input[type=text] {
        width: 100px;
        margin-left: 3px;
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 5px;
    }

    #chatWin #cri input[type=button] {
        margin-left: 3px;
        padding: 3px;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
        width: 50px;
        background: #2d53c6;
        color: #fff;
        border: solid 1px #aaa;
    }

    #chatWin #cri table, #chatWin #cri input[type=text] {
        font-size: 11px;
    }

#chatWin .vm {
    color: #615b5b;
    position: relative;
    top: -32px;
    /* left: 44px; */
    overflow-wrap: break-word;
    text-align: left;
    padding: 9px;
    min-width: 50px;
    box-sizing: content-box;
}

#chatWin .cm {
    color: #fff;
    position: relative;
    top: -39px;
    overflow-wrap: break-word;
    text-align: left;
    min-width: 50px;
    box-sizing: content-box;
}

#chatWin #minMsgs {
    display: none;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

#chatWin #header #imgWinMinMax {
    float: right;
    margin: 5px 12px 0px 0px;
    cursor: pointer;
    width: 26px;
    box-sizing: content-box;
}

#chatWin #loading, #chatWin #csrsContainer, #chatWin #chatContainer {
    display: none;
}

#chatWin #loading, #chatWin #csrsContainer {
    height: 394px;
    overflow: auto;
    background: #E3E3E3;
    border-radius: 0 0 37px 37px;
}

.avaialbleRepresent {
    text-align: center;
    padding: 9px;
    background: gray;
    color: #fff;
    font-size: 14px;
}

#chatWin .talking {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    margin: 0 -6px;
    background-color: gray;
    color: #fff;
    position: fixed;
    width: 337px;
    z-index: 1;
}

#chatWin #loading {
    display: block;
}

#chatWin #loading, #csrsContainer i {
    text-align: center;
    line-height: 20px;
    color: #666;
}

#chatWin #csrsContainer {
    font-size: 10pt;
    color: #171111;
    background: #fff;
    font-size: 12px;
}

#chatWin #talkingTo {
    background: #f7a740;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
}
/*#chatWin .msgs div#msg{font-family:Verdana;font-size:11px;line-height:16px;padding-top:3px;padding-bottom:3px;border-bottom:solid 1px #eee;}*/
#chatWin #csrsContainer #csrs {
    margin-top: -5px;
}

#chatWin #csrs a {
    color: #5f5856;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    width: 120px;
    display: inline-block;
    margin-top: 14px;
    margin-left: 40px;
}
/*#chatWin #csrs a span{margin-left:19px;position:relative;top:44px}*/
/*#chatWin #csrs a img[alt=csrIco]{border:0px;position:absolute;left:10px;top:12px;}*/
#chatWin #inp {
    border-top: 2px solid #c7c7c4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    #chatWin #inp textarea {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        font-family: Verdana;
        font-size: 13px;
        line-height: 16px;
        width: 254px !important;
        height: 55px;
        min-height: 55px;
        color: #333;
        border: 0px;
        overflow: auto;
        padding-left: 10px;
        resize: none;
        border-radius: 6px;
        background-color: #e8e6e7;
        margin-left: 5px;
        padding-top: 5px;
        box-sizing: content-box;
        margin-bottom: 4px;
    }

    #chatWin #inp input[type=button] {
        font-family: Verdana;
        font-size: 12px;
        border: 0px;
        height: 44px;
        width: 70px;
        color: #888;
        background: #eee;
        font-weight: bold;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
    }

#ChatHeaderLogo {
    width: 64px;
    margin-top: -36px;
    margin-left: 15px;
    position: absolute;
}

#spanLCS {
    color: white;
    font-weight: bold;
    position: absolute;
    padding: 8px 0px 0px 106px;
    font-size: 13px;
    letter-spacing: 1px;
}

.chatHeaderPhone {
    color: white;
    font-size: 12px;
    padding: 20px 0px 0px 93px;
}

.chatHeaderEmail {
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding-left: 12px;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

#ChatHelloIcon {
    height: 30px;
    padding-left: 5px;
}
#UserlogoChat {
    width: 32px;
    position: inherit;
    top: -10px;
    margin-right: -46px;
}
.message-box-user {
    background-color: #e8e6e7;
    max-width: 206px;
    padding: 7px;
    margin-left: -2px;
    display: flex;
    border-radius: 6px;
}
.message-box-user:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-color: #e8e6e7;
    height: 10px;
    width: 10px;
    transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 7px;
    margin: auto;
    right: -4px;
}
.message-box-csr {
    background-color: #0072b9;
    max-width: 208px;
    padding: 7px;
    margin-left: 53px;
    border-radius: 6px;
}
    .message-box-csr:before {
        display: inline-block;
        content: '';
        position: absolute;
        background-color: #0072b9;
        height: 10px;
        width: 10px;
        transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate( 45deg );
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        top: 7px;
        margin: auto;
        left: -4px;
    }