﻿.ModalOuterHolder, .NotifierOuterHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 112010;
    top: 0px;
    left: 0px;
    display: none;
}

    .ModalOuterHolder:after, .NotifierOuterHolder:after {
        content: "";
        float: left;
        height: 1%; /*the fix*/
        width: 0;
    }

.ModalOuterFader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 112011;
    top: 0px;
    left: 0px;
    background: #000000;
    opacity: 0.3;
}

.ModalInnerHolder, .NotifierInnerHolder {
    position: fixed;
    z-index: 112012;
    top: 50%;
    left: 50%;
}

.ModalInnerHolder {
    border-radius: 4px;
    box-shadow: 0 0 35px #333333;
    background: #ffffff;
}

.NotifierInnerHolder {
    position: fixed;
    z-index: 112310;
    top: 0px;
    left: 0px;
    cursor: pointer;
    padding: 10px 25px;
    box-shadow: 0 0 25px -4px #333333;
    border: 1px solid #FFE68F;
    background: #FFF2C5;
}

    .NotifierInnerHolder.NotifyPosition:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 112309;
        width: 7px;
        height: 7px;
        box-shadow: -6px -6px 12px -1px #666666;
        border-left: 1px solid #FFE68F;
        border-top: 1px solid #FFE68F;
        background: #FFF2C5;
    }

    .NotifierInnerHolder.NotifyTop:before {
        bottom: -5px;
        transform: rotate(-135deg);
        left: 50%;
        margin-left: -4px;
    }

    .NotifierInnerHolder.NotifyBottom:before {
        top: -5px;
        transform: rotate(45deg);
        left: 50%;
        margin-left: -4px;
    }

    .NotifierInnerHolder.NotifyRight:before {
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -4px;
        left: -5px;
        box-shadow: -6px -6px 12px -2px #666666;
    }

    .NotifierInnerHolder.NotifyLeft:before {
        transform: rotate(135deg);
        top: 50%;
        margin-top: -4px;
        right: -5px;
        box-shadow: -6px -6px 12px -2px #666666;
    }

.ModalInnerHeader {
    float: left;
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    max-height: 49px;
    overflow-y: hidden;
}

.ModalShadow {
    width: 100%;
    height: 18px;
    box-shadow: inset 0 18px 18px -24px rgba(0, 0, 0, .3);
}

.ModalBottomShadow {
    /*position: fixed;
    left: 50%;
    top: 50%;*/
    height: 18px;
    width: 100%;
    margin-top: 7px;
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -30px;
    padding-right: 30px;
    box-shadow: inset 0 -18px 18px -20px rgba(120, 120, 120,.3);
}

.Modal2BottomShadow {
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -30px;
    padding-right: 30px;
    height: 18px;
    width: 100%;
    box-shadow: inset 0 -18px 18px -20px rgba(120, 120, 120,.3);
}


.Modal2BottomContent {
    margin: 0px -30px 0px -40px;
    padding: 11px 30px 15px 40px;
    background: #F7F7F7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 39px;
}

.ModalBottomContent {
    margin: 0px -30px 0px -40px;
    padding: 11px 30px 15px 40px;
    background: #F7F7F7;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 39px;
}

.ModalOuterCloser {
    background: url('/Images/crosscloseb12.png') top center no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
}

    .ModalOuterCloser:hover {
        background-position: bottom center;
    }

.ModalInnerContent {
    padding: 12px 30px 0px 40px;
}
