﻿.popup {
    display: none;
    position: fixed;
    top: 160px;
    left: 100px;
    max-width: 400px;
    width: 100%;
    cursor: default;
    z-index: 10000;
    border: 1px solid #263238;
}
    .popup .main {
        width: 100% !important;
        height: 100%;
        padding: 0px 30px 2px 30px;
        background-color: white;
        font-family: IRANSans, Tahoma;
        font-size: 14px;
        text-align: center;
    }
        .popup .main .contentWrapper {
            overflow: auto;
            min-height: 98px;
            line-height: 98px;
        }
        .popup .main .content {
            display: inline-block;
            margin:40px 0px 40px 0px;
            line-height: 20px;
            color:black;
            font-size: 14px;
            direction: rtl;
        }
        .popup .main .buttons {
        }
        .popup .main .buttons .yes {
            margin-bottom: 10px;
        }
        .popup .main .buttons .no {
            margin-bottom: 10px;
        }
        .popup .main .buttons .close {
            margin-bottom: 10px;
        }
.btnPopupYes {
    width: 200px;
    color: black !important;
    font-size: 14px;
}
.btnPopupNo {
    width: 200px;
    background-color: #2B2B2B !important;
    color: white !important;
    font-size: 14px;
}
.btnPopupClose {
    width: 200px;
    background-color: #2B2B2B !important;
    color: white !important;
    font-size: 14px;
}
.popupDarkBG {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    opacity: 0.75;
    z-index: 4;
}
