.toolbar {

	border-top: 		1px solid #F0F0F0;
	border-bottom: 		1px solid #C0C0C0;
	background: 		#E6E6E6 url( '/images/backend/toolbar/toolbarBg.png' ) repeat-x;
}


.toolbar #toolbarModuleName {

	margin-top: 	12px;
	margin-bottom: 	12px;
	height: 		55px;
	font-size: 		14pt;
	font-weight: 	bold;
	color: 			#777777;
	padding-left: 	15px;
}

.toolbar #actionDescriptionDiv {
  display: flex;
  align-items: center;
  column-gap: 4px;
	font-size: 		10pt;
	font-weight: 	normal;
}

.toolbar #actionDescriptionDiv #btn-copy {
	width: 14px;
  height: 14px;
  margin-left: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}

.toolbar #actionDescriptionDiv #btn-copy img{
  width: 100%;
}

.toolbar #toolbarItemList {

	text-align: 	right;
}

.toolbar #toolbarItemList .toolbarItem {

	width: 				auto;
	min-width: 			75px !important;
	height: 			55px;
	float: 				right;
	margin-top: 		1px;
	margin-bottom: 		1px;
	margin-left: 		3px;
	border: 			1px solid #D3D3D3;
	background: 		#E1E1E1 url( '/images/backend/toolbar/toolbarItemBg.png' ) repeat-x;
	padding-left: 		4px;
	padding-right: 		4px;
	white-space: 		nowrap;
}

.toolbar #toolbarItemList .toolbarItemHover {

	min-width: 			75px;
	height: 			55px;
	float: 				right;
	margin-top: 		1px;
	margin-bottom: 		1px;
	margin-left: 		3px;
	border: 			1px solid #FFFFFF;
	background: 		#EAEAEA url( '/images/backend/toolbar/toolbarItemHoverBg.png' ) repeat-x;
	padding-left: 		4px;
	padding-right: 		4px;
	white-space: 		nowrap;
}

.toolbar #toolbarItemList .toolbarItem100 {

	width: 				100px;
	height: 			55px;
	float: 				right;
	margin-top: 		1px;
	margin-left: 		3px;
	background: 		url( '/images/backend/toolbar/toolbarBg100.png' ) no-repeat;
}

.toolbar #toolbarItemList .toolbarItem110 {

	width: 				110px;
	height: 			55px;
	float: 				right;
	margin-top: 		1px;
	margin-left: 		3px;
	background: 		url( '/images/backend/toolbar/toolbarBg110.png' ) no-repeat;
}

.toolbar #toolbarItemList .toolbarItem130 {

	width: 				130px;
	height: 			55px;
	float: 				right;
	margin-top: 		1px;
	margin-left: 		3px;
	background: 		url( '/images/backend/toolbar/toolbarBg130.png' ) no-repeat;
}

.toolbar #toolbarItemList .toolbarLabel {

	text-align: 	center;
	margin-top: 	5px;
}

.toolbar #toolbarItemList a {

	text-decoration: 	none;
	font-weight: 		bold;
	color: 				#838383;
}