﻿@import url('Responsive/Responsive.css');

/* ------------ */
/*  Glass Area  */
/* ------------ */

.Glass-Container {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: transparent !important;
}

.Glass {
    position: absolute !important;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: inline-block;
    opacity: .25;
}

.Glass-Content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    display: block;
}

    .Glass-Content.DNNEmptyPane {
        background-color: #fff;
    }
