﻿.chathead {
    background-color: #00B2EF;
    background-image: -moz-linear-gradient(top,#00B2EF,#00B2EF);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00B2EF),to(#00B2EF));
    background-image: -webkit-linear-gradient(top,#00B2EF,#00B2EF);
    background-image: -o-linear-gradient(top,#00B2EF,#00B2EF);
    background-image: linear-gradient(to bottom,#00B2EF,#00B2EF);
    background-repeat: repeat-x;
    border-bottom: 0px solid #CB0148;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgb(203, 1, 72);
    width: 100%;
    background-color: #333;
    color: #FFF;
    font-size: 15px;
    padding: 8px
}

#livechat-full {
    box-shadow: 0 2px 25px rgba(0,0,0,.2) !important;
    display: none;
    background-color: #FFF;
    position: fixed;
    bottom: 0px;
    right: 55px;
    width: 400px;
    overflow: hidden;
    visibility: visible;
    z-index: 2147483639;
    border: 1px;
    opacity: 1;
    padding-right: 0 !important;
}

.hidden-sm-down {
    display: block;
}

@media screen and (max-width: 768px) {
    .hidden-sm-down {
        display: none;
    }

    #livechat-full {
        width: 100%;
        right: 0;
        height: 736px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    html, body {
        height: 100%
    }
}

#liveagent_button_online_5736F000000TUb6 {
    display: block !important;
}
