html,
body,
main,
#app,
.row {
	height: 100%;
	color: rgb(56, 56, 56);
}

#maincols {
	margin: 0;
	padding: 0 !important;
	height: calc(100% - 60px);
}

nav {
	height: 60px;
	background-color: white;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	padding-left: 20px;
	padding-right: 15px;
}

nav .btn {
	margin: 0;
	float: right;

}

#side nav {
	background-color: transparent;
	border-bottom: 0;

}

#side nav h6 {
	color: white;

}

.btn.nobrdr {
	border: none;
}

nav h6 {
	float: left;
	margin-top: 8px;
	color: #999;
}

nav.nopad {
	padding: 0;
	padding-left: 15px;
	padding-right: 12px;
}



.pad {
	padding: 10px;
}

.content {
	padding: 20px;
}

#side .content {
	padding-right: 0;
	padding-top: 0;
}

.item {
	padding: 20px;
	border-bottom: 1px solid #DDD;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	user-select: none;
}

.form-control {
	margin-bottom: 10px;
}

textarea {
	min-height: 350px;
}

.cat {
	display: block;
	color: white;
	padding: 5px;
	padding-left: 0px;
	cursor: pointer;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #888;
}

.active-cat {
	color: white;
}

.categories {
	color: white;
}



.item {
	border-left: 5px solid #FFF;
}

.active {
	background-color: #F8F8F8;
	border-left: 5px solid #1B98F8;
}


h5 {
	margin-top: 4px;
}

.ProseMirror {
	min-height: 400px;
	border: 1px solid #ced4da;
	padding: 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 15px;
	background-color: white;
}

.btn-editor {
	border: 1px solid #ced4da;
}

[contenteditable]:focus {
	outline: 0px solid transparent;
}

.form-control {

	margin-bottom: 15px;
}

.ql-toolbar {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

.ql-toolbar button {
	margin-left: 5px !important;
	margin-right: 5px !important;
}


.ql-container {
	padding: 5px;
	min-height: 250px;
	font-size: 15px !important;
}

.btn .fa {
	margin-right: 5px;
}

#main .btn.btn-outline-dark {
	border: 1px solid #CCC;
}

.backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

textarea.form-control {
	max-height: 150px !important;
	height: 100px !important;
}


/* Pell editor */

.pell {
	border: 1px solid hsla(0, 0%, 4%, 0.1);
}

.pell,
.pell-content {
	box-sizing: border-box;
}

.pell-content {
	height: 300px;
	outline: 0;
	overflow-y: auto;
	padding: 20px;
}

.pell-actionbar {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.pell-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
	vertical-align: bottom;
	padding: 5px;
	width: 40px;
	border-right: 1px solid #DDD;
}

.pell-button-selected {
	background-color: #f0f0f0;
}

@media screen and (max-width: 750px) {}