﻿
#ChatBotPJ .chatContent {
    position: fixed;
    right: 0;
    bottom: 15px;
    right: 75px;
    background-color: #009189;
    color: #fff;
    border-radius: 5px;
    padding: 3px;
    z-index: 10000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
    border: solid 1px #fff;
}

    #ChatBotPJ .chatContent:hover {
        border: solid 1px #ccc;
    }

#ChatBotPJ .chatHeader {
    color: #fff;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}


#ChatBotPJ .chatTable {
    width: 100%;
}


#ChatBotPJ .chatButtons {
    display: none;
    text-align: right;
    font-size: 16px;
    width: 100px;
}

    #ChatBotPJ .chatButtons > i {
        cursor: pointer;
        margin-right: 5px;
    }

#ChatBotPJ .chatTitle {
    cursor: pointer;
    line-height: 32px;
    height: 32px;
    font-size: 20px;
}

.chatTitleLeft {
    text-align: left;
}

.chatTitleCenter {
    text-align: center;
}

#ChatBotPJ .chatIframeContent {
    width: 100%;
    color: #000;
    height: 500px;
    background-color: #fff;
    display: none;
}

#ChatBotPJ .chatLoading {
    background-color: #f5f5f5;
    border-left: solid 3px #009189;
    border-right: solid 3px #009189;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-left: 5px;
    height: 38px;
    line-height: 38px;
    top: 40px;
    z-index: 100002;
}

#ChatBotPJ .chatIframeTapa {
    border-left: solid 3px #009189;
    border-right: solid 3px #009189;
    background-color: #f5f5f5;
    color: #000;
    position: absolute;
    width: 100%;
    left: 0px;
    padding-left: 5px;
    line-height: 40px;
    height: 40px;
    top: 40px;
    z-index: 100001;
}

#ChatBotPJ .chatFaqContent {
    background-color: #fff;
    color: #fff;
    z-index: 100001;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 40px;
    display: none;
    border: solid 2px #009189;
}

#ChatBotPJ .chatListaFAQ {
    overflow-y: auto;
    height: 425px;
    position: relative;
}

    #ChatBotPJ .chatListaFAQ > h5 {
        width: 100%;
        padding: 7px;
        background-color: #fafafa;
        border-bottom: solid 1px silver;
        color: #212121;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 13px !important;
        position: relative;
    }

        #ChatBotPJ .chatListaFAQ > h5:hover {
            background-color: #eee;
        }

    #ChatBotPJ .chatListaFAQ > div {
        /*background-color: #fefff3;*/
        background-color: #f1fffe;
        color: #212121 !important;
        padding: 5px;
        display: none;
        margin-bottom: 0;
        margin-top: 0;
        border-bottom: solid 1px #009189;
        font-size: 12px;
    }

.chatFAQSelected {
    font-weight: bold;
    background-color: #009189 !important;
    color: #fff !important;
}

#ChatBotPJ .chatFaqTitle {
    width: 100%;
    padding-left: 5px;
    height: 34px;
    line-height: 34px;
    font-size: 14px !important;
    padding-top: 0px !important;
    background-color: #f5f5f5;
    color: #000;
}
.btn-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    height: 34px !important;
}
.input-group-addon {
    width: 12px;
    height: 18px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-right: 10px;
}
.ChatFilterText {
    width: 100%;
    font-size: 13px;
    color: #424242 !important;
    padding: 5px 10px 5px 10px !important;
    height: 30px !important;
}

    .ChatFilterText::-ms-clear {
        display: none;
    }

#ChatBotPJ .chatTableFilterText {
    width: 100%;
}

#ChatBotPJ .chatTdFilterText {
    padding: 4px;
    background-color: #f5f5f5;
    color: #000;
}


.chatIconFaqDown, .chatIconFaqUp {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    
}

.chatIconFaqDown {
    /*color: #414141;*/
    color: black !important;
}

.chatIconFaqUp {
    color: #fff;
}

[class^="chatboticon-"], [class*=" chatboticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chatboticon-trash:before {
    /*content: "\e020"*/
    content: "\e109";
}

.chatboticon-stop:before {
    content: "\e993";
}

.chatboticon-question-sign:before {
    content: "\e95c";
    /*content: "\e127";*/
}

.chatboticon-search:before {
    content: "\e088";
}

.chatboticon-remove:before {

    content: "\e117";
}

.chatboticon-resize-full:before {
    content: "\e112";
}

.chatboticon-resize-small:before {
    content: "\e113";
}

.chatboticon-chevron-up:before {
    content: "\e933";
    /*content: "\e9a2";*/
    
}
.chatboticon-chevron-down:before {
    content: "\e932";
    
    /*content: "\e113";*/
    /*content: "\e9b5";*/
}
