.note-frame{font-family:'Cuprum'; margin-bottom: 3px;}
.note-btn{
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	background-color:#fff;
	background-image:none;
	border-color:#d0d0d0;
	border-radius:1px;
	border:1px solid #d0d0d0;
	color:#333;
	cursor:pointer;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	height: 30px;
	line-height:1.4;
	margin-bottom:0;
	outline:0;
	padding:5px 10px;
	text-align:center;
	touch-action:manipulation
	user-select:none;
	vertical-align:middle;
	white-space:nowrap;
}

.note-btn:hover,.note-btn:focus,.note-btn.focus{
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	background-color:#ebebeb;
	border-radius:1px;
	border:1px solid #d0d0d0;
	color:#333;
	outline:0
	text-decoration:none;
}


.note-btn-primary{
	background:#28343f;
	border: none !important;
	color: #f0f0f0;
	cursor: pointer;
	height: 32px;
	text-transform: uppercase;
}
.note-btn-primary:hover,.note-btn-primary:focus,.note-btn-primary.focus{
	background-color: #3b4a59;
	border: none !important;
	color:#fff;
	text-decoration:none;
}

.note-modal-content{
	background-clip: border-box;	
	background:#fff;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	margin:30px 20px;
	outline:0;
	padding: 0px 10px;
	position:relative;
	width:auto;
}
.note-modal-header{padding: 0px; border: none; border-bottom:1px solid #ededef}
.note-modal-header .close{margin-top:7px}
.note-modal-title{margin:0;font-size:18px;line-height:35px;color:#202020;text-align: center;font-weight: normal;}

.note-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;background:#000;-webkit-opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:alpha(opacity=50);filter:alpha(opacity=50)}.note-modal-backdrop.open{display:block}@media(min-width:768px){.note-modal-content{width:600px;margin:30px auto}}@media(min-width:992px){.note-modal-content-large{width:900px}}.note-form-group{padding-bottom:20px}.note-form-group:last-child{padding-bottom:0}

.note-form-label{display:block;margin-bottom:10px;font-size:16px;font-weight:400;color:#42515f}
.note-editor.note-frame .note-placeholder, .note-editor.note-airframe .note-placeholder {
    padding: 10px;
    margin-top: 10px;
.note-input{
	display: block;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    border: 1px solid #ededef;
    box-sizing: border-box;
    font-size: 14px;
    height: 34px;
    outline: 0;
    padding: 5px;
    width: 100%;
}