/* USER MANAGEMENT CSS Document iV4 */
/****************************************************************
contains styling of al User and Groupmanagement screens
****************************************************************/

.GroupContainer {
	overflow:hidden;
	margin-left:10px;
	}
	.GroupList[style] {
		height:auto!important;
		overflow:hidden;
		}
		.config_header {
			border-bottom: 1px solid rgba(33,37,41, 0.125);
			font-size: 1.25rem;
			line-height: 1.2;
			text-transform: none;
			font-weight: 400;
			margin-bottom: 1rem;
			padding-bottom: 0.5rem;
			}
		#GroupTabs {
			}
			#GroupTabs .dijitTabListContainer-top[style] {
				width:100%!important;
				overflow:hidden!important;
				}
				#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper[style] {
					width:100%!important;
					}
					#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip[style] {
						width:100%!important;
						border-width:0;
						padding-left:5px;
						}
						#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTab {
							border:1px solid #cccccc;
							border-radius:5px 5px 0 0;
							background-image:none;
							background-color:#cccccc;
							}
							#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTabChecked {
								background-color:#ffffff;
								}
								#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTab .tabLabel {
									font-weight:normal; 
									color:#ffffff;
									}
									#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTabChecked .tabLabel {
										font-weight:bold; 
										color:#212121;
										}
									/*hover tabs*/
									#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTabHover {
										background-color:#a1a1a1;
										border-color:#a1a1a1;
										}
										#GroupTabs .dijitTabListContainer-top .dijitTabListWrapper .nowrapTabStrip .dijitTabCheckedHover {
											background-color:#ffffff;
											border-color:#cccccc;
											}
			#GroupTabs .dijitTabContainerTop-container[style] {
				position:relative;
				width:99.8%!important;
				overflow:hidden!important;
				}
			#GroupTabs .dijitTabContainerTop-container {
				margin:-1px 0 0 0;				
				border:1px solid #cccccc;
				border-radius:5px;
				}
				#GroupTabs .dijitTabContainerTop-container .TabContent[style] {
					width:auto!important;
					overflow-y:auto!important;
					}
					table.assignedUsers,
					table.unassignedUsers {
						margin-top: 10px;
						}
					table.UserList tr:last-child td {
						border-bottom:1px solid #ededed;
						}	