﻿:root {
    --main-bg-color_: skyblue;
    --header-bg-color: skyblue;
    --max-width-mobile-device: 4991.98px;
}
.report-filter-title {
    padding-top: 10px;
}
body {
    background-color_: #77bfff;
}

html_ *_ {
    font-size: 1em !important;
    color: #000 !important;
    font-family: Courier !important;
}

.main-tabpanel .dx-tabpanel-tabs {
    height: 0px;
    overflow: hidden;
}

.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
    border: 1px solid #ddd !important;
}
.dx-tabpanel {
    border-top: 1px solid #ddd !important;
    border: 1px solid #ddd !important;
}

.report-view-tabpanel .dx-tabpanel-tabs,
.setup-tabpanel .dx-tabpanel-tabs {
    height: initial;
    overflow: initial;
}

.main-tabs-container, .main-tabs {
    height: 100%;
    width: 100%;
}

.main-tabpanel {
    height: 100%;
    width: 100%;
}

.dx-tabpanel .dx-state-focused .dx-multiview-wrapper {
    border: 0px none #ddd;
}

.dx-tabpanel.dx-state-focused .dx-tab-selected:after {
    border-top: 0px none #ddd;
    border-right: 0px none #ddd;
    border-left: 0px none #ddd;
}

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height_: 95vh;
    height_: 95vh;
    max-height_: 100vh;
    min-width: 98vw;
    width: 98vw;
    max-width: 98vw;
    background-color_: #77bfff;
}

.header-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background_: lightgray;
    margin-bottom: 10px;
    background-color_: #77bfff;
}

.navbar {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background_: lightgray;
}

.header-container-table {
    height: 50px;
    width: 100%;
}

.header__links {
    margin-left: auto;
}

.header__links > .dx-selectbox {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.header__link {
    margin-left: 10px;
}

.header-link-main-item {
    margin-right: 30vw;
}


.footer-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98vw;
    position: absolute;
    bottom: 5px;
}

.center-container {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    height_: 85vh;
    max-height_: 85vh;
    height: calc(100vh - 85px);
    max-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .footer-container, .header-container {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .center-container {
        height: max(85vh, 85vw);
        max-height: max(85vh, 85vw);
    }
}

@media screen and (max-height: 1100px) {
    .center-container_ {
        height: calc(90vw - 0px);
        max-height: 90vw;
    }
}

.left-content {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: 200px;
    min-width: 200px;
    display_: none;
}

.right-content {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 0%;
    display: none;
}

.center-content {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    position: relative;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
}

.header-container-common {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-items: center;
}

.emptyFolderCell {
    background-color: red;
    color: aqua;
}

.common-licence-data-grid {
    position: relative;
    overflow-y: hidden;
    height: 100%;
}

.common-licence-tree-list {
    position: relative;
    overflow-y: hidden;
    height: 100%;
}

.visually-hidden, .fake-autocomplete {
    display_: none !important;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip_: rect(0 0 0 0);
    clip_: rect(0, 0, 0, 0);
    position_: absolute;
}

input[type="password" i] {
    -webkit-text-security: disc !important;
}

.report-view-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height_: 95vh;
    min-height__: 55vh;
    height: 100%;
}

.report-filter-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width_: 220px;
    min-width: 220px;
    max-width: 300px;
    overflow-y: auto;
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
    word-break: keep-all;
    border: 1px solid #ddd !important;
}

@media screen and (max-width: 1100px) {
    .report-filter-container {
        width_: 220px;
        min-width: 220px;
        max-width: 98vw;
    }
}

.hided-object {
    display: none;
}

.button-show-hide-report-filter-container {
    background-color_: white;
    height: 44px;
    width: 36px;
    left_: 100px;
    top_: 40px;
    position: absolute;
    z-index:9999;
}

.report-grid-container {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position_: relative;
    overflow-y: hidden;
    height_: 100%;
    width_: 100%;
}

.report-grid-band {
    height: 100%;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 250px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    padding-right: 10px;
    width: 126px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
    text-align: right;
}


.dx-data-row .cell-highlighted {
    background-color: #e6e6e6;
}

.dx-header-row .cell-highlighted {
    color: gray;
    font-style: italic;
}

.dx-data-row {
    background-color_: blue;
}

.dx-header-row {
    font-style_: italic;
    text-align_: center;
    margin-left_: auto;
    margin-right_: auto;
    width_: 6em;
    font-weight: bold;
    background-color_: #77bfff;
}

.dx-footer-row_ {
    color: red;
}

.dx-simple-item {
    color: red;
    border-radius: 15px;
    background-color: red;
}

.report-band {
    height: 100%;
}

.report-data-container {
    width: 100%;
    max-height: calc(100% - 0px);
    height: 100%;
    height_: 500px;
    overflow-y: auto;
}

.report-header-data {
    width: 100%;
    height_: 100%;
    max-height: calc(100% - 0px);
}

.report-footer-data {
    width: 100%;
    height_: 100%;
    max-height: calc(100% - 0px);
}

.report-main-data {
    width: 100%;
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
}

.report-header-data-tabpanel {
    width: 100%;
    height: 100%;
    max-height_: calc(100% - 0px);
}

.report-footer-data-tabpanel {
    width: 100%;
    height: 100%;
    max-height_: calc(100% - 0px);
}

.report-main-data-tabpanel {
    width: 100%;
    height: 100%;
    max-height_: calc(100% - 70px);
}


.report-header-report-info-report-name_ {
    color: blue;
    font-weight: bold;
    border-radius: 15px;
    background-color: red;
}

.dxTextBox {
    color: blue;
    font-weight: bold;
    border-radius: 15px;
    background-color: lime;
}

.report-pivot {
    max-height_: 500px;
    height_: 500px;
    position_: relative;
    overflow-y_: hidden;
    max-height: calc(100% - 0px);
    height: 100%;
}

.report-pivot-chart {
    max-height: 500px;
    height: 500px;
}

.report-pivot-container {
    position: relative;
    overflow-y: auto;
    max-height: calc(100% - 0px);
    height: 100%;
}


.templateImage_ {
    height: 50px;
    width: 50px;
    margin-right_: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    border: 1px solid lightgray;
    background-color: #fff;
}

.templateImage {
    display_: inline-block;
    vertical-align_: middle;
    width: 200px;
    height: 45px;
}

.report-header-data-cell-report-build-info,
.report-header-data-cell-title,
.report-header-data-cell-logo {
    line-height_: 50px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .report-header-data-cell-report-build-info {
        width: 20%;
        display_: none;
    }
}

.report-header-data-cell-report-build-info {
    width: 250px;
    font-size_: 10px;
}

@media screen and (max-width: 400px) {
    .report-header-data-cell-title {
        line-height: 50px;
        font-weight: 500;
        width: 60%;
        min-width: 250px;
    }
}

.report-header-data-cell-title {
    line-height: 50px;
    font-size_: 18px;
    font-size__: 600%;
    font-weight: 500;
    width_: 100%;
    width: 50%;
}

@media screen and (max-width: 400px) {
    .report-header-data-cell-logo {
        display: none;
        width: 20%;
    }
}

.report-header-data-cell-logo {
    width: 250px;
}

.dx-datagrid .dx-data-row .bold-red-font {
    color: red;
    font-weight: bold;
}

.report-chart {
    height: 100%;
}

.report-control {
    width: 100%;
    margin-top: 20px;
}

.report-control {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ddd !important;
}

.report-control-band-1 {
    margin-top: 5px;
    width: 100%;
}

.report-control-band-2 {
    margin-top: 5px;
    width: 100%;
}

.report-parameters-data_dashboard {
    display: none !important;
}

.report-filter-container_dashboard {
    display: none !important;
}

.wrapped-text {
    white-space: pre-line;
    vertical-align: bottom;
}

h1, h2, h3, h4 {
    text-align: center;
}

.distribute-accounts-good-body {
    background-color: #98EFB9;
}

.distribute-accounts-good-body {
    background-color: #98EFB9;
}

.dx-textarea .dx-texteditor-input {
    _font-size: 36px;
    font-family: Lucida Console;
}

.drop-down-button-logoff {
    width: 200px;
    _width: auto;
}
.width-100-percent {
    width: 220px;
}

.version-info-container{
    margin-left: 10px;
}
