@font-face {    font-family: FontAwesome;    src: url(../../fonts/font-awesome/fonts/FontAwesome.otf);}
@font-face {    font-family: fontawesome-webfont;    src: url(../../fonts/font-awesome/fonts/fontawesome-webfont.ttf);}
@font-face {    font-family: Roboto-Medium;    src: url(../../fonts/Roboto/Roboto-Medium.ttf);}
@font-face {    font-family: Roboto-Light;    src: url(../../fonts/Roboto/Roboto-Light.ttf);}
@font-face {    font-family: Roboto-Regular;    src: url(../../fonts/Roboto/Roboto-Regular.ttf);}
@font-face {    font-family: Roboto-Bold;    src: url(../../fonts/Roboto/Roboto-Bold.ttf);}

/* Wrapper > Expension Panel*/

.collaboration-wrapper > .mat-expansion-panel {
    width: 380px;
    position: fixed;
    right: 15px;
    z-index: 9999;
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px !important;
    
}

.collaboration-wrapper .mat-expansion-panel-header {
    background-color: #104996 !important;
    max-height: 38px !important;
    padding-left: 12px;
    padding-right: 14px;
}

.collaboration-wrapper .mat-expansion-panel-header:hover {
    background-color: #104996 !important;
}

.collaboration-wrapper .mat-expansion-panel-header .mat-expansion-indicator:after,
.collaboration-wrapper .mat-expansion-panel-header-title,
.collaboration-wrapper .mat-expansion-panel-header-title i {
    color: #fff !important;
}
.collaboration-wrapper .mat-expansion-panel-header-title i {
    margin-top: 6px;
    font-size: 13px;
}

.collaboration-wrapper .mat-expansion-panel-header-description,
.collaboration-wrapper .mat-expansion-panel-header-title {
    display: block;
}

.collaboration-wrapper .mat-expansion-panel .mat-expansion-panel-body {
    padding: 0px !important;
}

.collaboration-wrapper .mat-tab-label {
    opacity: 1 !important;
    height: 34px !important;
    margin-right: 0px;
    background: transparent;
    width: 33% !important;
    border: 0px solid #d9d9d9 !important;
    border-bottom: 2px solid #d9d9d9 !important;
    padding: 18px 0px !important;
    background: #fff !important;
    min-width: 100px !important;
}

.collaboration-wrapper .mat-tab-label-active {
    background: transparent !important;
    border-bottom: 2px solid #104996 !important;
    color: #104996 !important;
    width: 33% !important;
}

.collaboration-wrapper .mat-tab-header,
.mat-tab-nav-bar {
    border-bottom: 0px !important;
}

.collaboration-wrapper .mat-tab-body-content {
    padding: 10px 0px;
    border: 0px !important;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
}

.collaboration-wrapper .mat-tab-label .mat-tab-label-content {
    font-size: 15px;
    font-family: Roboto-Medium;
}

.collaboration-wrapper .mat-ink-bar {
    display: none !important;
}

/* End Wrapper > Expension Panel*/

/* Start overlay div for all Chat windows */

#chatbox-overlaydiv {
    padding: 0px;
}

.chatoverlaydiv {
    display: none;
    position: absolute;
    width: 100%;
    height: 95%;
    z-index: 2000;
    background-color: #fff;
    transition: 0.5s ease;
    padding: 10px;
}
 

/* End overlay div for all Chat windows*/

.groupinfochat-header {
    height: 100px;
    width: 100%;
    margin-top: 10px;
}

.groupinfochat-logodiv {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #333333;
    padding: 5px;
    margin: 0 auto;
}

.groupinfochat-logodiv img {
    margin-top: 35px;
}

.groupinfochat-header .mat-icon-button {
    position: absolute;
    right: 0;
    top: 35px;
}

.groupinfochat-body {
    padding: 10px 15px;
}

#groupinfo-matDropdownmeubtn {
    margin-right: 18px;
    width: 20px !important;
    top: 5px;
}

.Contextual-option-div {
    height: 0px;
    float: right;
    margin-top: -5px;
}

.angSlidetoggle .mat-slide-toggle-bar,
.angSlidetoggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #d8efff;
}

.angSlidetoggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #a5dbff;
}

.angSlidetoggle .mat-slide-toggle-thumb {
    background-color: #a2d7fb;
}

.angSlidetoggle.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #319be2 !important;
}

.mat-accent .mat-slider-thumb {
    background: #319be2 !important;
}

.angSlider .mat-slider-track-fill,
.angSlider .mat-slider-thumb-label {
    background: #319be2 !important;
}

.angSlider .mat-slider-thumb-label .mat-slider-thumb-label-text {
    color: #fff;
}

.mat-slide-toggle-content {
    /*used in add case log from NPME*/
    font-weight: normal !important;
}

.createchat-btn-div {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.addparticipants-heading {
    font-size: 14px;
    color: #c2c2c2;
    font-family: Roboto-Regular;
}

.addparticipantswrapper-body {
    padding: 10px 5px 0px 5px;
    background: #f2f2f2;
    border-radius: 5px;
    max-height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}

.groupinfochat-btmbtns {
    float: left;
    margin-top: 20px;
}

#save-chat-group-bottombtn {
    float: right;
}

.contacts {
    list-style: none;
    padding: 0;
    margin: 0px;
    max-height: 350px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
    overflow-x: hidden;
}

.contacts li {
    width: 100% !important;
    padding: 5px 10px;
}

.user_img {
    height: 40px;
    width: 40px;
    border: none;
    background: gray;
}

.contact_user_content {
    height: 50px;
}

.img_cont {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-top: -5px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.online_icon_chatheader,
.online_icon {
    position: absolute;
    background-color: #4cd137;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    border: none;
    bottom: 5px;
    right: 0px;
}

.online_icon_chatheader {
    right: 0px;
    top: 15px;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.user_info_leftdiv {
    width: 50%;
    height: 50px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user_info_rightdiv {
    width: 30%;
    float: right;
    height: 50px;
    position: relative;
}

.username {
    font-size: 16px;
    color: #6a6a6a;
    font-family: Roboto-Medium;
}

.user_info_datetime {
    font-size: 10px !important;
    color: #dadada;
    float: right; 
    margin-top: 20px;
    font-family: Roboto-Medium;
    /* margin-right: 10px; */
}

#chatlistboxgendercontxtual-matDropdownmeubtn {
    width: auto;
    position: absolute;
    right: 0px;
    top: -12px;
    padding-left: 5px;
}

.contextual-heading {
    font-size: 17px;
    color: #6a6a6a;
    font-family: Roboto-Medium;
    text-align: center;
}

.messageunread-badge {
    display: inline-block;
    min-width: 10px;
    padding: 2px 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #07de00;
    /*border-radius: 50px;*/
    position: absolute;
    right: 15px;
    top: 1px;

    border-radius: 8px !important;
    height: 12px !important;
    width: 12px !important;

}

.user_info p {
    font-size: 11px;
    color: #b3b3b3;
    margin-bottom: 0px;
    font-family: Roboto-Medium;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*****Chat Box ********/

.contacts_chatbox {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.contacts_chatbox li {
    text-align: right;
    width: 100% !important;
    padding: 10px;
    border-bottom: 1px solid darkgray;
}

.user_info_chatbox {
    margin-top: auto;
    margin-bottom: auto;
    /* margin-left: 15px; */

    margin-left: 5px;
    width: 70%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.img_cont_chatbox {
    position: relative;
    display: initial;
}

.user_info_chatbox span {
    font-size: 16px;
    color: #6a6a6a;
    line-height: 32px;
    font-family: Roboto-Medium;
}

.messagedateandtime {
    font-size: 11px;
    color: #b3b3b3;
    margin-bottom: 0px;
    font-family: Roboto-Medium;
    text-align: center;
}

.user_info_chatbox i {
    font-size: 20px;
    float: left;
    line-height: 50px;
}

.user_info_chatbox p {
    font-size: 11px;
    color: #b3b3b3;
    margin-bottom: 0px;
    font-family: Roboto-Medium;
    margin-top: -8px;
}

.mesgs {
    padding: 10px;
    height: 280px;
    overflow: auto;
    margin-bottom: 0px;
}

.message-text {
    background: #5ca3ff;
    border-radius: 12px 15px 15px 0;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 10px;
    width: 100%;
    word-wrap: break-word;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 10px 20px 30px;
}

.sent_msg {
    float: right;
    width: 80%;
}

.input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
    outline: none;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.chat_go_btn3rdscreen {
    position: fixed;
    left: 64%;
    bottom: 20px;
    border-radius: 100% !important;
    background: #2561A7 !important;
    width: 40px;
    height: 40px;
}

.msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.messaging {
    padding: 0 0 50px 0;
}

.incoming_msg_img img {
    height: 30px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: top;
    width: 70%;
}

.received_withd_msg p {
    background: #c4deff;
    border-radius: 0 15px 15px 15px;
    color: #5682bc;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    width: 100%;
    margin-bottom: 7px;
}

.incoming_msg_img {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.incoming_msg_img img {
    height: 40px;
    width: 40px;
    border: none;
    background: gray;
}

.chat-addparticipants-addadmin,
.chat-addparticipants-admin,
.chat-addparticipants {
    display: inline-block;
    padding: 4px 15px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    margin-right: 5px;
    font-family: Roboto-Medium;
    letter-spacing: 0.2px;
    background-color: #b9df90;
    color: #4b8148;
    margin-bottom: 10px;
    margin-right: 5px;
}

.chat-addparticipants-admin-closebtn,
.chat-addparticipants-admin {
    background-color: #df9090;
    color: #a13131;
    cursor: pointer;
}

.chat-addparticipants-addadmin {
    float: right;
    margin-bottom: 0px;
    margin-top: 10px;
    background: #fed1d1;
    color: #c46d6d;
    cursor: pointer;
}

.chat-addparticipants-admin-closebtn,
.chat-addparticipants-closebtn {
    line-height: 0.7;
    font-weight: 400;
    cursor: pointer;
    float: right;
    font-size: 10px;
    color: #89b670;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;

    /* responsiveness added */
    background-color: transparent;
    margin-left: 5px;
    margin-top: 1px;
}

/************FOOOTER AREA CHATBOX **********/

.portlet-footer {
    padding: 10px;
    background: #63a7ff;
    height: 100px;
}

.reply-main {
    height: 50px;
    border-radius: 30px;
    padding: 0px 10px;
    background: #fff;
}

.reply-emojis {
    width: 10%;
    float: left;
}

.reply-emojis i {
    padding: 15px 8px;
    font-size: 25px;
    color: #c7dfff;
}

.reply-messagearea {
    width: 88%;
    float: left;
    padding-top: 5px;
    height: 50px;
}

.reply-messagearea textarea {
    min-height: 40px;
    max-height: 40px;
    border: 0px;
    font-size: 14px;
    color: #255a9e !important;
    box-shadow: none;
}

.reply-messagearea textarea:focus {
    box-shadow: none;
}

.reply-voicemsg {
    width: 10%;
    float: right;
}

.reply-voicemsg i {
    padding: 14px 0px;
    font-size: 25px;
    color: #c7dfff;
}

.sendastaks-category {
    width: 100%;
    height: 50px;
    float: right;
}

.sendastaks-category > .mat-select {
    width: 50%;
    float: right;
    margin-top: 10px;
    padding: 0px 10px;
    background: #1e6da2;
    border-radius: 10px;
    margin-top: 5px !important;
}

.sendastaks-category > .mat-select-arrow {
    color: #fff !important;
}

.sendastaks-category > .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: #0d81cf;
    color: #fff;
}

.sendastaks-category .mat-option i {
    color: #fff !important;
}

.sendastaks-category.mat-select-panel.mat-optgroup-label,
.sendastaks-category.mat-select-panel.mat-option,
.sendastaks-category.mat-select-panel.mat-optgroup-label,
.sendastaks-category.mat-select-panel.mat-option.mat-selected.mat-active {
    background: #0d81cf !important;
    color: #fff;
}

.sendastaks-category > .mat-select-panel .mat-optgroup-label,
.sendastaks-category.mat-select-panel .mat-option:hover {
    color: #6eb4e1 !important;
    background: #0d81cf !important;
}

.sendastaks-category .mat-select-value-text {
    color: #fff !important;
    font-size: 12px;
    font-family: 'Roboto-Regular';
}

.newchatoptionsingalorgroup .mat-icon-button {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 5px ;
    text-align: end;
}
.collaboration-wrapper .fa-arrow-left{
   cursor: pointer; 
   margin-right: 5px; 
}

.groupinfochat-header .icongroup {
    text-align: right;
}

/* RESPONSIVENESS COLLABORATION */
@media screen and (max-width: 460px) { 
    .sendastaks-category > .mat-select,
    .collaboration-wrapper > .mat-expansion-panel {
        width: 75%;
    }
    .contacts li {
        padding: 0px 4px !important
    }
    .img_cont {
        height: 25px;
        width: 25px;
        margin-right: 5px;
        margin-top: 0px;
    }
    .user_img{
        height: 25px;
        width: 25px;
    }
    .online_icon_chatheader, .online_icon { 
        bottom: 0px;
        right: 0px;
    }
    .user_info{
        margin-left: 0px;
    }   
    .username{
        font-size: 14px;
    }
    .user_info p{
        font-size: 10px;
    }
    .user_info_leftdiv{
        width: 45%;
        height: auto;
    }
    .user_info_rightdiv{
        width: 40%;
        height: auto;
    }
    /* #chatlistboxgendercontxtual-matDropdownmeubtn{
        margin-top: -51px;
    } */
    .contact_user_content {
        height: 45px;
    }
    

    /* createselectusernewchat-overlaydiv */
    #createselectusernewchat-overlaydiv{

    } 
    .chatoverlaydiv{
        padding: 10px 4px;
    }
    .chatoverlaydiv .contacts li{
        padding: 0px 0px !important;
    }
    .chatoverlaydiv .user_info{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #chatbox-overlaydiv-header{
        width: 60%;
    }
 
}

@media screen and (max-width: 460px) {
    .collaboration-wrapper .mat-tab-label{
        min-width: 75px !important;
    } 
}
@media screen and (min-width: 461px) {
    .chat_go_btn3rdscreen{
       left: 340px;
    } 
}

 
#groupinfochat-angInput-title input{
    width: 90%;
}
