/* ESTILOS PARA CHAT DE WHATSAPP */

#chat-box{
    /*width: 700px;*/
	width: 100%;
    border: 1px solid #f2f2f2;   
	margin-left: 0px !important;
}


#chat-contenedor{
    /*width: 700px;*/
	width: 100%;

    padding: 0 !important;
    margin: 0 !important;    
    background-size: cover;
    overflow-y: scroll;
    border: 1px solid #f7f7f7;
    /*height: calc(100% - 120px);*/
    height: 400px;
	    padding: 10px 0px !important;

}

#contacto-chat{
    text-align: right;
}


.mens-fecha{
    width: 100%;
    text-align: center;
}
.mens-fecha-text{
    padding: 2px 5px !important;
    border-radius: 10px;
    background: #f9e6e6;
    font-size: 12px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    word-wrap: break-word;
    display: inline-block;
}


.mens-received{
    width: auto !important;
    padding: 4px 10px 7px !important;
    border-radius: 10px 10px 10px 0;
    background: #f5f5f5;
    font-size: 12px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 5px;
}

.message-main-sent{
    text-align: right;
}

.mens-sent {    
    width: auto !important;
    background: #dcf8c6;
    border-radius: 10px 10px 0 10px;
    padding: 4px 10px 7px !important;
    font-size: 12px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    display: inline-block;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.mens-error{
    background: #fba293 !important; 
}


.mens-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap: break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
}


.mens-time{
    margin: 0 !important;
    margin-left: 15px !important;
    font-size: 12px;
    text-align: right;
    color: #9a9a9a;
}

#text-enviar{
    /*width: 100%;*/
	width: calc(100% - 40px);
	outline: none;
}

#reply-send{
    padding-left : 0px !important;
	float: right;
	 background-color: #3c9d3c;
    border-radius: 5px;
    padding: 5px;
    margin-top: 2px;
	cursor: pointer;
}

#reply-send:hover {
	background-color:#53c153;
}

.reply-main input{
    border-radius: 10px;
    margin-top: 2px;
    border: none;
    background-color: #e5e5e5;
    padding: 5px 15px;
}

/* SELECT*/

#plantilla-select{
    border-radius: 5px;
    background-color: #f3f2f2;
    margin: 10px 0px;
    margin-bottom: 10px;
	font-size: 13px;
    padding: 5px;
	outline: none;
		width:100%;
}

#plantilla-parametros {
	margin: 10px 0px;
}

#plantilla-parametros input {
	    border-radius: 10px;
    margin-top: 2px;
    border: none;
    background-color: #e5e5e5;
    padding: 5px 10px;
    font-size: 13px;
	outline: none;	
	width:100%;
	
}