main {display: flex; padding-bottom: 0;flex: 1 1 auto;}
/*main:before {content:"";position: absolute;background-image:url(../images/logo_part_1.svg);background-repeat: no-repeat;background-size: auto 90%;background-position: 125% center;top:0;left:0;bottom: 0;right:0;opacity: 0.2; z-index: -1}*/
/*position: sticky; top: 10px;*/
main aside {width: 23vw; margin-right: 10px;}
main aside .hide_area {display: none; opacity: 0; visibility: hidden;}
main aside form {width: 100%; display: flex; flex-direction: column; height: 100%}
main aside figure {display: flex; flex-direction: column;flex:0 0 auto;}
main aside figure .visibility {display: none}

main aside figure {position: relative; border: 1px solid #e1e1e1; border-bottom: 0}
main aside figure:nth-last-child(2) {border-bottom: 1px solid #e1e1e1}
main aside figure#report_export {margin-bottom: 70px}
main aside figure .figure_header {display: flex; align-items: center; -webkit-align-items: center; cursor: pointer; padding: 15px 10px 15px 20px; position: sticky; top: 0;bottom: 50px;background: rgba(245, 245, 245, 0.2); z-index: 9;}
main aside figure .figure_header span {text-transform: uppercase;font-weight: 300;font-size: 15px}
main aside figure .figure_header:after {content: 'expand_more'; font-family: mticon; margin-left: auto; font-size: 14px}
main aside figure .figure_content {display: none;flex-direction: column; line-height: 1.5em; padding: 15px; color: #343434;}

main aside figure .visibility:checked ~ .figure_header {background: #f5f5f5;border-bottom: 1px solid #e1e1e1;}
main aside figure .visibility:checked ~ .figure_header span {font-weight: 400}
main aside figure .visibility:checked ~ .figure_header:after {content: 'expand_less'}
main aside figure .visibility:checked ~ .figure_content {display: flex;}

main aside figure .figure_content ul.checklist {display: flex; flex-direction: row; width: 100%}
main aside figure .figure_content ul.checklist li {display: flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center;flex:1 1 auto; overflow: hidden;}
main aside figure .figure_content ul.checklist li:first-of-type label {/*border-radius: 20px 0 0 20px*/;border-left: 1px solid #e1e1e1;}
main aside figure .figure_content ul.checklist li:last-of-type label {/*border-radius: 0 20px 20px 0*/ ;border-right: 1px solid #e1e1e1;}
main aside figure .figure_content ul.checklist li:not(:last-of-type) label {border-right: 1px solid #e1e1e1}
main aside figure .figure_content ul.checklist li input {display: none;}
main aside figure .figure_content ul.checklist li label {display: flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center; flex: 1 1 auto;cursor: pointer; border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1; padding: 7px 0}
main aside figure .figure_content ul.checklist li i {font-size: 18px; margin-right: 5px}
main aside figure .figure_content ul.checklist li input:disabled ~ label {cursor: default;}
main aside figure .figure_content ul.checklist li input:disabled ~ label * {opacity: 0.4}
main aside figure .figure_content ul.checklist li input:checked ~ label {background: #4285a9; color: #fff; border: 0}
main aside figure .figure_content ul.checklist li input:checked ~ label i {color: #fff}
main aside figure .figure_content ul.checklist li label[for=mode_data] i {color: #2a9283}
main aside figure .figure_content ul.checklist li label[for=mode_rank] i {color: #0e7851}
main aside figure .figure_content ul.checklist li label[for=mode_share] i {color: #42a9b3}
main aside figure .figure_content ul.checklist li label[for=indicator_regular] i {color: #9e1c2a}
main aside figure .figure_content ul.checklist li label[for=indicator_cumulative] i {color: #c61e53}
main aside figure .figure_content ul.checklist li label[for=indicator_growth] i {color: #f37024}


main aside figure .figure_content .selectric {border: 1px solid #e1e1e1;background: #ffffff;}
main aside figure .figure_content .selectric .label {color: initial; height: 35px}
main aside figure .figure_content .selectric .button {width:35px;height: 35px}

main aside figure .figure_content input[type=checkbox], 
main aside figure .figure_content input[type=radio] {opacity: 0; z-index: 2; width: 0; height: 0; order: 3;display: none}
main aside figure .figure_content .input {position: relative;display: inline-flex;vertical-align: middle;cursor: pointer; z-index: 1; margin: 8px}
main aside figure .figure_content input[type=checkbox] + label .input:before, 
main aside figure .figure_content input[type=radio] + label .input:before { content: ''; background: #fff; border: 1px solid #ddd; display: inline-block; vertical-align: middle; width: 10px; height: 10px; padding: 0px; text-align: center; }
main aside figure .figure_content input[type=checkbox]:checked + label .input:before,
main aside figure .figure_content input[type=radio]:checked + label .input:before { background: #52A3C9; border-color: #fff; }
main aside figure .figure_content input[type=radio] + label .input:before { border-radius: 50%; }

main aside figure .figure_content .not_found {flex-direction: column;display: flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;line-height: 2em;height: 80px; display: none;}

main aside figure#submit {position: sticky; bottom: 0; background: #fff; border-bottom: 1px solid #e1e1e1; margin-top: -1px; z-index: 10; box-shadow: 0 -7px 27px -9px rgba(0,0,0,0.2);margin-top: auto; width: 23vw}
main aside figure#submit .figure_content {display: flex;flex-direction: row;justify-content: space-around;-webkit-justify-content: space-around; align-items: center; -webkit-align-items: center;}
main aside figure#submit .figure_content input {text-transform: uppercase;border: 2px solid #000;border-radius: 25px;display: flex;height: 35px;width: 120px;justify-content: center;-webkit-justify-content: center;align-items: center; -webkit-align-items: center; background: #fff}

main aside figure#indicator_type .figure_content {flex-direction: row;}

main aside figure.multiselect .figure_content {padding: 10px}
main aside figure.multiselect .figure_content label {display: flex;align-items: center;-webkit-align-items: center; order: 3; margin-bottom: 3px; flex: 0 0 auto;}
main aside figure.multiselect .figure_content label span:last-of-type {padding: 3px 0}
main aside figure.multiselect .figure_content label img {margin-right: 5px}
main aside figure.multiselect .figure_content #multiselect_filter {margin: -10px;margin-bottom: 10px;display: flex; border-bottom: 1px solid #e1e1e1;position: sticky;top: 45px;z-index: 10;background: #fbfbfb;}
main aside figure.multiselect .figure_content #multiselect_filter input {flex: 1 1 auto;padding: 10px;border: 0; margin-left: 40px; padding-left: 0; height: 40px; background: transparent;}
main aside figure.multiselect .figure_content #multiselect_filter .clear_input_value {position: absolute;top: 15px;right: 12px;font-size: 11px; cursor: pointer; display: none;}
main aside figure.multiselect .figure_content .mark_all_overlay {background: white;position: absolute;top: 90px;bottom: 1px;left: 1px;right: 1px;z-index: 6;opacity: .7; display: none;}
main aside figure.multiselect .figure_content [for=mark_all] {margin-bottom: 10px;height: 40px;width: 40px;margin-left: -10px;display: flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;cursor: pointer; position: absolute; top: 45px; z-index: 10; order: 1; background: transparent;}
main aside figure.multiselect .figure_content [for=mark_all] span {margin:0;}
main aside figure.multiselect .figure_content #mark_all:checked ~ label .input:before { background: #000; border-color: #fff;}
main aside figure.multiselect .figure_content #mark_all:checked ~ label {order: 2 !important;}
main aside figure.multiselect .figure_content #mark_all:checked ~ .mark_all_overlay {display: block;}
main aside figure.multiselect .figure_content #multiselect_list {display: flex;flex-direction: column;max-height: 340px;overflow: auto;}

main aside figure.multiselect .figure_content #multiselect_list::-moz-scrollbar {height: 8px;width: 8px;background: #eff1f0;}
main aside figure.multiselect .figure_content #multiselect_list::-moz-scrollbar-thumb {background: #4285a9;}
main aside figure.multiselect .figure_content #multiselect_list::-moz-scrollbar-corner {background: #4285a9;}

main aside figure.multiselect .figure_content #multiselect_list::-webkit-scrollbar {height: 8px;width: 8px;background: #eff1f0;}
main aside figure.multiselect .figure_content #multiselect_list::-webkit-scrollbar-thumb {background: #4285a9;}
main aside figure.multiselect .figure_content #multiselect_list::-webkit-scrollbar-corner {background: #4285a9;}
main aside figure.multiselect .figure_content #multiselect_list .item_marker:checked + label { font-weight: 400; background: beige;}


main aside figure#report_export .figure_content a {display: flex; color: #0e7851}
main aside figure#report_export .figure_content a img {margin-right: 10px}

main section {display: flex; flex: 1 1 auto; flex-direction: column;}
main section .section_header {position: sticky; top: 0; background: #fff; display: flex; z-index: 4; padding: 13px 0; flex: 0 0 auto;}
main section .section_header h1 {font-weight: 300;font-size: 20px;display: flex;align-items: center;-webkit-align-items: center;color: #4285a9; flex: 1 1 auto;}
main section .section_header #count_per_page {flex: 0 0 auto; width: 130px; display: flex; align-items: center; -webkit-align-items: center; justify-content: space-between;-webkit-justify-content: space-between;}
main section .section_header #count_per_page > span {font-size: 13px}
main section .section_header #count_per_page select {opacity: 0}
main section .section_header #count_per_page .selectric {border: 0; background: #fff; display: flex; align-items: center; -webkit-align-items: center;}
main section .section_header #count_per_page .selectric:after {content: 'unfold_more'; font-family: mticon; font-size: 15px}
main section .section_header #count_per_page .selectric-items {width: 200px !important;right: 0;left: initial;top: -7px;z-index: 10;}
main section .section_header #count_per_page .selectric-items ul {display: flex;}
main section .section_header #count_per_page .selectric-items li {flex: 1 1 auto; width: 40px}
main section .section_header #count_per_page .label {margin: 0; width: 25px; height: 25px; display: flex; justify-content: center; -webkit-justify-content: center; align-items: center; -webkit-align-items: center; flex: 1 1 auto;}
main section .section_header #count_per_page .button {display: none;}

main section table {border:0 !important; display: flex; flex-direction: column; flex: 1 1 auto;}
main section table thead {display: flex; flex: 0 0 auto; margin-bottom: 3px; position: sticky; top: 51px}
main section table thead tr {display: flex; flex: 1 1 auto;}
main section table thead tr th {border: 0; background-color: #eff1f0; color: #8f9693; display: flex; flex: 0 0 auto; justify-content: center;-webkit-justify-content: center; align-items: center; -webkit-align-items: center; padding:15px 5px}
main section table thead tr th.title {flex: 1 1 auto;}
main section table thead tr th:nth-child(1) {border-left: 1px solid #e2e2e2;}
main section table thead tr th:nth-last-child(1) {border-right: 1px solid #e2e2e2;}
main section table thead tr th:not(.title):not(.chart) {max-width: 60px; flex-basis: 60px}
main section table thead tr th.chart {width: 45px;}
main section table thead tr th.sort {cursor: pointer;}
main section table thead tr th.is_sorted {color: #000; font-weight: bold}
main section table thead tr th.is_sorted:after {content: 'arrow_drop_down'; font-family: mticon; margin-right: auto; font-size: 13px}
main section table thead tr th.is_sorted[sortorder=asc]:after {content: 'arrow_drop_up'}

main section table tfoot {display: flex; flex: 0 1 auto; bottom: 0; position: sticky;box-shadow: 0 -7px 27px -9px rgba(0,0,0,0.2); margin-top: auto; right: 10px;left: calc(23vw + 20px); min-height: 67px}
main section table tfoot tr {display: flex; flex: 1 1 auto;}
main section table tfoot tr td {border: 0; background-color: #fff; color: #8f9693; display: flex; flex: 0 0 auto; justify-content: center;-webkit-justify-content: center; align-items: center; -webkit-align-items: center; padding: 20px 5px 21px;}
main section table tfoot tr td.title {flex: 1 1 auto;}
main section table tfoot tr td:nth-child(1) {border-left: 1px solid #e2e2e2;}
main section table tfoot tr td:nth-last-child(1) {border-right: 1px solid #e2e2e2;}
main section table tfoot tr td:not(.title):not(.chart) {max-width: 60px; flex-basis: 60px}
main section table tfoot tr td.chart {width: 45px; }
main section table tfoot tr td.col_chart .generate_chart {font-size: 18px; color: rgb(65, 181, 180);cursor: pointer;}
main section table tfoot tr td.col_chart .generate_chart:hover {color: #000 !important;}

main section table tfoot tr td .pagination {padding: 0; display: flex; justify-content: center; -webkit-justify-content: center;}
main section table tfoot tr td .pagination span:hover {background-color:transparent !important;color: initial !important;}
main section table tfoot tr td .pagination span.disable {color: initial !important; opacity: 0.2; cursor: default;}
main section table tfoot tr td .pagination span.current {background:transparent;color: #4285a9; font-weight: bold;}
main section table tfoot tr td .pagination span {display: flex;}
main section table tfoot tr td .pagination span a {padding: 3px 8px; display: flex;}
main section table tfoot tr td .pagination span.next_btn a,
main section table tfoot tr td .pagination span.prev_btn a {padding: 0px 25px; display: flex; align-items: center; -webkit-align-items: center;}
main section table tfoot tr td .pagination span i {font-size: 15px; padding: 0 5px}

main section table tbody {color: #343434; display: flex; flex-direction: column; flex : 1 1 auto;}
main section table tbody tr {display: flex; flex: 0 0 auto; margin-bottom: 3px; }
main section table tbody tr.selected {background: #4285a9; color: #fff;position: sticky;top: 95px;bottom: 67px}
main section table tbody tr.selected td {border-color: #4285a9 !important; font-weight: bold;}
main section table tbody tr.selected .chart {color: #FFEB3B}
main section table tbody tr td {border: 0; display: flex; align-items: center; flex: 0 0 auto; align-items: center; -webkit-align-items: center; padding: 13px 0}
main section table tbody tr td [mticon] {font-size: 18px}
main section table tbody tr td:nth-child(1) {border-left: 1px solid #eaeaea;}
main section table tbody tr td:nth-last-child(1) {border-right: 1px solid #eaeaea;}
main section table tbody tr td.title {flex: 1 1 auto; line-height: normal;}
main section table tbody tr td.chart {width: 45px; color: rgb(210, 78, 13); cursor: pointer;}
main section table tbody tr td:not(.title):not(.chart) {max-width: 60px; flex-basis: 60px;}
main section table tbody tr td:not(.title) {justify-content: center; -webkit-justify-content: center;}
main section table tbody tr:last-of-type {margin-bottom: 70px}

main section table td {border-top: 1px solid #eaeaea !important; border-bottom: 1px solid #eaeaea !important;}
main section table th {border-top: 1px solid #e2e2e2 !important; border-bottom: 1px solid #e2e2e2 !important; background: #F1F1F1}

main section table tbody:not(.nohover) tr:not(.selected):hover td {border-color: #000 !important; color: #353535 !important }
main section table tbody:not(.nohover) tr.selected:hover td {border-color: #2b6381 !important}

main chart {position: fixed;top: 10px;left: 10px;right: 10px;bottom: 10px;background: rgba(255, 255, 255, 0.95);z-index: 1000;display: none;border: 1px solid #e1e1e1;box-shadow: 0px 0px 0px 1000px #fff; flex-direction: column;}
main chart.show {display: flex}
main chart header {height: 70px;display: flex;padding: 0 30px;flex-direction: column;flex: 0 0 auto;}
main chart header h2 {font-weight: 300;font-size: 20px;height: 50px;display: flex;align-items: center;-webkit-align-items: center;color: #4285a9; flex: 1 1 auto;}
main chart header #close {position: absolute;right: 30px;display: flex; top: 30px; align-items: center;-webkit-align-items: center; cursor: pointer;}
main chart header #close i {border: 2px solid #000;border-radius: 15px;font-size: 16px;width: 30px;height: 30px;display: flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center; margin-left: 10px}
main chart article {flex:1 1 auto; margin-top: 20px; display: flex; overflow: auto}
main chart article .area {flex:1 1 auto;}


.hide {display: none;}

#header_nav {border: 0; padding: 0; margin-top: 0;}
#header_nav a{color:inherit !important;}
#header_nav div > ul li a svg{fill:#424242 !important;}
#wrapper_report{width:100%;margin:auto;background-color: #fff;}
#header_report {border-bottom:1px solid #e1e1e1;padding:10px 20px;background-color: #f9f9f9}

#header_report #header_right{text-align:right;font-size:8pt; float: right;  padding: 15px 0 0 }
#header_report #header_right ul.account { display: inline-block; margin-bottom: 8px}
#header_report #header_right ul.account li{display: inline;padding: 0 15px}
#header_report #header_right ul.account li#username {font-family: 'Noto Sans' , arial;background-color: #fff;color: #3999BB;padding: 2px 9px;}
#header_report #header_right ul.account li:last-child{border-left:1px solid #424242;padding-right:10px !important;}
#header_report #header_right ul.account li:first-child i {font-size: 12pt;margin-top:-3px;margin-right:2px;}
#header_report #header_right .main_menu > li > ul{position: absolute;min-width: 200px;background-color: #3999BB;margin-top: 7px;margin-left: -10px;z-index: 1000;}
#header_report #header_right .main_menu > li > ul > li{padding: 7px 15px !important;display: list-item;}
#header_report #header_right .main_menu > li > ul > li:hover{background-color: #487da0;}
#header_report #header_right .main_menu > li > ul{display: none;border-top:1px solid #3299BB;text-align: left}
#header_report #header_right .main_menu li{display: inline-block;padding:7px 10px;}
#header_report #header_right .main_menu li:hover{background-color: #487da0;-webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.25);-moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.25);box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.25);}
#header_report #header_left{ text-align: left;}
#header_report #header_left img{width:150px;}

.sticky_bottom_item {display: none !important;}

.wrapper{padding:15px 10px; position: relative; flex-direction: row;}
.wrapper #content_main_report {display: block; margin-right: 15px; overflow: hidden; flex: 7;}
.wrapper #content_main_report.full {margin-left: 10px; -webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.wrapper #content_main_report .section .title,
.wrapper #content_side_report .section .title{border-bottom:2px solid;margin-bottom:5px;}
.wrapper #content_main_report .section .title .label,
.wrapper #content_side_report .section .title .label{padding:0 10px 10px 15px;;color:#fff;display: inline-block;font-family: 'Roboto' , arial;font-size:13pt; text-transform: uppercase;}
.wrapper #content_main_report .section .title .option,
.wrapper #content_side_report .section .title .option {float: right;}
.wrapper #content_main_report #main_report #report_body {overflow-x: auto; overflow-y:hidden;}
.wrapper #content_main_report table{margin:1px;width: 99.9%; border-top: 1px solid #dadada; border-left: 1px solid #dadada}
.wrapper #content_main_report th,.wrapper #content_main_report td {padding:7px; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada}
.wrapper #content_main_report th{background-color: #f9f9f9;font-style: italic; font-weight: bold;}
.wrapper #content_main_report th[aria-sort]:not(.sorter-false) {cursor: pointer;}
.wrapper #content_main_report th[aria-sort=none]:not(.sorter-false):before {content: 'unfold_more'; font-family: 'mticon'; float: right; font-size: 12px;line-height: 10px;font-style: normal;}
.wrapper #content_main_report th[aria-sort=descending]:before {content: 'expand_more'; font-family: 'mticon'; float: right; font-size: 12px;line-height: 10px;font-style: normal;}
.wrapper #content_main_report th[aria-sort=ascending]:before {content: 'expand_less'; font-family: 'mticon'; float: right; font-size: 12px;line-height: 10px;font-style: normal; }
.wrapper #content_main_report th[aria-sort=descending],
.wrapper #content_main_report th[aria-sort=ascending] {background: #cd5c50; color: #fff}
.wrapper #content_main_report tr:hover td {background: #D7F0F8}
.wrapper #content_main_report tr.selected td {background: #c84242 !important;color: #fff;}
.wrapper #content_main_report tr.selected td i {color: #fff;}
.wrapper #content_main_report tr.selected:hover td {background: #A82B2B !important}
.wrapper #content_main_report td .info_icon {cursor: pointer;font-size: 18px;float: left;background: #D5B200;display: inline-block;padding: 6px 5px;color: #FFFFFF;margin-right: -2px;padding-right: 6px;line-height: 0.6em}
.wrapper #content_main_report .category {background-color: #f9f9f9;}
.wrapper #content_main_report .chart_cell {text-align: center; cursor: pointer;}
.wrapper #content_main_report .chart_cell i {font-size: 20px; margin: 0; color: #c84242; line-height: 80%}
.wrapper #content_main_report #non_standard_report tbody td img,
.wrapper #content_main_report #standard_report tbody td img {margin-right: 5px;margin-bottom: -4px;}
.wrapper #content_main_report #non_standard_report tfoot td,
.wrapper #content_main_report #standard_report tfoot td {background-color: #f9f9f9; padding: 10px; text-align: center;}
.wrapper #content_main_report #non_standard_report tfoot td i,
.wrapper #content_main_report #standard_report tfoot td i {color: #369284; line-height: 80%}
.wrapper #content_main_report #non_standard_report .data{display: flex;flex-direction: column-reverse;}
.wrapper #content_main_report #non_standard_report .data div{display: flex;margin:1px 0;}
.wrapper #content_main_report #non_standard_report .single_data {vertical-align: top;cursor: pointer;white-space: nowrap;margin-bottom: 5px; display: block;position:relative;}
.wrapper #content_main_report #non_standard_report .single_data:last-of-type {margin-bottom: 0}
.wrapper #content_main_report #non_standard_report .single_data .data_span {background-color: #1f2124;padding:5px 7px;color: #fff;display: inline-block; position: relative;-webkit-transition: all .1s ease-out;-moz-transition: all .1s ease-out;-o-transition: all .1s ease-out;transition: all .1s ease-out;}
.wrapper #content_main_report #non_standard_report .single_data .arrow {position: absolute;font-size: 15px;top: 3.5px;right: -16px;color: #fff;}
.wrapper #content_main_report #non_standard_report .single_data .data_date {background-color: #39B6A6;color: #fff;padding: 5px 7px;margin-left: -4px;display: inline-block;padding-left: 20px;}
.wrapper #content_main_report #non_standard_report .single_data.selected .data_span {background-color: #655f8f;}
.wrapper #content_main_report #non_standard_report .single_data.selected .arrow {color: #655f8f}
.wrapper #content_main_report #non_standard_report .single_data.selected .data_date {background-color: #F86565}
.wrapper #content_main_report #source_body {}
.wrapper #content_main_report #source_body li {padding: 6px;background-color: #f5f5f5;margin-bottom: 3px;cursor: pointer;}
.wrapper #content_main_report #source_body li.selected {background: #655f8f; color: #fff;}
.wrapper #content_main_report #main_chart #chart_selected {border-bottom: 1px solid #e1e1e1; display: block;}
.wrapper #content_main_report #main_chart #chart_selected li {display: inline-block; padding: 8px; border-radius: 4px; margin-bottom: 5px; cursor: pointer; padding-top: 6px; margin-right: 5px; border: 1px solid #ddd;background: #ffffff;background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );}
.wrapper #content_main_report #main_chart #chart_selected li img {margin-right: 5px;margin-bottom: -4px;}
.wrapper #content_main_report #main_chart #chart_selected li i {margin-right: 0;margin-left: 10px;font-size: 27px;vertical-align: middle;}
.wrapper #content_main_report #main_chart #chart_container {width: 100%}

.wrapper #content_side_report {flex: 2.5;margin-right: 2%; -webkit-transition: all .0s ease-out;-moz-transition: all .0s ease-out;-o-transition: all .0s ease-out;transition: all .0s ease-out;/* position: sticky;align-self: flex-start;-webkit-align-self: flex-start;top: 150px; */}
.wrapper #content_side_report > div { border-top-color: #fff; background: #fff}
.wrapper #content_side_report .block .header {display: block;padding: 10px; cursor: pointer;border-top:1px solid #e1e1e1;}
.wrapper #content_side_report .block .header[disabled] {color: rgb(156, 156, 156)}
.wrapper #content_side_report .block .header[disabled] .disabled_block {margin-left: 5px;font-size: 7pt; color: rgb(178, 141, 141);}
.wrapper #content_side_report .header .title {font-size:8pt;}
.wrapper #content_side_report .header .option {float: right;}
.wrapper #content_side_report .header .option i {font-size: 11pt;line-height: 100%;}
.wrapper #content_side_report .header .option i.open:before {content: '\e316'}
.wrapper #content_side_report .header .option i.close:before {content: '\e313'}
.wrapper #content_side_report #toolbox_header {border-top-color: #dadada; font-weight: bold;padding: 10px;}
.wrapper #content_side_report #toolbox_header a {width: 15px; }
.wrapper #content_side_report #toolbox_header i {font-size: 14px; line-height: 100%}
.wrapper #content_side_report .content {padding: 10px}
.wrapper #content_side_report .content[status=close] {display: none !important}
.wrapper #content_side_report .content[status=open] {display: block;}
.wrapper #content_side_report #report_info .content .const { margin-top: 5px;   line-height: 140%}
.wrapper #content_side_report #report_info .content .const span {display: block; margin-bottom: 5px}
.wrapper #content_side_report #report_info .content .const span.indicator_title {color: #3299BB;cursor: pointer;}
.wrapper #content_side_report #report_info .content .const a {color: #3299BB}
.wrapper #content_side_report #chart_type .content a,
.wrapper #content_side_report #report_type .content a,
.wrapper #content_side_report #report_mode .content a,
.wrapper #content_side_report #report_indicator_type .content a {flex-grow:1;text-align: center;padding: 8px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;background: #ffffff;background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );}
.wrapper #content_side_report #chart_type .content > a:first-child,
.wrapper #content_side_report #report_type .content > a:first-child,
.wrapper #content_side_report #report_mode .content > a:first-child,
.wrapper #content_side_report #report_indicator_type .content > a:first-child {border-left: 1px solid #ddd; }
.wrapper #content_side_report #chart_type .content a:last-of-type,
.wrapper #content_side_report #report_type .content a:last-of-type,
.wrapper #content_side_report #report_mode .content a:last-of-type,
.wrapper #content_side_report #report_indicator_type .content a:last-of-type {border-right: 1px solid #ddd; }
.wrapper #content_side_report #chart_type .content a i,
.wrapper #content_side_report #report_type .content a i,
.wrapper #content_side_report #report_mode .content a i,
.wrapper #content_side_report #report_indicator_type .content a i {font-size: 15px;vertical-align: bottom;display: inline-block;line-height: 80%;}


.wrapper #content_side_report #chart_type .content[status=open],
.wrapper #content_side_report #report_type .content[status=open],
.wrapper #content_side_report #report_mode .content[status=open],
.wrapper #content_side_report #report_indicator_type .content[status=open]{display: flex !important;}
.wrapper #content_side_report #chart_type .content a.selected,
.wrapper #content_side_report #report_type .content a.selected,
.wrapper #content_side_report #report_mode .content a.selected,
.wrapper #content_side_report #report_indicator_type .content a.selected {color: #fff; border:none !important;padding-top: 9px;background: #39B6A6;background: -moz-linear-gradient(top,  #39B6A6 0%, #38A89A 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39B6A6), color-stop(100%,#38A89A));background: -webkit-linear-gradient(top,  #39B6A6 0%,#38A89A 100%);background: -o-linear-gradient(top,  #39B6A6 0%,#38A89A 100%);background: -ms-linear-gradient(top,  #39B6A6 0%,#38A89A 100%);background: linear-gradient(to bottom,  #39B6A6 0%,#38A89A 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39B6A6', endColorstr='#38A89A',GradientType=0 );}
.wrapper #content_side_report #chart_type .content a.disabled,
.wrapper #content_side_report #report_type .content a.disabled,
.wrapper #content_side_report #report_mode .content a.disabled,
.wrapper #content_side_report #report_indicator_type .content a.disabled {color: #C4C4C4;background: rgb(240, 240, 240);cursor: default;}
.wrapper #content_side_report #report_country .content ,
.wrapper #content_side_report #report_period .content {background: #f5f5f5;border: 1px solid #e1e1e1;padding:0;border-bottom:0;}
.wrapper #content_side_report #report_country .content #country_list ,
.wrapper #content_side_report #report_period .content #indicator_list {min-height: 100px;margin-top:0 !important;max-height: 215px; overflow: auto; padding: 0 10px}
.wrapper #content_side_report #report_period .content #indicator_list {padding-top: 10px}
.wrapper #content_side_report #report_country .content #country_list li ,
.wrapper #content_side_report #report_period .content #indicator_list li {margin-bottom: 5px}
.wrapper #content_side_report #report_country .content #country_list li label *{vertical-align: middle;}
.wrapper #content_side_report #report_country .content #country_list li label input {top: 0}
.wrapper #content_side_report #report_country .content #country_list li label img {/*margin-right: 5px;margin-bottom: -2px;*/margin:0px 5px;}
.wrapper #content_side_report #report_period .content #indicator_list li label span.title{margin-left:5px;font-size: 13px}
.wrapper #content_side_report #report_country .content #country_filter {padding: 5px;margin-bottom:5px;}
.wrapper #content_side_report #report_country .content #country_filter input[type=text] {border: none;border-bottom: 1px solid #e1e1e1;padding: 10px;width: 209px;background-color: transparent;}
.wrapper #content_side_report #report_country .content #country_filter .input {margin: 0 5px}
input[type=checkbox]:checked + .input:before, input[type=radio]:checked + .input:before {border-color: #F5F5F5}
.wrapper #content_side_report #report_zone select {width: 100%}
#indicator_list label{position: relative;cursor: pointer;line-height: normal;}
input[type=checkbox]{top: 3px;}
.wrapper #content_side_report #report_export a {display: block;margin-bottom: 10px}
.wrapper #content_side_report #report_export a img {vertical-align: middle; margin-right: 5px}
.wrapper #content_side_report #report_export a span {vertical-align: middle;}
.wrapper #content_side_report.moveable {position: absolute; left: 10px; top: 15px;-webkit-box-shadow: 0px 2px 7px 0px rgba(202, 202, 202, 1);-moz-box-shadow: 0px 2px 7px 0px rgba(202, 202, 202, 1);box-shadow: 0px 2px 7px 0px rgba(202, 202, 202, 1);z-index: 1000}
.wrapper #content_side_report.minimize {position: fixed; bottom: 0; left: 10px;z-index:1004;}
.wrapper #content_side_report.minimize #toolbox_header {background: #D6D6D6}
.wrapper #content_side_report.fixed {position: fixed;}
.wrapper #content_side_report a[href="lock"] i {color: #C0C0C0}

/*COLORS*/
.wrapper #content_main_report #main_report .title{border-color:#cd5c50;}
.wrapper #content_main_report #main_report .title .label{color: #cd5c50}

.wrapper #content_main_report #main_chart .title{border-color:#3999bb;}
.wrapper #content_main_report #main_chart .title .label{color: #3999bb}

.wrapper #content_main_report #main_source .title{border-color:#655f8f;}
.wrapper #content_main_report #main_source .title .label{color: #655f8f}

.tooltip {position: absolute; border-radius: 3px; display: block; padding: 5px 8px; z-index:1559;}
.tooltip .arrow {position: absolute;background: url('../images/tooltip.gif') no-repeat;width: 9px;height: 5px; opacity: 0.7}

.tt_black {background: rgba(0,0,0,0.7); color: #fff}

.tt_n .arrow {background-position:  bottom left; bottom: -5px}
.tt_s .arrow {background-position:  top left; top: -5px}
.tt_n .arrow, .tt_s .arrow {left: 50%; margin-left: -4.5px;}

.tt_e .arrow {background-position:  bottom right; width: 5px; height: 9px; right: -5px}
.tt_w .arrow {background-position:  bottom left; width: 5px; height: 9px; left: -5px}
.tt_e .arrow, .tt_w .arrow {top: 50%; margin-top: -4.5px;}



@media only screen and (max-width: 768px){
	main section table tfoot tr td .pagination{flex-flow:row wrap;align-items: flex-start;justify-content: flex-start;}
	main section table tfoot tr td .pagination .prev_btn, main section table tfoot tr td .pagination .next_btn{display: none;}
	main aside, main aside figure#submit{width: 30vw;}
	main aside figure.multiselect .figure_content label{font-size: 13px;}
	main aside figure .figure_content ul.checklist li i{display: none;}
	div#reportIndex{flex-direction: column;}
	div#reportIndex #content_side_report{order: 2}
}

@media only screen and (max-width: 425px){
	main.new_report_main{flex-flow: column wrap;width: 100%;overflow-x: scroll;}
	main aside, main aside figure#submit{width: 100%;}
	main aside{order: 3;margin-right: 0}
	main.new_report_main section table tfoot, main.new_report_main aside figure#submit{position: initial;}
	main.new_report_main section table{overflow-x: scroll;}
	td.col_chart, main section table tfoot tr td.chart{display: none;}
	main section table tfoot tr td .pagination .prev_btn, main section table tfoot tr td .pagination .next_btn{display: block;}
	main section table tfoot tr td .pagination{flex-wrap: nowrap;}
	main section table tbody tr:last-of-type, main.new_report_main section table tfoot{margin-bottom: 20px;}
	main.new_report_main section table tbody tr td.title{min-width: 70px;flex-basis: 70px;font-size: 13px;}
	/*main.new_report_main section table thead tr th:not(.title):not(.chart){min-width: 70px;flex-basis: 70px}*/
	main section .section_header{display: flex;flex-flow: column wrap;}
	main.new_report_main section table tbody{padding-top: 3em}
	main section table thead tr th.title{min-width: 70px;justify-content: flex-start}
	div#reportIndex.wrapper #content_main_report{margin-right: 0}

}