@font-face {
	font-family: "wpDataTablesIcons" !important;
	src: url("/wp-content/plugins/wpdatatables/assets/css/uikit/../../fonts/wpDataTablesIcons.eot");
	src: url("/wp-content/plugins/wpdatatables/assets/css/uikit/../../fonts/wpDataTablesIcons.eot?#iefix") format("embedded-opentype"), url("/wp-content/plugins/wpdatatables/assets/css/uikit/../../fonts/wpDataTablesIcons.woff") format("woff"), url("/wp-content/plugins/wpdatatables/assets/css/uikit/../../fonts/wpDataTablesIcons.ttf") format("truetype"), url("/wp-content/plugins/wpdatatables/assets/css/uikit/../../fonts/wpDataTablesIcons.svg#wpDataTablesIcons") format("svg");
	font-display: swap;
}

.wpdt-c .t-view[data-tv-type="image"]:before {
	content: "";
	background: #4caf50;
	box-shadow: 0 0 0 1px #4caf50;
}

.wpdt-c .t-view[data-tv-type="image"]:after {
	background: #4caf50;
}

.wpdt-c .contacts .c-item .ci-avatar img {
	width: 100%;
	border-radius: 2px 2px 0 0;
}

html:not(.ismobile) .page-loader {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

[class*="avatar-img"] {
	border-radius: 50%;
}

.wpdt-c .ie-warning .iew-download > li > a > div {
	margin-top: 10px;
}

.wpdt-c #footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 110px;
	color: #a2a2a2;
	padding-top: 35px;
	padding-bottom: 15px;
}

@media (min-width: 1280px) {
	.wpdt-c  #footer {
		padding-left: 268px;
	}
}

.wpdt-c .wis-commentors > a > img {
	width: 33px;
	height: 33px;
	border-radius: 50%;
}

.wpdt-c .wis-commentors > a > img:hover {
	opacity: .85;
	filter: alpha(opacity=85);
}

.wpdt-c .wi-preview .wip-item > img {
	display: none;
}

.wpdt-c .wi-preview .wip-item:first-child:nth-last-child(2), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(2) ~ div {
	width: 50%;
	padding-bottom: 40%;
}

.wpdt-c .wi-preview .wip-item:first-child:nth-last-child(3), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(3) ~ div, .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(6), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(6) ~ div, .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {
	width: 33.333333%;
	padding-bottom: 30%;
}

.wpdt-c .wi-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
	width: 50%;
	padding-bottom: 40%;
}

.wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(n+8), .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(n+8) ~ div {
	width: 25%;
	padding-bottom: 22%;
}

.wpdt-c .wi-preview .wip-item:only-child, .wpdt-c .wi-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
	width: 100%;
	padding-bottom: 50%;
}

[data-ma-theme="lightblue"] {
	background-color: #03a9f4;
}

[data-ma-theme="bluegray"] {
	background-color: #607d8b;
}

[data-ma-theme="blue"] {
	background-color: #2196f3;
}

[data-ma-theme="purple"] {
	background-color: #ba68c8;
}

[data-ma-theme="orange"] {
	background-color: #ff9800;
}

[data-ma-theme="cyan"] {
	background-color: #00bcd4;
}

[data-ma-theme="green"] {
	background-color: #4caf50;
}

[data-ma-theme="teal"] {
	background-color: #009688;
}

[data-ma-theme="pink"] {
	background-color: #e91e63;
}

.wpdt-c .preloader {
	position: relative;
	margin: 0px auto;
	display: inline-block;
}

.wpdt-c .preloader:not([class*="pl-"]) {
	width: 40px;
}

.wpdt-c .preloader:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.wpdt-c .preloader.pl-lg {
	width: 50px;
}

.wpdt-c .preloader:not([class*="pls-"]) .plc-path {
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

.wpdt-c .preloader[class*="pls-"] .plc-path {
	animation: dash 1.5s ease-in-out infinite;
}

.wpdt-c .preloader.pls-red .plc-path {
	stroke: #f44336;
}

.wpdt-c .preloader.pls-blue .plc-path {
	stroke: #2196f3;
}

.wpdt-c .preloader.pls-green .plc-path {
	stroke: #4caf50;
}

.wpdt-c .preloader.pls-yellow .plc-path {
	stroke: #ffeb3b;
}

.wpdt-c .preloader.pls-bluegray .plc-path {
	stroke: #607d8b;
}

.wpdt-c .preloader.pls-amber .plc-path {
	stroke: #ffc107;
}

.wpdt-c .preloader.pls-teal .plc-path {
	stroke: #009688;
}

.wpdt-c .preloader.pls-gray .plc-path {
	stroke: #9e9e9e;
}

.wpdt-c .preloader.pls-pink .plc-path {
	stroke: #e91e63;
}

.wpdt-c .preloader.pls-purple .plc-path {
	stroke: #ba68c8;
}

.wpdt-c .preloader.pls-white .plc-path {
	stroke: #fff;
}

.wpdt-c .pl-circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.wpdt-c .plc-path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 2;
	stroke-miterlimit: 10;
	fill: none;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes color {
	100%, 0% {
		stroke: #f44336;
	}
	
	40% {
		stroke: #2196f3;
	}
	
	66% {
		stroke: #4caf50;
	}
	
	80%, 90% {
		stroke: #ffc107;
	}
}

@media print {
	@page {
		margin: 0;
		size: auto;
	}
	
	body {
		margin: 0mm 0mm 0mm 0mm !important;
		padding: 0mm !important;
	}
	
	#header, #footer, #sidebar, #chat, .growl-animated, .m-btn {
		display: none !important;
	}
}

.wpdt-c .mejs-container .mejs-controls div {
	height: 5px;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100% !important;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
	margin: 0;
	width: 100% !important;
	background: #ec592f;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
	background: #d04b25;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
	background: #ffea00;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
	background: #ec592f;
}

.wpdt-c .mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float), .wpdt-c .mejs-container .mejs-controls div.mejs-time-rail a {
	border-radius: 0;
	height: 3px;
}

.wpdt-c #fc-actions {
	position: absolute;
	bottom: 10px;
	right: 12px;
}

.wpdt-c .chosen-container-single .chosen-single div b {
	display: none;
}

.wpdt-c .fileinput .fileinput-preview img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -13px;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}