.msgr {
	margin: 0;
	padding: 0;
	background: none;
}

.msgr .fa-fw {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.msgr .dropdown svg {
	vertical-align: text-bottom;
}

.msgr h2 {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.2;
	color: inherit;
}
.msgr h2 i {
	opacity: 1;
	vertical-align: 1px;
	text-align: left;
	font-size: 18px;
}

.msgr .pagination {
	line-height: 35px;
}

.msgr .search-box {
	float: left;
	width: 238px;
}
.msgr .search-box .inputbox:focus {
	width: 100%;
}
.msgr .fa-search {
	font-size: 13px;
}
.msgr .search-box #msgr_search_clear {
	border: none;
	padding: 0 8px 0 0;
	background: transparent;
}
.msgr .button-search {
	width: 40px;
	border-radius: 0;
}
@media (max-width: 480px) {
	.action-bar .search-box .inputbox {
		margin-right: 0;
	}
}
.msgr .search-box input[type="search"] {
	height: 36px;
}
@media (max-width: 480px) {
	.msgr .search-box {
		width: 100%;
	}
	.msgr .action-bar.bar-top > .button {
		text-align: center;
		width: 100%;
	}
	.msgr_roster .action-bar.bar-top > .button {
		width: calc(100% - 45px);
	}
	.msgr .action-bar.bar-top .dropdown-container {
		float: right;
	}
}
@media (min-width: 481px) {
	.msgr .action-bar.bar-top > :not(.pagination) {
		margin-right: 5px;
		float: left;
	}
}
.msgr .action-bar.bar-top .dropdown-container .button {
	padding: 0 10px;
}
.msgr .action-bar.bar-top {
	border-top: 1px solid #DDD;
}
.msgr .action-bar {
	margin: 15px -30px;
	padding: 15px 30px;
}
@media (max-width: 768px) {
	.msgr .action-bar {
		margin: 15px -15px;
		padding: 15px;
	}
}

.msgr .dropdown li {
	padding: 0 15px;
}
.msgr .dropdown li a {
	padding: 0;
}
.msgr .dropdown-button-control .dropdown {
	top: 28px;
	margin-right: -3px;
}
.msgr .post-buttons .dropdown-toggle {
	height: unset;
	padding: 0 3px 0;
}


.msgr_chats {
	box-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.075);
	font-size: 90%;
}
.msgr_chats li.row {
	border-radius: 0 !important;
	padding: 10px !important;
}
.msgr_chats a.topictitle {
	font-size: 1.2em;
}
.msgr_chats .post-buttons {
	margin: 2px -1px -2px 10px;
	font-size: 1em;
	z-index: unset;
}
.msgr .post-buttons a {
	opacity: 1;
}


.msgr_chats div.avatar_wrapper img,
.msgr_profile a.avatar_wrapper img,
.msgr_chats i.msgr_vice_avatar,
.msgr_profile i.msgr_vice_avatar,
.msgr_msgs i.msgr_vice_avatar {
	border-radius: 0;
}
i.msgr_vice_avatar {
	color: #b7b7b7;
	background: #f2f2f2;
}
.msgr_chats .msgr_preview img:not(.smilies) {
	vertical-align: middle;
}


.msgr .post {
	border: 1px solid #eee;
}
.msgr .postbody {
	min-height: 0;
}
.msgr_profile .msgr_lastseen,
.msgr_profile .profile-username ~ dd,
.msgr_profile .msgr_item_count {
	font-size: 1em;
}
.msgr_profile .profile-username {
	margin-top: -2px;
	margin-bottom: 5px;
}
@media (max-width: 700px) {
	.msgr_profile .profile-username {
		margin-bottom: 0;
	}
	.msgr_profile .msgr_item_count {
		padding: 0;
	}
}
.msgr_profile .postbody {
	float: right !important;
}
div.msgr_profile {
	margin: 0;
	padding: 8px 10px;
}
@media (min-width: 701px) {
	div.msgr_profile {
		padding: 10px 15px;
	}
}


.msgr_msgs .msgr_subject {
	font-family: inherit;
	font-size: 1.1em;
}
.msgr_msgs p.author {
	font-size: 1em;
	margin: 0px 0 0;
}
.msgr_msgs .bg1 i.msgr_vice_avatar {
	background: #f2f2f2;
}
.msgr_msgs .msgr_footnote {
	font-size: unset;
}
.msgr_msgs .content,
.msgr #preview .content {
	margin: 0;
	padding: 0;
	min-height: 0;
	line-height: 1.5;
}
.msgr_msgs .post {
	padding: 10px 10px 10px;
}
.msgr_msgs .post.bg1 {
	margin: 0 0 4px 4%;
	box-shadow: -2px 0px 0px 0px #04db3a inset;
}
.msgr_msgs .post.pm {
	margin: 0 4% 4px 0;
	box-shadow: 2px 0px 0px 0px #ff5fad inset;
}
@media (min-width: 501px) {
	.msgr_msgs .post.bg1 {
		margin: 0 0 8px 4%;
	}
	.msgr_msgs .post.pm {
		margin: 0 4% 8px 0;
	}
}
@media (min-width: 701px) {
	.msgr_msgs .post {
		padding: 10px 13px 15px 15px;
	}
}
.msgr_msgs p.author {
	border-bottom: none;
	margin-bottom: 5px;
}
.msgr_msgs .post-buttons {
	z-index: unset;
}
.msgr_msgs .postbody::after {
	content: "";
	display: block;
	clear: both;
}


.msgr_msgs .attachbox {
	margin: 10px 10px 0 0;
}


.msgr_chats .msgr_online_badge,
.msgr_profile .msgr_online_badge {
	border: none;
	background: none;
	border-radius: 0;

	position: absolute;
	width: 11px;
	height: 11px;
	top: 0px;
	border-style: solid;
	border-width: 0 16px 16px 0;
	border-color: lightgreen lightgreen transparent transparent;
	right: auto;
	left: 0px;
	transform: scaleX(-1);
}
.msgr_profile .avatar-container {
	position: static;
}


.msgr .panel:not(#options-panel):not(#postingbox) {
	padding: 0;
}
.msgr .panel:not(#options-panel) {
	background: transparent;
	border: 0;
}
.msgr .panel#options-panel {
	border: 1px solid #eeeeee;
}
.msgr_chat #postform > .panel:not(#attach-panel) {
	overflow: hidden;
	margin-bottom: 15px;
}


.msgr .panel#pmheader-postingbox {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px !important;
}
.msgr .panel#pmheader-postingbox h3 {
	padding: 0;
	letter-spacing: normal;
}
.msgr .panel#pmheader-postingbox .recipients .button2 {
	padding: 5px;
	line-height: 0;
	height: 20px;
}

.msgr.msgr_chat .msgr_pins {
	margin-top: 0 !important;
	margin-inline: 0;
	padding: 10px;
	font-size: 1em;
}
.msgr.msgr_chat .msgr_pins ul.msgr_pins_list {
	margin: 0 0 0 15px;
}



.msgr .action-bar.bar-top {
	margin-top: 15px;
	margin-bottom: 0px;
}
.msgr_roster .action-bar.bottom {
	display: none;
}


.msgr .msgr_search_box .select-parent {
	float: right;
}
.msgr .msgr_search_box .select-parent::before {
	top: 4px;
}
.msgr .msgr_search_box .select-parent::after {
	top: 16px;
}
.msgr .msgr_search_box select {
	border-radius: 0;
	float: none;
	margin: 0;
	padding: 0px 40px 0 10px;
	border: 1px solid #e5e5e5;
}


.msgr_search fieldset.post {
	margin: 0;
}


.msgr #preview h3 {
	padding: 0 0 0 10px;
}
.msgr #preview .content {
	padding: 0 10px 10px;
}


/* Attachments in posting form */
@media (max-width: 768px) {
	table.responsive, table.responsive tbody, table.responsive tr, table.responsive td {
		max-width: 100% !important;
	}
}


.msgr .action-bar .top {
	display: none;
}



.msgr_chats .msgr_unread_badge {
	padding: 2px 6px;
}




.msgr_msgs .post.bg1::after {
	border-left: 13px solid transparent;
	border-bottom: 13px solid #eeeeee;
	left: -13px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -1px;
}
.msgr_msgs .post.bg1::before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #ffffff;
	left: -11px;
	bottom: 0px;
	z-index: 1;
}
.msgr_msgs .post.pm::after {
	border-right: 13px solid transparent;
	border-bottom: 13px solid #eeeeee;
	right: -13px;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -1px;
}
.msgr_msgs .post.pm::before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	right: -11px;
	bottom: 0px;
	z-index: 1;
}



/* Button removed at customer's request. */
.msgr_chat .action-bar.bar-top > a.button {
	display: none;
}