/* Grow */

.grow_popup_background{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; z-index: 1001; -moz-opacity: 0.7; opacity: .70; filter: alpha(opacity=70);}
.grow_popup_modal{direction:rtl; text-align:right; display: none; position: absolute; top: 50%; left: 50%; width:380px;  margin-left: -190px; margin-top: -265px;  padding:20px 30px; background: #fff; z-index: 1002; overflow: visible; border-radius:4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.grow_popup_modal .close_tranzila_btn{position:absolute; right:-12px; top:-12px;}
.grow_popup_modal .ssl_pic img{border:1px solid #ddd;}
.grow_popup_modal .standardsComments {width: 100%; line-height: normal; margin-bottom: 15px; color: #0066CF; font-family:Arial;     font-size: 14px;}
.grow_popup_modal .close_tranzila_btn a{color:#000;font-size:25px;}
.grow_popup_modal .close_tranzila_btn .close{background:url('../AtpImg/tranzila_close.png') no-repeat top; width:24px; height:24px; border:none; cursor:pointer;}

#GrowMissingDataPopup{display: none; position: fixed; top: 50%; left: 45%; width: 440px; margin-left: -150px; margin-top: -100px; border: 3px solid #fff; padding: 10px; background: url('../../Layout/alertDialog_bg.gif') no-repeat scroll right bottom rgba(0, 0, 0, 0); z-index: 1002; overflow: visible; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
#GrowMissingDataPopupBackground{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 1001; -moz-opacity: 0.7; opacity: .70; filter: alpha(opacity=70);}
#GrowMissingDataPopup .close_tranzila_btn{position:absolute; left:5px; top:0;}
#GrowMissingDataPopup .close_tranzila_btn a{color:#000;font-size:25px;}
#GrowMissingDataPopup .body{direction:rtl;text-align:right;}
#GrowMissingDataPopup .close_tranzila_btn .close{ background:url('../AtpImg/tranzila_close.png') no-repeat top; width:24px; height:24px; border:none; cursor:pointer;}
#GrowMissingDataPopup .close_tranzila_btn .close:hover{background-position:bottom;}

@media only screen and (max-device-width:480px) {
    .grow_popup_modal .close_tranzila_btn{right:0;}
    .grow_popup_background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 1001;
        -moz-opacity: 0.7;
        opacity: .70;
        filter: alpha(opacity=70);
    }

    .grow_popup_modal {
        top: 120%;
        direction: rtl;
        text-align: right;
        display: none;
        position: absolute;
        left: 5%;
        width: 90%;
        margin-left: 0;
        padding: 0;
        background: #fff;
        z-index: 1002;
        overflow: visible;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding:5%;
    }

    #growIframe {
        width: 100% !important;
        height: 595px !important;
    }

    .grow_popup_modal .ssl_pic {
        margin-top: 30px;
    }

        .grow_popup_modal .ssl_pic div {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

    #GrowMissingDataPopup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 270px;
        margin-left: -150px;
        margin-top: -100px;
        border: 3px solid #fff;
        padding: 10px;
        background: url('../../Layout/alertDialog_bg.gif') no-repeat scroll right bottom rgba(0, 0, 0, 0);
        z-index: 1002;
        overflow: visible;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    #GrowMissingDataPopupBackground {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1001;
        -moz-opacity: 0.7;
        opacity: .70;
        filter: alpha(opacity=70);
    }

    #GrowMissingDataPopup .close_tranzila_btn {
        position: absolute;
        left: 5px;
        top: 0;
    }

        #GrowMissingDataPopup .close_tranzila_btn a {
            color: #000;
            font-size: 25px;
        }

    #GrowMissingDataPopup .body {
        direction: rtl;
        text-align: right;
    }

   
}

@media only screen  and (max-device-width: 320px){
    .grow_popup_modal {padding:0;}
}
