﻿.chatbot_darker {
    border-color: #ccc;
    background-color: #ddd;
}

.chatbot_lighter {
    border-color: #ccc;
    background-color: whitesmoke;
}

.chatbot_container1 {
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

    .chatbot_container1::after {
        content: "";
        clear: both;
        display: table;
    }

    .chatbot_container1 img {
/*        float: left;
        max-width: 60px;
        width: 100%;
        margin-right: 20px;
        border-radius: 50%;*/
    }

        .chatbot_container1 img.right {
            float: right;
            margin-left: 20px;
            margin-right: 0;
        }

.chatbot_time-right {
    float: right;
    color: #aaa;
    padding-right: 45px;
    color: black;
    font-size: 10px;
}

.chatbot_time-left {
    float: left;
    color: #aaa;
    padding-left: 45px;
    color: black;
    font-size: 10px;
}

.chatbot_shadow {
    /*    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
    -webkit-box-shadow: 0px 0px 13px 4px rgba(168,163,168,1);
    -moz-box-shadow: 0px 0px 13px 4px rgba(168,163,168,1);
    box-shadow: 0px 0px 13px 4px rgba(168,163,168,1);
}

.chatbot_msggap {
    margin-top: 10px;
}

.chatbot_usermsg {
    margin-left: 10px;
}

.chatbot_sysmsg {
    margin-right: 10px;
}

.chatbot_avatarsrc {
    content: url("/images/chatrobot_orange.png");
}

.chatbot_avatarsrcuser {
    content: url("/images/user-solid.svg");
    height: 25px;
}

@media only screen and (max-width: 800px) {
    .centerbot {
        width: 50px;
        height: 50px;
        border: none;
        padding: 20px;
        z-index: 99999999;
        position: fixed;
        right: 50px;
        bottom: 50px;
    }

    #dvchatbot {
        width: 350px;
        height: 650px;
        bottom: -50px;
        right: -50px;
        z-index: 9999;
        position: absolute;
        /*background-color: #172A48;*/
        border-radius: 8px;
        text-align: center;
        color: white;
        display: none;
    }

    #dvchatbotheader {
        background-color: #172A48;
        padding: 10px;
        text-align: center;
        color: white;
        width: 100%;
        border-radius: 0px;
    }

    #dvchatbody {
        background-color: white;
        color: black;
        height: 600px;
        padding: 10px;
        overflow: auto
    }

    .botmsgtime {
        font-size: 9px;
        line-height: 10px;
    }

    .chatbotbtn {
        cursor: pointer;
        background-color: #DF0033;
        border-radius: 50px;
        text-align: center;
        color: white;
        width: 70px;
        height: 70px;
        padding: 5px;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .chatbotbtn > img {
        height: 55px;
        width: 55px;
        padding: 10px;
    }

    .chatbotbotbrd {
        /*border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;*/
        background-color: white;
        height: 25px;
        color: black;
        padding: 5px;
        border-radius: 0px;
    }
}

@media only screen and (min-width: 800px) {
    .centerbot {
        width: 50px;
        height: 50px;
        border: none;
        padding: 10px;
        z-index: 99999999;
        position: fixed;
        right: 80px;
        bottom: 80px;
    }

    #dvchatbot {
        width: 350px;
        height: 490px;
        bottom: -60px;
        right: -60px;
        z-index: 9999;
        position: absolute;
        background-color: #172A48;
        border-radius: 8px;
        text-align: center;
        color: white;
        display: none;
    }

    #dvchatbotheader {
        background-color: #172A48;
        padding: 10px;
        text-align: center;
        color: white;
        width: 100%;
        border-radius: 0px;
    }

    #dvchatbody {
        background-color: white;
        color: black;
        height: 445px;
        padding: 10px;
        overflow: auto
    }

    .botmsgtime {
        font-size: 9px;
        margin-bottom: 2px;
        line-height: 8px;
    }

    .chatbotbtn {
        cursor: pointer;
        background-color: #DF0033;
        border-radius: 50px;
        text-align: center;
        color: white;
        width: 80px;
        height: 80px;
        padding: 10px;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .chatbotbtn > img {
        height: 55px;
        width: 55px;
        padding: 10px;
    }

    .chatbotbotbrd {
        /*border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;*/
        /*        border-radius: 0px;
        padding: 10px;*/
        background-color: white;
        height: 25px;
        color: black;
        padding: 5px;
        border-radius: 0px;
    }
}

.bgcolor {
    background-color: #EEEEEE;
}

.npd {
    margin: 0px !important;
    padding: 0px !important;
}
.npd5 {
    margin: 0px !important;
    padding: 5px !important;
}
.npdt5 {
    margin: 0px !important;
    padding: 5px !important;
    padding-bottom: 0px !important;
}
.npd10 {
    margin: 0px !important;
    padding: 10px !important;
}

.npd15 {
    margin: 0px !important;
    padding: 15px !important;
}

.btnlinks {
    border-radius: 15px;
    background-color: white;
    height: 110px;
}

.btnlinksautosize {
    border-radius: 15px;
    background-color: white;
}

.btngenlinks {
    border-radius: 10px;
    background-color: white;
    padding: 5px !important;
}

.btnbackground{
    background-color: lightgray;
}

.btnbuttons{
    background-color: white;
}

.mwidth{
    max-width: 100%;
    width: 100%;
}

.mgn5 {
    margin: 5px !important;
    padding: 5px !important;
}

.rwtrack{
    cursor: pointer;
}

.chatheaderdisp{
    border-radius: 15px;
}

.brdb0 {
    padding-bottom: 0px !important;
}

table.tblrows {
    table-layout: fixed;
    width: auto;
}

table.tblrows tr td{
    vertical-align: top;
    width: 250px !important;
}

.orange {
    background-color: #285F9E !important;
}

.btn, .btn-large, .btn-flat {
    text-transform: none !important;
}

.pulse-animation {
    border-radius: 50%;
    background: #DF0033;
    cursor: pointer;
    animation: pulse 2s infinite;
    float: left;
}

    .pulse-animation:hover {
        animation: none;
    }

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #DF0033;
        box-shadow: 0 0 0 0 #DF0033;
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
        box-shadow: 0 0 0 30px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.ctext{
    text-align: center !important;
}

.ltext {
    text-align: left !important;
}

.rtext {
    text-align: right !important;
}

.btncolors {
    background-color: #E00034 !important;
    color: white !important;
}