.outer{
    float: right;
    background-color: #eff0f1;
    margin-left: 3px;
    border: 2px #ffffff;
    border-style: double;
    box-shadow: 0 0 6px 1px black;
    margin-right: 3px;
}
.headers{
    border-bottom: 2px black double;
}

#nameOfCleint{
    height: 30px;
}

.chatTable{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

#addUsers{
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0.8em
}

.headers{
    text-align: -webkit-auto;
}


.status_done{
    color: lightgreen;
    background-color: darkslategray;
    cursor: pointer; 
}
.status_not_done{
    color: indianred;
    background-color: darkslategray;
    cursor: pointer;
}

.viewDiv{
	position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: white;
}
.buttonInVeiw{
    position: relative;
    /* overflow: auto; */
    float: right;
    top: calc(50%);
    margin: 5%;
    width: 100px;
   
    
}

#smsDivMission{
    position: absolute;
bottom: 5px;
max-height: 70px;
left: 0px;
overflow: hidden;
background-color: chartreuse;
border-radius: 10px;
}



