b, strong, th {
	font-weight: 600;
}
.btn-group > .btn {
	float: none;
}
.intro p,
.intro .sub-heading {
	color: #7a7a7a;
	margin: 0;
}

html, body {
	/*	height:100%;
		overflow:auto; */
	/*-webkit-overflow-scrolling: touch; / * causes elements to disappear on scroll */
}
#wrapper {
	height: 100%;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-responsive {
	-webkit-overflow-scrolling: touch;
}

.container-fluid.container-max {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.container-fluid.w100 .row .row {
	margin-left: -15px;
	margin-right: -15px;
}

.bg-inactive {
	background-color: #f0f0f0;
}

.panel-body {
	background: #f8f8f8;
}

.table {
	min-width: 100%;
}

.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.text-vertical {
	/*	-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;*/
}

.row.bordertop {
	border-top: 1px solid rgb(221, 221, 221);
}
.row.bordertop table tr:first-of-type td {
	border-top: 0px none;
}
.row.bordertop > div:first-of-type {
	padding-top: 8px;
	padding-bottom: 8px;
}

.table .img-inline {
	display: inline-block;
	width: 24px;
	vertical-align: middle;
}

.hidesiblings-toggle {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.hidesiblings-toggle span:before {
	content: "\f0ab";
}
.hidesiblings .hidesiblings-toggle span:before {
	content: "\f0a9";
}
tr.hidesiblings ~ tr {
	display: none;
}

.text-muted {
	color: #e0e0e0;
}

.bg-default {
	color: #fff !important;
	background-color: #868686 !important;
}
.bg-primary {
	color: #fff !important;
	background-color: #3b5d81 !important;
}

div.alert.debug,
div.alert-debug {
	display: none;
}

.intro {
	background-position-y: center;
	-webkit-box-shadow:inset 0 -50px 100px 0 rgba(255,255,255,1);
	box-shadow:inset 0 -50px 100px 0 rgba(255,255,255,1);
}
.intro .bg {
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

.container-fluid {
	max-width: 1000px;
}

.content-section {
	padding-top: 100px !important;
}

.btn {
	text-transform: none;
}

.hscroll {
	width: 100%;
	overflow: auto;
}

textarea.form-control {
	height: 113px;
}

textarea.two-lines {
	height: 63px;
}

.form-group .wysiwyg-wrapper, .wysiwyg-editor {
	background-color: white;
}

table.table a.btn {
	margin-left: 2px;
	margin-bottom: 2px;
}

table.table td.status table.table {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}
.icon-xs {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}
.icon .fa-mobile,
.icon .fa-tablet {
	font-size: 24px;
	line-height: inherit;
}

.icon-user {
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 90px;
	line-height: 100px;
	border-radius: 50%;
	padding: 0;
}
.icon-user .fa {
	opacity: 0.9;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 24px;
}

.documentstable {
	font-size: 12px;
}
.documentstable a {
	color: inherit;
}
.documentstable th.info,
.documentstable td.info {
	background-color: #CCC0DA !important;
}
.documentstable th.success {
	background-color: #D8E4BC !important;
}
.documentstable td.success {
	background-color: #c7eecf !important;
	color: #09600b !important;
}
.documentstable td.danger {
	background-color: #fec7ce !important;
	color: #9a0511 !important;
}
.documentstable td.warning {
	background-color: #feeaa0 !important;
	color: #9b6415 !important;
}
.documentstable .table-bordered > thead > tr > th,
.documentstable .table-bordered > tbody > tr > th,
.documentstable .table-bordered > tfoot > tr > th,
.documentstable .table-bordered > thead > tr > td,
.documentstable .table-bordered > tbody > tr > td,
.documentstable .table-bordered > tfoot > tr > td {
	border: 1px solid #000000;
}

.dialog input, .dialog button, .dialog a {
	margin-left: 15px;
}
.dialog .pull-left input, .dialog .pull-left button, .dialog .pull-left a {
	margin-right: 15px;
	margin-left: 0;
}
.form-group.important input {
	color: black;
	font-weight: bold;
}

.table-bordered > thead > tr.divider > th,
.table-bordered > tbody > tr.divider > th,
.table-bordered > tfoot > tr.divider > th,
.table-bordered > thead > tr.divider > td,
.table-bordered > tbody > tr.divider > td,
.table-bordered > tfoot > tr.divider > td {
	border-top: 2px solid #000000;
}
.table .table > thead > tr:first-of-type > th,
.table .table > tbody > tr:first-of-type > th,
.table .table > tfoot > tr:first-of-type > th,
.table .table > thead > tr:first-of-type > td,
.table .table > tbody > tr:first-of-type > td,
.table .table > tfoot > tr:first-of-type > td {
	border-top: 0px none;
}


.stickyheader {
	position: relative;
}
.stickyheader > .stickyheader-corner,
.stickyheader > .stickyheader-top,
.stickyheader > .stickyheader-left {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	/*	width: 0;
		height: 0;*/
	top: 0;
	background: #ffffff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.stickyheader > .stickyheader-corner {
	z-index: 1003;
}
.stickyheader > .stickyheader-top {
	z-index: 1002;
}
.stickyheader > .stickyheader-left {
	z-index: 1001;
}
.stickyheader.enabled > .stickyheader-corner,
.stickyheader.enabled > .stickyheader-top,
.stickyheader.enabled > .stickyheader-left {
	display: block;
}

.navbar {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	margin: 0;
	z-index: 1040;
}
.navbar .info {
	display: block;
	float: left;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
}
.navbar-brand img {
	max-height: 50px;
}

.modal > .loading {
	position: absolute;
	width: 32px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	font-size: 32px;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	color: #ffffff;
	z-index: 1;
}
.modal .panel {
	margin: 0;
	border: 0 none;
	box-shadow: none;
}
.modal .panel-heading {
	display: none;
}
.modal .modal-title {
	margin-right: 32px;
	line-height: 1;
}
.modal .panel-body {
	padding: 0;
	background: transparent;
}
.modal.iframe .modal-body {
	padding: 0;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.modal-header button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: 16px;
	margin: 0 0 0 10px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.modal-header .close {
	margin-top: 0;
	font-size: 18px;
	line-height: 16px;
}

.modal.full .modal-dialog {
	width: 100%;
	margin: 0;
	height: 100%;
}
.modal.full .modal-content {
	height: 100%;
}
.modal.full .modal-backdrop {
	height: 100% !important;
}
.modal.full .modal-header {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: 24px;
	padding: 4px;
	line-height: 24px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.85);
}
.modal.full .modal-header h4 {
	display: none;
	font-size: 14px;
}
.modal.full .modal-header button {
	margin: 0 5px;
}
.modal.full .modal-body {
	height: 100% !important;
}
.modal.full iframe {
	height: 100% !important;
}

.sidebar a {
	color: #f0f0f0;
}
.sidebar a:hover {
	color: #ffffff;
}
.sidebar li > a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sidebar a:hover, .sidebar .nav > li > a:hover, .sidebar .nav > li > a:focus, .sidebar .nav > li.active > a {
	background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
	.sidebar .sidebarmintoggle {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.sidebar.minimizesidebar .sidebarwrapper > .nav > li > a > .caption {
		background: #404040;
	}
	.sidebar.minimizesidebar .sidebarwrapper > .nav > li > a > .caption:before {
		border-right-color: #404040;
	}
	.sidebar.minimizesidebar .sidebarwrapper > .nav > li > ul {
		background: #505050;
	}
}

/*.fc-bg .fc-sat,
.fc-bg .fc-sun {
	background: #f8f8f8;
}
.fc-time-grid .fc-slats tr:nth-child(-n+16),
.fc-time-grid .fc-slats tr:nth-last-child(-n+10) {
	background: rgba(240, 240, 240, 0.5);
}*/
div.fc a {
	transition: none;
}
.fc-toolbar .loading {
	visibility: hidden;
	height: 2.1em;
	line-height: 2.1em;
	color: #808080;
}
.fc-toolbar .loading i {
	font-size: 1.4em;
	vertical-align: middle;
}
button:focus{
    outline: 0;
}

.picker__holder {
	min-width: 260px !important;
}

/* ===== CALENDAR ===== */

#calendar {
	padding-right: 180px;
}

#calendarfilters {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	overflow: auto;
	border-left: 1px solid #f0f0f0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#calendarfilters label {
	background: rgba(255, 255, 255, 0.65);
	margin: 0;
	padding: 0.25em 0.5em;
	width: 100%;
	line-height: 2;
	cursor: pointer;
}
#calendarfilters ul {
	margin: 0;
	padding: 0;
}
#calendarfilters ul:first-child {
	margin-top: 50px;
}
#calendarfilters > ul > li > label > button {
	margin-top: 3px;
}

.fc-event .fc-content { /* chrome bug fix overflow visible on translate */
	max-height: 100%;
	padding: 1px 2px;
	overflow: hidden;
}

.fc-event {
	border-radius: 0;
	border-left: 3px solid transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.85);
	border-right: 1px solid rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	font-size: 0.70em;
	/* needed for animation to update on scroll */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fc-event.fc-draggable, .fc-event[href] {
	cursor: default;
}
.fc-event:hover {
	z-index: 999 !important;
}
.fc-day-grid-event .fc-content,
.fc-event .fc-bg {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
/*.fc-day-grid-event .fc-content,*/
.fc-event:hover .fc-bg {
	background: #fff;
	opacity: 0.65;
}
.fc-time-grid-event .fc-description {
	font-size: 1em;
}
.fc-time-grid-event .fc-title {
	font-weight: bold;
}
.fc-time-grid-event .fc-time {
	font-size: 1em;
}
.fc-day-grid-event.fc-event {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
}
.fc-day-grid-event .fc-description {
	display: none;
}

/* event default */
.fc-event.ev-event.ev-default {
	border-left-color: rgb(96, 96, 96);
	background: rgba(96, 96, 96, 0.6);
	color: #606060;
}
.fc-time-grid-event.ev-event.ev-default:hover {
	background: rgba(96, 96, 96, 0.85);
	color: #606060;
}
/* event meeting */
.fc-event.ev-event.ev-meeting {
	border-left-color: rgb(255, 128, 166);
	background: rgba(255, 128, 166, 0.6);
	color: #915466;
}
.fc-time-grid-event.ev-event.ev-meeting:hover {
	background: rgba(255, 128, 166, 0.85);
	color: #915466;
}
/* event presentation */
.fc-event.ev-event.ev-presentation {
	border-left-color: rgb(255, 0, 75);
	background: rgba(255, 0, 75, 0.6);
	color: #8a0f33;
}
.fc-time-grid-event.ev-event.ev-presentation:hover {
	background: rgba(255, 0, 75, 0.85);
	color: #8a0f33;
}
/* event conferenceroom */
.fc-event.ev-event.ev-conferenceroom {
	border-left-color: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.6);
	color: #1f1f1f;
}
.fc-time-grid-event.ev-event.ev-conferenceroom:hover {
	background: rgba(51, 51, 51, 0.85);
	color: #1f1f1f;
}
/* event publicholiday */
.fc-event.ev-event.ev-publicholiday {
	border-left-color: rgb(255, 204, 0);
	background: rgba(255, 204, 0, 0.6);
	color: #8a710f;
}
.fc-time-grid-event.ev-event.ev-publicholiday:hover {
	background: rgba(255, 204, 0, 0.85);
	color: #8a710f;
}
/* event public employeeholiday */
.fc-event.ev-event.ev-employeeholiday {
	border-left-color: rgb(255, 149, 0);
	background: rgba(255, 149, 0, 0.6);
	color: #8a560f;
}
.fc-time-grid-event.ev-event.ev-employeeholiday:hover {
	background: rgba(255, 149, 0, 0.85);
	color: #8a560f;
}
/* event public birthday */
.fc-event.ev-event.ev-birthday {
	border-left-color: rgb(142, 2, 238);
	background: rgba(142, 2, 238, 0.6);
	color: #520f81;
}
.fc-time-grid-event.ev-event.ev-birthday:hover {
	background: rgba(142, 2, 238, 0.85);
	color: #520f81;
}
/* event Fritz */
.fc-event.ev-event.ev-photo-1 {
	border-left-color: rgb(27, 173, 248);
	background: rgba(27, 173, 248, 0.6);
	color: #1d6488;
}
.fc-time-grid-event.ev-event.ev-photo-1:hover {
	background: rgba(27, 173, 248, 0.85);
	color: #1d6488;
}
/* event Ludwig */
.fc-event.ev-event.ev-photo-2 {
	border-left-color: rgb(99, 218, 56);
	background: rgba(99, 218, 56, 0.6);
	color: #3f792b;
}
.fc-time-grid-event.ev-event.ev-photo-2:hover {
	background: rgba(99, 218, 56, 0.85);
	color: #3f792b;
}
/* event Michi */
.fc-event.ev-event.ev-photo-3 {
	border-left-color: rgb(75, 203, 119);
	background: rgba(75, 203, 119, 0.6);
	color: #347249;
}
.fc-time-grid-event.ev-event.ev-photo-3:hover {
	background: rgba(75, 203, 119, 0.85);
	color: #347249;
}
/* event Pascal */
.fc-event.ev-event.ev-photo-4 {
	border-left-color: rgb(51, 188, 185);
	background: rgba(51, 188, 185, 0.6);
	color: #276967;
}
.fc-time-grid-event.ev-event.ev-photo-4:hover {
	background: rgba(51, 188, 185, 0.85);
	color: #276967;
}

/* task fixed */
.fc-event.ev-task {
	border-left-color: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.6);
	color: #1f1f1f;
}
.fc-time-grid-event.ev-task:hover {
	background: rgba(51, 51, 51, 0.85);
	color: #1f1f1f;
}
.fc-event.ev-task.ev-priority {
	border-left-color: rgb(255, 0, 75);
	/*background: rgba(255, 0, 75, 0.6);*/
	/*color: #8a0f33;*/
	color: rgb(255, 0, 75);
}
.fc-time-grid-event.ev-task.ev-priority:hover {
	/*background: rgba(255, 0, 75, 0.85);*/
	/*color: #8a0f33;*/
	color: rgb(255, 0, 75);
}

/* task planned */
.fc-event.ev-task.ev-planned {
	border-left-color: rgb(194, 194, 194);
	background: rgba(194, 194, 194, 0.6);
	color: #747474;
}
.fc-time-grid-event.ev-task.ev-planned:hover {
	background: rgba(194, 194, 194, 0.85);
	color: #747474;
}
.fc-event.ev-task.ev-planned.ev-priority {
	border-left-color: rgb(255, 179, 201);
	/*background: rgba(255, 179, 201, 0.6);*/
	color: #946f7a;
}
.fc-time-grid-event.ev-task.ev-planned.ev-priority:hover {
	/*background: rgba(255, 179, 201, 0.85);*/
	color: #946f7a;
}

/* task special styles */
.fc-event.ev-task .fc-time {
	display: none;
}
.fc-event.ev-task .fc-meta {
	position: absolute;
	right: 0;
	/*bottom: 0; nicht bottom wegen overflowing element*/
	top: 100%;
	margin-top: -1.5em;
}
.fc-event .fa {
	font-size: 1.2em;
	margin-right: 2px;
	vertical-align: middle;
	opacity: 0.6;
}
.fc-event .fa.action {
	cursor: pointer;
}
.fc-event .fa.action:hover {
	opacity: 1;
}
.fc-toolbar .fc-right {
	position: relative;
}

.fc-bgevent .fc-bg-title {
	font-size: 0.7em;
	padding: 2px;
	cursor: default;
}
.fc-bgevent.fc-bg-special {
	opacity: 0.5;
}


/* === css table === */

.table-css {
	display: table;
}
.table .table-css.table {
	margin-bottom: 0;
}
.table .table-css.table.table-company {
	margin-top: 3em;
	background: #808080;
	color: #fff;
}
.table .table-css.table.table-project {
	background: #e8e8e8;
}
.table .table .bg-inactive {
	background: #f8f8f8;
}
.table-css .tr {
	display: table-row;
}
.table-css .tr .td {
	display: table-cell;
	padding: 3px 6px;
    line-height: 1.42857143;
    border-top: 1px solid #dddddd;
}
.table-css .tr.form-inline .td {
	padding: 0px 6px;
}
.table-css .tr .td:last-child {
	padding-right: 15px;
}
.table-css .caption {
	display: table-caption;
}
.table-css .form-group {
	min-width: 100%;
}
.table-css .input-group {
	min-width: 200px;
	max-width: 300px;
}
.table-css .form-control {
	padding: 3px 6px;
	height: 28px;
	width: 100%;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #eee;
}
/*.table-css > .tr.disabled {*/
.table-css > .tr.disabled input,
.table-css > .tr.disabled select,
.table-css > .tr.disabled button {
	opacity: 0.4;
}
.table-css > .tr .td:nth-of-type(1) {
	width: 100px;
}
.table-css.table-project > .tr .td:nth-of-type(1) {
	width: auto;
}
.table-css > .tr .td:nth-of-type(2) {
	width: 170px;
}
.table-css > .tr .td:nth-of-type(3) {
	/*width: 150px; auto fill*/
}
.table-css > .tr .td:nth-of-type(4) {
	width: 160px;
}
.table-css > .tr .td:nth-of-type(5) {
	width: 60px;
}
.table-css > .tr .td:nth-of-type(6) {
	width: 160px;
}

input[type=checkbox].checkbox-priority {
	visibility: hidden;
	width: 0;
	height: 0;
}
input[type=checkbox].checkbox-priority + span {
	cursor: pointer;
	padding: 0 5px;
}
input[type=checkbox].checkbox-priority + span:before {
	content: "\f071";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.2em;
	line-height: 1;
	vertical-align: middle;
	width: 1.3em;
	color: #cccccc;
}
input[type=checkbox].checkbox-priority:checked + span:before {
	content: "\f071";
	color: #a94442;
}
input[type="checkbox"][disabled].checkbox-priority + span:before,
input[type="checkbox"].disabled.checkbox-priority + span:before,
fieldset[disabled] input[type="checkbox"].checkbox-priority + span:before {
	color: #cccccc;
}


/* clock */
.worldclock {
	display: inline-block;
	line-height: 1;
	margin: -15px 0;
	vertical-align: middle;
	text-align: center;
}
.worldclock .time {
	font-size: 18px;
	line-height: 1.2;
}
.worldclock .timezone {
	font-size: 8px;
	letter-spacing: 0;
}


/* ===== fa-stack fa-sf-action ===== */
.fa-sf-action {
	font-size: 1.5em;
	vertical-align: middle;
}
.fa-sf-action.fa-stack {
	font-size: 0.75em;
}
.fa-sf-action .fa-stack-1x {
	font-size: 1.25em;
	margin: 0.5em 0 0 0.5em;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

/* ===== dir-... ===== */
.dir-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.dir-container.dir-viewmode-on .dir-editmode {
	display: none;
}
.dir-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background: rgba(240, 240, 240, 0.95);
	line-height: 50px;
	z-index: 1010;
}
.dir-title {
	padding-left: 15px;
}
.dir-title h4 {
	margin: 0;
	line-height: inherit;
	font-size: 16px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dir-actions {
	float: right;
	padding-right: 15px;
}
.dir-sidebar {
	float: left;
	width: 300px;
	max-width: 40%;
	height: 100%;
	padding: 50px 5px 15px 0px;
	background: #f8f8f8;
	overflow: auto;
	transform: translateZ(0); /* fix rendering bug */
}
.dir-content {
	height: 100%;
	overflow: auto;
	padding: 65px 15px 15px 15px;
}

/* ===== split-container ===== */
@media (min-width: 767px) {
	.split-container,
	.split-container > form {
		position: relative;
		height: 100%;
		padding: 0 !important;
		overflow: hidden;
	}
	.split-container-inner {
		position: relative;
		height: 100%;
		padding: 50px 0;
	}
	.split-container-inner > * {
		position: static;
		height: 100%;
		overflow: auto;
	}
	.split-container-header {
		position: absolute;
		left: 50%;
		top: 0;
		padding: 0 15px;
		width: 50%;
		height: 50px;
		border-bottom: 1px solid #f8f8f8;
	}
	.directory-list .split-container-header {
		left: 0;
	}
	.split-container-header h3 {
		margin: 5px 0 0 0;
	}
	.split-container-header h4 {
		margin: 0;
	}
	.split-container-footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		height: 50px;
		overflow: hidden;
		border-top: 1px solid #f8f8f8;
	}
}


/* ===== jstreee ===== */
/*.jstree-container-ul > li > .jstree-icon {
	display: none;
}
.jstree-container-ul > li > .jstree-children > .jstree-node {
	margin-left: 0;
}
.jstree-anchor.inactive {
	opacity: 0.2;
}
.jstree-default .jstree-icon:empty {
	width: 20px;
}
.jstree-default .jstree-clicked {
	background: rgba(59, 93, 129, 0.3);
}*/
#jstree {
	line-height: 1.8em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#jstree ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
#jstree ul ul {
	margin: 0 0 0 1.5em;
}
#jstree li {
	position: relative;
	white-space: nowrap;
	border-left: 1px dotted #808080;
}
#jstree li:last-of-type {
	border-left-color: transparent;
}
#jstree li:first-of-type {
	margin-top: -0.5em;
	padding-top: 0.5em;
}
#jstree li:first-of-type:after {
	margin-top: 0.5em;
}
#jstree li:first-of-type:last-of-type {
	margin-top: 0;
	padding-top: 0;
}
#jstree li:first-of-type:last-of-type:before {
	height: 1.4em;
	line-height: 2.8em;
	margin-top: -0.5em;
}
#jstree li:first-of-type:last-of-type:after {
	margin-top: 0;
}
#jstree li:before {
	content: "\f114";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 1em;
	height: 0.9em;
	padding: 0 0 0 1em;
	margin: 0 1.5em 0 0;
}
#jstree li.active:before {
	content: "\f07b";
}
#jstree ul ul li:before {
	border-bottom: 1px dotted #808080;
}
#jstree ul ul li:last-of-type:before {
	border-left: 1px dotted #808080;
	margin-left: -1px;
	padding-right: 1px;
}
#jstree .empty > a {
	color: #808080;
}
#jstree .inactive {
	opacity: 0.5;
}
#jstree ul ul li[aria-expanded]:after {
	content: "\f0da";
	display: block;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	left: -1px;
	top: 1px;
	transform-origin: left;
}
#jstree ul ul li[aria-expanded=true]:after {
	transform: rotate(90deg);
	top: 0px;
}
#jstree li[aria-expanded=true]:before {
	content: "\f115";
}
#jstree li[aria-expanded=true].active:before {
	content: "\f07c";
}
#jstree [aria-expanded=false] > ul {
	max-height: 0em;
	overflow: hidden;
}
#jstree [aria-selected] > span {
	cursor: pointer;
}
#jstree [aria-selected=true] > span,
#jstree [aria-selected=true] > a {
	background: rgba(0, 89, 161, 0.5);
	color: #fff;
	padding: 2px 5px;
	margin: -2px -5px;
	border-radius: 3px;
}

/* ===== alerts ===== */
.alert {
	margin-bottom: 15px;
}

@media (min-width: 767px) {

	#uiview > div.alerts {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 600px;
		max-height: 100%;
		overflow: auto;
		padding: 65px 15px 0 0;
		z-index: 1039;
		opacity: 0.9;
	}

}

table.summary {
	margin-bottom: 0;
	margin-right: 60px;
}
table.summary td.ico {
	/*width: 20px;*/
	padding-left: 15px;
}
table.summary td.cont{
	width: 60px;
	text-align: right;
	padding-right: 5px;
}

table.summary td.ico, table.summary td.cont {
    padding-bottom: 2px;
    padding-top: 2px;
}