﻿.dx-dashboard-viewer {
    /*width: 99.99%;*/
}

.dx-item.dx-tab .dx-dashboard-ellipsis {
    /*font-weight: 600;*/
    color: black !important;
}

.dx-item.dx-tab:not(.dx-tab-selected) {
    border-top: solid red 1px;
    border-left: solid red 1px;
    /*border-right: solid red 1px;*/
    border-bottom: solid red 1px;
    border-radius: 3px 3px 0px 0px !important;
    border-bottom-color: red;
    border-bottom-width: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.dx-item.dx-tab.dx-tab-selected {
    border-top: solid red 1px;
    border-left: solid red 1px;
    /*border-right: solid red 1px;*/
    border-bottom: solid white 1px;
    border-radius: 3px 3px 0px 0px !important;
    border-bottom-color: white;
    border-bottom-width: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

    .dx-item.dx-tab.dx-tab-selected .dx-dashboard-ellipsis {
        /*font-weight: 600;*/
        color: red !important;
    }

.dx-tabs.wrapper .dx-tab:last-of-type {
    border-top: solid red 1px;
    border-left: solid red 1px;
    border-right: solid red 1px;
    border-bottom: solid red 1px;
    border-radius: 3px 3px 0px 0px !important;
    border-bottom-color: red;
    border-bottom-width: 1px;
}

.dx-dashboard-tabs-content {
    /*border-left: solid red 1px;*/
    /*border-right: solid red 1px;*/
    /*border-bottom: solid red 1px;*/
    /*margin: 3px;*/
}

.dx-datagrid-headers {
    background-color: red;
    color: white;
    font-weight: 600;
    border-bottom: 1px solid red;
}

.dx-dashboard-caption-toolbar .dx-button, .dx-dashboard-caption-toolbar .dx-toolbar-item, .dx-dashboard-title-toolbar .dx-button, .dx-dashboard-title-toolbar .dx-toolbar-item {
    color: black;
    font-weight: 500;
    /*font-size: 100%;*/
}

.dashboard-style {
    width: 100% !important;
    height: 100% !important;
}

.dashboard-skynet-style {
    width: 100% !important;
    height: 97% !important;
}

/*.dx-pivotgrid-horizontal-headers {
    background-color: red;*/
    /*color: white !important;*/
    /*font-weight: 400;*/
    /*border-bottom: 1px solid red;*/
/*}

.dx-pivotgrid .dx-pivotgrid-area td:not(.dx-grandtotal) {
    color: white;
}*/

.dx-data-row {
    user-select: text;
}

.dx-row-lines {
    user-select: text !important;
}

.dx-datagrid-summary-item {
    font-weight: 800 !important;
}

/* Bing Maps */

.MicrosoftMap .Infobox.no-title .infobox-info {
    margin-right: 6px !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center !important;
    color: black !important;
    width: 100% !important;
    font-size: 12px !important;
}

.NavBar_MapTypeButtonContainerWrapper {
    position: relative !important;
    top: 0px !important;
    left: -40px !important;
    display: none !important;
}

.customInfobox {
    background-color: rgba(0,0,0,0.5);
    color: white;
    max-width: 300px;
    max-height: 270px;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    pointer-events: auto !important;
}

    .customInfobox .title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

