﻿.page-body-wrapper { background: #D0D0D0; }

/*.map {
    height: calc(100vh - 63px);
}*/







.hover:hover {
    color: #007ACC !important;
}





.font-16 {
    font-size: 16px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-14, .light-dialog {
    font-size: 14px !important;
}

.bold-100, .bold-thinner {
    font-weight: 100 !important;
}

.bold-200, .bold-thin {
    font-weight: 200 !important;
}

.bold-400, .bold-normal {
    font-weight: normal !important;
}

.bold-700, .bold-thick, .light-button, .light-dialog-bar, .light-grid-table-header-cell, .light-grid-table .header > div, .dygraph-legend > span.highlight {
    font-weight: bold !important;
}

.bold-800 {
    font-weight: 800 !important;
}

.bold-900, .bold-thicker {
    font-weight: 900 !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}