﻿#alert_overlay
{
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.55;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#alert_modal
{
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: 0 none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}

#alert_modal.fade.in
{
    top: 13%;
}

#alert_modal.fade
{
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}



#alert_header
{
    margin-top: 5px;
}

#alert_body
{
    margin: 20px 0 15px 30px;
    max-height: 270px;
    overflow-y: auto;
}

#alert_footer
{
    margin-bottom: 5px;
    text-align: center;
    width: 580px;
}

#alert_footer .btn
{
    /*background-color: Transparent;*/
    background-image: none;
}

#alert_footer .btn:hover
{
    /*background-color: #ACC4D0;*/
    box-shadow: 3px 3px 3px gray;
}

#alert_type_img
{
    float: left;
    height: 20px;
    margin-right: 5px;
}

#alert_header h4
{
    margin-left: 30px;
}

#loading_img
{
    height: 100px;
    width: 100px;
}

.actionTopic
{
    /*color: Red;*/
    font-weight: bold;
}
