﻿.logo {
    width: 100px;
    height: 130px;
}

body {
    margin: 0 0 0 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    height: 100%;
    width: 100%;
}

.leftPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100vh;
}

.rightPanel {
    position: relative;
    margin-left: 120px;
    height: 100vh;
}

.panelBase {
    width: 110px;
    margin: 10px 5px 10px 5px;
    text-align: center;
}

.panelheading {
    margin: 10px 0px 0px 0px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: larger;
    color: darkgray;
    text-align: left;
}
.panelbody {
    text-align: left;
    margin-left: 10px;
    margin-top: 0px;
}

.linkbutton {
    margin-bottom: 6px;
    font-weight: bold;
    color: #D22030;
}

.linkbuttonedit {
    margin-bottom: 6px;
    font-weight: bold;
    color: #ff6a00;
}

.linkbutton-lg {
    padding-top: 6px;
    font-weight: bold;
    color: #D22030;
    letter-spacing: 2px;
    font-size: larger;
}

.dx-dashboard-title-toolbar .dx-toolbar-item {
    font-size: 1.5em;
    font-weight: bold;
    height: auto !important;
    color: #4D4D4D;
}

.dx-dashboard-caption-toolbar {
    padding-top: 0px;
    padding-bottom: 0px;
}


.dx-dashboard-caption-toolbar .dx-toolbar-items-container {
    height: 40px;
}

.dx-dashboard-caption-toolbar .dx-toolbar-item {
    font-size: 1.2em;
    font-weight: bold;
    color: #4D4D4D;
}

    .dx-dashboard-caption-toolbar .dx-button-text {
        color: #4D4D4D;
    }

.dx-dashboard-caption-toolbar .dx-button-content svg {
    width: 40px;
    height: 40px;
}

/*.dx-pivotgrid .dx-pivotgrid-area tr > td > span {
    white-space: nowrap;
}*/

.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span {
    white-space: nowrap;
}

.error {
    color: red;
    font-weight: bold;
}