﻿
/* ===================================================
 * style.light-box.css
 * ===================================================
 * The light box is a modified bootstrap message
 * dialog, which shows pictures in full screen mode.
 * =================================================== */

/* Styles the light box */
.light-box {
    margin-left: 0px !important;
    display: none;
    position: absolute;
}
.light-box-backdrop {
    display: none;
}