#toast-container {
  padding-top: 10px;
}

.section-breadcrumb {
	border-top: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
	background-color: #a2a2a2;
}

#prodfind_phrase_snd {
	/*border: solid 1px #a2a2a2;
	margin-bottom: 29px;*/
}


.select2-container--disabled {
	opacity: 0.60;	
}

.select2-container--disabled .select2-selection__rendered {
	cursor: not-allowed;

}

.select2-container--disabled .select2-selection--single {

}


.select2-container--disabled .select2-selection__arrow {
	display: none;
}

.cat-icon {
	margin-bottom: 5px;
}

.disabled_filterim {
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
}

.presearchcat {
	font-weight: bolder;
	color: #e30018;
}



.presearchcat:hover {
	color: #e30018 !important;
}

.presearchcatcont {
	border-bottom: solid 2px #f7f7f7;
}

.disabled_filterim .presearchcat {
	color: black;
}



.pf_lb_loading {
   -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.amountinput,
.searchinput,
.select2-container--default .select2-selection--single .select2-selection__rendered, 
.custom-control-label:before{
  border: solid 1px #5e5e5e !important;
}


.noselect {
	-ms-user-select: None;
 -moz-user-select: None;
 -webkit-user-select: None;
 user-select: None;
}

.deminimidet {
    font-weight: bolder;
    padding: 0 0 0 13px;
    font-size: 1.3rem;
}
.deminimitxt {
    font-size: 12px;
    color: #2c2d29;
}
.deminimigreen {
    color:  #3e9124;
}

.navbar-logo-default {
    width: 200px;
    position: relative;
    top: 3px;
}

.nice-select .list {
    height: 200px;
    overflow-y: scroll !important;
    width: 100%;

}

.bg-secondary {
    background-color: #2c2d29;
}
