.new_note_overlay {
	padding:40px;

}
.new_note_overlay .title {
	margin-bottom: 20px;
}
.write_new_note_group {
	width:238px;
	float: right;
	font-size: 18px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #bec3c7;
	background: #FFF;
	line-height: 46px;
	height:48px;
	padding:0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin-left: 20px;
}
.detect-browser-ie .write_new_note_group {
	padding: 10px 12px;
}
.write_new_note_group::-ms-expand{
  display:none;
}
@-moz-document url-prefix() {
	.write_new_note_group {
		padding: 10px 12px;
	}
}

.new_note_overlay .input_around .text {
	line-height: 49px;
	font-size: 24px;
}
.new_note_type {
	float: right;
}
.new_note_overlay .input_around {
	margin-top: 12px;
}
.new_note_type .picker_option i {
	margin-right: 9px;
}
.new_note_type .picker_option_sms i {
	font-size: 1.6em;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.new_note_type_around {
	display: none;
}
.new_note_type_around.new_note_type_around_show {
	display: block;
}



@media screen and (max-width: 400px) {
	.new_note_overlay.overlay {
		padding:30px;
		top:40px;
		width: 100%;
		border-radius: 0;
		border-right:none;
		border-left:none;
	}
	.new_note_overlay .input_around .text {
		font-size: 18px;
	}
	.write_new_note_group {
		width:207px;
	}
	.picker.new_note_type {
		font-size: 14px;
	}
	.picker.new_note_type .picker_option {
		padding:0 7px;
	}
} 
