body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 100;
	line-height: 1.49;
	color: #000000;
}

input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	border: 2px solid #ccc;
	background: #fff;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
	content: "\f00c";
	position: absolute;
	font-family: "FontAwesome";
	top: 0.4em;
	left: 0.15em;
	font-size: 1.2em;
	line-height: 0.5;
	color: #177bbb;
	transition: all 0.2s;
	font-weight: 500;
	transform: rotate(5deg);
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
}

[type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

[type="checkbox"]:disabled+label {
	color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
	border: 2px solid #177bbb;
}

/* hover style just for information */
/*label:hover:before {
    border: 2px solid #177bbb!important;
    -webkit-transition: 0.1s;
}*/
.scrolling {
	max-height: 350px;
	overflow-y: auto;
}

/*.table {
    font-size: 10px;
    font-family: "Open Sans";
}*/
ul.nav.dk {
	/*max-height: 500px;
    overflow-y: auto;*/
}

.modal-body {
	overflow-x: auto;
	max-height: 450px;
}

ul.no-style {
	list-style: none;
	padding: 0;
}

ul.list-data {}

ul.list-data li.header {
	padding: 10px;
	background-color: #f1f1f1;
	/* border-right: 1px solid #000; */
}

ul.list-data li.list-item {
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
}

ul.list-data li.footer {
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
}

ul.sub-data {
	list-style: none;
}

ul.sub-data li.sub-list-item {
	padding: 5px;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.btn-ef.btn-ef-3.btn-ef-3a i {
	font-size: 12px;
	padding-left: -22px;
}

.table {
	width: 100% !important;
}

.tile-header.dvd.dvd-btm {
	padding: 0px !important;
}

/*.tile .tile-header .btn { padding: 0px; }*/
/*#navigation, header.clearfix, 
.branding.scheme-default, 
div#sidebarNav, 
div#sidebar-wrap,
.pageheader .page-bar .page-breadcrumb > li:first-child {background-color: #1d7cbb!important;}
.pageheader .page-bar .page-breadcrumb > li:first-child > a { color: #fff!important; }
.hz-menu #navigation > li.dropdown > ul,
.sidebar-sm #sidebar #sidebar-wrap:before,
.sidebar-xs #sidebar #sidebar-wrap:before { background-color: #1d7cbb!important; } */
.hz-menu #navigation>li>a {
	color: #fff;
}

#navigation .dropdown>ul li>a {
	color: #fff !important;
}

.input-non-active {
	background: none !important;
	border: none !important;
}

.input-non-active:hover {
	cursor: pointer;
}

.input-active {
	background: default;
	border: default;
}

.custom-scroll::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f0f0f0;
	border-radius: 50px;
}

/*.hz-menu #navigation > li.dropdown:hover > ul { max-height: 520px;overflow: auto!important; }*/
ul.dropdown-menu.animated.littleFadeInRight {
	left: -20px !important;
}

.tile-header.dvd.dvd-btm {
	padding: 8px !important;
}

.tile-header.dvd.dvd-btm {
	padding: 11px !important;
	height: 49px !important;
}

.nav-tabs.tabs-dark>li.active>a,
.nav-tabs.tabs-dark>li.active>a:hover,
.nav-tabs.tabs-dark>li.active>a:focus {
	background-color: #1d7cbb !important;
	color: white;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	box-shadow: inset 0 -3px 0 #f0ad4e !important;
}

.nav-tabs>li.active:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -4px;
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #f0ad4e !important;
}

.nav-tabs.tabs-dark {
	background-color: #f9f9f9 !important;
}

.nav-tabs.tabs-dark>li>a:hover,
.nav-tabs.tabs-dark>li>a:focus {
	background-color: #1d7cbb !important;
	color: rgb(255, 255, 255) !important;
}

ul.nav.nav-tabs.tabs-dark>li {
	background-color: #4f96c5 !important;
}

ul.nav.nav-tabs.tabs-dark>li>a {
	color: #abcfe6 !important;
}

ul.nav.nav-tabs.tabs-dark>li.active>a {
	color: #fff !important;
}

ul.list-delivery-order {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list-delivery-order>li.header,
ul.list-item-product>li.header {
	/*background-color: #2481bf;*/
	padding: 8px;
	color: #fff;
}

ul.list-delivery-order>li.item,
ul.list-item-product>li.item {
	padding: 10px;
	margin-left: 25px;
}

ul.list-item-product {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 10px;
	list-style: none;
}

ul.list-item-product>li {
	padding: 10px 0px 10px 0px;
	/* background-color: red; */
}

.btn.btn-vxs {
	padding: 2px;
	font-size: 9px;
	border-radius: 2px;
}

label {
	display: table !important;
	max-width: 100%;
	/*margin-bottom: 5px;*/
	font-weight: 700 !important;
}

#modal-dialog-full {
	width: 93%;
	height: 90%;
	margin: 0;
	padding: 0;
	margin-left: 4%;
	margin-top: 3%;
}

#modal-content-full {
	height: auto;
	/* min-height: 100%; */
	border-radius: 0;
	margin-left: 12px;
	width: 96%;
}

@media (min-width: 1025px) {

	label.col-md-1,
	label.col-md-2,
	label.col-md-3,
	label.col-md-4,
	label.col-md-5,
	label.col-md-6,
	label.col-md-7,
	label.col-md-8,
	label.col-md-9,
	label.col-md-10,
	label.col-md-11,
	label.col-md-12 {
		padding-top: 8px;
		padding-right: 0px !important;
	}

	label.col-md-1.no-padding,
	label.col-md-2.no-padding,
	label.col-md-3.no-padding,
	label.col-md-4.no-padding,
	label.col-md-5.no-padding,
	label.col-md-6.no-padding,
	label.col-md-7.no-padding,
	label.col-md-8.no-padding,
	label.col-md-9.no-padding,
	label.col-md-10.no-padding,
	label.col-md-11.no-padding,
	label.col-md-12.no-padding {
		padding-top: 0px !important;
		padding-right: 0px !important;
	}

	.col-md-1 .no-padding,
	.col-md-2 .no-padding,
	.col-md-3 .no-padding,
	.col-md-4 .no-padding,
	.col-md-5 .no-padding,
	.col-md-6 .no-padding,
	.col-md-7 .no-padding,
	.col-md-8 .no-padding,
	.col-md-9 .no-padding,
	.col-md-10 .no-padding,
	.col-md-11 .no-padding,
	.col-md-12 .no-padding {
		padding-left: 0px !important;
	}

	.col-md-1 .button-to-left,
	.col-md-2 .button-to-left,
	.col-md-3 .button-to-left,
	.col-md-4 .button-to-left,
	.col-md-5 .button-to-left,
	.col-md-6 .button-to-left,
	.col-md-7 .button-to-left,
	.col-md-8 .button-to-left,
	.col-md-9 .button-to-left,
	.col-md-10 .button-to-left,
	.col-md-11 .button-to-left,
	.col-md-12 .button-to-left {
		margin-left: -20px;
	}
}

.tab-content,
.tab-content .tab-pane {
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 0.7s;
	/* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.box-delivery-order {
	position: relative;
	display: block;
	overflow: hidden;
	height: 50px;
	margin-top: 5px;
	background: #e5e5e5;
}

.box-delivery-order>span.num {
	position: absolute;
	width: 34px;
	line-height: 50px;
	height: 68px;
	text-align: center;
	/*color: #ffffff;
    background: #4a7fbb;
    border-right: 1px solid #4a7fbb;*/
	font-size: 18px;
	font-weight: Bold;
	font-family: SourceSansPro-Regular;
}

.box-delivery-order>span.arw {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 4px;
	width: 23px;
	line-height: 30px;
	height: 30px;
	font-size: 26px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #4a7fbb;
}

.box-delivery-order>.content {
	padding: 8px 50px 0px;
	font-size: 14px;
	font-weight: bold;
}

.box-delivery-order>small.sub-header {
	padding: 0 50px;
}

table.list-data tr td {
	padding: 3px;
	font-size: 14px;
}

span.label-status {
	padding: 2px;
}

.warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.smooth-form {
	border-color: #dadada;
}

.hz-menu #navigation li.dropdown ul {
	position: fixed;
	width: auto;
	min-width: 220px;
	background-color: #3c3246;
}

.dropdown-menu>li>a {
	cursor: pointer;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {}

ul.list-checkbox {
	list-style: none;
	padding: 0 20px;
}

ul.list-checkbox li {
	display: inline-table;
	margin-right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f3f3f3 !important;
	color: #000000 !important;
}

.select2-results__option[aria-selected] {
	background-color: none !important;
	color: #000000 !important;
}

ul.special-group li ul {
	margin-left: 30px;
}

.footer-information {
	background-color: rgb(255, 255, 255) !important;
	box-shadow: 1px 1px 1px #dad9d9;
	color: #1d7cbb;
	border-top: 1px solid rgba(31, 29, 29, 0.15);
	border-bottom: 1px solid rgba(31, 29, 29, 0.15);
	border-left: 5px solid rgb(29, 124, 187);
	border-right: 1px solid rgba(31, 29, 29, 0.15);
}

.select2-selection {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #555555;
	font-size: 14px;
	outline: 0;
	min-height: 34px;
	text-align: left;
}

[class^="select2"] {
	border-radius: 3px !important;
	border-color: 1px solid #f1f1f1 !important;
}

.select2-selection__rendered {
	margin: 2px;
}

.select2-selection__arrow {
	margin: 2px;
}

.select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below,
.select2 .select2-container .select2-container--default .select2-container--below,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-color: #dbe0e2 !important;
}

.width-md {
	width: 100px !important;
}

.width-sm {
	width: 50px !important;
}

/*.not-printed { background-color: red;color: #fff; }*/
.printed {
	background-color: #57e97a;
	color: #fff;
}

.loading-class {
	position: absolute;
	top: 30%;
	left: 38%;
}

body.modal-open {
	overflow: hidden;
}

div.canvas-grap {
	position: relative;
	margin: 80px;
	width: 220px;
	height: 220px;
}

canvas.canvas-loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

span.loading-span {
	color: #7cc578;
	display: block;
	line-height: 220px;
	text-align: center;
	width: 220px;
	font-family: sans-serif;
	font-size: 40px;
	font-weight: 100;
	margin-left: 5px;
}

.tile-body.disabled,
.div-disabled {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffffad;
	z-index: 9999;
}

.custom-loading {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffffffad;
	z-index: 9999;
}

.custom-loading:hover,
.tile-body.disabled:hover {
	cursor: not-allowed;
}

.custom-loading img,
.custom-loading h4 {
	margin: 10% auto;
}

.fa-ul>li.item-product {
	margin: 5px 0 5px 0;
	color: #fff;
}

.fa-ul>li.item-product:hover {
	cursor: pointer;
}

.fa-ul>li {
	padding: 4px;
}

.fa-ul>li a {
	color: #f1f1f1 !important;
}

.fa-ul>li.active,
.fa-ul>li.active a,
.fa-ul>li:hover {
	background-color: #357ebd;
	border-radius: 2px;
	color: #ffffff !important;
	transition: 0.7s;
}

.bg-primarylight {
	background-color: #505d6b;
	color: #2b5e80;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
}

.header-sideproduction {
	background: #357ebd;
	color: #fff;
	margin-bottom: 10px;
}

.header-sideproduction.cust-1 {
	padding: 13px 5px 13px 5px;
	text-align: center;
}

.header-sideproduction.cust-2 {
	padding: 10px;
	width: 101%;
	text-align: left;
	background: none;
	color: inherit;
	border-bottom: 1px solid #f1f1f1;
}

.row-eq-height {
	overflow: hidden;
}

.col-table {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/*.row-eq-height [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
}*/

.row.display-table {
	display: table;
}

.row.display-table [class*="’col-’"] {
	float: none;
	display: table-cell;
}

.pdl-0 {
	padding-left: 0 !important;
}

.pdr-0 {
	padding-right: 0 !important;
}

.pdb-0 {
	padding-bottom: 0 !important;
}

.pdt-0 {
	padding-top: 0 !important;
}

.pd-0 {
	padding: 0px !important;
}

.padding-lr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.full-height {
	height: 100%;
}

.bg-bluelight {
	background-color: #357ebd !important;
	color: #fff !important;
}

.bg-graydark {
	background-color: #505d6b;
	color: #2b5e80;
}

.box-item {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding: 10px;
}

.table-thumbnail {
	width: 100%;
}

.table-thumbnail tr.thumbnail-title td {
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #f1f1f1;
	background-color: #1d7cbb;
	color: #fff;
}

.table-thumbnail tr.thumbnail-body td {
	padding: 8px;
	font-size: 26px;
	border-bottom: 1px solid #f1f1f1;
	background-color: #ececec;
	font-weight: 700;
	text-align: center;
}

.table-thumbnail tr.thumbnail-footer-header td {
	border-bottom: 1px solid #f1f1f1;
	background-color: #1b6fa7;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

.table-thumbnail tr.thumbnail-footer-body td {
	border-bottom: 1px solid #f1f1f1;
	background-color: #ececec;
	font-weight: 700;
	text-align: center;
	border-left: 1px solid #ccc;
}

.fa-ul.list-item>li.item-data {
	padding: 10px;
	background-color: #428bca;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 8px;
}

.fa-ul.list-item>li.item-data:hover {
	cursor: pointer;
}

.fa-ul.list-item>li.item-data span.box-item {
	background-color: #fff;
	color: #000;
	padding: 12px;
	/* text-align: right; */
}

.box-item {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	padding: 12px;
	background-color: #fff;
	color: #000;
}

.canvas-dragable {
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	box-shadow: inset 5px 5px 20px 0px #e2e2e2;
}

.canvas-dragable::-webkit-scrollbar {
	width: 10px;
}

.canvas-dragable::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.canvas-dragable::-webkit-scrollbar-thumb {
	background-color: #afafaf;
	outline: 1px solid slategrey;
	border-radius: 10px;
}

.disabled-custom-1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: #ffffff91;*/
	z-index: 999;
}

.input-required-error {
	color: #ff7b76;
	border-color: #ff7b76 !important;
	background-color: rgba(255, 183, 180, 0.27) !important;
}

.input-required-success {
	color: #b2e600;
	border-color: #b2e600 !important;
	background-color: rgba(178, 230, 0, 0.27) !important;
}

.text-required-error {
	color: #ff7b76 !important;
}

.text-required-success {
	color: #b2e600 !important;
}

label.label-required:after {
	content: "*";
	color: #ff4a4a;
	position: absolute;
	font-size: 16px;
	font-weight: 800;
	margin-left: 2px;
	margin-top: -2px;
}

.ml-3 {
	margin-left: 3px;
}

.mr-3 {
	margin-right: 3px;
}

.span-notify {
	padding: 10px 10px 10px 10px;
	background-image: url("../logo/icon-notify.png");
	background-position: center;
	background-repeat: no-repeat;
	background-position-x: -3px;
	background-position-y: 7px;
	background-size: 20px;
}

.padding-0 {
	padding: 0 !important;
}

.text-bold {
	font-weight: 700;
	font-family: sans-serif;
}

.icon-show-password {
	position: absolute;
	margin-left: 170px;
	margin-top: -25px;
	color: #353535;
}

.icon-show-password:hover {
	cursor: pointer;
}

.list-item-invoice li {
	padding: 0 !important;
}

.list-item-invoice li:hover {
	background-color: #440404 !important;
	color: #616f77 !important;
	cursor: pointer;
}

.box-delivery-order.light-orange {
	background-color: #eccc68;
	transition: 0.7s;
}

.box-delivery-order.light-orange.active,
.box-delivery-order.light-orange:hover {
	cursor: pointer;
	background-color: #d35400;
}

.box-delivery-order.light-orange>.content a {
	color: #4a4a4a;
}

.box-delivery-order.light-orange>.content a:hover {
	text-decoration: none;
}

.box-delivery-order.light-orange.active>.content a,
.box-delivery-order.light-orange:hover a {
	color: #ffffff;
}

.box-delivery-order.light-orange>span.num {
	color: #fff;
	background-color: #fa8231;
	border-color: #fa8231;
}

.box-delivery-order:hover {
	background-color: #c7c7c7;
	cursor: pointer;
}

.box-delivery-order:hover a {
	color: #000000c7;
}

.d-flex {
	display: flex;
}

.mt-label {
	margin-top: 23px;
}

.row.form-gutter,
.row.form {
	margin-left: -5px;
	margin-right: -5px;
}

.row.no-gutter,
.row.form [class^="col-"] .row {
	margin-left: 0;
	margin-right: 0;
}

.row.no-gutter [class^="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.row.form-gutter [class^="col-"],
.row.form [class^="col-"] {
	padding-right: 2.5px;
	padding-left: 2.5px;
}

.form-horizontal [type="submit"],
.form-horizontal .btn-submit {
	margin-top: 31px;
}

.form-horizontal label {
	padding-top: 8px;
}

.ui-datepicker {
	z-index: 1032 !important;
}

.modal {
	z-index: 1031;
}

/*.ui-datepicker-calendar{
        display: none;
    }*/
table.calendar {
	/*border-left:1px solid #6897c3;*/
	width: 100%;
}

td {
	vertical-align: top;
}

tr.calendar-row {
	height: 88px;
}

td.calendar-day {
	min-height: 80px;
	font-size: 11px;
	position: relative;
}

* html div.calendar-day {
	height: 80px;
}

td.calendar-day:hover {
	background: #eceff5;
}

td.calendar-day-np {
	background: #eee;
	min-height: 80px;
}

* html div.calendar-day-np {
	height: 80px;
}

td.calendar-day-head {
	background: rgba(189, 186, 202, 0.13);
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid rgba(239, 239, 239, 0.44);
	/*line-height: 45px;*/
}

div.day-number {
	/*background: rgba(185, 192, 197, 0.33);*/
	padding: 5px;
	color: #3bafda;
	font-weight: bold;
	float: right;
	margin: -5px -5px 0 0;
	width: 20px;
	text-align: center;
	border-radius: 5%;
	height: 24px;
	font-size: 13px;
}

td.calendar-day,
td.calendar-day-np {
	width: 120px;
	padding: 5px;
	border-bottom: 1px solid rgba(239, 239, 239, 0.44);
	border-right: 1px solid rgba(239, 239, 239, 0.44);
}

.btnklik {
	cursor: pointer;
	font-size: 15px;
	border-radius: 50%;
}

/*.btnklik1{
        cursor: pointer;
        font-size: 15px;

    }*/
.bgheader {
	background: rgba(202, 205, 213, 0.31);
}

.pd-bot10 {
	padding-bottom: 10px;
}

.modal-dialog.modal-xl {
	width: 90%;
}

::-webkit-scrollbar {
	width: 7px;
	height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #aaaaaa;
	border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555251;
}

.float {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 40px;
	background-color: #0c9;
	color: #fff;
	border: 0px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.float:hover {
	background-color: rgb(87, 207, 177);
	color: rgb(234, 234, 234);
	box-shadow: 2px 2px 3px #999;
}

.dd {
	max-width: 100% !important;
}

.dd-handle {
	height: auto;
	margin: 0 !important;
	border: none !important;
	padding: 5px 10px !important;
}

.dd-wrapper-handle {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 5px 0;
	background-color: #fafafa;
	color: #333;
	padding: 2px 4px;
}

.dd-dragel {
	z-index: 981923819238192839999 !important;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.hiding {
	display: none !important;
}

/* Update Farkhan */
th.dtfc-fixed-left {
	background-color: white;
	top: 0;
	/* for the header */
	bottom: 0;
	/* for the footer */
	z-index: 3 !important;
}

.DTFC_RightBodyLiner {
	overflow-y: hidden !important;
}

.DTFC_RightBodyWrapper {
	background: white;
	z-index: 99999;
	border-left: 1px solid #e7e7e7;
}

.DTFC_LeftBodyWrapper {
	background: white;
	z-index: 99999;
	border-right: 1px solid #e7e7e7;
}


.card {
	color: #ffffff;
	padding: 20px;
	text-align: center;
	margin: 10px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

	border-width: 1px;
	border-color: rgba(219, 234, 254, 1);
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, 1);
}

.card-trans {
	height: 70px;
	padding: 10px 20px;
}

.card-border-blue {
	border: 1px solid #007eb8;
}

.card-white {
	background-color: #ffffff;
}

.card-blue {
	background-color: #007eb8;
}

.card-red {
	background-color: #dc3545;
}

.card-green {
	background-color: #28a745;
}

.card-cyan {
	background-color: #e6eaeb;
}

.card-icon {
	font-size: 40px !important;
	opacity: 0.8;
}

.card-value {
	font-size: 36px;
	font-weight: bold;
}


.card-label {
	font-weight: bold;
	font-size: 13px;
}


.card-text-label-white {
	color: #007eb8 !important;
}

.card-text-label-blue {
	color: #007eb8 !important;
}


.card-header {
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	gap: 1rem;
	color: #616f77 !important;
}

/* .icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	background-color: rgba(96, 165, 250, 1);
	padding: 0.5rem;
	color: rgba(255, 255, 255, 1);
}

.icon svg {
	height: 1rem;
	width: 1rem;
}

.alert {
	font-weight: 600;
	color: rgba(107, 114, 128, 1);
}

.message {
	margin-top: 1rem;
	color: rgba(107, 114, 128, 1);
}

.actions {
	margin-top: 1.5rem;
}

.actions a {
	text-decoration: none;
}

.mark-as-read,
.read {
	display: inline-block;
	border-radius: 0.5rem;
	width: 100%;
	padding: 0.75rem 1.25rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.read {
	background-color: rgba(59, 130, 246, 1);
	color: rgba(255, 255, 255, 1);
}

.mark-as-read {
	margin-top: 0.5rem;
	background-color: rgba(249, 250, 251, 1);
	color: rgba(107, 114, 128, 1);
	transition: all .15s ease;
}

.mark-as-read:hover {
	background-color: rgb(230, 231, 233);
} */