html { overflow-x: hidden !important; }
body {
	padding: 10px;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	font-family: Verdana, Tahoma, Arial;
	/*overflow-x: hidden !important;*/
}
/************************************************************/
.calendar-container {
	margin: 10px -10px;
	padding-top: 1px;
}
.calendar {
	border-spacing: 10px;
	border-collapse: separate;
	width: 100%;
}
.calendar .btn-next, .calendar .btn-prev {
	width: 55px;
	height: 55px;
	display: block;
	border: 2px solid #111111;
}
.calendar thead th {
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	color: #2b2b2b;
	font-weight: 300;
}
.calendar thead th a {
	color: #2b2b2b;
}
.calendar thead span {
	display: inline-block;
	padding: 12px 0;
}
.calendar tbody td {
	width: 14.2857%;
	height: 40px;
	border: 1px solid #e9e9e9;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	color: #111111;
	position: relative;
}
.calendar tbody td a {
	color: #111111;
}
.calendar .btn-prev {
	background: url("../images/left_black.png") no-repeat center;
	float: left;
}
.calendar .btn-next {
	background: url("../images/right_black.png") no-repeat center;
	float: right;
}
.task-templates-list {
	position: relative;
	width: 100%;
}
.event, .calendar .event {
	position: absolute;
	width: 100%;
	/*max-width: 80%;*/
	overflow: hidden;
	color: #000000;
	text-shadow: 0px 0px 5px #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 2px;
	text-align: center;
}
.event .content > p {
	margin-top: 2px;
	font-size: 11px;
	line-height: 11px;
}
a:hover {
	text-decoration: none;
}
.task-templates-list .event {
	position: relative;
	margin-bottom: 10px;
}
.task-templates-list .event.ui-draggable-dragging {
	position: absolute;
}
.event .ui-resizable-s {
	bottom: 0px;
	height: 10px;
	background: #000000;
	opacity: 0.05;
}
.event.editing {
	overflow: visible;
	z-index: 2;
}
.event {
	cursor: pointer;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 2px;
	border-radius: 2px;
}
.event .event-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cccccc;
	border: solid 1px rgba(0,0,0,0.2);
	opacity: 0.6;
	overflow: hidden;
	border-right: 0;
	border-bottom: 0;
}
.event.active {
	top: -3px;
	left: -3px;
	box-shadow: rgba(0,0,0,0.3) 4px 4px 2px;
}
.event.active .event-box {
	border: solid 1px rgba(0,0,0,0.3);
}
.event .content {
	position: relative;
	z-index: 1;
}
.event .content header {
	display: inline-block;
}
.event .btn-check {
	color: #000000;
	position: absolute;
	top: -3px;
	right: 0px;
	padding: 5px;
	padding-bottom: 7px;
	display: block;
	z-index: 1000;
}
.event .handle {
	cursor: move;
	color: #000000;
	position: absolute;
	top: -1px;
	left: 0px;
	padding: 5px;
	display: block;
	z-index: 1000;
}
.event .btn-check i:before {
	content: "\e013";
}
.event.done .btn-check i:before {
	content: "\2212";
}
.event.done {
	text-decoration: line-through;
	opacity: 0.5;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
.event.done header {
	text-decoration: line-through;
}
.event.done .event-box {
	opacity: 0.5;
}
.event a {
	color: #ffffff;
}
.calendar .day.start-of-month:not(.start-of-week) {
	border-left: solid 2px #999999;
}
.calendar .day.end-of-month:not(.end-of-week) {
	border-right: solid 2px #999999;
}
.calendar .day.first-week-of-month {
	border-top: solid 2px #999999;
}
.calendar .day.last-week-of-month {
	border-bottom: solid 2px #999999;
}
.calendar .month-header {border: solid 2px #999999;}
.calendar .month-header-empty {border: none !important;}
.calendar .day.weekend a {color: #666666;}

.calendar.year tbody td { width: 12.5%; }

.calendar .day.other-month {
	border-color: #f0f0f0;
	color: #cccccc;
}
.calendar .day.other-month a {
	color: #cccccc;
}
.calendar .day.with-event {
	background: #eeeeee;
}
.calendar.big .day.with-event {
	background: inherit;
}
.calendar .day.selected {
	background-color: #111111;
	border-color: #111111;
	color: #ffffff;
	/*outline: solid 4px #666666;*/
}
.calendar.big .day.selected {
	background: inherit;
	border: 1px solid #d0d0d0;
}
.calendar .day.selected a {
	color: #ffffff;
}
.calendar.big .day.selected a {
	color: #111111;
}
.calendar .day.today {
	border: solid 3px #ff0000 !important;
}
/**********/
.calendar.big {
	border-spacing: 0px;
	/*margin: 10px;*/
	margin-top: 20px;
	border-collapse: collapse;
}
.calendar.big thead th {
	padding-bottom: 10px;
}
.calendar.day tbody td, .calendar.week tbody td {
	width: auto;
}
.calendar.day .ctime, .calendar.week .ctime {
	width: 80px;
	font-size: 15px;
	color: #beb9b9;
}
.calendar.day tbody td, .calendar.week tbody td {
	height: 60px;
}
.calendar.day tbody td {
	height: 120px;
}
.calendar.week tbody td {
	width: 12.5%;
}
.calendar.week tbody .cal_labels .today a {
	color: #ff0000;
}
.calendar.big.month td {
	height: 192px;
	position: relative;
}
.calendar.big.month .cal_labels td {
	height: 40px;
}
.calendar .timeline {
	width: 100%;
	border: 0;
	border-top: solid 2px #0000ff;
	position: absolute;
	z-index: 10000;
	margin: 0;
	height: 0;
}
.calendar .overline {
	width: 100%;
	border: 0;
	border-top: solid 2px #000000;
	position: absolute;
	z-index: 10001;
	margin: 0;
	height: 0;
	display: none;
	text-align: left;
	text-indent: -38px;
	line-height: 0px;
	text-shadow: 0px 0px 5px #ffffff;
	pointer-events: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.png', sizingMethod='scale');
	background: none !important;
}
.calendar td > div {
	margin: -1px;
}
/************************************************************/
#content {
	margin-right: 360px;
	z-index: 1;
	padding-top: 50px;
}
#zawartosc {
	float: left;
	width: 100%;
}
#right {
	float: right;
	margin-right: -360px;
	width: 340px;
	padding-top: 20px;
}
#right2 {
	clear: right;
	float: right;
	margin-right: -360px;
	width: 340px;
	padding-top: 20px;
}
.clear {
	clear: both;
}

@media (max-width: 1000px) {
	#content {
		margin-right: 300px;
	}
	#right {
		width: 280px;
		margin-right: -300px;
	}
	#right2 {
		width: 280px;
		margin-right: -300px;
	}
}
@media (max-width: 768px) {
	#content {
		margin-right: 0;
		/*position: fixed;*/
		height: 100%;
		width: 100%;
		left: 0;
		top: 0px;
		padding-top: 55px;
	}
	
	#zawartosc {
		height: 100%;
	}
	#right {
		display: none;
		height: 100%;
		width: 100%;
		margin-right: 0;
	}
	#right2 {
		display: none;
		height: 100%;
		padding-top: 10px;
		width: 100%;
		margin-right: 0;
	}
}

.collapsing {
	-webkit-transition: height 0.2s linear;
	transition: height 0.2s linear;
}

.bootstrap-datetimepicker-widget .btn {
	width: 54px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

.bootstrap-datetimepicker-widget .btn {
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget .btn:hover {
	background: #eeeeee;
}

.colorpicker {
	padding: inherit;
	margin: inherit;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}


.issues { margin-left: -10px; color: #000000; }
#tree-root {margin-left: 0px;}
.issues li { margin: 0px; margin-left: 0px; margin-right: 0; }
.issues li i { cursor: pointer; font-size: 20px; line-height: 20px; vertical-align: top;
	padding: 0 1px; margin-top: 3px; }
.issues li .name { display: block; outline: 0; margin-left: 46px; margin-right: 26px;
	 margin-bottom: 0; font-size: 16px; line-height: 20px; position: relative; z-index: 1;
	 padding: 5px 0; }
.issues li .left-options { text-align: right; float: left; width: 40px; position: relative;
	z-index: 2; padding: 2px 0; margin-right: -5px; }
.issues li .right-options { float: right; display: none; margin-left: 3px; position: relative;
	z-index: 2; padding-top: 2px; line-height: 20px; }
.issues li .right-options i { padding-right: 2px; }
.issues li .handle { cursor: move; }
.issues li.done > .issue-row > .name > textarea { text-decoration: line-through; opacity: 0.4; }
.issues li .issue-row { padding: 1px; border-radius: 5px; padding-right: 5px; }
/*.issues li .issue-row::after {
	content: '';
    left: 23px;
    position: absolute;
    right: auto;
    border-top: 1px solid rgba(0,0,0,0.2);
    top: 12px;
    width: 6px;
}
.issues li.parent:not(.collapsed) > .issue-row > .name::before {
	content: '';
    left: -9px;
    position: absolute;
    right: auto;
    border-left: 1px solid rgba(0,0,0,0.2);
    top: 16px;
    width: 6px;
    bottom: 8px;
}
.issues li.parent:not(.collapsed).done > .issue-row > .name::before
	{border-left: 1px solid rgba(0,0,0,0.5);}*/
.issues li .issue-row .show-on-hover { display: none; float: left; }
.issues li .issue-row:hover { border: solid 1px #000000; padding: 0px; padding-right: 4px; }
.issues li .issue-row:hover .show-on-hover,
.issues li .issue-row:hover .right-options { /*display: inline;*/ }
.issues.collapsed li { display: none; }

.add-issue-input { background: none; color: #000000; border-radius: 5px !important; box-shadow: none;
	border: solid 1px rgba(0,0,0,0.2); height: 30px; }
.add-issue-input:focus { border: solid 1px #000000; box-shadow: none; }
/*.add-issue-input::-webkit-input-placeholder,
.add-issue-input::-moz-placeholder,
.add-issue-input:-moz-placeholder,
.add-issue-input:-ms-input-placeholder {color: #000000; opacity: 0.4;}*/
::-webkit-input-placeholder {color: #000000; opacity: 0.5;}
::-moz-placeholder {color: #000000; opacity: 0.5;}
:-moz-placeholder {color: #000000; opacity: 0.5;}
:-ms-input-placeholder {color: #000000; opacity: 0.5;}
.add-issue-input::-webkit-input-placeholder {color: #000000; opacity: 0.5;}
.add-issue-input::-moz-placeholder {color: #000000; opacity: 0.5;}
.add-issue-input:-moz-placeholder {color: #000000; opacity: 0.5;}
.add-issue-input:-ms-input-placeholder {color: #000000; opacity: 0.5;}

.angular-ui-tree-placeholder {
    background: rgba(0,0,0,0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.saving-info
					{position: fixed; background: #ffffbb; padding: 10px; border: solid 1px #999999;
					box-shadow: rgba(0,0,0,0.5) 0 0 20px; top: 80px; right: 20px; z-index: 1000;}

.navbar-fixed-top, .navbar-fixed-bottom { z-index: 1500; }


#issues-tree-root {border-radius: 5px; margin-top: 10px;}

.issues-tree {
	padding-top: 0px;
	padding-left: 0px;
	border-radius: 5px;
}
.issues-tree li {
    /*padding: 10px 5px 0 5px;
    margin: 0;
    margin-top: -10px;*/
    position: relative;
    border-radius: 5px;
}
/*.issues-tree li::before, .issues-tree li::after {
    content: '';
    left: 4px;
    position: absolute;
    right: auto;
}
.issues-tree li::before {
    border-left: 1px solid rgba(0,0,0,0.2);
    bottom: 50px;
    height: 100%;
    top: -9px;
    width: 1px;
}
.issues-tree li::after {
    border-top: 1px solid rgba(0,0,0,0.2);
    height: 20px;
    top: 12px;
    width: 19px;
}
.issues-tree li:last-child::before {
    height: 21px;
}
.issues-tree li.parent::after {
	width: 4px;
}
.issues-tree>li::before, .issues-tree>li::after, .issues-tree>li>.issue-row::after {
    border: 0;
}*/

.angular-ui-tree-empty { display: none; }

.issues li .btn-enter { float: right; position: relative;
	z-index: 2; padding-top: 2px; line-height: 20px; }
	
.issues li .btn-enter.fa-circle { opacity: 0.1; }

textarea[editable] { background: none; resize: none; width: 100%; border: none;
	outline: none !important; padding: 0; overflow: hidden; }

.issue-done { text-decoration: line-through; opacity: 0.4; }

.breadcrumb { background: rgba(0,0,0,0.05); }
.breadcrumb a, .breadcrumb :before { color: #111111; }


.breadcrumb>li+li:before { font-family: 'FontAwesome'; content: "\f105" !important; color: rgba(0,0,0,0.7); }

.page-header { border-bottom: solid 1px #333333; }

[contenteditable]:empty:not(:focus):before {
    content: attr(placeholder);
    cursor: text;
    opacity: 0.5;
}
