body {
	font-family: 'Montserrat', sans-serif !important;
	background-color: #F0F3FA;
}

/*.big-table-box{overflow-x: scroll;}*/
/*.big-table-box table{ width: 1750px; }*/
.badge {
	font-weight: 600;
	line-height: 13px;
	text-transform: capitalize;
}

.card {
	border: none;
	border-radius: 0.375rem;
	box-shadow: 0px 5px 20px rgb(73 79 89 / 8%), 0px 2px 6px rgb(73 79 89 / 5%);
}

.card .card-header {
	border: none;
	padding: 15px 15px;
	background-color: #F7F9FD;
}

.navbar-nav li a {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 12px !important;
}

.navbar-nav li a:hover {
	color: #40c1c7;
}

.nav-right li a {
	padding-right: 0px !important;
}

.top-header .navbar {
	padding: 10px 0px;
	box-shadow: 0px 5px 20px rgb(73 79 89 / 8%), 0px 2px 6px rgb(73 79 89 / 5%);
}

.nav-right li .dropdown-menu a {
	padding-right: 15px !important;
}

.product-detail-card {}

.product-detail-card ul {}

.product-detail-card ul li {
	margin: 0 5px;
}

.product-detail-card ul li button {
	font-size: 16px;
	font-weight: 500;
	color: #40c1c7;
}

.product-detail-card ul li:first-child {
	margin-left: 0px;
}

.product-detail-card ul li button.active {
	background-color: #40c1c7 !important;
}

.horizontal-menu-wrapper {
	background: #fff;
	-webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
	border-radius: .428rem;
	margin-bottom: 15px;
}

.task-tabs .nav-link.active {
	background-color: transparent;
	border-bottom: 1px solid #40c1c7;
	color: #40c1c7;
}

.task-card .card-header {
	padding-bottom: 0px;
	padding-top: 0px;
}

.task-tabs .nav-link {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	border-radius: 0px;
	color: #333;
	font-weight: 500;
	letter-spacing: initial;
	margin-right: 5px;
	padding-bottom: 13px;
	padding-top: 13px;
}

.task-tabs .nav-link svg {
	margin-right: 5px;
	vertical-align: middle;
}

.top-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.top-nav ul li a {
	font-size: 15px;
	color: #6e6b7b !important;
}

.top-nav ul li a:hover {
	color: #7367f0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: rgb(64 193 199 / 15%);
	color: #40c1c7;
	text-decoration: none;
}

.horizontal-menu-wrapper ul li a {
	font-size: 15px;
	color: #6e6b7b !important;
	margin-right: 15px;
	padding: 8px 20px !important;
	border-radius: 4px;
}

.horizontal-menu-wrapper ul li a:hover {
	color: #fff !important;
	-webkit-box-shadow: 0 0 6px 1px rgb(115 103 240 / 60%);
	box-shadow: 0 0 6px 1px rgb(115 103 240 / 60%);
	border-radius: 4px;
	background: linear-gradient(118deg, #7367f0, rgba(115, 103, 240, .7));
}

.horizontal-menu-wrapper ul li a i {
	margin-right: 5px;
	font-size: 16px;
}


.btn-primary {
	border-color: #40c1c7 !important;
	background-color: #40c1c7 !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
	-webkit-box-shadow: 0 8px 25px -8px #40c1c7;
	box-shadow: 0 8px 25px -8px #40c1c7;
}

.btn-link {
	--bs-btn-color: #26979d;
}

.form-control:focus {
	border-color: #40c1c7;
	box-shadow: 0 0 0 0.25rem rgb(64 193 199 / 29%);
}

.btn-info {
	border-color: #00cfe8 !important;
	background-color: #00cfe8 !important;
}

.btn-info:hover {
	-webkit-box-shadow: 0 8px 25px -8px #00cfe8;
	box-shadow: 0 8px 25px -8px #00cfe8;
}

.btn-success {
	border-color: #28c76f !important;
	background-color: #28c76f !important;
}

.btn-success:hover {
	-webkit-box-shadow: 0 8px 25px -8px #28c76f;
	box-shadow: 0 8px 25px -8px #28c76f;
}

.btn-danger {
	border-color: #ea5455 !important;
	background-color: #ea5455 !important;
}

.btn-danger:hover {
	-webkit-box-shadow: 0 8px 25px -8px #ea5455;
	box-shadow: 0 8px 25px -8px #ea5455;
}

.table thead th {
	background-color: #f8fafc;
	border-bottom: 1px solid #ebe9f1;
}

.table td,
.table th {
	border-top: 1px solid #ebe9f1;
}

.table tfoot th,
.table thead th {
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .5px;
	font-weight: 600;
	padding: 10px 16px;
}



.table tbody td:first-child {
	padding-left: 18px;
}

.table tbody td:last-child {
	padding-right: 18px;
}



.table {
	color: #6e6b7b !important;
}

.table td,
.table th {
	padding: 8px 16px;
	vertical-align: middle;
	font-size: 14px;
}

a {
	color: #40c1c7;
	text-decoration: none;
	:
}

a:hover {
	color: #29868b;
}

.page-item.active .page-link {
	background-color: #40c1c7;
	border-color: #40c1c7;
}

.page-link {
	color: #40c1c7;
}

.icon-box {
	text-align: center;
	width: 70px;
	height: 70px;
	background-color: #40c1c72b;
	border-radius: 50px;
	padding: 17px 0;
	margin: 0 auto;
}

.icon-box svg {
	font-size: 35px;
	margin-bottom: 0;
	color: #40c1c7;
}


.text-box h4 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

.home-card:hover .card {
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 25%);
}

.home-card:hover .card a {
	color: #7367f0;
	text-decoration: none;
}

.card-msg {
	color: #fff !important;
}

.card-msg .icon-box {
	background-color: #ffffff38;
	color: #fff;
}

.card-msg .text-box {
	color: #fff;
}

.navbar-horizontal {
	justify-content: space-between !important;
}

.count-from {
	display: inline-block;
	width: 134px;
	margin-bottom: 0;
}

.count-from label {
	display: inline-block;
}

.search-form {
	display: inline-block;
}

.search-form label {
	display: inline-block;
}

.dataTables_filter {
	float: right;
	padding: 0 25px 0 0;
}

.dataTables_filter label {
	margin-bottom: 10px;
}

.dataTables_filter input {
	display: inline-block;
	width: auto;
	margin-left: 10px;
}

.dataTables_length {
	padding-left: 20px;
}

.dataTables_length label {
	margin-bottom: 10px;
}

.dataTables_length select {
	width: auto;
}

.language-drop {
	margin: 0px;
	padding: 0px;
}

.language-drop li {
	color: #6e6b7b !important;
}

.language-drop li:hover {
	color: #7367f0 !important;
}

.language-drop li a {
	text-transform: capitalize;
}

.language-drop li a:hover {
	text-decoration: none;
}

.required:after {
	content: " *";
	color: red;
}

.flag {
	margin-right: 5px;
	width: 25px;
	height: 15px;
	background: url('https://itgsweb.ca/CAREMontreal/images/flags.png') no-repeat
}

.flag.flag-de {
	background-position: -25px 0
}

.flag.flag-es {
	background-position: -50px 0
}

.flag.flag-fr {
	background-position: 0 -15px
}

.flag.flag-en {
	background-position: -25px -15px
}

.weblink .accordion-button {
	color: inherit !important;
	background-color: #F7F9FD !important;
	font-size: 1.25rem;
	font-weight: 500;
}

.weblink .accordion-button:focus {
	box-shadow: none !important;
}

@media only screen and (max-width: 991px) {
	.language-drop-boxs a {
		padding-left: 0px !important;
	}
}

@media only screen and (max-width: 500px) {
	.card .card-header .btn {
		margin-bottom: 3px;
	}

	.card table .btn {
		margin-bottom: 3px;
	}
}

.ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 30%;
}

.ui-autocomplete li {
	background-color: #ccc;
	padding: 5px;
}


.fstElement {
	width: 100% !important;
	border-radius: 4px;
}

.fstToggleBtn {
	font-size: 14px !important;
	padding: 0.375rem 0.75rem !important;
}

.fstSingleMode .fstQueryInput {
	font-size: 14px !important;
}

.fstResultItem {
	font-size: 14px !important;
}


.text-edit-btn-td {}

.text-edit-btn-td textarea {
	display: inline-block;
	width: auto;
	vertical-align: bottom;
	width: 85%;
}

/*.product-comments{max-height: 396px;overflow-y: scroll;}*/
.input-group .btn-ft{border-radius: 0px 4px 4px 0px !important;}
.input-group-status .form-control{text-align: left;}
.input-group-status .dropdown-toggle::after {right: 11px;position: absolute;top: 48%;}
.status-menu{margin-top: 42px;width: 285px;}

.text-edit-btn-td{}
.text-edit-btn-td textarea{display: inline-block; width: auto; vertical-align: bottom; width: 85%;}
/*.product-comments{max-height: 396px;overflow-y: scroll;}*/
.input-group .btn-ft{border-radius: 0px 4px 4px 0px !important;}
.input-group-status .form-control{text-align: left;}
.input-group-status .dropdown-toggle::after {right: 11px;position: absolute;top: 48%;}
.status-menu{margin-top: 42px;width: 285px;}
.weblink .accordion-button{color: inherit !important;background-color: #F7F9FD !important;font-size: 1.25rem;font-weight: 500;}
.weblink .accordion-button:focus{box-shadow: none !important;}
.product-card-body button{ padding-left: 0; padding-right: 0; width: 180px; }
.product-card-body .close-i{ float:right; margin-top:5px; }




.amazon-uk .task-tabs .nav-link.active{background-color: transparent; border-bottom: 1px solid #91716c; color: #91716c; }
.amazon-uk .btn-primary{border-color: #91716C !important; background-color: #91716C!important; color: #ffffff; }
.amazon-uk .btn-primary:hover:not(.disabled):not(:disabled) {-webkit-box-shadow: 0 8px 25px -8px #40c1c7; box-shadow: 0 8px 25px -8px #503936;}