﻿
#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;
}

.ChatFilterText {
    width: 100%;
    font-size: 13px;
    color: #424242 !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;
}
.chatIconFaqUp {
    color: #fff;
}