/*
Theme Name: Bechtle
Description: Bechtle theme
Author: Europe Web Media
Version: 1.0
*/

header.site-header {
	background-color: #424c74;
}

header a,
main a,
.navbar-button {
	pointer-events: none;
}

.profile-container {
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e8ad89;
}

.site-header {
	position: relative;
}

.ellipsis {
	color: #7b7e9b;
	top: 10px;
	left: 25px;
	position: absolute;
}

.site-header .navbar-nav li a {
	color: #fff;
}

.logged-in .sidebar {
	min-height: calc(100vh - 118px);
}

.sidebar {
	min-height: calc(100vh - 86px);
}

.sidebar .row {
	height: 100%;
}

.sidebar .shortcuts {
	width: 100%;
	height: 100%;
	background-color: #293246;
	display: inline-block;
}

.sidebar .chat {
	height: 100%;
}

.shortcuts a {
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.shortcuts a.active {
	background-color: #454d82;
}

.profile-container-x .im-photo {
	padding: 10px;
}

.profile-container-x .im-photo .status {
	border: 2px solid #424c74;
}

.nav-arrows a {
	font-size: 24px;
	color: #fff;
	margin: 0 10px;
}

.chat .options {
	padding: 10px 25px;
}

.chat .options > li > a {
	color: #000;
	font-size: 32px;
	padding: 0;
}

.chat .options > li > a i {
	font-size: 18px;
	margin-left: 5px;
}

.userlist li {
	padding: 10px 25px;
	line-height: 12px;
}

.userlist li.selected {
	background-color: #ebe7e3;
}

.userlist li a {
	display: inline-block;
	width: 100%;
	padding: 0;
	position: relative;
}

.im-photo {
	padding: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e8ad89;
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
}

.sidebar li:nth-child(1) .im-photo {
	background-color: #bfbebf;
}

.sidebar li:nth-child(2) .im-photo {
	background-color: #e8a37c;
}

.sidebar li:nth-child(3) .im-photo {
	background-color: #addf93;
}

.sidebar li:nth-child(4) .im-photo {
	background-color: #63ccf3;
}

.sidebar li:nth-child(5) .im-photo {
	background-color: #e68aca;
}

.sidebar li:nth-child(6) .im-photo {
	background-color: #5163b7;
}

.sidebar li:nth-child(7) .im-photo {
	background-color: #e24668;
}

.sidebar li:nth-child(8) .im-photo {
	background-color: #3e9591;
}

.sidebar li:nth-child(9) .im-photo {
	background-color: #ecdf88;
}

.sidebar li:nth-child(10) .im-photo {
	background-color: #b2cdd2;
}

.sidebar li:nth-child(11) .im-photo {
	background-color: #e8a37c;
}

.im-photo-ross .fa-user {
	background: url(assets/img/roos.png)no-repeat center center;
	top: -1px;
	position: absolute;
	left: 0px;
	width: 50px;
	height: 50px;
}

.im-photo-ross .fa-user:before {
	content: "";
}

.im-photo-ross {
	background-color: #bfbebf;
}

.im-photo .status {
	position: absolute;
	padding: 5px;
	border-radius: 50%;
	background: #8bc95a;
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	top: 31px;
	right: -5px;
	border: 1px solid #fff;
}

.im-photo .status.red {
	background-color: #d3181f;
	color: #d3181f;
}

.im-photo .status.yellow {
	background-color: #f6bf42;
	font-size: 18px;
	padding: 0;
}

.im-photo .status.gray {
	background-color: #fff;
	color: #a19f9f;
	font-size: 18px;
	padding: 0;
}

.userlist .name {
	padding: 10px 0;
	color: #000;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 10px;
}

.main-content-inner {
	padding: 0;
	background-color: #efefec;
}

.main-content-inner .top {
	border-bottom: 1px solid #c4c3c3;
	padding: 0 30px;
}

.main-content-inner .col-md-1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.main-content-inner .top h1 {
	font-weight: 600;
	height: 100%;
	align-items: center;
	justify-content: left;
	display: flex;
	margin-bottom: 0;
}

.main-content-inner .top .navbar {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.main-content-inner .top .nav-item {
	font-size: 24px;
	color: #3e4574;
	align-items: flex-end;
	justify-content: center;
	display: flex;
	padding: 10px;
	height: 100%;
	border-bottom: 5px solid #3e4574;
}

.main-content-inner .top .nav-item:hover {
	text-decoration: none;
}

.main-content-inner .top .navbar-button {
	border: 0;
	padding: 5px 10px;
}

.main-content-inner .message {
	padding: 15px 20px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
}

.message .sender {
	font-weight: 700;
	margin-right: 20px;
}

.message .timestamp {
	color: #989696;
	font-size: 12px;
}

.message .message-content {
	font-size: 14px;
	margin-top: 20px;
}

.main-content-inner .top .btn-video,
.main-content-inner .top .btn-phone {
	background-color: #5b61ab;
	color: #fff;
}

.main-content-inner .middle {
	padding: 30px;
	max-height: 75%;
	overflow: auto;
}

.main-content-inner .bottom {
	border-top: 1px solid #c4c3c3;
	min-height: 115px;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 30px 0 30px;
	background-color: #efefec;
}

.bottom .im-photo {
	visibility: hidden;
}

.main-content-inner .im-photo {
	padding: 10px;
}

.main-content-inner .col-md-1 {
	max-width: 90px;
}

.main-content-inner .bottom form textarea {
	width: 90%;
	display: inline-block;
	background: #dfdfed;
	padding: 10px 20px;
	border: 0;
	color: #868488;
	border-radius: 5px;
	outline: none;
	max-height: 200px;
	min-height: 45px;
	height: 45px;
}

.main-content-inner .bottom form input[type=text] {
	width: 40%;
	height: 45px;
	margin-left: 10px;
	border: 1px solid #dfdfed;
	border-radius: 5px;
	background-color: #dfdfed;
	padding: 10px;
	outline: 0;
}

.main-content-inner .bottom form input[type=submit] {
	margin-left: 10px;
	color: #fff;
	background-color: #5b61ab;
	border: 0;
	outline: 0;
	font-weight: 600;
	border-radius: 5px;
	height: 45px;
	padding: 10px 18px;
	line-height: 18px;
}

.last-timestamp {
	color: #4f4b4b;
	font-size: 13px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.chat-icons {
	background: url('assets/img/chat-icons.png') no-repeat 10px 10px;
	padding: 25px 0;
}

@media (max-width: 767px) {
	.nav-arrows,
	form.form-inline,
	.main-content-inner .nav-item,
	.main-content-inner .navbar-button,
	.sidebar {
		display: none!important;
	}

	.main-content-inner .btn-video,
	.main-content-inner .btn-phone {
		display: inline-block!important;
	}

	.main-content-inner .top .col-md-1,
	.main-content-inner .top .col-md-2,
	.main-content-inner .top .col-md-8 {
		width: auto;
	}

	.main-content-inner .top .row {
		display: flex;
	}

	.main-content-inner .top .col-md-2,
	.main-content-inner .top .col-md-8 {
		padding: 0;
	}

	.main-content-inner .top .col-md-8 {
		margin-left: auto;
	}

	.main-content-inner .top h1 {
		font-size: 24px;
	}

	.main-content-inner .im-photo {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.main-content-inner .im-photo .status {
		top: 20px;
	}

	.main-content-inner .middle {
		max-height: 80%;
		padding-bottom: 20%;
	}

	.main-content-inner .middle .im-photo {
		display: none;
	}

	.main-content-inner .bottom {
		position: fixed;
	}

	.main-content-inner .bottom .col-md-1 {
		display: none;
	}

	body {
		background-color: #efefec;
	}

	.bottom form {
		display: block!important;
	}

	.main-content-inner .bottom form textarea,
	.main-content-inner .bottom form input[type=text],
	.main-content-inner .bottom form input[type=submit] {
		width: 100%;
		margin-left: 0;
	}

	.main-content-inner .bottom form input[type=submit] {
		margin-top: 8px;
		margin-bottom: 20px;
	}

	.chat-icons {
		display: none;
	}
}