/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Nov 28, 2022, 3:33:39 PM
    Author     : bayasys
*/

:root {
    /*--b-baya-chattheme:#FF8F43;*/
    --b-baya-chattheme:#5F6E7E;
    --b-baya-chatlabel-color:#5F6E7E;
    --b-baya-msgsendbtnnew:url(../images/sendbtn_myacsys.png);
    --b-baya-loadmask:url(../images/loadingmask.gif);
}

.bct-chatWindow{
    right: 33px;
    border-radius: 6px;
}

.bct-userListPanel{
    border-radius: 6px;
    height:485px;
}

.bct-usersOuter{
    width: 310px;
    margin: 1px 0px 0px 15px;
    border-bottom: 1px solid #f0f0f0;
    
}

.bct-chatAreaHdr{
    /*border-radius: 6px 6px 0px 0px;*/
    background-color: var(--b-baya-chattheme);
}

/* close button */
.bct-outBtn{
    color:white;
}


.bct-chatTitle{
   width: 90%;
    color: white;
     font-size: 17px;
     margin-top: -3px;
}
.pointer{
     cursor: pointer;
}
.bct-userListName{
    color:var(--b-baya-chatlabel-color);
    font-size:11px;
}

.bct-userCaption{
    color:var(--b-baya-chatlabel-color);
    opacity: 70%;
}


.bct-msgTexts{
    border:1px transparent
}

.bct-recvMsg{
    border-radius: 5px 5px 5px 0px;
}

.bct-sendMsg{
    border-radius: 5px 5px 0px 5px;
}

.bct-chatTools{
    width: 350px;
    background-color: var(--b-baya-chattheme);
    border-radius: 0px 0px 6px 6px;
}

.bct-messageTextbox{
    margin: 9px 0px 0px 6px;
    border: 2px;
    border-radius: 6px;
    min-height: 35px; 
    padding-right:50px;
    width: 333px;
}

.bct-chattoolsBtns{
   width: 47px;
}

.bct-attachBtn{
    margin-left: 6px;
    margin-top: 4px;
}

.bct-sendBtn{
     background-image:var(--b-baya-msgsendbtnnew);
    position: absolute;
    font-size: 21px;
    color:var(--b-baya-chattheme);
    margin: 11px 9px 0px 5px;
    max-height: 32px;
    height: 24px;
    width: 24px;
}


.bct-scroller::-webkit-scrollbar {
    background-color: transparent;
}

.bct-scroller::-webkit-scrollbar-track {
    background: white;
}
.bct-scroller:hover::-webkit-scrollbar-track {
    background: white;
}

.bct-messageTemplates{
    width: 155px;
    margin: 0px 0px 0px 10px;
    color:white;
    border-bottom: 1px solid white;
    background: var(--b-baya-chattheme);
}

.bct-Searchtextbox{
    margin: 9px 0px 0px 9px;
    border: 2px;
    border-radius: 9px;
     min-height: 25px; 
        padding-right:50px;
    outline-color: black;
    max-height: 20px!important;
    width: 126px;
    resize: none;
}
.bct-outBtn{
    font-size: 14px;
    float: right;
    padding: 16px;
    height:100%;
    color:white;
}
.hideuser{
     display: none;
}
.bct-chatTitleDesc{
    font-size: 9px;
    color: white;
}
.bct-creategroup{
    color:black
}
.bct-roomUserName {
    font-size: 10px;
    font-weight: bold;
    color: #7f8893;
}
.bct-addUserToRoom{
    position: absolute;
    /*bottom :0px;
    margin-top: -59px;*/
    background-color: var(--b-baya-chattheme);
    color: white;
    width:350px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.bct-chatWindow input[type=text]{
    color: black;
    font-size: 15px;
}
.bct-chatArea{
    border-bottom-left-radius:6px;
    border-bottom-right-radius: 6px;
}

/**********************************************tooltip for group info*************************************/
.bct-groupinfo{
    color: white;
   
}
.bct-groupinfoOuter{
    background: var(--b-baya-chattheme);
}

.bct-groupinfotitle{
    font-weight: bold;
    margin-left: -2px;
    color: #9a0d0d;
}
.bct-unreadMsgCount{
    color: white;
    margin-top: 14px;
     background-color: #ff4343;
}


.disabledbutton {
    pointer-events: none;
    opacity: 0.9;
}
.bct-shrink{
    width:100px;
    height: 100px;
}

