/* CSS file for the lunardialog jQuery library.  Please edit these selectors
   in the project CSS file, not here. */

/* Unless absolutely required, it is recommended that you do not alter the
   following .float and .push selectors CSS. */
.lunar-dialog.float {
    position: absolute;
    top: 0px;
    left: 0px;
}

.lunar-dialog.push {
}

/* The following selectors can be freely changed without adversely affecting the
   plugin. */
.lunar-dialog {
    width: auto;
    z-index: 1000;
}

.lunar-dialog .inner {
    padding: 10px;
    border: 1px solid black;
    background: white;
}

/* this is needed to properly adjust the origin offset. */
.lunar-dialog .inner .ajax-container {
    overflow: auto;
}

.lunar-dialog .inner .button-container {
    float: right;
}

.lunar-dialog .lunar-dialog-button {
}

.lunar-dialog .close-button {
}

.lunar-dialog .confirm-button {
}
