﻿
#modalContainer {
    position: fixed;
    width: 100%;
    /*height: 100%;*/
    top: 0px;
    left: 0px;
    z-index: 99999;
    text-align:-webkit-center;
    align-self:center;
    margin-left: 59px;
}

#modalContainer1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    /*background: rgba(0,0,0,0.7);*/
}

#modalContainer2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    /*background: rgba(0,0,0,0.7);*/
}
#modalContainer3 {
    position: fixed;
    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    /*background: rgba(0,0,0,0.7);*/
}
/*background-image: url('../Images/bg.png');*/
}

.ModalPopUp {
    position: absolute;
    /*width:100%;
	height:100%;
	top:0px;
	left:0px;*/ padding: 20px;
    background-image: url('../images/bg.png');
    position: fixed;
    margin-top: -150px;
    margin-left: -478px;
    top: 50%;
    left: 60%;
    overflow-x: hidden;
    z-index: 99999999;
    border: 1px solid #eae7e7;
    border-radius: 5px;
    box-shadow: 0 0 12px 3px #999;
    background-color: white;
    align-items:center;
}





.GridModalPopUp {
    position: fixed;
    margin-top: -150px;
    margin-left: -300px;
    top: 40%;
    left: 50%;
    overflow-x: hidden;
    z-index: 0;
    border: 1px solid #eae7e7;
    border-radius: 5px;
    box-shadow: 0 0 12px 3px #999;
}

.MemberSearchModalPopUp {
    position: fixed;
    margin-top: -150px;
    margin-left: 0px;
    top: 40%;
    left: 230px;
    overflow-x: hidden;
    z-index: 1;
    border: 1px solid #eae7e7;
    border-radius: 5px;
    box-shadow: 0 0 12px 3px #999;
}

.ModalLoad {
    background: url('../Images/load.gif') no-repeat;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#btnBox {
    height: 25px !important;
    text-align: center !important;
    width: auto;
    margin: 0 auto;
}

#btnBox1 {
    /*height: 50px !important;
    text-align: center !important;
    width: 100px !important;
    margin-left: 206px !important;
    padding-top:20px !important;*/
    height: 25px !important;
    text-align: center !important;
    width: auto;
    margin: 0 auto;
}

#modalContainer > #alertBox {
    /*position:fixed;*/
}

#modalContainer > #confirmBox {
    /*position:fixed;*/
}

#alertBox {
    position: absolute;
    width: 400px;
    min-height: 170px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
    /*	background :url('../Images/GreenCheckMark.png');*/
    background-color: #F0F3F4 !important;
    background-repeat: no-repeat;
    background-position: 10px 40px;
    padding-top: 2px;
    /*z-index: 9999;*/
    z-index: 100001;
    user-select: all;
    left: 25%;
    margin-right: 529px;
    margin-bottom: -205px;

}

 .conditionlbl{
       padding-left: 24px !important;padding-bottom:12px !important;font-weight:bold !important;font-size:15px !important;
    }

#modalContainer > #alertBox1 {
    /*position:fixed;*/
}

#alertBox1 {
    position: absolute;
    top: 245px !important;
    width: 440px;
    min-height: 279px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
    /*	background :url('../Images/GreenCheckMark.png');*/
    background-color: white;
    background-repeat: no-repeat;
    background-position: 10px 40px;
    padding-top: 2px;
    /*z-index: 9999;*/
    z-index: 100001;
    user-select: all;
    left: 484px !important;
}

    #alertBox1 > .CheckImage {
        width: 100px;
        margin-left: 168px;
        margin-right: 40px;
        padding-top: 30px;
    }

    #alertBox1 > .finishtxt {
        margin-left: 164px;
        padding-top: 20px;
        padding-bottom: 19px;
        font-weight: bold;
    }


#alertBoxError {
    position: relative;
    top: 300px !important;
    width: 300px;
    min-height: 120px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
    /*background :url('../Images/exclamation.png');*/
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 10px 40px;
}

#confirmBox {
    position: relative;
    top: 200px !important;
    width: 300px;
    min-height: 100px;
    margin-top: 50px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
    background: url('../Images/question.gif');
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 10px 40px;
    z-index: 100001;
}



#modalContainer h1 {
    margin: 0;
    font: bold 0.9em verdana,arial;
    color: #FFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    /*background :url('../images/Ilwulogo.png') no-repeat center;*/
    height: 25px;
    width: 100%;
    background-color: #a0a0a0;
    /*background-color:#FFC900;*/
}



#modalContainer p {
    font: 0.9em verdana,arial;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 2px;
    padding-bottom: 15px;
    /*margin-left: 35px;*/
    padding-top: 7px;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

#modalContainer a {
    margin: 3px 3px 3px 3px;
    padding: 3px 10px !important;
    text-align: center;
    text-decoration: none;
    /*border-left:1px solid #e0e0e0!important;
	border-top:1px solid #e0e0e0!important;
	border-right:1px solid #a7a7a7!important;
	border-bottom:1px solid #a7a7a7!important;*/
    /*background: #16283C; */
    font: 11px Verdana, sans-serif;
    font-weight: bolder;
    cursor: pointer;
    min-width: 100px;
    /*background:url('../images/bg-button.png') repeat-x left bottom; */
    background: #a0a0a0 !important;
    color: white !important;
    border: 1px solid #a0a0a0 !important;
    font-size: 13px;
}

#modalContainer2 a {
    margin: 3px 3px 3px 3px;
    padding: 3px 32px !important;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #e0e0e0 !important;
    border-top: 1px solid #e0e0e0 !important;
    border-right: 1px solid #a7a7a7 !important;
    border-bottom: 1px solid #a7a7a7 !important;
    background: #16283C;
    font: 11px Verdana, sans-serif;
    font-weight: bolder;
    cursor: pointer;
    min-width: 100px;
    /*background:url('../images/bg-button.png') repeat-x left bottom; */
    background: white !important;
    color: black !important;
    border: 1px solid #a0a0a0 !important;
    font-size: 13px;
}

.RefundResultInner {
    text-align: center;
    width: 360px;
    margin: 0 auto;
    background-color: #FFF;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
}

.RefundResult {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url('../Images/bg.png');
}

.RefundBox {
    padding: 0 10px 15px 10px;
}

.RefundResultInner h1 {
    margin: 0;
    font: bold 0.9em verdana,arial;
    color: #FFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 5px 5px 5px;
    background: url('../Images/logo-small.png') no-repeat;
    height: 25px;
    background-color: #F1F1F1;
}

.RefundResultInner p {
    font: 0.9em verdana,arial;
    padding: 10px 0 10px 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

#modalContainer1 a {
    margin: 3px -2px 3px 4px;
    padding: 10px 20px !important;
    text-align: center;
    text-decoration: none;
    background-color: #F5B041;
    font: 16px Verdana, sans-serif;
    font-weight: bolder;
    cursor: pointer;
    min-width: 100px;
    margin-top: -10px;
    color: white;
}

@media (min-width: 375px) and (max-width:667px) {
    #modalContainer p {
        font: 0.9em verdana,arial;
        margin-top: 10px;
        padding-left: 28px;
        padding-right: 2px;
        padding-bottom: 15px;
        /*margin-left:55px;*/
        padding-top: 7px;
        vertical-align: middle;
    }

    #alertBox {
        position: sticky;
        top: 300px !important;
        width: 260px;
        min-height: 100px;
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-right: 2px solid #AAA;
        border-bottom: 2px solid #AAA;
        background: url('../Images/GreenCheckMark.png');
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: 10px 40px;
        padding-top: 2px !important;
        z-index: 9999;
        user-select: all;
        margin-top: 131px !important;
        /*margin-left: 57px !important;*/
        left:0px !important
    }
      .conditionlbl{
       padding-left: 10px !important;
padding-bottom: 12px !important;
font-weight: bold !important;
font-size: 13px !important;
    }
    .container {
        max-width: 960px;
    }

    #modalContainer1 {
        position: fixed;
        width: 40%;
        height: 40%;
        top: 0px;
        left: 0px;
        z-index: 99999;
        /*background: rgba(0,0,0,0.7);*/
    }

    #alertBox1 {
        position: sticky;
        width: 265px;
        min-height: 94px;
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-right: 2px solid #AAA;
        border-bottom: 2px solid #AAA;
        background: url('../Images/GreenCheckMark.png');
        background-color: white;
        background-repeat: no-repeat;
        background-position: 32px 66px;
        padding-top: 2px;
        z-index: 9999;
        z-index: 100001;
        user-select: all;
        left: 730px !important;
        top: 200px !important;
        margin-top: 132px !important;
        height: 262px !important;
        margin-left: 54px !important;
    }

        #alertBox1 > .CheckImage {
            width: 62px;
            margin-left: 98px;
            margin-right: 40px;
            padding-top: 30px;
        }

        #alertBox1 > .finishtxt {
            margin-left: 80px;
            padding-top: 20px;
            padding-bottom: 19px;
            font-weight: bold;
            font-size: 16px !important;
        }
}


@media (min-width: 414px) and (max-width:736px) {
    #modalContainer p {
        font: 0.9em verdana,arial;
        margin-top: 10px;
        padding-left: 28px;
        padding-right: 2px;
        padding-bottom: 15px;
        /*margin-left:55px;*/
        padding-top: 7px;
        vertical-align: middle;
    }

    #alertBox {
        position: sticky;
        top: 300px !important;
        width: 260px;
        min-height: 100px;
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-right: 2px solid #AAA;
        border-bottom: 2px solid #AAA;
        background: url('../Images/GreenCheckMark.png');
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-position: 10px 40px;
        padding-top: 2px !important;
        z-index: 9999;
        user-select: all;
        margin-top: 131px !important;
        /*margin-left: 57px !important;*/
        left:3px !important
    }
      .conditionlbl{
       padding-left: 10px !important;
padding-bottom: 12px !important;
font-weight: bold !important;
font-size: 13px !important;
    }
    .container {
        max-width: 960px;
    }

    #modalContainer1 {
        position: fixed;
        width: 40%;
        height: 40%;
        top: 0px;
        left: 0px;
        z-index: 99999;
        /*background: rgba(0,0,0,0.7);*/
    }

    #alertBox1 {
        position: sticky;
        width: 265px;
        min-height: 94px;
        border-left: 1px solid #CCC;
        border-top: 1px solid #CCC;
        border-right: 2px solid #AAA;
        border-bottom: 2px solid #AAA;
        background: url('../Images/GreenCheckMark.png');
        background-color: white;
        background-repeat: no-repeat;
        background-position: 32px 66px;
        padding-top: 2px;
        z-index: 9999;
        z-index: 100001;
        user-select: all;
        left: 730px !important;
        top: 200px !important;
        margin-top: 132px !important;
        height: 262px !important;
        margin-left: 80px !important;
    }

        #alertBox1 > .CheckImage {
            width: 62px;
            margin-left: 98px;
            margin-right: 40px;
            padding-top: 30px;
        }

        #alertBox1 > .finishtxt {
            margin-left: 80px;
            padding-top: 20px;
            padding-bottom: 19px;
            font-weight: bold;
            font-size: 16px !important;
        }
}
@media (max-width:540px) {
    #alertBox {
        left:5px !important;
    }
}