﻿/* Local styling for a 911web page */
body {
    position: relative;
    height: auto;
    min-height: 100% !important;
}

div.dialogBox {
    font-size: 24px;
    text-align: left;
    vertical-align: middle;
}

div.hide {
    display: none;
}

div.show {
    display: block;
}

/* JQuery UI overrides */
.ui-dialog-titlebar {
    font-size: 24px;
    background: #000099;
    color: #ffffff;
}

.ui-button-text {
    font-size: 24px;
}

.ui-tabs, .ui-tabs-panel {
    padding: 0px 0px 0px 0px !important;
}

.ui-widget-overlay {
    /* Gray out overlay when dialog box is active */
    background: #000000;
    opacity: .6;
}

/* Hide the 'X' close button in a JQuery dialog box */
.no-close .ui-dialog-titlebar-close {
    display: none;
}
