/* '' */

.nt-note-wrapper, .nt-note-tab {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9000;
	right: 30px;
	border-radius: 4px;
}

.nt-note-wrapper {
	top: 30%;
	right: 30px;
}

.nt-note-tab {
	padding: 10px 30px 10px 15px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	bottom: 0;
}

.nt-note-tab.top {
	bottom: auto;
	top: 0;
	border-radius: 0 0 4px 4px;
}

body.admin-bar .nt-note-tab.top {
	top: 32px;
}

.nt-note-tab i {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.ldnt-content-notes {
	text-align: center;
}

.ldnt-content-notes .nt-note-tab {
	position: static;
	display: inline-block;
	border-radius: 4px;
	margin: 20px auto;
	color: #fff;
}

.ldnt-content-notes .nt-note-tab i {
	font-size: 16px;
}

.nt-screen-reader-text {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
}

.nt-note-wrapper {
	top: 200px;
	right: 15px;
	min-width: 350px;
	max-width: 350px;
	width: auto;
	box-sizing: content-box;
}

.nt-utility-links {
	text-align: center;
	font-size: 12px;
	clear: both;
}

.nt-utility-links span {
	opacity: .5;
}

.nt-location {
	font-style: italic;
	font-size: 12px;
}

..nt-utility-links a {
	color: #fff;
	text-decoration: underline;
}

.nt-note-wrapper.nt-dragged {
	right: auto;
}

.nt-note-wrapper.nt-resized {
	max-width: unset;
	min-width: unset;
}

.nt-note-wrapper #nt-note-body_ifr {
	max-width: 100%;
}

.note-header-title {
	background: rgba(66, 66, 66, .8);
	margin: -15px -25px 10px -25px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	padding: 10px 25px 10px 25px;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 12px;
	cursor: grab;
	color: #fff;
}

.nt-screen-reader-text {
	display: inline-block;
}

.note-header {
	margin: 0 0 15px 0;
}

.note-body textarea, .note-body input {
	margin: 0 0 15px 0;
	font-family: "arial", "helvetica", san-serif;
	padding: 5px 10px;
	border: 0px;
	background: #f9f9f9;
}

.note-body input:focus {
	background: #fff;
}

.nt-close-icon {
	color: #999;
	float: right;
	font-size: 12px;
	cursor: pointer;
	text-shadow: -1px -1px 1px #000;
}

#nt-note-actions {
	width: 20%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nt-note-actions li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nt-note-actions li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

#nt-note-submit {
	background: #bdd537;
	color: #3a4111;
	border: 0px;
	font-weight: bold;
	border-radius: 4px;
	width: 79%;
	float: right;
}

.coursenote-embedded-editor #nt-note-submit {
	width: auto;
	padding: 5px 35px;
}

.coursenote-embedded-editor #wp-nt-note-body-wrap {
	padding: 15px;
	border-radius: 3px;
	background: #f3f3f3;
	margin: 0 0 25px 0;
}

#nt-note-submit:hover {
	background: #999;
	color: #fff;
}

#nt-note-submit.nt-note-saving {
	background: #999;
	color: #fff;
}

.note-body input {
	width: 100%;
}

.nt-note-submit {
	margin-top: 15px;
}

.nt-note-wrapper {
	display: none;
	padding: 15px 25px 15px 25px;
}

#apf-response {
	margin: 10px 0;
	background: #bdd537;
	color: #3a4111;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	display: none;
}

.nt-hide {
	display: none;
}

#nt_note_cont .ui-resizable, .nt-note-wrapper.ui-resizable {
	position: fixed !important;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

table.notes-listing, table.nt-course-list-table {
	border: 1px solid #ddd;
	width: 100%;
}

table.nt-course-list-table {
	margin: 0 0 30px 0;
}

table.nt-course-list-table td, table.nt-course-list-table th, table.notes-listing td, table.notes-listing th {
	padding: 10px;
}

table.notes-listing th {
	background: #333;
	color: #fff;
}

table.nt-course-list-table table {
	width: 100%;
}

table.nt-course-list-table > thead th {
	border-bottom: 1px solid #ddd;
}

table.nt-course-list-table > tbody > tr > td {
	border-bottom: 1px solid #eee;
}

.note-col {
	text-align: right;
}

table.nt-course-list-table tr td, table.notes-listing tr td {
	background: #fff;
}

table.notes-listing tr:nth-child( even ) td {
	background: #f3f3f3;
}

.ldnotes-hide {
	display: none;
}

.learndash-notes-utilities {
	list-style: none;
	margin: 30px 0 !important;
	padding: 0px !important;
}

.learndash-notes-utilities li {
	display: inline-block;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}

@media screen and ( max-width: 768px ) {
	.nt-note-wrapper *, .nt-note-tab * {
		box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
	}
	
	.nt-note-wrapper {
		position: fixed !important;
		width: auto !important;
		height: auto !important;
		padding: 5px 3% !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		max-width: unset !important;
		min-width: unset !important;
		border-radius: 0px;
	}
	
	.nt-note-wrapper br {
		display: none;
	}
	
	#wp-nt-note-body-wrap {
		margin-bottom: 5px;
	}
	
	.note-header-title {
		padding: 5px 15px;
		margin: -5px -3% 5px -3%;
	}
	
	#nt-note-submit {
		margin: 0;
	}
	
	#wp-nt-note-body-editor-container {
		overflow-x: auto;
	}
	
	#nt-note-body_ifr {
		width: auto !important;
		height: 50px !important;
		min-height: unset !important;
	}
	
	#mceu_7, #mceu_8 {
		display: none;
	}
	
	.nt-hide-mobile, .nt-reset-dimensions {
		display: none;
	}
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?28335056#fontello') format('svg');
  }
}
*/
.nticon-print:before, .nticon-file-word:before, .nticon-file-pdf:before, .nticon-trash:before, [class^="nticon-"]:before, [class*=" nticon-"]:before {
	font-family: "ldntnotepad";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nticon-print:before {
	content: "";
}

/* '' */
.nticon-file-word:before {
	content: "";
}

/* '' */
.nticon-trash:before {
	content: "";
}

/* '' */
.nticon-doc:before {
	content: "";
}
