#page_content {
	position: relative;
	overflow: hidden;
	padding-top: 10px
}


#page_content_inner {
	padding: 0
}

#page_content{
	will-change: margin;
	transition: margin 280ms
}

@media only screen and (min-width:1220px) {
	.sidebar_main_active #page_content{
		margin-left: 240px
	}
}

@media only screen and (max-width:1219px) {
	#page_content:before {
		opacity: 1;
		z-index: 1184
	}
}

@media only screen and (min-width:1220px) {
	.sidebar_main_open #page_content,
	.sidebar_main_open #top_bar {
		margin-left: 240px
	}
}

@media only screen and (max-width:1219px) {
	.sidebar_main_hiding #page_content:before {
		opacity: 0;
		z-index: 1109
	}
}

.sidebar_mini #page_content{
	margin-left: 60px
}



#page_content:before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	display: block;
	opacity: 0;
	transition: opacity .4s;
	z-index: -1
}

#page_content_inner {
	padding: 24px 24px 100px
}

#page_overflow {
	min-height: 100%;
	overflow-y: auto
}

@media only screen and (min-width:1220px) {
	.boxed_layout #page_content {
		max-width: 1220px;
		margin: 0 auto!important
	}
	.boxed_layout.sidebar_main_active #page_content,
	.boxed_layout.sidebar_main_open #page_content {
		padding-left: 240px
    }
}


.disable_transitions #page_content{
	transition: none!important
}

.uk-height-1-1 {
	height: 100%
}

.scrum_board_overflow {
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
	overflow-x: auto !important;
	background: #fff;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

#scrum_board {
	height: 100%;
	padding: 0 4px;
	box-sizing: border-box;
	overflow: hidden
}

#scrum_board>div {
	height: 100%;
	float: left;
	width: 320px;
	box-sizing: border-box;
	position: relative;
	padding: 46px 0 8px
}

#scrum_board .scrum_column {
	background: rgba(0, 0, 0, .085);
	padding: 8px;
	height: 100%;
	margin: 0 4px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto
}

#scrum_board .scrum_column_heading_wrapper {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0
}

#scrum_board .scrum_column_heading_wrapper .uk-button-dropdown {
	position: absolute;
	right: 6px;
	top: 3px
}

#scrum_board .scrum_column_heading {
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	background: #fff;
	line-height: 36px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	padding: 0 36px 0 12px
}

#scrum_board .scrum_column .uk-sortable {
	min-height: 100%
}

#scrum_board .scrum_column .uk-sortable div {
	cursor: move
}

#scrum_board .scrum_column .uk-sortable div+div {
	margin-top: 4px
}

#scrum_board .scrum_column .uk-sortable-placeholder {
	opacity: .4
}

.scrum_task {
    cursor: move;
	background: #fff;
	padding: 8px 8px 8px 12px;
	border-left-width: 4px;
	border-left-style: solid
}

.scrum_task.blocker {
	border-left-color: #e53935
}

.scrum_task.critical {
	border-left-color: #ffa000
}

.scrum_task.minor {
	border-left-color: #7cb342
}
.scrum_task.low {
	border-left-color: #17A2B8;
}

.scrum_task_title {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.scrum_task_description {
	margin: 0 0 4px;
	font-size: 12px
}

.scrum_task_info {
	text-align:right;
	margin: 0;
	font-size: 12px
}

.scrum_board_menu {
	float: left;
	width: 320px;
	position: relative;
	padding: 46px 8px 8px 16px;
	border-right: 1px solid rgba(0, 0, 0, .08)
}

@media only screen and (max-width:767px) {
	.scrum_board_menu {
		display: none
	}
}

.scrum_board_menu_heading {
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 36px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	padding: 0 16px
}

.scrum_board_menu_inner {
	height: 100%;
	overflow-y:scroll;
	overflow-x:hidden;
	padding-right: 8px
}

.scrum_board_menu_inner>div+div {
	margin-top: 4px
}

.movable-placeholder {
	background: #ccc;
	width: 100%;
	height: 100px;
	display: block;
	padding: 20px;
	margin: 0 0 15px 0;
	border-style: dashed;
	border-width: 2px;
	border-color: #000;
}