@font-face {
	font-family: 'Calibri Light';
	src: url('/Font/916485?font_file_name=calibri%20light.ttf');
}

@font-face {
	font-family: 'Calibri';
	src: url('/Font/916485?font_file_name=Calibri%20Bold.TTF');
	font-weight: bold;
}

@font-face {
	font-family: 'Calibri';
	src: url('/Font/916485?font_file_name=Calibri%20Regular.ttf');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/Font/916485?font_file_name=centurygothic_bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/Font/916485?font_file_name=centurygothic.ttf');
}

@font-face {
	font-family: 'Corbel';
	src: url('/Font/916485?font_file_name=CORBEL.TTF');
}

@font-face {
	font-family: 'KPMG Bold';
	src: url('/Font/916485?font_file_name=KPMG-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'KPMG Bold';
	src: url('/Font/916485?font_file_name=KPMG-Bold%20Italic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'KPMG Extralight';
	src: url('/Font/916485?font_file_name=KPMG-Extralight.ttf');
}

@font-face {
	font-family: 'KPMG Extralight';
	src: url('/Font/916485?font_file_name=KPMG-Extralight%20Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'KPMG Light';
	src: url('/Font/916485?font_file_name=KPMG-Light.ttf');
}

@font-face {
	font-family: 'KPMG Light';
	src: url('/Font/916485?font_file_name=KPMG-Light%20Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'KPMG Thin';
	src: url('/Font/916485?font_file_name=KPMG-Thin.ttf');
}

@font-face {
	font-family: 'KPMG Thin';
	src: url('/Font/916485?font_file_name=KPMG-Thin%20Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/Font/916485?font_file_name=Montserrat-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/Font/916485?font_file_name=Montserrat-Regular.ttf');
}

@font-face {
	font-family: 'Nunito Light';
	src: url('/Font/916485?font_file_name=Nunito-Light.ttf');
}

@font-face {
	font-family: 'Nunito Medium';
	src: url('/Font/916485?font_file_name=Nunito-Medium.ttf');
}

@font-face {
	font-family: 'Nunito';
	src: url('/Font/916485?font_file_name=Nunito-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: 'Nunito';
	src: url('/Font/916485?font_file_name=Nunito-Regular.ttf');
}

@font-face {
	font-family: 'Proxima Nova Bl';
	src: url('/Font/916485?font_file_name=proximanova_black.ttf');
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: url('/Font/916485?font_file_name=proximanova_regular.ttf');
}


/*  Azets Wave 4 Skin */
/*  - - - - - - - - - - - - - -  Azets Wave 4 Theme start  - - - - - - - - - - - - - - */

body.project-1213667.view .headers-container {
    justify-content: space-between;
    background-color: #2C2E3A;
    color: #ffffff;
    box-shadow: 0px 0px 10px #1E1F25;
}


/*this controls the format of the header bar icons*/
body.project-1213667.view #header-links .icon {
    background-color: #ffffff;
}

/*this controls the format of the header bar icon divider */
body.project-1213667.view .header-links-border {
    background-color: #36ce83;
}

/*this controls the format of the notification area bar */
body.project-1213667.view #notification-container {
  display: none;
}

/* don't need this element - this controls the container that the project-name-text sits in
  body.project-1213667.view .project-name {
    display: table;
    color: #ed0c0c;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}*/

/*this controls the formatting of the project name*/
body.project-1213667.view .project-name-text {
    display: none;
}

/*this controls the formatting of the last published name text*/
body.project-1213667.view .last-published-text {
    display: none;
}

/*this controls the formatting of the explore-menu-button which allows users to explore the underlying data*/
body.project-1213667.view #explore-menu-button {
    display: none;
}

/*this controls the formatting of the view-mode-filters which allows users to filter the whole dashboard*/
body.project-1213667.view #view-mode-filters {
    display: none;
}

/*this controls the formatting of the export menu icon*/
body.project-1213667.view #export-menu-button .icon {
    display: none;
}

/*this controls the formatting of the export-menu-button which allows users to export the data to powerpoint*/
body.project-1213667.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

/*this controls the formatting of the document search functionality*/
body.project-1213667.view #documentsearch input {
    display: none;
}

body.project-1213667.view #workarea {
  top: 30px !important;
  bottom: 30px !important;
  box-shadow: 0px 0px 10px #2b3e2a99;
  width: 1280px !important;
  height: 720px !important;
}



/*
// 'Base' CSS

@media (min-width: 320px) and (max-width: 999px) {

  // Mobile and tablet CSS

}

@media (min-width: 1000px) {

  // Laptop/desktop CSS

}
*/


/*  - - - - - - - - - - - - - -  Azets Wave 4 Theme Ends- - - - - - - - - - - - - - */





/* ----------------------- Turn off filter button for KPMG-GTI2024 -------------------*/

body.project-1102432.view #filter-button { visibility: hidden }

/* ----------------------- Turn off filter button for KPMG-GTI2024 -------------------*/

body.project-1102885.view #filter-button { visibility: hidden }

/* -----------------------this is the Control risks style-------------------------------------------------------------*/

body.project-1051148.view .project-name-text {    
    display: none !important;
}

body.project-1051148.view #report-tree { 
    font-size: 15px !important; 
    font-weight: 300 !important; 
    color: #053747 !important; /* Change font color to CR blue */
}

body.project-1051148.view .tree-view .tree-view-inner .item { 
    height: auto !important; 
    margin-bottom: 0.3em !important; 
    background-color: #053747 !important; /* Change background to CR blue */
    color: white !important; 
    padding-top: 0.2em !important; 
    padding-bottom: 0.2em !important; 
    border: none !important; 
    overflow-wrap: break-word !important; 
    word-wrap: break-word !important;
    max-width: 100% !important; 
    overflow: auto !important; 
}

body.project-1051148.view .tree-view .tree-view-inner .item:hover { 
    background-color: #22c3bb !important; /* Change hover background to lighter CR blue*/
}

body.project-1051148.view .tree-view .tree-view-inner .item.selected-item { 
    background-color: #22c3bb !important; /* Change selected item background to lighter CR blue */
}

body.project-1051148.view .tree-view .tree-view-inner .item .item-title { 
    top: -1px !important; 
}

body.project-1051148.view .tree-view-long-item-tooltip-container { 
    visibility: hidden !important; 
}

body.project-1051148.view .item-icon { 
    display: none !important; 
}

/* -----------------------Control risks style ends here-----------------------------------------------------------------*/



/*  Meridian West Skin */
/*  - - - - - - - - - - - - - -  Meridian West Demo 1 Theme start  - - - - - - - - - - -- - - -  - - - - - - - - - - - - -  - - - */

body.project-1035486.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1035486.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1035486.view .last-published-text {
    display:none;
}

body.project-1035486.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1035486.view #documentsearch ::placeholder{color: #fff;}

body.project-1035486.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1035486.view #header-links .icon{
	background-color: #fff;
}

body.project-1035486.view #centre-panel{
   top: 10px!important;
}


body.project-1035486.view #reportTreeSplitter{
 border-style:none;
}

body.project-1035486.view #notification-container{
 border-style:none;
}

body.project-1035486.view #bottom {
    background-color: #FFF;
}

body.project-1035486.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1035486.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1035486.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1035486.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1035486.view #zoom-minus, body.project-1035486.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1035486.view #explore-menu-button {
    display: none;
}

body.project-1035486.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1035486.view #view-mode-filters {
    display: none;
}

body.project-1035486.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1035486.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1035486.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1035486.view #export-menu-button .icon {
    display: none;
}

body.project-1035486.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1035486.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1035486.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1035486.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1035486.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1035486.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1035486.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1035486.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1035486.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1035486.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1035486.view .tree-view {
    top: 180px;
}


body.project-1035486.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1035486.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1035486.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1035486.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1035486.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1035486.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1035486.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1035486.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1035486.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1035486.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1035486.view #workarea {
    top: 12px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1035486.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1035486.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1035486.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1035486.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}

/*  - - - - - - - - - - - - - -  Meridian West Demo 1 Theme end  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





/*  Meridian West Skin */
/*  - - - - - - - - - - - - - -  Meridian West TL DB1 Theme start  - - - - - - - -- - - - -- - - - -- - - - - - - - - - - */


body.project-1057114.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1057114.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1057114.view .last-published-text {
    display:none;
}

body.project-1057114.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1057114.view #documentsearch ::placeholder{color: #fff;}

body.project-1057114.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1057114.view #header-links .icon{
	background-color: #fff;
}

body.project-1057114.view #centre-panel{
   top: 10px!important;
}


body.project-1057114.view #reportTreeSplitter{
 border-style:none;
}

body.project-1057114.view #notification-container{
 border-style:none;
}

body.project-1057114.view #bottom {
    background-color: #FFF;
}

body.project-1057114.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1057114.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1057114.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1057114.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1057114.view #zoom-minus, body.project-1057114.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1057114.view #explore-menu-button {
    display: none;
}

body.project-1057114.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1057114.view #view-mode-filters {
    display: none;
}

body.project-1057114.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1057114.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1057114.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1057114.view #export-menu-button .icon {
    display: none;
}

body.project-1057114.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1057114.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1057114.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1057114.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1057114.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1057114.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1057114.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1057114.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1057114.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1057114.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1057114.view .tree-view {
    top: 180px;
}


body.project-1057114.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1057114.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1057114.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1057114.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1057114.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1057114.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1057114.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1057114.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1057114.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1057114.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1057114.view #workarea {
    top: 12px !important;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1057114.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1057114.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1057114.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1057114.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}


/*  - - - - - - - - - - - - - -  Meridian West TL DB 1 Theme end  - - - - - - - -- - - - -- - - - - - - -  - - - - - - - - */





/*  Meridian West Skin */
/*  - - - - - - - - - - - - - -  Meridian West TL DB2 Theme start  - - - - - - - -- - - - -- - - - -- - - - - - - - - - - */

body.project-1057320.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1057320.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1057320.view .last-published-text {
    display:none;
}

body.project-1057320.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1057320.view #documentsearch ::placeholder{color: #fff;}

body.project-1057320.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1057320.view #header-links .icon{
	background-color: #fff;
}

body.project-1057320.view #centre-panel{
   top: 10px!important;
}


body.project-1057320.view #reportTreeSplitter{
 border-style:none;
}

body.project-1057320.view #notification-container{
 border-style:none;
}

body.project-1057320.view #bottom {
    background-color: #FFF;
}

body.project-1057320.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1057320.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1057320.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1057320.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1057320.view #zoom-minus, body.project-1057320.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1057320.view #explore-menu-button {
    display: none;
}

body.project-1057320.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1057320.view #view-mode-filters {
    display: none;
}

body.project-1057320.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1057320.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1057320.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1057320.view #export-menu-button .icon {
    display: none;
}

body.project-1057320.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1057320.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1057320.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1057320.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1057320.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1057320.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1057320.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1057320.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1057320.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1057320.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1057320.view .tree-view {
    top: 180px;
}


body.project-1057320.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1057320.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1057320.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1057320.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1057320.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1057320.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}


body.project-1057320.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1057320.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1057320.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1057320.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1057320.view #workarea {
    top: 12px !important;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1057320.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1057320.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1057320.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1057320.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}

/*  - - - - - - - - - - - - - -  Meridian West TL DB 2 Theme end  - - - - - - - -- - - - -- - - - - - - -  - - - - - - - - */


/*  Meridian West Skin */
/*  - - - - - - - - - - - - - -  Meridian West TL DB3 Theme start  - - - - -- - - - - - -- - - - - - - - - - - - - - - - */

body.project-1049289.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1049289.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1049289.view .last-published-text {
    display:none;
}

body.project-1049289.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1049289.view #documentsearch ::placeholder{color: #fff;}

body.project-1049289.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1049289.view #header-links .icon{
	background-color: #fff;
}

body.project-1049289.view #centre-panel{
   top: 10px!important;
}


body.project-1049289.view #reportTreeSplitter{
 border-style:none;
}

body.project-1049289.view #notification-container{
 border-style:none;
}

body.project-1049289.view #bottom {
    background-color: #FFF;
}

body.project-1049289.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1049289.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1049289.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1049289.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1049289.view #zoom-minus, body.project-1049289.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1049289.view #explore-menu-button {
    display: none;
}

body.project-1049289.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1049289.view #view-mode-filters {
    display: none;
}

body.project-1049289.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1049289.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1049289.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1049289.view #export-menu-button .icon {
    display: none;
}

body.project-1049289.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1049289.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1049289.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1049289.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1049289.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1049289.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1049289.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1049289.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1049289.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1049289.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1049289.view .tree-view {
    top: 180px;
}


body.project-1049289.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1049289.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1049289.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1049289.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1049289.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1049289.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1049289.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1049289.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1049289.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1049289.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1049289.view #workarea {
    top: 12px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1049289.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1049289.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1049289.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1049289.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}

/*  - - - - - - - - - - - - - -  Meridian West TL DB 3 Theme end  - - - - - - - - - - - - - - - - -- - - - - - -- - - - */



/*  Meridian West Demo Skin for Baker Mckenzie*/
/*  - - - - - - - - - - - - - -  Meridian West Demo 2 Theme start  - - - - - - - - - - -- - - -  - - - - - - - - - - - - -  - - - */

body.project-1160397.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1160397.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1160397.view .last-published-text {
    display:none;
}

body.project-1160397.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1160397.view #documentsearch ::placeholder{color: #fff;}

body.project-1160397.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1160397.view #header-links .icon{
	background-color: #fff;
}

body.project-1160397.view #centre-panel{
   top: 10px!important;
}


body.project-1160397.view #reportTreeSplitter{
 border-style:none;
}

body.project-1160397.view #notification-container{
 border-style:none;
}

body.project-1160397.view #bottom {
    background-color: #FFF;
}

body.project-1160397.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1160397.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1160397.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1160397.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1160397.view #zoom-minus, body.project-1160397.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1160397.view #explore-menu-button {
    display: none;
}

body.project-1160397.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1160397.view #view-mode-filters {
    display: none;
}

body.project-1160397.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1160397.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1160397.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1160397.view #export-menu-button .icon {
    display: none;
}

body.project-1160397.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1160397.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1160397.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1160397.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1160397.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1160397.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1160397.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1160397.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1160397.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1160397.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1160397.view .tree-view {
    top: 180px;
}


body.project-1160397.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1160397.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1160397.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1160397.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1160397.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1160397.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 28px;
}

body.project-1160397.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1160397.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1160397.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1160397.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1160397.view #workarea {
    top: 4px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1160397.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1160397.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1160397.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1160397.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}

/*  - - - - - - - - - - - - - -  Meridian West Demo 2 Theme end  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*  Meridian West Demo Skin for Baker Mckenzie V2*/
/*  - - - - - - - - - - - - - -  Meridian West Demo 2.2 Theme start  - - - - - - - - - - -- - - -  - - - - - - - - - - - - -  - - - */

body.project-1164191.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1164191.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1164191.view .last-published-text {
    display:none;
}

body.project-1164191.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1164191.view #documentsearch ::placeholder{color: #fff;}

body.project-1164191.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1164191.view #header-links .icon{
	background-color: #fff;
}

body.project-1164191.view #centre-panel{
   top: 10px!important;
}


body.project-1164191.view #reportTreeSplitter{
 border-style:none;
}

body.project-1164191.view #notification-container{
 border-style:none;
}

body.project-1164191.view #bottom {
    background-color: #FFF;
}

body.project-1164191.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1164191.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1164191.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1164191.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1164191.view #zoom-minus, body.project-1164191.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1164191.view #explore-menu-button {
    display: none;
}

body.project-1164191.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1164191.view #view-mode-filters {
    display: none;
}

body.project-1164191.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1164191.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1164191.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1164191.view #export-menu-button .icon {
    display: none;
}

body.project-1164191.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1164191.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1164191.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1164191.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1164191.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1164191.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1164191.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1164191.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1164191.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1164191.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1164191.view .tree-view {
    top: 180px;
}


body.project-1164191.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1164191.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1164191.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1164191.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1164191.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1164191.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 28px;
}

body.project-1164191.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1164191.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1164191.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1164191.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1164191.view #workarea {
    top: 4px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1164191.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1164191.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1164191.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1164191.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}

/*  - - - - - - - - - - - - - -  Meridian West Demo 2.2 Theme end  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




/*  - - - - - - - - - - - - - -  Azets SME Barometer (YR123_24) - J24005 Theme starts  - - - - - - - - - - - - - - - - -- - - - - - -- - - - */


/*  Azets Skin */
/*  - - - - - - - - - - - - - -  Azets Theme start  - - - - - - - - - - - - - - */




body.project-1076341.view .project-name {
    display: table;
    color: #2C2E3A;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1076341.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1076341.view .last-published-text {
    display:none;
}

body.project-1076341.view .headers-container {
   justify-content: space-between;
   background-color: #2C2E3A;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1076341.view #documentsearch ::placeholder{color: #fff;}

body.project-1076341.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1076341.view #header-links .icon{
	background-color: #fff;
}

body.project-1076341.view #centre-panel{
   top: 10px!important;
}


body.project-1076341.view #reportTreeSplitter{
 border-style:none;
}

body.project-1076341.view #notification-container{
 border-style:none;
}

body.project-1076341.view #bottom {
    background-color: #FFF;
}

body.project-1076341.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1076341.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2C2E3A;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

<body class="project-1076341 view">
    <!-- Your zoom slider input -->
    <input type="range" id="zoom-slider" min="0" max="100" value="80">
    <!-- Other content -->
</body>

<script>
    // Set the zoom slider's value to 80%
    document.getElementById('zoom-slider').value = 80;
</script>

body.project-1076341.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1076341.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1076341.view #zoom-minus, body.project-1076341.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1076341.view #explore-menu-button {
    display: none;
}

body.project-1076341.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1076341.view #view-mode-filters {
    display: none;
}

body.project-1076341.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1076341.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1076341.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1076341.view #export-menu-button .icon {
    display: none;
}

body.project-1076341.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1076341.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1076341.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1076341.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1076341.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1076341.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1076341.view .tree-view .tree-view-inner .item:hover { 
    color: #2C2E3A;
    background-color: #fff;
    border: none;
}

body.project-1076341.view .tree-view .tree-view-inner .item.selected-item {
    color: #2C2E3A;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1076341.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1076341.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1076341.view .tree-view {
    top: 180px;
}


body.project-1076341.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1076341.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1076341.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1076341.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1076341.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1076341.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 35px;
}

body.project-1076341.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1076341.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1076341.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1076341.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #26CF76;
}

body.project-1076341.view #workarea {
    top: 36px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 718px !important;
}


/*  scrollbar customization */
body.project-1076341.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1076341.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1076341.view ::-webkit-scrollbar-thumb {
  background: #26CF76;
}

body.project-1076341.view ::-webkit-scrollbar-thumb:hover {
  background: #26CF76;
}

/*  - - - - - - - - - - - - - -  Azets SME barometer Theme end  - - - - - - - - - - - - - - */


/*  Azets Wave 2 Skin */
/*  - - - - - - - - - - - - - -  Azets Wave 2 Theme start  - - - - - - - - - - - - - - */

body.project-1093825.view .headers-container {
    justify-content: space-between;
    background-color: #2C2E3A;
    color: #fff;
    box-shadow: 0px 0px 10px #1E1F25;
}

/*this controls the format of the header bar icons*/
body.project-1093825.view #header-links .icon {
    background-color: #fff;
}

/*this controls the format of the header bar icon divider */
body.project-1093825.view .header-links-border {
    background-color: #36ce83;
}

/*this controls the format of the notification area bar */
body.project-1093825.view #notification-container {
  display: none;
}

/*don't need this element - this controls the container that the project-name-text sits in
  body.project-1076341.view .project-name {
    display: table;
    color: #ed0c0c;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}*/

/*this controls the formatting of the project name*/
body.project-1093825.view .project-name-text {
    display: none;
}

/*this controls the formatting of the last published name text*/
body.project-1093825.view .last-published-text {
    display: none;
}

/*this controls the formatting of the explore-menu-button which allows users to explore the underlying data*/
body.project-1093825.view #explore-menu-button {
    display: none;
}

/*this controls the formatting of the view-mode-filters which allows users to filter the whole dashboard*/
body.project-1093825.view #view-mode-filters {
    display: none;
}

/*this controls the formatting of the export menu icon*/
body.project-1093825.view #export-menu-button .icon {
    display: none;
}

/*this controls the formatting of the export-menu-button which allows users to export the data to powerpoint*/
body.project-1093825.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

/*this controls the formatting of the document search functionality*/
body.project-1093825.view #documentsearch input {
    display: none;
}

body.project-1093825.view #workarea {
  top: 30px !important;
  bottom: 30px !important;
  box-shadow: 0px 0px 10px #2b3e2a99;
  width: 1280px !important;
  height: 720px !important;
}



/*
// 'Base' CSS

@media (min-width: 320px) and (max-width: 999px) {

  // Mobile and tablet CSS

}

@media (min-width: 1000px) {

  // Laptop/desktop CSS

}
*/


/*  - - - - - - - - - - - - - -  Azets Wave 2 Theme end  - - - - - - - - - - - - - - */




/*  Azets Wave 3 Skin */
/*  - - - - - - - - - - - - - -  Azets Wave 3 Theme start  - - - - - - - - - - - - - - */

body.project-1152032.view .headers-container {
    justify-content: space-between;
    background-color: #2C2E3A;
    color: #fff;
    box-shadow: 0px 0px 10px #1E1F25;
}

/*this controls the format of the header bar icons*/
body.project-1152032.view #header-links .icon {
    background-color: #fff;
}

/*this controls the format of the header bar icon divider */
body.project-1152032.view .header-links-border {
    background-color: #36ce83;
}

/*this controls the format of the notification area bar */
body.project-1152032.view #notification-container {
  display: none;
}

/*don't need this element - this controls the container that the project-name-text sits in
  body.project-1076341.view .project-name {
    display: table;
    color: #ed0c0c;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}*/

/*this controls the formatting of the project name*/
body.project-1152032.view .project-name-text {
    display: none;
}

/*this controls the formatting of the last published name text*/
body.project-1152032.view .last-published-text {
    display: none;
}

/*this controls the formatting of the explore-menu-button which allows users to explore the underlying data*/
body.project-1152032.view #explore-menu-button {
    display: none;
}

/*this controls the formatting of the view-mode-filters which allows users to filter the whole dashboard*/
body.project-1152032.view #view-mode-filters {
    display: none;
}

/*this controls the formatting of the export menu icon*/
body.project-1152032.view #export-menu-button .icon {
    display: none;
}

/*this controls the formatting of the export-menu-button which allows users to export the data to powerpoint*/
body.project-1152032.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

/*this controls the formatting of the document search functionality*/
body.project-1152032.view #documentsearch input {
    display: none;
}

body.project-1152032.view #workarea {
  top: 30px !important;
  bottom: 30px !important;
  box-shadow: 0px 0px 10px #2b3e2a99;
  width: 1280px !important;
  height: 720px !important;
}



/*
// 'Base' CSS

@media (min-width: 320px) and (max-width: 999px) {

  // Mobile and tablet CSS

}

@media (min-width: 1000px) {

  // Laptop/desktop CSS

}
*/


/*  - - - - - - - - - - - - - -  Azets Wave 3 Theme end  - - - - - - - - - - - - - - */



/*  Gowling Skin */
/*  - - - - - - - - - - - - - -  Gowling Theme start  - - - - - - - - - - - - - - */

body.project-1155176.view .headers-container {
    justify-content: space-between;
    background-color: #39224e;
    color: #fff;
    box-shadow: 0px 0px 10px #1E1F25;
}

/*this controls the format of the header bar icons*/
body.project-1155176.view #header-links .icon {
    background-color: #fff;
}

/*this controls the format of the header bar icon divider */
body.project-1155176.view .header-links-border {
    background-color: #8f2457;
}

/*this controls the format of the notification area bar */
body.project-1155176.view #notification-container {
  display: none;
}

/*don't need this element - this controls the container that the project-name-text sits in
  body.project-1076341.view .project-name {
    display: table;
    color: #ed0c0c;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}*/

/*this controls the formatting of the project name*/
body.project-1155176.view .project-name-text {
    display: none;
}

/*this controls the formatting of the last published name text*/
body.project-1155176.view .last-published-text {
    display: none;
}

/*this controls the formatting of the explore-menu-button which allows users to explore the underlying data*/
body.project-1155176.view #explore-menu-button {
    display: none;
}

/*this controls the formatting of the view-mode-filters which allows users to filter the whole dashboard*/
body.project-1155176.view #view-mode-filters {
    display: none;
}

/*this controls the formatting of the export menu icon*/
body.project-1155176.view #export-menu-button .icon {
    display: none;
}

/*this controls the formatting of the export-menu-button which allows users to export the data to powerpoint*/
body.project-1155176.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
}

/*this controls the formatting of the document search functionality*/
body.project-1155176.view #documentsearch input {
    display: none;
}

body.project-1155176.view #workarea {
  top: 30px !important;
  bottom: 30px !important;
  box-shadow: 0px 0px 10px #2b3e2a99;
  width: 1280px !important;
  height: 720px !important;
}



/*
// 'Base' CSS

@media (min-width: 320px) and (max-width: 999px) {

  // Mobile and tablet CSS

}

@media (min-width: 1000px) {

  // Laptop/desktop CSS

}
*/


/*  - - - - - - - - - - - - - Gowling Theme end  - - - - - - - - - - - - - - */




/* --------------------------- ATLAS simplified dashboard theme start-----------------------------*/ 


body.project-1177186.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1177186.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1177186.view .last-published-text {
    display:none;
}

body.project-1177186.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1177186.view #documentsearch ::placeholder{color: #fff;}

body.project-1177186.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1177186.view #header-links .icon{
	background-color: #fff;
}

body.project-1177186.view #centre-panel{
   top: 10px!important;
}


body.project-1177186.view #reportTreeSplitter{
 border-style:none;
}

body.project-1177186.view #notification-container{
 border-style:none;
}

body.project-1177186.view #bottom {
    background-color: #FFF;
}

body.project-1177186.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1177186.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1177186.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1177186.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1177186.view #zoom-minus, body.project-1177186.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1177186.view #explore-menu-button {
    display: none;
}

body.project-1177186.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1177186.view #view-mode-filters {
    display: none;
}

body.project-1177186.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1177186.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1177186.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1177186.view #export-menu-button .icon {
    display: none;
}

body.project-1177186.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1177186.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1177186.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1177186.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1177186.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1177186.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1177186.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1177186.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1177186.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1177186.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1177186.view .tree-view {
    top: 180px;
}


body.project-1177186.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1177186.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1177186.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1177186.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1177186.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1177186.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1177186.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1177186.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1177186.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1177186.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1177186.view #workarea {
    top: 12px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1177186.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1177186.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1177186.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1177186.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}


*/ -------------------------------- ATLAS simplified dashboard theme end ------------------------------*/



*/----------------------------------ATLAS complete dashboard theme start -----------------------------*/


body.project-1176100.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1176100.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1176100.view .last-published-text {
    display:none;
}

body.project-1176100.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1176100.view #documentsearch ::placeholder{color: #fff;}

body.project-1176100.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1176100.view #header-links .icon{
	background-color: #fff;
}

body.project-1176100.view #centre-panel{
   top: 10px!important;
}


body.project-1176100.view #reportTreeSplitter{
 border-style:none;
}

body.project-1176100.view #notification-container{
 border-style:none;
}

body.project-1176100.view #bottom {
    background-color: #FFF;
}

body.project-1176100.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1176100.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1176100.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1176100.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1176100.view #zoom-minus, body.project-1176100.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1176100.view #explore-menu-button {
    display: none;
}

body.project-1176100.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1176100.view #view-mode-filters {
    display: none;
}

body.project-1176100.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1176100.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1176100.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1176100.view #export-menu-button .icon {
    display: none;
}

body.project-1176100.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1176100.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1176100.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1176100.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1176100.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1176100.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1176100.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1176100.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1176100.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1176100.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1176100.view .tree-view {
    top: 180px;
}


body.project-1176100.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1176100.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1176100.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1176100.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1176100.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1176100.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1176100.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1176100.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1176100.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1176100.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1176100.view #workarea {
    top: 12px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1176100.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1176100.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1176100.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1176100.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}



*/ ------------------------------- ATLAS complete dashboard theme end --------------------------------*/ 


*/----------------------------------Climb Y2 complete dashboard theme start -----------------------------*/


body.project-1191144.view .project-name {
    display: table;
    color: #0D0C33;
    font-size: 18pt;
    padding-left: 254px;
    padding-top: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://dataexpert.hu/clientsite2/DisplayR/MW_logo_36px.png);
    background-size: 60%;
    background-position: 0% 50%;
    margin-left: 30px;
}

body.project-1191144.view .project-name-text {
    display: none;
	padding-top: 5px;
}

body.project-1191144.view .last-published-text {
    display:none;
}

body.project-1191144.view .headers-container {
   justify-content: space-between;
   background-color: #0D0C33;
   color: #fff;
   box-shadow: 0 0px 10px #1E1F25;
}

body.project-1191144.view #documentsearch ::placeholder{color: #fff;}

body.project-1191144.view #documentsearch input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px;
    background-color: #FFFFFF00;
    color: #000;
    padding-inline-start: 15px;
    background-position-x: 95%;
    background-size: 5%;
}

body.project-1191144.view #header-links .icon{
	background-color: #fff;
}

body.project-1191144.view #centre-panel{
   top: 10px!important;
}


body.project-1191144.view #reportTreeSplitter{
 border-style:none;
}

body.project-1191144.view #notification-container{
 border-style:none;
}

body.project-1191144.view #bottom {
    background-color: #FFF;
}

body.project-1191144.view #report-and-data-panel {
    border-color: #ddd;
    background-color: #FFF;
}

body.project-1191144.view .pane .pane-content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0D0C33;
    margin-top: 0em;
    margin: 0 0em 0em;
	background-size: 254px;
    background-repeat: no-repeat;
    background-position: 50% 4%;
}

body.project-1191144.view #zoom-slider .ui-slider-handle {
    background: #00CAFF;
    border-color: #00CAFF;
    border-radius: 14px;
    height: 8px !important;
    width: 8px ! important;
    top: -4px !important;
}

body.project-1191144.view #zoom-slider {
    border-bottom: 1px solid #fff !important;
}

body.project-1191144.view #zoom-minus, body.project-1191144.view #zoom-plus, body.project-1055499.view .ribbon-img-24{
    background-color: #fff;
    border-radius: 0px;
}

body.project-1191144.view #explore-menu-button {
    display: none;
}

body.project-1191144.view .header-links-border {
  background-color: #F0E8D37d;
}

body.project-1191144.view #view-mode-filters {
    display: none;
}

body.project-1191144.view #header-strip #ctlZoom .ribbon-textbox-input {
    border-style: hidden;
    background-color: #FFFFFF00;
    color: #FFF;
}


body.project-1191144.view .ribbon-zoom-control .ribbon-zoom-text-wrapper .ribbon-textbox-input {
    width: 35px;
    padding: 10px 6px;
}

body.project-1191144.view .ribbon-zoom-control .ribbon-zoom-text-wrapper span {
    color: #F0E8D3;
    font-size: 12px;
    line-height: 21px;
    padding-top: 5px;
}

body.project-1191144.view #export-menu-button .icon {
    display: none;
}

body.project-1191144.view #export-menu-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    font-size: 14px;
    color: #96a0aa;
}

body.project-1191144.view .tree-view .selected-item{
    background-color: rgba(255,255,255,.0);
    color: #fff;
    border-style: none;
}

body.project-1191144.view .tree-view .tree-view-inner.items{
    min-width: 280px !important;
}

body.project-1191144.view .tree-view .tree-view-inner .item .item-icon.item-icon-page-text{
    background-image: none;
}

body.project-1191144.view .tree-view .tree-view-inner .item .item-icon.item-icon-folder-text{
    background-image: none;
}

body.project-1191144.view .tree-view .tree-view-inner .item {
    display: block;
    white-space: nowrap;
    width: auto;
    height: 20px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 30px;
    margin-right: 15px;
    font-weight: 600;
    color: #fff;
}

body.project-1191144.view .tree-view .tree-view-inner .item:hover { 
    color: #0D0C33;
    background-color: #fff;
    border: none;
}

body.project-1191144.view .tree-view .tree-view-inner .item.selected-item {
    color: #0D0C33;
    background-color: #fff;
    font-weight: 600;
    border-radius: 0px;
}

body.project-1191144.view #report-tree {
	color: #242424;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
}

body.project-1191144.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0 {
    margin-left: -22px;
}

body.project-1191144.view .tree-view {
    top: 180px;
}


body.project-1191144.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:after{
    border-left-color: #1E1F25;
}

body.project-1191144.view .tree-view .tree-view-inner .item .item-expander.item-expander-group-0.item-collapse:hover:before{
    border-left-color: #1E1F25;
}

body.project-1191144.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:after {
    border-left-color: #1E1F25;
}

body.project-1191144.view .tree-view-inner .item .item-expander.item-expander-group-0.item-expand:hover:before {
    border-left-color: #1E1F25;
}

body.project-1191144.view .tree-view .tree-view-inner .item .item-icon{
  background-image: None;
}


body.project-1191144.view #workarea-container {
    position: absolute;
    background-color:#fff;
    margin-top: 58px;
}

body.project-1191144.view .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .2em .5em .2em .7em;
    min-height: 0;
    background: none;
    border: none;
    display: none;
}

body.project-1191144.view .modern-scrollbars::-webkit-scrollbar {
  width: 10px;
}
 
body.project-1191144.view .modern-scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body.project-1191144.view .modern-scrollbars::-webkit-scrollbar-thumb {
  background-color: #409cdf;
}

body.project-1191144.view #workarea {
    top: 12px !important;
    box-shadow: 0 2px 20px #2c2a3e99;
    width: 1280px !important;
    height: 720px !important;
}

/*  scrollbar customization */
body.project-1191144.view ::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

body.project-1191144.view ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body.project-1191144.view ::-webkit-scrollbar-thumb {
  background: #409cdf;
}

body.project-1191144.view ::-webkit-scrollbar-thumb:hover {
  background: #409cdf;
}



*/ ------------------------------- CLIMB Y2 complete dashboard theme end --------------------------------*/







