﻿* {
    margin: 0;
    padding: 0;
}

.hideMe {
    display: none;
    visibility: hidden;
}

html, body {
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100%;
    /*background: yellow;*/
}

.disabled {
    pointer-events: none;
}

.ui-tooltip {
    white-space: pre-line;
}

.popover {
    background: lightblue;
}