.ui-panelgrid .ui-panelgrid-cell {
	border-width: 0 !important;
	border-style: none !important;
}

.ui-toolbar {
	border-width: 1px !important;
}

.layout-wrapper .layout-megamenu .layout-megamenu-submenu ul li i {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.layout-wrapper .layout-megamenu .layout-megamenu-submenu ul li {
	line-height: 25px !important;
}

.layout-wrapper .layout-megamenu {
	max-width: 900px !important;
}

.ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight {
	background-color: #d6d7d9 !important;	
}

.ui-datatable .ui-datatable-data tr.ui-datatable-odd.ui-state-highlight {
	background-color: #d6d7d9 !important;
	color: #000000 !important;
}

.usermenu.usermenu-overlay {
	width: 300px !important; 
}

.ui-selectonemenu .ui-selectonemenu-label {
	white-space: inherit !important;
}


.layout-wrapper #topbar-version-info {
  position: absolute;
  left: 100px;
  height: 20px;
  width: 70px;
  color: #ffffff;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; 
  top: 40px;
}
.layout-wrapper #topbar-version-info:hover {
    cursor: default;
}
.layout-wrapper #topbar-version-info i {
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 2px; 
    vertical-align: bottom;
}