#hellopreloader_preload {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	/* background: #cde8ff url(../images/page_preloader.gif) center center no-repeat; */
	background: #3b3f49 url("../images/page_preloader.svg") center center no-repeat;

	background-size: 101px;
}

#hellopreloader_preload p {
	font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 100px;
	margin-left: -30px;
	color: #fff;
}

/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint:before {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	z-index: 6000;
}

/* Hide navbar link which opens left panel when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open-menu[data-panel="left"] {
	display: none;
}

/*
  Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size)
*/
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
.ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	z-index: 6000;
}
.panel {
	width: 310px;
}

.f7-icons {
	font-size: 20px;
}
a {
	font-weight: 400;
}
p {
	line-height: 1.5;
}
ol,
ul {
	line-height: initial;
}
[class^="asset-icon-"]:before,
[class*=" asset-icon-"]:before {
	line-height: inherit;
}

/* .dataTables_scrollBody::-webkit-scrollbar
{
    width: 6px;
    background-color: #000000;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
} */
/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #999;
	/* border-radius: 4px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #666;
}

.under-development,
.under-development-smaller {
	opacity: 0.5;
}
.under-development:before,
.under-development-smaller:before {
	content: "Under Development";
	position: absolute;
	left: 50%;
	top: 50%;
	color: rgba(255, 255, 255, 0.6);
	z-index: 100000;
	font-weight: 600;
	font-size: 28px;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	padding: 6px 22px;
	text-align: center;
}
.under-development-smaller:before {
	font-size: 18px;
	/* display: none; */
}

.text-color-dealer {
	color: #dd0a2f !important;
}
.bg-color-dealer {
	background-color: #dd0a2f !important;
}

.color-theme-vizn .bg-color-dealer {
	background-color: #16222d !important;
}

.bg-color-lightgray {
	background-color: #dde1e2;
}
.bg-color-1,
.bg-color-1:hover,
.bg-color-1:active {
	background: #4dc08e;
}
.bg-color-2,
.bg-color-2:hover,
.bg-color-2:active {
	background: #f96868;
}
.bg-color-3,
.bg-color-3:hover,
.bg-color-3:active {
	background: #f9b256;
}
.bg-color-4,
.bg-color-4:hover,
.bg-color-4:active {
	background: #00b9ee;
}
.bg-color-5,
.bg-color-5:hover,
.bg-color-5:active {
	background: #5972b6;
}
.bg-color-6,
.bg-color-6:hover,
.bg-color-6:active {
	background: #c693c2;
}
.bg-color-7,
.bg-color-7:hover,
.bg-color-7:active {
	background: #f28d4f;
}
.bg-color-8,
.bg-color-8:hover,
.bg-color-8:active {
	background: #303030;
}
.bg-color-9,
.bg-color-9:hover,
.bg-color-9:active {
	background: #009a93;
}
.bg-color-10,
.bg-color-10:hover,
.bg-color-10:active {
	background-color: #857c13;
}
.bg-color-11,
.bg-color-11:hover,
.bg-color-11:active {
	background-color: #ff59ac;
}
.bg-color-12,
.bg-color-12:hover,
.bg-color-12:active {
	background-color: #ff5975;
}

.bg-color-13,
.bg-color-13:hover,
.bg-color-13:active {
	background-color: #004899;
}

.bg-color-14,
.bg-color-14:hover,
.bg-color-14:active {
	background-color: #7a0727;
}

.bg-color-15,
.bg-color-15:hover,
.bg-color-15:active {
	background-color: #9185be;
}

.md .checkbox.color-1 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-1 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-1 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #4dc08e;
	border-color: #4dc08e;
}
.md .checkbox.color-2 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-2 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-2 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #f96868;
	border-color: #f96868;
}
.md .checkbox.color-3 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-3 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-3 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #f9b256;
	border-color: #f9b256;
}
.md .checkbox.color-4 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-4 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-4 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #00b9ee;
	border-color: #00b9ee;
}
.md .checkbox.color-5 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-5 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-5 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #5972b6;
	border-color: #5972b6;
}
.md .checkbox.color-6 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-6 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-6 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #c693c2;
	border-color: #c693c2;
}
.md .checkbox.color-7 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-7 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-7 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #f28d4f;
	border-color: #f28d4f;
}
.md .checkbox.color-8 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-8 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-8 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #303030;
	border-color: #303030;
}
.md .checkbox.color-9 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-9 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-9 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #009a93;
	border-color: #009a93;
}
.md .checkbox.color-10 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-10 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-10 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #857c13;
	border-color: #857c13;
}
.md .checkbox.color-11 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-11 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-11 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #ff59ac;
	border-color: #ff59ac;
}
.md .checkbox.color-12 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-12 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-12 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #ff5975;
	border-color: #ff5975;
}
.md .checkbox.color-13 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-13 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-13 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #004899;
	border-color: #004899;
}
.md .checkbox.color-14 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-14 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-14 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #7a0727;
	border-color: #7a0727;
}
.md .checkbox.color-15 input[type="checkbox"]:checked ~ i,
.md label.item-checkbox.color-15 input[type="checkbox"]:checked ~ * .icon-checkbox,
.md label.item-checkbox.color-15 input[type="checkbox"]:checked ~ .icon-checkbox {
	background-color: #9185be;
	border-color: #9185be;
}

.md .theme-dealer .text-color-lightblue {
	color: #4895d1;
}
.md .theme-dealer .text-color-lightgray {
	color: #c1c1c1;
}
.md .theme-dealer .text-color-darkgray {
	color: #333 !important;
}
.md .theme-dealer .bg-color-darkgray {
	background-color: #333 !important;
}

.icomoon[class^="icon-"]:before,
.icomoon[class*=" icon-"]:before {
	font-family: unset !important;
	color: unset;
}

.md .dialog-button {
	color: #f44336;
}
.size-8 {
	font-size: 8px;
}
.size-10 {
	font-size: 10px;
}
.size-12 {
	font-size: 12px !important;
}
.size-13 {
	font-size: 13px;
}
.size-14 {
	font-size: 14px;
}
.size-15 {
	font-size: 15px;
}
.size-16 {
	font-size: 16px;
}
.size-17 {
	font-size: 17px;
}
.size-18 {
	font-size: 18px;
}
.size-20 {
	font-size: 20px;
}
.size-24 {
	font-size: 24px;
}
.size-25 {
	font-size: 25px;
}
.size-28 {
	font-size: 28px;
}
.size-36 {
	font-size: 36px;
}
.size-40 {
	font-size: 40px;
}
.size-75 {
	font-size: 75px;
}

.no-height {
	height: 0 !important;
}
.no-max-height {
	max-height: 0 !important;
	transition: max-height 0.15s ease-out;
}
.min-width-200 {
	min-width: 200px;
}
.min-width-300 {
	min-width: 300px;
}
.min-height-360 {
	min-height: 360px;
}
.max-width-300 {
	max-width: 300px;
}
.max-width-400 {
	max-width: 400px;
}
.weight-100 {
	font-weight: 100;
}
.weight-200 {
	font-weight: 200;
}
.weight-300 {
	font-weight: 300;
}
.weight-400 {
	font-weight: 400;
}
.weight-500 {
	font-weight: 500;
}
.weight-600 {
	font-weight: 600;
}
.weight-700 {
	font-weight: 700;
}
.width-auto {
	width: auto !important;
}
.width-fit {
	width: fit-content !important;
}
.state-0 {
	color: #c1c1c1 !important;
}
.state-1 {
	color: #1dbc0c !important;
}
.state-2 {
	color: #dd821f !important;
}
.state-3 {
	color: #e5425a !important;
}
.state-4 {
	color: #1e90ff !important;
}
.state-5 {
	color: rgb(250, 200, 0) !important;
}

.z-index-999 {
	z-index: 999;
}
.margin-auto {
	margin: auto !important;
}
.margin-8 {
	margin: 8px !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-48 {
	margin-bottom: 48px !important;
}

.margin-right-16 {
	margin-right: 16px;
}
.margin-right-8 {
	margin-right: 8px;
}
.margin-right-4 {
	margin-right: 4px;
}

.margin-left-4 {
	margin-left: 4px;
}
.margin-left-16 {
	margin-left: 16px;
}
.margin-left-auto {
	margin-left: auto;
}

.padding-top-3 {
	padding-top: 3px;
}
.padding-top-4 {
	padding-top: 4px;
}
.padding-top-8 {
	padding-top: 8px;
}

.padding-half {
	padding: 8px !important;
}
.padding-vertical-half {
	padding: 8px !important;
}
.padding-horizontal-half {
	padding: 8px !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.padding-right-36 {
	padding-right: 36px !important;
}

.padding-bottom-120 {
	padding-bottom: 120px;
}
.margin-horizontal-half {
	margin-left: 4px;
	margin-right: 4px;
}

.display-none-default {
	display: none;
}
.height-100 {
	height: 100%;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.align-items-stretch {
	align-items: stretch !important;
}

.flex-direction-column {
	flex-direction: column !important;
}
.min-height-100 {
	min-height: 100%;
}
.line-height-icon-fix {
	line-height: 0.8;
}
.fake-icon {
	opacity: 0;
}
.item-menu-button {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	padding: 6px;
}
.theme-dealer .no-hairline-top ul:before {
	visibility: hidden;
}
.line-height-16 {
	line-height: 16px !important;
}
.line-height-14 {
	line-height: 14px !important;
}

.only-2-rows {
	overflow: hidden !important;
	text-overflow: hidden !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	display: -webkit-box !important;
	white-space: normal !important;
}
.only-3-rows {
	overflow: hidden;
	text-overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal !important;
}

.elevation-6 {
	-webkit-box-shadow: 0 3px 5px -1px rgba(60, 60, 60, 0.2), 0 6px 10px 0 rgba(60, 60, 60, 0.14),
		0 1px 18px 0 rgba(60, 60, 60, 0.12) !important;
	box-shadow: 0 3px 5px -1px rgba(60, 60, 60, 0.2), 0 6px 10px 0 rgba(60, 60, 60, 0.14),
		0 1px 18px 0 rgba(60, 60, 60, 0.12) !important;
}
.device-desktop .elevation-hover-9:hover {
	-webkit-box-shadow: 0 5px 6px -3px rgba(60, 60, 60, 0.2), 0 9px 12px 1px rgba(60, 60, 60, 0.14),
		0 3px 16px 2px rgba(60, 60, 60, 0.12) !important;
	box-shadow: 0 5px 6px -3px rgba(60, 60, 60, 0.2), 0 9px 12px 1px rgba(60, 60, 60, 0.14),
		0 3px 16px 2px rgba(60, 60, 60, 0.12) !important;
}
.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-auto {
	overflow: auto !important;
}
.card-content-padding-bigger {
	padding: 16px;
}
.device-desktop .card-content-padding-bigger {
	padding: 16px 12px;
}

.md.device-desktop .dialog-bigger {
	width: 380px;
	margin-left: -190px;
}
.progressbar-container {
	width: 100%;
	position: absolute;
	top: 0;
}
.segmented.color-white .button-active {
	color: #333 !important;
}

.md .color-darkgray .button.button-outline,
.md .color-theme-darkgray .button.button-outline {
	color: #333;
}

.md .color-darkgray .button.button-outline,
.md .color-theme-darkgray .button.button-outline {
	border-color: #333;
}
.md .color-darkgray .button.button-active,
.md .color-darkgray .button.button-fill,
.md .color-darkgray .button.button-fill-md,
.md .color-darkgray .button.tab-link-active,
.md .color-theme-darkgray .button.button-active,
.md .color-theme-darkgray .button.button-fill,
.md .color-theme-darkgray .button.button-fill-md,
.md .color-theme-darkgray .button.tab-link-active {
	background-color: #333;
	color: #fff;
}

.md .color-theme-red .navbar,
.md .color-theme-red.navbar {
	background: #333;
}

.md .color-theme-vizn .navbar,
.md .color-theme-vizn.navbar {
	background: #16222d;
}
.md .subnavbar:after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(60, 60, 60, 0.3)),
		color-stop(40%, rgba(60, 60, 60, 0.1)),
		color-stop(50%, rgba(60, 60, 60, 0.05)),
		color-stop(80%, rgba(60, 60, 60, 0)),
		to(rgba(60, 60, 60, 0))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(60, 60, 60, 0.3) 0%,
		rgba(60, 60, 60, 0.1) 40%,
		rgba(60, 60, 60, 0.05) 50%,
		rgba(60, 60, 60, 0) 80%,
		rgba(60, 60, 60, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(60, 60, 60, 0.3) 0%,
		rgba(60, 60, 60, 0.1) 40%,
		rgba(60, 60, 60, 0.05) 50%,
		rgba(60, 60, 60, 0) 80%,
		rgba(60, 60, 60, 0) 100%
	);
}
.md .list .item-text {
	max-height: initial;
}
.md .list .item-text i + span {
	margin-left: 8px;
}
.md .item-input .item-media {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.divider {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.12);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	margin-top: 7px;
	margin-bottom: 7px;
}
.bold {
	font-weight: bold;
}
.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vertical-middle {
	vertical-align: middle;
}
.cursor-pointer {
	cursor: pointer;
}
.white-space-normall {
	white-space: normal !important;
}
.white-space-no-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-transform-uppercase {
	text-transform: uppercase;
}
.text-transform-capitalize {
	text-transform: capitalize;
}
.md .searchbar input[type="search"],
.md .searchbar input[type="text"] {
	font-size: 14px;
}

.md .theme-dealer .toolbar.tabbar-custom {
	background: #333;
}
.md .theme-dealer .bottom-section-wrapper ~ .page-content {
	padding-bottom: 53px;
}
@-moz-document url-prefix() {
	.md .theme-dealer .bottom-section-wrapper ~ .page-content > *:last-child {
		margin-bottom: 68px !important;
	}
}
.md .theme-dealer .bottom-section-button-wrapper ~ .page-content,
.md .theme-dealer .bottom-section-button-wrapper ~ .tabs-animated-wrap .page-content {
	padding-bottom: 68px;
}
.bottom-section-wrapper {
	height: 53px;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: auto;
	z-index: 16;
	box-sizing: border-box;
}
.bottom-section-button-wrapper {
	padding: 16px;
	height: 68px;
}
.bottom-section-button-wrapper:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.12);
	display: block;
	z-index: 15;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.remainings {
	background: #e6e6e6;
	display: block;
}
.page.smart-select-page .page-content .list:first-child {
	margin: 0;
}
.list li {
	overflow: hidden;
}
.list.list-li-smaller .item-content,
.list.list-li-smaller .item-inner {
	min-height: 24px;
}

.theme-dealer .list .item-title {
	color: #757575;
}
.theme-dealer .list .item-after {
	color: #333;

	max-width: 150px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
}
.theme-dealer .list li:last-child .item-input-wrap:after {
	display: none;
}
.md .theme-dealer .block-title {
	color: #333;
}
.block {
	color: #757575;
}
.smart-select-page .list .item-divider {
	cursor: pointer;
}

.segmented-custom {
	overflow: auto;
}
.md .segmented-custom .button {
	text-transform: none;
	background: transparent;
	min-width: 45px;
}
.md.device-desktop .segmented-custom .button {
	min-width: 60px;
}
.md .navbar .segmented-custom .button:not(.button-fill):not(.button-fill-md) {
	color: #fff;
}
.md .segmented-custom .button:not(.button-fill):not(.button-fill-md) {
	color: #c1c1c1;
}
.md .navbar .segmented-custom .button.button-active:not(.button-fill):not(.button-fill-md),
.md .theme-dealer .navbar .segmented-custom .button.tab-link-active,
.md .segmented-custom .button.button-active:not(.button-fill):not(.button-fill-md),
.md .theme-dealer .segmented-custom .button.tab-link-active {
	color: #f44336;
	background: transparent;
}
.md .segmented-custom-cctv .button,
.md.device-desktop .segmented-custom-cctv .button {
	min-width: 55px;
	width: 55px;
}

.custom-smart-select {
}
.theme-dealer .list .custom-smart-select .item-after {
	max-width: 100%;
	padding-left: 0;
	padding-top: 8px;
	font-size: 16px;
}
.theme-dealer .list .custom-smart-select .item-inner:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.12);
	display: block;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	width: -webkit-calc(100% - 16px);
	width: -moz-calc(100% - 16px);
	width: -o-calc(100% - 16px);
	width: calc(100% - 16px);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.theme-dealer .list li:last-child .custom-smart-select .item-inner:before {
	display: none;
}

.theme-dealer .custom-smart-select .input-invalid ~ .item-input-error-message {
	display: block;
	top: auto;
	bottom: 0;
	left: auto;
}

.custom-modal-logo-wrapper {
	text-align: center;
}
.custom-modal-logo {
	max-width: 160px;
	width: 100%;
}
.custom-modal-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
}
.custom-modal-text {
	margin-top: 10px;
	color: #757575;
	font-size: 16px;
}
.md .dialog-text label.item-checkbox > .icon-checkbox {
	margin-right: 16px;
}
.notification .icon-notification {
	height: 16px;
	width: 16px;
}

.theme-dealer .list .three-rows .item-after {
	white-space: normal;
	text-align: right;
	padding-top: 2px;
	word-break: break-all;
	word-break: break-word;
}
.theme-dealer .list .three-rows .item-inner {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 12px;
}

.theme-dealer .list .three-rows .item-text {
	-webkit-line-clamp: 5;
	max-height: initial;
}

.theme-dealer .menu-popover {
	width: auto;
	max-width: 260px;
}
.theme-dealer .menu-popover .popover-inner {
	max-height: 40vh;
}
.leftMenuList {
}
.theme-dealer .menu-popover .list-button {
	font-size: 14px;
	color: #818181;
	line-height: 36px;
	font-weight: 400;

	transition: all 0.3s;
}
.theme-dealer .menu-popover .list-button:hover {
	color: #333;
	background-color: rgba(0, 0, 0, 0.05);
}
.theme-dealer .menu-popover .leftMenuList .list-button:last-child {
	color: #f44336;
}
.theme-dealer .menu-popover .leftMenuList .list-button:last-child:hover {
	color: #f44336;
}
.theme-dealer .menu-popover .leftMenuList .list-button:last-child:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.12);
	display: block;
	z-index: 15;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.md .theme-dealer .menu-popover label.item-radio > .icon-radio {
	margin-right: 16px;
}

/* LOGIN */
.login-screen-content {
	background: url("../images/bg.jpg") no-repeat center center;
	background-size: cover;
}

.logo {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
}
.slogan {
	margin: 16px 0;
}
.slogan p {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}
.logo img {
	width: 100%;
	max-width: 230px;
	min-width: 200px;
}
.login-screen-content.login-screen-content-warden .logo {
	margin: 60px 0;
}
.login-screen-content.login-screen-content-warden .logo img {
	max-width: 320px;
}

.theme-dealer .login-screen-content .list input {
	border: 1px solid #cccccc;
	border-radius: 4px;
	/* color: #000 !important; */
	padding-left: 16px;
	padding-right: 40px;
	transition: all 0.3s;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
.theme-dealer .login-screen-content .list .item-input-wrap:after {
	display: none;
}
.md .login-screen-content .input-clear-button {
	margin-right: 8px;
}
.md .input-clear-button.password-clear-button {
	margin-right: 48px;
}
.password-toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 10px 3px 5px;
	cursor: pointer;
	transition: all 0.3s;
}

.forget_pwd_wrapper {
	padding-right: 16px;
}
.forget_pwd_wrapper a {
	/* text-transform: uppercase; */
	text-decoration: underline;
}
.forget_pwd_wrapper a:hover {
	text-decoration: none;
}

.login-screen-content.login-screen-content-warden .forget_pwd_wrapper a {
	/*color: #0a397c;*/
	letter-spacing: 0.03em;
}
.login-screen-content.login-screen-content-warden .bg-color-dealer {
	background-color: #0a397c !important;
}

.additional-login-logos img {
	width: 100%;
	max-width: 130px;
}

/* LOGIN CUSTOM*/
.login-screen-content.login-screen-content-client {
	background-image: none;
}
.col-custom-left {
	width: 100%;
	height: 100%;
	background: url("../images/login/client/bg-left.png") no-repeat left top;
	background-size: cover;
}
.col-custom-left .logo img {
	max-width: 305px;
}

.col-custom-right {
	display: none;
	background: url("../images/login/client/bg-small.png") no-repeat center center;
	background-size: cover;
}
.col-custom-right .slogan {
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.5);
}

.theme-dealer .login-screen-content.login-screen-content-custom1 .list input {
	height: 45px;
	border-radius: 10px;
}
.login-screen-content-custom1 .password-toggle {
	padding-top: 13px;
}
.md .login-screen-content.login-screen-content-custom1 .input-clear-button {
	bottom: 10px;
}

@media (min-width: 992px) {
	.login-screen-content-client .col-custom-left {
		max-width: 570px;
	}
	.col-custom-right {
		display: block;
		width: calc(100% - 570px);
		height: 100%;
	}
}

@media (min-width: 1400px) {
	.col-custom-right {
		background-image: url("../images/login/client/bg-big.png");
	}
}

/* SELFTRACK LOGIN SCREEN */
.login-screen-content.login-screen-content-selftrack {
	background-image: none;
}
.login-screen-content.login-screen-content-selftrack .bg-color-dealer {
	background-color: #29acb2 !important;
}
.col-custom-left {
	width: 100%;
	height: 100%;
	background: url("../images/login/selftrack/bg-left.png") no-repeat left top;
	background-size: cover;
}
.col-custom-left .logo img {
	max-width: 305px;
}

.col-custom-right {
	display: none;
	background: url("../images/login/selftrack/bg-small.png") no-repeat center center;
	background-size: cover;
}
.col-custom-right .slogan {
	font-size: 36px;
	color: rgb(255, 255, 255);
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	text-shadow: 0.5px 0.866px 3px rgba(0, 0, 0, 0.5);
}

.theme-dealer .login-screen-content.login-screen-content-custom1 .list input {
	height: 45px;
	border-radius: 10px;
}
.login-screen-content-custom1 .password-toggle {
	padding-top: 13px;
}
.md .login-screen-content.login-screen-content-custom1 .input-clear-button {
	bottom: 10px;
}

@media (min-width: 992px) {
	.login-screen-content-selftrack .col-custom-left {
		max-width: 570px;
	}
	.col-custom-right {
		display: block;
		width: calc(100% - 570px);
		height: 100%;
	}
}

@media (min-width: 1400px) {
	.col-custom-right {
		background-image: url("../images/login/selftrack/bg-big.png");
	}
}

/*WARDEN LOGIN SCREEN*/
.login-screen-content.login-screen-content-warden {
	background-image: url("../images/login/warden/bgWarden.jpg");
	background-position: bottom right;
}
.login-screen-content-warden .logo {
	margin-bottom: 10px;
}
.login-screen-content-warden .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
.login-screen-content-warden .menu li {
	display: inline-block;
	margin: 10px;
}
.login-screen-content-warden .menu li a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.login-screen-content-warden .header {
	padding: 10px 20px;
	background: #fff;
}

.login-screen-content-warden .contacts {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
.login-screen-content-warden .contacts li {
	display: inline-block;
	text-align: right;
	padding: 8px 10px;
}
.login-screen-content-warden .contacts li a {
	color: #333;
	font-weight: normal;
}
/*.login-screen-content-warden .menu li a:hover{
    text-decoration: underline;
}*/

.header {
	max-width: 980px;
	margin: 60px auto;
	padding-right: 20px;
	padding-left: 20px;
}
.header .logo {
	margin: 0 !important;
	max-width: 240px !important;
}
.contacts {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

@media (min-width: 992px) {
	.header {
		border-radius: 8px;
	}
}

/*END WARDEN LOGIN SCREEN*/

/* MAP */
.map {
	width: 100%;
	height: 100%;
	min-height: 100px;
	min-width: 100px;
}
#map,
#mapDashboard,
#mapReport,
#mapLogAssetAlarm {
	/* width: 100px;
    height: 100px; */
	min-height: 300px;
	min-width: 200px;
	width: 100%;
	height: 100%;
}

.leaflet-control-layers-toggle {
	background-image: url("../images/change-map.svg") !important;
	background-size: 100% 100% !important;
}
.leaflet-left {
	z-index: 10000;
}
.leaflet-control-layers:not(.leaflet-control-layers-expanded) {
	border-radius: 50%;
}
.leaflet-popup-content-wrapper {
	border-radius: 6px;
	max-height: 460px;
	overflow: auto;
}
.leaflet-popup-content {
	margin: 18px 24px;
}
.leaflet-container a.leaflet-popup-close-button {
	visibility: hidden;
}
.marker-data-table {
}
.marker-data-table td {
	border-bottom: 1px solid #e6e6e6;
	font-size: 13px;
	line-height: 1.2;
	padding: 4px 0;
	vertical-align: text-top;
}
.marker-data-table tr:last-child td {
	border-bottom: 1px solid transparent;
}
.marker-data-table .marker-data-caption {
	text-align: left;
	white-space: nowrap;
	color: #818181;
}
.marker-data-table .marker-data-value {
	text-align: right;
	color: #333;
	font-weight: 600;
	padding-left: 10px;
}
.leaflet-popup-close-button {
	/* display: none; */
}
.leaflet-control-layers-selector {
	visibility: hidden;
	width: 1px;
	margin: 0;
}
.leaflet-control-layers-scrollbar {
	overflow: auto;
}
.leaflet-control-layers label {
	display: inline-block;
	margin: 8px;
	color: #999999;
	cursor: pointer;
}

.layer-icon {
	width: 72px;
}
.leaflet-control-layers-base p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
}

.leaflet-control-layers-base input[type="radio"]:checked + span {
	color: #000;
	transition: all 0.3s;
}

input[type="checkbox"].leaflet-control-layers-selector {
	visibility: visible;
	width: 16px;
}

.leaflet-control-layers-overlays span {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
}

.leaflet-control-layers-overlays input[type="checkbox"]:checked + span {
	color: #000;
	transition: all 0.3s;
}

.md .color-theme-red .leaflet-control-layers-overlays label input[type="checkbox"],
.md .color-theme-vizn .leaflet-control-layers-overlays label input[type="checkbox"] 	{
	display: none;
}
.md .color-theme-red .leaflet-control-layers-overlays label i ,
.md .color-theme-vizn .leaflet-control-layers-overlays label i {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.md .color-theme-red .leaflet-control-layers-overlays label i:after ,
.md .color-theme-vizn .leaflet-control-layers-overlays label i:after {
	content: "";
	position: absolute;
}
.md .color-theme-red .leaflet-control-layers-overlays label input[type="checkbox"]:checked + span i,
.md .color-theme-vizn .leaflet-control-layers-overlays label input[type="checkbox"]:checked + span i {
	background-color: #f44336;
	border-color: #f44336;
}
.md .color-theme-red .leaflet-control-layers-overlays label input[type="checkbox"]:checked + span i:after ,
.md .color-theme-vizn .leaflet-control-layers-overlays label input[type="checkbox"]:checked + span i:after {
	opacity: 1;
}
.md .fab-custom {
}
.fab.fab-custom > a {
	flex-wrap: wrap;
}
.fab.fab-custom > a i {
	position: initial;
	transform: none;
	font-size: 20px;
}
.fab.fab-custom .fab-text {
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
	letter-spacing: normal;
	padding: 0;
	margin-top: -24px;
}
.md .fab-map-settings {
	bottom: 88px;
}
.home-map .leaflet-top.leaflet-left,
.home-map .leaflet-top.leaflet-right {
	top: 110px;
}
/* .popup-report-panel{
    z-index: 105000;
} */

/* STREET VIEW */
#pano {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000000;
}

.fab-pano-close {
	z-index: 100000000;
}
.fab-pano-close > a {
	background: rgba(0, 0, 0, 0.4) !important;
}

/* ASSET LIST */

.assetList .item-title i,
.assetList .item-text i,
.groupList .item-text i {
	/* margin-left: 4px; */
	/*  margin-right: 8px; */
}
.assetList .item-media .item_asset_img,
.assetListSelect .item-media .item_asset_img,
.list .item-media .item_asset_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.theme-dealer .assetListSelect .item-inner {
	padding-top: 24px;
	padding-bottom: 24px;
}
.theme-dealer .assetListSelect.asset-list-select-extended .item-inner {
	padding-top: 14px;
	padding-bottom: 14px;
}
.md .list .item-media {
	position: relative;
}
.icon-status-fix {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #c1c1c1;
	font-size: 10px;

	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
}
.icon-status-fix.state-0 {
	background-color: #c1c1c1 !important;
}
.icon-status-fix.state-1 {
	background-color: #1dbc0c !important;
}
.icon-status-fix.state-2 {
	background-color: #dd821f !important;
}
.icon-status-fix.state-3 {
	background-color: #e5425a !important;
}
.assetList .item-content .col-50 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ASSET IMAGE */
.top-asset-image-wrapper {
	width: 100%;
	height: 160px;
	background-color: #e6e6e6;
	background-image: url("../images/default-photo-icon.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.top-asset-image-wrapper .top-asset-img {
	/* width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center; */

	margin: auto;
	max-width: 120px;
	max-height: 120px;
	border-radius: 100%;

	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
	box-sizing: border-box;
}
.top-asset-image-wrapper .top-asset-img .item_asset_img {
	width: 100%;
	height: 100%;

	border-radius: 100%;
}

/* ASSET EDIT PHOTO */
.asset_img_before_crop {
	width: 100%;
}
.asset_img_before_crop img {
	width: 100%;
	max-width: 100%;
}

.redo,
.undo {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: auto;
	font-size: 30px;
	width: 80px;
}
.undo {
	left: auto;
	right: 20px;
}

.icons-list {
}
.md .media-list.icons-list .item-media {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* CREDIT RECHARGE */

.theme-dealer .card-recharge-credit {
	overflow: hidden;
	margin: 32px 16px;
}
.card-content-divider {
	width: 50px;
	background: #fff;
	height: 1px;
	margin: auto;
}
.theme-dealer .card-recharge-credit .card-footer {
	display: block;
	padding: 16px;
}

/* ASSET GROUPS */
.group-list {
}
.group-list .item-group-menu {
	top: 24px;
	z-index: 100;
}
.group-list .item-title {
	font-size: 16px;
	padding: 8px 16px 8px 0;
}

.group-list-with-assets {
}
.theme-dealer .group-list-with-assets .group-line.item-content {
	/* padding: 8px 0; */
	padding-right: 16px;
	padding-left: 0;
	position: relative;
	overflow: hidden;
}
.theme-dealer .media-list.group-list-with-assets .item-inner {
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}
.theme-dealer .media-list.group-list-with-assets .item-inner .accordion-item-content .item-inner {
	padding-top: 14px;
	padding-bottom: 14px;
}
.group-list-with-assets .accordion-item-content {
	padding-left: 32px;
}
.item-group-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	padding: 6px;
}
.bigger-touch-area {
}
.bigger-touch-area:after {
	content: "";
	position: absolute;
	padding: 20px;
}

.group-list-with-assets .group-line .item-title i {
	margin-right: 8px;
}
/* .group-list-with-assets .item-content:after{
            content: '';
            position: absolute;
            background-color: rgba(0,0,0,.12);
            display: block;
            z-index: 15;
            bottom: auto;
            right: auto;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
        }
        .group-list-with-assets li.item-content:first-child:after{
            display: none;
        }

        .group-list-with-assets .group-line:last-child:after{
            display: none;
        } */

.group-list-with-assets .group-line:after,
.group-list-with-assets .item-inner.accordion-item:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.12);
	display: block !important;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	opacity: 0;
	transition: all 0.3s;
}
.group-list-with-assets .accordion-item-opened .group-line:after,
.group-list-with-assets .item-inner.accordion-item:after {
	opacity: 1;
}
.group-list-with-assets .group-line:last-child:after {
	opacity: 0;
}

.group-list-with-assets .group-line.group-line-header {
	padding: 14px 40px 14px 0;
	cursor: pointer;
}

.input-search-button {
	position: absolute;
	top: 50%;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin: 0;
	outline: 0;
	z-index: 1;
	cursor: pointer;
	right: 0;

	width: 25px;
	height: 25px;

	bottom: 6px;
	top: auto;
}

.find-address-results {
	position: absolute;
	z-index: 13500;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 180px;
	overflow: auto;
	padding: 5px 0;

	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
		0 3px 14px 2px rgba(0, 0, 0, 0.12);

	opacity: 0;
	display: none;
	-webkit-transform: scale(0.85, 0.6);
	transform: scale(0.85, 0.6);
	-webkit-transition-property: opacity, border-radius, -webkit-transform;
	transition-property: opacity, border-radius, -webkit-transform;
	transition-property: opacity, transform, border-radius;
	transition-property: opacity, transform, border-radius, -webkit-transform;
}
.find-address-results.show {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.find-address-results ul {
	margin: 0 !important;
	padding: 0 !important;
}
.find-address-results ul li {
	padding: 8px;
	cursor: pointer;
}
.find-address-results ul li:hover {
	background: rgba(0, 0, 0, 0.1);
}

/* NOTIFICATIONS */

.notificationList .item-delete {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;

	visibility: hidden;
	opacity: 0;

	transition: all 0.3s;
}
.notificationList li:hover .item-delete {
	visibility: visible;
	opacity: 0.5;
}
.notificationList li:hover .item-delete:hover {
	opacity: 1;
}

/* ADMIN PANEL */

.panel-button-wrapper {
	min-height: 100%;
	padding: 16px 0;
	box-sizing: border-box;
}
/* .panel-button-wrapper::after{

  content: "";
  flex: auto;
}
 */

.panel-button-wrapper .card {
	min-height: 224px;
	width: 160px;
}
.device-desktop .panel-button-wrapper .card {
	width: 180px;
}

/* REPORT PANEL */
.popup-panel-bigger {
}
.popup-panel-bigger .card {
	min-height: 180px;
}
.device-desktop .popup-panel-bigger .card {
	width: 230px;
	min-height: 180px;
}
.device-desktop .popup-panel-bigger.popup-additional-info .card,
.popup-panel-bigger.popup-additional-info .card {
	width: auto;
}

.popup-panel-bigger2 {
}
.popup-panel-bigger2 .card {
	min-height: 155px;
}
.device-desktop .popup-panel-bigger2 .card {
	width: 180px;
	min-height: 175px;
}
.popup-panel-bigger2 .card-content p:last-child {
	margin-bottom: 0;
}

@media (min-height: 700px) and(min-width: 960px) {
	/* .popup-panel-bigger.popup:not(.popup-tablet-fullscreen){
        width: 830px;
        height: 700px;
        margin-left: -415px;
        margin-top: -350px;
    } */
	.popup-panel-bigger2.popup:not(.popup-tablet-fullscreen),
	.popup-panel-bigger.popup:not(.popup-tablet-fullscreen) {
		width: 870px;
		height: 700px;
		margin-left: -435px;
		margin-top: -350px;
	}
}

.theme-dealer .card-playback-range-slider {
	overflow: hidden;
	margin: 32px 16px;
}

.modal-playback-controls {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.theme-dealer .modal-playback-controls .card-playback-range-slider {
	margin: 16px;
}

/* DASHBOARD PANEL */

.dashboard-card-type1 {
	height: 265px;
}
.dashboard-card-type1 .list {
	width: 100%;
	font-size: 14px;
}
.dashboard-card-type1 .card-content {
	box-sizing: border-box;
	min-height: 217px;
}
.dashboard-card-type1 .list .item-content {
	/* min-height: auto; */
}
.dashboard-card-type1 .list .item-inner {
	padding-top: 0;
	padding-bottom: 0;
	/* min-height: auto; */
}

.dashboard-card-type1 .card-content-divider {
	width: 100%;
	background-color: #eaeaea;
	margin-top: 8px;
	margin-bottom: 8px;
}

.dashboard-card-type2 .card-footer {
	min-height: auto;
	padding: 0;
}
.marker-data-table.marker-data-table-dashboard {
	width: 100%;
	margin: 8px 16px;
}
.marker-data-table.marker-data-table-dashboard .marker-data-value,
.marker-data-table.marker-data-table-dashboard .marker-data-caption {
	padding: 8px;
}
.marker-data-table.marker-data-table-dashboard td:first-child {
	padding-left: 0;
}
.marker-data-table.marker-data-table-dashboard td:last-child {
	padding-right: 0;
}
.chart-total-value {
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	width: 100%;
	left: 0;
	color: #757575;
	padding-right: 16px;
	padding-left: 16px;
	box-sizing: border-box;
}
.chart-total-value span {
	color: #333;
	white-space: nowrap;
}

/* USER LIST */
.user-icon {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

/* DATA  TABLE */

.mdl-button {
	width: auto;
}
.mdl-button.mdl-button.mdl-button--colored,
.mdl-button--colored {
	background: #333;
	color: #fff;
}
.mdl-button.mdl-button--colored,
.mdl-button.mdl-button--colored:hover,
.mdl-button.mdl-button--colored:active,
.mdl-button.mdl-button--colored:focus {
	/* background: #f44336; */
	background: #333;
}
.mdl-button--raised.mdl-button--colored,
.mdl-button--raised.mdl-button--colored:hover,
.mdl-button--raised.mdl-button--colored:active,
.mdl-button--raised.mdl-button--colored:focus {
	/* background: #f44336; */
	background: #333;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
	padding-right: 8px;
	padding-left: 30px;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	/* right: 1em; */
	right: auto;
	left: 8px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	/* right: 0.5em; */
	right: auto;
	left: 15px;
}
.theme-dealer .mdl-data-table .button-table {
	display: inline-block;
	padding: 0 16px;
}
.dataTables_filter input[type="search"] {
	border: 1px solid #cccccc;
	border-radius: 4px;
	/* color: #000 !important; */
	padding-left: 16px;
	padding-right: 40px;
	transition: all 0.3s;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	height: 30px;
	display: inline-block;
}
.dataTables_length select {
	display: inline-block;
	padding: 0 8px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
}
/* div.dataTables_wrapper div.mdl-grid.dt-table {
    padding: 0;
} */
.table-no-padding .mdl-grid.dt-table {
	padding: 0;
}
.table-no-padding .mdl-cell.mdl-cell--12-col {
	margin: 0;
	width: 100%;
}
.mdl-data-table td {
	overflow: hidden;
}
.mdl-data-table td.dataTables_empty {
	text-align: center;
}
.mdl-data-table td,
.mdl-data-table th {
	text-align: left;
	padding: 8px;
}
.mdl-data-table .dtfc-fixed-right,
.mdl-data-table .dtfc-fixed-left {
	position: relative;
	background-color: #fff;
	transition: all 0.28s;
	padding-left: 16px;
	padding-right: 16px !important;
}

.mdl-data-table tbody tr:hover .dtfc-fixed-right,
.mdl-data-table tbody tr:hover .dtfc-fixed-left {
	background-color: #eee;
}
.mdl-data-table .dtfc-fixed-right:after,
.mdl-data-table .dtfc-fixed-left:after {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.12);
	width: 1px;
	height: 100%;
	top: 0;
}
.mdl-data-table .dtfc-fixed-right:after {
	left: 0;
}
.mdl-data-table .dtfc-fixed-left:after {
	right: 0;
}
.datatable-additional-buttons {
	text-align: right;
	/* padding: 0 8px; */
}
.datatable-additional-buttons button {
	margin: 8px;
}
.datatable-additional-buttons button:last-child {
	margin-right: 0;
}
.datatable-additional-buttons {
	/*  width: auto; */
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
	background-color: #ddd;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
	margin-top: 0;
	margin-left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
	margin-top: -5px;
	text-shadow: 1px 1px #ddd, -1px -1px #ddd, 1px -1px #ddd, -1px 1px #ddd;
	margin-left: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
table.dataTable tbody td .user-icon {
	width: 25px;
	height: 25px;
	margin-right: 4px;
}

.custom-dropdown-wrapper .dataTables_filter,
.custom-dropdown-wrapper .trip-purpose-dropdown {
	display: inline-block;
	vertical-align: middle;
}
.custom-dropdown-wrapper .trip-purpose-dropdown {
}
.custom-dropdown-wrapper .trip-purpose-dropdown .list {
	width: 260px;
	border-radius: 2px;
	margin: 0 0 0 16px;
}
.custom-dropdown-wrapper .trip-purpose-dropdown .list .item-content,
.custom-dropdown-wrapper .trip-purpose-dropdown .list .item-inner {
	min-height: 36px;
}

/* C3 GRAPHIC CHARTS */

.c3-xgrid-focus {
	display: none;
}

.loader-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
}

.item-toggle {
	cursor: pointer;
}
.item-toggle .icon-plus,
.item-toggle .icon-minus {
	display: none;
	width: 22px;
	height: 22px;
	border: 1px solid #000;
	border-radius: 100%;
	line-height: 20px;
	text-align: center;
}
.item-toggle.active .icon-minus {
	display: inline-block;
}
.item-toggle:not(.active) .icon-plus {
	display: inline-block;
}
.dynamic-max-height {
	max-height: 500px;
	transition: max-height 0.25s ease-in;
}

/*TOP ASSET ALARM WIDGET*/


.icon-low-battery-color::after {
	content: '';
	width: 17px;
    height: 18px;
    background-repeat: no-repeat;
    display: block;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cg%3E%3Crect fill='%23f44336' x='5.1' y='12.2' width='5.8' height='2.4'/%3E%3Cpath fill='%231dbc0c ' d='M11.3,1.7h-1.1V1c-0.1-0.5-0.5-1-1-1H6.8c-0.5,0-0.9,0.4-1,1v0.8H4.7c-0.5,0-0.9,0.4-0.9,1V15c0,0.5,0.4,1,0.9,1h6.7 c0.5,0,0.9-0.4,0.9-1V2.7C12.3,2.2,11.9,1.8,11.3,1.7z M11.4,15c0,0,0,0.1-0.1,0.1H4.7c0,0-0.1-0.1-0.1-0.1V2.7c0,0,0-0.1,0.1-0.1 h6.7c0,0,0.1,0.1,0.1,0.1V15z'/%3E%3C/g%3E%3C/svg%3E%0A");}
.asset-alarms-widget {
	position: absolute;
	top: -73px;
	left: 12px;
	z-index: 9999;
	width: 85%;
	width: calc(100% - 24px);
	cursor: default;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.asset-alarms-widget .widget-list {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 4px;
}
.asset-alarms-widget .widget-list .widget-item {
	min-width: 60px;
	background: #fff;
	position: relative;
	font-size: 14px;
	/*overflow: hidden;*/
}
/*.asset-alarms-widget .widget-list .widget-item:first-child{
    border-radius: 4px 0 0 4px;
}
.asset-alarms-widget .widget-list .widget-item:last-child{
    border-radius: 0 4px 4px 0;
}*/
.asset-alarms-widget .widget-list .widget-item .item-header {
	padding: 0 8px;
	line-height: 36px;

	position: relative;
	/*-webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;*/
	text-align: center;

	/* overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;*/
}
.header-link-wrapper {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	padding-right: 16px;
}
.header-link-wrapper i {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(50%);
}
.asset-alarms-widget .widget-list .widget-item .item-header:after,
.asset-alarms-widget .widget-list .widget-item > .item-content:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.asset-alarms-widget .widget-list .widget-item > .item-content:after {
	background: #e6e6e6;
}
.asset-alarms-widget .widget-list .widget-item:last-child .item-header:after,
.asset-alarms-widget .widget-list .widget-item:last-child .item-content:after {
	background: transparent;
}
.asset-alarms-widget .widget-list .widget-item .item-content {
	padding: 8px;
	text-align: center;
	cursor: pointer;
}
.asset-alarms-widget .show-control {
	position: absolute;
    z-index: 1;
    bottom: -23px;
    left: 0;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
}

.asset-alarms-widget.show {
	top: 12px;
}
.asset-alarms-widget .show-control i {
	transition: all 0.3s;
}
.asset-alarms-widget.show .show-control i {
	transform: rotate(180deg);
}

/* ASSET ALARM WIDGET*/

/*BOTTOM ASSET DETAILS WIDGET*/
.asset-details-widget {
	position: absolute;
	bottom: -179px;
	left: 16px;
	z-index: 9999;
	max-width: 85%;
	max-width: calc(100% - 100px);

	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	-webkit-box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
	box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.asset-details-widget.show {
	bottom: 16px;
}
.asset-details-widget .show-control {
	position: absolute;
	z-index: 1;
	top: -29px;
	left: 0;
	padding: 4px 8px;
	display: inline-block;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}
.asset-details-widget .show-control i {
	transition: all 0.3s;
}
.asset-details-widget.show .show-control i {
	transform: rotate(180deg);
}

.asset-details-widget .widget-list {
	height: 178px;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 0 4px 0 0;
}

.asset-details-widget .widget-list .widget-item {
	width: 192px;
	min-width: 168px;
	height: 100%;

	background: #fff;
	position: relative;

	font-size: 13px;
}
.asset-details-widget .widget-list .widget-item.big {
	width: 305px;
	min-width: 305px;
}
.asset-details-widget .widget-list .widget-item.small {
	width: 100px;
	min-width: 100px;
}

.asset-details-widget .widget-list .widget-item.small2 {
	width: 164px;
	min-width: 100px;
}
.md .button.street-view-btn {
	height: 27px;
}

.asset-details-widget .widget-list .widget-item.small3 {
	width: 86px;
	min-width: 75px;
}

.asset-details-widget .widget-list .widget-item:first-child {
	border-radius: 4px 0 0 4px;
}
.asset-details-widget .widget-list .widget-item:last-child {
	border-radius: 0 4px 4px 0;
}
.asset-details-widget .widget-list .widget-item .item-header {
	padding: 4px 8px;
	min-height: 36px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.asset-details-widget .widget-list .widget-item .item-header:after,
.asset-details-widget .widget-list .widget-item > .item-content:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.asset-details-widget .widget-list .widget-item > .item-content:after {
	background: #e6e6e6;
}
.asset-details-widget .widget-list .widget-item:last-child .item-header:after,
.asset-details-widget .widget-list .widget-item:last-child .item-content:after {
	background: transparent;
}
.asset-details-widget .widget-list .widget-item > .item-content {
	/*padding: 4px 8px;*/
	overflow: auto;
	height: 134px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
}
.asset-details-widget .widget-list .widget-item ul > .item-content {
	padding-left: 8px;
}
.asset-details-widget .widget-list .widget-item ul > .item-content .item-inner {
	box-sizing: border-box;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.asset-details-widget .widget-list .widget-item .item-content .row .col-50,
.asset-details-widget .widget-list .widget-item .item-content .row [class^="col-"],
.asset-details-widget .widget-list .widget-item .item-content .row [class^="col-"] [class*=" col-"] {
	overflow: hidden;
	text-overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}
#app .widget-list .widget-item .item-content .row div[data-tooltip="Board Voltage"] {
	display: flex;
	flex-wrap: wrap;
}

.cctv-overlay.show {
	display: block;
}

.content-wrapper {
	position: relative;
	height: 100%;
}
.content {
	position: relative;
	height: 100%;
	margin-left: 20px;
}
.content-top-control {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 85%;
	width: calc(100% - 24px);
	border-radius: 6px;
}
.with-sidebar.sidebar-opened .content {
	margin-left: 310px;
}

.content-sidebar {
	width: 310px;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: calc(0px - calc(310px - calc(10px * 2)));
	background-color: white;
	-webkit-box-shadow: 0 0 9.8px 0.2px rgb(151 164 193 / 20%);
	box-shadow: 0 0 9.8px 0.2px rgb(151 164 193 / 20%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.panel-control {
	position: absolute;
	z-index: 2;
	content: "";
	width: 20px;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 8px 13px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
	/*/
  /background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'8px'%20height%3D'13px'%20viewBox%3D'0%200%208%2013'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpolygon%20fill%3D'%23c7c7cc'%20transform%3D'translate(1.500000%2C%206.500000)%20rotate(-45.000000)%20translate(-1.500000%2C%20-6.500000)%20'%20points%3D'6%2011%206%202%204%202%204%209%20-3%209%20-3%2011%205%2011'%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");*/
}

.with-sidebar.sidebar-opened .content-sidebar.left {
	left: 0;
}
.with-sidebar.sidebar-opened .content-sidebar .panel-control {
	display: none;
}
.iframe-fullscreen {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.player-modal {
	border: 0 solid #000;
	background-color: #000;
	width: 300px;
	height: 180px;
	display: none;
	position: absolute;
	left: 300px;
	top: calc(100vh - 107px);
	margin: -100px 0 0 -300px;
	padding-top: 30px;
}
.player-modal .title {
	position: absolute;
	top: 5px;
	left: 0;
	color: rgba(255, 255, 255, 0.7);
	padding-right: 20px;
	padding-left: 5px;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.player-modal .close {
	color: rgba(255, 255, 255, 0.7);
	right: 10px;
	top: 3px;
	position: absolute;
	opacity: 1;
}
.player-modal iframe {
	border: none;
}

/* ADMIN*/

body.panel-left-hidden .panel.panel-left {
	display: none;
}
body.panel-left-hidden .view.view-main {
	margin-left: 0 !important;
}

.form__top-block {
	display: flex;
	justify-content: space-between;
}

/* Dropdown Button */
.dropbtn {
	background-color: transparent;
	color: white;
	padding: 24px;
	font-size: 24px;
	width: auto;
	border: none;
	cursor: pointer;
	background: url("https://quiktrak.eu/Attached/WebSites/QuiktrakEu/img/menu.svg") no-repeat;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
	background-color: transparent;
}

/* .dropdown {
  position: absolute;
  z-index: 1000;
  display: inline-block;
  padding: 10px;
  right: 20px;
 
} */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	position: absolute;
	right: 0;
	z-index: 1000;
	background-color: #383838;
	border-radius: 10px !important;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 6px 20px !important;
	margin: 5px !important;
	text-decoration: none;
	display: block;
	color: #a2a2a2 !important;
	transition: 0.3s all;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #403f3f;
	color: #a2a2a2 !important;
	padding: 6px 22px !important;
	margin: 5px !important;
	border-radius: 10px !important;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}

.renewal-notice-icon {
	text-align: center;
	position: absolute;
	top: 55px;
	left: -30px;
	width: 100px;
}
.renewal-notice-icon div {
	font-size: 10px !important;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}

.login-screen {
	background: url("../images/bg1400.jpg") no-repeat top right fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.md .login-screen .page {
	background: none;
	font-family: "PFDinDisplayPro-Medium";
}

.navbar-login {
	background-color: #fff;
	margin-top: 30px;
	border-radius: 10px;

	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;

	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.collapse:not(.show) {
	display: none;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.navbar-login .nav-link {
	transition: all 0.2s;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.03em;
}

.text-dark {
	color: #343a40 !important;
}

.text-dark-blue {
	color: #001538 !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.text-center {
	text-align: center !important;
}

.login-box {
	margin-top: 3rem;
	margin-bottom: 1rem;
	background-color: #fff;

	border-radius: 10px;
	position: relative;
	max-width: 480px;
	padding: 3rem;
}

@media (min-width: 768px) {
	.login-box {
		-ms-flex: 0 0 61.666667%;
		flex: 0 0 61.666667%;
		max-width: 61.666667%;
	}
}

@media (min-width: 992px) {
	.login-box {
		-ms-flex: 0 0 37.333333%;
		flex: 0 0 37.333333%;
		max-width: 37.333333%;
	}
}

@media (min-width: 1200px) {
	.login-box {
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
}

.login-box h2 {
	font-size: 34px;
	color: #383838;
	letter-spacing: 0.03em;
	font-family: "PFDinDisplayPro-Medium";
	margin: 0;
}

.login-box p {
	color: #7d7d7d;
	font-size: 17px;
	font-family: "PFDinDisplayPro-Medium";
}

html.with-modal-loginscreen {
	font-size: inherit;
}

.display-none {
	display: none;
	transition: 0.5s;
}

.navbar .dropdown {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.box-shadow-1 {
	box-shadow: 0px 3px 8.73px 0.27px rgb(133 133 132 / 20%);
}

.border-rounded-10 {
	border-radius: 10px;
}

.bg-dakrgrey {
	background-color: #383838;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-item {
	transition: all 0.2s;
	letter-spacing: 0.03em;
}

.text-color-state1 {
	color: #1dbc0c !important;
}

.text-white {
	color: #fff !important;
}

.text-right {
	text-align: right !important;
}

.dropdown-item.dropdown-submenu > a {
	display: block;
	padding: 0.25rem 1.5rem;
}

.dropdown-item {
	display: block;

	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item.dropdown-submenu {
	padding: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-item {
	transition: all 0.2s;
	letter-spacing: 0.03em;
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	margin-top: -1px;
	left: 100%;
	margin-left: 0.125rem;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.navbar-nav .dropdown.show .nav-link {
	color: #d9413a !important;
}

.dropdown-menu.show {
	display: block;
}
.dropdown {
	position: relative;
}

a.text-dark:focus,
a.text-dark:hover {
	color: #121416 !important;
}
a.text-dark-blue:focus,
a.text-dark-blue:hover {
	color: #000919 !important;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.apps-container {
	display: flex;

	right: inherit;

	text-align: end;
}

.apps-container div:first-child,
.apps-container-min div:first-child {
	padding-right: 10px;
}
.apps-container div:last-child,
.apps-container-min div:last-child {
	padding-left: 10px;
}
.apps-container div {
	flex: 1;
	max-width: 95px;
}

.actions-list ul {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.actions-list ul li {
	width: 50%;
}

.actions-list button {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;

	text-transform: uppercase;
}

.actions-list button:hover {
	opacity: 0.9;
}
.form-group {
	font-family: "PFDinDisplayPro-Regular";
}

#language {
	box-sizing: border-box;
	margin: 0;
	font-family: inherit;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	border-color: rgb(232, 232, 232);
	cursor: pointer;
	position: relative;
	width: 100%;
	text-align: right;
	white-space: nowrap;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0.75rem;
	padding-right: 1rem;
	border-radius: 10px;
	height: 48px;
	text-align: left;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: 0.8em;
}

.nav-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
	.nav-item {
		padding-top: 0;
		padding-bottom: 0;
	}
	.apps-container {
		display: flex;
		position: absolute;
		right: 38px;
		top: 55px;
		text-align: end;
		left: inherit;
	}

	.apps-container div:first-child,
	.apps-container-min div:first-child {
		width: 100px;
	}
	.apps-container div:last-child,
	.apps-container-min div:last-child {
		width: 100px;
	}

	.dropbtn {
		display: none;
	}
	.navbar-login .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-login .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		display: block;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.navbar-login .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
		padding-right: 1rem !important;
		padding-left: 1rem !important;
		margin-left: auto !important;
		margin-top: 0;
	}

	.navbar-login .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-login {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.login-box {
		margin-top: 3rem;
		margin-bottom: 1rem;
		background-color: #fff;
		border-radius: 10px;
		position: relative;
		max-width: 480px;
		padding: 1rem;
	}

	.logo img {
		width: 100%;
		max-width: 164px;
		min-width: 179px;
	}
	.dropbtn {
		padding: 17px;
	}
}
#table-report th:nth-child(4), #table-report th:nth-child(5), #table-report th:nth-child(6), #table-report th:nth-child(7), #table-report th:nth-child(8), #table-report th:nth-child(9), #table-report th:nth-child(10), #table-report th:nth-child(12),#table-report th:nth-child(13),#table-report th:nth-child(14),#table-report td:nth-child(4), #table-report td:nth-child(5), #table-report td:nth-child(6), #table-report td:nth-child(7), #table-report td:nth-child(8), #table-report td:nth-child(9), #table-report td:nth-child(10), #table-report td:nth-child(12),#table-report td:nth-child(13),#table-report td:nth-child(14) {
	text-align:center;
}
