/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.section {
	position: relative;
	overflow: hidden;
	margin: 2rem 0;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
}
.section .app-file-overlay {
	position: absolute;
	z-index: 7;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: 4px;
}
.section .app-file-overlay.show {
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
.section i {
	font-size: 22px;
	cursor: pointer;
	vertical-align: middle;
}
.section .app-file-label {
	font-size: 0.8rem;
	font-weight: 900;
	margin-left: 3px;
	text-transform: uppercase;
	color: #bdbdbd;
}
.section .sidebar-toggle {
	display: none;
	padding-top: 0.55rem;
}
.section .sidebar-left {
	position: relative;
	float: left;
	width: 260px;
	padding: 1rem;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left {
	width: 100%;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .app-file-sidebar-close {
	position: absolute;
	top: 2px;
	right: 5px;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .app-file-sidebar-close i {
	font-size: 1.3rem;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .getfileInput {
	overflow: hidden;
	width: 0;
	height: 0;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .file-manager-drive {
	margin: 1rem 0;
	border: none;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .file-manager-drive .file-item-action {
	padding: 10px 0;
	color: #6b6f82;
	border-bottom: none;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .file-manager-drive .file-item-action.active {
	color: #3f51b5;
	background: 0 0;
}
.section .sidebar-left .app-file-sidebar .app-file-sidebar-left .file-manager-drive .file-item-action .chip {
	line-height: 22px;
	height: 22px;
	padding: 0 8px;
	border-radius: 50%;
}
.section .sidebar-left .storage-icon {
	position: relative;
	top: 5px;
}
.section .app-file-sidebar-info {
	position: absolute;
	z-index: 8;
	top: -1px;
	right: 32px;
	width: 357px;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	border-radius: 0 0.25rem 0.25rem 0;
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
}
.section .app-file-sidebar-info.show {
	-webkit-transform: translateX(9%) translateY(1px);
	-ms-transform: translateX(9%) translateY(1px);
	transform: translateX(9%) translateY(1px);
	opacity: 1;
	background-color: #fff;
}
.section .app-file-sidebar-info .card-header {
	padding: 1rem 1.6rem;
	border-bottom: 1px solid #e0e0e0;
}
.section .content-right {
	float: right;
	width: calc(100% - 260px);
}
.section .content-right .app-file-area {
	border-left: 1px solid #e0e0e0;
}
.section .content-right .app-file-area .app-file-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.2rem 1rem;
	border-bottom: 1px solid #e0e0e0;
}
.section .content-right .app-file-area .app-file-header .app-file-header-search {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.section .content-right .app-file-area .app-file-header .app-file-header-search .input-field .prefix {
	font-size: 1.6rem;
	top: 0.7rem;
}
.section .content-right .app-file-area .app-file-header .app-file-header-search input {
	margin-bottom: 0;
	margin-left: 2.5rem;
	border-bottom: none;
	box-shadow: none;
}
.section .content-right .app-file-area .app-file-header .app-file-header-icons .fonticon-wrap {
	margin-left: 0.7rem;
}
.section .content-right .app-file-area .app-file-content {
	padding: 1.6rem;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card,
.section .content-right .app-file-area .app-file-content .app-file-folder .card,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card {
	margin-top: 0.5rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-content-logo,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-content-logo,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-content-logo {
	overflow: hidden;
	margin-bottom: 0.5rem;
	cursor: pointer;
	border-radius: 4px;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .recent-file,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .recent-file,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .recent-file {
	display: block;
	margin: 25px auto;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-last-access,
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-name,
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-size,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-last-access,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-name,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-size,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-last-access,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-name,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-size {
	font-size: 0.9rem;
	margin-top: 0.3rem;
	word-break: break-all;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .fonticon,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .fonticon,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .fonticon {
	position: absolute;
	right: 5px;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-folder-name,
.section .content-right .app-file-area .app-file-content .app-file-files .card .app-file-folder-size,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-folder-name,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .app-file-folder-size,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-folder-name,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .app-file-folder-size {
	font-size: 0.9rem;
}
.section .content-right .app-file-area .app-file-content .app-file-files .card .card-content,
.section .content-right .app-file-area .app-file-content .app-file-folder .card .card-content,
.section .content-right .app-file-area .app-file-content .app-file-recent-access .card .card-content {
	padding: 0.5rem;
}
@media (max-width: 992px) {
	.sidebar-left {
		position: absolute !important;
		z-index: 8;
		left: -34px;
		width: 260px !important;
		height: 100% !important;
		-webkit-transition: -webkit-transform 0.25s;
		transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
		transition: transform 0.25s, -webkit-transform 0.25s;
		-webkit-transform: translateX(-110%);
		-ms-transform: translateX(-110%);
		transform: translateX(-110%);
		background-color: #fff;
	}
	.sidebar-left.show {
		-webkit-transform: translateX(13%) translateY(-1px);
		-ms-transform: translateX(13%) translateY(-1px);
		transform: translateX(13%) translateY(-1px);
	}
	.content-right {
		width: 100% !important;
	}
	.content-right .app-file-area {
		border-left: none !important;
	}
}
@media (max-width: 600px) {
	.app-file-manager-wrapper .sidebar-left .app-file-sidebar .add-new-file {
		padding-top: 1rem;
	}
}
@media (max-width: 450px) {
	.app-file-sidebar-info {
		width: 300px !important;
	}
	.app-file-sidebar-info.show {
		-webkit-transform: translateX(11%) translateY(1px) !important;
		-ms-transform: translateX(11%) translateY(1px) !important;
		transform: translateX(11%) translateY(1px) !important;
	}
}
.invoice-list-wrapper {
	margin-top: 45px;
	margin-bottom: 22px;
}
.invoice-list-wrapper .responsive-table .top .action-filters {
	-webkit-box-flex: 0.95;
	-webkit-flex-grow: 0.95;
	-ms-flex-positive: 0.95;
	flex-grow: 0.95;
}
.invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter {
	width: 100%;
	padding-right: 30px;
}
.invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label {
	position: relative;
}
.invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label input[type="search"] {
	height: 3.2rem;
	margin: 0;
	padding-left: 1.5rem;
	border: 1px solid #9e9e9e !important;
	border-bottom: none;
	border-radius: 150px;
	background: #fff;
}
.invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label input[type="search"]:focus {
	box-shadow: none;
}
.invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label .filter-btn {
	position: absolute;
	top: -12px;
	right: 7px;
}
.invoice-list-wrapper .responsive-table .top .action-btns {
	-webkit-box-flex: 0.05;
	-webkit-flex-grow: 0.05;
	-ms-flex-positive: 0.05;
	flex-grow: 0.05;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.invoice-list-wrapper .responsive-table .invoice-data-table {
	border-collapse: collapse;
	box-shadow: box-shadow 0.25s;
}
.invoice-list-wrapper .responsive-table .invoice-data-table th {
	width: auto !important;
	padding: 19px 15px;
	border-bottom: 1px solid #e0e0e0;
}
.invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td {
	padding: 0.8rem;
}
.invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td .invoice-action a {
	color: #9e9e9e;
}
.invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td .invoice-action a i {
	font-size: 1.5rem;
}
.invoice-list-wrapper .responsive-table .invoice-data-table tr:last-child {
	border-bottom-color: transparent;
}
.invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input {
	opacity: 0.5;
	-webkit-appearance: none;
}
.invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input::after,
.invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input::before {
	position: absolute;
	z-index: 0;
	top: -4px;
	left: 0;
	width: 18px;
	height: 18px;
	margin-top: -3px;
	content: "";
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 2px solid #9e9e9e;
	border-radius: 4px;
}
.invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input:checked::after,
.invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input:checked:before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	border-top: 2px solid transparent;
	border-right: 2px solid #00346F;
	border-bottom: 2px solid #00346F;
	border-left: 2px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.invoice-list-wrapper .responsive-table .bottom {
	margin-top: 1rem;
}
.invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button {
	margin-top: 0.25rem;
	padding: 0.25em 0.65em;
}
.invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button.current,
.invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	border: 1px solid #3f51b5;
	border-radius: 4px;
	background: #3f51b5;
	box-shadow: 0 0 8px 0 #3f51b5;
}
.invoice-list-wrapper .responsive-table .bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.2rem;
	border-radius: 50%;
}
.invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > td.control:before,
.invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > th.control:before {
	left: 80%;
}
.invoice-view-wrapper .invoice-calc .invoice-title {
	width: 171px;
}
.invoice-view-wrapper .invoice-from,
.invoice-view-wrapper .invoice-to {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #6b6f82;
}
.invoice-view-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) {
	margin-bottom: 0.8rem;
}
.invoice-view-wrapper .invoice-address {
	margin-bottom: 1rem;
}
.invoice-edit-wrapper .invoice-date-picker small {
	white-space: nowrap;
}
.invoice-edit-wrapper .px-36 {
	padding-right: 36px;
	padding-left: 36px;
}
.invoice-edit-wrapper .invoice-item {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.invoice-edit-wrapper .invoice-item .invoice-icon {
	padding: 5px;
	border-left: 1px solid #e8e8e8;
}
.invoice-edit-wrapper .invoice-item .invoice-item-filed {
	padding: 0.8rem;
}
.invoice-edit-wrapper .invoice-item .dropdown-content {
	overflow: visible;
	width: 254px;
	padding: 10px;
}
.invoice-edit-wrapper .delete-row-btn,
.invoice-edit-wrapper .dropdown {
	cursor: pointer;
	text-align: center;
}
.invoice-edit-wrapper .delete-row-btn i,
.invoice-edit-wrapper .dropdown i {
	font-size: 1.2rem;
}
.invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) {
	margin-bottom: 0.8rem;
}
.invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) .preview,
.invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) .save {
	padding: 0 0.75rem;
}
.invoice-edit-wrapper .invoice-action-wrapper .btn {
	padding: 0;
}
.invoice-edit-wrapper input,
.invoice-edit-wrapper select,
.invoice-edit-wrapper textarea.materialize-textarea {
	border-bottom: 1px solid #e8e8e8 !important;
}
@media (min-width: 600px) {
	.responsive-table .top .action-btns .btn,
	.responsive-table .top .action-filters .btn {
		padding: 0 1rem;
	}
	.responsive-table .top .action-btns .btn i,
	.responsive-table .top .action-filters .btn i {
		float: left;
		margin-right: 8px;
	}
	.invoice-date-picker,
	.invoice-logo {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media (max-width: 600px) {
	.invoice-payment {
		padding: 1rem;
		border: 1px solid #e8e8e8;
		border-radius: 4px;
	}
	.invoice-date-picker {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 1054px) and (min-width: 600px) {
	.invoice-action-wrapper .btn .responsive-text {
		font-size: 0.8rem;
	}
}
@media (min-width: 1201px) {
	.invoice-view-wrapper .invoice-date {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media print {
	body,
	html {
		visibility: hidden;
	}
	.invoice-print-area {
		visibility: visible;
		page-break-after: auto;
	}
	.invoice-print-area .divider {
		margin: 0.5rem 0 !important;
	}
	.btn-buy-now,
	.btn-customizer,
	.invoice-action-wrapper,
	.navbar,
	.page-footer,
	.sidenav-main,
	.theme-cutomizer {
		display: none;
	}
	.card {
		box-shadow: none;
	}
	.card .card-content {
		padding: 0 !important;
	}
	table td,
	table th {
		border: 1px solid #e8e8e8;
	}
	.invoice-date-number .col,
	.invoice-info .col,
	.invoice-logo-title .col,
	.invoice-subtotal .row .col {
		width: 50% !important;
	}
}
@page {
	margin: 0;
	padding: 0;
	size: auto;
}
#kanban-wrapper {
	position: relative;
}

#kanban-wrapper .add-kanban-btn {
	margin-top: 51px;
	margin-bottom: 2rem;
}

#kanban-wrapper .kanban-container {
	margin-top: 1rem;
	width: 100% !important;
}

#kanban-wrapper .kanban-container .kanban-board {
	margin: 0 1.8rem 1rem 0 !important;
	border-radius: 4px;
	padding-bottom: 1rem;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-title-button {
	width: 120px;
	height: 20px;
	line-height: 15px;
	color: #333;
	padding: 0;
	position: absolute;
	text-align: center;
	bottom: 8px;
	display: block;
	font-weight: 700;
	font-size: 0.75rem;
	background-color: transparent;
	box-shadow: none;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-title-board {
	color: white;
	width: 200px;
	display: inline-block;
	padding: 0 0.5rem;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-title-board:hover,
#kanban-wrapper .kanban-container .kanban-board .kanban-title-board:focus {
	background-color: #ffffff5e;
	color: white;
	border-radius: 0.267rem;
	outline: none;
	text-overflow: clip;
}

#kanban-wrapper .kanban-container .kanban-board .line-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#kanban-wrapper .kanban-container .kanban-board .dropdown {
	float: right;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item {
	border-radius: 4px;
	overflow: hidden;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left {
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-comment,
#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-attachment {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-comment i,
#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-attachment i {
	margin: 0 0.5rem;
	position: relative;
	top: 2px;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-comment .font-size-small,
#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-left .kanban-attachment .font-size-small {
	font-size: 0.9rem;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-right {
	float: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-footer-right .kanban-badge {
	padding: 5px;
	font-size: 10px;
	font-weight: 700;
}

#kanban-wrapper .kanban-container .kanban-board .kanban-drag .kanban-item .kanban-footer .kanban-due-date {
	font-size: 12px;
	padding: 0.2rem 1rem;
	border-radius: 2px;
	font-weight: 700;
}

#kanban-wrapper .kanban-item {
	position: relative;
}

#kanban-wrapper .kanban-item::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.5rem;
	background-color: #009688;
}

#kanban-wrapper .kanban-item[data-border="light-blue"]::before {
	background-color: #2196f3;
}

#kanban-wrapper .kanban-item[data-border="red"]::before {
	background-color: #f44336;
}

#kanban-wrapper .kanban-item[data-border="green"]::before {
	background-color: #4caf50;
}

#kanban-wrapper .kanban-item[data-border="cyan"]::before {
	background-color: #00bcd4;
}

#kanban-wrapper .kanban-item[data-border="orange"]::before {
	background-color: #ff9800;
}

#kanban-wrapper .kanban-item[data-border="blue-grey"]::before {
	background-color: #607d8b;
}

#kanban-wrapper .kanban-board .kanban-board-header {
	background-color: #00bcd4;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.kanban-overlay {
	/* kanban overlay */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
}

.kanban-overlay.show {
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.kanban-sidebar {
	/* kanban sidebar */
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
	width: 23.8rem;
	background-color: white;
	position: fixed;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1003;
	right: 2rem;
	left: auto;
	bottom: 0;
	top: -1px;
	opacity: 0;
}

.kanban-sidebar.show {
	opacity: 1;
	-webkit-transform: translateX(9%) translateY(1px);
	-ms-transform: translateX(9%) translateY(1px);
	transform: translateX(9%) translateY(1px);
}

.kanban-sidebar .card {
	box-shadow: none;
}

.kanban-sidebar .card .card-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.kanban-sidebar .card .card-header .close-icon {
	cursor: pointer;
}

.kanban-sidebar .card .card-header .close-icon i {
	font-size: 1.2rem;
}

.kanban-sidebar .card .card-header .close-icon:focus {
	outline: none;
}

.kanban-sidebar .edit-kanban-item .file-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.kanban-sidebar .edit-kanban-item .file-field .btn-file {
	height: 2rem;
	line-height: 2rem;
}

.kanban-sidebar .edit-kanban-item select option {
	font-weight: 700;
	height: 32px;
	width: 50px;
}

.kanban-sidebar .quill-wrapper .snow-container {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 1rem;
}

.kanban-sidebar .quill-wrapper .snow-container .ql-snow,
.kanban-sidebar .quill-wrapper .snow-container .ql-toolbar {
	border: none;
}

.kanban-sidebar .quill-wrapper .snow-container .ql-toolbar .btn {
	width: auto;
	line-height: 0.9;
	padding: 0.467rem 1rem;
	font-size: 0.8rem;
	color: white;
	margin-left: 0.8rem;
}

.kanban-sidebar .quill-wrapper .snow-container .ql-toolbar .btn:hover {
	color: White;
}

.kanban-sidebar .quill-wrapper .snow-container .ql-tooltip {
	left: 0 !important;
}

.kanban-sidebar .quill-wrapper .snow-container .ql-tooltip input[type="text"] {
	width: 100px;
}

.kanban-sidebar .quill-wrapper .ql-editor.ql-blank::before {
	left: 0.3rem;
}

.kanban-sidebar .quill-wrapper .ql-editor {
	min-height: 7.93rem;
	padding: 0;
}

@media (max-width: 420px) {
	.kanban-sidebar {
		width: 19rem !important;
		right: 1.6rem !important;
	}
	.kanban-sidebar .quill-wrapper .snow-container .ql-tooltip input[type="text"] {
		width: 70px;
	}
}

.sidebar-left {
	float: left;
}
.sidebar-right {
	float: right;
}
.small-icons {
	font-size: 1.25rem;
	line-height: 1.65rem;
}
.sidebar {
	width: 280px;
}
.sidebar .sidebar-content .sidebar-header {
	position: relative;
	top: 50px;
	height: 185px;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .sidebar-title {
	font-weight: 700;
	line-height: 2.25rem;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .text-muted {
	font-size: 0.8rem;
	margin-top: 0.1rem;
	color: #757575;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .app-header-icon {
	font-size: 2.3rem;
	vertical-align: bottom;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .media-image {
	line-height: 1rem;
	padding-right: 0 !important;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .media-image img {
	width: 85%;
}
.sidebar .sidebar-content .sidebar-header .sidebar-details .name {
	color: #263238;
}
.sidebar .sidebar-content .app-sidebar i {
	font-size: 21px;
	line-height: 0;
	vertical-align: middle;
}
.sidebar .sidebar-content .app-sidebar .sidebar-title {
	font-weight: 700;
	padding: 15px 8px;
	text-transform: uppercase;
	color: #212121;
}
.sidebar .sidebar-content .sidebar-menu#sidebar-list {
	position: absolute;
	overflow: hidden;
	width: 280px;
	height: calc(100vh - 325px);
	margin-left: -1.4rem;
	padding-left: 1.4rem;
}
.sidebar .sidebar-content .sidebar-menu ul {
	line-height: 1.5rem;
}
.sidebar .sidebar-content .sidebar-menu ul li {
	margin-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}
.sidebar .sidebar-content .sidebar-menu ul a {
	line-height: 1.75rem;
	padding: 0.5rem;
	vertical-align: top;
	color: #757575;
}
.page-header-dark .sidebar .sidebar-content .sidebar-header .sidebar-details .sidebar-title,
.sidebar .sidebar-content .sidebar-menu ul li.active a {
	color: #fff;
}
.sidebar .sidebar-content .sidebar-menu ul li.active {
	margin-left: -1.8rem;
	padding-left: 1.8rem;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	background-color: #2196f3;
	box-shadow: 0 0 8px 0 #2196f3;
}
.sidebar .sidebar-content .sidenav-trigger {
	position: absolute;
	top: 90px;
	left: 17px;
	display: none;
}
.page-header-dark .sidebar .sidebar-content .sidebar-header .sidebar-details .subtitle {
	color: #cfd8dc;
}
.page-header-dark .sidebar .sidebar-content .sidebar-header .sidebar-details p {
	color: #f5f5f5;
}
.page-header-dark .sidebar .sidebar-content .sidenav-trigger i {
	vertical-align: middle;
	color: #fff;
}
@media (min-width: 900px) {
	.app-sidebar {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
@media (max-width: 900px) {
	.app-sidebar {
		-webkit-transform: translateX(-105%);
		-ms-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	.sidenav-overlay {
		z-index: 995;
	}
	.sidebar-left,
	.sidebar-right {
		float: none !important;
	}
	.sidebar .sidebar-content .sidebar-header {
		z-index: -1;
		top: 20px !important;
		left: 30px;
	}
	.sidebar .sidebar-content .sidebar-header .media-image,
	.sidebar .sidebar-content .sidebar-header p {
		display: none;
	}
	.sidebar .sidebar-content li > a {
		height: 2rem;
	}
	.sidebar .sidebar-content li a.collapsible-header i.material-icons,
	.sidebar .sidebar-content li > a > i.material-icons {
		line-height: 22px;
		height: 28px;
	}
	.sidebar .sidebar-content li.active a i {
		color: #fff;
	}
	.sidebar .sidebar-content .sidebar-menu ul {
		margin-left: 0;
	}
	.sidebar .sidebar-content .sidebar-menu#sidebar-list {
		position: absolute;
		top: 56px;
		left: 0;
		overflow: hidden;
		height: calc(100% - 56px) !important;
	}
	.sidebar .sidebar-content .sidebar-menu#sidebar-list .app-sidebar {
		position: absolute;
		z-index: 998;
		top: 8px;
		width: 300px;
		height: 100%;
		padding-right: 1rem;
		padding-left: 25px;
		background: #fff;
	}
	.sidebar .sidebar-content .sidenav-trigger {
		display: block;
	}
	.sidebar .sidebar-content #sidebar-list.sidebar-show {
		z-index: 996;
	}
}
@media (max-width: 600px) {
	.sidebar .sidebar-content .sidebar-header {
		top: 30px !important;
	}
	.sidebar .sidebar-content .sidebar-menu#sidebar-list .app-sidebar {
		top: 0;
	}
}
.app-todo .content-area {
	width: calc(100% - 280px);
	margin-top: 49px;
}
.app-todo .content-area.content-left {
	float: left;
}
.app-todo .content-area.content-right {
	float: right;
}
.app-todo .content-area .app-wrapper .app-search {
	position: relative;
}
.app-todo .content-area .app-wrapper .app-search .search-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bdbdbd;
}
.app-todo .content-area .app-wrapper .app-search .app-filter {
	max-width: calc(100% - 3rem);
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.2rem 0.2rem 2.75rem;
	border: none;
	border-radius: 0.4rem;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.app-todo .content-area .app-wrapper .app-search .app-filter:focus {
	border-bottom: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.app-todo .content-area .app-wrapper .todo-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1.5rem 1rem 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-todo .content-area .app-wrapper .todo-header .todo-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 275px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-todo .content-area .app-wrapper .todo-header .todo-action .delete-tasks,
.app-todo .content-area .app-wrapper .todo-header .todo-action .select-action,
.app-todo .content-area .app-wrapper .todo-header .todo-action .sort-task {
	margin-left: 1rem;
}
.app-todo .content-area .app-wrapper .todo-header .header-checkbox [type="checkbox"] + span:not(.lever):before,
.app-todo .content-area .app-wrapper .todo-header .header-checkbox [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	margin-left: 2.65rem;
	opacity: 0.5;
	border-radius: 4px !important;
}
.app-todo .content-area .app-wrapper .delete-task,
.app-todo .content-area .app-wrapper .delete-tasks,
.app-todo .content-area .app-wrapper .sort-task {
	cursor: pointer;
}
.app-todo .content-area .app-wrapper .collection {
	margin: 0;
	border: 0;
}
.app-todo .content-area .app-wrapper .collection .collection-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2px;
	padding-left: 0;
	cursor: pointer;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-left {
	margin: 0 0.5rem;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-left label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-left .favorite {
	cursor: pointer;
}
.app-todo .content-area .app-wrapper .collection .collection-item .todo-move {
	margin-left: 0.5rem;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content {
	width: 85%;
	margin-right: 1rem;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content .list-title-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content .list-title {
	font-weight: 700;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content .list-desc {
	font-size: 0.9rem;
	line-height: 1.35rem;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 0.25rem;
	text-overflow: ellipsis;
	color: #9e9e9e;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content .badge {
	font-size: 0.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 8px;
	color: #616161;
	border-radius: 2px;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-content .badge i {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-right: 0.25rem !important;
}
.app-todo .content-area .app-wrapper .collection .collection-item .list-date {
	font-size: 0.8rem;
	white-space: nowrap;
	color: #616161;
}
.app-todo .content-area .app-wrapper .collection .collection-item .delete-task i.material-icons,
.app-todo .content-area .app-wrapper .collection .collection-item .favorite i.material-icons,
.app-todo .content-area .app-wrapper .collection .collection-item .todo-move i.material-icons {
	cursor: pointer;
	color: #bdbdbd;
}
.app-todo .content-area .app-wrapper .collection .collection-item .todo-move i.icon-move {
	font-size: 22px;
	margin-top: 15px;
	cursor: move;
}
.app-todo .content-area .app-wrapper .collection .collection-item [type="checkbox"] + span:not(.lever):before,
.app-todo .content-area .app-wrapper .collection .collection-item [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	margin-left: 3px;
	opacity: 0.5;
	border-radius: 4px !important;
}
.app-todo .content-area .app-wrapper .no-data-found {
	display: none !important;
}
.app-todo .content-area .app-wrapper .no-data-found.show {
	display: block !important;
}
.todo-compose-sidebar {
	position: fixed;
	z-index: 1003;
	top: -1px;
	right: 2rem;
	bottom: 0;
	left: auto;
	width: 24.8rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	background-color: #fff;
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
}
.todo-compose-sidebar.show {
	-webkit-transform: translateX(9%) translateY(1px);
	-ms-transform: translateX(9%) translateY(1px);
	transform: translateX(9%) translateY(1px);
	opacity: 1;
}
.todo-compose-sidebar .card {
	box-shadow: none;
}
.todo-compose-sidebar .card .card-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.todo-compose-sidebar .card .card-header .close-icon {
	cursor: pointer;
}
.todo-compose-sidebar .card .card-header .close-icon i {
	font-size: 1.2rem;
}
.todo-compose-sidebar .card .card-header .close-icon:focus {
	outline: 0;
}
.todo-compose-sidebar .edit-todo-item .file-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.todo-compose-sidebar .edit-todo-item .file-field .btn-file {
	line-height: 2rem;
	height: 2rem;
}
.todo-compose-sidebar .edit-todo-item select option {
	font-weight: 700;
	width: 50px;
	height: 32px;
}
.todo-compose-sidebar .edit-todo-item .dropdown-content {
	width: 185.91px !important;
}
.todo-compose-sidebar .quill-wrapper .snow-container {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.todo-compose-sidebar .quill-wrapper .snow-container .ql-snow,
.todo-compose-sidebar .quill-wrapper .snow-container .ql-toolbar {
	border: none;
}
.todo-compose-sidebar .quill-wrapper .snow-container .ql-toolbar .btn {
	font-size: 0.8rem;
	line-height: 0.9;
	width: auto;
	margin-left: 0.8rem;
	padding: 0.467rem 1rem;
	color: #fff;
}
.todo-compose-sidebar .quill-wrapper .snow-container .ql-toolbar .btn:hover {
	color: #fff;
}
.todo-compose-sidebar .quill-wrapper .snow-container .ql-tooltip {
	left: 0 !important;
}
.todo-compose-sidebar .quill-wrapper .snow-container .ql-tooltip input[type="text"] {
	width: 100px;
}
.todo-compose-sidebar .quill-wrapper .ql-editor.ql-blank::before {
	left: 0.3rem;
}
.todo-compose-sidebar .quill-wrapper .ql-editor {
	min-height: 7.93rem;
	padding: 0;
}
.todo-compose-sidebar .assignDate .date-icon,
.todo-compose-sidebar .assignto .date-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 53px;
	height: 36px;
	margin: 12px 12px 0;
	padding: 0.3rem;
	border: 1px solid #9e9e9e;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.todo-compose-sidebar .assignDate .avatar,
.todo-compose-sidebar .assignto .avatar {
	margin-right: 10px;
}
.todo-compose-sidebar .assignDate .avatar img,
.todo-compose-sidebar .assignto .avatar img {
	margin-top: 11px;
}
.todo-compose-sidebar .select2-search__field {
	width: 0 !important;
}
.todo-compose-sidebar .select2-selection__rendered li[title="API"] {
	background-color: #9c27b0;
}
.todo-compose-sidebar .select2-selection__rendered li[title="Paypal"] {
	background-color: #ffc107;
}
.todo-compose-sidebar .select2-selection__rendered li[title="Invoice"] {
	background-color: #4caf50;
}
.todo-compose-sidebar .select2-container--default.select2-container--disabled .select2-selection--multiple {
	border: none;
	background-color: transparent;
}
.todo-compose-sidebar .add-todo,
.todo-compose-sidebar .update-todo {
	background-color: #2196f3;
}
.todo-overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.todo-overlay.show {
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
body.dragging,
body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	z-index: 2000;
	opacity: 0.5;
}
@media (max-width: 1244px) {
	.app-todo .content-area .app-wrapper .collection .collection-item .list-content {
		width: calc(100% - 7.5rem);
	}
}
@media (max-width: 900px) {
	.content-area {
		margin-top: -110px !important;
	}
	.content-area.content-left,
	.content-area.content-right {
		z-index: 1;
		float: none !important;
		width: 100%;
	}
	.sidebar .sidebar-content .sidenav-trigger {
		top: 88px;
	}
}
.collection a.collection-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.card.large .card-image + .card-content {
	max-height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#materialize-chartist #ct10-chart {
		display: none;
	}
}
#materialize-sparkline .card {
	overflow: hidden;
}
#materialize-sparkline .display-flex {
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.section.section-navbar nav .nav-wrapper {
	font-size: 2.1rem;
}
.section.section-navbar nav .nav-wrapper .brand-logo.center,
.section.section-navbar nav .nav-wrapper .brand-logo.center-align {
	position: absolute;
	left: 45%;
}
.section.section-navbar #extended-navbar ul.sidenav#mobile-demo,
.section.section-navbar #extended-navbar ul.sidenav#mobile-demo2,
.section.section-navbar #mobile-collapse ul.sidenav#mobile-demo,
.section.section-navbar #mobile-collapse ul.sidenav#mobile-demo2 {
	top: 56px;
	width: 350px;
}
@media screen and (max-width: 540px) {
	.section.section-navbar nav .nav-wrapper .brand-logo.center,
	.section.section-navbar nav .nav-wrapper .brand-logo.center-align {
		position: absolute;
		left: 40%;
	}
}
#view-circular .row.valign-wrapper img {
	max-width: 3rem;
}
#view-videos .video-container iframe,
.video-two .video-container iframe {
	border: none;
}
#responsive-videos video {
	width: 100%;
}
#revenue-chart span i.material-icons {
	position: relative;
	top: 5px;
}
#revenue-chart .yearly-revenue-chart {
	position: relative;
}
#revenue-chart .yearly-revenue-chart canvas {
	width: 100% !important;
	height: 350px !important;
}
#revenue-chart .yearly-revenue-chart canvas.firstShadow {
	position: absolute;
	top: 0;
	left: 0;
}
#weekly-earning h3.header {
	margin: 2.4rem 0 2.3rem;
}
#weekly-earning canvas {
	width: 100% !important;
	height: 110 !important;
	margin: 10px 0 10px -18px;
}
#weekly-earning .center-align p {
	margin-bottom: 1rem;
}
/*----------------------------------------
  Modern Dashboard
------------------------------------------*/
.chartist-tooltip {
	z-index: 10000 !important;
}

.total-transaction-tooltip,
.current-balance-tooltip,
.user-statistics-tooltip,
.conversion-ratio-tooltip {
	background: #7b1fa2;
	color: #fff;
}

.total-transaction-tooltip:before,
.current-balance-tooltip:before,
.user-statistics-tooltip:before,
.conversion-ratio-tooltip:before {
	border-top-color: #7b1fa2;
}

.card .card-content .card-title i.material-icons {
	cursor: pointer;
}

.current-balance-container {
	position: relative;
	height: 170px;
}

.current-balance-container > * {
	position: absolute;
	width: 100%;
}

#current-balance-donut-chart {
	height: 170px;
	-webkit-filter: drop-shadow(0px 10px 4px rgba(133, 3, 168, 0.2));
	filter: drop-shadow(0px 10px 4px rgba(133, 3, 168, 0.2));
}

#current-balance-donut-chart .ct-series-a .ct-slice-donut {
	stroke: #ff4bac;
}

#current-balance-donut-chart .ct-series-b .ct-slice-donut {
	stroke: #f6f6f6;
}

.total-transaction-container {
	position: relative;
	height: 240px;
}

.total-transaction-container > * {
	position: absolute;
	width: 100%;
}

#total-transaction-line-chart {
	height: 240px;
}

#total-transaction-line-chart .ct-series-a.ct-series .ct-line {
	stroke: url(#lineLinearStats) !important;
	stroke-width: 3px;
}

#total-transaction-line-chart .ct-series-a .ct-point {
	fill: transparent;
	stroke: transparent;
}

#total-transaction-line-chart .ct-series-a .ct-point:hover {
	fill: url(#lineLinearStats) !important;
	stroke-width: 4;
	stroke: #fff;
}

#total-transaction-line-chart .ct-series-a .ct-point-circle {
	fill: #fff;
	stroke-width: 4;
	stroke: #7b1fa2;
}

#total-transaction-line-chart .ct-grid {
	stroke: rgba(0, 0, 0, 0.05);
	stroke-width: 1px;
	stroke-dasharray: 0px;
}

.total-transaction-shadow {
	-webkit-filter: drop-shadow(0px 30px 4px rgba(133, 3, 168, 0.25));
	filter: drop-shadow(0px 30px 4px rgba(133, 3, 168, 0.25));
}

.user-statistics-card .collection .collection-item {
	min-height: auto;
}

.user-statistics-container {
	position: relative;
	height: 150px;
}

.user-statistics-container > * {
	position: absolute;
	width: 100%;
}

#user-statistics-bar-chart {
	height: 150px;
	-webkit-filter: drop-shadow(4px 10px 4px rgba(133, 3, 168, 0.2));
	filter: drop-shadow(4px 10px 4px rgba(133, 3, 168, 0.2));
}

#user-statistics-bar-chart .ct-series-a .ct-bar {
	stroke: url(#barGradient1);
}

#user-statistics-bar-chart .ct-series-a .ct-slice-pie {
	fill: #ff4bac;
}

#user-statistics-bar-chart .ct-series-b .ct-bar {
	stroke: url(#barGradient2);
}

#user-statistics-bar-chart .ct-series-b .ct-slice-pie {
	fill: #8133ff;
}

.recent-buyers-card .collection {
	border: none;
}

.recent-buyers-card .collection .collection-item {
	min-height: auto;
	border-bottom: none;
	padding-left: 55px;
}

.recent-buyers-card .collection .collection-item.avatar:not(.circle-clipper) > .circle {
	left: 0;
}

.recent-buyers-card .collection .collection-item.avatar .secondary-content {
	right: 0px;
	color: #2196f3;
}

#conversion-ration-bar-chart {
	-webkit-filter: drop-shadow(0px 20px 10px rgba(129, 51, 255, 0.4));
	filter: drop-shadow(0px 20px 10px rgba(129, 51, 255, 0.4));
}

#conversion-ration-bar-chart .ct-series-a .ct-bar {
	stroke: url(#barGradient2);
}

#conversion-ration-bar-chart .ct-series-b .ct-bar {
	stroke: url(#barGradient1);
}

#conversion-ration-bar-chart .ct-series-c .ct-bar {
	stroke: #e4e4e4;
}

.subscriber-list-card table th {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.9rem;
}

.subscriber-list-card table td:first-child,
.subscriber-list-card table th:first-child {
	padding: 15px 5px 15px 25px;
}

.subscriber-list-card table td:last-child,
.subscriber-list-card table th:last-child {
	padding: 15px 25px 15px 5px;
}

#user-statistics-bar-chart .ct-series-a .ct-slice-pie {
	opacity: 0;
	-webkit-animation: barChart 0.2s forwards ease-in;
	animation: barChart 0.2s forwards ease-in;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#user-statistics-bar-chart .ct-series-b .ct-slice-pie {
	opacity: 0;
	-webkit-animation: barChart 0.2s forwards ease-in;
	animation: barChart 0.2s forwards ease-in;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes barChart {
	to {
		opacity: 1;
	}
}

@keyframes barChart {
	to {
		opacity: 1;
	}
}

.vertical-modern-menu .vertical-modern-dashboard {
	margin-top: 28px;
}

body:not(.vertical-modern-menu) .content-wrapper-before.blue-grey.lighten-5 {
	background-color: transparent !important;
}

#main .section-data-tables .dataTables_wrapper table.dataTable {
	width: 100% !important;
}
#main .section-data-tables .dataTables_wrapper table.dataTable thead th {
	min-width: 69px;
	color: #616161;
}
#main .section-data-tables .dataTables_wrapper table.dataTable thead th.background-image-none,
#main .section-data-tables .dataTables_wrapper table.dataTable thead th.select-all {
	background-image: none !important;
}
#main .section-data-tables .dataTables_wrapper table.dataTable td,
#main .section-data-tables .dataTables_wrapper table.dataTable th {
	font-weight: 300;
	white-space: nowrap;
	border-bottom: 1px solid #cfd8dc;
}
#main .section-data-tables .dataTables_wrapper table.dataTable th {
	padding: 17px 14px;
}
#main .section-data-tables .dataTables_wrapper table.dataTable tbody {
	overflow: auto;
	max-width: 100%;
	height: 300px;
}
#main .section-data-tables .dataTables_wrapper table.dataTable tbody td,
#main .section-data-tables .dataTables_wrapper table.dataTable tbody th {
	white-space: nowrap;
	border: none !important;
}
#main .section-data-tables .dataTables_wrapper table.dataTable tbody td:not(:first-child) {
	padding: 8px 14px;
}
#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr td:before,
#main .section-data-tables .dataTables_wrapper table.dataTable tbody tr th:before {
	font-size: 0.9rem;
	line-height: 14px;
	top: 10px;
	width: 12px;
	height: 12px;
	text-indent: 0;
}
#main .section-data-tables .dataTables_wrapper table.dataTable tfoot td,
#main .section-data-tables .dataTables_wrapper table.dataTable tfoot th {
	font-weight: 300;
	white-space: nowrap;
	border-top: 1px solid #cfd8dc;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr,
#main .section-data-tables .dataTables_wrapper table.dataTable.stripe tbody tr {
	height: auto;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr .odd,
#main .section-data-tables .dataTables_wrapper table.dataTable.stripe tbody tr .odd {
	background-color: #f4f5f7;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr .odd > .sorting_1,
#main .section-data-tables .dataTables_wrapper table.dataTable.stripe tbody tr .odd > .sorting_1 {
	background-color: transparent;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr .odd.selected,
#main .section-data-tables .dataTables_wrapper table.dataTable.stripe tbody tr .odd.selected {
	background-color: #acbad4 !important;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr .odd.selected th,
#main .section-data-tables .dataTables_wrapper table.dataTable.stripe tbody tr .odd.selected th {
	border-radius: 0;
}
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr.hover > .sorting_1,
#main .section-data-tables .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1,
#main .section-data-tables .dataTables_wrapper table.dataTable.order-column.hover tbody tr.hover > .sorting_1,
#main .section-data-tables .dataTables_wrapper table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: transparent;
}
#main .section-data-tables .dataTables_wrapper table [type="checkbox"] + span:not(.lever):before,
#main .section-data-tables .dataTables_wrapper table [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	opacity: 0.5;
	border-radius: 4px !important;
}
#main .section-data-tables .dataTables_wrapper .dataTables_filter#page-length-option_filter,
#main .section-data-tables .dataTables_wrapper .dataTables_length#page-length-option_length {
	display: block;
}
#main .section-data-tables .dataTables_wrapper .dataTables_filter#page-length-option_filter label select,
#main .section-data-tables .dataTables_wrapper .dataTables_length#page-length-option_length label select {
	display: inline-block;
	width: auto;
	height: auto;
}
#main .section-data-tables .dataTables_wrapper .dataTables_filter#page-length-option_filter label input,
#main .section-data-tables .dataTables_wrapper .dataTables_length#page-length-option_length label input {
	width: auto;
	height: auto;
}
#main .section-data-tables .dataTables_wrapper .dataTables_filter,
#main .section-data-tables .dataTables_wrapper .dataTables_length {
	display: none;
}
#main .section-data-tables .dataTables_wrapper .dataTables_info {
	margin-left: 18px;
	color: #616161;
}
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate {
	margin-right: 0.35rem;
	margin-bottom: 0.75rem;
}
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-top: 0.25rem;
	padding: 0.25em 0.65em;
}
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button.current,
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button.current:hover,
#main .section-data-tables .dataTables_wrapper #page-length-option_paginate .paginate_button:hover,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	border: 1px solid #2196f3 !important;
	border-radius: 6px;
	background: #2196f3 !important;
	box-shadow: 0 0 8px 0 #2196f3 !important;
}
#ecommerce-products .card {
	overflow: hidden;
}
#ecommerce-products .card .card-content i.material-icons {
	cursor: pointer;
}
#ecommerce-products .modal .modal-content i.material-icons {
	cursor: pointer;
	vertical-align: middle;
}
#ecommerce-products .card-badge {
	line-height: 2em;
	position: absolute;
	top: 1rem;
	right: -10rem;
	display: block;
	width: 25rem;
	height: 2em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	text-indent: 0.8em;
	background: #8e24aa;
	background: -webkit-linear-gradient(45deg, #8e24aa 0, #ff6e40 100%);
	background: linear-gradient(45deg, #8e24aa 0, #ff6e40 100%);
}
#ecommerce-products .card-badge a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	color: #dedede;
}
#ecommerce-products .card-badge a:hover {
	text-decoration: underline;
}
#ecommerce-products .card-badge a:after,
#ecommerce-products .card-badge a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: "";
}
#ecommerce-products .card-badge a:after {
	top: auto;
	bottom: 0;
	border-bottom-width: 0;
}
#ecommerce-products .prise-text-style {
	font-size: 20px;
	vertical-align: bottom;
	text-decoration: line-through;
	color: #c1c1c1 !important;
}
#ecommerce-products .card-content hr,
#ecommerce-products .modal-content hr {
	opacity: 0.3;
}
#ecommerce-products .card-content .list-bullet,
#ecommerce-products .modal-content .list-bullet {
	padding-left: 1.65rem;
	list-style-type: disc;
}
#ecommerce-products .card-content .list-bullet .list-item-bullet,
#ecommerce-products .modal-content .list-bullet .list-item-bullet {
	padding: 0.2rem 0;
	list-style-type: disc;
}
#ecommerce-products .categories-collapsible {
	border: none;
	box-shadow: none;
}
#ecommerce-products .categories-collapsible li.active i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#ecommerce-products .categories-collapsible li .collapsible-header {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
}
#ecommerce-products .categories-collapsible li .collapsible-header i {
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#ecommerce-products .categories-collapsible .collapsible-body {
	padding: 5px 0 0 5px;
	border: 0;
}
#ecommerce-products .categories-collapsible .collapsible-body p {
	font-size: 0.9rem;
	margin-top: 5px;
	cursor: pointer;
}
#ecommerce-products .size-filter ul {
	margin: 0;
}
#ecommerce-products .size-filter ul .active a {
	color: #fff;
	background: #7e57c2;
}
#ecommerce-products .size-filter ul li {
	display: inline-block;
	margin: 0.1rem 0;
}
#ecommerce-products .size-filter ul li a {
	font-weight: 700;
	line-height: 34px;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 3px;
	background: #ede7f6;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	#ecommerce-products .card-content .btn {
		display: inline-table;
		width: 100%;
	}
}
@media only screen and (width: 1024px) {
	#ecommerce-products .electronic-products .col.s12.m4.l4 {
		width: 49.3333%;
	}
}
.tour-container .shepherd-header {
	background-color: #e8eaf6 !important;
}
.tour-container .shepherd-header .shepherd-title {
	color: #3f51b5;
}
.tour-container .shepherd-header .shepherd-cancel-icon span {
	font-size: 1.4rem;
	position: absolute;
	top: 8px;
	right: 15px;
	color: #5c6bc0;
}
.tour-container .shepherd-text {
	color: #6b6f82;
}
.treeview-wrapper .jstree-default {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.forgot-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
#forgot-password {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#forgot-password .card-panel.border-radius-6.forgot-card {
	margin-left: 0 !important;
}
.select2-results .select2-results__options .select2-results__option strong.select2-results__group {
	font-size: 1.1rem;
	font-weight: 900;
}
.select2-results .select2-results__options .select2-results__option .select2-result-repository {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.select2-results .select2-results__options .select2-results__option .select2-result-repository .select2-result-repository__avatar {
	margin-right: 1rem;
}
.select2-results .select2-results__options .select2-results__option .select2-result-repository .select2-result-repository__avatar img {
	width: 100px;
}
.select2-dropdown {
	z-index: 10 !important;
}
.select2-search--dropdown .select2-search__field {
	box-sizing: border-box !important;
	padding: 0 1rem !important;
}
ul.stepper .step .step-content .step-actions {
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
ul.stepper .step .step-content .step-actions .btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
ul.stepper.horizontal .step .step-content .step-actions {
	flex-direction: row-reverse;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
@media screen and (max-width: 540px) {
	.section-form-wizard ul.stepper .step .step-content .row .input-field label {
		line-height: 1;
	}
}
/*----------------------------------------
	icon page
------------------------------------------*/
.icon-demo {
	line-height: 50px;
}

.icon-container i {
	font-size: 3em;
	display: block;
	margin-bottom: 10px;
}

.icon-container .icon-preview {
	height: 120px;
	text-align: center;
}

.icon-holder {
	display: block;
	text-align: center;
	width: 150px;
	height: 115px;
	float: left;
	margin: 0 0 15px 0;
}

.icon-holder p {
	margin: 0;
}

#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.moveNextCarousel:hover,
#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.movePrevCarousel:hover {
	color: #fff !important;
	background-color: #8e24aa;
}
#intro .modal.open {
	height: 100%;
	max-height: 80%;
}
#intro .modal.open .modal-content {
	overflow: hidden;
	height: 100%;
}
#intro .modal .modal-close span i.material-icons {
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
#intro .modal .modal-content .carousel.carousel-slider {
	height: 100% !important;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text {
	position: absolute;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.moveNextCarousel {
	top: -5px;
	right: 0;
	border-radius: 30px;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item .middle-indicator-text.movePrevCarousel {
	top: -5px;
	left: 0;
	border-radius: 30px;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-fixed-item i.material-icons {
	line-height: 1;
	position: relative;
	top: 4px;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide-1-img,
#intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide3-img {
	width: 200px;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item .slide-2-img {
	width: 160px;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item .intro-step-title {
	color: #8e24aa;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-2 .select-wrapper input.select-dropdown {
	text-overflow: ellipsis;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 ul.feature-list li i.material-icons {
	position: relative;
	top: 7px;
	color: #8e24aa;
}
#intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 .get-started {
	border-radius: 30px;
}
#intro .modal .modal-content .carousel.carousel-slider ul.indicators {
	bottom: 20px;
}
#intro .modal .modal-content .carousel.carousel-slider ul.indicators .indicator-item {
	background-color: #9e9e9e;
}
#intro .modal .modal-content .carousel.carousel-slider ul.indicators .indicator-item.active {
	background-color: #8e24aa;
}
#intro .modal .modal-content:after {
	background-size: cover;
}
#intro .modal .bg-img-div {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 90%;
	height: 100px;
	opacity: 1;
	background-size: cover;
}
@media (min-width: 992px) {
	#intro .modal {
		width: 35% !important;
	}
}
@media (min-width: 1024px) and (max-width: 1439px) {
	#intro .modal.open {
		width: 35%;
	}
	#intro .modal.open .modal-content .carousel .slide-3 .get-started {
		margin-top: -5px !important;
	}
}
@media (max-width: 768px) {
	#intro .modal.open {
		height: 60%;
	}
}
@media (max-width: 540px) {
	#intro .modal {
		width: 80%;
		height: 100% !important;
		max-height: 70%;
	}
	#intro .modal .modal-content .carousel.carousel-slider .carousel-item .intro-step-title {
		font-size: 1.25rem !important;
	}
	#intro .modal .modal-content .carousel.carousel-slider .carousel-item.slide-3 ul.feature-list {
		margin: 0;
	}
}
@media (width: 375px) and (height: 667px) {
	#intro .modal .modal-content .carousel.carousel-slider .carousel-item img.responsive-img {
		width: 100px;
	}
}
.forgot-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
#lock-screen {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#lock-screen .card-panel.border-radius-6.forgot-card {
	margin-left: 0 !important;
}
/*----------------------------------------
	Login Page
------------------------------------------*/
.login-bg {
	background-repeat: no-repeat;
	background-size: cover;
}

#login-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

#login-page .card-panel.border-radius-6.login-card {
	margin-left: 0 !important;
}

.section.section-404 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100vh;
	background: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.section.section-404 .error-code {
	font-size: 10rem !important;
}
@media screen and (min-width: 992px) {
	.section.section-404 .error-code {
		font-size: 5rem !important;
	}
	.section.section-404 .bg-image-404 {
		width: 70% !important;
	}
}
@media screen and (min-width: 769px) {
	.bg-image-404 {
		width: 100% !important;
	}
}
@media screen and (max-width: 768px) {
	.section.section-404 .error-code {
		font-size: 5rem !important;
	}
	.section.section-404 .bg-image-404 {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.section.section-404 .error-code {
		font-size: 2rem !important;
	}
}
.section-500 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100vh;
	background: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-500 .error-code {
	font-size: 10rem !important;
}
@media screen and (min-width: 992px) {
	.section.section-500 .error-code {
		font-size: 5rem !important;
	}
	.section.section-500 .bg-image-500 {
		width: 70% !important;
	}
}
@media screen and (min-width: 769px) {
	.bg-image-500 {
		width: 100% !important;
	}
}
@media screen and (max-width: 768px) {
	.section.section-500 .error-code {
		font-size: 5rem !important;
	}
	.section.section-500 .bg-image-500 {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.section.section-500 .error-code {
		font-size: 2rem !important;
	}
}
.tabs-vertical .media-body {
	padding: 0 25px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.tabs-vertical .tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: auto;
	border-radius: 4px;
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tabs-vertical .tabs .tab {
	width: 100%;
	text-align: start;
}
.tabs-vertical .tabs .tab a {
	-webkit-transition: none !important;
	transition: none !important;
	color: #6b6f82;
}
.tabs-vertical .tabs .tab a:hover {
	color: #6b6f82 !important;
}
.tabs-vertical .tabs .tab a.active {
	color: #e91e63 !important;
	border-radius: 4px;
	background-color: #fce4ec !important;
}
.tabs-vertical .tabs .tab a.active:hover {
	color: #00346F !important;
}
.tabs-vertical .tabs .tab a i {
	position: relative;
	top: 7px;
	margin-right: 0.2rem;
}
.tabs-vertical .tabs .tab:hover {
	background-color: #eee;
}
.tabs-vertical .indicator {
	display: none;
}
.tabs-vertical .upfilewrapper {
	overflow: hidden;
	width: 0;
	height: 0;
}
@media (max-width: 600px) {
	.form-action,
	.media-body .general-action-btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.form-action .btn,
	.media-body .general-action-btn .btn {
		margin-bottom: 1rem;
	}
	.media-body .general-action-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.form-action {
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
}
.vertical-align-top {
	vertical-align: top;
}
.card-animation-1,
.image-n-margin {
	margin-top: -50px;
	-webkit-transition: 0.3s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.card-animation-1:hover .image-n-margin {
	margin-top: -80px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#blog-list .card.horizontal {
	overflow: hidden;
	max-height: 200px;
}
#blog-list .social-icon {
	width: 7.5rem;
}
#blog-list .social-icon .material-icons:hover {
	cursor: pointer !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	#blog-list .social-icon {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#blog-list .card-panel .mt-3.social-icon {
		margin-top: 2% !important;
	}
}
@media screen and (max-width: 600px) {
	#blog-list .card-panel .mt-3.social-icon {
		margin-top: 1% !important;
	}
}
@media screen and (max-width: 480px) {
	#blog-list {
		margin-top: 3rem;
	}
}
#contact-us .app-wrapper .sidenav {
	width: 340px;
	padding: 2rem;
}
#contact-us .app-wrapper .contact-header {
	margin-top: 3.5rem;
}
#contact-us .app-wrapper .contact-header .contact-us .social-icons i {
	font-size: 1.3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#contact-us .app-wrapper .contact-header .contact-us i {
	font-size: 1.9rem;
}
#contact-us .app-wrapper .contact-header .contact-us .form-header {
	padding: 1.88rem;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #d7e0e8;
}
#contact-us .app-wrapper .contact-header .contact-us .form-header i {
	font-size: 3.5rem;
	margin-right: 1rem;
	vertical-align: middle;
}
#contact-us .app-wrapper .contact-sidenav .contact-left {
	margin-top: 2rem;
}
#contact-us .app-wrapper .contact-sidenav .sidenav-trigger {
	position: absolute;
	top: 6.5rem;
	left: 1rem;
}
#contact-us .app-wrapper .contact-sidenav .line-height {
	line-height: 1.6rem !important;
}
#contact-us .app-wrapper .contact-sidenav hr {
	border: 0;
	border-top: 1px solid #cfd8dc;
}
#contact-us .app-wrapper .contact-sidenav textarea.materialize-textarea {
	height: 12rem;
}
#contact-us .app-wrapper .contact-sidenav .contact-form {
	padding: 3rem;
	background-color: #fff;
	box-shadow: -3px 0 10px 0 #eceff1;
}
#contact-us .app-wrapper .contact-sidenav .contact-form .btn {
	float: right;
}
#contact-us .app-wrapper .contact-sidenav .contact-form .input-field {
	overflow: visible !important;
}
#contact-us .app-wrapper .contact-sidenav .contact-form .input-field input,
#contact-us .app-wrapper .contact-sidenav .contact-form .input-field textarea {
	margin-top: 0.4rem;
	padding-left: 1rem;
	border: none;
	border-radius: 0.3rem;
	background-color: #eceff1;
}
#contact-us .app-wrapper .contact-sidenav .contact-form .input-field label {
	width: auto;
	margin-left: 1rem;
}
#contact-us .app-wrapper .contact-sidenav .contact-form .input-field label .active {
	color: #eceff1 !important;
}
.horizontal-layout #main .row .content-wrapper-before {
	top: 128px;
}
.page-header-dark #contact-us .contact-sidenav .sidebar .sidenav-trigger i.material-icons,
.page-header-dark #contact-us .contact-us .sidebar-title,
.page-header-dark #contact-us .contact-us .sidebar-title h5 {
	color: #fff;
}
@media (min-width: 993px) {
	#contact-us .app-sidebar {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
@media (max-width: 998px) {
	#contact-us .app-wrapper .contact-header {
		margin-top: 1.3rem;
	}
	#contact-us .app-wrapper .contact-header h5 {
		margin-bottom: 1rem !important;
		margin-left: 2rem !important;
	}
	#contact-us .app-wrapper .contact-header i {
		margin-top: 0.1rem;
	}
}
@media (max-width: 600px) {
	#contact-us .sidenav-trigger.hide-on-large-only i.material-icons {
		position: relative;
		top: -0.5rem;
	}
	#contact-us .app-wrapper .contact-sidenav .sidenav-trigger {
		top: 6rem;
	}
}
#faq .faq-search-image,
#faq-detail .faq-search-image {
	background-repeat: no-repeat;
	background-size: cover;
}
#faq .search-shadow {
	width: 95%;
	padding-left: 1.3rem;
	border-radius: 3rem;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
#faq .faq-card :hover i {
	padding-left: 0.5rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-shadow: 2px 2px 6px #b0bec5;
}
#faq .faq-card i {
	font-size: 3rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#faq img,
#faq-detail img {
	width: 40px;
}
#faq .p-35,
#faq-detail .p-35 {
	padding: 35px;
}
#faq .card-content .category-list p,
#faq-detail .card-content .category-list p {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#faq .card-content .category-list p:hover,
#faq-detail .card-content .category-list p:hover {
	padding-left: 0.3rem;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#faq .categories-collapsible,
#faq-detail .categories-collapsible {
	border: none;
	box-shadow: none;
}
#faq .categories-collapsible li.active,
#faq-detail .categories-collapsible li.active {
	margin-bottom: 0.8rem;
	border-bottom: 1px solid #eceff1;
}
#faq .categories-collapsible li.active i,
#faq-detail .categories-collapsible li.active i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#faq .categories-collapsible .collapsible-header,
#faq-detail .categories-collapsible .collapsible-header {
	margin-bottom: 0.5rem;
	border: none;
	box-shadow: 0 0 3px 0 #00017;
}
#faq .categories-collapsible .collapsible-header i,
#faq-detail .categories-collapsible .collapsible-header i {
	position: absolute;
	right: 2rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#faq .collapsible-body,
#faq-detail .collapsible-body {
	padding: 5px 1rem 0;
	border: 0;
}
#faq .collapsible-body p,
#faq-detail .collapsible-body p {
	font-size: 0.9rem;
	margin-top: 5px;
	cursor: pointer;
}
#faq-detail .search-shadow {
	width: 95%;
	padding-left: 1.3rem;
	border-radius: 3rem;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
#faq-detail i {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}
#faq-detail .card-content .text-sm {
	font-size: 0.8rem;
	color: #bdbdbd;
}
#faq-detail .card-content .card-title {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
#knowledge .knowledge-content .card-hover :hover i {
	padding-left: 0.5rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-shadow: 2px 2px 6px #b0bec5;
}
#knowledge .knowledge-content .card-hover i {
	font-size: 3rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#knowledge .knowledge-content .card-content-link i {
	vertical-align: middle;
}
#knowledge .knowledge-content .card-content-link p a {
	color: #000;
}
#knowledge .knowledge-content .card-content-link p :hover {
	text-decoration: underline;
}
#knowledge .search-image {
	background-repeat: no-repeat;
	background-size: cover;
}
#knowledge .text-shadow {
	text-shadow: 4px 4px 3px #ee462e30 !important;
}
#knowledge .search-box {
	width: 95%;
	padding-left: 1rem;
	border-radius: 3rem;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
#knowledge .card-border-gray {
	border: 1px solid #eceff1;
}
#knowledge .background-transparent {
	background-color: transparent !important;
}
#knowledge .card-hover :hover {
	background-color: #eceff1;
}
#knowledge .p-35 {
	padding: 35px;
}
.page-header-dark #knowledge-licensing .sidebar-title h4,
.page-header-dark #knowledge-licensing .sidebar-title h6,
.page-header-dark #knowledge-licensing-detail .sidebar-title h4,
.page-header-dark #knowledge-licensing-detail .sidebar-title h6 {
	margin-top: 0.3rem;
	color: #fff;
}
#knowledge-licensing .licenses p a {
	color: #000;
}
#knowledge-licensing .licenses p :hover {
	text-decoration: underline !important;
}
#knowledge-licensing .licenses i {
	margin-right: 0.5rem;
	vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
	#knowledge-licensing .licenses .card-width {
		width: 100%;
	}
}
#knowledge-licensing-detail .licenses-link .licenses-list {
	cursor: pointer;
}
#knowledge-licensing-detail .licenses-link .licenses-list li {
	padding: 0.5rem 1.5rem;
}
#knowledge-licensing-detail .licenses-link .licenses-list .active {
	padding: 0.5rem 1.5rem;
	color: #fff;
	border-radius: 0.4rem;
	background-color: #ab47bc;
}
.section-maintenance {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100vh;
	background: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-maintenance #maintenance h6 {
	line-height: 1.7rem;
}
.section-maintenance #maintenance .maintenance-img {
	width: 35%;
}
@media screen and (max-width: 540px) {
	.section.section-maintenance .error-code {
		font-size: 2rem !important;
	}
}
#search-page #search-wrapper {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
#search-page #search-wrapper .input-field {
	margin-bottom: 1rem;
}
#search-page #search-wrapper .input-field h5 {
	margin-bottom: 1.5rem;
}
#search-page .search-circle {
	padding-left: 15px;
	border-radius: 10rem;
}
#search-page .tabs-style {
	color: #000;
	background-color: transparent;
}
#search-page .tab-style a,
#search-page .tabs-style a.active {
	color: #000;
}
#search-page .tabs-style .tab a:focus,
#search-page .tabs-style .tab a:focus.active {
	background-color: rgba(255, 255, 255, 0.2);
}
#search-page .right-content {
	padding: 1.5rem 2rem;
	border: 1px solid #cfd8dc;
}
#search-page .search-box {
	width: 95%;
	box-shadow: 3px 3px 14px #455a64;
}
#search-page .tabs .indicator {
	height: 4px;
	background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	#search-page .video .card-content {
		padding: 10px;
	}
}
.timeline > li .timeline-panel::after,
.timeline > li .timeline-panel::before {
	display: inline-block;
	content: " ";
	position: absolute;
}
.timeline {
	position: relative;
}
.timeline:before {
	position: absolute;
	z-index: -1;
	top: 35px;
	left: 50%;
	width: 3px;
	height: 100%;
	content: " ";
	background-color: #eee;
}
.timeline > li {
	position: relative;
	float: left;
	clear: left;
	width: 50%;
	margin-bottom: 35px;
}
.timeline > li .timeline-panel {
	position: relative;
	width: calc(100% - 43px);
}
.timeline > li .timeline-panel::before {
	top: 26px;
	right: -15px;
	border-top: 15px solid transparent;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #ccc;
}
.timeline > li .timeline-panel::after {
	top: 27px;
	right: -14px;
	border-top: 14px solid transparent;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	border-left: 14px solid #fff;
}
.timeline > li .timeline-badge {
	position: absolute;
	z-index: 8;
	top: 27px;
	right: -19px;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
}
.timeline > li .timeline-badge a i {
	font-size: 1.4rem;
	line-height: 35px;
}
.timeline > li.timeline-inverted {
	float: right;
	clear: right;
	margin-top: 60px;
	margin-bottom: 50px;
}
.timeline > li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted .timeline-panel::before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted .timeline-panel::after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline > li.timeline-inverted .timeline-badge {
	left: -15px;
}
.timeline > li .card .card-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.timeline > li .card .card-text .flow-text {
	font-size: 1.4rem;
}
.timeline > li .card .horizontal-avatar li {
	display: inline-block;
	margin-right: 0.9rem;
}
@media (max-width: 767px) {
	.timeline::before {
		left: 44px;
	}
	.timeline > li {
		position: relative;
		float: left;
		clear: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.timeline > li .timeline-panel {
		float: right;
		width: calc(100% - 90px);
	}
	.timeline > li .timeline-panel::before {
		right: auto;
		left: -15px;
		border-right-width: 15px;
		border-left-width: 0;
	}
	.timeline > li .timeline-panel::after {
		right: auto;
		left: -14px;
		border-right-width: 14px;
		border-left-width: 0;
	}
	.timeline > li .timeline-badge {
		top: 22px;
		left: 28px;
		margin-left: 0;
	}
	.timeline > li.timeline-inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.timeline > li.timeline-inverted .timeline-badge {
		left: 28px;
	}
}
.users-edit i,
.users-list-wrapper i,
.users-view i {
	vertical-align: middle;
}
.users-list-wrapper .users-list-filter .show-btn {
	padding-top: 43px !important;
}
.users-list-wrapper .users-list-table {
	
}
.users-list-wrapper .users-list-table .dataTables_filter label input {
	width: auto;
	height: auto;
	margin-left: 0.5rem;
}
.users-list-wrapper .users-list-table .dataTables_length label select {
	display: inline-block;
	width: auto;
	height: auto;
}
.users-list-wrapper .users-list-table .dataTable {
	border-collapse: collapse;
}
.users-list-wrapper .users-list-table .dataTable th {
	width: auto !important;
	padding: 19px 15px;
	border-bottom: 1px solid #e0e0e0;
}
.users-list-wrapper .users-list-table .dataTable tbody td {
	padding: 0.8rem;
}
.users-list-wrapper .users-list-table .dataTables_paginate .paginate_button {
	margin-top: 0.25rem;
	padding: 0.25em 0.65em;
}
.users-list-wrapper .users-list-table .dataTables_paginate .paginate_button.current,
.users-list-wrapper .users-list-table .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	border: 1px solid #3f51b5 !important;
	border-radius: 4px;
	background: #3f51b5 !important;
	box-shadow: 0 0 8px 0 #3f51b5 !important;
}
.users-view .media .avatar {
	margin-right: 0.6rem;
}
.users-view .media .users-view-name {
	font-size: 1.47rem;
}
.users-view .quick-action-btns a {
	margin-left: 1rem;
}
.users-view .users-view-timeline {
	padding: 2rem;
}
.users-view .users-view-timeline h6 span {
	font-size: 2rem;
	vertical-align: middle;
}
.users-view .striped td:first-child {
	width: 140px;
}
.users-edit .tabs .tab a {
	text-overflow: clip;
}
.users-edit .tabs .tab a span {
	position: relative;
	top: 2px;
}
.users-edit .tabs .tab a.active {
	border-radius: 4px;
	background-color: #e8eaf6;
}
.users-edit .user-edit-btns a,
.users-edit form button[type="submit"] {
	margin-right: 1rem;
}
@media (max-width: 600px) {
	.users-view-timeline h6 {
		text-align: center;
	}
	.users-view .media {
		margin-bottom: 0.5rem;
	}
	.users-view .media .media-heading {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.users-view .media .media-heading .users-view-name {
		font-size: 1.2rem;
	}
	.users-view .media .media-heading .users-view-username {
		font-size: 0.8rem;
	}
}

.plans-container .collection {
	border: none;
}
.plans-container .collection .collection-item {
	font-size: 1.07rem;
	line-height: 1.6em;
	text-align: center;
	border-bottom: none;
}
.plans-container .collection .collection-item:before {
	font-family: "Material Icons";
	font-size: 1.28rem;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1.6em;
	margin-right: 10px;
	content: "check";
	text-transform: none;
	color: #00bfa5;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
.plans-container .card .card-image {
	position: relative;
	width: 100%;
}
.plans-container .card .card-image .card-title {
	font-size: 1.28rem;
	line-height: 1.6em;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.1);
}
.plans-container .card .card-image .price {
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.6em;
	position: relative;
	text-align: center;
	color: #fff;
}
.plans-container .card .card-image .price sup {
	font-size: 1.42rem;
	font-weight: 100;
	line-height: 1.6em;
	top: -35px;
}
.plans-container .card .card-image .price sub {
	font-size: 1.42rem;
	font-weight: 100;
	line-height: 1.6em;
	top: 0;
	left: -15px;
}
.plans-container .card .card-image .price sub span {
	margin-left: 0.15rem;
}
.plans-container .card .card-image .price-desc {
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}
.plans-container .card .card-content {
	padding: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.plans-container .collection .collection-item:before {
		content: "✔";
	}
}
.register-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
#register-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#register-page .card-panel.border-radius-6.register-card {
	margin-left: 0 !important;
}
#user-profile .user-section-negative-margin {
	position: relative;
	margin-top: -115px;
}
#user-profile .card-border {
	border-radius: 10px;
}
#user-profile .photo-border {
	border-radius: 6px;
}
#user-profile .vertical-align-bottom {
	vertical-align: bottom;
}
#user-profile .material-icons.vertical-align-middle,
#user-profile .vertical-align-middle {
	vertical-align: middle;
}
#user-profile .user-card-negative-margin {
	margin-top: -13px;
}
#user-profile .star-width {
	font-size: 20px;
	width: 18px;
	cursor: pointer;
}
#user-profile #feed .social-icon .material-icons,
#user-profile .latest-update,
#user-profile .user-projects img.responsive-img {
	cursor: pointer;
}
#user-profile hr {
	opacity: 0.4;
}
@media only screen and (max-device-width: 1024px) {
	.user-profile {
		margin-top: 1rem;
	}
}
.widget-timeline {
	padding-left: 40px !important;
}
.widget-timeline li {
	position: relative;
	padding: 1.1rem 0;
	list-style: none;
}
.widget-timeline li.timeline-items:before {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: -37px;
	width: 13px;
	height: 13px;
	content: "";
	border: 3px solid #fff;
	border-radius: 50%;
	background: #3f51b5;
	box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
}
.widget-timeline li.timeline-items.active:not(:last-child):after {
	position: absolute;
	z-index: 1;
	top: 22px;
	left: -31px;
	width: 1px;
	height: 100%;
	content: "";
	background: #e0e0e0;
}
.widget-timeline li.timeline-items .timeline-content {
	font-size: 13px;
	font-weight: 700;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 1rem;
	color: #9e9e9e;
	border-radius: 0.267rem;
	background-color: #fafafa;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-timeline li .timeline-time {
	font-size: 0.75rem;
	float: right;
}
.widget-timeline li .timeline-title {
	margin-top: 0;
	margin-bottom: 0.25rem;
	color: #6b6f82;
}
.widget-timeline li .timeline-text {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
	color: #9e9e9e;
}
#material-box img.materialboxed {
	width: 100%;
}
.fc .fc-event {
	padding: 4px 7px;
	color: #fff;
	border: none;
	background: #2196f3;
}
.fc .fc-button {
	height: auto;
	padding: 10px;
	color: #fff !important;
	border-color: #ff9100 !important;
	border-radius: 2px;
	background: #ff9100 !important;
	text-shadow: none;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: none;
}
.fc .fc-content-skeleton tr {
	border-bottom: none;
}
.fc td.fc-day {
	border-width: 1px !important;
}
.fc-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 900px) {
	.fc-center,
	.fc-left {
		margin-bottom: 0.5rem;
	}
}
.chat-application .chat-content-head {
	position: relative;
	top: 35px;
	height: 65px;
}
.chat-application .chat-content-head .header-details .app-header-icon {
	font-size: 2rem;
	vertical-align: bottom;
}
.chat-application .sidenav-trigger {
	display: none;
}
.chat-application .small-icons {
	font-size: 1.25rem;
	line-height: 1.65rem;
}
.chat-application .truncate {
	overflow: hidden;
	width: 175px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chat-application .app-chat .chat-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.chat-application .app-chat .chat-content .sidebar-left {
	border-right: 1px solid #eee;
}
.chat-application .app-chat .chat-content .sidebar {
	width: 360px;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-header .option-icon i.material-icons {
	font-size: 1.85rem;
	cursor: pointer;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .info-text {
	font-size: 0.85rem;
	overflow: hidden;
	width: 175px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #616161;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 4rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .search-icon {
	font-size: 1.45rem;
	height: 41px;
	margin-right: 0 !important;
	padding: 0.75rem 0.25rem 0.35rem 0.75rem;
	color: #9e9e9e;
	border-radius: 2rem 0 0 2rem;
	background-color: #eceff1;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter {
	height: 35px;
	margin-bottom: 0;
	padding: 0.2rem;
	color: #9e9e9e;
	border: none;
	border-radius: 0 2rem 2rem 0;
	background-color: #eceff1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:focus {
	border-bottom: none !important;
	box-shadow: none;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-webkit-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-moz-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter:-ms-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::-ms-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .search-area .app-filter::placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-search .add-user i.add-user-icon {
	font-size: 1.45rem;
	padding: 0.6rem;
	color: #fff;
	border-radius: 50%;
	background: #212121;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 365px);
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1px;
	padding: 1rem;
	cursor: pointer;
	border-right: 3px solid transparent;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user.active {
	border-right: 3px solid #212121;
	background-color: #eceff1;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user:hover {
	background-color: #fafafa;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 75px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing .favorite {
	line-height: 0;
	margin-right: 0.35rem;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .star-timing .time {
	font-size: 0.75rem;
	color: #616161;
}
.chat-application .app-chat .chat-content .sidebar .sidebar-chat .chat-list .chat-user .info-section .badge {
	font-size: 0.75rem;
	width: 20px;
	margin-top: 0.25rem;
}
.chat-application .app-chat .chat-content .media-image.away,
.chat-application .app-chat .chat-content .media-image.offline,
.chat-application .app-chat .chat-content .media-image.online {
	display: block;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.chat-application .app-chat .chat-content .media-image.away:after,
.chat-application .app-chat .chat-content .media-image.offline:after,
.chat-application .app-chat .chat-content .media-image.online:after {
	width: 12px;
	height: 12px;
	margin-top: -10px;
	content: "";
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.chat-application .app-chat .chat-content .media-image.away.online:after,
.chat-application .app-chat .chat-content .media-image.offline.online:after,
.chat-application .app-chat .chat-content .media-image.online.online:after {
	background-color: #4caf50;
}
.chat-application .app-chat .chat-content .media-image.away.away:after,
.chat-application .app-chat .chat-content .media-image.offline.away:after,
.chat-application .app-chat .chat-content .media-image.online.away:after {
	background-color: #ff9800;
}
.chat-application .app-chat .chat-content .media-image.away.offline:after,
.chat-application .app-chat .chat-content .media-image.offline.offline:after,
.chat-application .app-chat .chat-content .media-image.online.offline:after {
	background-color: #f44336;
}
.chat-application .app-chat .chat-content .chat-content-area {
	overflow: hidden;
	width: 100%;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-header .media-image img {
	max-width: 49px;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-header .chat-text {
	font-size: 0.85rem;
	color: #616161;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 125px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-header .option-icon i {
	cursor: pointer;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area {
	position: relative;
	overflow: hidden;
	height: calc(100vh - 380px);
	padding: 1rem;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats {
	padding: 0;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 1rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-avatar {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-content {
	text-align: right;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text {
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text p {
	color: #fff;
	background-color: #2196f3;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text:first-child:before {
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 3px -5px;
	-ms-transform-origin: 3px -5px;
	transform-origin: 3px -5px;
	border-top-color: #2196f3 !important;
	border-right-color: #2196f3 !important;
	border-bottom-color: transparent;
	border-left-color: transparent;
	box-shadow: 2px -2px 4px -3px rgba(0, 0, 0, 0.4);
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat.chat-right .chat-body .chat-text:not(:first-child) {
	margin-right: 2rem;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-avatar .avatar img {
	width: 40px;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 1rem 1rem;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text p {
	max-width: 400px;
	padding: 0.5rem 1rem;
	color: #757575;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text:first-child:before {
	box-sizing: border-box;
	width: 0;
	height: 0;
	margin-top: 10px;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 12px 18px;
	-ms-transform-origin: 12px 18px;
	transform-origin: 12px 18px;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	border-left-color: #fff;
	box-shadow: -2px 3px 4px -3px rgba(0, 0, 0, 0.4);
}
.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body .chat-text:not(:first-child) {
	margin-left: 2rem;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer {
	margin: 1rem;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input i {
	line-height: 2;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message {
	margin-right: 1.5rem;
	padding: 0 1.5rem;
	color: #9e9e9e;
	border-bottom: 0;
	border-radius: 5px;
	background-color: #eceff1;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message:focus {
	border-bottom: 0;
	box-shadow: none;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-webkit-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-moz-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message:-ms-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::-ms-input-placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .message::placeholder {
	opacity: 1;
	color: #9e9e9e;
}
.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
	height: 42px;
	padding: 0.3rem 3rem 0.3rem 2.5rem;
	border-radius: 0.25rem;
}
.chat-application .app-chat .sidenav-trigger {
	position: absolute;
	top: 102px;
	display: none;
}
.chat-application .no-data-found {
	display: none;
}
.chat-application .no-data-found.show {
	display: block;
}
.page-header-dark .chat-application .app-chat .sidenav-trigger i,
.page-header-dark .chat-application .chat-content-head .header-details .sidebar-title,
.page-header-dark .chat-application .chat-content-head .header-details .sidebar-title .app-header-icon {
	color: #fff;
}
@media screen and (max-width: 899px) {
	.horizontal-layout .app-chat .sidebar .sidebar-content .sidebar-menu#sidebar-list {
		height: auto;
	}
}
@media (min-width: 900px) {
	.chat-application .app-sidebar {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}
@media (max-width: 900px) {
	.sidenav-overlay {
		z-index: 995;
	}
	.chat-application .app-sidebar {
		width: 320px;
		-webkit-transform: translateX(-105%);
		-ms-transform: translateX(-105%);
		transform: translateX(-105%);
	}
	.chat-application .chat-content-head .header-details {
		margin-left: 3rem;
	}
	.chat-application .app-chat .sidenav-trigger {
		display: block !important;
	}
	.chat-application .app-chat .chat-content {
		display: block;
	}
	.chat-application .app-chat .chat-content .sidebar .sidebar-chat {
		height: calc(100vh - 225px);
	}
	.chat-application .app-chat .chat-content .sidebar #sidebar-list.sidebar-show {
		z-index: 996;
	}
}
@media (max-width: 600px) {
	.sidebar .sidebar-content .sidenav {
		top: 56px !important;
	}
	.chat-application .app-chat .sidenav-trigger {
		top: 93px;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.chat-application .app-chat .chat-content .sidebar {
		width: 300px;
	}
}
@media screen and (max-width: 540px) {
	.chat-application .app-chat .chat-content .chat-content-area .chat-footer .chat-input .send {
		padding-left: 1.8rem;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body :first-child.chat-text::before {
		content: none;
	}
	.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat .chat-body :not(:first-child).chat-text {
		margin-left: 1rem;
	}
	.chat-application .app-chat .chat-content .chat-content-area .chat-area .chats .chat-right.chat .chat-body :not(:first-child).chat-text {
		margin-right: 1rem;
	}
}
.content-area {
	width: calc(100% - 280px);
	margin-top: 49px;
}
.content-area.content-left {
	float: left;
}
.content-area.content-right {
	float: right;
}
.content-area .app-wrapper .margin-top-contact {
	margin-top: -0.35rem;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
	overflow-x: hidden !important;
	cursor: pointer;
}
.content-area .app-wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-color: rgba(0, 0, 0, 0.12);
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable thead th {
	min-width: 69px;
	color: #616161;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable thead th.background-image-none {
	background-image: none !important;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable td,
.content-area .app-wrapper .dataTables_wrapper table.dataTable th {
	font-weight: 300;
	padding: 17px 14px;
	white-space: nowrap;
	border-bottom: 1px solid #cfd8dc;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable td:last-child i,
.content-area .app-wrapper .dataTables_wrapper table.dataTable th:last-child i {
	overflow: hidden;
	max-width: 20px;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable tbody {
	overflow: auto;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable tbody td,
.content-area .app-wrapper .dataTables_wrapper table.dataTable tbody th {
	padding: 8px 14px;
	white-space: nowrap;
	border: none !important;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable tbody td i.material-icons,
.content-area .app-wrapper .dataTables_wrapper table.dataTable tbody th i.material-icons {
	cursor: pointer;
	color: #9e9e9e;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable tfoot td,
.content-area .app-wrapper .dataTables_wrapper table.dataTable tfoot th {
	font-weight: 300;
	white-space: nowrap;
	border-top: 1px solid #cfd8dc;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable.display tbody tr,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.stripe tbody tr {
	height: auto;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.stripe tbody tr.odd {
	background-color: #f4f5f7;
}
.content-area .app-wrapper .dataTables_wrapper table.dataTable.display tbody tr.hover > .sorting_1,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.display tbody tr.odd > .sorting_1,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.display tbody tr:hover > .sorting_1,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.order-column.hover tbody tr.hover > .sorting_1,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
.content-area .app-wrapper .dataTables_wrapper table.dataTable.stripe tbody tr.odd > .sorting_1 {
	background-color: transparent;
}
.content-area .app-wrapper .dataTables_wrapper table [type="checkbox"] + span:not(.lever):before,
.content-area .app-wrapper .dataTables_wrapper table [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	width: 15px;
	height: 15px;
	opacity: 0.5;
	border-radius: 4px !important;
}
.content-area .app-wrapper .dataTables_wrapper table [type="checkbox"]:checked + span:not(.lever):before {
	width: 10px !important;
	height: 20px !important;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_filter,
.content-area .app-wrapper .dataTables_wrapper .dataTables_length {
	display: none;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_info {
	margin-left: 18px;
	color: #616161;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_paginate {
	margin-right: 3.8rem;
	padding-bottom: 0.75rem;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-top: 0.25rem;
	padding: 0.25em 0.65em;
}
.content-area .app-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.content-area .app-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.content-area .app-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	border: 1px solid #2196f3;
	border-radius: 6px;
	background: #2196f3;
	box-shadow: 0 0 8px 0 #2196f3;
}
.content-area .app-wrapper .datatable-search {
	position: relative;
}
.content-area .app-wrapper .datatable-search .search-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bdbdbd;
}
.content-area .app-wrapper .datatable-search .app-filter {
	max-width: calc(100% - 3rem);
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.2rem 0.2rem 2.75rem;
	border: none;
	border-radius: 0.4rem;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.content-area .app-wrapper .datatable-search .app-filter:focus {
	border-bottom: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.content-area .app-wrapper .avatar-contact img {
	width: 38px;
	border-radius: 50%;
	background-color: #f5f5f5;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
.contact-compose-sidebar {
	position: fixed;
	z-index: 1003;
	top: -1px;
	right: 2rem;
	bottom: 0;
	left: auto;
	width: 24.8rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	background-color: #fff;
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
}
.contact-compose-sidebar.show {
	-webkit-transform: translateX(9%) translateY(1px);
	-ms-transform: translateX(9%) translateY(1px);
	transform: translateX(9%) translateY(1px);
	opacity: 1;
}
.contact-compose-sidebar .card {
	box-shadow: none;
}
.contact-compose-sidebar .card .card-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-compose-sidebar .card .card-header .close-icon {
	cursor: pointer;
}
.contact-compose-sidebar .card .card-header .close-icon i {
	font-size: 1.2rem;
}
.contact-compose-sidebar .card .card-header .close-icon:focus {
	outline: 0;
}
.contact-compose-sidebar .edit-contact-item .file-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.contact-compose-sidebar .edit-contact-item .file-field .btn-file {
	line-height: 2rem;
	height: 2rem;
}
.contact-compose-sidebar .edit-contact-item select option {
	font-weight: 700;
	width: 50px;
	height: 32px;
}
.contact-compose-sidebar .edit-contact-item .dropdown-content {
	width: 185.91px !important;
}
.contact-compose-sidebar .add-contact,
.contact-compose-sidebar .update-contact {
	background-color: #2196f3;
}
.contact-overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.contact-overlay.show {
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 992px) {
	table.responsive-table thead tr {
		padding: 0 10px 0 0;
	}
}
@media (max-width: 600px) {
	.content-area .app-wrapper .sidenav-trigger {
		display: block !important;
		width: 45px;
		margin-top: 15px !important;
		margin-bottom: 5px !important;
		padding: 10px;
		color: #fff;
		background-color: #2196f3 !important;
	}
	.content-area .app-wrapper .dataTables_wrapper table.dataTable {
		height: calc(100vh - 530px);
	}
}
@media (max-width: 900px) {
	.content-area {
		margin-top: -110px !important;
	}
	.content-area.content-left,
	.content-area.content-right {
		z-index: 1;
		float: none !important;
		width: 100%;
	}
	.sidebar .sidebar-content .sidenav-trigger {
		top: 88px;
	}
}
@media only screen and (max-width: 767px) {
	.content-area .app-wrapper .dataTables_wrapper .dataTables_info {
		display: none;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
		height: 850px;
		border-bottom: none;
	}
}
.app-email .content-area {
	width: calc(100% - 280px);
	margin-top: 49px;
}
.app-email .content-area.content-left {
	float: left;
}
.app-email .content-area.content-right {
	float: right;
}
.app-email .content-area .app-wrapper .app-search {
	position: relative;
}
.app-email .content-area .app-wrapper .app-search .search-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bdbdbd;
}
.app-email .content-area .app-wrapper .app-search .app-filter {
	max-width: calc(100% - 3rem);
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.2rem 0.2rem 2.75rem;
	border: none;
	border-radius: 0.4rem;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.app-email .content-area .app-wrapper .app-search .app-filter:focus {
	border-bottom: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.app-email .content-area .app-wrapper .email-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 1.5rem 1rem 0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-email .content-area .app-wrapper .email-header .left-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.app-email .content-area .app-wrapper .email-header .left-icons .action-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	margin-left: 1rem;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email .content-area .app-wrapper .email-header i.material-icons {
	cursor: pointer;
	color: #9e9e9e;
}
.app-email .content-area .app-wrapper .email-header .header-checkbox [type="checkbox"] + span:not(.lever):before,
.app-email .content-area .app-wrapper .email-header .header-checkbox [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	margin-left: 1.5rem;
	opacity: 0.5;
	border-radius: 4px !important;
}
.app-email .content-area .app-wrapper .delete-task,
.app-email .content-area .app-wrapper .delete-tasks,
.app-email .content-area .app-wrapper .sort-task {
	cursor: pointer;
}
.app-email .content-area .app-wrapper .collection {
	margin: 0;
	border: 0;
}
.app-email .content-area .app-wrapper .collection .collection-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto 1.35rem;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content {
	width: 85%;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .list-title-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.75rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .list-title-area .user-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .list-title-area .user-media img.avtar {
	width: 38px;
	height: 38px;
	margin-right: 0.75rem;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .list-title {
	font-weight: 700;
	color: #424242;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .list-desc {
	font-size: 0.9rem;
	line-height: 1.35rem;
	display: -webkit-box;
	overflow: hidden;
	margin-top: 0.25rem;
	text-overflow: ellipsis;
	color: #616161;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .badge {
	font-size: 0.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 8px;
	color: #616161;
	border-radius: 4px;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-content .badge i {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-right: 0.25rem !important;
}
.app-email .content-area .app-wrapper .collection .collection-item .list-date {
	font-size: 0.8rem;
	color: #616161;
}
.app-email .content-area .app-wrapper .collection .collection-item .attach-file i.material-icons,
.app-email .content-area .app-wrapper .collection .collection-item .delete-task i.material-icons,
.app-email .content-area .app-wrapper .collection .collection-item .email-label i.material-icons,
.app-email .content-area .app-wrapper .collection .collection-item .email-move i.material-icons,
.app-email .content-area .app-wrapper .collection .collection-item .favorite i.material-icons {
	cursor: pointer;
	color: #bdbdbd;
}
.app-email .content-area .app-wrapper .collection .collection-item .attach-file i.material-icons {
	font-size: 1.4rem;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.app-email .content-area .app-wrapper .collection .collection-item .email-move i.icon-move {
	margin-top: 15px;
}
.app-email .content-area .app-wrapper .collection .collection-item [type="checkbox"] + span:not(.lever):before,
.app-email .content-area .app-wrapper .collection .collection-item [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
	margin-left: 3px;
	opacity: 0.5;
	border-radius: 4px !important;
}
.app-email .content-area .animate.fadeUp {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.app-email .content-area .delay-6 {
	-webkit-animation-delay: 0.8s !important;
	animation-delay: 0.8s !important;
}
.app-email .content-area .no-data-found {
	display: none !important;
}
.app-email .content-area .no-data-found.show {
	display: block !important;
}
.snow-container {
	padding: 1rem;
	border: 1px solid #dfe3e7;
	border-radius: 4px;
}
.snow-container .ql-snow,
.snow-container .ql-toolbar {
	border: none;
}
.snow-container .ql-tooltip {
	left: 0 !important;
}
.snow-container .ql-tooltip input[type="text"] {
	width: 100px;
}
.ql-editor.ql-blank::before {
	left: 0.3rem;
}
.ql-editor {
	min-height: 7.93rem;
	padding: 0;
}
body.dragging,
body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	z-index: 2000;
	opacity: 0.5;
}
.email-compose-sidebar {
	position: fixed;
	z-index: 1003;
	top: -1px;
	right: 2rem;
	bottom: 0;
	left: auto;
	width: 24.8rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	opacity: 0;
	background-color: #fff;
	box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
}
.email-compose-sidebar.show {
	-webkit-transform: translateX(9%) translateY(1px);
	-ms-transform: translateX(9%) translateY(1px);
	transform: translateX(9%) translateY(1px);
	opacity: 1;
}
.email-compose-sidebar .card {
	box-shadow: none;
}
.email-compose-sidebar .card .card-header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.email-compose-sidebar .card .card-header .close-icon {
	cursor: pointer;
}
.email-compose-sidebar .card .card-header .close-icon i {
	font-size: 1.2rem;
}
.email-compose-sidebar .card .card-header .close-icon:focus {
	outline: 0;
}
.email-compose-sidebar .edit-email-item .file-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.email-compose-sidebar .edit-email-item .file-field .btn-file {
	line-height: 0.2rem;
	height: 2rem;
	padding: 1.2rem 1rem;
}
.email-compose-sidebar .edit-email-item select option {
	font-weight: 700;
	width: 50px;
	height: 32px;
}
.email-compose-sidebar .quill-wrapper .snow-container {
	padding: 1rem;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.email-compose-sidebar .quill-wrapper .snow-container .ql-snow,
.email-compose-sidebar .quill-wrapper .snow-container .ql-toolbar {
	border: none;
}
.email-compose-sidebar .quill-wrapper .snow-container .ql-toolbar .btn {
	font-size: 0.8rem;
	line-height: 0.9;
	width: auto;
	margin-left: 0.8rem;
	padding: 0.467rem 1rem;
	color: #fff;
}
.email-compose-sidebar .quill-wrapper .snow-container .ql-toolbar .btn:hover {
	color: #fff;
}
.email-compose-sidebar .quill-wrapper .snow-container .ql-tooltip {
	left: 0 !important;
}
.email-compose-sidebar .quill-wrapper .snow-container .ql-tooltip input[type="text"] {
	width: 100px;
}
.email-compose-sidebar .quill-wrapper .ql-editor.ql-blank::before {
	left: 0.3rem;
}
.email-compose-sidebar .quill-wrapper .ql-editor {
	min-height: 7.93rem;
	padding: 0;
}
.email-compose-sidebar .cancel-email-item {
	background: #ff9100;
}
.email-compose-sidebar .send-email-item {
	background-color: #2196f3;
}
.email-overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}
.email-overlay.show {
	visibility: visible;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
	.content-area {
		margin-top: -110px !important;
	}
	.content-area.content-left,
	.content-area.content-right {
		z-index: 1;
		float: none !important;
		width: 100%;
	}
	.sidebar .sidebar-content .sidenav-trigger {
		top: 87px;
	}
}
.app-email-content .content-area {
	width: calc(100% - 280px);
	margin-top: 49px;
}
.app-email-content .content-area.content-left {
	float: left;
}
.app-email-content .content-area.content-right {
	float: right;
}
.app-email-content .content-area .app-wrapper hr {
	margin: 0.75rem -1rem 1rem;
	border-top: 1px solid #d3d3d3;
}
.app-email-content .content-area .app-wrapper .app-search {
	position: relative;
}
.app-email-content .content-area .app-wrapper .app-search .search-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #bdbdbd;
}
.app-email-content .content-area .app-wrapper .app-search .app-filter {
	max-width: calc(100% - 3rem);
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.2rem 0.2rem 2.75rem;
	border: none;
	border-radius: 0.4rem;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.app-email-content .content-area .app-wrapper .app-search .app-filter:focus {
	border-bottom: none !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.app-email-content .content-area .app-wrapper .email-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.app-email-content .content-area .app-wrapper .email-header .subject {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.app-email-content .content-area .app-wrapper .email-header .subject .back-to-mails {
	margin-right: 1rem;
}
.app-email-content .content-area .app-wrapper .email-header .subject .back-to-mails a {
	color: #424242;
}
.app-email-content .content-area .app-wrapper .email-header .subject .email-title {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.app-email-content .content-area .app-wrapper .email-header .header-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 175px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.app-email-content .content-area .app-wrapper .email-header .header-action .badge {
	font-size: 0.75rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	margin-left: 0;
	padding-right: 8px;
	color: #616161;
	border-radius: 2px;
}
.app-email-content .content-area .app-wrapper .email-header .header-action i {
	cursor: pointer;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .user-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .user-media img {
	width: 40px;
	height: 40px;
	margin-right: 1rem;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .user-media .list-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .user-media .list-title .to-person {
	font-size: 0.85rem;
	color: #757575;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .title-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .title-right .mail-time {
	font-size: 0.75rem;
	letter-spacing: 0.035rem;
	color: #616161;
}
.app-email-content .content-area .app-wrapper .email-content .list-title-area .title-right i {
	cursor: pointer;
	color: #616161;
}
.app-email-content .content-area .app-wrapper .email-content .email-desc p {
	margin: 1rem auto;
}
.app-email-content .content-area .app-wrapper .email-footer,
.app-email-content .content-area .app-wrapper .email-footer .footer-title {
	margin: 1rem 0;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list .attachment {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-right: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list .attachment .attached-image {
	max-width: 75px;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list .attachment .size {
	font-size: 0.75rem;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list .attachment .links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 0.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .attachment-list .attachment .links a i {
	font-size: 1.35rem;
	color: #9e9e9e;
}
.app-email-content .content-area .app-wrapper .email-footer .footer-action .footer-buttons .forward i {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
}
.app-email-content .content-area .app-wrapper .email-footer .forward-box,
.app-email-content .content-area .app-wrapper .email-footer .reply-box {
	margin-top: 1rem;
}
.app-email-content .content-area .app-wrapper .email-footer .forward-box.d-none,
.app-email-content .content-area .app-wrapper .email-footer .reply-box.d-none {
	display: none;
}
.snow-container {
	padding: 1rem;
	border: 1px solid #dfe3e7;
	border-radius: 4px;
}
.snow-container .ql-snow,
.snow-container .ql-toolbar {
	border: none;
}
.snow-container .ql-container {
	min-height: 80px;
}
.snow-container .ql-tooltip {
	left: 0 !important;
}
.snow-container .ql-tooltip input[type="text"] {
	width: 100px;
}
@media (max-width: 900px) {
	.content-area {
		margin-top: -110px !important;
	}
	.content-area.content-left,
	.content-area.content-right {
		z-index: 1;
		float: none !important;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.app-email-content .content-area {
		float: none;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.app-email-content .content-area .app-wrapper .email-header {
		display: block;
	}
	.app-email-content .content-area .app-wrapper .email-header .header-action {
		width: 100%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.app-email-content .content-area .app-wrapper .email-header .header-action div,
	.app-email-content .content-area .app-wrapper .email-header .header-action span {
		margin-left: 1rem;
	}
}
@media screen and (max-width: 540px) {
	.app-email-content .content-area .app-wrapper .email-footer .footer-action {
		display: block;
	}
	.app-email-content .content-area .app-wrapper .email-footer .footer-action .footer-buttons .btn.forward,
	.app-email-content .content-area .app-wrapper .email-footer .footer-action .footer-buttons .btn.reply {
		margin-top: 5px;
	}
}

.form-login {
	border-bottom: solid 2px #fff !important;

}

.form-login:not(.browser-default):focus:not([readonly]){
	border-bottom: 1px solid #fff !important;
	box-shadow: 0 1px 0 0 #fff !important;
}

.form-login:not([type]):focus:not([readonly]) + label{
	color: #fff !important;
}

.form-login:not([type]):focus.valid ~ label {
	color: #fff !important;
}

.form-login:not([type]):focus.invalid ~ label {
	color: #fff !important;
}

.form-login:not(.browser-default):focus{
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff;
}

.form-login:focus {
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #fff;
}

.form-login:focus.valid ~ .helper-text:after {
	content: attr(data-success);
	color: #fff !important;
}

.validar{
	padding: 5px;
	margin-top: 5px;
	float: center;
	width: 100%;
	border-radius: 10px;
}

.img-menu {
	max-width: 150px !important;
	padding: 10px !important;
}

.img-table {
	max-width: 60px !important;
	padding: 0px !important;
	margin: 0px !important;
}

td {
	margin: 0px !important; 
	padding: 3px !important;
}

th {
	margin: 0px !important; 
	padding: 3px !important;
}

table.bordered td,
table.bordered th {
	padding: 3px !important;
	border: 1px solid rgba(0, 0, 0, 0.12) !important;
}