html {
	overflow: hidden;
}

.clear-ul {
	margin: 0px;
	padding: 0px;
}

#masterContainer {
	overflow: hidden;
	height: calc(100vh - 61px - 0px - 20px);
}

.side-bar {
	width: 50px;
	/*50px;*/
	/*background: #2d3539;*/
	background: #e5edf1;
	height: 90%;
	float: left;
	border-radius: 8px;
}

.folio-li-style {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.side-bar-checkimage {
	width: 0px;
	/*50px;*/
	background: #2d3539;
	height: 100%;
	float: left;
}

.main-bar {
	background: #FFF;
	height: 100%;
	padding-left: 50px;

}



.main-bar-checkimage {
	background: #FFF;
	height: 100%;
	/*padding-left: 1px; */
}


.side-bar ul>li>a {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	font-family: ProximaNova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
}

.status-bar {
	height: 6px;
	background: #23cf5f;
}

.splash-wait {
	float: center;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	margin-left: -280px;
	margin-top: -220px;
}

.qm-chat>li {
	padding-bottom: 0px;
	padding-top: 5px;
	margin-top: 5px;
}

.content-message-list {
	height: calc(100vh - 360px);
	overflow: hidden;
	overflow-y: scroll;
}

@media only screen and (min-width: 13664px) and (orientation: landscape) {
	.content-message-list {
		height: calc(100vh - 410);
		overflow: hidden;
		overflow-y: scroll;
	}
}

.chat-img-profile-agent {
	border: 1px solid #cecece;
	float: left;
	width: 25px;
	border-radius: 3px;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 3px;
}

.msg-img-client {
	float: right;
	width: 45px;
	text-align: center;
}

.msg-img-client-big {
	float: none;
	width: 90px;

}

.msg-img-client-big>img {
	width: 120px;
}

.msg-img-client-big_2 {
	float: none;
	width: 220px;

}

.msg-img-client-big_2>img {
	width: 250px;
}

.msg-img-bot,
.msg-img-agent,
.msg-img-intention {
	float: left;
	width: 45px;
	text-align: center;
}

.msg-img-bot>img,
.msg-img-client>img,
.msg-img-agent>img,
.msg-img-intention>img {
	width: 60px;
}

.chat-img-profile-guest {
	border: 1px solid #cecece;
	width: 25px;
	border-radius: 3px;
	text-align: center;
	background: #FFFFFF;
	padding-bottom: 3px;
	float: right;
}

/* ESTANDAR STYLES */

.msg-type-agent,
.msg-type-agent,
.msg-type-intention,
.msg-type-bot {
	margin-left: 10px;
	float: left;
	max-width: 70%;
}

.msg-chat-agent,
.msg-chat-intention,
.msg-chat-bot {
	background: #f1f1f1;
	border-radius: 20px 20px 20px 3px;
	color: #FFF;
	padding: 7px 13px 7px 13px;
	font-size: 18px;
	color: rgba(84, 110, 122, 1.0);
	font-family: sans-serif
}

.msg-type-client {

	margin-right: 12px;
	float: right;
	max-width: 80%;
}

.msg-chat-client {
	padding: 7px 10px 7px 10px;
	padding: 7px 13px 7px 13px;
	border-radius: 20px 20px 3px 20px;
	border: 1px solid #42a5f5;
	background: #42a5f5;
	color: #FFFFFF;
	font-size: 18px;
	font-family: sans-serif;

}

.circular--portrait {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	background-image: url(assets/profile.png);
}

.circular--portrait img {
	width: 100%;
	height: auto;
}

/* FACEBOOK  SIN USO -- SOLO PARA REFERENCIA*/

.fb-msg-type-agent,
.fb-msg-type-agent,
.fb-msg-type-intention,
.fb-msg-type-bot {
	margin-left: 10px;
	float: left;
	max-width: 70%;
}

.fb-msg-chat-agent,
.fb-msg-chat-intention,
.fb-msg-chat-bot {
	background: #006CDD;
	color: #FFF;
	padding: 7px 10px 7px 10px;
	border-radius: 3px;
	font-size: 18px;
	font-weight: bold;

}



.fb-msg-type-client {
	/*for facebook */
	margin-right: 12px;
	float: right;
	max-width: 80%;
}

.fb-msg-chat-client {
	padding: 7px 10px 7px 10px;
	border-radius: 3px;
	border: 1px solid #97a29f;
	background: #97a29f;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;

}

.msg-checkimage-type-client {
	/*for check Image channel */
	margin-right: 12px;
	float: center;
	/*max-width: 80%;*/
}

.msg-checkimage-chat-client {
	padding: 7px 10px 7px 10px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	/*  #00D59B; */
	background: #FFFFFF;
	/*  #00D59B;*/
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}

.border-box {
	border: 1px solid #dadada;
}

.border-box-bottom {
	border-bottom: 1px solid #dadada
}

.ip-btn-gray {
	margin-top: 5px;
	border-radius: 5px;
	background: #a7a7a7;
	color: #FFF;
}

.box-chart {
	border-right: 10px solid #1e87f0;
}

.ip-truncate-text {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.border-left-fb {
	border-left: 8px solid #3b5998;
	cursor: default;
}

.border-left-tw {
	border-left: 8px solid #00aced;
	cursor: default;
}

.border-left-ct {
	border-left: 8px solid #81cd50;
	cursor: default;
}

.sm-navbar {
	background: #ffffff;
	border-top: 1px solid #D9DDe6;
}

.sm-navbar-divider {
	border-left: 1px solid #D9DDe6;
}

.sm-navbar-divider_dark {
	border-left: 1px solid #000;
}

.sm-notification-bage {
	float: right;
	position: absolute;
	margin: 7px 10px;
}
