﻿.adc_modal_masker
{
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.75;
    z-index: 9998;
    filter: alpha(opacity=75);
    /*background-color: rgb(235, 236, 255);*/  /*light grey*/
    background-color: #6c7482;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.adc_modal_container
{
    z-index: 9999;
    position: fixed;
    top: 15%;
    width: 500px;
    height: 500px;
    background-color: #FFFFFF;
    outline: 0 !important;
    border: none !important;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
}

.adc_modal_header
{
    width: 100%;
    height: 32px;
    border-bottom: 1px solid rgb(233,233,233);
    margin: 7px 0 0 0;
}

div.adc_modal_closeicon
{
    width: 22px;
    height: 23px;
    float: right; 
    margin-right: 5px;
    background: url("../../Content/images/misc/close-23.png") right center no-repeat; 
    background-size: contain;
    cursor: pointer;
}

div.adc_modal_closeicon:hover
{
    width: 22px;
    height: 23px;
    background: url("../../Content/images/misc/close-24.png") right center no-repeat; 
}


.adc_modal_footer
{

}