﻿/* HTML elemnts */
html, body, form {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: Arial;
    font-size: 11pt;
}

/* Openlayers 3 style */
.ol-zoom {
    top: 52px !important;
}

.ol-attribution {
    /*right: 52px !important;*/
    bottom: 24px !important;
}

/* Custom class styles */
#map, .fill, html, body, form {
    width: 100%;
    height: 100%;
}

#mapLoading {
    position: fixed;
    right: 12px;
    bottom: 24px;
}

.invisible {
    display: none !important;
}

.center {
    text-align: center;
}

.block-center {
    display: block;
    text-align: center;
}

input[type=text].error, input[type=password].error, input[type=checkbox].error {
    color: #ff0000;
    background-color: #ffffbb;
    border: 1px solid #ff0000;
}

label.error, label.custom-error, div.error, span.error {
    color: #ff0000;
}

.button-panel button.close {
}

.button-panel button.k-button {
    line-height: 30px;
}

    .button-panel button.k-button img.k-image {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

.button-panel button.k-button-icon {
    width: auto;
    height: 38px;
    padding: 0.4em;
}

.small-button-panel button.k-button {
    line-height: 15px;
}

    .small-button-panel button.k-button img.k-image {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }

.full-width {
    width: 100%;
}

button.logged-in, button.logged-out {
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.read {
    background-color: #eeeeee !important;
}

.disabled {
    color: #999999;
}

.dialog-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.dialog-fixed-message {
    position: absolute;
    top: 0px;
    height: 48px;
    width: 100%;
}

.dialog-content-panel {
    position: absolute;
    top: 0px;
    bottom: 48px;
    width: 100%;
}

.dialog-middle-content-panel {
    position: absolute;
    top: 48px;
    bottom: 48px;
    width: 100%;
}

.dialog-middle-content-panel-fit-top {
    position: absolute;
    top: 0px;
    bottom: 48px;
    width: 100%;
}

.dialog-middle-content-panel-fit-bottom {
    position: absolute;
    top: 48px;
    bottom: 0px;
    width: 100%;
}

.dialog-button-panel {
    position: absolute;
    bottom: 0px;
    height: 48px;
    width: 100%;
}

    .dialog-button-panel > div {
        padding-top: 12px;
    }

    .dialog-button-panel button {
        min-width: 80px;
        white-space: nowrap;
    }

        .dialog-button-panel button.k-button img.small {
            width: 22px !important;
            height: 22px !important;
            vertical-align: middle;
        }

div.table {
    display: table;
}

    div.table div.row {
        display: table-row;
    }

        div.table div.row div.cell {
            display: table-cell;
        }

.scroll {
    overflow: auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.label-list label {
    padding-right: 12px;
}

div.indent {
    padding-left: 12px;
}

    div.indent table {
        border-collapse: collapse;
        width: 100%;
    }

        div.indent table tr td {
            padding: 4px;
        }

            div.indent table tr td:not(:first-child) {
                line-height: 24px;
            }

            div.indent table tr td:first-child:not([colspan]) {
                width: 140px;
            }

table.row-line tr td {
    border-bottom: #dddddd 1px solid;
}

table.row-line tr:last-child td {
    border-bottom: none !important;
}

.wizard-message,
.dialog-message {
    line-height: 48px;
    font-weight: bold;
}

table.padding {
    border-collapse: collapse;
    margin: auto;
}

table.wizard-table {
    border-collapse: collapse;
    margin-left: 6px;
    width: 100%;
}

    table.wizard-table tr td,
    table.padding tr td {
        padding: 6px 3px;
    }

table.more-padding tr td {
    padding: 12px 3px !important;
}

div.k-grid div.k-grid-content table tbody tr.k-grouping-row td p {
    cursor: pointer;
}

.simple-validation span.k-widget.k-tooltip-validation {
    display: inline-block;
    text-align: left;
    border: 0;
    padding: 0px 0px 0px 2px;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
}

.simple-validation .k-tooltip-validation .k-warning {
    display: none;
}

.small-text {
    font-size: 10pt;
}

.float-panel {
    position: fixed;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #cccccc;
    font-size: smaller;
}

div.tree span.k-in {
    line-height: 24px;
}

    div.tree span.k-in input {
        vertical-align: middle;
    }

    div.tree span.k-in img {
        margin: 0px 3px;
        vertical-align: middle;
    }

    div.tree span.k-in span.active {
        font-weight: bold;
    }

div.barrier-diagram {
    display: inline-block;
    position: relative;
    padding: 6px;
    border: 2px solid #000000;
}

    div.barrier-diagram img {
        width: 192px;
        height: 192px;
        border: none;
        margin: 0px;
        padding: 0px;
    }

    div.barrier-diagram input[type=text] {
        width: 20px;
        position: absolute;
    }

button.long-button {
    min-width: 100px;
    width: auto !important;
}

.credit-normal {
    color: #4BA524;
}

.credit-warning {
    color: #E2C501;
}

.credit-danger {
    color: #FF0000;
}

.strong {
    text-decoration: underline;
    font-weight: bold;
}

.sub-title {
    text-decoration: underline;
    font-weight: bold;
    padding: 6px 0px;
}

.attrColumn {
    display: inline-block;
    font-weight: bold;
    color: #0000ff;
    min-width: 54px;
    padding-right: 2px;
}

.vtop {
    vertical-align: top;
}

/* Specified elements */
#fixTop {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 46px;
    background-color: #666666;
}

    #fixTop > div {
        padding: 4px;
    }

#fixBody {
    position: fixed;
    top: 46px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#fixTop button.project-loaded,
#fixTop button.global-loaded,
#fixTop button.normal-loaded,
#fixTop button.full-ds-loaded,
#secondaryToolbar button.project-loaded,
#secondaryToolbar button.global-loaded,
#secondaryToolbar button.normal-loaded,
#secondaryToolbar button.full-ds-loaded {
}

#secondaryToolbar {
    position: fixed;
    top: 46px;
    left: 0px;
    padding: 0px 4px 4px 4px;
    background-color: #666666;
}

    #fixTop div.seperator,
    #secondaryToolbar div.seperator {
        display: inline-block;
        width: 4px;
        height: 38px;
        background-color: #eeeeee;
        vertical-align: bottom;
        padding: 0px;
    }

#loginDialogLoading,
#loginResetPasswordDialogLoading {
    vertical-align: middle;
    margin: auto;
    padding-right: 12px;
}

#loginForm table tbody tr:last-child td,
#loginResetPasswordForm table tbody tr:last-child td {
    text-align: right;
    vertical-align: middle;
    padding-top: 12px;
}

#loginSubmitButton,
#loginCancelButton,
#loginResetPasswordDialogSubmitButton,
#loginResetPasswordDialogCancelButton {
    min-width: 80px;
}

#loginForm table tbody .k-form-error,
#importOdenArchiveForm .k-form-error,
#importNoiseMapDialog .k-form-error,
#import3dModelsForm .k-form-error {
    display: inline-block;
    padding-left: 2px;
}

#layerButtonFloatPanel,
#wizardButtonFloatPanel,
#wizardButtonNoiseFloatPanel,
#wizardButtonAirFloatPanel /*,
#regulatoryWizardButtonFloatPanel*/ {
    position: fixed;
    top: 48px;
    left: 0px;
    padding-right: 4px;
    background-color: #666666;
}

    #layerButtonFloatPanel button.k-button,
    #wizardButtonFloatPanel button.k-button,
    #wizardButtonNoiseFloatPanel button.k-button,
    #wizardButtonAirFloatPanel button.k-button /*,
    #regulatoryWizardButtonFloatPanel button.k-button*/ {
        margin: 0px 0px 4px 4px;
    }

#messageDialog .dialog-button-panel,
#confirmDialog .dialog-button-panel,
#inputDialog .dialog-button-panel,
#editAttributeDialog .dialog-button-panel {
    text-align: right;
}

#messageDialog .dialog-holder,
#confirmDialog .dialog-holder {
    min-height: 120px;
}

#inputDialog .dialog-holder {
    min-height: 160px;
}

#progressDialogImage,
#messageDialogImage,
#confirmDialogImage {
    padding-left: 12px;
    padding-right: 12px;
}

#progressDialog .dialog-holder table {
    min-height: 80px;
}

    #progressDialog .dialog-holder table tr td {
        vertical-align: middle;
    }

        #progressDialog .dialog-holder table tr td:first-child {
            width: 56px;
            text-align: center;
        }

#projectInfoFloatPanel {
    top: 54px;
    right: 6px;
    min-width: 300px;
}

    #projectInfoFloatPanel table tr td:first-child {
        padding-right: 12px;
    }

#editAttributeTable tr td.short,
.attrName {
    font-size: 10pt;
    font-weight: bold;
    color: #0000ff;
}

#editAttributeTable tr td.long {
    font-size: 10pt;
}

#editAttributeTable tr td.field {
    width: 182px;
}

#editAttributeTable input[type=text].k-textbox {
    width: 360px !important;
}

#editAttributeTable span.k-dropdown-wrap {
    width: 330px !important;
}

#editAttributeTable input[type=text].k-textbox,
#editAttributeTable input[type=text].k-input {
    color: #000000;
}

#editAttributeTable input[type=text][disabled] {
    color: #999999 !important;
}

#editAttributeTable span.k-combobox {
    width: auto !important;
}

#editAttributeTreeOverlay {
    background: #ffffff;
    opacity: 0.5;
}

#baseMapButtonPanel {
    position: absolute;
    padding: 0px 4px 0px 0px;
    background-color: #666666;
}

    #baseMapButtonPanel button.k-button {
        margin: 0px 0px 4px 4px;
    }

#logoOden {
    position: fixed;
    background: url('../images/common.main-logo.png') no-repeat;
    bottom: 4px;
    left: 4px;
    width: 204px;
    height: 76px;
}

/*
#logoHtml5 {
    position: fixed;
    background: url('Images/common.html5.png') no-repeat;
    bottom: 28px;
    right: 4px;
    width: 48px;
    height: 48px;
}
*/

#addressSearchToolbarForm {
    display: inline;
}

#addressSearchDialog table thead th:last-child {
    width: 100px;
    height: 48px;
}

#addressSearchDialog table thead th input[type=text] {
    width: 100%;
}

#addressSearchDialog table thead th button {
    width: 84px;
}

#addressSearchDialogResultPanel {
    overflow-y: auto;
}

    #addressSearchDialogResultPanel div,
    #selectAreaForExtractDialogResultPanel div {
        border-bottom: 1px solid #cccccc;
        padding: 4px 0px;
    }

#editCoordinateDialog input[type=number] {
    text-align: right;
    width: 180px;
}

#querySearchDialogPage4 div.record {
    line-height: 20px;
    padding: 1px;
}

    #querySearchDialogPage4 div.record input.pan,
    #querySearchDialogPage4 div.record input.zoom,
    #querySearchDialogPage4 div.record input.remove {
        margin-left: 2px;
        padding: 1px;
        border: 1px solid #666666;
        border-radius: 2px;
        width: 18px;
        height: 18px;
        vertical-align: top;
    }

#querySearchDialogPage4 > table.attr {
    margin-left: 20px;
}

#includeExcludeBuildingWizardPage5 > div,
#querySearchDialogPage9 > div {
    padding-top: 6px;
}

    #includeExcludeBuildingWizardPage5 > div label,
    #querySearchDialogPage9 > div label {
        font-weight: bold;
        padding: 2px 4px;
    }

    #includeExcludeBuildingWizardPage5 > div button.k-button,
    #querySearchDialogPage9 > div button.k-button {
        margin-left: 3px;
    }

#includeExcludeBuildingWizardPage5 > table tr td:first-child,
#querySearchDialogPage9 > table tr td:first-child {
    padding-left: 36px;
    padding-right: 12px;
    font-weight: bold;
}

#inputDialogMessage {
    line-height: 48px;
}

#extractProjectToolbar,
#createProjectToolbar,
#updateProjectToolbar {
}

#editAdvanceOptionsDialog table thead td {
    border-bottom: 1px solid #cccccc;
}

#legendDialogNoiseTabContent > div,
#legendDialogAirTabContent > div,
#legendDialogSolarTabContent > div {
    padding: 3px 0px;
}

#legendDialogNoiseTabContent div.noise-color,
#legendDialogAirTabContent div.noise-color,
#legendDialogSolarTabContent div.noise-color {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    border: 1px solid #999999;
}

#legendDialogNoiseTabContent span,
#legendDialogAirTabContent span,
#legendDialogSolarTabContent span {
    padding-left: 4px;
}

#deleteAllFeaturesWizardPage0 > div,
#restoreOriginalWizardPage0 > div {
    padding: 6px;
}

#featureContextMenu li span {
    white-space: nowrap;
}

#barrierWizardPage0 div.center div {
    display: inline-block;
    padding: 6px;
    border: 1px solid #666666;
}

#barrierWizardPage0 a img {
    width: 96px;
}

#barrierWizardPage1 div.center button {
    margin: 6px;
}

#uploadDxfWizardDxfLayerHolder {
    height: 240px;
    overflow-y: auto;
    border: 1px solid #cccccc;
    padding: 6px;
}

#selectAreaForExtractDialogSearchPanel1 {
    position: absolute;
    left: 0px;
    right: 96px;
    height: 36px;
    padding-right: 6px;
}

#selectAreaForExtractDialogPage0 div {
    padding-bottom: 6px;
}

#selectAreaForExtractDialogSearchPanel2 {
    position: absolute;
    width: 96px;
    right: 0px;
    height: 36px;
}

#selectAreaForExtractDialogResultPanel {
    position: absolute;
    width: 100%;
    top: 36px;
    bottom: 0px;
}

#projectDialogProjectCredit,
#calculationDialogCalculationCredit {
    font-weight: bold;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 6px;
}

#calculationDialog div.dialog-button-panel div.seperator {
    display: inline-block;
    background: rgb(219, 219, 222);
    width: 4px;
    height: 32px;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px 6px;
}

#calculationDialog .calculation-tab-page {
    overflow: hidden;
}

    #calculationDialog .calculation-tab-page td .k-dirty {
        display: none;
    }

    #calculationDialog .calculation-tab-page td.center {
        padding: 0;
        margin: 0;
    }

        #calculationDialog .calculation-tab-page td.center input[type=image],
        #calculationDialog .calculation-tab-page td.center a.grid-icon img {
            margin: 0 auto;
            border: 0;
            width: 16px;
        }


#drawVerticalScreenDialogForm {
    height: auto;
}

    #drawVerticalScreenDialogForm table td {
        white-space: nowrap;
    }

    #drawVerticalScreenDialogForm input[type=number] {
        width: 120px;
    }

    #drawVerticalScreenDialogForm input[type=file] {
        width: 0;
        visibility: hidden;
    }

    #drawVerticalScreenDialogForm .k-invalid-msg {
        display: inline;
        padding-left: 0.2em;
    }

#resultManagerDialogCycleResultRow label,
#exposureWizardPage0 label {
    padding-right: 24px;
}

#resultManagerDialogResultHolder,
#resultManagerDialogWindFieldHolder {
    line-height: 24px;
    overflow-y: auto;
    max-height: 360px;
}

#resultManagerDialogLoading,
#analysisResultDialogLoading {
    position: absolute;
    width: 100%;
    height: 360px;
    text-align: right;
    top: 48px;
    right: 12px;
}

#editCoordinateTableBody tr td input[type=text] {
    width: 120px;
}

#extractFullDatasetProjectDialogRegionHolder {
    max-height: 420px;
    overflow: auto;
}

    #extractFullDatasetProjectDialogRegionHolder div {
        padding: 3px 24px 3px 0px;
    }


#legendFloatPanel {
    bottom: 82px;
    right: 6px;
}

    #legendFloatPanel .title {
        font-size: larger;
    }

    #legendFloatPanel .entries {
    }

#extractProjectDialog .dialog-content-panel {
    overflow-y: auto;
}

#extractProjectDialog .k-invalid-msg {
    display: inline;
    padding-left: 0.2em;
}

#extractProjectDialogLoading {
    vertical-align: bottom;
}

.wizard-action-button-panel {
    text-align: center;
}

    .wizard-action-button-panel button {
        width: 300px;
    }

#editCalineHKWizardPage2 table thead tr th,
#editCalineHKWizardPage2 table tbody tr td {
    width: 90px;
}

    #editCalineHKWizardPage2 table thead tr th:last-child,
    #editCalineHKWizardPage2 table tbody tr td:last-child {
        width: auto !important;
        padding-left: 8px;
    }

#editCalineHKWizardPage2 table td input {
    width: 100%;
}

#editAermodCalculationParamDialog div.dialog-content-panel table.padding tr td:first-child {
    width: 140px;
}

#modelShareDialog .dialog-content-panel table tr td:first-child {
    width: 48px;
}

#modelShareDialogUrl {
    width: 420px;
}

#analysisResultDialogLegend div.heading,
#analyseLayerByColorWizardLegend div.heading {
    font-weight: bold;
    line-height: 18px;
}

#analysisResultDialogLegend div.color,
#analyseLayerByColorWizardLegend div.color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
}

#analysisResultDialogLegend div.title,
#analyseLayerByColorWizardLegend div.title {
    display: inline-block;
    padding-left: 2px;
    line-height: 18px;
    vertical-align: top;
}

#totalAirQualityImpactsWizard .wizard-table div.error {
    display: inline-block;
}

#aermodEmissionSourceWizardPage0 button {
    width: 330px;
}

table.landuseTable {
    margin-top: 10px;
    border: 1px solid #aaa;
    width: 600px;
    border-collapse: collapse;
}

    table.landuseTable td, table.landuseTable th {
        border: 1px solid #ccc;
    }

    table.landuseTable tbody td {
        font-size: 13px;
    }

    table.landuseTable thead {
        background: #ddd;
        border-bottom: 2px solid #aaa;
        text-align: center;
    }

        table.landuseTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #000000;
        }

    table.landuseTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        border-top: 3px solid #000000;
    }

        table.landuseTable tfoot td {
            font-size: 14px;
        }

#facadeBenefitWizard .k-textbox,
#facadeBenefitWizard .k-dropdown,
#facadeBenefitWizard .k-numerictextbox,
#cavePluginWizard .k-textbox,
#cavePluginWizard .k-dropdown,
#cavePluginWizard .k-numerictextbox {
    width: 240px;
}

#calculationThreeDSelectDialog .dialog-middle-content-panel button,
#calculationThreeDSelectDialog .dialog-middle-content-panel .k-textbox,
#calculationThreeDSelectDialog .dialog-middle-content-panel .k-dropdown {
    width: 300px;
}