/* Add here all your CSS customizations */

/* TODO: tohle je řešené na rychlo, chtělo by vyřešit více koncepčně */
/* .form-control-kendo {
	height: 31.5px;
	min-height: 31.5px !important;
} */

.k-dropdown .k-dropdown-wrap {
	height: 37px;
}

.k-dropdown .k-dropdown-wrap span.k-input {

	line-height: 32px;
}

.k-dropdown .k-dropdown-wrap span.k-select {
	line-height: 32px;
}

.k-autocomplete .k-input {
	line-height: 32px;
}

/* Widdget - Chat users */

.widget-chat-users {
	padding: 0;
	border: #cccccc 1px solid;
	background-color: white;
}

.widget-chat-users a {
	/* text for all links */
	color: #878787;
}
.widget-chat-users a:hover {
	/* Remove underline from all links inside widget */
	text-decoration: none;
}

.widget-chat-users li {
	list-style:none;
}

.widget-chat-user {
	position:relative;
	display:flex;
}

.widget-chat-user:hover {
	background-color: #ececec;
	cursor: pointer;
}
.active.widget-chat-user {
	background-color: #ececec;
}

.widget-chat-avatar img{
	height: 40px;
	margin: 10px;
}

.widget-chat-info {
	margin: 10px 0 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.widget-chat-username {
	color: #222222;
	font-size: 14px;
	display: block;
}

.widget-chat-panel {
	margin: 10px 0 10px 0px;
	padding: 0 10px 0 0px;
	position:absolute;
	right:0;
	top:0;
}

.widget-chat-remove {
	display: flex;
	position: absolute;
	right: 10px;
	margin-top: 5px;
}

.widget-chat-remove:hover {
	/* display: block; */
	color: #222222;
}
