﻿.pdf .chatInviteContainer
{
    width: 468px;
    height: 219px;
    background-color: #442359;
}

    .pdf .chatInviteContainer .chatInviteTitle
    {
        display: inline-block;
        font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        color: #ffffff;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .pdf .chatInviteContainer .chatInviteMessage
    {
        display: inline-block;
        font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #ffffff;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .pdf .chatInviteContainer .chatInviteLinks a
    {
        font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 16px;
        color: #ffffff;
    }

    .pdf .chatInviteImg img
    {
        position: absolute;
    }

    .pdf .chatInviteImg .closeLink
    {
        position: relative;
        font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 13px;
        color: #1570a6;
        margin-left: 150px;
    }

        .pdf .chatInviteImg .closeLink img
        {
            position: relative;
            padding-top: 3px;
        }

.pdf .proactiveChatAgentBar
{
    background-color: #ffffff;
}

    .pdf .proactiveChatAgentBar div
    {
        margin-left: auto;
        margin-right: auto;
    }

    .pdf .proactiveChatAgentBar .agentBarContainer
    {
        min-height: 360px;
        max-height: 490px;
    }

    .pdf .proactiveChatAgentBar .agentBarTitle
    {
        display: inline-block;
        font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        color: #000000;
        cursor: pointer;
    }

    .pdf .proactiveChatAgentBar .closeLink
    {
        display: inline-block;
        font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 13px;
        color: #1570a6;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        z-index: 100;
    }

    .pdf .proactiveChatAgentBar .awasaChatContainer
    {
        height: 262px;
    }

        .pdf .proactiveChatAgentBar .awasaChatContainer .chooseAgentTitle
        {
            display: inline-block;
            font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
            font-size: 18px;
            font-weight: normal;
            line-height: 22px;
            color: #000000;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

        .pdf .proactiveChatAgentBar .awasaChatContainer .chooseNextAgent a
        {
            font-family: "Segoe UI Semibold", "Segoe UI", Arial, Tahoma, sans-serif;
            font-size: 16px;
            font-weight: normal;
            line-height: 16px;
            color: #1570a6;
        }

    .pdf .proactiveChatAgentBar .answerDeskInfoContainer
    {
        background-color: #eeeeee;
        height: 262px;
        float: right;
    }

        .pdf .proactiveChatAgentBar .answerDeskInfoContainer .answerDeskInfoTitle
        {
            display: inline-block;
            position: relative;
            font-family: "Segoe UI semibold", "Segoe UI", Arial, Tahoma, sans-serif;
            font-size: 20px;
            font-weight: normal;
            line-height: 20px;
            color: #000000;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

        .pdf .proactiveChatAgentBar .answerDeskInfoContainer .answerDeskInfoMessage
        {
            display: inline-block;
            position: relative;
            font-family: "Segoe UI light", "Segoe UI", Arial, Tahoma, sans-serif;
            font-size: 13px;
            font-weight: normal;
            line-height: 18px;
            color: #000000;
            -ms-word-wrap: break-word;
            word-wrap: break-word;
        }

    .pdf .proactiveChatIframe div
    {
        margin-left: auto;
        margin-right: auto;
    }

    .pdf .proactiveChatIframe .awasaChatIframe
    {
        width: 916px;
        height: 495px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.pdf .mt40
{
    margin-top: 40px;
}

.pdf .mb5
{
    margin-bottom: 5px;
}

.pdf .mb40
{
    margin-bottom: 40px;
}

.pdf .ml3
{
    margin-left: 3px;
}

.pdf .ml5
{
    margin-left: 5px;
}

.pdf .ml30
{
    margin-left: 30px;
}

.pdf .mr60
{
    margin-right: 60px;
}

.pdf .pt40
{
    padding-top: 40px;
}

.pdf .pl20
{
    padding-left: 20px;
}

.pdf .pr20
{
    padding-right: 20px;
}

