/*! Custom styles for this template */body {
	background-color:#fff;
	border-color:#fff;
	color:#707080
}
.layout-header {
	-webkit-box-shadow:rgba(255, 255, 255, .09) 0 1px 0 inset, rgba(0, 0, 0, .075) 0 1px 5px!important;
	box-shadow:rgba(255, 255, 255, .09) 0 1px 0 inset, rgba(0, 0, 0, .075) 0 1px 5px!important
}
.compose {
	background-color:#fff;
	border-color:#fff;
	color:#707080;
	height:100%;
	overflow:hidden;
	padding-bottom:15px;
	position:relative;
	width:100%
}
.compose-field-mail {
	border-bottom:1px solid #e7e7ec;
	padding-bottom:6px;
	padding-top:6px
}
.compose-field {
	border-bottom:1px solid #e7e7ec;
	padding-bottom:6px;
	padding-top:6px
}
.compose-field~.compose-field {
border-bottom:none
}
.compose-field-left {
	float:left
}
.compose-field-right {
	float:right
}
.compose-field-body {
	overflow:hidden
}
.compose-label {
	background-color:#fff;
	background-image:none;
	border:1px solid #fff;
	border-radius:4px;
	color:#707080;
	cursor:pointer;
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:1.5;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	min-width:75px;
	padding:5px 10px;
	position:relative;
	text-align:center;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle;
	white-space:nowrap
}
.compose-label:focus, .compose-label:hover {
	background-color:#e6e6e6;
	border-color:#e6e6e6
}
.compose-input {
	background-color:#fff;
	background-image:none;
	border:none;
	border-radius:0;
	color:#707080;
	display:block;
	font-size:13px;
	height:34px;
	line-height:1.538462;
	outline:0;
	padding:6px;
	width:100%
}
.compose-message {
	background-color:#fff;
	border:1px solid #e7e7ec;
	margin-bottom:10px;
	margin-top:10px
}
.compose-editor {
	background-color:#fff;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:auto;
	min-height:250px;
	outline:0;
	overflow:auto;
	padding:6px
}
.compose-toolbar {
	border-top:1px solid #e7e7ec;
	padding-bottom:6px;
	padding-top:6px
}
.sidenav>li.active>a:after {
	border-right-color:#fff
}
