:root {
	--brand-primary: #283953;
	--brand-primary-hover: #009159;
	--brand-secondary: #00a1ff;
	--brand-additional: #0044ab;
	--brand-success: #39d284;
	--brand-danger: #ff0000;
	--brand-warning: #ffbc00;
	--brand-primary-light: #d7ecfb;
	--brand-success-light: #ddffef;
	--brand-danger-light: #ffe0e6;
	--brand-warning-light: #fff5dd;
	--brand-light: #ecf0f5;
	--brand-border: #d2d6de;
	--brand-extra-light: #f5f8fb;
	--white: #fff;
	--black: #000;
}

body {
	font-family: 'Roboto', sans-serif;
	color: var(--brand-primary);
	line-height: 1.618;
}

body::-webkit-scrollbar {
	display: none;
}

@font-face {
	font-family: 'sign';
	src: url('./../fonts/Allison_Script.otf');
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: lighter;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-bottom: 15px;
}

.h4,
h4 {
	font-size: 16px;
}

p {
	margin: 8px 0 5px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	width: 100%;
	border-top: 1px solid var(--brand-light);
}

a {
	color: var(--brand-additional);
}

a:focus,
a:hover {
	color: var(--brand-additional);
}

code {
	color: var(--black);
    background-color: var(--brand-border);
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body,
.btn-warning {
	background-color: var(--brand-warning) !important;
	-webkit-box-shadow: 0 0 10px rgba(255, 188, 0, 0.2);
	box-shadow: 0 0 10px rgba(255, 188, 0, 0.2);
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body,
.btn-danger {
	background-color: var(--brand-danger) !important;
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body,
.btn-success {
	background-color: var(--brand-success) !important;
	-webkit-box-shadow: 0 0 10px rgba(57, 210, 132, 0.2);
	box-shadow: 0 0 10px rgba(57, 210, 132, 0.2);
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body,
.btn-info {
	background-color: var(--brand-secondary) !important;
	-webkit-box-shadow: 0 0 10px rgba(47, 167, 220, 0.1);
	box-shadow: 0 0 10px rgba(47, 167, 220, 0.1);
}

.bg-blue-light {
	background-color: var(--brand-primary-light) !important;
}

.bg-green-light {
	background-color: var(--brand-success-light) !important;
}

.bg-yellow-light {
	background-color: var(--brand-warning-light) !important;
}

.bg-red-light {
	background-color: var(--brand-danger-light) !important;
}

.text-warning {
	color: var(--brand-warning);
}

.text-danger {
	color: var(--brand-danger);
}

.text-success {
	color: var(--brand-success);
}

.text-info {
	color: var(--brand-secondary);
}

.pending {
	/* color: var(--brand-warning) !important; */
}

a.pending:hover {
	border-color: var(--brand-warning);
}

a.approved:hover {
	border-color: var(--brand-success) !important;
}

a.rejected:hover {
	border-color: var(--brand-danger) !important;
}

a.total:hover {
	border-color: var(--brand-primary) !important;
}

.alert-header {
	padding: 20px 20px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-header .close {
	top: -3px;
    left: unset;
    right: unset;
    bottom: unset;
}

.box-green {
	-webkit-box-shadow: inset 0 0 0 4px #54e0c79e, 0 0 10px #54e0c79e !important;
	box-shadow: inset 0 0 0 4px #54e0c79e, 0 0 10px #54e0c79e !important;
}

.box-red {
	-webkit-box-shadow: inset 0 0 0 4px #b100008c, 0 0 10px #b100008c !important;
	box-shadow: inset 0 0 0 4px #b100008c, 0 0 10px #b100008c !important;
}


.toggle-btn {
	width: 40px;
	height: 19px;
	margin-top: 10px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	background: var(--brand-danger);
	cursor: pointer;
	-webkit-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	background-size: 12px;
}

.toggle-btn.active {
	background-color: var(--brand-success);
}

.toggle-btn:before {
	content: '';
	width: 12px;
	height: 2px;
	background: var(--white);
	float: left;
	position: absolute;
	right: 5px;
	top: 8px;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
}

.toggle-btn.active:before {
	content: '';
	width: 8px;
	height: 2px;
	background: var(--white);
	float: left;
	position: absolute;
	left: 5px;
	top: 9px;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
}

.toggle-btn:after {
	content: '';
	width: 12px;
	height: 2px;
	background: var(--white);
	float: left;
	position: absolute;
	right: 5px;
	top: 8px;
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
}

.toggle-btn.active:after {
	content: '';
	width: 12px;
	height: 2px;
	background: var(--white);
	float: left;
	position: absolute;
	left: 9px;
	top: 8px;
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
	-moz-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	-o-transform: rotate(-43deg);
}

.toggle-btn .cb-value {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.toggle-btn .round-btn {
	width: 14px;
	height: 14px;
	background-color: var(--white);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 0;
	margin-top: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.toggle-btn.active .round-btn {
	left: 23px;
}

.custom-disabled {
	background: var(--brand-border);
}

.custom-disabled .round-btn{
	background: #dfdfdf;
}

.custom-disabled:before,
.custom-disabled:after {
	opacity: 0;
}

.badge {
	min-width: 100px;
	padding: 7px;
	font-weight: 400;
	background-color: var(--brand-primary);
	border-radius: 3px;
}

/* Select 2 plugin Customized Styles */

.select2-container {
	width: 100% !important;
}

.select2-container--focus .select2-selection--single {
	border: 1px solid var(--brand-primary) !important;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: var(--brand-primary);
	color: var(--white);
}

.select2-container--default .select2-results__option[aria-selected='true'] {
	color: var(--black);
	background-color: var(--brand-light);
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
	border: 1px solid var(--brand-primary);
	outline: none;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
}

.select2-container .select2-selection--multiple {
	min-height: 40px;
	padding: 0 12px;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 5px;
}

.select2-container--default
	.select2-search--inline
	.select2-search__field:focus {
	border: none;
}

.select2[readonly] + span.select2-container .select2-selection,
.select2[disabled] + span.select2-container .select2-selection {
	background: #eeeeee;
	pointer-events: none;
	-ms-touch-action: none;
	touch-action: none;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li.number {
	color: var(--brand-primary);
	font-size: 14px;
	padding: 8px 0;
	margin-bottom: 0;
}

/* jquery-input-tag plugin Customized Styles */

.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
	width: 100%;
	max-width: 100%;
	padding: 4px;
}

.amsify-suggestags-input-area .amsify-select-tag {
	padding: 5px 10px;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
	background: var(--brand-light);
}

.center {
	text-align: center;
}

table,
.main-footer {
	font-size: 12px;
}

.bootstrap-datetimepicker-widget table {
	font-size: 14px;
}

table .btn {
	font-size: 11px;
	border-radius: 100px;
	padding: 5px 10px;
}

table .form-control {
	background-color: var(--white);
}

table .form-group {
	margin-bottom: 0;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px 5px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 300px;
	overflow: hidden;
	text-align: center;
}

.table > tbody > tr > td .toggle-btn,
.table > tfoot > tr > td .toggle-btn,
.table > thead > tr > td .toggle-btn,
.table > tbody > tr > td p,
.table > tfoot > tr > td p,
.table > thead > tr > td p {
	margin: 0;
}

.table > tbody > tr > td i,
.table > tfoot > tr > td i,
.table > thead > tr > td i {
	font-size: 16px;
	color: var(--brand-primary);
	vertical-align: middle;
}

.table > tbody > tr > td a:hover i,
.table > tfoot > tr > td a:hover i,
.table > thead > tr > td a:hover i {
	color: var(--brand-primary);
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
	vertical-align: top;
	white-space: nowrap;
	padding: 10px 5px;
	text-align: center;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: none;
	border-right: 1px solid var(--brand-light);
	border-bottom: 1px solid var(--brand-light);
	white-space: normal;
}

.table-bordered > thead > tr > th {
	padding-right: 18px !important;
	border-top: 1px solid var(--brand-light) !important;
}

table.table-bordered tr:last-child td {
	border-bottom: none;
}

table.table-bordered tr th:first-child,
table.table-bordered tr td:first-child {
	border-left: 1px solid var(--brand-light);
}

table.dataTable > tbody > tr:hover {
	background: var(--brand-light);
}

table.dataTable.table-bordered {
	width: 100% !important;
}

.dataTables_wrapper {
	margin: 15px 0;
}

.dataTables_wrapper .row > div {
	padding: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: var(--brand-extra-light);
}

#product > tr > td:first-child {
	max-width: 250px;
	white-space: nowrap;
}

#gst-multiple > table tr > td > input,
#gst-multiple > table tr > td > select {
	background-color: transparent;
	border-color: transparent;
}

.total-table > tbody > tr > td {
	padding: 10px;
	border: none;
	white-space: nowrap;
}

[border].total-table {
	border: none;
}

[border].total-table > tbody > tr > td {
	padding: 12px 10px;
	border-bottom: 1px solid var(--brand-light);
	white-space: nowrap;
	text-align: right;
}

#gst-multiple > table tr > td > input:focus,
#gst-multiple > table tr > td > select:focus {
	background-color: var(--white);
	border-color: transparent;
}

#gst-multiple > table tr:nth-of-type(even) > td > input:focus,
#gst-multiple > table tr:nth-of-type(even) > td > select:focus {
	background-color: var(--brand-light);
	border-color: transparent;
}

table tr > td > .view-btn-img img {
	width: 34px;
}

table tr .upload-btn-wrapper {
	margin-top: 0;
	padding-bottom: 0;
}

table tr .form-control,
table tr .input-group .input-group-addon {
	height: 33px;
	text-align: center;
}

table tr textarea.form-control {
	height: auto;
}

table tr .select2-container .select2-selection--single {
	height: 33px !important;
}

table
	tr
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 20px !important;
}

table
	tr
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 28px;
}

#gst-multiple
	> table
	tr
	.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: transparent !important;
	border: none !important;
}

#gst-multiple > table tr input.active,
#gst-multiple > table tr select.active {
	border: 1px solid #d4d4d4;
	background-color: var(--white);
}

.table-responsive {
	overflow-x: auto !important;
	padding: 0;
}

.table-responsive::-webkit-scrollbar {
	height: 8px;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
	background-color: var(--brand-light);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.no-table-message {
	text-align: center;
	width: 767px;
}

.no-table-message > i {
	font-size: 58px;
}

.btn {
	border-radius: 5px;
	font-size: 12px;
	border: none;
	padding: 10px 15px;
}

.btn-big {
	padding: 12px;
}

.btn:focus {
	outline: initial;
}

.btn > i {
	margin-right: 3px;
	margin-left: 3px;
}

.btn-primary,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
	-webkit-box-shadow: 0 0 10px rgba(40, 57, 83, 0.1);
	box-shadow: 0 0 10px rgba(40, 57, 83, 0.1);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
	opacity: 0.9;
}

.btn-disabled,
.btn-disabled:focus,
.btn-disabled:hover {
	background-color: var(--brand-additional);
	border-color: var(--brand-additional);
	color: var(--white);
	cursor: initial;
}

.btn-disabled:focus,
.btn-disabled:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
	color: var(--white);
	cursor: pointer;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	background-color: #ababab !important;
	color: #272727;
}

.bg-white {
	background-color: var(--white);
}

.bg_light_info {
	background-color: var(--brand-light);
}

.text-sm {
	font-size: 10px;
}

.cursor {
	cursor: pointer;
}

.fileUpload input {
	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	opacity: 0;

	cursor: pointer;

	z-index: -1;
}

.treeview-menu.menu-open {
	margin-bottom: 100px;
}

.file_name {
	display: inline-block;
}

.pad-20 {
	padding: 20px;
}

.space {
	margin-top: 10px;
}

.hide-on-load {
	padding: 6px 10px;
}

.onoffswitch {
	position: relative;

	width: 38px;

	display: inline-block;

	vertical-align: middle;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;

	overflow: hidden;

	cursor: pointer;

	border-radius: 12px;

	margin-bottom: 0px;
}

.onoffswitch-inner {
	display: block;

	width: 200%;

	margin-left: -100%;

	-webkit-transition: margin 0.3s ease-in 0s;

	-o-transition: margin 0.3s ease-in 0s;

	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	text-align: center;

	display: block;

	float: left;

	width: 50%;

	height: 16px;

	padding: 0;

	font: normal normal normal 14px/1 FontAwesome;

	color: var(--white);
}

.onoffswitch-inner:before {
	content: '\f00c';

	padding-right: 14px;

	background-color: #449d44;
}

.onoffswitch-inner:after {
	content: '\f00d';

	padding-left: 14px;

	background-color: #c9302c;
}

.onoffswitch-switch {
	display: block;

	width: 15px;

	margin: 1px;

	background: var(--white) fff;

	border-radius: 100%;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0px;

	-webkit-transition: all 0.3s ease-in 0s;

	-o-transition: all 0.3s ease-in 0s;

	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	left: 21px;
}

.wauto {
	width: auto;
}

.pagination > li > a,
.pagination > li > span {
	border-radius: 50%;
	border: none;
	margin: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 50%;
}

.pagination a {
	padding: 7px 10px;
	color: #3e3838;
	border: none;
}

.pagination a:hover {
	color: var(--white);
	background-color: var(--brand-additional);
	border: none;
}

.pagination strong {
	color: var(--white);
	border: 1px solid #ccc;
	padding: 7px 10px;
	background-color: var(--brand-additional);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
}

.right {
	float: right;
}

.left {
	float: left;
}

.mrb0 {
	margin-bottom: 0px;
}

.mrr15 {
	margin-right: 15px;
}

/* Navbar custom styles */

.main-header .navbar-custom {
	/*background-color: var(--brand-primary);*/
        background-color: #009159;
	margin-left: 224px;
	border-bottom: 1px solid var(--brand-light);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	min-height: 61px;
}

.main-header .sidebar-toggle,
.navbar-custom li > a {
	color: var(--white);
	padding: 20px;
}

.main-header .sidebar-toggle:hover,
.navbar-custom li > a:hover {
	background-color: #2e425f;
}

.main-header .sidebar-toggle:hover,
.navbar-custom li > a:hover,
.main-header .sidebar-toggle:active,
.navbar-custom li > a:active,
.main-header .sidebar-toggle:focus,
.navbar-custom li > a:focus {
	color: var(--white);
	background-color: var(--brand-primary-hover);
}

.has-submenu .child-trigger {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 12px 15px;
	min-width: 50px;
	cursor: pointer;
	text-align: right;
}

.has-submenu .child-trigger::after {
	content: '';
	border: 2px solid transparent;
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-top: 0;
	border-left: 0;
	border-color: var(--white);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.has-submenu:hover .child-trigger::after {
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.has-submenu .submenu {
	height: 0;
	overflow: hidden;
	list-style: none;
	padding-left: 20px;
	background: var(--brand-light);
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.has-submenu:hover .submenu {
	height: 135px;
}

.has-submenu .submenu > li > a {
	padding: 12px 5px 12px 15px;
	display: block;
}

.has-submenu .submenu > li > a span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.has-submenu .submenu > li > a:hover span {
	margin-left: 10px;
}

/* main content layout styles */
.content-wrapper {
	padding-top: 50px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.content-wrapper,
.right-side,
.main-footer {
	margin-left: 224px;
}

.tabbed {
	width: 100%;
	min-width: 400px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: border 250ms ease;
	-o-transition: border 250ms ease;
	transition: border 250ms ease;
}

.tabbed ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: -3px;
	overflow: hidden;
	float: left;
	list-style-type: none;
}

.tabbed ul * {
	margin: 0px;
	padding: 0px;
}

.tabbed ul li {
	display: block;
	float: left;
	margin-right: 24px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
	padding: 10px 18px 10px;
	border-top-left-radius: 5px;
}

.tabbed ul li {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}

.tabbed ul li.active {
	border: none;
	z-index: 2;
}

.tabbed ul li a {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 700;
	color: var(--brand-primary);
}

.tabbed ul li a i {
	width: 20px;
}

.tabbed.round ul li {
	border-radius: 8px 8px 0 0;
}

.tabbed ul li:before {
	display: block;
	content: ' ';
	position: absolute;
	top: -1px;
	height: 100%;
	width: 35px;
	z-index: 2;
	right: -24px;
	-webkit-transform: skew(30deg, 0deg);
	-ms-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
	border-top-right-radius: 5px;
}

.tabbed ul li:before {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.tabbed ul li.active:before {
	border: none;
}

.tabbed ul li:last-child:before {
	width: 24px;
	right: -12px;
}

.tabbed ul li,
.tabbed ul li:before,
.tabbed ul li:after {
	background-color: #d7dfe8;
}

.tabbed ul li.active,
.tabbed ul li.active:before,
.tabbed ul li.active:after {
	background-color: var(--white);
}

.box {
	border-top: none;
	overflow: auto;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 5px;
}

.box-status {
	display: none;
}

.box-green .box-status.bg-green {
	display: inline-block;
}

.box-red .box-status.bg-red {
	display: inline-block;
}

.box:hover,
.box:focus-within {
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.box.box-primary .box.box-solid.box-primary {
	border: 1px solid var(--brand-primary);
}

.box.banking-tab {
	border-top: 0;
	overflow: hidden;
}

.box-body,
.box-header,
.box-footer {
	padding: 20px;
	width: 100%;
}

.box-header {
	border-bottom: 2px solid var(--brand-light);
}

.card {
	border: 1px solid var(--brand-border);
	border-radius: 5px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.card .card-body {
	padding: 15px;
}

.card .card-icon {
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	top: 30px;
	right: 20px;
	font-size: 30px;
	line-height: 65px;
	color: rgba(236, 240, 245, 0.4);
	width: 65px;
	height: 65px;
	background: var(--brand-primary);
	text-align: center;
	border-radius: 50%;
}

.card .card-link {
	position: absolute;
	top: 0;
	right: 20px;
}

.card .card-popup {
	position: absolute;
	top: 60px;
	right: -350px;
	width: 720px;
	height: auto;
	text-align: left;
	padding: 15px;
	background: var(--white);
	border-radius: 5px;
	z-index: 2;
	opacity: 0;
	border: 1px solid var(--brand-border);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}

.card .popped {
	top: 30px;
	opacity: 1;
	z-index: 10;
}

.card .card-tag {
	position: absolute;
	right: 20px;
	top: 5px;
	line-height: 1.4;
    padding: 0 10px;
    border-radius: 10px;
	background: var(--brand-primary-light);
}

.card .card-tag small {
	font-size: 9px;
	font-weight: bold;
	vertical-align: middle;
}

.project-card-open:after {
    content: '';
	right: 11%;
	left: unset;
}

.openpo-card-open:after {
    content: '';
	left: 36%;
}

.closedpo-card-open:after {
    content: '';
	left: 61%;
}

.info-box {
	color: var(--black);
	border-radius: 5px;
	border-bottom: 5px solid var(--white);
	background-color: var(--white);
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

a.info-box:hover {
	color: var(--black);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.info-box-icon {
	margin: 20px;
}

.info-box-content {
	padding: 1px 10px;
	margin-right: 10px;
	text-align: right;
}

.info-box-number {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

h5.info-box-number,
h6.info-box-number {
	text-transform: uppercase;
	color: var(--brand-primary) !important;
    font-size: inherit;
    font-weight: lighter;
}

.small-box {
	color: var(--black);
	border-radius: 5px;
	border-bottom: 5px solid var(--white);
	background-color: var(--white);
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.small-box:hover {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	border-bottom: 5px solid #009159;
}

.small-box .icon,
.info-box-icon {
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	top: 30px;
	right: 20px;
	font-size: 30px;
	line-height: 65px;
	color: rgba(236, 240, 245, 0.4);
	width: 65px;
	height: 65px;
	background: var(--brand-primary);
	text-align: center;
	border-radius: 50%;
}

.small-box:hover {
	color: var(--black);
}

.small-box:hover .icon {
	font-size: 30px;
}

.small-box > .inner {
	padding: 12px 20px;
}

.small-box .small-box-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.small-box > .small-box-footer {
	font-weight: 600;
	color: var(--black);
}

.link-card h3{
	color: var(--black);
}

.link-card .info-box-number {
	color: var(--brand-primary);
}

.link-card:hover .card {
	filter: contrast(1.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.progress-description,
.info-box-text {
	font-size: 16px;
}

.content-header .info-box {
	margin-bottom: 0;
	min-height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.content-header .info-box-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	margin: 5px;
	line-height: 40px;
	border-radius: 50%;
}
.content-header .info-box-content {
	padding: 10px;
	margin-left: 0;
}

/* sidebar layout styles */
.main-sidebar {
	position: fixed;
	overflow: hidden;
	width: 224px;
	height: 100%;
	padding-top: 0;
        /*background-color: var(--brand-primary);*/
        background-color: #009159;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.main-sidebar .logo {
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	padding: 0 17px;
	font-weight: 300;
	overflow: hidden;
	background-color: var(--brand-primary);
}

.main-sidebar .logo .logo-mini {
	float: left;
}

.main-sidebar .logo .logo-mini > img {
	display: inline-block;
	width: 100%;
	max-width: 80px;
}

.main-sidebar .logo .logo-lg {
	display: inline;
}

.sidebar,
.sidebar a {
	color: var(--white);
}

.sidebar .user-panel {
	white-space: normal;
	padding: 15px;
	margin-bottom: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar .user-panel .user_name {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.sidebar .user-panel > .info {
	padding: 0;
	margin-left: 10px;
}

.sidebar .user-panel > .info > p {
	margin-bottom: 0;
}

.user-panel > .info > a {
	font-size: 9px;
}

.sidebar .sidebar-menu {
	/*width: 90%;
	margin: auto;*/
	margin-left: 10px;
	overflow: auto;
}

.sidebar-collapse .sidebar .sidebar-menu {
	width: 74%;
}

.sidebar .sidebar-menu > li:last-child {
	padding-bottom: 30vh;
}

.sidebar .sidebar-menu > li > a {
	border-radius: 5px;
	margin-bottom: 5px;
}

.sidebar .sidebar-menu > li > a > span {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sidebar .sidebar-menu > li > a:hover > span {
	margin-left: 10px;
}

.sidebar .sidebar-menu > li > a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.sidebar .sidebar-menu > li.active > a {
	color: var(--brand-primary);
	background-color: var(--white);
}

.sidebar .sidebar-menu > li:nth-child(2n).active > a {
	color: var(--brand-success);
	background-color: var(--white);
}

.sidebar .sidebar-menu > li:nth-child(3n).active > a {
	color: var(--brand-secondary);
	background-color: var(--white);
}

.sidebar .sidebar-menu > li:nth-child(5n).active > a {
	color: var(--brand-warning);
	background-color: var(--white);
}

.sidebar .sidebar-menu > li.active > a {
	color: var(--brand-primary);
	background-color: var(--white);
}

.sidebar .sidebar-menu > li.active > a > span {
	font-weight: 500;
}

.sidebar .sidebar-menu > li.active > a:hover {
	background-color: var(--white);
}

.sidebar::-webkit-scrollbar {
	display: none;
}

/* dataTable styles */

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	font-size: 0.7em;
	opacity: 0.2;
	top: 12px;
}

table.datatable #gst-multiple > tr,
table.datatable #supporting-multiple > tr {
	background-color: var(--brand-light);
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper > div.row > div,
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: left;
	}
	.content {
		padding: 30px 18px;
	}
	.content-header {
		padding: 30px 18px 0 18px;
	}
	.main-footer {
		padding: 15px 18px;
	}
	.project-card-open:after {
		display: none;
	}
}

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
	cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
	text-align: center;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
	margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
	div.dataTables_wrapper span.select-info,
	div.dataTables_wrapper span.select-item {
		margin-left: 0;
		display: block;
	}
}

.dt-body-center input[type='checkbox'] {
	width: 2rem;
	height: 2rem;
	background: white;
	border: 1px solid var(--black);
	outline: none;
	margin: 0 auto;
}

.dt-body-center input[type='checkbox']:checked {
	border-color: var(--brand-light);
	background: var(--brand-success);
}

.dt-body-center input[type='checkbox']::before {
	top: 2px;
	left: 6px;
	width: 6px;
	height: 11px;
}

/* datepicker styles */

.bootstrap-datetimepicker-widget {
	padding: 5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
	background-color: var(--brand-primary);
	text-shadow: none;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

/* steps layout styles */

.step-container {
	background: transparent;
}

.wizard > .steps .number {
	font-size: 24px;
}

.wizard > .content {
	padding: 0;
	margin: 1rem 0;
}

.wizard > .content > section {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	opacity: 0;
}
.wizard > .content > section.current {
	opacity: 1;
}

.wizard > .steps > ul > li:first-child a {
	margin-left: 0;
}

.wizard > .steps > ul > li:last-child a {
	margin-right: 0;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
	background: var(--brand-primary);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
	background: var(--brand-border);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--white);
}

.wizard > .steps .done a,
.wizard > .steps .done a:active,
.wizard > .steps .done a:hover {
	background: var(--brand-success);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
	background: var(--brand-primary);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
	min-width: 80px;
	text-align: center;
	position: relative;
	display: inline-block;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
	background: var(--brand-border);
	color: var(--white);
}

.wizard > .actions a[href='#next']::after {
	content: '\f105';
	margin-left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.wizard > .actions a[href='#previous']::after {
	content: '\f104';
	float: left;
	margin-right: 10px;
	margin-top: 1px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.wizard > .actions a[href='#finish'] {
	background: var(--brand-success);
}

.wizard > .actions a[href='#finish']::after {
	content: '\f0c7';
	margin-left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}


/* Status Journey Steps style */

.arrow-steps {
	display: flex;
}
.arrow-steps .arrow-step-item {
	font-size: 11px;
	cursor: default;
	margin: 0 3px;
    padding: 6px;
	max-height: 60px;
	flex: 1;
	position: relative;
	background-color: var(--brand-light);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .arrow-step-item:after,
.arrow-steps .arrow-step-item:before {
	content: " ";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid var(--brand-light);
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .arrow-step-item:before {
	right: auto;
	left: 0;
	border-left: 20px solid #fff;
	z-index: 0;
}

.arrow-steps .arrow-step-item:first-child:before,
.arrow-steps .arrow-step-item:last-child::after {
	border: none;
}

.arrow-steps .arrow-step-item:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .arrow-step-item div {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.arrow-steps .arrow-step-item div:before {
    content: "✔";
    font-size: 18px;
	font-weight: bold;
    position: relative;
    top: 0px;
	left: 8px;
    opacity: 0;
}

.arrow-steps .arrow-step-item.cancel div:before {
    content: "x";
}

.arrow-steps .arrow-step-item.done div:before,
.arrow-steps .arrow-step-item.cancel div:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}


.arrow-steps .arrow-step-item img {
	width: 42px;
    padding: 5px;
}

.arrow-steps .arrow-step-item.current {
	color: #fff;
	background-color: var(--brand-success);
}

.arrow-steps .arrow-step-item.current:after {
	border-left: 20px solid var(--brand-success);
}

.arrow-steps .arrow-step-item.done {
	color: #fff;
	background-color: var(--brand-success);
}

.arrow-steps .arrow-step-item.done:after {
	border-left: 28px solid var(--brand-success);
}

.arrow-steps .arrow-step-item.cancel {
	color: #fff;
	background-color: var(--brand-danger);
}

.arrow-steps .arrow-step-item.cancel:after {
	border-left: 28px solid var(--brand-danger);
}

/* form controls styles */

[class*='icheckbox_square'] {
	border-radius: 5px;
}

label {
	font-weight: 500;
	margin-bottom: 0;
	line-height: 2.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label + p {
	margin-top: 0 !important;
	word-break: break-all;
}

label.invisible {
	display: block;
	height: 38px;
}

.label-details {
	font-weight: 500;
}

.form-group {
	margin-bottom: 8px;
}

.mandatory_fields_icon {
	color: #dd4b39;
}

.input-group {
	display: -ms-grid;
	display: grid;
	border-left: 1px solid #d2d6de;
}

.input-group .input-group-addon {
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: -2px;
	line-height: 1.8;
	color: var(--brand-primary);
	border: 1px solid var(--brand-border);
	border-right: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: transparent;
	z-index: 2;
}

.input-group.dropdown .input-group-addon {
	padding: 0;
}

.input-group.dropdown select {
	background: transparent;
	border: none;
	width: 60px;
	font-size: 16px;
	font-weight: bold;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.info-link {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-30px, -8px);
	-ms-transform: translate(-30px, -8px);
	transform: translate(-30px, -8px);
	color: var(--brand-primary);
}
.info-link:hover {
	color: var(--brand-primary);
}

.form-control {
	height: 40px;
	border-radius: 5px;
	background-color: var(--white);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-control:focus {
	border-color: var(--brand-primary);
}

.input-group .form-control {
	border-left: 0;
	padding-left: 40px;
	z-index: 0 !important;
}

.input-group .form-control.qty {
	padding-left: 62px;
}

.input-group select {
	margin-top: 5px;
}

.input-group:focus-within .input-group-addon {
	border-color: var(--brand-primary);
}

.form-control.input-sm {
	height: 28px;
}

.form-group.has-error {
	display: -ms-grid;
	display: grid;
}

span.has-error {
	color: var(--brand-danger);
	display: inline-block;
	margin-top: 5px;
	-ms-grid-row: 3;
	grid-row-start: 3;
}
.show-error {
	color: var(--brand-danger);
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.available-stock,
.available-stock-qty {
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: var(--brand-success);
	display: inline-block;
}

.invlice_no_already_exists {
	color: var(--brand-danger);
}

.upload-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px;
}

.upload-thumbnail > img {
	width: 150px;
}

.upload-thumbnail span {
	border-radius: 100px;
	pointer-events: none;
	margin: auto 10px;
}

.upload-thumbnail span:hover {
	background-color: var(--brand-primary);
	border-color: var(--brand-primary);
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 5px;
	margin-top: 15px;
}

.upload-btn-wrapper .btn {
	border-radius: 100px;
	padding: 8px 12px;
}

.upload-btn-wrapper input[type='file'] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.upload-btn-wrapper input[disabled] {
	cursor: default;
}

.upload-image-placeholder {
	font-size: 10px;
}

input[type='file'].inputfile {
	position: absolute !important;
	left: 0 !important;
	opacity: 0 !important;
	cursor: pointer !important;
}

.inputfile ~ label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid var(--brand-border);
	background-color: var(--white);
}

.inputfile ~ label span,
.inputfile ~ label strong {
	padding: 0.2rem 2rem;
}

.inputfile ~ label span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 2em;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
}

.inputfile ~ label strong {
	display: inline-block;
	height: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: var(--white);
	background-color: var(--brand-primary-hover);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.inputfile ~ label svg {
	width: 2rem;
	height: 2.5rem;
	vertical-align: middle;
	fill: currentColor;
	margin-top: 0;
}

.inputfile[multiple] ~ label span {
	display: none;
}

.inputfile[multiple] ~ label strong {
	width: 100%;
	text-align: center;
}

.multi-upload-list,
.wizard > .content > .body ul.multi-upload-list {
	list-style: none !important;
	background: var(--brand-extra-light) !important;
	border-radius: 5px !important;
	padding: 10px 20px !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.multi-upload-list li,
.wizard > .content > .body ul.multi-upload-list li {
	text-transform: lowercase !important;
	padding: 8px 0 !important;
	border-bottom: 1px solid #e6ebf7 !important;
}

.multi-upload-list li:last-child,
.wizard > .content > .body ul.multi-upload-list li:last-child {
	border-bottom: none !important;
}
/********************* dropzone style ************************/

.dropzone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--brand-light);
	border: 1px solid var(--brand-border);
	min-height: 200px;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropzone:hover {
	background-size: 40px 40px;
	background-image: -o-linear-gradient(
		135deg,
		var(--white) 25%,
		transparent 25%,
		transparent 50%,
		var(--white) 50%,
		var(--white) 75%,
		transparent 75%,
		transparent
	);
	background-image: linear-gradient(
		-45deg,
		var(--white) 25%,
		transparent 25%,
		transparent 50%,
		var(--white) 50%,
		var(--white) 75%,
		transparent 75%,
		transparent
	);
	-webkit-animation: stripes 2s linear infinite;
	animation: stripes 2s linear infinite;
}

.dropzone .dz-message {
	margin: auto;
}

.dropzone .dz-preview {
	margin: auto;
}

.dropzone .dz-message .file-icon {
	font-size: 64px;
}

.dropzone .dz-preview.dz-image-preview {
	background-color: transparent;
}

.dropzone .dz-preview .dz-image {
	width: 100px;
	height: 100px;
	background-position: center !important;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.dropzone .dz-preview .dz-details .dz-size {
	font-size: 14px;
	margin-bottom: 1.5em;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	color: var(--white);
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: none;
	background-color: var(--black);
	padding: 0;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: none;
}

.dropzone .dz-preview .dz-progress {
	height: 10px;
	margin-top: 0;
	top: 50%;
}

.dropzone2 ~ label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 240px;
	padding: 20px;
	margin-bottom: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid var(--brand-border);
	background-color: var(--white);
}

.dropzone2 ~ label span {
	text-align: center;
	font-weight: bold;
	line-height: 1.6181;
}

.dropzone2 ~ label svg {
	width: 108px;
	height: 75px;
	fill: transparent;
	stroke: var(--brand-primary);
}

@-webkit-keyframes stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 40px 40px;
	}
}

@keyframes stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 40px 40px;
	}
}

.browse-button-shadow {
	-webkit-box-shadow: 0px 0px 10px 1px var(--brand-primary);
	box-shadow: 0px 0px 10px 1px var(--brand-primary);
}

.btn.submit {
	margin-bottom: 20px;
}

.view-btn-img img {
	width: 40px;
	margin-top: -5px;
	cursor: pointer;
}

.radio-parent {
	padding: 0;
	margin-right: 10px;
}

.radio-label {
	cursor: pointer;
}

.radio-parent input[type='radio'] {
	position: absolute;
	opacity: 0;
}

.radio-parent input[type='radio'] + .radio-label:before {
	content: '';
	background: var(--brand-light);
	border-radius: 100%;
	border: 1px solid var(--brand-primary);
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.radio-parent input[type='radio']:checked + .radio-label:before {
	background-color: var(--brand-primary);
	-webkit-box-shadow: inset 0 0 0 2px var(--brand-light);
	box-shadow: inset 0 0 0 2px var(--brand-light);
}

.radio-parent input[type='radio']:focus + .radio-label:before {
	outline: none;
	border-color: var(--brand-primary);
}

.radio-parent input[type='radio'] + .radio-label:empty:before {
	margin-right: 0;
}

.radio-parent input[type='radio']:disabled + .radio-label:before {
	background-color: var(--brand-border);
	border: 1px solid transparent;
	-webkit-box-shadow: inset 0 0 0 2px var(--brand-light);
	box-shadow: inset 0 0 0 2px var(--brand-light);
}

.radio-parent input[type='radio']:checked:disabled + .radio-label:before {
	background-color: var(--brand-primary);
	border: 1px solid var(--brand-primary);
	-webkit-box-shadow: inset 0 0 0 2px var(--brand-light);
	box-shadow: inset 0 0 0 2px var(--brand-light);
}

input[type='checkbox'] {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	-o-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type='checkbox']::before {
	position: absolute;
	content: '';
	display: block;
	top: 2px;
	left: 9px;
	width: 7px;
	height: 16px;
	border-style: solid;
	border-color: var(--white);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

input[type='checkbox']:checked {
	color: var(--white);
	border-color: var(--brand-primary);
	background: var(--brand-primary);
}

input[type='checkbox']:checked::before {
	opacity: 1;
}

input[type='checkbox'] + label {
	position: absolute;
	margin-left: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.check-mark input[type='checkbox']{
	border: 1px solid;
}

.inputGroup {
	display: inline-block;
	margin: 0 3px;
}

.inputGroup label {
	padding: 8px 15px;
	width: 100%;
	display: block;
	text-align: left;
	color: var(--brand-primary);
	cursor: pointer;
	position: relative;
	z-index: 2;
	-webkit-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	overflow: hidden;
	border-radius: 5px;
	line-height: 1.8;
}

.inputGroup label:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: var(--brand-primary);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

.inputGroup label:after {
	content: '';
	background-color: var(--white);
	z-index: 2;
	background: var(--brand-light);
	border-radius: 100%;
	border: 1px solid var(--brand-primary);
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	position: relative;
	left: 6px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.inputGroup input ~ label {
	color: var(--white);
	background-color: rgba(52, 58, 64, 0.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.inputGroup input:checked ~ label {
	color: var(--white);
}

.inputGroup input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

.inputGroup input:checked ~ label:after {
	background-color: #54e0c7;
	border-color: #54e0c7;
}

.inputGroup input {
	width: 32px;
	height: 32px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

.panel {
	width: 110%;
	margin: 0;
	margin-top: -20px;
	margin-left: -20px;
	margin-bottom: 20px;
	background: var(--brand-primary);
	border-radius: 0;
	border: none;
	border-bottom: 1px solid var(--brand-light);
}

.panel .panel-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	border-bottom: none;
}

.panel .nav-tabs {
	border-bottom: none;
}

.panel .nav-tabs > li {
	margin-bottom: 0;
}

.panel .nav-tabs > li > a {
	color: var(--white);
	margin: 0;
	border: none;
	border-radius: 0;
	background: var(--brand-primary);
}

.panel a#add {
	width: 39.44px;
	height: 29px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: var(--white);
	background-color: var(--brand-success);
	border: none;
}

/* custom tabs styles */

.tablist {
	list-style: none !important;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tablist.full {
	margin-top: 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.tablist.full .tab {
	width: 100%;
}

.tablist .tab {
	min-width: 150px;
	width: 100%;
}

.tab > a {
	display: block;
	width: auto;
	margin: 0 0.5em 0.5em;
	padding: 1em 1em;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	background: var(--brand-primary);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab.disabled > a {
	background: var(--brand-border);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--white);
}

.tab > a:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.tab:first-child > a {
	margin-left: 0;
}

.tab > a > i {
	margin-right: 5px;
}

.tab > a > .tab-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 66px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	margin-right: 15px;
	color: #ffffff5e;
	border-radius: 50%;
}

.tab > a > .tab-icon img {
	width: 100%;
	-webkit-filter: invert(1);
	filter: invert(1);
	opacity: 0.5;
	height: 55px;
	-o-object-fit: cover;
	object-fit: cover;
}

.tablist.full .tab > a {
	padding: 0;
	text-align: left;
	background: var(--brand-light);
	color: var(--brand-primary);
	border: 1px solid var(--brand-border);
}

.tablist.full .tab.current > a {
	padding: 0;
	background: var(--brand-primary);
	color: var(--brand-light);
}

.tablist.full .tab > a > .tab-icon {
	color: var(--brand-primary);
	width: 25px;
	height: unset;
	font-size: 18px;
	margin-right: 0;
	margin-left: 10px;
}

.tablist.full .tab.current > a > .tab-icon {
	color: var(--white);
}

.tablist.full .tab > a > .tab-icon img {
	height: 40px;
}

.tablist.full .tab > a:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/* log tables styles */

table#log .change-logs {
	max-width: 200px;
	overflow: auto;
}

table#log tr td:last-child {
	padding: 0;
}

table#log .change-logs table.change-log-table {
}
table#log .change-logs table.change-log-table tr {
}
table#log .change-logs table.change-log-table tr td {
	border: 1px solid var(--white);
	border-right: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
	padding: 0 10px;
}

/* modal pop up styles */

.modal {
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-header {
	color: var(--white);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: var(--brand-primary-hover);
}

.modal-header .close {
	color: var(--white);
	font-size: 20px;
	opacity: 1;
	font-weight: lighter;
}

.modal-content {
	border-radius: 5px;
}

.modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--brand-light);
}

.modal-body .modal-img {
	position: relative;
	width: 100%;
	height: 72vh;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.modal-body .rotate-arrow {
	font-size: 42px;
	color: var(--brand-border);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modal-body .rotate-arrow .fa-rotate-left,
.modal-body .rotate-arrow .fa-rotate-right {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.modal-body .rotate-arrow:hover {
	color: var(--brand-primary-hover);
}

.modal-body .rotate-arrow:hover .fa-rotate-left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.modal-body .rotate-arrow:hover .fa-rotate-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.modal-body .modal-body-heading {
	font-weight: bold;
}

.modal-body .modal-body-icon {
	font-size: 80px;
	line-height: 80px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 70%;
		margin: 50px auto;
	}

	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: 60px;
	}
}

/* footer styles */
.main-footer {
	color: var(--brand-primary);
}

.main-footer a {
	color: var(--brand-primary);
}

@media (max-width: 767px) {
	.content-wrapper,
	.right-side,
	.main-footer,
	.main-header .navbar-custom {
		margin-left: 0;
	}
	.sidebar-open .main-header .navbar-custom {
		margin-left: 224px;
	}
	.sidebar-open .content-wrapper,
	.sidebar-open .right-side,
	.sidebar-open .main-footer {
		-webkit-transform: translateX(250px);
		-ms-transform: translateX(250px);
		transform: translateX(250px);
	}
	.main-sidebar {
		-webkit-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.small-box {
		text-align: left;
	}
	.small-box .icon {
		display: block;
	}
}

/*! bootstrap3-wysihtml5-bower 2014-09-26 */

ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: '';
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command='bold'] {
	font-weight: 700;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command='italic'] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command='underline'] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #d9d9d9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
	display: block;
	width: 50px;
	height: 20px;
	margin-top: 2px;
	margin-left: 5px;
	position: absolute;
	pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
	padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='black'] {
	background: #000 !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='silver'] {
	background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='gray'] {
	background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='maroon'] {
	background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='red'] {
	background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='purple'] {
	background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='green'] {
	background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='olive'] {
	background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='navy'] {
	background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='blue'] {
	background: #00f !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value='orange'] {
	background: orange !important;
}

.glyphicon-quote:before {
	content: '\201C';
	font-family: Georgia, serif;
	font-size: 50px;
	position: absolute;
	top: -4px;
	left: -3px;
	max-height: 100%;
}

.glyphicon-quote:after {
	content: '\0000a0';
}

.red {
	color: red;
	border: 2px solid;
	padding: 4px;
}
.green {
	color: green;
	border: 2px solid;
	padding: 4px;
}

/* ================ The Timeline ================ */

.timeline-box {
	max-height: 270px;
	overflow-y: scroll;
}

.timeline-box::-webkit-scrollbar {
	width: 7px;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.timeline-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
	background-color: var(--brand-light);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.timeline {
	position: relative;
	width: 80%;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 30%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: var(--brand-primary);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(80, 80, 80, 0)),
		color-stop(8%, var(--brand-primary)),
		color-stop(92%, var(--brand-primary)),
		to(rgba(80, 80, 80, 0))
	);
	background: -o-linear-gradient(
		top,
		rgba(80, 80, 80, 0) 0%,
		var(--brand-primary) 8%,
		var(--brand-primary) 92%,
		rgba(80, 80, 80, 0) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(80, 80, 80, 0) 0%,
		var(--brand-primary) 8%,
		var(--brand-primary) 92%,
		rgba(80, 80, 80, 0) 100%
	);

	z-index: 5;
}

.col-xl-7 .timeline:before,
.col-lg-7 .timeline:before,
.col-md-7 .timeline:before,
.col-sm-7 .timeline:before {
	left: 29.5%;
}

.timeline li {
	padding: 3rem 0;
	margin-right: 16px;
}

.timeline li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 28%;
	float: left;
	text-align: right;
}

.col-xl-7 .direction-l,
.col-lg-7 .direction-l,
.col-md-7 .direction-l,
.col-sm-7 .direction-l {
	width: 26%;
}

.direction-r {
	position: relative;
	width: 67%;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;
	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	color: var(--white);
	background: var(--brand-secondary);
	padding: 6px 10px;
	border-radius: 5px;
	text-align: left;
}

.direction-l .flag:before,
.direction-r .flag:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: ' ';
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -6px;
	background: var(--white);
	border-radius: 10px;
	border: 4px solid var(--brand-secondary);
	z-index: 10;
}

.direction-r .flag:before {
	left: -27px;
}

.direction-r .flag:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: var(--brand-secondary);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: inline;
	line-height: 1em;
	font-size: 0.66666em;
	color: var(--brand-secondary);
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	font-weight: 800;
	font-size: 12px;
}

.direction-r .desc {
	margin: 1em 0 0 0;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
	.timeline {
		width: 100%;
		padding: 4em 0 1em 0;
	}

	.timeline li {
		padding: 2em 0;
	}

	.direction-r {
		width: 63%;
	}

	.direction-l {
		text-align: center;
	}

	.flag-wrapper {
		text-align: center;
	}

	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}
}

@media screen and (min-width: 400px ?? max-width: 660px) {
	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}
}

.desc_box {
	min-height: 50px;
	border-radius: 5px;
	padding: 10px;
	background: var(--brand-light);
	overflow: hidden;
}

.edited_by {
	font-size: 12px;
}

.change-log {
	padding: 0;
	padding-bottom: 10px;
}

.change-log .change-log-table {
	padding: 0;
	padding-bottom: 10px;
}

.change-log .change-log-table thead {
	color: white;
	background: var(--brand-primary);
}

.change-log .change-log-table td,
th {
	padding: 5px 10px;
}

/* ============== TH Background Color ============== */
.issues-th-bg-color {
	background: #aeceff;
}
.wastage-th-bg-color {
	background: #ffd7d7;
}

.loading_gif{
    margin-top: 100px;
}
.processing_box{
    text-align: center;
    min-height: 200px;
}
.desc_box_chat {
    background: #cae7c0 !important;
}