.svg-preloader {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	}
}

/* width */
.limited_height_scroll::-webkit-scrollbar {
	width: 5px;
}
/* Track */
.limited_height_scroll::-webkit-scrollbar-track {
	background: #cc9933;
}
/* Handle */
.limited_height_scroll::-webkit-scrollbar-thumb {
	background: #000;
}
/* Handle on hover */
.limited_height_scroll::-webkit-scrollbar-thumb:hover {
	background: #2b87aa;
}

.toast-success {
	background-color: #120919 !important;
}
.toast-info {
	background-color: #120919 !important;
}
.toast-error {
	background-color: #120919 !important;
}
.text-gold {
	color: #cc9933;
}
.dropdown-with-search .dropdown-item:active {
	background-color: transparent;
}
.dropdown-with-search .dropdown-menu > ul {
	max-height: 400px;
	overflow-y: auto;
}
.dropdown-with-search .dropdown-menu .dropdown-item {
	white-space: inherit;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #cc9933;
	background: #cc9933;
}
#dropdownMenuWarehouseList .dropdown-item:focus,
#dropdownMenuWarehouseList .dropdown-item:hover {
	background-color: #cc9933;
	color: #fff;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 4px 1em 4px 1.4em;
}