#content {
	height: calc(100vh - 128px);
	overflow-x: hidden;
	overflow-y: visible;
}
.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-5 {
	margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fullwidth {
	width: 100%;
}

.no-round {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex {
	flex: 1;
}

.text-xs {
	font-size: 10px;
}
.text-sm {
	font-size: 12px;
}
.text-md {
	font-size: 14px;
}
.text-lg {
	font-size: 16px;
}

.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 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-action > button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.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;
}
.imagepicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.imagepicker>input[type="file"] {
	display: none;
}
.imagepicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.imagepicker>.placeholder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.imagepicker>.placeholder.active {
	background-color: transparent;
}
.imagepicker>.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%);
	z-index: 3;
}
.imagepicker>.placeholder.active>span, .imagepicker>.placeholder.preview>span {
	display: none;
}

.imagepicker>.placeholder.active:hover>span {
	display: block;
}
.imagepicker>.placeholder.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.imagepicker>.placeholder.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.imagepicker>.placeholder>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.imagepicker>.placeholder>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
.filepicker {
	position: relative;
}
.filepicker>input[type="file"] {
	display: none;
}
.filepicker>.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;
}
.filepicker>.placeholder.show-file {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.filepicker>.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%;
}
.filepicker>.placeholder>label>small {
	width: 100%;
	font-size: 0.8em;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filepicker>.placeholder>label>strong {
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filepicker>.placeholder>span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	width: 100%;
	height: 100%;
}
.filepicker>.placeholder.show-file>span {
	display: none;
}
.filepicker>.placeholder.show-file>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.filepicker>.placeholder>span>i {
	margin: 0 10px 0 0;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.filepicker>.placeholder>span>p {
	flex: 1;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
/* video */
.videopicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.videopicker>input[type="file"] {
	display: none;
}
.videopicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.videopicker>.placeholder-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.videopicker>.placeholder-video.active {
	/* background-color: transparent; */
	top: 80%;
	left: 0;
	height: 20%;
	width: 100%;
}
.videopicker>.placeholder-video>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%);
	z-index: 3;
} 

.videopicker>.placeholder-video.active:hover>span {
	display: block;
}
.videopicker>.placeholder-video.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.videopicker>.placeholder-video.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.videopicker>.placeholder-video>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.videopicker>.placeholder-video.active>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 21px;
}
.videopicker>.placeholder-video>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
/* Animation */
.animationpicker {
	position: relative;
	width: 0;
	height: 0;
	cursor: pointer;
}
.animationpicker>input[type="file"] {
	display: none;
}
.animationpicker>.image-delete {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 20px;
	color: #cc0000;
}
.animationpicker>.placeholder-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #f1f3f5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
}

.animationpicker>.placeholder-video.active {
	top: 80%;
	left: 0;
	height: 20%;
	width: 100%;
}
.animationpicker>.placeholder-video>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%);
	z-index: 3;
} 

.animationpicker>.placeholder-video.active:hover>span {
	display: block;
}
.animationpicker>.placeholder-video.active:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}
.animationpicker>.placeholder-video.active>a {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.animationpicker>.placeholder-video>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 36px;
}
.animationpicker>.placeholder-video.active>span>i {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 21px;
}
.animationpicker>.placeholder-video>span>p {
	margin: 0;
	padding: 0;
	display: block;
}
.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);
	}
}


md-image-container {
	display: inline-block;
	position: relative;
	padding: 2px;
	margin: 18px 0;
	vertical-align: middle;
	/*
	 * The .md-image class is added to the input/textarea
	 */
}
md-image-container:after {
	content: '';
	display: table;
	clear: both;
}
md-image-container label {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: auto;
	-webkit-transform: translate3d(0, 6px, 0) scale(0.75);
	transform: translate3d(0, 6px, 0) scale(0.75);
}

td.text-preview > p {
	white-space: normal;
}

td.image-preview > img {
	width: 100%;
}

td.timestamp-preview > small {
	font-weight: 500;
}

.slider-header-preview {
	padding: 8px 16px;
	font-size: 16px;
}

.image-container {
	padding-bottom: 16px;
}

.delete-inline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 18px 0 44px 0;
	width: 32px;
	color: #cc0000;
}

.delete-inline > a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: inherit;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.delete-inline > a:hover {
	color: inherit;
}

.hide-error .md-errors-spacer {
	display: none;
}
.hide-error .md-chip-input-container .md-errors-spacer {
	display: none;
}
.yellow-star {
	color: #f9b517;
}
.infaq-status {
	margin-top: 10px;
	margin-left: 10px;
}
.label-color-1 {
	background-color: #F94144;
}
.label-color-2 {
	background-color: #F3722C;
}
.label-color-3 {
	background-color: #F8961E;
}
.label-color-4 {
	background-color: #F9C74F;
}
.label-color-5 {
	background-color: #90BE6D;
}
.label-color-6 {
	background-color: #43AA8B;
}
.label-color-7 {
	background-color: #577590;
}
.label-color-8 {
	background-color: #3d405b;
}
.label-color-9 {
	background-color: #0081a7;
}
.label-color-10 {
	font-size: 11px;
	color: #5f6878;
	background-color: #f9fafb;
	border-color: #c8cfd7;
	border-width: 1px;
	border-radius: 20px;
	border-style: solid;
	display: inline-flex;
	flex-direction: row;
}
.label-color-11 {
	font-size: 11px;
	color: rgba(0,0,0,0.54);
}
.label-rounded {
	border-radius: 20px;
}
.md-danger {
	color: #fff !important;
	background-color: #F6953E !important;
}
.md-primer {
	color: #fff !important;
	background-color:#4B73FF !important;
}
.md-black{
	color: #fff !important;
	background-color:#333333 !important;
}
.md-blue{
	color: #fff !important;
	background-color:#009688 !important;
}
.md-pull-blue{
	color: #fff !important;
	background-color:#4B73FF !important;
}
.md-red {
	color: #fff !important;
	background-color:#F31F46 !important;
}

/* PRINT INVOICE */
.print {
	display: none;
}
.print *{
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.print h1, .print h4, .print p {
	margin: 0;
}
.print .col{
	width: 60%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.print .col-50{
	width: 50%;
}
.print .col-70{
	width: 70%;
}
.print .col-30{
	width: 30%;
}
.print .table-invoice{
	width: 100%;
	margin-bottom: 100px;
}
.print .table-invoice thead tr td{
	padding: 10px;
	background-color: #009BDB !important;
	color: #fff !important;
	background-size: 100%;
	
}
.print .table-invoice tbody tr td{
	padding: 10px;
}
.print .grand-total{
	padding:15px;
	background-color: #009BDB !important;
	color: #fff !important;
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}
.print .text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-holiday{
	color: white;
}
.column-holiday{
	text-align: center;
	background-color: #F44336;
}
.print .company-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 14px !important;
}
.print .to{
	font-size: 12px;
}
.print .to-name{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 5px !important;
}
.print .address{
	font-size: 13px;
	margin-bottom: 22px;
}
.print .payment-status {
	font-size: 13px;
}
.print .status {
	padding:2px 10px;
	background-color: #EB5757 !important;
	border-radius: 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
}
.print .status-success {
	padding:2px 10px;
	background-color: #0e9689 !important;
	border-radius: 20px;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
}
.print .invoice{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px !important;
}
.print .invoice-number{
	font-size: 13px;
	font-weight: 600;
}
.print .transfer-info{
	padding: 10px;
	border: 0.763696px solid #ccc6c6;
	border-radius: 2px;
	width: 70%;
	font-size: 12px;
	margin-top: 20px;
}
.print strong{
	font-weight: 600 !important;
}
@media print {
	* {
		color-adjust:exact !important;
		-webkit-print-color-adjust: exact !important;
	}
	.print{
		display: block;
	}
	body > *:not(.print){
		display: none;
	}
	.print .col {
		width: 100%;
	}
	.print .table-invoice thead tr td{
		padding: 10px;
		background-color: #009BDB !important;
		color-adjust:exact !important;
		color: #fff;
	}
	@page {
		margin: 32px 27px;
	}
}

.invoice-date md-input-container{
	margin: 0;
}
.invoice-date md-input-container label {
	right: auto !important;
	left: 30px !important;
	overflow: unset !important;
}
.invoice-date ._md-datepicker-floating-label>md-datepicker .md-datepicker-button{
	margin-left: -9px !important;
	margin-right: -10px !important;
}
.invoice-date .md-datepicker-input{
	width: 170px !important;
}
md-input-container.text-right{
	text-align: right !important;
}
md-input-container.text-right label:not(.md-no-float):not(.md-container-ignore), md-input-container.text-right .md-placeholder{
	transform-origin: right top !important;
}
.count-total {
	width: 50% !important;
}
.m-t-30 {
	margin-top: 30px;
}
.panel-box-total {
	display: flex;
	padding: 10px;
}
.panel-box-total .panel-left {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	position: relative;
}
.panel-box-total .panel-info {
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
}
.panel-box-total .panel-info .text-title {
	font-size: 14px;
}
.panel-box-total .panel-info .count-total {
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 154.5%;
	letter-spacing: 0.005em;
	text-transform: uppercase;
	color: #009688;
}
.little-icon {
	background: #FF507A;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 13px;
	top: 13px;
	border-radius: 50%;
	height: 30px;
}
.wrap-text {
    word-wrap: break-word;
}
div.material-table .dataTables_wrapper table.no-white-space tr td{
    white-space: inherit !important;
}
.text-error {
	font-size: 12px;
	color: rgb(213,0,0);
}
/* Tags */
.chipsdemoContactChips md-content.autocomplete {
	min-height: 100px; 
	background: #fff;
	padding: 0;
}
.chipsdemoContactChips md-content.autocomplete input {
	min-width: 200px; 
}
.chipsdemoContactChips md-contact-chips {
	margin-bottom: 10px; 
}

.chipsdemoContactChips .md-chips {
	padding: 5px 0 8px; 
}

.chipsdemoContactChips .fixedRows {
	min-height: 100px;
	overflow: hidden; 
}
.all-tags {
	width: 100%;
	padding: 10px 0px;
	display: flex;
	-webkit-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.tags-item {
	padding: 5px 10px;
	background: #eaeaea;
	border-radius: 20px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tags-item.active {
	background: #009688;
	color: #fff;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.mt-0 {
	margin-top: 0px;
}
.mt-20 {
	margin-top: 20px;
}
.ml--5 {
	margin-left: -5 !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-30 {
	margin-left: 30px !important;
}

.products-image-holder {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ededed;
    background-color: #f1f3f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.products-image-holder.show-image {
    cursor: default;
	background-color: transparent;
}
.products-image-holder.show-image .image-action{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 2;
}
.products-image-holder.show-image .image-action .btn {
	margin-bottom: 10px;
}
.products-image-holder.show-image:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.products-image-holder.show-image:hover > .image-action {
    display: flex;
	z-index: 2;
}
.products-image-holder > span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.products-image-holder.show-image > span {
    display: none;
}
.products-image-holder > span > i {
    margin-bottom: 10px;
    font-size: 24px;
}
.products-image-holder > span > p {
    margin: 0;
    font-size: 11px;
}
.material-table .table-title {
    color: #009688 !important;
}
div.material-table .table-filter {
	height: 100%;
    margin-left: 16px;
	/* margin-bottom: 13px; */
}
div.material-table .table-filter span {
    font-size: 14px;
    color: #000;
}
div.material-table .table-filter label {
    margin: 0 0 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.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;
}
.wrap {
	white-space: pre-wrap !important;
	text-overflow: initial !important;
}
.item-cover {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px;
}
.tbl-total-order {
	width: 100%;
	text-align: right;
}
.tbl-total-order tbody tr {
	border-bottom: 5px solid #fff;
}
.tbl-total-order tbody tr td {
	background-color: #f9f9f9;
	padding: 10px;
}
.order-payment-info {
	width: 100%;
	border: 1px solid #ffb45d;
}
.order-payment-info tr td {
	padding: 5px 10px;
	font-weight: bold;
}
img.zoom {
	cursor: zoom-in;
}
.modal {
    display: flex;
	justify-content: center;
	align-items: center;
    position: fixed;
    z-index: 9999;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: auto;
	max-height: 90%;
	cursor: zoom-out;
}

.modal-content{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
div.material-table .dataTables_wrapper table th {
	padding: 15px 0 15px 15px !important
}
div.material-table .dataTables_wrapper table tr td {
	background-color: white;
	padding: 15px 0 15px 15px !important
}
.info-settlement {
	width: 80px;
}
.info-withdrawal {
	width: 130px;
}
table.dataTable thead .sorting:after {
    opacity: 0.2;
	line-height: 2 !important;
    content: "\279C" !important;
}
table.dataTable thead .sorting_asc:after {
    content: "\279C" !important;
    transform: rotate(-90deg)!important;
    -webkit-transform: rotate(-90deg)!important;
    line-height: 2 !important;
    color: #000 !important;
}
div.material-table .dataTables_wrapper table th.sorting_desc:after {
    content: '\279C';
    line-height: 2;
    color: #000 !important;
}
.d-flex {
	display: flex;
}

.table-header {
	height: auto !important;
	min-height: 64px;
	flex-wrap: wrap;
}
.flex-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    	width: auto;
		max-height: 100%;
  }
}

.wrapper-popup-image {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper-popup-image img {
	max-width: 100%;
}
.datedisable .dtp-clear {
	display: none !important;
}
.datedisable .dtp-btn-calendar {
	pointer-events: none;
    opacity: 0.5; 
    cursor: not-allowed;
}
.dateactive .dtp-clear {
	display: none !important;
}
.dateactive .dtp-btn-calendar {
    opacity: 0.5; 
}
.table.pointer tr {
	cursor: pointer !important;
}
.text-primary {
	color: #009688 !important;
}
a.underline {
	text-decoration: underline;
}
.section-subtitle {
	margin: 0 0 5px; font-size: 16px;
}

div.material-table .table-filter span {
    font-size: 14px;
    color: #000;
}
.panel__header-content {
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 15px 15px;
}
.panel__title {
	margin: 0 0 2px;
	color: #252f4a;
}
.panel__subtitle {
	color: #b5b5c3;
}
.btn-light {
	background-color: #f1f1f2;
    color: #78829d;
    font-size: 11px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    padding: 2px 10px;
    outline: none !important;
}


/* Dashbboard */
.wrapper-progress{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #dbdfe9;
	padding-top: 8px;
	padding-bottom: 8px;
}
.wrapper-progress__text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
	width: 60%;
	padding-right: 10px;
}
.wrapper-progress p {
	color: #252f4a;
	font-weight: 600;
	text-align: left;
	margin: 0;
	font-size: 12px;
}
.wrapper-progress__chart {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.progress {
	flex: auto;
	margin-bottom: 0;
	height: 6px;
	border-radius: 6px;
}
.progress__value {
	width: 40px;
	font-size: 11px;
	color: #b5b5c3;
	font-weight: 500;
	box-sizing: border-box;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

/* Statistic gender */
.participant {
	display: flex;
	justify-content: center;
	align-items: center;
}
.participant__item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.participant__item span {
	font-size: 13px;
	font-weight: 500;
	box-sizing: border-box;
	font-weight: 600;
}
.participant__item span.man {
	color: #3e97ff;
}
.participant__item span.girl {
	color: #50cd89;
}
.statistic__title {
	font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.statistic__subtitle {
	font-size: 12px;
	color: #B5B5C3;
}

.bg-light-1 {
	background-color: #f1faff;
}
.bg-light-2 {
	background-color: #f8f5ff;
}
.bg-light-3 {
	background-color: #fff5f8;
}
.bg-light-4 {
	background-color: #fff8dd;
}
.bg-light-5 {
	background-color: #e8fff3;
}

.bg-1 {
	background-color: #3e97ff;
}
.bg-2 {
	background-color: #7239ea;
}
.bg-3 {
	background-color: #f1416c;
}
.bg-4 {
	background-color: #ffc700;
}
.bg-5{
	background-color: #50cd89;
}

.text-1 {
	color: #2ca9ee !important;
}
.text-2 {
	color: #7239ea !important;
}
.text-3 {
	color: #f1416c !important;
}
.text-4 {
	color: #ffc700 !important;
}
.text-5{
	color: #50cd89 !important;
}
.text-6{
	color: darkorange !important;
}
.text-mute {
	color: #bcbcbc !important;
}
.pointer {
	cursor: pointer !important;
}
.chart-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.label-mute {
	background: #bcbcbc !important;
}
.no-border {
	border: none !important;
}

/* Statistic info */
.calendar-filter {
	position: absolute;
	right: 50px;
	top: 12px;
}
.statistic-info-title {
	text-decoration: underline;
	color: #000;
}
.statistic-info {
	padding-left: 0;
	margin: 0 0 30px;
	list-style: none;
	color: #000;
}
.member-image-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}
.member-image-wrapper img {
	width: 120px;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.fc .fc-toolbar-chunk {
    display: flex;
    justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.fc .fc-button-group button{
	color: #000 !important;
    background: none;
    border: none;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.fc .fc-toolbar-title {
    font-size: 18px;
    margin: 0px !important;
}
.fc-col-header-cell-cushion {
	text-decoration: none !important;
}
.fc .fc-th {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	gap: 0;
	text-decoration: none !important;
}
.fc .fc-th span {
	line-height: 20px;
}
.fc .fc-th .fc-date{
	font-size: 16px;
}
.fc .fc-th .fc-date.active {
	background: #4280ef;
	color: #fff;
	border-radius: 20px;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fc .fc-timegrid-slot {
	height: 50px !important;
}
.fc-v-event .fc-event-main-frame {
	padding: 5px;
}
/* Tooltip */
.tooltip {
	position: absolute;
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 250px;
	border-radius: 5px;
	opacity: 1;
	padding: 15px 20px;
	background: #fff;
	color: #000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	z-index: 99999;
  }
  
  .tooltip-title {
	font-weight: bold;
	margin: 0;
	color: #000;
  }
  .tooltip p {
	margin: 3px 0 ;
	font-size: 14px;
  }
  .tooltip span {
	font-size: 12px;
	color: #ccc;
  }
  .tooltip small {
	font-size: 11px;
	color: #ccc;
  }
  .tooltip-action {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	gap: 10px;
  }
  .tooltip-action li {
	padding: 3px;
	text-decoration: underline;
	color: blue;
	position: relative;
  }
  .tooltip-action li::before {
	content: '';
	position: absolute;
	right: -7px;
	width: 1px;
	height: 16px;
	background: blue;
  }
  .tooltip-action li:last-child:before {
	content: none;
  }
  .detail-link {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
  }
 .underline {
	text-decoration: underline;
 }
 .input-score {
	color: #000 !important;
 }
 .gap-15 {
	gap: 15px !important;
 }
 .gap-8 {
	gap: 8px !important;
 }
.label-active {
	font-size: 11px;
	color: #0000008a;
}
.audio {
	width: 100%;
	margin-right: 20%; 
	display: block;
}
.content-input {
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: inline-block;
}
.md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled], .md-button.md-default-theme.md-raised[disabled], .md-button.md-raised[disabled] {
    background-color: rgba(0, 0, 0, 0.12) !important;
	color: rgba(0, 0, 0, 0.38) !important;
    cursor: default !important;
}
.text-default {
	text-transform: none !important;
}
.input-icon {
	position: absolute;
	top: 10px;
    right: 7px;
}
.input-link {
	color: #009688 !important;
}
.input-link:hover {
	text-decoration: underline !important;
	cursor: pointer !important;
}
.divider-line {
	border-top: 1px solid #e0e0e0;
}
.wrapper-title {
	padding: 10px 0;
}
.table-subtitle {
	margin: 5px 0 0;
}
@media screen and (max-width: 992px) {
	div.material-table .table-filter {
		margin-left: 0;
	}
	.flex-center {
		margin-left: none;
		flex: 100;
		justify-content: center;
		align-items: center;
	}
}