#content {
	height: calc(100vh - 128px);
	overflow-x: hidden;
	overflow-y: scroll;
}
.body-auth #content {
	height: 100vh;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-cell {
	cursor: cell !important;
}
.relative {
	position: relative;
}
.noscroll {
	overflow: hidden;
}
.text-bold {
	font-weight: bold;
}
.ui-section.ui-section-header {
	margin-bottom: 0;
}
.section-header > small {
	display: block;
}

.display-block {
	display: block;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-20 {
	margin-left: 20px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-20 {
	padding-left: 20px;
}

.bg-white.text-info {
	background-color: #fff;
	color: #00BCD4
}
.bg-white.text-success {
	background-color: #fff;
	color: #8BC34A
}
.bg-white.text-warning {
	background-color: #fff;
	color: #FFCA28
}
.bg-white.text-danger {
	background-color: #fff;
	color: #F44336
}
.jq-toast-single {
	background-position: 10px 10px;
}
.jq-toast-single .text-alert {
	position: relative;
	padding-left: 12px;
	line-height: 18px;
}
.jq-toast-single .text-alert:before {
	content: "\f111";
	position: absolute;
	top: 9px;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-size: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jq-toast-single .text-alert:first-of-type:last-of-type {
	padding-left: 0;
}
.jq-toast-single .text-alert:first-of-type:last-of-type:before {
	content: "";
	display: none;
}
.angular-ui-tree-empty {
	min-height: 40px;
}
.angular-ui-tree-node [data-nodrag] {
	cursor: pointer;
}
.angular-ui-tree-handle {
	margin: 0 0 10px 0;
}
.angular-ui-tree-handle.unpublished {
	background-color: #fbe9e6;
	border-color: #edbab1;
}
.angular-ui-tree-handle.unpublished > span {
	text-decoration: line-through;
}
.angular-ui-tree-placeholder {
	margin: 0 0 10px 0;
    background: #f0f9ff;
    border: 2px dashed #00897b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-toggle.no-outline:focus, .bootstrap-select .dropdown-toggle.no-outline:active {
	outline: none !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.page {
	padding: 30px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-animation: pageContent 0.35s ease;
	-moz-animation: pageContent 0.35s ease;
	animation: pageContent 0.35s ease;
	min-height: calc(100vh - 128px);
}
.page-signin h1, .page-signup h1, .page-forgot h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 72px;
}
.panel-table>.panel-body {
	padding: 0;
}
tr th, tr td {
	overflow: hidden;
}
.capitalize {
	text-transform: capitalize;
}
.nav-pills {
	border-bottom: 1px solid rgba(0, 150, 136, 0.12);
}
.nav-pills>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.material-table .dataTables_wrapper table tr td.row-middle {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	vertical-align: middle;
}
.table-action {
	white-space: nowrap;
	margin: -3px 0;
	height: 26px;
}
.table-condensed .table-action {
	margin: 0;
}
.table-action .md-button.md-icon-button {
	margin: 0;
}
.actions .md-button.md-icon-button {
	margin: 4px;
}
.table-action .md-button.md-fab.md-fab-xs {
	min-height: 0;
	height: 26px;
	width: 26px;
	line-height: 26px;
	font-size: 12px;
}
.table-condensed .table-action .md-button.md-fab.md-fab-xs {
	margin: 0;
}
.file-image-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}
.file-image-placeholder.show-image {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.file-image-placeholder>span {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.file-image-placeholder.show-image>span {
	display: none;
}
.file-image-placeholder.show-image>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.file-image-placeholder>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.file-image-placeholder>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
.file-attachment-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}
.file-attachment-placeholder.show-attachment {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.file-attachment-placeholder>label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 15px;
	width: 100%;
	height: 100%;
}
.file-attachment-placeholder>label>small {
	width: 100%;
	font-size: 0.8em;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.file-attachment-placeholder>label>strong {
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.file-attachment-placeholder>span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	height: 100%;
}
.file-attachment-placeholder.show-attachment>span {
	display: none;
}
.file-attachment-placeholder.show-attachment>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.file-attachment-placeholder>span>i {
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.file-attachment-placeholder>span>p {
	flex: 1;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.redactor_box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.content-preview-container {

}
.content-preview-container > iframe {
	border: 1px solid rgba(0,0,0,0.12);
}
@media (min-width: 768px) {
	#content {
		height: calc(100vh - 64px);
	}
	.body-auth #content {
		height: 100vh;
	}
	.page {
		padding: 30px;
		min-height: calc(100vh - 64px);
	}
	.panel-table>.panel-body {
		padding: 0;
	}
	.table-action {
		margin: -6px 0;
		height: 32px;
	}
	.table-condensed .table-action {
		margin: 0;
	}
	.table-action .md-button.md-icon-button {
		margin: 0;
	}
	.actions .md-button.md-icon-button {
		margin: 4px;
	}
	.table-action .md-button.md-fab.md-fab-xs {
		min-height: 32px;
		font-size: 14px;
		padding: 0;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.table-condensed .table-action .md-button.md-fab.md-fab-xs {
		margin: 0;
	}
}
@-webkit-keyframes pageContent {
	0% {
		opacity: 0;
		-webkit-transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes pageContent {
	0% {
		opacity: 0;
		-moz-transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
}
@keyframes pageContent {
	0% {
		opacity: 0;
		transform: translateY(34px);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}