div.wrap {
	position: relative;
	width: 67%;
}

div.messages {
}

div.messages a.user_small{
	display:inline-block !important;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:14px;
	padding:10px !important;
	padding-right:15px !important;
	width:auto !important;
	cursor:default;
	font-size:12px !important;
	font-weight:normal;
}

div.messages a.no-bg:hover{
	background-image:none !important;
}

div.messages a.user_small:hover{
	background-image:url('/images/icon/messages/to-delete.png');
}

div.messages a.user_small img{
	height:15px !important;
	width:15px !important;
	margin:0px !important;
	margin-right:5px !important;
}

div.messages div.interface span.content span.list a.reply,
div.messages div.interface span.content span.list a.delete {
	box-shadow:none;
	position:absolute;
	margin-top:-42px;
	margin-left:745px;
	border:none;
	cursor:pointer;
}

div.messages div.interface span.content span.list a.reply{
	margin-top:-42px;
	margin-left:765px;
}


div.messages div.interface span.content span.list a.reply:hover,
div.messages div.interface span.content span.list a.delete:hover {
	background-image:none;
}

div.messages form input[type="text"]{
	padding:3px;
	width:350px;
}

div.side {
	border-left: 1px solid #ccc;
	padding: 0px;
}

div.navigation {
	overflow: auto;
	padding: 0px 0px;
}

div.navigation ul li {
	position: relative;
}

div.navigation ul li > span {
	display: none;
	position: absolute;
	right: 0px;
}

div.navigation ul li:hover > span {
	display: block;
}

div.navigation ul li > span a:hover,
div.navigation ul li > span a {
	height: auto;
	padding: 5px 3px;
	display: inline-block;
	background: none;
	width: auto;
}

div.navigation ul li > span a i {
	min-width: 0px;
}

div.navigation ul li.selected {
	box-shadow: 0px 0px 2px #EAEFF2;
	border: none;
}

div.navigation ul li.selected a {
	background-color: rgba(234, 239, 242, 1);
}

div.navigation ul li > a {
	height: 50px;
	transition: background-color 0.5s, color 0.5s, height 0.5s;
	width: 100%;
}

div.navigation ul li > a span.date {
	font-size: 80%;
	display: block;
	margin-top: 2px;
}

div.navigation ul li > a img {
	width: 25px;
	height: 25px;
}

div.navigation ul li > a.move {
	height: 0px;
	padding: 0px;
	overflow: hidden;
}

div.navigation ul li > a.load {
	height: 36px;
	text-align: center;
}

div.navigation ul li > a.load span.image {
	width: 16px;
	height: 16px;
}


div.navigation ul li > a.load.loading span.image {
	background-image: url('/images/loading.gif');
}

div.navigation ul li > a.loading span.title span.status {
	background-color: transparent;
	background-image: url(/images/loading.gif);
}
div.navigation ul li > a span.status {
	display: block;
	float: left;
	border-radius: 100px;
	width: 12px;
	height: 12px;
	background-color: rgba(255, 0, 0, 0.5);
	margin: 1px 5px 0px 0px;
	background-size: 10px;
	transition: background 0.5s;
	font-size: 8px;
	color: #FFF;
	text-align: center;
	padding: 1px 0px 0px;
}

div.navigation ul li > a.new {
	font-weight: bold;
}

div.navigation ul li > a.online span.status {
	background-color: green;
}

div.conversation {
	float: right;
	width: 100%;
	padding: 0px 10px;
	overflow: auto;
	margin: 0px;
	padding: 40px 0% 0px 0px;
}

div.conversation a.more-messages {
	margin: 20px auto;
	width: 100%;
	text-align: center;
	display: block;
}

div.conversation div.title {
	position: absolute;
	background-color: #f8f4e9;
	width: 100%;
	padding: 10px;
	margin: 0px 0px;
	font-weight: bold;
	font-size: 14px;
	top: 0px;
}

div.conversation div.title i.fa-arrow-left {
	display: none;
}

div.conversation div.title.delete {
	background-color: red;
	color: white;
	display: none;
}

div.conversation div.message {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: rgba(234, 239, 242, 0.5);
	margin-right: 20%;
	margin-left: 0%;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	box-shadow: inset 0px 0px 2px #999;
}

div.conversation.select div.message {
	box-shadow: inset 0px 0px 2px red;
	cursor: pointer;
}
div.conversation.select div.message.selected {
	background-color: rgba(255, 0, 24, 0.2);
}

div.conversation div.message h3{
	margin: 0px;
}

div.conversation div.message h3 span {
	font-weight: lighter;
	font-size: 10px;
	color: #333;
	float: right;
}

div.conversation div.message.me {
	margin-right: 0%;
	margin-left: 20%;
	background-color: rgba(86, 255, 73, 0.05);
}

div.conversation div.message.me h3 {
	text-align: right;
}

div.conversation div.message.me h3 span {
	float: left;
}

div.conversation div.message.incoming {
	background-color: rgba(255, 0, 24, 0.2);
	box-shadow: 0px 0px 2px RED;
}

div.input {
	float: right;
	width: 100%;
	transition: opacity 0.5s;
}

div.input hr {
	margin-top: 90px;
}

div.input input.send {
	float: left;
	background-color: #CCCCCC;
	height: 67px;
	border-radius: 3px 0px 0px 3px;
	padding: 20px 20px;
	transition: background-color 0.5s;
	width: 18%;
}

div.input input.send.active,
div.input input[type=submit].active {
	background-color: rgba(86, 255, 73, 0.2);
}

div.input textarea {
	width: 82%;
	height: 67px;
	float: left;
	border-radius: 0px 3px 3px 0px;
	margin: 0px;
	padding: 5px;
	min-height: 0px;
}

div.input form textarea:focus {
	box-shadow: none;
}

ul.buttons {
	display: block;
}

ul.buttons li {
	display: inline-block;
	margin: 0px 0px 0px 0px;
}

ul.buttons input[type="button"],
ul.buttons input[type="submit"] {
	padding: 0px 10px 0px 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 0px;
	font-size: 12px;
	height: 30px;
	cursor: pointer;
}

ul.buttons li:first-child input {
	border-radius: 3px 0px 0px 3px;
}

ul.buttons li:last-child input {
	border-radius: 0px 3px 3px 0px;
}

ul.buttons form.delete input[type="submit"] {
	background-image: url(/images/icon/messages/delete.png);
}

ul.buttons input.long-message {
	background-image: url(/images/icon/messages/compose.png);
}

ul.buttons form.delete input[type="submit"].active {
	background-color: rgba(255, 0, 24, 0.2);
}

form.compose {
	display: block;
	margin: 0px auto;
	max-width: 600px;
}

div.messages a.user_small {
	cursor: pointer;
}

div.messages a.user_small i {
	opacity: 0;
	transition: opacity 0.5s;
}

div.messages a.user_small:hover i {
	opacity: 1;
}

#putUser {
	padding: 10px 0px;
}

@media screen and (max-width: 600px) {
	.container {
		width: 100%;
	}
	div.side {
		border: none;
		margin-bottom: 0px;
		position: fixed;
		z-index: 99;
		background-color: #FFF;
		left: -100%;
		transition: left 0.5s;
	}
	div.messages.menu div.side {
		left: 0px;
	}
	main {
		padding: 0px;
	}
	main,
	div.wrap {
		margin-bottom: 0px !important;
	}
	nav.breadcrumbs {
		display: none;
	}
	div.navigation ul li > a {
	}
	div.navigation ul li > a.load {
	}
	div.navigation ul li > a span.date {
		margin-top: 10px;
	}
	div.tabs {
		background-color: #f8f8f8;
	}
	div.tabs ul li a {
		border-radius: 0px 0px;
	}
	div.conversation div.title {
		text-align: center;
	}
	div.conversation div.title i.fa-arrow-left {
		display: block;
		position: absolute;
		cursor: pointer;
		padding: 12px;
		margin-top: -10px;
		margin-left: -10px;
	}
	div.conversation div.message {
		margin-top: 2px;
		margin-bottom: 2px;
		padding: 2px 5px;
	}
	div.input textarea {
		height: 30px;
		padding: 1px;
		border-radius: 0px;
	}
	div.input input.send {
		padding: 7px;
		height: 30px;
		border-radius: 0px;
	}
	div.input hr {
		margin-top: 35px;
		margin-bottom: 5px;
	}
	footer {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	div.wrap {
    width: 100%;
	}
}