﻿body {
    font-family: Arial;
    font-size: 10pt;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 50%;
    border: 3px solid #0DA9D0;
    overflow: scroll;
    top: 10% !important;
    left: 25% !important;
    /* height: 100% !important; */
    border-radius: 50px;
    padding: 25px 15px;
}

    .modalPopup table {
        width: 100%;
    }

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        padding: 30px 5px 5px 5px;
        width: 100%;
        float: left;
    }
        .modalPopup .body img{

        }
        .modalPopup .body img.module_logo {
            width:250px;
            height:auto;
        }
        .modalPopup .body span {
            font-size: 50px;
            font-weight: 900;
            padding: 50px 20px;
            display: block;
            position: relative;
            text-transform: uppercase;
        }

        .modalPopup .footer {
            padding: 3px;
            display: inline-block;
            position: relative;
            width: 100%;
            text-align: center;
        }

    .modalPopup .button {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }

    .modalPopup td {
        text-align: left;
        border: 1px solid #eee;
        min-width: 200px;
        font-size: 14px !important;
        padding: 5px;
    }

        .modalPopup td span {
            padding-left: 25px;
        }

    .modalPopup .header1 {
    }


.modalPopup1 {
    background-color: #FFFFFF;
    width: 400px;
    border: 3px solid #0DA9D0;
}

    .modalPopup1 .header1 {
        background-color: #2FBDF1;
        height: auto;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

        .modalPopup1 .header1 .panle_title {
            font-size: 22px;
            padding: 10px 0;
            width: 100%;
            text-transform: uppercase;
        }

    .modalPopup1 .body {
        position: relative;
        display: block;
        width: 100%;
        padding: 15px !important;
        float: left;
    }

        .modalPopup1 .body .panel_content {
            position: relative;
            display: block;
            width: 100%;
            float: left;
        }


.panel_content .data_lable {
    margin-bottom: 15px;
}

    .panel_content .data_lable .lbl_title {
        font-size: 19px;
        padding: 10px 0;
        color: #0b589a;
        font-family: sans-serif;
        text-transform: uppercase;
        width: 100% !important;
        text-align: center;
    }

    .panel_content .data_lable .txt_data {
        height: 40px;
    }

.panel_content .display_msg {
    float: left;
    width: 100% !important;
    margin-bottom: 15px;
}

.panel_content .errmsg {
    color: #f00;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.panel_content .disc_msg {
    text-align: center;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 25px;
    width: 90%;
    margin: 0 5%;
    float: none;
}

.data_btn {
    margin-bottom: 15px;
    z-index: 0;
    width: 100% !important;
    text-align: center;
}
.module_btn_success {
    background-color: #055e32 !important;
    border: #055e32 !important;
}
.module_btn_danger {
    background-color: #5e0505 !important;
    border: #5e0505 !important;
}

@media(max-device-width:767px) {
    .modalPopup {
        width: 90% !important;
        margin: auto;
    }

        .modalPopup td {
            min-width: 50px !important;
            width: auto !important;
        }
}
