.lastUpdateTS {
    display: block;
    /* width: 90px; */
    /* right: 0; */
    /* position: absolute; */
    /* margin: -10px; */
    font-size: 0.8em;
    color: grey;
}
.preview-message {
	color: #435457;
	font-size: 0.9em;
}
.tooltip-message {
	color: #333;
	font-size: 0.8em;
}
.info-box {
	margin-bottom: 0.3rem;
	width: 95%;
	}
#chatList {
    height: 600px;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #eaeaea;
    padding: 5px;
	}
#statusList {
	background-color: #eaeaea;
}
.chat-status-tab {
    display: inline-block;
    padding: 5px 7px;
    background-color: #fff;
    cursor: pointer;
    color: #333;
    margin: 0;
    width: 90px;
    text-align: center;
    font-size: 0.9em;
}
.chats-tab {
	display: none;
}

.load-more {
    width: 100%;
    text-align: right;
    padding-right: 30px;
    margin-top: 10px;
}

.chat-status-tab:hover {
	color: #fff;
	background-color: #17a2b8;
}

.tab-selected {
	color: #fff;
	background-color: #17a2b8;
}
.open-chat-window {
	cursor: pointer;
	}
.do-search-enter {
	display: inline-block;
	width: 80%;	
}
#inboxSearch {
	height: 60px;
	text-align: center;
	padding-top: 10px;
	}
.chat-is-open {
	background-color: #ffffff;
	}
.btn-send-tools {
	color: #adb5bd;
	font-size: 1.2em;
	margin: 8px 12px 0px 0px;
	cursor: pointer;
	}
.send-tool-box {
	height: 0px;
	overflow: hidden;
}
.new-mo {
	background-color: #bfffc2;	
}
.fa-blue {
	color: #4242d0;
}
#respuestas {
	background-color: #fff;
	height: 100%;
	margin-top: 10px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.resp-rapida {
	border: 1px solid #dedede;
	padding: 5px;
	margin: 4px;
	border-radius: 5px;
	cursor: pointer;
}
.resp-rapida:hover {
	background-color: #007bff;
	color: #fff;
}
.auto-close {
	background-color: #ff9168;
}
.chip {
	margin: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: .5rem;
    position: relative;
    width: 45%;
}

.chip-btn {
	border-radius: .25rem;
    background: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0px;
    position: relative;
    width: 25px;
    text-align: center;
    float: right;
    cursor: pointer;
}

.touch-opt {
	border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 200px;
}

.touch-opt-selected {
	background-color: #28a745;
    color: #f8f9fa;
}

.custom-brand-image {
    width: 100%;
}

.card-title {
    line-height: 2em;	
}

@media (min-width: 768px) {
	#conversationBox {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	#conversationBox {
		width: 100%;
		padding-right: 7.5px;
		padding-left: 7.5px;
		padding-top: 10px;
		position: absolute;
	}
}

.link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.is-ok {
	color: green;
}
.is-nok {
	color: red;
}
.stats-title {
	padding: 10px;
    font-size: 1.5em;
    color: cadetblue;
    font-weight: 500;
}
.toasts-top-right {
    z-index: 5000;
}

.current-route {
	background-color: rgba(255,255,255,.1);
	color: #fff;
}
.edit-variedad, .edit-user, .edit-prod, .open-order, .edit-op, .edit-od, .edit-oc, .edit-met, .edit-merma, .edit-item-oc, .edit-insumo, .edit-guia, .edit-envase, .edit-compra, .edit-bmov, .open-od {
	cursor: pointer;
}
#top-alert{
    height: 20px;
    position: fixed;
    background-color: coral;
    text-align: center;
    color: azure;
    font-size:0.8em;
    display: none;
    z-index: 5000;
    width: 100%;
}
.tab-content {
	overflow: scroll;
}
