
#fancybox-content br{
	clear:both !important;
}



#menuContainer {
position: fixed;
width: 20%;
float: left;
height: 100vh;
/*background-color: #4c9e25 !important;*/
background-color: #1f2b42 !important;
font-size: 1.1em;
overflow-x: hidden;
overflow-y: auto;
}

#menuContainer a{
	color: white;
}

#pageContainer {
width: 80%;
float: right;
padding:10px;
}

@media (min-width: 1320px) {
#menuContainer {
	width: 15%; }

#pageContainer {
	width: 85%; } }
body.min-menu #menuContainer {
width: 5% !important; }
body.min-menu #pageContainer {
width: 95% !important; }
body.min-menu .LogoText a {
display: none; }
body.min-menu .LogoText {
height: 12px; }
body.min-menu .NavigationItems .NavigationItem a {
text-align: center !important; }
body.min-menu .NavigationItems .NavigationItem .linkText {
display: none; }
body.min-menu .NavigationItems .NavigationItem i {
font-size: 1.2em; }

.DrawerToggle {
/*position: absolute; */
width: 40px;
/*height: 100%;*/
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-flow: column;
justify-content: space-around;
-webkit-box-align: center;
align-items: center;
padding: 15px 0px 5px 0px;
box-sizing: border-box;
cursor: pointer;
/*background-color: #fff;*/
margin-left: -15px;
}

.DrawerToggle div {
width: 20px;
height: 2px;
background-color: #1f2b42;
margin-bottom: 5px; }

#customMenu1 {
    border-bottom: 1px solid #bbb;
}

.LogoText a, .LogoText a:hover {
	line-height: 64px;
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-decoration: none; }

.breadcrumb a{
	color: #333;
}

.NavigationItem {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 32px;
	flex: 3;
	position: relative; }
  
  .NavigationItem i {
	color: #34b778; }
  
  .NavigationItem:hover > .SubNavigationItems {
	display: block !important; }
  
  .SubNavigationItems {
	display: none;
	position: absolute;
	list-style: none;
	top: 56px;
	background-color: lightgreen;
	min-width: 100%;
	width: auto;
	z-index: 999999;
	padding: 0;
	margin: 0; }
  
  .SubNavigationItems.last {
	right: 0; }
  
  .SubNavigationItem a {
	color: #666 !important; }
  
  .NavigationItem a {
	padding: 0px 10px;
	color: white !important;
	text-decoration: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	border-bottom: 4px solid transparent;
	box-sizing: border-box;
	line-height: 32px;
	font-size: 0.9em; }
  
  .NavigationItem a i.fa {
	width: 22px; }
  
  .NavigationItem a:hover,
  .NavigationItem a:active,
  .NavigationItem a.active,
  .Active {
	background-color: #586b8f;
	border-bottom: 4px solid #586b8f !important;
	color: white !important; }

.menu_option .mdi{
	margin-top: 10px;
	color: #1a8d56;
}

.menu_option h2{
	min-height: 40px;
}
.table td, .table th{
	padding: 0.5rem;
}

.table td, .table th{
	vertical-align: middle;
}

.container h4 {
	border-bottom: 1px solid #ccc;
}

a.btn{
	text-decoration: none;
}

.table.no-borders th, .table.no-borders td {
    border-top: none !important;
    border-left: none !important;
}
.fixed-table-container {
    border:0px;
}
.table.no-borders th {
    border-bottom: none !important;
}
.table.no-borders:last-child{
  border:none !important;
} 

.mw-500{
	min-width: 500px;
}

.mw-800{
	min-width: 800px;
}

#loginFormContainer {
    box-shadow: 0 30px 40px 0 rgb(0 0 0 / 30%);
}

.btn-theme{
	background-color: #4c9d2f;
	color:white;
}



.autocomplete-items {
	position: absolute;
	border: 0px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
		max-height: 250px;
		overflow: auto;
		overflow-x: scroll;
		overflow-x: auto;
}

.autocomplete-items.autocomplete-items-long{
	max-height: 480px !important;
	border: 1px solid gray;
    background-color: white;
}

.autocomplete-items div {
	padding: 6px 12px;
	cursor: pointer;
	background-color: #fff;
	border-bottom:0px solid #d4d4d4;
	font-size: 1rem;
	}

#searchBoxautocomplete-list img {
		margin-right: 10px;
		border-radius: 25px;
}

	/*when hovering an item:*/
.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

	/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: #aaa !important;
	color: #ffffff;
	margin-left:0!important;
}

.autocomplete-active > span:first-child{
	margin-left: -15px !important;
}

.autocomplete-items div{
	width: 100%;
	float: left;
}

.autocomplete-items div img, .autocomplete-items div span{
	float: left;
}

.autocomplete-heading{
	padding: 2px 7.5px 2px 10px;
    margin: 0;
    background-color: #4c9d2f;
    color: white;
	float:left;
	font-size: 18px;
}


#ajax_form br{
	clear: both;
}

#productSearchBoxautocomplete-list{
	left: 15px !important;
	border: 1px solid #bbb;
}

#productSearchBoxautocomplete-list .autocomplete-active{
	background-color: #ccc;
}