/* Add here all your CSS customizations */

.li-chat-admin{
    position: relative;
    width: 100%;
    float: right;
    text-align: right;
}

.img-chat-admin{
    text-align: right !important;
    float: right !important;
    margin-left: 10px !important;
}

.chat-size{
    height: 450px;
    overflow: auto;
}

.chat-time{
    font-size: 0.6em;
}

#chat-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#chat-content::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#chat-content::-webkit-scrollbar-thumb
{
    background-color: gray;
}

.calendar-box {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2), 0 20px 60px 0 rgba(0, 0, 0, 0.19);
}

.bg-quarter{background-color:#AA66CC!important}a.bg-quarter:focus,a.bg-quarter:hover,button.bg-quarter:focus,button.bg-quarter:hover{background-color:#9933CC!important}