﻿
.div-success {
    background: #c8eac0;
    color: black;
    border: 0.5px solid #45ce23;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
}

.div-failed {
    background: #fff7c1;
    color: black;
    border: 0.5px solid #e9d64d;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
}

.headingPopup {
    height: 30px !important;
    padding: 8px 0px 0px 10px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}

.p-u-success {
    background: #1b8002;
    color: #fff;
    border: 0.5px solid #1b8002;
}

.p-u-warning {
    background: #e9d64d;
    color: #53350f;
    border: 0.5px solid #e9d64d;
}

.p-u-system {
    background: #161ec3;
    color: #fff;
    border: 0.5px solid #161ec3;
}

.p-u-danger {
    background: #d12e2e;
    color: #fff;
    border: 0.5px solid #d12e2e;
}

.popup_box {
    /* Hide the DIV */
    display: none;
    position: relative;
    top: 150px;
    max-width: 400px;
    margin: 0px auto;
    padding: 0px;
    font-size: 14px;
    font-family: Verdana;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
}

#popDetails {
    max-height: 300px;
    overflow-y: auto;
}

#msgPopupClose, #msgPopupCloseSession, #divConfirmationPopupClose {
    cursor: pointer;
    right: 5px;
    top: 5px;
    position: absolute;
    font-size: 20px;
}

#msgPopUpOk, #msgPopUpOkSession, #btnConfirmation {
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #534d4d;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    border-radius: 3px;
}

#msgPopUpOkWrapper {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

.outerPopUp {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5);
}

#popDetails {
    margin-top: 20px;
    font-weight: bold !important;
    color: Black;
    padding: 0px 8px 0px 10px;
}
