.note-editor {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0px;
	    box-shadow: none;
}


.form-group.field-services-client_text.required label, .form-group.field-services-employee_text.required label {
    margin: 0;
    display: block;
}

.note-editor .note-dropzone {
	background-color: white;
	color: #87cefa;
	display: none;
	opacity: .95;
	pointer-event: none;
	position: absolute;
	z-index: 100;
}
.note-editor .note-dropzone .note-dropzone-message {
	display: table-cell;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.note-editor .note-dropzone.hover {
	color: #098ddf;
}
.note-editor.dragover .note-dropzone {
	display: table;
}
.note-editor.codeview .note-editing-area .note-editable {
	display: none;
}
.note-editor.codeview .note-editing-area .note-codable {
	display: block;
}
.note-editor.fullscreen {
right: 0;
    position: fixed;
    top: 0;
    width: 734px;
    z-index: 1050;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: -1000px 0px 0px 1000px rgba(82, 82, 82, 0.7411764705882353);


}
.note-editor.fullscreen .note-editable {
	background-color: white;
}
.note-editor.fullscreen .note-resizebar {
	display: none;
}
.note-editor .note-editing-area {
	overflow: hidden;
	position: relative;
}
.note-editor .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    outline: 0;
    overflow: auto;
    padding: 0px;
}

.note-editor.fullscreen .note-editing-area .note-editable {
    padding: 20px 20px 60px 20px;
}


.note-editor .note-editing-area .note-editable[contenteditable=true]:empty:not(:focus):before {
	content: attr(data-placeholder);
}
.note-editor .note-editing-area .note-editable[contenteditable="false"] {
	background-color: #e5e5e5;
}
.note-editor .note-editing-area .note-codable {
	background-color: #222;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #ccc;
	display: none;
	font-family: Menlo,Monaco,monospace,sans-serif;
	font-size: 14px;
	margin-bottom: 0;
	moz-border-radius: 0;
	moz-box-sizing: border-box;
	ms-box-sizing: border-box;
	padding: 10px;
	resize: none;
	webkit-border-radius: 0;
	webkit-box-sizing: border-box;
	width: 100%;
}
.note-editor .note-statusbar {
	background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
	cursor: ns-resize;
	height: 8px;
	padding-top: 1px;
	width: 100%;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
	border-top: 1px solid #a9a9a9;
	margin: 1px auto;
	width: 20px;
}
.note-air-editor {
	outline: 0;
}
.note-popover .popover {
	max-width: none;
}
.note-popover .popover .popover-content a {
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.note-popover .popover .arrow {
	left: 20px;
}


.note-popover .popover .popover-content,.panel-heading.note-toolbar {
    margin: 0;
    padding: 0px;
    margin-bottom: 20px;
}


.fullscreen .note-popover .popover .popover-content,.fullscreen .panel-heading.note-toolbar {
    padding: 0px 20px;
	    margin-bottom: 0px;
}



.note-popover .popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group {
	margin-left: 0;
	margin-right: 5px;
	margin-top: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table {
	min-width: 0;
	padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
	font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
	cursor: pointer;
	height: 10em;
	position: absolute!important;
	width: 10em;
	z-index: 3;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
	background: url('data:image/png');
	height: 5em;
	position: relative!important;
	width: 5em;
	z-index: 1;
 }
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
	background: url('data:image/png');
	height: 1em;
	position: absolute!important;
	width: 1em;
	z-index: 2;
}

.note-popover .popover .popover-content .note-style h1,.panel-heading.note-toolbar .note-style h1,.note-popover .popover .popover-content .note-style h2,.panel-heading.note-toolbar .note-style h2,.note-popover .popover .popover-content .note-style h3,.panel-heading.note-toolbar .note-style h3,.note-popover .popover .popover-content .note-style h4,.panel-heading.note-toolbar .note-style h4,.note-popover .popover .popover-content .note-style h5,.panel-heading.note-toolbar .note-style h5,.note-popover .popover .popover-content .note-style h6,.panel-heading.note-toolbar .note-style h6,.note-popover .popover .popover-content .note-style blockquote,.panel-heading.note-toolbar .note-style blockquote {
	margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle {
	padding-left: 5px;
	width: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,.panel-heading.note-toolbar .note-color .dropdown-menu {
	min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
	margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
	margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	margin: 2px 7px;
	text-align: center;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
	border-radius: 5px;
	cursor: pointer;
	font-size: 11px;
	margin: 3px;
	moz-border-radius: 5px;
	padding: 0 3px;
	webkit-border-radius: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
	height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
	background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu {
	min-width: 216px;
	padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child {
	margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu {
	min-width: 90px;
}
.note-popover .popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right {
	left: auto;
	right: 0;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before {
	left: auto!important;
	right: 9px;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after {
	left: auto!important;
	right: 10px;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
	color: deepskyblue;
	visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
	visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10 {
	font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette {
	line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
	border: 1px solid #fff;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 20px;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
	border: 1px solid #000;
}
.note-dialog>div {
	display: none;
}
.note-dialog .form-group {
	margin-left: 0;
	margin-right: 0;
}
.note-dialog .note-modal-form {
	margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
	border: 4px dashed lightgray;
	color: lightgray;
	font-size: 30px;
	line-height: 4;
	margin-bottom: 10px;
	min-height: 100px;
	text-align: center;
}
.note-dialog .note-help-dialog {
	background: transparent;
	background-color: #222!important;
	border: 0;
	color: #ccc;
	filter: alpha(opacity=90);
	font-size: 12px;
	khtml-opacity: .9;
	moz-opacity: .9;
	ms-filter: alpha(opacity=90);
	opacity: .9;
	webkit-opacity: .9;
}
.note-dialog .note-help-dialog .modal-content {
	background: transparent;
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: none;
	moz-border-radius: 5px;
	moz-box-shadow: none;
	webkit-border-radius: 5px;
	webkit-box-shadow: none;
}
.note-dialog .note-help-dialog a {
	color: white;
	font-size: 12px;
}
.note-dialog .note-help-dialog .title {
	border-bottom: white 1px solid;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.note-dialog .note-help-dialog .modal-close {
	color: #dd0;
	cursor: pointer;
	font-size: 14px;
}
.note-dialog .note-help-dialog .text-center {
	margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
	padding-bottom: 8px;
	padding-top: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
	margin-left: -5px;
	margin-right: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
	padding-left: 5px;
	padding-right: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
	color: #dd0;
	font-size: 13px;
	font-weight: bold;
}
.note-dialog .note-help-dialog .note-shortcut-key {
	color: #dd0;
	font-family: "Courier New";
	text-align: right;
}
.note-handle .note-control-selection {
	border: 1px solid black;
	display: none;
	position: absolute;
}
.note-handle .note-control-selection>div {
	position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
	background-color: black;
	filter: alpha(opacity=30);
	height: 100%;
	khtml-opacity: .3;
	moz-opacity: .3;
	ms-filter: alpha(opacity=30);
	opacity: .3;
	webkit-opacity: .3;
	width: 100%;
}
.note-handle .note-control-selection .note-control-handle {
	border: 1px solid black;
	height: 7px;
	width: 7px;
}
.note-handle .note-control-selection .note-control-holder {
	border: 1px solid black;
	height: 7px;
	width: 7px;
}
.note-handle .note-control-selection .note-control-sizing {
	background-color: white;
	border: 1px solid black;
	height: 7px;
	width: 7px;
}
.note-handle .note-control-selection .note-control-nw {
	border-bottom: 0;
	border-right: 0;
	left: -5px;
	top: -5px;
}
.note-handle .note-control-selection .note-control-ne {
	border-bottom: 0;
	border-left: none;
	right: -5px;
	top: -5px;
}
.note-handle .note-control-selection .note-control-sw {
	border-right: 0;
	border-top: 0;
	bottom: -5px;
	left: -5px;
}
.note-handle .note-control-selection .note-control-se {
	bottom: -5px;
	cursor: se-resize;
	right: -5px;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
	border-left: none;
	border-top: 0;
	cursor: default;
}
.note-handle .note-control-selection .note-control-selection-info {
	background-color: black;
	border-radius: 5px;
	bottom: 0;
	color: white;
	filter: alpha(opacity=70);
	font-size: 12px;
	khtml-opacity: .7;
	margin: 5px;
	moz-border-radius: 5px;
	moz-opacity: .7;
	ms-filter: alpha(opacity=70);
	opacity: .7;
	padding: 5px;
	right: 0;
	webkit-border-radius: 5px;
	webkit-opacity: .7;
}

.tab-content #client_text, .tab-content #employee_text, .tab-content #hidden_text, .tab-content .task-offer-settings {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}