/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08/03/2019, 09:16:17 AM
    Author     : starsoft
*/

#textChat{
    position: absolute;
    top: calc(5vh);
    height: 95%;
    background-color: rgba(40, 84, 128, 0.91);
    left: 79%;
    width: 22%;
    color: white;
    z-index: 15;
    text-align: center;
    padding: 2px;
    display: none; 
    padding-top: calc(1vh);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow-y: scroll;
    padding-right: 6px;
}
  #usrChat{
    position: absolute;
    top: calc(6vh);
    height: 95%;
    background-color: rgba(58, 68, 78, 0.99);
    left: 80%;
    width: 20%;
    color: white;
    z-index: 15;
    text-align: center;
    padding: 2px;
    display: none;
    padding-top: calc(1vh);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding-right: 6px;
}
#textChat .row{
    padding: 6%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
    margin: 1%;
    background-color: rgba(136, 150, 150, 0.78);
    max-height: calc(40vh);
    margin-bottom: 3%;
}
.usuActCth{
    background-color: green;
    border: solid 1px #000;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.usuactivoChat{
    height: 20px;
    width: 20px;
    background-image: radial-gradient(#219221, #0c6f22);
    border-radius: 50%;
    border: solid lavenderblush;
    margin-top: 14px;
}
.usuNoActivoChat{
    height: 20px;
    width: 20px;
    background-image: radial-gradient(#a20b19, #d22233);
    border-radius: 50%;
    border: solid lavenderblush;
    margin-top: 14px;
}
i :hover{
    cursor: pointer;
}
.textChat{
    padding-left: 4% !IMPORTANT;
    padding-right: 4% !important;
    padding: 1%;
    background-color: white;
    border-radius: 20px;
    margin-right: 4%;
}
.textChatYo{
    padding-left: 4% !IMPORTANT;
    padding-right: 4% !important;
    padding: 1%;
    text-align: left;
    background-color: #435f7a;
    color: white;
    border-radius: 20px;
    margin-left: 4%;
}
.contChat{
    padding: 0px !IMPORTANT;
    max-height: none !IMPORTANT;
    background-color: transparent !IMPORTANT;
    width: 97%;
}
.contenedorSms{
    overflow-y: scroll;
    width: 100%;
    background-color: rgb(220, 223, 226);
    border-radius: 10px;
    color: black;
    padding: 1%;
    margin-bottom: 1%;
    height: calc(80vh);
    padding-top: 2%;
}
.btnEnviar{
    color: white;
    background-color: #425f7a;
    height: 31px;
}
.usrChatCab{
    height: 4%;
}
.usrChatCabIte{
    width: 16%;
    padding: auto;
    border-radius: 15px 0px 0px 15px;
    margin-left: -16%;
    background-color: #2b353e;
    height: 59px;
    margin-top: -6px;
    text-align: left;
    padding: 13px;
    z-index: -33;
    position: relative;
}
.usrChatCabIte i{
    margin-left: 15%;
}
.usrChatCabIteSel{
    z-index: 0;
    background-color: rgba(58, 68, 78, 0.99);
}
#star{
    box-shadow: 0px 1px 0px 0px black;
}
#lisUsr{
    box-shadow: 0px -1px 0px 0px black;
}
.search{
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color:white !important;
}
.search:focus{
     box-shadow:none !important;
    outline:0px !important;
}
.search_btn{
    border-radius: 0 15px 15px 0 !important;
    background-color: rgba(0,0,0,0.3) !important;
    border:0 !important;
    color: white !important;
    cursor: pointer;
}
.buscarChat{
    top: 2px;
    position: absolute;
    padding: 2%;
    z-index: 2;
}
.contactos{
    padding: 2%;
    background-image: radial-gradient(#264769, #242b33);
    box-shadow: 0px 1px 3px #1a222b;
    margin-bottom: 7px;
    cursor: pointer;
}
.contactos p{
    margin-bottom: 2px;
}
.contactos h3{
    margin-bottom: 0px;
}
.contenedorUsr{
    position: absolute;
    top: 5%;
    display: block;
    overflow-y: auto;
    z-index: 2;
}
#contenedorSoporteChat{
    display: none;
    position: absolute;
    width: 98%;
    top: 1%;
    z-index: 2;
}
#ContTextChat{
    display: none;
    position: absolute;
    width: 98%;
    top: 1%;
    z-index: 2;
}
#nChat{
    display: none;
    position: fixed;
    top: calc(0.5vh);
    height: 22px;
    background-color: red;
    width: 22px;
    border-radius: 13px;
    color: white;
    z-index: -1;
    text-align: center;
    padding: 2px;
}
.borraHisto{
    font-size: 24px;
    margin-top: 69%;
    cursor: pointer;
}
#BorratextChat{
    position: absolute;
    top: calc(5vh);
    height: 95%;
    background-color: #2d4a4ed6;
    left: 76%;
    width: 25%;
    color: white;
    z-index: 15;
    text-align: center;
    padding: 2px;
    display: none; 
    padding-top: calc(37vh);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow-y: scroll;
    padding-right: 6px;
    z-index: 2;
}
.ChatInfo{
    padding-left: 0% !IMPORTANT;
    padding-right: 4% !important;
    text-align: center;
    color: #094473;
    margin-left: 4%;
    width: 100%;
}