/* old color: #3bc0c3 */
.side-nav .side-nav-link, .side-nav .side-nav-title, .side-nav-second-level li a
{
	color: #fff;
}
.logo-lg img
{
	height: 18px;
}
.auth-brand
{
	padding-bottom: 0 !important;
}
.auth-brand img
{
	height: 30px;
}
.topbar-title
{
	margin-bottom: 0;
}
.button-toggle-menu
{
	width: 36px;
}
.side-nav .menuitem-active>a
{
	color: #fff;
    font-weight: 700;
}
.text-right
{
	text-align: right !important;
}
.search-in-datatables
{
	width: 75%;
}
.side-nav .menuitem-active>a:active, .side-nav .menuitem-active>a:focus, .side-nav .menuitem-active>a:hover, .side-nav .side-nav-link:active, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:hover
{
	color: #32a3a6 !important;
}
.close-jq-toast-single
{
	font-size: 12px;
	height: 20px;
    width: 20px;
    line-height: 20px;
}
.order-ordered, .order-received
{
	color: #28a745;
}
.order-unavailable, .order-discrepancy, .order-cancelled
{
	color: #dc3545;
}
.order-pending
{
	color: #007bff;
}
.order-hold
{
	color: #f5b445;
}
.ga-change-order-status
{
	text-align: center;
	border: 1px solid #bfbfbf;
}
.item-td
{
	width: 35%;
}
.submit-order-input
{
	width: 100px;
}
.urgent-checkbox
{
	margin-top: 10px;
}
.items-repeater input, .items-repeater .item-usage-select
{
	text-align: center;
}
.color-white
{
	color: #fff !important;
}
.bulk-order-status-change
{
	margin-right: 15px;
}
.select2-container--default .select2-results>.select2-results__options
{
	max-height: 400px !important;
}
@media (max-width: 767px)
{
    .d-none-sm
    {
        display: none !important;
    }
    .search-in-datatables
	{
		width: 90%;
	}
}