.kanban-backlog
{
	width: 99%;
	height: 100%;
	padding: 2px;
	overflow-y: auto;
	background: #FFF;
}


.kanban-backlog-filter-on
{
	width: 99%;
	height: 84%;
	padding: 2px;
	overflow-y: auto;
	background: #FFF;
}

.backlog-filter
{
	font-size: 11px;
	height: 15%;
	padding: 5px;
	background: #D1E7F3 !important;
}

.backlog-filter DIV
{
	background: #D1E7F3 !important;
}

.backlog-filter A
{
	margin-right: 3px;
}
A.backlog-current-sort
{
	color: #FFF;
	text-decoration: none;
	background: #507CB6;
	padding: 1px 2px;
}

.kanban-swimlane
{
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	background: #FFF;
}

.kanban-swimlane-wrap
{
	/*width: 140px;*/ /*height: 300px;*/
	overflow-y: auto;
	padding: 0px;
	margin: 0px;
}

.kanban-swimlane-final-wrap
{
	height: 90px;
	margin: 0px;
	padding: 0px;
}

.kanban-swimlane-final-wrap .kanban-swimlane
{
	height: 90px;
}

.kanban-swimlane-final-wrap .kanban-item-name
{
	text-decoration: line-through;
	background:#999 !important;
}

.kanban-backlog-disabled
{
	background: #EEE !important;
}

.kanban-swimlane-disabled
{
	background: #EEE !important;
}

.kanban-swimlane-overlimit
{
	background: #b00032 !important;
	color: #FFF !important;
}

.kanban-swimlane-overlimit span
{
	color: #FFF !important;
}

.kanban-swimlane-limitless
{	
	background: #ddeec2 !important;
	color: #000 !important;
}

.kanban-swimlane-limitless span
{
	color: #000 !important;
}

.kanban-item
{
	width: 100px;
	height: 51px;
	display: inline-block;
	float: left;
	margin: 2px;
	padding: 2px 3px;
	overflow: hidden;
	cursor: move;
	z-index: 1000;
	background: #E2E2E2;
	font: 11px/1.2 Arial;
}

.loadmore-item
{
	width: 100px;
	height: 40px;
	float: left;
	display: inline-block;
	padding-top: 10px;
	border-left: 3px solid transparent;
}

.kanban-item:hover, .kanban-item:hover .kanban-item-name
{
	color: #FFF !important;
	background: #f8931D !important;
}

.kanban-item-entitytype-userstory
{
	border-left: 3px solid #507CB6;
}

.kanban-item-entitytype-bug
{
	border-left: 3px solid #CC060D;
}

.kanban-item-priority-1
{
	background: #9FC45B !important;
}

.kanban-item-priority-2
{
	background: #C1DB91 !important;
}

.kanban-item-priority-3
{
	background: #E6F9C1 !important;
}

.kanban-item-priority-4
{
	background: #EFFBD8 !important;
}

.kanban-item-priority-5, .kanban-item-priority-6, .kanban-item-priority-7
{
	background: #e0e8d1 !important;
}

.kanban-item-id
{
	font-weight: bold;
	margin-right:4px;
}

.kanban-item-id-count
{
	font-weight: bold;
	margin-right:4px;
	width: 100px; 
	height: 16px;
}
.kanban-item-name
{
	font-style: normal;
	color: #333;
}

.kanban-dd-proxy
{
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity = 40);
}

.kanban-itemcontainer-dd-over
{
	background-color: #FF9;
}

.kanban-board-wrap
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: default;
}

.kanban-swimlanes-table
{
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
}

.kanban-swimlanes-table th
{
	padding: 4px !important;
	border: 1px solid #CCC !important;
	text-align: center !important;
	font-size: 9pt !important;
	font-weight: bold !important;
	color: #000 !important;
	background: #EEE;
}

th.kanban-swimlane-wip-header
{
	background: #AFD0F9 !important;
	text-align: center;
}

.kanban-swimlanes-table td
{
	vertical-align: top !important;
	border: 1px solid #CCC !important;
}

.kanban-board-customizer-order
{
	width: 300px;
	margin: 0px auto;
}

ul.kanban-swimlanes-sorter
{
	list-style: none;
	margin: 30px 0px;
}

li.kanban-swimlanes-sorter-item
{
	list-style: none;
	width: 300px;
	margin: 5px 0px;
	padding: 5px 0px;
	border: none;
	color: #000;
	background: #CCC;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	cursor: move;
}

li.kanban-swimlanes-sorter-item:hover
{
	background: #DDD;
}
.fullScreen {left:0; top:0; position: absolute; width: 100%; height: 100%; z-index:10000}

