﻿.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 30%;
    border: 1px solid #0DA9D0;
    padding: 0;
}

.modal-inner {
    position: fixed;
    z-index: 100001;
    left: 472px;
    top: 14px;
    height:190px;
    border-radius: 12px !important;
}
.modalPopup .header {
    height: 40px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    border-bottom: 1px solid #0d6d93;
}


    .modalPopup .header h2 {
        font-size: 24px;
        color: red;
        font-weight: bold;
        margin-bottom: 18px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        margin-top: 18px;
        color:red;
    }

.modalPopup .body .btn-primary {
    width: auto !important;
    border-radius:5px !important;


}

/* Model popup for Session Expired on login in another browser */

.sessionexpiredmodalPopup {
    background-color: #FFFFFF;
    width: 35%;
    border: 1px solid #0DA9D0;
    padding: 0;
}

.sessionexpiredmodal-inner {
    position: fixed;
    z-index: 100001;
    left: 472px;
    top: 14px;
    height: 250px;
    border-radius: 12px !important;
}

.sessionexpiredmodalPopup .header {
    height: 40px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 15px !important;
    border-bottom: 1px solid #0d6d93;
}


    .sessionexpiredmodalPopup .header h2 {
        font-size: 24px;
        color: red;
        font-weight: bold;
        margin-bottom: 18px;
    }

.sessionexpiredmodalPopup .body {
    min-height: 50px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 18px;
    color: red;
}

    .sessionexpiredmodalPopup .body .btn-primary {
        width: auto !important;
        border-radius: 5px !important;
    }