﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

.efContact {
    font-family: Open Sans;
    font-size: 13px;
    width: 280px;
    padding-top: 10px;
}

    .efContact label {
        display: inline-block;
        font-size: 13px;
        margin-bottom: 0;
    }

.efcheading {
    border-color: #69ad20 #69ad20 #4e9600;
    border-style: solid;
    border-width: 1px;
    color: white;
    height: 27px;
    font-size: 14px;
    padding-left: 4px;
    line-height: 27px;
    cursor: pointer;
    box-shadow: 0 0 10px #999;
}

.efcintro {
    padding: 5px;
    /*height:274px;*/
}

i.icn-remove-chat {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/ui/images/glyphicons-halflings-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -312px 2px;
}

    .efcintro Input[type="text"] {
        background-color:white;
        padding:1px 4px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #ccc;  
    width:98% !important;
    margin-bottom:0px;
    color:#373737;
    -webkit-appearance: none;
    }

        .efcintro Input[type="text"]:focus {
            /*border: 1px solid #a8a8a8;*/
              outline:none;
              background-color:white;
    color:#070606;
    /*border-bottom:2px solid #2980b9;*/
    -webkit-transition:border-bottom .5s;
    -moz-transition:border-bottom .5s;
    -ms-transition:border-bottom .5s;
     -o-transition:border-bottom .5s;
        transition:border-bottom .5s;
        }


    .efcintro textarea {
        border-radius: 0px;
        border: 1px solid #B2B1AA;
        width: 98%;
        padding:1px 4px;
        font-family: Open Sans;
        font-size: 12.5px;
        resize: none;
        overflow: auto;
        background-color: #fff;
        border: 1px solid #ccc;
        outline: none;
        box-sizing: inherit;
        margin-bottom: 0;
        min-height: 65px;
    }

        .efcintro textarea:focus {
            border: 1px solid #a8a8a8;
        }

    .efcintro Input[type="button"] {
        border-radius: 0px;
        border: none;
        background-color: #71b500;
        color: white;
        font-size: 14px;
        width: 50%;
        padding: 5px 0;
        cursor: pointer;
        -webkit-appearance: none;
        outline: none;
    }

        .efcintro Input[type="button"]:hover, .intro Input[type="button"]:focus {
            background-color: #5EA600;
        }

.efcleft {
    float: left;
    padding-bottom: 5px;
}

.efcright {
    float: right;
    padding-top: 7px;
}

.efcbubbledLeft, .efcbubbledRight {
    padding: 5px 9px;
    position: relative;
    line-height: 1.2 !important;
}

.efcbubbledLeft {
    float: right;
    -webkit-border-radius: 8px 8px 8px 0px;
    -moz-border-radius: 8px 8px 8px 0px;
    -o-border-radius: 8px 8px 8px 0px;
    -ms-border-radius: 8px 8px 8px 0px;
    border-radius: 8px 8px 8px 0px;
    background-color: #65B045;
    color: #ffffff;
}

    .efcbubbledLeft:before {
        border-bottom: 10px solid #65B045;
        border-left: 9px solid rgba(0, 0, 0, 0);
        position: absolute;
        bottom: 0;
        left: -8px;
        content: "";
    }

    .efcbubbledLeft a {
        color: #62ffff !important;
    }

.efcbubbledRight {
    float: left;
    -webkit-border-radius: 8px 8px 0px 8px;
    -moz-border-radius: 8px 8px 0px 8px;
    -o-border-radius: 8px 8px 0px 8px;
    -ms-border-radius: 8px 8px 0px 8px;
    border-radius: 8px 8px 0px 8px;
    background-color: #07D;
    color: white;
}

    .efcbubbledRight:before {
        border-bottom: 9px solid #07D;
        border-right: 9px solid rgba(0, 0, 0, 0);
        position: absolute;
        bottom: 0;
        right: -8px;
        content: "";
    }

    .efcbubbledRight a {
        color: lime !important;
    }


.efcwelcomeMsg {
    display: inline-block;
    width: 79%;
    vertical-align: top;
    padding: 0px 0px 0px 5px;
}

.efcwrapper {
    background-color: #eeeeee;
    border: 1px solid #c3c3c3;
    border-top: none;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 0 10px #999;
}

.efcmsg {
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

.remove {
    display: none !important;
}

.imgSupport {
    width: 40px;
    height: 40px;
    border-radius: 5px 5px;
}

.ml5 {
    margin-left: 5px;
}

.lh12 {
    line-height: 12px;
}

.lh15 {
    line-height: 15px;
}

.lh7 {
    line-height: 7px;
}

.efcsubmit {
    text-align: center;
}

    .efcsubmit a {
        color: #0066cc;
        margin-left: 2%;
        cursor: pointer;
        font-size: 11px;
    }

        .efcsubmit a:hover {
            color: green;
        }

.msg {
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

#efcqesMsg {
    display:block;
    padding-left:2px;
    margin-top:-5px;

}

i.icn-remove-contact {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url('');
    background-position: 14px 14px;
    background-repeat: no-repeat;
    background-position: -312px 2px;
}

i.icn-conversation {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -1px;
    margin-right: 10px;
    line-height: 23px;
    vertical-align: text-top;
    background-image: url('/ui/images/cico.png');
    margin-left: 5px;
}

.efcchatclose {
    float: right;
    cursor: pointer;
    padding-right: 5px;
}

.efcmsgbody {
    height: 230px;
    background-color: #eeeeee;
    width: 96%;
    margin: 0 0 3px 0;
    padding: 2%;
    overflow-x: auto;
}

.efcavtar {
    width: 15%;
}

    .efcavtar img {
        width: 30px;
        height: 30px;
        vertical-align: bottom;
    }

.contactMsg {
    width: 85%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

    .contactMsg a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

.msgrow-left {
    display: table;
    width: 100%;
    margin: 10px 0;
}

    .msgrow-left .efcavtar {
        display: table-cell;
        text-align: center;
        font-size: 12px;
        line-height: 12px;
        color: #454545;
    }

.endtext {
    color: #565656;
    text-shadow: 1px 1px 0 #ffffff;
}

    .endtext a {
        text-decoration: none;
        color: #0066cc;
    }

        .endtext a:hover {
            color: green;
        }

    .endtext span {
        font-size: 11px;
        position: relative;
        top: 5px;
    }

.loadErr {
    margin: 0px auto;
    font-size: 14px;
    color: #646464;
    text-shadow: 1px 1px 0 #ffffff;
    width: 90%;
}

    .loadErr a {
        text-decoration: none;
        color: #0066cc;
    }

        .loadErr a:hover {
            color: green;
        }

.errCnt {
    width: 100px;
    margin: 0px auto;
    padding-top: 10%;
}

.diverror {
    color: white;
    z-index: 10;
    background-color: black;
    opacity: 0.75;
    position: absolute;
    width: 268px;
    padding: 5px;
}

.espnm {
    display: table-cell;
    width: 95%;
}
