html, body {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;

	background-color: #F2F3F7;
}

a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: #999;
  display: block; /* For Firefox */
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	width:auto;
}

.hidden {
    display: none!important;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;

	padding-left: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 270px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 0;

	width: 270px;
	height: 100%;
	padding:0 15px;

	color: #FFF;
	overflow-y: auto;

	background-color: #303984;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	width: 270px;
	padding: 0 40px 40px;
}
	#sidebar-wrapper div.logo {
		display: inline-block;

		width: 100%;
		height: 170px;
		margin: 0 auto;

		background-image: url('/img/logo.png');
		background-repeat: no-repeat;
		background-position: center 45px;
	}
	#sidebar-wrapper > span {
		text-transform: uppercase;
	}
	#sidebar-wrapper div.menu a {
		position: relative;

		display: block;

		padding: 10px 0 10px 45px;
		margin: 10px 0 10px -10px;

		color: #CBCDE0;
		font-size: 16px;
		line-height: 30px;

		border-radius: 5px;
	}
		#sidebar-wrapper div.menu a:hover {
			background-color: rgba(255, 255, 255, 0.05);
		}
		#sidebar-wrapper div.menu div.submenu {
			padding-left: 35px;
		}
		#sidebar-wrapper div.menu a.active {
			color: #FFF;
		}
		#sidebar-wrapper div.menu a span.icon {
			position: absolute;
			top: 2px;
			left: 10px;

			display: inline-block;
		}
			#sidebar-wrapper div.menu a span.icon > svg {
				width: 22px;
				margin-top: 10px;

				fill: #CBCDE0;
			}
			#sidebar-wrapper div.menu a.active span.icon > svg {
				fill: #FFF;
			}
		#sidebar-wrapper div.menu a span.unread {
			display: inline-block;
			float:right;
		}

#content-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 270px;
	bottom: 0;
}
#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -270px;
}
	#content-wrapper div.overlay {
		display: none;

		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;

		background-color: rgba(0, 0, 0, 0.3);
	}
	#content-wrapper > div.header {
		height: 75px;

		line-height: 75px;

		background-color: #FFF;

		border-bottom: 1px solid #E6E7EA;
	}
		#content-wrapper > div.header div.breadcrumble {
			padding: 0 45px;

			font-weight: bold;
		}
		#content-wrapper > div.header a.compose {
			position: relative;
			display: inline-block;
			width: auto;
			padding-left: 45px;
			padding-right: 10px;

			text-align: center;

			border-left: 1px solid #E6E7EA;
			border-right: 1px solid #E6E7EA;
		}
			#content-wrapper > div.header a.compose:hover {
				background-color: rgba(0, 0, 0, 0.05);
			}
			#content-wrapper > div.header a.compose svg {
				position: absolute;
				top: 23px;
				left: 10px;

				width: 25px;
				height: 25px;
			}
		#content-wrapper > div.header div.user {
			position: relative;

			float: right;
			margin-top: 6px;
			margin-right: 80px;
			padding: 10px;


			line-height: 30px;

			border-radius: 5px;

			cursor: pointer;
		}
			#content-wrapper > div.header div.user:hover {
				background-color: rgba(0, 0, 0, 0.05);
			}
			#content-wrapper > div.header div.user span.initials,
			#content-wrapper > div.header div.team-filter span.initials,
			#content-wrapper > div.header div.user-filter span.initials {
				display: inline-block;
				margin-right: 15px;
			}
			#content-wrapper > div.header div.user svg.arrow,
			#content-wrapper > div.header div.team-filter svg.arrow,
			#content-wrapper > div.header div.user-filter svg.arrow {
				width: 12px;
				margin-left: 5px;

				fill: #000;
			}
			#content-wrapper > div.header div.user div.dropdown {
				position: absolute;
				top: 60px;
				right: 0;
			}
			#content-wrapper > div.header div.team-filter div.dropdown,
			#content-wrapper > div.header div.user-filter div.dropdown {
				position:absolute;
				top:60px;
				left:15px;
			}
				#content-wrapper > div.header div.user div.dropdown a:hover {
					background-color: rgba(0, 0, 0, 0.05);
				}
			#content-wrapper > div.header div.team-filter a.selected,
			#content-wrapper > div.header div.user-filter a.selected {
				display:inline-block;
				position:relative;
				background-color:#D6D7E6;
			    padding:10px 45px 10px 10px;
				line-height:20px;
			    color:#000000;
			    font-weight:bold;
			    border:none;
			    border-radius:5px;
			}
				#content-wrapper > div.header div.team-filter a.selected span.initials,
				#content-wrapper > div.header div.user-filter a.selected span.initials {
					text-transform:uppercase;
				}
				#content-wrapper > div.header div.team-filter a.selected > svg,
				#content-wrapper > div.header div.user-filter a.selected > svg {
					position:absolute;
					top:19px;
					right:10px;
					width:25px;
					height:25px;
				}
		#content-wrapper > div.header div.team-filter,
		#content-wrapper > div.header div.user-filter {
			position:relative;
			display:inline-block;
		}
			#content-wrapper > div.header div.team-filter span.filter,
			#content-wrapper > div.header div.user-filter span.filter {
				display:inline-block;
				padding-left:45px;
				padding-right:10px;
				margin-right:10px;
				border-right:1px solid #E6E7EA;
				cursor:pointer;
			}
				#content-wrapper > div.header div.team-filter span.filter svg.icon,
				#content-wrapper > div.header div.user-filter span.filter svg.icon {
					position:absolute;
					top:23px;
					left:10px;
					width:25px;
					height:25px;
				}
	#content-wrapper div#errors,
	#content-wrapper div#messages {
		position: absolute;
		top: 85px;
		right: 25px;
		left: 25px;
		z-index: 1;
		padding: 15px;

		border-color: 1px solid #F44336;
		background-color: rgba(244, 67, 54, 0.75);
		border-radius: 5px;

		color: #FFFFFF;

		transition: transform 3s,  opacity 3s;
		transform: translateY(0%);
		opacity: 1;
	}
		body.login #content-wrapper div#errors,
		body.login #content-wrapper div#messages {
			top: 15px;
		}
	#content-wrapper div#messages {
		background-color: rgba(169, 214, 120, 0.75);
		border-color: 1px solid #A9D678;
	}
		#content-wrapper div#errors.disappear,
		#content-wrapper div#messages.disappear {
			top: 25px;

			transform: translateY(-100%);
			opacity: 0;
		}
		#content-wrapper div#errors div.close,
		#content-wrapper div#messages div.close {
			position: absolute;
			top: 10px;
			right: 10px;

			height: 25px;
			width: 25px;

			opacity: 1;

			background-image: url('/img/svg/cross_message.svg');
			background-size: 15px;
			background-repeat: no-repeat;
			background-position: center;
		}

	#content-wrapper div.content,
	#content-wrapper div.attachments {
		position: relative;

		margin: 50px 60px 10px;

		background-color: #F8F9FB;

		border-radius: 5px;
	}
	#content-wrapper div.content.container-full,
	#content-wrapper div.attachments.container-full {
		position: absolute;
		top: 75px;
		right: 0;
		bottom: 40px;
		left: 0;
	}
		#content-wrapper div.content div.row {
			display: flex;
			flex-wrap: wrap;
		}
/* Login */
		#content-wrapper div.content div.login {
			width: 350px;
			margin: 0 auto;
			padding: 25px;
		}
/* Inbox */
		#content-wrapper div.no-messages{
			text-align: center;
			padding-top: 150px;
		}
			#content-wrapper div.no-messages h3{
				font-weight: bold;
				margin-bottom: 0;
			}
			#content-wrapper div.no-messages a{
				text-decoration: underline;
			}
			#content-wrapper div.no-messages span.icon{
				display: inline-block;
				height: 400px;
				width: 400px;
				background-image: url('/img/svg/nomessage.svg');
				background-repeat: no-repeat;
			}
		#content-wrapper div.inbox-overflow {
			position:absolute;
			top:76px;
			bottom:0;
			right:0;
			left:0;
			overflow:auto;
			box-sizing:border-box;
			margin:0;
		}
			#content-wrapper div.inbox-overflow div.inbox-overview {
				position:absolute;
				top:0;
				bottom:0;
				right:0;
				left:0;
			}
				#content-wrapper div.inbox-overflow div.inbox-overview > div.row {
					height:100%
				}
					#content-wrapper div.inbox-overflow div.inbox-overview div.messages-overview,
					#content-wrapper div.inbox-overflow div.inbox-overview div.message-body {
						height:100%;
						overflow-y:auto;
						overflow-x:hidden;
					}
		#content-wrapper div.content div.messages-overview {
			padding: 0;

			border-right: 1px solid #E6E7EA;
		}
			#content-wrapper div.content div.messages-overview a.message {
				display: block;
				position: relative;

				height: 101px;
				padding: 20px 25%;

				cursor: pointer;

				border-left: 7px solid #F8F9FB;
				/*border-top: 1px solid #E6E7EA;*/
				border-bottom: 1px solid #E6E7EA;
			}
				#content-wrapper div.content div.messages-overview a.message:first-child {
					border-top-left-radius: 5px;
				}
				#content-wrapper div.content div.messages-overview a.message.deleted span.initials {
					opacity: 0.3;
				}
				#content-wrapper div.content div.messages-overview a.message.active {
					background-color: #FFF;

					margin-right: -1px;

					border-left-color: #FF7800;
				}
				/*#content-wrapper div.content div.messages-overview a.message:first-child {
					border-top: 0;
				}*/
				#content-wrapper div.content div.messages-overview a.message span.initials,
				#content-wrapper div.content div.messages-overview a.message span.team {
					position: absolute;
					top: 15px;
					left: 7%;
				}
				#content-wrapper div.content div.messages-overview a.message span.from {
					display: block;

					font-weight: bold;
				}
				#content-wrapper div.content div.messages-overview a.message span.date {
					position: absolute;
					top: 20px;
					right: 7%;
					display: block;

					font-weight: bold;
				}
				#content-wrapper div.content div.messages-overview a.message span.deleted {
					position: absolute;
					top: 40px;
					right: 7%;
					display: block;
				}
				#content-wrapper div.content div.messages-overview a.message span.intro {
					display: inline-block;
					max-height: 64px;

					overflow: hidden;
				}
				#content-wrapper div.content div.messages-overview a.message span.unread {
					position: absolute;
					bottom: 20px;
					right: 7%;

					display: block;
				}
				#content-wrapper div.content div.messages-overview a.message span.dot {
					position: absolute;
					top: 42px;
					left: 4px;

					display: block;
					width: 15px;
					height: 15px;

					border-radius: 8px;

					background-color: #FF7800;
				}
		#content-wrapper div.content div.message-body {
			padding: 0;

			background-color: #FFF;

			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}
		#content-wrapper div.content.container-full div.message-body {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
		}
			#content-wrapper div.content div.message-body div.message-from {
				display: none;
				height: 141px;
				padding: 45px 50px;
				background-color: #F8F9FB;
				border-bottom: 1px solid #E6E7EA;
			}
			#content-wrapper div.content div.message-body div.message-header {
				position: relative;
				/*height: 161px;*/
				padding: 39px 50px;

				border-bottom: 1px solid #E6E7EA;
			}
				#content-wrapper div.content div.message-body div.message-header span.subject {
					display: block;
					margin-bottom: 8px;
					margin-right: 90px;

					font-size: 24px;
					font-weight: bold;
				}
				#content-wrapper div.content div.message-body div.message-header span.from,
				#content-wrapper div.content div.message-body div.message-header span.to {
					display: block;
				}
					#content-wrapper div.content div.message-body div.message-header span.from b,
					#content-wrapper div.content div.message-body div.message-header span.to b{
						font-size:13px;
					}
					#content-wrapper div.content div.message-body div.message-header span.to:before {
						content: "To: ";
						font-weight:bold;
					}
					#content-wrapper div.content div.message-body div.message-header span.to span + span:before {
						content:", ";
					}
				#content-wrapper div.content div.message-body div.message-header span.actions {
					display: block;

					position: absolute;
					top: 50px;
					right: 50px;

					display: block;
					width: 66px;
					height: 50px;
					padding: 10px;

					cursor: pointer;

					border-radius: 5px;
				}
					#content-wrapper div.content div.message-body div.message-header span.actions:hover {
						background-color: #D6D7E6;
					}
					#content-wrapper div.content div.message-body div.message-header span.actions svg.wheel {
						width: 30px;
						padding: 3px;
					}
					#content-wrapper div.content div.message-body div.message-header span.actions svg.arrow {
						width: 12px;
						padding: 3px 0 8px;
					}
					#content-wrapper div.content div.message-body div.message-header span.actions div.dropdown {
						position: absolute;
						top: 50px;
						right: 0;
					}
			#content-wrapper div.content div.message-body div.message-content {
				padding: 50px;

				border-bottom: 1px solid #E6E7EA;
			}
				#content-wrapper div.content div.message-body div.message-content div.message {
					position: relative;

					/*padding: 0 0 0 90px;*/
					padding: 0;
					margin-top: 50px;
				}
					#content-wrapper div.content div.message-body div.message-content div.message:first-child {
						margin-top: 0;
					}
					#content-wrapper div.content div.message-body div.message-content div.message span.initials {
						display: none;
						position: absolute;
						top: 0;
						left: 0;
					}
					#content-wrapper div.content div.message-body div.message-content div.message span.from {
						display: none;
						/*display: block;*/

						font-size: 18px;
						font-weight: bold;
					}
					#content-wrapper div.content div.message-body div.message-content div.message span.date {
						position: absolute;
						top: 8px;
						right: 0;

						color: #888;
					}
					#content-wrapper div.content div.message-body div.message-content div.message span.content {
						display: block;
						color: #888;
					}
						#content-wrapper div.content div.message-body div.message-content div.message span.content a {
							text-decoration: underline;
						}
					#content-wrapper div.content div.message-body div.message-content div.message span.attachments {
						display: block;

						margin-top: 30px;
					}
						#content-wrapper div.content div.message-body div.message-content div.message span.attachments a {
							padding: 15px 15px 15px 45px;
							line-height:52px;

							font-weight: bold;
							background-color: #D6D7E6;
							border-radius: 5px;
						}
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a:hover {
								background-color: rgba(214, 215, 230, 0.5);
							}
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a,
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a {
								background-image: url('/img/svg/attachment_rest.svg');
								background-repeat: no-repeat;
								background-size: 25px;
								background-position: 3px 2px;
								padding-left: 40px;
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.pdf,
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.word,
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.jpg {
								padding-left: 45px;
								background-position: 3px 2px;
							}
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.word,
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.word {
								background-image: url('/img/svg/attachment_word.svg');
							}
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.jpg,
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.jpg {
								background-image: url('/img/svg/attachment_jpg.svg');
							}

							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.pdf,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.pdf {
								background-image: url('/img/svg/attachment_pdf.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.doc,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.doc {
								background-image: url('/img/svg/attachment_doc.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.docx,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.docx {
								background-image: url('/img/svg/attachment_docx.svg');
								background-position: 3px 10px;
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.xls,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.xls {
								background-image: url('/img/svg/attachment_xls.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.xlsx,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.xlsx {
								background-image: url('/img/svg/attachment_xlsx.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.ppt,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.ppt {
								background-image: url('/img/svg/attachment_ppt.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.pptx,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.pptx {
								background-image: url('/img/svg/attachment_pptx.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.jpg,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.jpg {
								background-image: url('/img/svg/attachment_jpg.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.png,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.png {
								background-image: url('/img/svg/attachment_png.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.gif,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.gif {
								background-image: url('/img/svg/attachment_gif.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.mp3,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.mp3 {
								background-image: url('/img/svg/attachment_mp3.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.txt,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.txt {
								background-image: url('/img/svg/attachment_txt.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.zip,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.zip {
								background-image: url('/img/svg/attachment_zip.svg');
							}
							#content-wrapper div.content div.message-respond div#message-attachments span.attachment a.youtube,
							#content-wrapper div.content div.message-body div.message-content div.message span.attachments a.youtube {
								background-image: url('/img/svg/film_2.svg');
								background-position: 5px 12px;
							}
			#content-wrapper div.content div.message-body div.message-respond {
				margin: 25px;
				padding: 5px;

				border: 1px solid #E6E7EA;

				color: #000000;
			}
			#content-wrapper div.content.container-full div.message-body div.message-respond {
				position: absolute;
				/*top: 166px;*/
				top: 141px;
				right: 0;
				bottom: 0;
				left: 0;

				border: 0;
			}
				#content-wrapper div.content div.message-body div.message-header span.from,
				#content-wrapper div.content div.message-body div.message-respond span.from {}
					#content-wrapper div.content div.message-body div.message-header span.from svg.arrow,
					#content-wrapper div.content div.message-body div.message-respond span.from svg.arrow {
						width: 12px;
						margin-left: 5px;

						fill: #888;
					}
				#content-wrapper div.content div.message-body div.message-respond textarea,
				#content-wrapper div.content div.message-body div.message-respond div#message-editor {
					width: 100%;
					min-height: 100px;

					border: none;
				}
				#content-wrapper div.content.container-full div.message-body div.message-respond textarea,
				#content-wrapper div.content.container-full div.message-body div.message-respond div#message-editor {
					display: border-box;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 60px;
					left: 0;

					width: 100%;
					height: auto;

					border: 5px solid #FFF;
				}
					#content-wrapper div.content.container-full div.message-body div.message-respond div#message-editor {
						overflow-x: auto;
					}
						#content-wrapper div.content.container-full div.message-body div.message-respond div#message-editor a {
							text-decoration: underline;
						}
				#content-wrapper div.content.container-full div.message-body div.message-respond div#message-attachments {
					display: border-box;
					position: absolute;
					right: 0;
					bottom: 85px;
					left: 0;

					width: 100%;
					height: auto;

					border: 5px solid #FFF;
				}
					#content-wrapper div.content.container-full div.message-body div.message-respond div#message-attachments span.attachment{
						position: relative;
						float: left;

						padding: 10px 50px 10px 15px;
						margin: 5px;

						border-radius: 5px;
						background-color: #D6D7E6;
					}
						#content-wrapper div.content.container-full div.message-body div.message-respond div#message-attachments span.attachment a{
							display: inline-block;
							line-height: 30px;
							text-decoration: none;
						}
						#content-wrapper div.content.container-full div.message-body div.message-respond div#message-attachments span.attachment span.remove{
							display: block;
							position: absolute;
							top: 10px;
							right: 10px;

							width: 30px;
							height: 30px;

							background-image: url('/img/svg/delete.svg');
							background-repeat: no-repeat;
							background-position: center;
							background-size: 25px;
							cursor: pointer;
						}
				#content-wrapper div.content div.message-body div.buttons,
				#content-wrapper div.content div.compose div.buttons {
					padding: 25px 15px;
				}
				#content-wrapper div.content div.message-body > div.compose-button {
					position:absolute;
					top:0;
					right:0;
				}
				#content-wrapper div.content div.message-body div.buttons,
				#content-wrapper div.content div.message-body div.message-respond div.buttons,
				#content-wrapper div.content div.compose div.buttons {
					text-align: right;
				}
				#content-wrapper div.content.container-full div.message-body div.message-respond div.buttons {
					position: absolute;
					bottom: 5px;
					right: 5px;
				}
					#content-wrapper div.content div.message-body div.message-respond div.buttons button,
					#content-wrapper div.content div.message-body div.message-respond div.buttons input,
					#content-wrapper div.content div.message-body div.buttons a {
						background-color: #D6D7E6;
						background-repeat: no-repeat;
						background-size: 25px;
						background-position: 13px 12px;
					}
						#content-wrapper div.content div.message-body div.message-respond div.buttons button.attachments,
						#content-wrapper div.content div.message-body div.message-respond div.buttons input.submit,
						#content-wrapper div.content div.message-body div.buttons a.reply,
						#content-wrapper div.content div.message-body div.buttons a.forward {
							padding-left: 45px;

							background-image: url('/img/svg/send.svg');
						}
						#content-wrapper div.content div.message-body div.message-respond div.buttons button.attachments {
							background-image: url('/img/svg/attachment.svg');
						}
						#content-wrapper div.content div.message-body div.buttons a.reply {
							background-image: url('/img/svg/reply.svg');
						}
						#content-wrapper div.content div.message-body div.buttons a.forward {
							background-image: url('/img/svg/forward.svg');
						}
						#content-wrapper div.content div.message-body div.message-respond div.buttons button:hover,
						#content-wrapper div.content div.message-body div.message-respond div.buttons input:hover {
							background-color: rgba(214, 215, 230, 0.5);
						}
/* Compose */
		#content-wrapper div.content div.compose {
			padding: 0;

			border-right: 1px solid #E6E7EA;
		}
		#content-wrapper div.content.container-full div.compose {
			position: absolute;
			top: 0;
			bottom: 0;
		}
			#content-wrapper div.content div.compose div.from {
				position: relative;

				height: 141px;
				padding: 40px 110px;

				border-bottom: 1px solid #E6E7EA;
			}
				#content-wrapper div.content div.compose div.from span.from,
				#content-wrapper div.content div.message-body div.message-from span.from {
					display: block;

					margin-top: 2px;

					font-weight: bold;
				}
				#content-wrapper div.content div.message-body div.message-from span.from {
					display: inline-block;
				}
				#content-wrapper div.content div.compose div.from span.initials,
				#content-wrapper div.content div.message-body div.message-from span.initials,
				#content-wrapper div.content div.compose div.from span.team {
					position: absolute;
					top: 35px;
					left: 40px;
				}
			#content-wrapper div.content div.compose div.to {
				padding: 20px 40px;

				background-color: #FFF;
			}
			#content-wrapper div.content.container-full div.compose div.to {
				position: absolute;
				top: 141px;
				bottom: 83px;

				width: 100%;

				overflow-y: auto;
			}
				#content-wrapper div.content div.compose div.to div.receiver {
					margin: 30px 0;
				}
					#content-wrapper div.content div.compose div.to div.receiver span.initials,
					#content-wrapper div.content div.compose div.to div.receiver span.team {
						display: inline-block;
					}
					#content-wrapper div.content div.compose div.to div.receiver span.from {
						margin-left: 25px;

						font-weight: bold;
					}
/*
					#content-wrapper div.content div.compose div.to div.receiver span.remove {
						position: relative;

						display: inline-block;
						float: right;
						width: 20px;
						height: 20px;
					}
						#content-wrapper div.content div.compose div.to div.receiver span.remove:before,
						#content-wrapper div.content div.compose div.to div.receiver span.remove:after {
							content: '';
							position: absolute;
							top: 50%;

							display: block;
							height: 2px;
							width: 100%;

							background-color: #000;

							transform: rotate(135deg);
						}
						#content-wrapper div.content div.compose div.to div.receiver span.remove:after {
							transform: rotate(45deg);
						}
*/
			#content-wrapper div.content div.compose div.search {
				padding: 20px 40px;

				background-color: #F8F9FB;

				border-top: 1px solid #E6E7EA;
			}
			#content-wrapper div.content.container-full div.compose div.search {
				position: absolute;
				bottom: 0;

				width: 100%;
			}
				#content-wrapper div.content div.compose div.search input,
				#content-wrapper div.content div.compose div.search button {
					float: left;

					padding: 10px;
					margin: 0;

					vertical-align: middle;

					border: 1px solid #E6E7EA;
				}
				#content-wrapper div.content div.compose div.search input.input {
					padding-left: 20px;

					width: 80%;

					border-top-left-radius: 25px;
					border-bottom-left-radius: 25px;
				}
				#content-wrapper div.content div.compose div.search button.search {
					height: 42px;
					width: 20%;

					background-color: #FFF;

					fill: #E6E7EA;

					border-left: 1px solid #E6E7EA;
					border-top-right-radius: 25px;
					border-bottom-right-radius: 25px;
				}
					#content-wrapper div.content div.compose div.search button.search svg {
						height: 20px;
					}
		#content-wrapper div.attachments {
			height: auto;
			min-height: 200px;
			padding-bottom: 15px;

			background-color: #FFF;
		}
		#content-wrapper div.attachments.container-full {
			position: absolute;
			top: 75px;
			left: 0;
			right: 0;
			z-index: 10;
		}
			#content-wrapper div.attachments div.header {
				position: relative;
				padding: 0 30px;
				background-color: #F8F9FB;

				line-height: 75px;

				border-bottom: 1px solid #E6E7EA;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
			}
				#content-wrapper div.attachments div.header div.buttons {
					float: right;
				}
					#content-wrapper div.attachments div.header div.buttons label.upload,
					#content-wrapper div.attachments div.header div.buttons a.folder,
					#content-wrapper div.attachments div.header div.buttons a.new-folder,
					#content-wrapper div.attachments div.header div.buttons a.new-video,
					#content-wrapper div.attachments div.header div.buttons a.search {
						display: inline-block;
						margin-left: 15px;
						padding-left: 45px;

						border: 1px solid #E6E7EA;

						background-color: #F8F9FB;
						background-image: url('/img/svg/folder.svg');
						background-repeat: no-repeat;
						background-size: 25px;
						background-position: 10px 10px;

						cursor:pointer;
					}
					#content-wrapper div.attachments div.header div.buttons label.upload {
						line-height: 1;
					}
						#content-wrapper div.attachments div.header div.buttons label.upload:hover,
						#content-wrapper div.attachments div.header div.buttons a.new-folder:hover,
						#content-wrapper div.attachments div.header div.buttons a.new-video:hover,
						#content-wrapper div.attachments div.header div.buttons a.search:hover {
							background-color:rgba(214, 215, 230, 0.5);
						}
					#content-wrapper div.attachments div.header div.buttons a.folder {
						background-image: url('/img/svg/folder.svg');
					}
					#content-wrapper div.attachments div.header div.buttons a.new-folder,
					#content-wrapper div.attachments div.header div.buttons a.new-video,
					#content-wrapper div.attachments div.header div.buttons a.search {
						display: inline;
						background-image: url('/img/svg/addfolder.svg');
					}
					#content-wrapper div.attachments div.header div.buttons a.new-video {
						background-image: url('/img/svg/addfolder.svg');
					}
					#content-wrapper div.attachments div.header div.buttons a.search {
						background-image: url('/img/svg/addfolder.svg');
					}
			#content-wrapper div.attachments.container-full div.folders-and-files {
				position: absolute;
				top: 75px;
				right: 0;
				bottom: 81px;
				left: 0;

				overflow-y: auto;
			}
				#content-wrapper div.attachments div.folders-and-files div.folders,
				#content-wrapper div.attachments div.folders-and-files div.files {}
				#content-wrapper div.attachments div.folders-and-files div.folders.list,
				#content-wrapper div.attachments div.folders-and-files div.files.list {
					display: table;
				}
					#content-wrapper div.attachments div.folders-and-files div.folders div.folder,
					#content-wrapper div.attachments div.folders-and-files div.files a.file {
						position: relative;
						float: left;

						height: 120px;
						padding: 40px 40px 40px 100px;
						margin: 15px;

						width: 400px;

						vertical-align: top;

						border: 1px solid #E6E7EA;
					}
					#content-wrapper div.attachments div.folders-and-files div.folders div.folder {
						font-weight: bold;
					}
						#content-wrapper div.attachments div.folders-and-files div.folders div.folder svg,
						#content-wrapper div.attachments div.folders-and-files div.files div.file svg {
							position: absolute;
							top: 10px;
							left: 23px;

							width: 25px;

							fill: #E6E7EA;
						}
					#content-wrapper div.attachments div.folders-and-files div.folders div.head,
					#content-wrapper div.attachments div.folders-and-files div.files div.head {
						display: none;
					}
					#content-wrapper div.attachments div.folders-and-files div.folders.list div.head,
					#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder,
					#content-wrapper div.attachments div.folders-and-files div.files.list div.head,
					#content-wrapper div.attachments div.folders-and-files div.files.list div.file,
					#content-wrapper div.attachments div.folders-and-files div.files.list div.dragslave {
						display: table-row;
						float: none;

						width: auto;
						height: auto;
						padding: 0;
						margin: 0;

						border: 0;
					}
					#content-wrapper div.attachments div.folders-and-files div.files.list div.dragslave{
						box-sizing: border-box;
						padding: 15px;
						background-color: #FFFFFF;
						border: 1px solid #E6E7EA;
					}
					#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder-hover {
						background-color: #F8F9FB;
					}
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file.dragging {
							opacity: 0.3;
						}
					#content-wrapper div.attachments div.folders-and-files div.folders.list div.head,
					#content-wrapper div.attachments div.folders-and-files div.files.list div.head {
						font-weight: bold;
					}
						#content-wrapper div.attachments div.folders-and-files div.folders div.folder span.date,
						#content-wrapper div.attachments div.folders-and-files div.folders div.folder span.size,
						#content-wrapper div.attachments div.folders-and-files div.folders div.folder span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files div.file span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.files div.file span.icon,
						#content-wrapper div.attachments div.folders-and-files div.files div.file span.date,
						#content-wrapper div.attachments div.folders-and-files div.files div.file span.size,
						#content-wrapper div.attachments div.folders-and-files div.files div.file span.actions {
							display: none;
						}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.icon,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.name,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.date,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.size,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.actions,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder a.name,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.date,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.size,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.icon,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.name,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.date,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.size,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file a.name,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.date,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.size,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.nothing {
							display: table-cell;

							width: 5%;
							line-height: 50px;

							border-bottom: 1px solid #E6E7EA;
						}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.checkbox,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.checkbox {
							text-align:center;
						}
							/*#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.checkbox:before,*/
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.checkbox:before {
								content: '';

								display: inline-block;
								width: 15px;
								height: 15px;

								border: 1px solid #E6E7EA;
							}
								/*#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder.checked span.checkbox:before,*/
								#content-wrapper div.attachments div.folders-and-files div.files.list div.file.checked span.checkbox:before {
									background-image: url('/img/svg/arrow.svg');
									background-size: contain;
								}

						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon {
							position: relative;
							text-align: center;

							background-repeat: no-repeat;
							background-size: 20px;
							background-position: center;
						}
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon {
							background-image: url('/img/svg/attachment_rest.svg');
						}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon svg,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon svg {
								position: relative;
								top: auto;
								left: auto;

								width: 20px;

								fill: #E6E7EA;
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.pdf,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.pdf {
								background-image: url('/img/svg/attachment_pdf.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.doc,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.doc {
								background-image: url('/img/svg/attachment_doc.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.docx,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.docx {
								background-image: url('/img/svg/attachment_docx.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.xls,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.xls {
								background-image: url('/img/svg/attachment_xls.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.xlsx,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.xlsx {
								background-image: url('/img/svg/attachment_xlsx.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.ppt,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.ppt {
								background-image: url('/img/svg/attachment_ppt.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.pptx,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.pptx {
								background-image: url('/img/svg/attachment_pptx.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.jpg,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.jpg {
								background-image: url('/img/svg/attachment_jpg.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.png,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.png {
								background-image: url('/img/svg/attachment_png.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.gif,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.gif {
								background-image: url('/img/svg/attachment_gif.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.mp3,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.mp3 {
								background-image: url('/img/svg/attachment_mp3.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.txt,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.txt {
								background-image: url('/img/svg/attachment_txt.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.zip,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.zip {
								background-image: url('/img/svg/attachment_zip.svg');
							}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.icon.youtube,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.icon.youtube {
								background-image: url('/img/svg/film_2.svg');
							}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.name,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder a.name,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.name,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file a.name {
							width: 45%;
						}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.date,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.size,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.date,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.size,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.date,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.size,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.date,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.size {
							width: 15%;
						}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.head span.actions,
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder  span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.head span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions {
							width: 20%;
						}
						#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions,
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions {
							text-align: right;
						}
							#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions a,
							#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions a {
								display: none;
								position: relative;
								top: 10px;
								width: 25px;
								height: 25px;

								background-repeat: no-repeat;
								background-size: 20px;
								background-position: center;
							}
								#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions a svg,
								#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions a svg {
									fill: #E6E7EA;
								}
								#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions a.share,
								#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions a.share {
									background-image: url('/img/svg/link.svg');
								}
								#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions a.settings,
								#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions a.settings {
									background-image: url('/img/svg/settings.svg');
								}
								#content-wrapper div.attachments div.folders-and-files div.folders.list div.folder span.actions a.remove,
								#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.actions a.remove {
									background-image: url('/img/svg/delete.svg');
								}
						#content-wrapper div.attachments div.folders-and-files div.files.list div.file span.nothing {
							width: 100%;
						}
			#content-wrapper div.attachments div.row.fixed-container > div.buttons {
				position: absolute;
				left: 0;
				bottom: 0;

				padding: 15px;

				text-align: right;

				background-color: #F8F9FB;

				border-top: 1px solid #E6E7EA;
				border-bottom-left-radius: 25px;
				border-bottom-right-radius: 25px;
			}
				#content-wrapper div.attachments div.row.fixed-container > div.buttons button.attachments {
					padding-left: 45px;

					background-image: url('/img/svg/attachment.svg');
					background-repeat: no-repeat;
					background-size: 25px;
					background-position: 13px 12px;
				}
/* Contacts */
		#content-wrapper div.content div.contacts-sidebar {
			padding: 0;

			border-right: 1px solid #E6E7EA;
		}
			#content-wrapper div.content div.contacts-sidebar div.contacts-header {
				padding: 20px 40px;

				background-color: #F8F9FB;

				border-top: 1px solid #E6E7EA;
				border-top-left-radius: 5px;
			}
			#content-wrapper div.content.container-full div.contacts-sidebar div.contacts-header {
				position: absolute;
				bottom: 0;

				width: 100%;
			}
				#content-wrapper div.content div.contacts-sidebar div.contacts-header input,
				#content-wrapper div.content div.contacts-sidebar div.contacts-header button {
					float: left;

					padding: 10px;
					margin: 0;

					vertical-align: middle;

					border: 1px solid #E6E7EA;
				}
				#content-wrapper div.content div.contacts-sidebar div.contacts-header input.input {
					padding-left: 20px;

					width: 80%;

					border-top-left-radius: 25px;
					border-bottom-left-radius: 25px;
				}
					#content-wrapper div.content div.contacts-sidebar div.contacts-header input.input.search:focus + button,
					#content-wrapper div.content div.contacts-sidebar div.contacts-header button:focus {
						background-color:rgba(214, 215, 230, 0.5);
					}
					#content-wrapper div.content div.contacts-sidebar div.contacts-header input.input.search:focus + button > svg,
					#content-wrapper div.content div.contacts-sidebar div.contacts-header button:focus > svg {
						fill:#FFFFFF;
					}
				#content-wrapper div.content div.contacts-sidebar div.contacts-header button.search {
					height: 42px;
					width: 20%;

					background-color: #FFF;

					fill: #E6E7EA;

					border-left: 1px solid #E6E7EA;
					border-top-right-radius: 25px;
					border-bottom-right-radius: 25px;
				}
					#content-wrapper div.content div.contacts-sidebar div.contacts-header button.search svg {
						height: 20px;
					}
			#content-wrapper div.content div.contacts-sidebar div.contacts-groups {}
				#content-wrapper div.content div.contacts-sidebar div.contacts-groups span {
					float: left;

					width: 33.33%;
					padding: 20px 0;

					text-align: center;

					border: 1px solid #E6E7EA;
					border-right: 0;

					cursor: pointer;
				}
					#content-wrapper div.content div.contacts-sidebar div.contacts-groups span:hover {
						background-color: rgba(255, 255, 255, 0.8);
					}
					#content-wrapper div.content div.contacts-sidebar div.contacts-groups span:first-child {
						border-left: 0;
					}
					#content-wrapper div.content div.contacts-sidebar div.contacts-groups span.active {
						background-color: #FFF;

						border-bottom-color: #FFF;
					}
			#content-wrapper div.content div.contacts-sidebar div.contacts-overview {
				padding: 20px 40px;

				background-color: #FFF;
			}
			#content-wrapper div.content.container-full div.contacts-sidebar div.contacts-overview {
				position: absolute;
				top: 141px;
				bottom: 83px;

				width: 100%;

				overflow-y: auto;
			}
				#content-wrapper div.content div.contacts-sidebar div.contacts-overview legend,
				#content-wrapper div.content div.compose div.to legend {
					position: relative;
					text-align: center;

					border: 0;
				}
				#content-wrapper div.content div.compose div.to legend {
					display: none;
				}
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview legend:after,
					#content-wrapper div.content div.compose div.to legend:after {
						content: '';

						position: absolute;
						top: 50%;

						display: block;
						width: 100%;
						height: 1px;

						z-index: 1;

						background-color: #E6E7EA;
					}
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview legend span,
					#content-wrapper div.content div.compose div.to legend span {
						position: relative;
						z-index: 2;

						display: inline-block;
						padding: 0 10px;

						color: #E6E7EA;

						background-color: #FFF;
					}
				#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact,
				#content-wrapper div.content div.compose div.to div.contact,
				#content-wrapper div.content div.compose div.to div.empty {
					margin: 30px 0;
				}
				/*
				#content-wrapper div.content div.compose div.to div.contact {
					display: none;
				}
				*/
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact label,
					#content-wrapper div.content div.compose div.to div.contact label {
						cursor: pointer;
					}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact label:before,
						#content-wrapper div.content div.compose div.to div.contact label:before {
							content: '';

							display: inline-block;
							width: 15px;
							height: 15px;
							margin: 0 10px 0 0;

							border: 1px solid #E6E7EA;
						}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact input[type='checkbox'],
						#content-wrapper div.content div.compose div.to div.contact input[type='checkbox'] {
							display: none;
						}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact input[type='checkbox']:checked + label:before,
						#content-wrapper div.content div.compose div.to div.contact input[type='checkbox']:checked + label:before {
							background-image: url('/img/svg/arrow.svg');
							background-size: contain;
						}
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.initials,
					#content-wrapper div.content div.compose div.to div.contact span.initials,
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.team,
					#content-wrapper div.content div.compose div.to div.contact span.team {
						vertical-align: middle;
						display: inline-block;
					}
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.from,
					#content-wrapper div.content div.compose div.to div.contact span.from {
						margin-left: 15px;
						padding:10px;

						font-weight: bold;
						border-radius: 5px;
					}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact:hover span.from,
						#content-wrapper div.content div.compose div.to div.contact:hover span.from {
							background-color: rgba(0, 0, 0, 0.05);
						}
					#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.remove,
					#content-wrapper div.content div.compose div.to div.contact span.remove {
						position: relative;

						display: inline-block;
						float: right;
						width: 20px;
						height: 20px;
					}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.remove:before,
						#content-wrapper div.content div.compose div.to div.contact span.remove:before,
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.remove:after,
						#content-wrapper div.content div.compose div.to div.contact span.remove:after {
							content: '';
							position: absolute;
							top: 50%;

							display: block;
							height: 2px;
							width: 100%;

							background-color: #000;

							transform: rotate(135deg);
						}
						#content-wrapper div.content div.contacts-sidebar div.contacts-overview div.contact span.remove:after,
						#content-wrapper div.content div.compose div.to div.contact span.remove:after {
							transform: rotate(45deg);
						}
			#content-wrapper div.content div.contacts-body {
				padding: 20px 40px;

				background-color: #FFF;
			}
				#content-wrapper div.content div.contacts-body div.contacts {
					display: block;
				}
					#content-wrapper div.content div.contacts-body div.contacts div.contact {
						position: relative;
						float: left;
						display: inline-block;
						box-sizing: border-box;
						width: 50%;
						padding: 10px;
					}
						#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer {
							display: inline-block;
							width: 100%;
							height: 100px;
							position: relative;
							padding: 30px;
							border: 1px solid #E6E7EA;
							border-radius: 5px;
						}
							#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer span.initials,
							#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer span.to,
							#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer span.group {
								position: absolute;
								top: 15px;
								left: 7%;
							}
							#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer span.to {
								display: block;
								top: 30px;
								left: 30%;

								font-weight: bold;
							}
							#content-wrapper div.content div.contacts-body div.contacts div.contact span.spacer span.group {
								display: block;
								top: 50px;
								left: 30%;
							}
				#content-wrapper div.content div.contacts-body button.mail {
					float: right;
					padding: 15px 15px 15px 45px;

					background-image: url('/img/svg/mail.svg');
					background-color: #D6D7E6;
					background-repeat: no-repeat;
					background-size: 25px;
					background-position: 13px 12px;
					border: 1px solid #E6E7EA;
					border-radius: 5px;
				}
					#content-wrapper div.content div.contacts-body button.mail:hover {
						background-color: rgba(214, 215, 230, 0.5);
					}
/* Common components */
.button {
	display: inline-block;
	padding: 15px;

	color: #000;
	font-weight: bold;

	border: none;
	border-radius: 5px;

	background-color: #D6D7E6;
}

span.initials {
	position: relative;

	width: 70px;
	height: 70px;

	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;

	border-radius: 35px;
}
	span.initials.admin {
		background-color: #979CC1;
	}
		span.initials.admin:before {
			content: '';

			position: absolute;
			top: 5px;
			left: 5px;

			display: block;

			width: 60px;
			height: 60px;

			border: 1px solid rgba(255, 255, 255, 1);

			border-radius: 30px;
		}
	span.initials.small {
		width: 40px;
		height: 40px;

		font-size: 14px;
		line-height: 40px;

		border-radius: 20px;
	}
		span.initials.admin.small:before {
			top: 3px;
			left: 3px;

			width: 34px;
			height: 34px;

			border-radius: 17px;
		}
	span.team svg {
		width: 40px;
		margin-top: 22%;

		fill: #FFF;
	}
		span.team.small svg {
			width: 25px;
		}
	span.initials.red {
		background-color: #FB7B7B;
	}
	span.initials.orange {
		background-color: #FF9800;
	}
	span.initials.purple {
		background-color: #9933FF;
	}
	span.initials.yellow {
		color: #000;

		background-color: #FDD835;
	}
	span.initials.green {
		background-color: #336600;
	}
	span.initials.blue {
		background-color: #88C6FC;
	}
	span.initials.gray {
		background-color: #CCCCCC;
	}

span.unread {
	width: 25px;
	height: 25px;

	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;

	border-radius: 13px;

	background-color: #00D0FF;
}

div.dropdown {
	position: relative;

	display: none;
	padding-top: 10px;

	z-index: 1;

}
	div.dropdown div.bubble {
		position: relative;

		background-color: #FFF;

		border: 1px solid #E6E7EA;
		border-radius: 5px;
	}
	div.dropdown div.bubble:before,
	div.dropdown div.bubble:after {
		content: " ";

		position: absolute;
		bottom: 100%;
		right: 30px;

		height: 0;
		width: 0;

		pointer-events: none;

		border: solid transparent;
	}
	div.dropdown div.bubble:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #FFF;
		border-width: 10px;
		margin-left: -10px;
	}
	div.dropdown div.bubble:before {
		border-color: rgba(230, 231, 234, 0);
		border-bottom-color: #E6E7EA;
		border-width: 11px;
		margin-left: -11px;
		right:29px;
	}
	div.dropdown div.bubble a {
		display: block;
		padding: 10px 15px;

		white-space: nowrap;

		border-top: 1px solid #E6E7EA;
	}
	div#content-wrapper div.dropdown div.bubble a {
		line-height: 25px;
	}
		div.dropdown div.bubble a:first-child {
			border-top: 0;
		}
		div.dropdown div.bubble a:hover {
			color: #666;
		}

.modal-header {
	color: #FFFFFF;
	background-color: #303984;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-content label {
	display:block;
}
	.modal-content label input {
		width:100%;
	}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.progress-bar {
	background-color: #303984;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}

.row:before,
.row:after {
	width: 0;
}

@media (max-width: 768px) {
	.button {
		padding: 10px;
	}
	span.initials {
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		border-radius: 25px;
	}
		span.initials.admin:before {
			top: 5px;
			left: 5px;
			width: 40px;
			height: 40px;
			border-radius: 20px;
		}

	#sidebar-wrapper {
		height: 60px;
		padding: 0px;
		width: 100%;
	}
		#sidebar-wrapper div.logo {
			float: left;
			width: 16%;
			height: 46px;
			margin: 5px 0 0;
			background-image: url('/img/logo_small.png');
			background-position: center center;
		}
		#sidebar-wrapper > span {
			display: none;
		}
		#sidebar-wrapper > div.menu {
			float: left;
			min-width: auto;
			width: 14%;
			height: 46px;
		}
			#sidebar-wrapper > div.menu.inbox {
				width: 42%;
			}
			#sidebar-wrapper div.menu a {
				float: left;
				display: inline-block;
				padding: 0;
				width: 100%;
				margin: 15px 0 0;
				text-align: center;
			}
				#sidebar-wrapper > div.menu.inbox > a {
					width: 33.33%;
				}
				#sidebar-wrapper div.menu a span.icon {
					position: relative;
					left: auto;
				}
					#sidebar-wrapper div.menu a span.icon > svg {
						width: 30px;
						height: 30px;
						margin-top: 0;
					}
				#sidebar-wrapper > div.menu a span.text{
					display: none;
				}
			#sidebar-wrapper > div.menu div.submenu {
				width: 66.66%;
				display: inline-block;
				padding-left: 0;
			}
				#sidebar-wrapper > div.menu div.submenu > a {
					float: left;
					display: block;
					width: 50%;
				}
	#content-wrapper {
		top:60px;
		left:0;
	}
		#content-wrapper div.content.container-full,
		#content-wrapper div.attachments.container-full {
			top: 0;
			bottom: 0;
		}
		#content-wrapper div.content,
		#content-wrapper div.attachments {
			margin: 0;
			overflow: hidden;
		}

		#content-wrapper div.no-messages{
			padding-top: 25px;
		}
			#content-wrapper div.no-messages span.icon{
				height: 200px;
				width: 50%;
			}

		#content-wrapper div.content div.messages-overview a.message.active {
			background-color: #F8F9FB;
			border-left-color: #F8F9FB;
		}
		#content-wrapper div.content div.messages-overview a.message {
			height: 86px;
			padding: 20px 25%;
		}
			#content-wrapper div.content div.messages-overview a.message span.initials,
			#content-wrapper div.content div.messages-overview a.message span.team {
				position: absolute;
				top: 15px;
				left: 10px;
			}
			#content-wrapper div.content div.messages-overview a.message span.date {
				position: absolute;
				top: 20px;
				right: 10px;
			}

	body #content-wrapper div.content.container-full div.compose div.search {
		bottom: 0px;
		padding: 10px 20px;
	}
	body #content-wrapper div.content.container-full div.compose div.buttons {
		border-bottom: 1px solid #E6E7EA;
		width: 100%;
	}
	body #content-wrapper div.content div.message-body div.message-header {
		padding: 25px 20px;
	}
		#content-wrapper div.content div.message-body div.message-header span.from {
			display: none;
		}
		#content-wrapper div.content div.message-body div.message-header span.actions {
			top: 20px;
			right: 25px;
		}
		#content-wrapper div.content div.message-body div.message-content {
			padding: 20px;
		}
			#content-wrapper div.content div.message-body div.message-content div.message {
				/*padding: 0 0 0 60px;*/
				padding: 0;
			}
	body #content-wrapper div.content.container-full div.message-body div.message-respond {
		margin: 5px;

		position: absolute;
		top: 116px;
		right: 0;
		bottom: 0;
		left: 0;
		min-height: 200px;
	}
	#content-wrapper div.content div.contacts-body div.contacts div.contact {
		width: 100%;
	}

	#content-wrapper div.attachments div.header {
		padding: 0 10px;
	}
		#content-wrapper div.attachments div.header div.buttons label.upload,
		#content-wrapper div.attachments div.header div.buttons a.folder,
		#content-wrapper div.attachments div.header div.buttons a.new-folder,
		#content-wrapper div.attachments div.header div.buttons a.new-video,
		#content-wrapper div.attachments div.header div.buttons a.search {
			margin-left: 5px;
		}

	#content-wrapper div.attachments div.folders-and-files div.folders,
	#content-wrapper div.attachments div.folders-and-files div.files {
		padding-right: 0;
		padding-left: 0;
	}

	#content-wrapper div.header div.user {
		margin-right: 0;
	}
		#content-wrapper div.header div.user span.name {
			display: none;
		}
}

@media (max-width: 1200px) {
	div.content {
		overflow: hidden;
	}
		div.content.inbox-overview {
			width:200%;
		}

	body #content-wrapper div.content div.messages-overview,
	body #content-wrapper div.content div.message-body,
	body #content-wrapper div.content div.compose {
		width:50%;
	}
		#content-wrapper div.content div.message-body div.buttons,
		#content-wrapper div.content div.compose div.buttons {
			padding: 15px 10px;
		}


	body #content-wrapper div.no-messages{
		padding-top: 75px;
	}
		body #content-wrapper div.no-messages span.icon{
			height: 400px;
			width: 50%;
		}
	body #content-wrapper div.content.inbox-overview {
		left: 0;
		-webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	}
		body.show-message #content-wrapper div.content.inbox-overview {
			left: -100%;
		}
	body #content-wrapper div.content.container-full div.message-body {
		overflow: auto;
	}

	body #content-wrapper div.content.container-full div.compose div.buttons.compose-button {
		width: 105px;
		height: 101px;
		float:right;
		z-index:2;
	}
	body #content-wrapper div.content div.compose div.from {
		height: 101px;
		box-sizing: border-box;
		width: calc(100% - 105px);
		padding: 20px 20px 20px 110px;
	}
	body #content-wrapper div.content div.message-body div.message-from {
		height: 101px;
		padding: 20px 20px 20px 110px;
	}
	body #content-wrapper div.content.container-full div.compose div.to {
		top: 101px;
		bottom: 53px;
	}
		body #content-wrapper div.content div.compose div.to legend {
			display: none !important;
		}
}

@media (min-width: 769px) and (max-width: 1200px) {
	#sidebar-wrapper {
		width: 65px;
		padding: 0px;
	}
		#sidebar-wrapper div.logo {
			float: none;
			width: 35px;
			height: 45px;
			margin: 15px 0 0 15px;
			background-image: url('/img/logo_small.png');
			background-size: contain;
			background-position: center center;
		}
		#sidebar-wrapper > span {
			display: none;
		}
		#sidebar-wrapper > div.menu {
			float: left;
			min-width: 56px;
			height: 46px;
			margin: 15px 0 0 5px;
		}
			#sidebar-wrapper > div.menu.inbox {
				width: auto;
				height: 153px;
			}
			#sidebar-wrapper div.menu a {
				padding: 0;
				margin: 15px 0 0;
				text-align: center;
			}
				#sidebar-wrapper div.menu a span.icon {
					position: relative;
					left: auto;
				}
					#sidebar-wrapper div.menu a span.icon > svg {
						width: 30px;
						height: 30px;
						margin-top: 0;
					}
				#sidebar-wrapper > div.menu a span.text{
					display: none;
				}
			#sidebar-wrapper > div.menu div.submenu {
				width: 100%;
				display: inline-block;
				padding-left: 0;
			}
				#sidebar-wrapper > div.menu div.submenu > a {
					display: block;
					width: 100%;
				}
	#content-wrapper {
		left:65px;
	}
		#content-wrapper div.content,
		#content-wrapper div.attachments {
			margin: 0;
			overflow: hidden;
		}
}

/*

@media (min-width: 1201px) {
	#wrapper {
		padding-left: 270px;
	}
		#wrapper.toggled {
			padding-left: 0;
		}
	#sidebar-wrapper {
		width: 270px;
		padding: 0 40px 40px;
	}
		#wrapper.toggled #sidebar-wrapper {
			width: 0;
		}
	#content-wrapper {
        padding: 0;

		left: 270px;
    }

	#content-wrapper div.content,
	#content-wrapper div.attachments {
		margin: 0;
		overflow: hidden;
	}

	#content-wrapper {
		padding-left:55px;
	}
	#content-wrapper div.content,
	#content-wrapper div.attachments {
		margin: 0;
		overflow: hidden;
	}
	body.show-message #content-wrapper div.content.inbox-overview {
		position: relative;
		left: -100%;
	}
}
*/

@media (min-width: 1200px) and (max-width: 1600px) {
	#content-wrapper div.content div.messages-overview {}
		#content-wrapper div.content div.messages-overview a.message {
			padding: 40px 30%;
		}
			#content-wrapper div.content div.messages-overview a.message span.initials,
			#content-wrapper div.content div.messages-overview a.message span.team {
				left: 3%;
			}
}
