﻿/* wcOverlay directive CSS styles */
.overlayContainer {
    display: none;
}

.overlayBackground {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #808080;
    opacity: 0.3;
}

.overlayContent {
    position: absolute;
    /*border: 1px solid #000;
    background-color: #fff;*/
    font-weight: bold;
    height: 100px;
    width: 200px;
    z-index: 1000;
    text-align: center;
}