/*                                               
                          NOTICE                          
                                                          
  THIS SOFTWARE IS THE PROPERTY OF AND CONTAINS           
  CONFIDENTIAL INFORMATION OF INFOR AND/OR ITS AFFILIATES 
  OR SUBSIDIARIES AND SHALL NOT BE DISCLOSED WITHOUT PRIOR
  WRITTEN PERMISSION. LICENSED CUSTOMERS MAY COPY AND     
  ADAPT THIS SOFTWARE FOR THEIR OWN USE IN ACCORDANCE WITH
  THE TERMS OF THEIR SOFTWARE LICENSE AGREEMENT.          
  ALL OTHER RIGHTS RESERVED.                              
                                                          
  (c) COPYRIGHT <2021> INFOR.  ALL RIGHTS RESERVED.       
  THE WORD AND DESIGN MARKS SET FORTH HEREIN ARE          
  TRADEMARKS AND/OR REGISTERED TRADEMARKS OF INFOR        
  AND/OR ITS AFFILIATES AND SUBSIDIARIES. ALL RIGHTS      
  RESERVED.  ALL OTHER TRADEMARKS LISTED HEREIN ARE       
  THE PROPERTY OF THEIR RESPECTIVE OWNERS.                
                                                              
*/
.gmx-TabBar {
	height: 26px;
}
.gmx-TabBar .gwt-TabBarFirst {
	width: 5px; /* first tab distance from the left */
}
.gmx-TabBar .gwt-TabBarRest {
}
.gmx-TabBar .gwt-TabBarItem {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-valign: bottom;
	margin-left: 5px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	cursor: hand;
	background: url(images/tab.png) repeat-x;
}
.gmx-TabBar .gwt-TabBarItem .gwt-Label {
	color: #ddf;
}
.gmx-TabBar .gwt-TabBarItem-selected {
	cursor: default;
	background: url(images/selectedtab.png) repeat-x;
}
.gmx-TabBar .gwt-TabBarItem-selected .gwt-Label {
	color: #3565a8;
}
.gmx-TabBar .gwt-TabBarItem-disabled {
	cursor: default;
	color: red;
}

.gmx-DecoratedTabBar {
}
.gmx-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gmx-DecoratedTabBar .gwt-TabBarRest {
}
.gmx-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}
.gmx-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #eeeeff;
}
.gmx-DecoratedTabBar .tabTopLeft,
.gmx-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gmx-DecoratedTabBar .tabTopLeftInner,
.gmx-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}
.gmx-DecoratedTabBar .tabTopLeft {
  background: url(images/corner.png) no-repeat 0px -55px;
  -background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gmx-DecoratedTabBar .tabTopRight {
  background: url(images/corner.png) no-repeat -6px -55px;
  -background: url(images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gmx-DecoratedTabBar .tabTopLeftInner,
* html .gmx-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gmx-DecoratedTabBar .tabMiddleLeft,
.gmx-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: #eeeeff;
}
.gmx-DecoratedTabBar .tabMiddleLeftInner,
.gmx-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gmx-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  text-align: center;
  background: #eeeeff;
}
.gmx-DecoratedTabBar .tabMiddleCenter .gwt-Label{
  color: #6f93c1;
}	
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: #6f93c1;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #6f93c1;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #6f93c1;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter .gwt-Label{
  color: white;
}
.gmx-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}

.gmx-DashboardTabBar {
	height: 24px;
}
.gmx-DashboardTabBar .gwt-TabBarFirst {
	width: 1px; /* first tab distance from the left */
}
.gmx-DashboardTabBar .gwt-TabBarRest {
}
.gmx-DashboardTabBar .gwt-TabBarItem {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-valign: bottom;
	margin-left: 1px;
	padding: 0px 5px 0px 0px;
	cursor: pointer;
	cursor: hand;
	background: #eef;
}
.gmx-DashboardTabBar .gwt-TabBarItem .gwt-Label {
	color: #6f93c1;
}
.gmx-DashboardTabBar .gwt-TabBarItem-selected {
	cursor: default;
	background: #6f93c1;
}
.gmx-DashboardTabBar .gwt-TabBarItem-selected .gwt-Label {
	color: white;
}
.gmx-DashboardTabBar .gwt-TabBarItem-disabled {
	cursor: default;
	color: #999;
}

.gmx-PopupMenu {
	background-color: white;
	padding: 6px;
	border: solid 1px gray;	
	cursor: default;
}
.gmx-PopupMenu .gwt-MenuItem {
	padding: 4px 10px 4px 10px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	color: #007;
}
.gmx-PopupMenu .gwt-MenuItem-selected {
	color: #1a1a1a !important;
	color: white;
}
.gmx-PopupMenu .subMenuIcon-selected {
	background-color: #144ca1 !important;
}

.gmx-MenuBarPopup {
	background-color: white;
}
.gmx-MenuBarPopup .gwt-MenuItem {
	padding: 4px 10px 4px 10px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #007;
	white-space: nowrap;
	cursor: default;
}
.gmx-MenuBarPopup .gwt-MenuItem-selected {
	background: #144CA1 !important;
	color: white;
	white-space: nowrap;
}
.gmx-MenuBarPopup .gwt-MenuItemSeparator {
	padding: 0px 0px 3px 0px;
}
.gmx-MenuBarPopup .gwt-MenuItemSeparator .menuSeparatorInner {
	height: 1px;
	padding: 0px;
	width: 100%;
	border-top: solid 1px #369;
	overflow: hidden;
}
.gmx-MenuBarPopup .menuPopupTopCenter {
	background: url(images/hborder.png) 0px -12px repeat-x;
}
.gmx-MenuBarPopup .menuPopupBottomCenter {
	background: url(images/hborder.png) 0px -13px repeat-x;
	-background: url(images/hborder_ie6.png) 0px -13px repeat-x;
}
.gmx-MenuBarPopup .menuPopupMiddleLeft {
	background: url(images/vborder.png) -12px 0px repeat-y;
	-background: url(images/vborder_ie6.png) -12px 0px repeat-y;
}
.gmx-MenuBarPopup .menuPopupMiddleRight {
	background: url(images/vborder.png) -13px 0px repeat-y;
	-background: url(images/vborder_ie6.png) -13px 0px repeat-y;
}
.gmx-MenuBarPopup .menuPopupTopLeftInner {
	width: 5px;
	height: 5px;
	zoom: 1;
}
.gmx-MenuBarPopup .menuPopupTopRightInner {
	width: 8px;
	height: 5px;
	zoom: 1;
}
.gmx-MenuBarPopup .menuPopupBottomLeftInner {
	width: 5px;
	height: 8px;
	zoom: 1;
}
.gmx-MenuBarPopup .menuPopupBottomRightInner {
	width: 8px;
	height: 8px;
	zoom: 1;
}
.gmx-MenuBarPopup .menuPopupTopLeft {
	background: url(images/corner.png) no-repeat 0px -36px;
	-background: url(images/corner_ie6.png) no-repeat 0px -36px;
}
.gmx-MenuBarPopup .menuPopupTopRight {
	background: url(images/corner.png) no-repeat -5px -36px;
	-background: url(images/corner_ie6.png) no-repeat -5px -36px;
}
.gmx-MenuBarPopup .menuPopupBottomLeft {
	background: url(images/corner.png) no-repeat 0px -41px;
	-background: url(images/corner_ie6.png) no-repeat 0px -41px;
}
.gmx-MenuBarPopup .menuPopupBottomRight {
	background: url(images/corner.png) no-repeat -5px -41px;
	-background: url(images/corner_ie6.png) no-repeat -5px -41px;
}
* html .gmx-MenuBarPopup .menuPopupTopLeftInner {
	width: 5px;
	height: 5px;
	overflow: hidden;
}
* html .gmx-MenuBarPopup .menuPopupTopRightInner {
	width: 8px;
	height: 5px;
	overflow: hidden;
}
* html .gmx-MenuBarPopup .menuPopupBottomLeftInner {
	width: 5px;
	height: 8px;
	overflow: hidden;
}
* html .gmx-MenuBarPopup .menuPopupBottomRightInner {
	width: 8px;
	height: 8px;
	overflow: hidden;
}

.gmx-TabBar-Toolbar {
	border-bottom: solid 1px #b3b3b3;
}
