/* Report */

#report_list .main {
	width: 72%;
}
#report_pane {
	position: relative;
	padding: 4.5em 6em 10em 6em;
	border: solid 1px #eee;
	background: #fafafa;
	background: #fff;
}
#report_pane h3.title {
	position: relative;
	margin-bottom: 2em;
}
#report_pane h3.title::before {
	display: none;
}
.report_event #report_pane h3.title {
	position: absolute;
	top: 27px;
	left: 27px;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	padding-left: 40px;
}
.report_event #report_pane h3.title::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_report.png) no-repeat center / 100%;
	border: none;
	border-radius: 0;
}
#report_pane h3.title .label {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.35em 0.5em 0.3em 0.5em;
	font-size: 0.65em;
	border: solid 2px #009ea1;
	border-radius: 3px;
	line-height: 1em;
	vertical-align: middle;
}
#report_category_mobile,
#report_list .side .nice-select {
	display: none !important;
}

.report_section {
	margin-bottom: 2em;
}


/* Single */

#report_heading .post_updated {
	display: inline-block;
	margin-right: 1em;
}
.report_fund_projects {
	display: inline-block;
	list-style: none;
}
.report_fund_projects li {
	display: inline-block;
	padding: 0.5em 0.8em;
	font-size: 0.9em;
	line-height: 1.4em;
	border: solid 1px #009ea1;
	border-radius: 5px;
}
.report_fund_projects li:not(:last-of-type) {
	margin-right: 1em;
}
#report_pane table {
	width: 100%;
	background: #fff;
	counter-reset: number 0;
}
#report_pane td,
#report_pane th {
	padding: 0.65rem 1rem;
}
#report_pane tbody td,
#report_pane tbody th {
	padding: 0.65rem 1rem;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-collapse: collapse;
}
#report_pane tbody th {
	width: 70%;
	font-weight: 400;
	background: #fafafa;
}
#report_pane tbody th::before {
	counter-increment: number 1;
	content: counter(number) '. ';
}
#report_pane tbody td {
	width: 30%;
	font-weight: 500;
	font-size: 1.1em;
	text-align: right;
}
#report_pane .num {
	display: inline-block;
	margin-right: 0.75em;
	font-size: 1em;
	font-weight: 500;
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0;
	color: #009ea1;
	border-radius: 50%;
	border: solid 2px #009ea1;
	background: #fff;
}
#report_pane tfoot th,
#report_pane tfoot td {
	border: none;
}
#report_pane tfoot td {
	font-weight: 500;
	font-size: 1.45em;
	text-align: right;
}
#report_pane tfoot .label {
	margin-right: 1em;
	font-size: 0.65em;
}
#report_pane tfoot .num {
	display: inline-block;
	margin-right: 0.75em;
	font-size: 1rem;
	font-weight: 500;
	width: 26px;
	height: 26px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0;
	color: #009ea1;
	border-radius: 50%;
	border: solid 2px #009ea1;
	background: #fff;
}
#report_carryover_total .num {
	margin: 0 0.25em;
	font-size: 1rem;
}
#report_carryover_total .calc {
	margin-right: 1rem;
	color: #009ea1;
}
#report_carryover {
	margin-top: 2.5em;
	padding-top: 1.5em;
	border-top: solid 2px #000;
}
#report_carryover h4 {
	float: left;
}
#report_carryover_total {
	float: right;
	padding-right: 1rem;
	font-size: 1.45em;
	font-weight: 500;
}
#report_carryover_total .label {
	margin-right: 1em;
	font-size: 0.65em;
}
#report_print {
	position: absolute;
	right: 27px;
	top: 27px;
	width: 27px;
	height: 27px;
	opacity: 0.2;
	cursor: pointer;
}
#report_print img {
	width: 100% !important;
}
#report_org {
	display: none;
	position: absolute;
	left: 27px;
	bottom: 27px;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}
#report_logo {
	position: absolute;
	right: 35px;
	bottom: 27px;
	width: 60px;
	opacity: 0.2;
}
#report_logo img {
	width: 100%;
}

.article_pane:not(:last-of-type) {
	margin-bottom: 2em;
}

#report_list .main {
	float: left;
}
#report_list .side {
	position: sticky;
	top: 150px;
	float: right;
}
#report_category {
	padding-left: 3em;
	border-left: solid 2px #eee;
}
.report_category_button {
	margin-bottom: 1.25em;
	border-radius: 8px;
	font-size: 0.95em;
	text-align: center;
	text-align: left;
}
.report_category_button a {
	position: relative;
	display: block;
	padding: 0.5em 1em;
	padding: 0.5em 1em 0.5em 2.5em;
	color: #fff !important;
	border: 2px solid #fb4491;
	border-radius: 9px;
	text-decoration: none !important;
	background: #ddd;
}
.report_category_button a::before {
	position: absolute;
	left: 15px;
	top: 50%;
	content: '';
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(-90deg);
	mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
	mask-image: url('../images/common/icon_down.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
	-webkit-mask-image: url('../images/common/icon_down.png');
}
#report_category_fund a {
	background-color: #fb4491;
}
#report_category_event a {
	color: #fb4491 !important;
	background-color: #fff;
}
#report_category_fund a::before {
	background-color: #fff;
}
#report_category_event a::before {
	background-color: #fb4491;
}
#report_category_all {
	margin-top: 2em;
}

#report_image_main {
	margin-bottom: 2.5em;
}

#report_resource {
	display: inline-block;
	display: block;
	margin-top: 5em;
	padding-top: 3em;
	border-top: 1px solid #eee;
}
#report_resource li {
	display: inline-block;
	margin-bottom: 0.8em;
	margin-right: 0.5em;
	list-style: none;
}
#report_resource a {
	display: block;
	padding: 1em 1.5em 1em 3em;
	text-decoration: none;
	color: #009ea1 !important;
	font-weight: 500;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
}
.report_attachment a {
	border: 1px solid #dfefeb;
	background: #dfefeb url(../images/common/icon_attachment.png) no-repeat left 0.75em center / 24px;
}
.report_related a {
	border: 1px solid #009ea1;
	background: #fff url(../images/common/icon_related.png) no-repeat left 0.75em center / 24px;
}
#report_resource a:hover {
	transform: scale(0.95);
	transition: all 200ms ease-in-out;
}
#report_resource p {
	margin-bottom: 0;
}
.expenditure_project {
	display: inline-block;
	margin-left: 1em;
	padding: 0.35em 0.5em 0.25em 0.5em;
	font-size: 0.75em;
	color: #009ea1;
	letter-spacing: 0;
	line-height: 1em;
	border: solid 1px #009ea1;
	border-radius: 3px;
}
