::selection {
    background-color: #cdedcc; 
  }
   .flatpickr-day.selected, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay {
    background: #cdedcc;
    border-color: #cdedcc;
}
  .flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #cdedcc;
    background: #cdedcc;
    color: #fff;
}
.flatpickr-day.today {
    border-color: #cdedcc;
}
.TT_ERROR section.TT_Content::before
{
	background-image: url("../../css/dds/build/assets/icons/forward/exclamation-circle.svg");
	background-size: contain;
}

.TT_ADVICE section.TT_Content::before
{
	background-image: url("../../css/dds/build/assets/icons/forward/check-circle.svg");
	background-size: contain;
}


.div_errBtn {
	width:100%;
	padding-right:1rem;
}

.tb_minValueError>tbody,.tb_minValueError>tbody>th,.tb_minValueError>tbody>tr,.tb_minValueError>tbody>tr>td{
	background-color:#fdd3d3;
	border:0;
	padding:0px !important;
}

/* Fixing the issue in Dashbord to have a white line under the tabs */
div.top-border-white{
	border-top: 2px solid #fff;
    margin-top: -2px;	
}

.button--secondary {
	font-family: 'BIForwardHead Medium';
    font-weight: 500;
    letter-spacing: .025em;
    box-shadow: none;
    border-radius: 2px;
    min-width: 48px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: .85em 1.5em;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

/* Fixing the error message if thrown by process  - Start */ 
.TT_ERROR a.TT_Close {
background-color: #00e47c;
    color: #08312a;
    font-family: 'BIForwardHead Medium';
    font-weight: 500;
    letter-spacing: .025em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color 0.3s 0s, -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.3, 1) 0s;
    transition: background-color 0.3s 0s, -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.3, 1) 0s;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.3, 1) 0s, background-color 0.3s 0s;
    transition: box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.3, 1) 0s, background-color 0.3s 0s, -webkit-box-shadow 0.3s cubic-bezier(0.4, 0.6, 0.3, 1) 0s;
    border-radius: 2px;
    min-width: 48px;
    cursor: pointer;
}

.TT_ERROR a.TT_Close::before {
    content: attr(title) "Ok";
}
/* Fixing the error message if thrown by process  - End */ 

.side-filter__accordion-title--collapsed{
	text-align:right;
}
.side-filter__accordion-title--expanded{
	text-align:right;
}
/* Fixing the tabs on product detail page */ 
.product-detail-tabs__navigation {
	position: relative;
	overflow-x: auto;
}

.tabs>.tabs-title.is-active a {
    color: #08312a;
	background-color: #fff;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected='true']{ 
	background: none; 
}

/* Fixing Successful reordering button- align symbol */ 
.table__td--status-waiting,.table__td--status-delivered,.table__td--status-attention,.table__td--status-available,.table__td--status-not-available,.table__td--status-overdue {
    background-position: center;
}

/* Fixing the error banner icon and button position */ 
@media print, screen and (min-width: 64em) {
    .banner {
        padding-left: 5rem;
		padding-right: 6rem;
    }
}

/* Fix for autocomplete search results */
#autoComplete{
	outline: none;
	border: 1.5px solid #898885;
}

#autoComplete:focus{
	outline: none;
	border: 1.5px solid #898885;
}

#autoComplete:hover{
	outline: none;
	border: 2px solid #00e47c;
}

#autoComplete_list{
	border: 2px solid #00e47c;
}

.autoComplete_result a {
    padding-bottom: 5px;
    text-decoration: none;
}

/* Fix show / hide "Table fields"  */
.dataTables_wrapper .dt-buttons .dt-button-collection div .dt-button.active {
	color: #08312a;
	background-color: #00e47c;
}

/* Fix tabs white line on the bottom */
.tabs-title>a {
	border-bottom: 2px solid transparent;
}


/* Fix for Fastselect css - START */
.fstElement {
font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
}
.fstSingleMode .fstQueryInput{
	display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1.5px solid #898885;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fstToggleBtn {
	padding: .5rem;
}

.fstToggleBtn:after {
    position: absolute;
    content: "";
    right: 0.71429em;
    top: 35%;
    margin-top: -0.17857em;
    border: none;
    border-top-color: none;
    background: url(/css/dds/build/assets/icons/forward/chevron-down.svg);
    width: 20px;
    height: 20px;
}

.fstElement .fstControls {
	padding: 0.5em 0.5em 0em 0.5em;
	background-size: 20px;
}

.fstElement.fstResultsOpened .fstControls {
	background-size: 20px;
}

.fstElement.fstActive .fstControls {
	background-size: 20px;
}
/* Fix for Fastselect css - END */

/* Fix Adding correct background color for extended user menu */
.header .mobile-nav-active .drilldown li.background-sales-rep * {
    background-color: rgba(205, 237, 204, 0.9);
}

.input--icon-right{
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    cursor: pointer;	
}

/* Fix Disable blue background color appears for 1 second, if you click on links on mobile / tablet */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Fix for the sticky searchbar on mobiles in products */
.sticky-searchbar.sticked{
	background-color: #f6f5f3 !important;
	box-shadow:0 4px 16px -4px rgb(0 26 51 / 16%);
	z-index:10;
	background-color: #fff;
}

/* Fix to fit teaser images on mobile and tablet */
.image-teaser-media .orbit-image, .image-teaser-before-login-media .orbit-image {
	object-fit: fill;
}

/* Fix for datarange css - START */
.daterange
{
	cursor: pointer;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	padding: 0.5rem;
	margin: 0 0 1rem;
	border: 1.5px solid #898885;
    font-family: inherit;
	border-radius: 4px;
	background-color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
	-webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.daterange:hover
{
    outline: 1.5px solid transparent;
    -webkit-box-shadow: 0 0 0 0.125rem #5c5b59;
    box-shadow: 0 0 0 0.125rem #5c5b59;
	border-radius: 4px;
	font-family: inherit;
}

.daterange:focus
{
	font-family: inherit;
	outline: 1.5px solid transparent;
    -webkit-box-shadow: 0 0 0 0.125rem #00e47c;
    box-shadow: 0 0 0 0.125rem #00e47c;
	outline: none;
    border: 2px solid #00e47c;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #e5e3de;
    box-shadow: 0 0 5px #e5e3de;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
/* Fix for datarange css - END */

/* Fix Add underline at header links */
.dropdown.menu>li>a:hover{
	text-decoration: underline;
}

/* Adding a pulsing div container behind the Chatbot icon - START */
.container {
	width: 55px;
    height: 55px;
    margin: 0 auto 0;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    background: transparent;
    display: flex;
    position: fixed;
    right: 34px;
    bottom: 24px;
    flex-direction: row;
}
.pulse-button:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;  /* behind the parent */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f1f1f1;
    top: 0;
    left: 0;
    animation: pulse 1.4s infinite ease-out;  /* animation configuration */
}

.cx-messenger-1qfeen .mxg-launcher-btn {
	background-color: #00e47c !important;
}

@keyframes pulse {
    to {
        transform: scale(1.4);
        opacity: 0;
    }
}
/* Adding a pulsing div container behind the Chatbot icon - END */