.withDraggingCursor {
	cursor: url('../../../images/shared/cursor-grabbing.png'), default;
}

.tl-container .bottomTabsTongues.groupTaskListTongue.ui-draggable-dragging {
	cursor: url('../../../images/shared/cursor-grabbing.png'), default;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue {
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	border: none;
	width: 90px;
	height: 12px;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue.active {
	border-bottom: none;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue.futureLoadTongue {
	/* background-color: #fdfdfd; */
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	margin-top: 3px;
	width: 100%;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent .tongueIcon {
	cursor: grab;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent .tongueIcon:active {
	cursor: grabbing;
}

/* This media query is using in order to detect IE 10 and 11,
        because cursor: grab and grabbing is not support by them */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent .tongueIcon {
		cursor: ns-resize;
	}
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent .tongueTitle {
	font-family: GlowSemibold;
	font-size: 13px;
	color: #4a4a4a;
}

.tl-container .bottomTabsTongues.groupTaskListTongue .tongue .tongueContent .tongueIcon {
	display: inline-block;
	float: right;
}

.tl-container .bottomTabsTongues.groupTaskListTongue #resourcesWithoutAssignmentsContainer {
	width: 252px;
	background-color: #f9f9f9;
	display: inline-block;
	float: right;
	font-family: GlowRegular;
	font-size: 13px;
	color: #4a4a4a;
	padding: 6px 9px;
	background-color: #f5f5f5;
	height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: solid 1px #dcdcdc;
}

.tl-container .bottomTabsWrapper {
	width: 100%;
	position: relative;
	z-index: 101;
}

.tl-container .bottomTabsWrapper .bottomTab {
	height: 100%;
	width: 100%;
}

.tl-container .bottomTabsWrapper div.futureLoad {
	background-color: #fdfdfd;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-bottom: 0;
}

.tl-container .bottomTabsWrapper div.futureLoad #resourceFilterContainer {
	position: relative;
	float: left;
	width: 260px;
	height: 100%;
	/* border-top: 1px solid rgb(220, 220, 220); */
}

.tl-container .bottomTabsWrapper div.futureLoad #resourceFilterContainer.hiddenContainer {
	border-right: none;
}

.tl-container .bottomTabsWrapper div.futureLoad #resourceFilterContainer.hidden {
	display: none;
}

.tl-container .bottomTabsWrapper div.futureLoad #resourceFilterContainer #resourceFilter {
	height: 100%;
	
}

/*Tootltip that is used to show info with action type while dragging*/
/*As drag helper is appended to the body -  styles are setted on body, not main container*/
.draggingTooltip {
	position: absolute;
	top: -3px;
	left: -105px;
	/*Big z-index is used to be visible under the tab while dragging*/
	z-index: 10000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 1px;
	padding: 4px 9px;
	opacity: 0.9;
	background-color: #4a4a4a;
	width: 96px;
	height: 28px;
}

.draggingTooltip-text {
	color: #ffffff;
	font-family: GlowRegular;
	font-size: 12px;
	height: 100%;
	position: relative;
	line-height: 19px;
}

.draggingTooltip-arrow.rightArrow {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #4a4a4a;
	position: absolute;
	top: 40%;
	right: -4px;
}

.mt-container.mt-container_ae {
	padding: 0;
	display: block;
	overflow: hidden;
	/*overflow-y: hidden;*/
}

.tl-container .bottomTabsTongues.groupTaskListTongue {
	display: flex;
	justify-content: center;
	cursor: ns-resize;
	height: 12px !important;
	position: static !important;
	background-color: #ececec;
}

.futureLoadButton {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #eef1fe;
	border: 1px solid #abb8f8;
	width: 28px;
	height: 14px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	/*Z-index is used to futureLoadButton can be visible under the GanttLoad in the group-tasks, when it's opened*/
	z-index: 20;
	cursor: pointer;
}

.futureLoadButton img {
	margin-bottom: 8px;
	transform: rotate(180deg);
}

.mt-header .textInputFilter.projectPrioFilter .textInputFilter-container {
	width: 75px;
}

.mt-header .textInputFilter.projectPrioFilter .textInputFilter-container .ui-input-search {
	background: #fff;
	padding-left: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.mt-header .textInputFilter.projectPrioFilter .textInputFilter-container .clearDeleteFilter {
	right: 3px;
}

.tl-container .rf_resourceListItem .rf_resourceItemReorderIconTableCellContainer {
	right: 12px;
}

.tl-container .rf_resourceListItem .rf_resourceItemReorderIconTableCellContainer .reorderIcon {
	margin-top: 0;
}

.tl-container .rf_resourceListItem.hovered .rf_resourceItemReorderIconTableCellContainer {
	display: flex;
	align-items: center;
}

.tl-container .gt-body .flowGraphMainContainer {
	border-left: 1px solid rgb(220, 220, 220);
}

.tl-container .flowGraphMainContainer .flowGraphContainer svg.flowGraph {
	margin-left: -1px;
}