.note-editor .btn-group>.btn, .note-editor .btn-group+.btn{
	border: 1px solid transparent !important;
}
.note-editor .btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}
.note-editor .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.note-editor .btn-sm, .note-editor .btn-group-sm > .btn {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.note-editor .btn-group > .btn, .note-editor .btn-group-vertical > .btn {
    position: relative;
    float: left;
    width: auto;
}
.note-editor .btn-group > .btn:first-child {
    margin-left: 0;
}
.note-editor .btn-group > .btn{
	height:  auto !important;
	border-radius:  0 !important;
}
.note-editor .btn-group, .note-editor .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.note-editor .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.note-editor.panel {
    margin-bottom: 20px;
    background: #fbfdff !important;
    border-radius:  0;
}
.note-editor.panel-default > .panel-heading {
    color: #333;
    background: #e3edf5;
    border-color: #ddd;
    border-radius:  0;
    padding:  10px;
    padding-bottom:  15px;
}
.note-color.open>.dropdown-menu{
	display:block;
}
.open .dropdown-menu{
    display:block !important;
}
.tabnozindex{
	z-index:initial !important;
}
.note-image-popover .note-btn-group button{
	background: #ddd !important;
	opacity:1 !important;
	color:#000 !important;
	border-color:#ddd !important;
} 
.note-editor .modal .modal-body h4{
	display:none !important;
}
.note-image-popover .note-btn-group.btn-group.note-imagesize{
	display:none !important;
}
label[for=note-image-attributes-title]{
	display:none !important;
}
label[for=note-image-attributes-title]+div{
	display:none !important;
}