﻿html, body {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
}

#doc-ref {
    display: none;
}

.slide-panel {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.float-panel {
    position: absolute;
    z-index: 997;
}

.float-panel,
.float-panel-style {
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: .8em;
    box-shadow: 4px 4px 2px grey;
}

    .float-panel .float-panel-header {
        position: absolute;
        width: 100%;
        height: 2.4em;
        border-radius: .8em .8em 0 0;
        padding: 0 .8em;
        background-color: #ffffff;
        border-bottom: 1px solid #dddddd;
        display: flex;
        align-items: center;
    }

        .float-panel .float-panel-header .float-panel-title {
            font-weight: bold;
        }

        .float-panel .float-panel-header .float-panel-close {
            margin-left: auto;
        }

    .float-panel .float-panel-message {
        position: absolute;
        top: 2.4em;
        left: 0;
        right: 0;
        padding: .2em .5em;
        font-size: larger;
        font-weight: bold;
        text-decoration: underline;
    }

    .float-panel .float-panel-content {
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        top: 4.6em;
        left: 0;
        right: 0;
        bottom: 3.6em;
        padding: 1em;
    }

    .float-panel .float-panel-no-msg {
        top: 2.4em !important;
    }

    .float-panel .float-panel-no-footer {
        bottom: .2em !important;
    }

    .float-panel .float-panel-footer {
        overflow-y: auto;
        position: absolute;
        left: .2em;
        right: .2em;
        bottom: .2em;
        padding: .5em;
        border-top: 1px solid #dddddd;
    }

        .float-panel .float-panel-footer .loading {
            display: inline-block;
        }

#loading-modal {
    background: rgba(0,0,0,0.65);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
}

    #loading-modal div.float-panel-style {
        min-width: 18em;
        z-index: 998 !important;
        box-shadow: none !important;
    }

div.wizard-dialog {
}

#question-dialog {
    z-index: 1048;
}

table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: text-bottom;
}

div.wizard-dialog div.wizard-message {
    font-weight: bold;
    padding: 1em 0;
}

div.wizard-dialog div.wizard-page {
}

div.wizard-dialog div.wizard-footer {
}

    div.wizard-dialog div.wizard-footer button.next {
    }

#msg-dialog .text-content,
#input-dialog .text-content {
    white-space: pre-wrap;
}

.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: max-content;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
    }

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: visible; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 80%;
}

/* Modal Title */
.modal-title {
    align-self: center !important;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* Disable tooltip opacity */
.tooltip.in,
.tooltip.show {
    opacity: 1 !important;
}
