﻿#five9_chat_window {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9000;
    text-align: left;
    width: auto;
	left:91%;
}

#five9_chat_box {
    /*width: 320px;*/
    display: block;
    cursor: pointer;
}

#five9_chat_box {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: black;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(104, 104, 104, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(104, 104, 104, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(104, 104, 104, 0.75);
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

    #five9_chat_box iframe {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

#chatNow {
    padding: 10px 20px;
    width: auto;
    height: auto;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    border: none;
    border-radius: 4px;
    display: inline-block;
    background-color: #0079c2;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

@media screen and (max-width: 1380px) {
    #five9_chat_window {
        left: 89%;
        display: block;
        position: fixed;
        width: auto;
    }

    #chatNow {
        padding: 10px 20px;
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        color: #fff;
        border: none;
        border-radius: 4px;
        display: inline-block;
        background-color: #0079c2;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1080px) {
    #five9_chat_window {
        left: 87%;
        display: block;
        position: fixed;
        width: auto;
    }

    #chatNow {
        padding: 10px 20px;
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        color: #fff;
        border: none;
        border-radius: 4px;
        display: inline-block;
        background-color: #0079c2;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 780px) {
    #five9_chat_window {
        left: 82%;
        display: block;
        position: fixed;
        width: auto;
    }

    #chatNow {
        padding: 10px 20px;
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        color: #fff;
        border: none;
        border-radius: 4px;
        display: inline-block;
        background-color: #0079c2;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 640px) {
    #five9_chat_window {
        left: 71%;
        display: block;
        position: fixed;
        width: auto;
    }

    #chatNow {
        padding: 10px 20px;
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        color: #fff;
        border: none;
        border-radius: 4px;
        display: inline-block;
        background-color: #0079c2;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 440px) {
    #five9_chat_window {
        left: 68%;
        display: block;
        position: fixed;
        width: auto;
    }

    #chatNow {
        padding: 10px 20px;
        width: auto;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-transform: none;
        color: #fff;
        border: none;
        border-radius: 4px;
        display: inline-block;
        background-color: #0079c2;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        white-space: nowrap;
    }
}
