html, body {
	height: 100%;
}

body > .main-wrapper {
	min-height: 100%;
}

body > .page-footer {
	position: relative;
	margin-top: -52px;
	height: 52px;
	clear: both;
	z-index: 101;
}

body > .main-wrapper > .page-container > .page-content-wrapper > .page-content > .container-fluid {
	margin-bottom: 50px;
}

.clear-fix {
	clear: both;
}

/* background color of the top menu bar */
div.page-header-top {
	background-color: #505964
}

/* overrides default.min.css, sets the background of the top icons on mouse over */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown:active .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown:focus .dropdown-toggle, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
	background-color: #505964 !important;
}

.page-logo {
	line-height: 75px;
	font-weight: 800;
	font-size: 18px;
	color: #BCC2CB;
}

.top-menu-links a {
	color: #BCC2CB;
	text-transform: uppercase;
	font-weight: 600;
	top: 15px;
}

.top-menu-links a:focus, .top-menu-links a:hover {
	background-color: #55616f !important;
	border-radius: 10px;
}

.page-title {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 10px;
}

.new-day-header {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.new-day-header:not(:first-child) {
	margin-top: 30px;
}

a.user-name, .user-name, .user-name a {
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

a.user-name.me, .user-name.me, .user-name.me a {
	background-color: #dff9d6;
	color: #000;
}

.user-name a:hover {
	text-decoration: underline;
}

.user-name.fixed-width {
	width: 100px;
	overflow: hidden;
	max-width: 100px;
	display: inline-block;
	float: left;
	background-color: #eee;
	border-radius: 4px;
	padding: 4px 8px;
	margin-right: 8px;
	line-height: 17px;
	margin-top: 2px;
	font-size: 12px;
}

.user-name.fixed-width:hover {
	background-color: #e1e1e1;
}

.user-name.fixed-width.me:hover {
	background-color: #cef6c0;
	color: #000;
}

.less-important {
	color: #999;
}

.activity-row {
	margin-bottom: 10px;
	position: relative;
	/*height: 26px;*/
}

.action-content {
	line-height: 27px;
}

.modal-header {
	background-color: #eee;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.modal-content {
	border-radius: 10px !important;
}

.nav-tabs.mini-tabs > li > a {
	line-height: 0.5;
	font-size: 12px;
}

.m-10 {
	margin: 10px;
}

.m-5 {
	margin: 5px;
}

.modal .tab-pane {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.select2-results__group {
	font-size: 14px !important;
	color: #333 !important;
}

.sidebar-title {
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 400;
	font-size: 16px;
}

.font-small {
	font-size: 12px !important;
}

.font-big {
	font-size: 20px !important;
}

.font-fat {
	font-weight: 700;
}

.col-fixed-225 {
	/*width: 225px;*/
	/*position: absolute;*/
	/*z-index: 1;*/
	/*float: left;*/
	position: relative;
	top: 0;
	left: auto;
	width: 225px;
	float: left;
}

.col-offset-225 {
	/*padding-left: 240px;*/
	/*z-index: 0;*/
	
	/*margin-left: 240px;*/
	/*margin-top: 0;*/
	/*margin-right: 0;*/
	/*margin-bottom: 0;*/
	width: calc(100% - 240px);
	float: left;
	margin-left: 15px;
	position: relative;
	min-height: 1px;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.tag-list {
	margin-top: 5px;
}

span.tag {
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	padding: 3px 4px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	outline:0;
	margin-left: 3px;
	display: inline-block;
}

span.tag span {
	opacity: 0.95;
	user-select: none;
	padding: 0 2px;
}

span.tag a {
	text-decoration: none;
	color: #fff;
}

span.tag a.remove-tag,
span.tag a.remove-tag-ajax {
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	height: auto;
	line-height: 10px;
	margin-left: 1px;
	padding: 0;
	opacity: 0.5;
	outline-color: #fff;
	outline-style: none;
	outline-width: 0;
	text-align: center;
	text-shadow: rgba(0,0,0,0.25)0 -1px 0;
	transition-delay: 0s;
	transition-duration: .1s;
	transition-property: opacity;
	transition-timing-function: ease-in;
	white-space: nowrap;
	width: auto;
}

span.tag a.remove-tag:hover,
span.tag a.remove-tag-ajax:hover {
	opacity: 0.9;
	visibility: visible;
}

#task-description,
#userstory-description {
	margin-top: 10px;
	border-top: 1px dashed #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #eee;*/
}

#task-files,
#userstory-files,
#userstory-tasks {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #eee;*/
}

#task-work {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #eee;*/
}

#task-totals .title {
	font-weight: 600;
}

#task-totals .title:not(:first-child) {
	margin-left: 10px;
}

.table-min-width {
	min-width: 100px;
}

#task-work td {
	vertical-align: top;
}

.vertical-bottom {
	vertical-align: bottom;
}

@media (min-width: 768px) {
	.modal-dialog#edit-task-dialog {
		width: 740px;
	}
}

.has-none .md-radio label > .check, .has-none.md-radio label > .check {
	background: #000;
}

.page-title .btn:not(:first-child) {
	margin-right: 10px;
}

.timer-popup {
	z-index: 101; /* be over the fixed footer copyright */
	bottom: 0;
	left: 0;
	width: 330px;
	overflow: hidden;
	position: fixed;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-bottom-width: 0;
	border-top-right-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	transition: box-shadow .5s;
	box-sizing: content-box;
}

.timer-row {
	overflow: hidden;
	background: #f0f0f0;
	height: 23px;
	padding: 5px;
	cursor: pointer;
	transition: background .25s;
	border-radius: 0 5px 0 0;
	box-sizing: content-box;
}

.timer-container {
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 3px;
}

.timer-container .pause {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 24px;
	z-index: 2;
	background: #323945;
	border: 0;
	border-radius: 3px 0 0 3px;
	color: #c2c4c8;
	cursor: pointer;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center; 
}

.timer-container .pause:hover {
	background-color: #111;
}

.timer-container .stop {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 26px;
	border: 0;
	background-color: #505865;
	color: #c2c4c8;
	cursor: pointer;
	transition: left .25s;
	border-radius: 3px 0 0 3px; /*0*/
	font-size: 12px;
	left: 0; /*23px;*/
	text-align: center;
	line-height: 23px;
}

.timer-container .stop:hover {
	background-color: #006400;
}

.timer-container .stopwatch {
	display: inline-block;
	background-color: #697280;
	color: #fff;
	border-radius: 0 3px 3px 0;
	padding: 3px 0px 3px 0;
	font-size: 14px;
	font-weight: 600;
	min-width: 85px;
	text-align: center;
	transition: margin-left .25s;
	margin-left: 25px;/* 49px;*/
	cursor: text;
}

.timer-task {
	position: relative;
	display: inline-block;
	width: 179px; /*155px;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 10px;
	font-family: helvetica,arial,sans-serif;
	transition: top .35s,opacity .25s;
	top: 3px;
	opacity: 1;
}

.timer-arrow {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 9px;
	height: 100%;
	transition: background-position .35s;
	color: #888;
}

form.form-left {
	float: left;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
	padding: 8px 9px 8px !important;
}

li.dropdown-extended.dropdown-quick .dropdown-menu {
	width: auto !important;
}

.dropdown-quick .slimScrollDiv {
	/*height: 111px !important;*/
}

.nav.nav-tabs:after {
	/*clear: left;*/
}

.portlet > .portlet-body.tabs {
	/*clear: none;*/
}

.portlet.light {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.list-group-item.title {
	background-color: #eee;
	font-weight: 600;
}

.task-options .option.more .more-button .active,
.task-options .option.more .more-button:hover,
.userstory-options .option.more .more-button .active,
.userstory-options .option.more .more-button:hover {
	display: inline;
}

.task-options .option.more .more-button,
.userstory-options .option.more .more-button {
	cursor: pointer;
	text-decoration: underline;
	padding: 1px 3px;
	font-size: 14px;
	margin-right: 5px;
}

.task-options .option.more .more-button:hover,
.userstory-options .option.more .more-button:hover {
	background-color: #337ab7;
	color: #fff;
	text-decoration: none;
}

.task-options .option.more .more-button > *,
.userstory-options .option.more .more-button > * {
	display: none;
}

.task-options, .task-options .option,
.userstory-options, .userstory-options .option {
	display: inline;
}

.task-options .option:not(.more):not(.tags),
.userstory-options .option:not(.more):not(.tags) {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
	color: #999;
	position: relative;
	text-decoration: none;
	margin-right: 3px;
	cursor: pointer;
	transition: color 130ms ease,opacity 130ms ease;
	opacity: 0;
	outline: 0;
}

.task-list span.task-title a,
.userstory-list span.task-title a,
.acceptancetest-list span.acceptancetest-title a {
	color: #000;
}

.task-options .option:hover:not(.more):not(.tags):not(.calendar-text):not(.board-text),
.userstory-options .option:hover:not(.more):not(.tags):not(.calendar-text):not(.board-text) {
	transform: scale(1.2);
	color: #000;
}


.task-list .activity-row .task-options .option.active,
.userstory-list .activity-row .userstory-options .option.active {
	opacity: 1 !important;
}

.task-list .activity-row:hover .task-options .option,
.userstory-list .activity-row:hover .userstory-options .option {
	opacity: 1;
}

.task-options .option.min-width,
.userstory-options .option.min-width {
	min-width: 20px;
	width: auto;
}

.activity-row .task-description,
.activity-row .userstory-description {
	display: none;
	padding: 15px 0 10px 75px;
	position: relative;
}

.activity-row .task-description .desc-box,
.activity-row .userstory-description .desc-box {
	word-break: break-word;
	line-height: 20px;
	padding: 5px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: -5px 0 12px;
	overflow: hidden;
	color: #666;
	background: #f7f7f7;
	font-family: Arial,helvetica,sans-serif;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.task-description .desc-box p,
.userstory-description .desc-box p {
	margin: 10px 0;
}

.task-description .desc-box ul,
.userstory-description .desc-box ul {
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.task-description .desc-box ul:first-child,
.task-description .desc-box blockquote>:first-child,
.userstory-description .desc-box ul:first-child,
.userstory-description .desc-box blockquote>:first-child {
	margin-top: 0;
}

.task-description .desc-box ul:last-child,
.userstory-description .desc-box ul:last-child {
	margin-bottom: 10px;
}

.task-description .desc-box blockquote>:last-child,
.userstory-description .desc-box blockquote>:last-child {
	margin-bottom: 0 !important;
}

.task-description .desc-box blockquote p,
.userstory-description .desc-box blockquote p {
	font-size: 14px!important;
	color: #777;
}

.activity-row .task-description .arrow-pointer,
.activity-row .userstory-description .arrow-pointer {
	position: absolute;
	left: 90px;
	top: 0;
	z-index: 1;
	width: 0;
	height: 10px;
	border-color: #e5e5e5;
}

.arrow-pointer:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid;
	border-bottom-color: inherit;
	left: 20px;
	margin-left: -8px;
}

.arrow-pointer:before,
.arrow-pointer:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f7f7f7;
	content: '';
	bottom: -1px;
	left: 22px;
	margin-left: -8px;
	position: absolute;
	z-index: 0;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-25 {
	margin-left: 25px;
}

.margin-left-30 {
	margin-left: 30px;
}

/*.tab-pane .full-height-content {*/
	/*height: 100%;*/
/*}*/

div.phpdebugbar {
	left: inherit !important;
	right: 0;
}

.filename {
	font-weight: 600;
	color: black;
	font-size: 16px;
	margin-bottom: 3px;
}

.filename .extension {
	font-weight: normal;
	color: #8896a0;
}

.attachment-thumbnail {
	width: 37px;
	height: 37px;
}

.modal-dialog#new-message-dialog {
	width: 800px;
}

div.fr-view {
	font-size: 14px !important;
	line-height: 1.6 !important;
	word-break: break-word;
}

.fr-toolbar {
	border-top: 1px solid rgba(0,0,0,.16) !important;
}

.message-list .message-row {
	margin-bottom: 5px;
}

.hover-show {
	transition: color 130ms ease,opacity 130ms ease;
	opacity: 0;
	display: inline-block;
}

.hover-show a {
	color: #999;
	text-decoration: none;
}

.hover-container:hover .hover-show {
	opacity: 1;
}

.hover-container:hover .hover-show a:hover {
	color: #000;
}

.select2-container {
	z-index: 10100;
}

.board-page #board {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	height: calc(100vh - 322px);
	padding-bottom: 10px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.board-page .backlog-list {
	overflow-x: auto;
	overflow-y: hidden;
	height: calc(100vh - 283px);
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.board-page .column {
	width: 275px;
	background: #eee;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100%;
	padding-bottom: 20px;
}

.board-page .backlog-list .column {
	width: 100%;
	background: inherit;
	margin-right: 0;
	padding-bottom: 0;
}

.board-page .header {
	font-weight: 400;
	padding: 0 10px;
	background-color: #505964;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	border-bottom: 2px solid #505964;
	min-height: 41px;
	cursor: move;
}

.board-page .column .caption {
	float: left;
	display: inline-block;
	margin: 10px 0;
	cursor: pointer;
}

.board-page .column .actions {
	display: none;
	float: right;
	padding: 5px 0;
}

.board-page .column .header:hover .actions {
	display: inline-block;
}

.board-page .column .actions .btn {
	font-size: 20px;
	padding: 0;
	line-height: 1.3;
	height: 27px;
	width: 27px;
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

.board-page .column .actions .btn:hover {
	color: #666;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.board-page .task-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;

	overflow-y: auto;
	height: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.board-page .backlog-list .task-list {
	margin-top: 0;
}

.board-page .task-container {
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	width: 100%;
	cursor: move;
}

/* SCROLLBAR START */

.board-page ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body ::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	border: solid transparent;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.07);
}

.board-page ::-webkit-scrollbar-thumb {
	border: none;
	min-height: 1px;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 25px;
}

body ::-webkit-scrollbar-track:active {
	background-color: rgba(0,0,0,0.05);
	box-shadow: inset 1px 0 0 rgba(0,0,0,0.14), inset -1px 0 0 rgba(0,0,0,0.07);
}

body ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}

body ::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}

body ::-webkit-scrollbar-track:hover {
	background-color: rgba(0,0,0,0.035);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14), inset -1px -1px 0 rgba(0,0,0,0.07);
}

body ::-webkit-scrollbar {
	/*height: 16px;*/
	/*overflow: visible;*/
	/*width: 16px;*/
}

body ::-webkit-scrollbar-button {
	/*height: 0;*/
	/*width: 0;*/
}

body ::-webkit-scrollbar-corner {
	/*background-clip: padding-box;*/
	/*background-color: #f5f5f5;*/
	/*border: solid #fff;*/
	/*border-width: 3px 0 0 3px;*/
	/*box-shadow: inset 1px 1px 0 rgba(0,0,0,0.14);*/
}

.board-page ::-webkit-scrollbar-corner {
	/*background-color: initial;*/
	/*border: none;*/
	/*-webkit-box-shadow: none;*/
	/*box-shadow: none;*/
}

body ::-webkit-scrollbar-corner {
	/*background: 0;*/
}

body ::-webkit-scrollbar-thumb {
	/*border-width: 1px 1px 1px 5px;*/
}

body ::-webkit-scrollbar-track:horizontal:hover {
	/*box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);*/
}

body ::-webkit-scrollbar-track:horizontal:active {
	/*box-shadow: inset 0 1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.07);*/
}

body ::-webkit-scrollbar-thumb:horizontal {
	/*padding: 0 0 0 100px;*/
	/*box-shadow: inset 1px 1px 0 rgba(0,0,0,0.1), inset -1px 0 0 rgba(0,0,0,0.07);*/
}

body ::-webkit-scrollbar-track:horizontal {
	/*border-width: 6px 0 1px;*/
}

body ::-webkit-scrollbar-track-piece:horizontal {
	/*border-width: 3px 0 0;*/
	/*box-shadow: inset 0 1px 0 rgba(0,0,0,0.14), inset 0 -1px 0 rgba(0,0,0,0.07);*/
}

body ::-webkit-scrollbar-thumb:horizontal {
	/*border-width: 5px 1px 1px;*/
}

/* SCROLLBAR END */


.board-page .task-container.gu-transit {
	border: 1px solid #777!important;
	background-color: #bbb;
}

#board .gu-transit .title, #board .gu-transit .user-name, #board .gu-transit .due, #board .gu-transit .estimate,
.backlog-list .gu-transit .title, .backlog-list .gu-transit .user-name, .backlog-list .gu-transit .due, .backlog-list .gu-transit .estimate {
	opacity: 0;
}

.column.gu-mirror {
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	width: 100%;

	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);

	cursor: move;
}

.board-page .task-container.task.gu-mirror {
	padding: 8px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	width: 100%;

	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);

	cursor: move;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}

#board .tasks-none, .backlog-list .tasks-none {
	color: #999;
	font-size: 13px;
	margin-top: 7px;
	cursor: pointer;
	width: 100%;
}

#board .due, .backlog-list .due {
	font-size: 12px;
	color: #aaa;
	margin-top: 2px;
	margin-bottom: 2px;
}

#board .estimate, .backlog-list .estimate {
	font-size: 12px;
}

#board .title, .backlog-list .title {
	line-height: 23px;
	margin-bottom: 3px;
}

a.hover-gray:hover > div {
	background-color: #f6f9fb;
	border-radius: 8px;
}

.profile-stat {
	margin-top: 0;
	padding-bottom: 0 !important;
}

.profile-stat > div, .profile-stat > a > div {
	padding-bottom: 14px;
	padding-top: 10px;
}

/*.fr-box > div:last-of-type {
	display: none;
}*/

.top-menu .nav>li>a:focus, .top-menu .nav>li>a:hover {
	background-color: inherit;
	/*border-radius: 5px;*/
	color: #fff !important;
}


.display-inline {
	display: inline-block;
}

.vertical-top {
	vertical-align: top;
}

.upload-photo-btn {
	width: 250px;
}

.upload-photo-btn > span {
	width: 100%;
}

#dropzone {
	background-color: #ddd;
	width: 250px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	font-weight: bold;
	border: 3px dashed #888;
	display: inline-block;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 1;
	
	background-position: center;
	background-size: cover;
}
#dropzone.in {
	width: 250px;
	height: 250px;
	line-height: 250px;
	background-color: #999;
	border: 3px dashed #666;
}


.task-container.saving, .column.saving {
	opacity: 0.6;
}

.task-title.header,
.userstory-title.header {
	font-size: 18px;
	font-weight: 600;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

.padding-bottom-0 {
	padding-bottom: 0;
}

.column-content {
	height: 100%;
}

.msgcat-badge {
	position: absolute;
	right: 10px;
}
.msgcat-badge.label {
	padding: 4px 10px 4px 10px;
}

table.message-list {
	width: 100%;
}

.message-list .message-name {
	width: 200px;
	vertical-align: top;
	padding-bottom: 20px;
}

.message-list .message-content {
	line-height: 1.6;
	padding-right: 120px;
	min-height: 36px;
}

.message-list tr {
	border-bottom: 1px solid #ddd;
}

.message-list td {
	padding-top: 20px;
	vertical-align: top;
}

.message-list tr:first-child td {
	padding-top: 0;
}

.message-list tr:last-child {
	border-bottom: none;
}

.label-big {
	padding: 10px !important;
}

.page-title .label:not(:first-child) {
	margin-right: 10px;
}

.board-page .color-picker ul, .board-page .color-picker-new ul {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.board-page .color-picker li.transparent, .board-page .color-picker-new li.transparent {
	background-color: transparent;
	border: 1px dashed #888;
}

.board-page .color-picker li, .board-page .color-picker-new li {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3.3px;
	margin-bottom: 3.3px;
	cursor: pointer;
}

.board-page .color-picker li.selected, .board-page .color-picker-new li.selected {
	border: 1px solid #000;
}

.message-list td {
	position: relative;
}

.message-list tr:first-child .message-actions {
	top: 0;
}

.message-list .message-content:hover .message-actions {
	opacity: 1;
}

.message-list .message-actions {
	opacity: 0;
	position: absolute;
	top: 22px;
	right: 0;
	clear: both;
	transition: opacity linear .4s;
}

.message-content > .content > .fr-box {
	margin-bottom: 20px;
}

.message-content.editing .subject-row {
	margin-bottom: 15px;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 2px;
}

.message-list .message-content.editing {
	padding-right: 0;
}

.message-list .message-content .btn-message {
	display: none;
}

.message-list .message-content.editing .btn-message {
	display: inline-block;
}

.message-content .subject-row input, .message-content .subject-row input:focus {
	height: 34px;
	border: none;
	font-weight: 400;
	line-height: 1.42857;
	font-size: 18px;
	width: 100%;
	outline: 0;
}

.message-list .message-content.editing .message-actions {
	display: none !important;
}

.category-list.active a {
	color: #fff;
}

.category-list a {
	color: #000;
}

.category-list a li.list-group-item.active {
	background-color: #888;
	border: 1px solid #ddd;
}

.category-list a:hover li.list-group-item.active {
	background-color: #888;
	border: 1px solid #ddd;
}

.category-list a li.list-group-item.active .msgcat-badge {
	background-color: #eee !important;
	color: #666;
}

.category-list a:hover li {
	background-color: #ddd;
}

.category-list a:hover {
	text-decoration: none;
}

.sprint-list > .progress {
	height: initial;
	text-indent: initial;
	background-color: inherit;
	overflow: initial;
	margin-bottom: 20px;
}

.sprint-list .points {
	clear: both;
	position: relative;
}

.row.vertical-center {
	display: flex;
	align-items: center;
}

.sprint-list .progress.progress-striped {
	margin-bottom: 5px;
}

.dailymeeting-list .row.question {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.dailymeeting-list .attendee-name .attendee-actions {
	opacity: 0;
	transition: opacity linear .4s;
}

.dailymeeting-list .attendee-name:hover .attendee-actions {
	opacity: 1;
	padding-top: 10px;
}

.attendee-name {
	padding-bottom: 100%;
	margin-bottom: -100%;
	overflow: hidden;
}

.attendee-questions {
	overflow: hidden;
}

a.btn.btn-icon-only span.glyphicon.glyphicon-plus,
a.btn.btn-icon-only span.glyphicon.glyphicon-pencil,
a.btn.btn-icon-only span.glyphicon.glyphicon-time,
a.btn.btn-icon-only span.glyphicon.glyphicon-stop {
	padding: 2px 0 0 1px;
}

a.btn.btn-icon-only span.glyphicon.glyphicon-trash {
	padding: 0 1px 0 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time.overdue {
	background-color: #f36a5a;
	color: #fff;
	opacity: 1;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time.overdue {
	background-color: #f36a5a;
	color: #fff;
	opacity: 0.7;
}

#meeting-actions.stopped .meeting-stop-action {
	display: none;
}

#meeting-actions:not(.stopped) .meeting-start-action {
	display: none;
}

.portlet-body.task-list h4.project-name:not(:first-child),
.portlet-body.userstory-list h4.project-name:not(:first-child) {
	margin-top: 30px;
}

.padding-right-50 {
	padding-right: 50px;
}

.activity-row .task-actions,
.activity-row .acceptancetest-actions {
	position: absolute;
	right: 0;
	top: 0;
}

.btn-icon-only.btn-sm {
	height: 29px;
	width: 29px;
}

.main-overview .activity-row {
	margin-bottom: 10px;
}

span.project-name {
	display: block;
	color: #aaa;
}

span.project-name a {
	color: #aaa;
}

.page-md #projectlist .progress {
	text-indent: inherit;
	margin-bottom: 0;
	height: 20px;
	background-color: #888;
	position: relative;
	min-width: 75px;
}

#projectlist .progress span {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.userstory.activity-row span.handle,
.task.activity-row span.handle {
	padding: 4px 6px 2px 0;
	cursor: move;
	color: #acb5c3;
}

.story-points {
	margin-top: 4px;
	color: #acb5c3;
}

.label.label-secondary {
	background-color: #888;
}

@media (max-width: 1000px) {
	.col-fixed-225 {
		display: none;
	}
	.col-offset-225 {
		width: inherit;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-header .page-header-top .page-logo {
		width: 100% !important;
	}
}

.task-complete-action {
	float: left;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #888;
	-webkit-box-shadow: inset 0 0 0 1px #bbb;
	box-shadow: inset 0 0 0 1px #bbb;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow 130ms linear;
	transition: -webkit-box-shadow 130ms linear;
	transition: box-shadow 130ms linear;
	transition: box-shadow 130ms linear, -webkit-box-shadow 130ms linear;
	margin-right: 6px;
	margin-top: 3px;
	margin-left: 1px;
}

.task-complete-action:not(.saving) .fa.fa-check {
	display: inline-block;
}
.task-complete-action:not(.saving) .fa.fa-spinner {
	display: none;
}
.task-complete-action.saving .fa.fa-check {
	display: none;
}
.task-complete-action.saving .fa.fa-spinner {
	display: inline-block;
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.task-complete-action:hover {
	-webkit-box-shadow: inset 0 0 0 1px #999;
	box-shadow: inset 0 0 0 1px #999;
	color: #888;
}

.task-complete-action:not(.complete) .fa {
	opacity: .2;
}

.task-complete-action .fa {
	line-height: 23px;
	width: 23px;
}

.task-complete-action .fa:hover {
	opacity: 1;
	color: #888;
}

.task-complete-action.complete {
	-webkit-box-shadow: inset 0 0 0 30px #43c86f;
	box-shadow: inset 0 0 0 30px #43c86f;
}

.task-complete-action.complete .fa {
	color: #fff;
}

div.edit-tag-form {
	width: 150px;
	margin-top: -10px;
	height: auto;
}

div.edit-tag-form input#edit-tag-input {
	border-radius: 8px 8px 0 0;
	width: 170px;
	border: none;
	border-bottom: 1px solid #CCC;
	box-shadow: none;
	color: #000;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	padding: 10px 2px 10px 28px;
	margin: 0 -10px 10px -10px;

	outline-color: rgb(0, 0, 0);
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
}

div.edit-tag-form i.fa.fa-tag {
	position: absolute;
	left: 10px;
	top: 12px;
	opacity: .3;
}

.tipped-menu {
	margin: -5px -10px;
	padding: 0;
	list-style: none;
	min-width: 130px;
}

.tipped-menu li.tag-item a,
.tipped-menu li.priority-item a {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 7px 0 7px 30px;
}

div.edit-tag-form .tipped-menu {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 360px;
}

.tipped-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tipped-menu li a {
	margin: 0;
	text-decoration: none !important;
	color: #6F6F6F;
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
}

.tipped-menu li.sel a {
	background-color: #ddd;
	color: #6F6F6F;
}

.tipped-menu li.sel i.fa.fa-exclamation-circle {
	border: 2px solid rgba(111,111,111,0);
}

.tipped-menu li:hover,
.tipped-menu li:hover i.fa.fa-exclamation-circle {
	background-color: #eeeff3;
	color: #6F6F6F !important;
}

.tipped-menu li span.tag-circle,
.tipped-menu li i.fa.fa-exclamation-circle {
	position: absolute;
	left: 9px;
	width: 16px;
	height: 16px;
	border-radius: 100px;
	border: 2px solid rgba(255,255,255,0.5);
}

.tipped-menu li span.tag-circle {
	top: 7px;
}

.tipped-menu li i.fa.fa-exclamation-circle {
	top: 6px;
}

div.edit-tag-form .tags-loader {
	margin: 5px auto;
	color: #ccc;
	text-align: center;
}

div.edit-tag-form.no-match div.tag-colors {
	display: block;
}
div.edit-tag-form.no-match div.tipped-menu {
	display: none;
}

div.tag-colors {
	white-space: normal;
	display: none;
	overflow: hidden;
	min-height: 40px;
	margin: 0 0 5px 10px;
}

div.tag-colors a.tag-color-item {
	display: inline-block;
	padding: 0;
	margin: 3px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 28px;
}

div.tag-colors a.tag-color-item span {
	display: inline-block;
	text-decoration: none;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.noUi-connect {
	background: #337ab7;
}

.task-options .option.priority .fa {
	opacity: 0.9;
}

.task-options .option.priority .fa {
	opacity: 0.9;
}

.task-options .option.priority:hover .fa {
	opacity: 1;
}

.task-options .option.calendar.active {
	display: inline-block;
	position: relative;
	font-weight: 400;
	color: #999;
	font-size: 13px !important;
	width: inherit;
}

.due-label {
	color: #c00000;
}

.task-options .option.board.active {
	background-color: #fcfcfc;
	cursor: pointer;
	color: #888;
	border: 1px solid #f2f2f2;
	padding: 0 6px 0 18px;
	border-radius: 3px;
	display: inline-block;
	height: 18px;
	line-height: 1;
	position: relative;
	margin-right: 5px;
	width: inherit;
}

.task-options .option.board .board-color {
	position: absolute;
	top: -2px;
	left: 4px;
	line-height: 16px;
}

.task-options .option.board .board-color i {
	font-size: 9px;
}

.task-options .option.board .board-name {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
}

.has-red-thunderbird .md-radio label,
.has-red-thunderbird.md-radio label {
	color: #D91E18; }

.has-red-thunderbird .md-radio label > .box,
.has-red-thunderbird.md-radio label > .box {
	border-color: #D91E18; }

.has-red-thunderbird .md-radio label > .check,
.has-red-thunderbird.md-radio label > .check {
	background: #D91E18; }

.has-green-jungle .md-radio label,
.has-green-jungle.md-radio label {
	color: #26C281; }

.has-green-jungle .md-radio label > .box,
.has-green-jungle.md-radio label > .box {
	border-color: #26C281; }

.has-green-jungle .md-radio label > .check,
.has-green-jungle.md-radio label > .check {
	background: #26C281; }

.has-yellow-gold .md-radio label,
.has-yellow-gold.md-radio label {
	color: #E87E04; }

.has-yellow-gold .md-radio label > .box,
.has-yellow-gold.md-radio label > .box {
	border-color: #E87E04; }

.has-yellow-gold .md-radio label > .check,
.has-yellow-gold.md-radio label > .check {
	background: #E87E04; }

.has-yellow-lemon .md-radio label,
.has-yellow-lemon.md-radio label {
	color: #F7CA18; }

.has-yellow-lemon .md-radio label > .box,
.has-yellow-lemon.md-radio label > .box {
	border-color: #F7CA18; }

.has-yellow-lemon .md-radio label > .check,
.has-yellow-lemon.md-radio label > .check {
	background: #F7CA18; }
