﻿.blf-active td {
	background: #bae7ff;
}

.blf-ringing td {
	background: #ffa39e;
}

.blf-idle td {
}

.ql-editor {
}

body.min .ant-menu-submenu-arrow {
	padding-left: 3px !important;
}

.read-only .ql-toolbar {
	display: none;
}

.read-only .ql-container {
	border: 0 !important;
}

form.knobs {
	margin-top: -12px;
	margin-bottom: -12px;
}

form.knobs .ant-select {
	min-width: 0px !important;
	max-width: 150px !important;
}

.table-editor .ant-select {
	width: 150px !important;
}

.ant-menu-item i, .ant-menu-submenu-title i {
	min-width: 14px;
	margin-right: 10px;
	font-size: 14px;
	-webkit-transition: font-size .15s cubic-bezier(.215, .61, .355, 1),margin .3s cubic-bezier(.645, .045, .355, 1);
	transition: font-size .15s cubic-bezier(.215, .61, .355, 1),margin .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-menu-inline-collapsed > .ant-menu-item i + span, .ant-menu-inline-collapsed > .ant-menu-submenu i + span, .ant-menu-inline-collapsed > .ant-menu-item .anticon + span, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span, .ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span, .ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
	display: inline-block;
	max-width: 0;
	opacity: 0;
}

.ant-table-pagination.ant-pagination {
	float: left !important;
}

.ant-popover.no-whiteboard {
	display: none !important;
}

.canvas-container {
	overflow: hidden;
}

.flow-tabs .ant-tabs-content {
	border-left: 1px solid #e8e8e8;
}

.app-menu .ant-tabs-bar,
.flow-tabs .ant-tabs-bar {
	margin-bottom: 0;
}

.ant-page-header.app .ant-page-header-footer {
	padding-top: 16px;
}

/* Flow Designer */
.jtk-surface.jtk-surface-nopan {
	width: 100%;
	height: 600px;
	overflow-y: visible !important;
	overflow-x: visible !important;
}

.ant-dropdown-menu-item span i {
	margin-right: 10px;
	width: 16px;
}

.flow-node {
	position: absolute;
	min-width: 150px;
	/*
	padding: 16px;
	z-index: 4;
	border: 1px solid #1890ff;
	box-shadow: 2px 2px 19px #e0e0e0;
	-o-box-shadow: 2px 2px 19px #e0e0e0;
	-webkit-box-shadow: 2px 2px 19px #e0e0e0;
	-moz-box-shadow: 2px 2px 19px #e0e0e0;
	-moz-border-radius: 8px;
	border-radius: 8px;
	opacity: 0.8;
	cursor: move;
	background-color: white;
	font-size: 11px;

		*/
}

	.flow-node .ant-table,
	.flow-node .ant-table th {
		border-radius: 0px !important;
	}

	.flow-node.start-node {
		top: 25px;
		left: 0px;
	}

		.flow-node.exit tr td:first-child {
			padding: 0 !important;
		}

			.flow-node.exit tr td:first-child div.flow-exit {
				padding: 8px;
			}

	.flow-node thead {
		-webkit-transition: background-color 0.1s ease-in;
		-moz-transition: background-color 0.1s ease-in;
		transition: background-color 0.1s ease-in;
	}

	.flow-node .ant-table-empty .ant-table-placeholder .ant-empty {
		display: none;
	}

	.flow-node thead {
		background-color: #f0f0f0;
	}

	.flow-node.selected thead,
	.flow-node.selected thead th{
		background-color: #1890ff;
	}

	.flow-node.selected th {
		color: white;
	}

	.flow-node .ant-table-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.flow-node .ant-table-tbody td {
		background-color: #fff;
	}

	.flow-node tr:hover td {
		background: white !important;
	}

.node-props .ant-form > .ant-collapse {
    margin-top: 8px;
}

.node-props .ant-form-item {
	margin-bottom: 12px;
}

.ant-form-item.list-single-field {
	padding-top: 12px;
}

	.ant-form-item.list-single-field .ant-form-item-label {
		display: none;
	}

.ep {
	width: 1em;
	height: 1em;
	background-color: #e6f7ff;
	/*position: absolute;
	bottom: 37%;
	right: 5px;
	cursor: pointer;
	
	-webkit-transition: -webkit-box-shadow 0.25s ease-in;
	-moz-transition: -moz-box-shadow 0.25s ease-in;
	transition: box-shadow 0.25s ease-in;*/
}

	.ep:hover,
	.ep.jtk-connected {
		background-color: #1890ff;
	}

	.ep.jtk-source-hover {
		background-color: #f5222d;
	}

	.ep:hover {
		cursor: pointer;
	}

.statemachine-demo .jtk-endpoint {
	z-index: 3;
}

.dragHover {
	border: 2px solid #1890ff;
}

path, .jtk-endpoint {
	cursor: pointer;
}

.hide-pagination-buttons .ant-pagination-item {
    display: none;
}