﻿.alertBg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0,0,0,.4);
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

    .alertBg .alertPlaceholder {
        background-color: #fff;
        width: 478px;
        padding: 17px;
        border-radius: 5px;
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%;
        margin-left: -256px;
        margin-top: -200px;
        overflow: hidden;
        z-index: 99999;
    }

        .alertBg .alertPlaceholder h3 {
            font-size: 20px !important;
            margin: 10px auto !important;
            color: #222;
            display: block;
            line-height: 1.6;
            font-weight: normal;
        }

.alertIcon {
    display: block;
    text-align: center;
}

    .alertIcon img {
        display: inline-block;
    }


.alertBg .alertPlaceholder button {
    background-color: #AEDEF4;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer;
}

    .alertBg .alertPlaceholder button.cancel {
        background: rgb(221, 107, 85);
    }

    .alertBg .alertPlaceholder button.success {
        background: #0086c5;
    }

.alertBg .alertPlaceholder input.datetimePicker {
    width: 50% !important;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.inlineError {
    color: rgb(221, 107, 85);
    margin: 10px 0;
}
