﻿#waitAjax.load {
    opacity:1!important;
}
#content_html_lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color:rgba(0, 0, 0, 0.50);
    
}
#content_html_lightbox h1 {
    line-height:45px;
    margin-bottom:15px;
}

#content_html_lightbox.preload {
    background-image:url(../App_Images/preloader-grey.gif);
    background-position:center center;
    background-repeat:no-repeat;
}


#boxContent {
    display: block;
    position: relative;
    max-width: 500px;
    margin: auto;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.closeLightbox {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background-color: #007dc5;
    background-image: url(../App_Images/btnClose.png);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    z-index: 3;
}
.closeLightbox:hover {
        background-color:#000;
        color:#fff;
    }
#insertBoxContent {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    
    padding: 30px;
    position: relative;
    z-index:1;
    margin: auto;
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #666;
}
#insertContent {
    font-family: 'Open Sans', sans-serif;
    display: block;
    max-width: 500px;
    padding: 20px;
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

/*-------------------------------------------------------------------*/

#boxContent h3 {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}