/* Login */
.reg-block {
	width: 380px;
	padding: 20px;
	margin: 60px auto;
	background: #fff;
	border-top: solid 2px #72c02c;
}

.reg-block-header h2 {
    font-size: 28px;
    text-align: center;
}

/*For Mobile Devices*/
@media (max-width: 500px) { 
	.reg-block {
		width: 300px;
		margin: 60px auto;
	}
}

.note-editor.note-frame
{
    border: #e1eaea solid 1px !important;
}

.note-toolbar
{
	border-bottom: #e1eaea solid 1px !important;
	z-index: 100;
}

.note-group-select-from-files {
	display: none;
  }

.popover-content, .note-children-container
{
	display: none;
}