/* misc */
.bold-text {
	font-weight: bold;
}

.no-text-decoration {
	text-decoration: none;	
}

.no-text-decoration:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;	
}

.center-text {
	text-align: center;
}

.light-grey-border {
	border-color: #C0C0C0 !important;
}

.break-words {
	word-wrap: break-word;
}

/* Alert */
.new-message-alert {
	border-radius: 10px;
	font-size: 12px !important;
	font-weight:bold;
	position: absolute;
	top: 134px !important;
	display: none;
	padding: 10px !important;
    text-align: center;
	margin: 0px;
	z-index: 10;
	color: #ffffff;
	background-color: #1CA5FF;
}

.new-message-alert .no-text-decoration {
	color: #ffffff;
}

/* Primefaces */
.ui-separator {
	margin-top: 5px;
	margin-bottom: 5px;	
}

/* TODO: Habría que añadir una custom class para modificar solo los paneles en el chat */
/*.ui-panel {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0px;
	border: none;
}*/

.ui-panel .ui-panel-content {
	padding: 0;
}

/* Common chat custom styles */
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.chat-header a, .chat-header a:hover {
	padding-right: 5px;
}

.chat-menu-options {
	width: 190px;
}

.message-area-wrapper {
	overflow-y: hidden;
	overflow-x: hidden;
}

.users-writing-display {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	word-wrap: break-word;
}

.chat-input {
	justify-content: space-between;
	border-top: 1px solid #e0e0e0;
	padding: 5px;
}



.attachment-container {
	justify-content: space-between;
	border-top: 1px solid #e0e0e0;
	padding: 5px 5px 0px;
}

.attachment-list {
	border: none !important;
	border-radius: 0% !important;
	max-height: 54px;
}

.attachment.ui-icon {
	padding-right: 5px;
}

.attachment-label {
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.attachment-label span {
	text-overflow: ellipsis;
	overflow: hidden;
}

.signin-field {
	width: 100%;
	margin-bottom: 10px;
}

.full-width {
	width: 100%;
}

.bubble-left a.attachment-sent-label {
	color: #212121 !important;
}

.noMore-agents-available-message {
	flex-direction: column; 
	padding: 10px!important;
	text-align: center;
}

.refresh-chat-link {
	padding-top:10px;
}

.refresh-chat-link .ui-icon {
	margin-left:5px;
}

.input-bot-message {
	display: flex; 
	height: 63px; 
    justify-content: space-around;
	align-items: center; 
	border-top: 1px solid #e0e0e0;
	padding: 5px;
}

.signin-fields {
	display: flex;
	flex-direction: column;
	width: 300px;
}

.loginBot {
	align-self: center;
	width: 50%;
}
