﻿.bita_pop_dark {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /*
    background-color: #9d9d9d;
    opacity: 0;
    filter: alpha(opacity=0);
    */
    background-image: url(../Image/Transparency/w40.png);
    z-index: 1000;
}

.bita_pop_main {
    background-image: url(../Image/BitaEOrgan/bg_win.png);
    position: fixed;
    overflow: hidden;
    border: 1px solid #878787;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    /*
    opacity: 0;
    filter: alpha(opacity=0);
    */
}

    .bita_pop_main div[rel="title"] {
        font-family: Tahoma;
        font-size: 11px;
        color: #eeeeee;
        direction: rtl;
        line-height: 33px;
        text-indent: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 25px;
        cursor: move;
    }

    .bita_pop_main div[rel="title_touch"] {
        font-family: Tahoma;
        font-size: 16px;
        color: #eeeeee;
        direction: rtl;
        line-height: 33px;
        text-indent: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-right: 25px;
        cursor: move;
    }

    .bita_pop_main div[rel="close"] {
        position: absolute;
        right: 7px;
        top: 7px;
        width: 21px;
        height: 21px;
        background-color: #d8d8d8;
        border: 1px solid #0c2039;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../Image/Icon/pop_close.png);
    }

        .bita_pop_main div[rel="close"]:hover {
            background-color: #f78e3f;
        }

    .bita_pop_main div[rel="close_touch"] {
        position: absolute;
        right: 3px;
        top: 3px;
        width: 29px;
        height: 29px;
        background-color: #d8d8d8;
        border: 1px solid #0c2039;
        cursor: pointer;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-image: url(../Image/Mobile_Icon/close_large.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

        .bita_pop_main div[rel="close_touch"]:hover {
            background-color: #f78e3f;
        }

    .bita_pop_main div[rel="frame"] {
        border: 1px solid #f78e3f;
        background-color: #fff;
        margin: 1px 5px 5px 5px;
    }

.bita_pop_light {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../Image/Transparency/w40.png);
    /*z-index: 1000;*/
}

.bita_pop_slide {
    /*background-color: #e3e3e3;*/
    background-image: url(../Image/BitaEOrgan/bg_slide.png);
    position: fixed;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    box-shadow: 0px 0px 16px 0px rgba(46,46,46,1);
    border: 1px solid #939393;
    /*
    opacity: 0;
    filter: alpha(opacity=0);
    */
}

    .bita_pop_slide div[rel="title"] {
        font-family: Tahoma;
        font-size: 12px;
        color: #484848;
        direction: rtl;
        line-height: 33px;
        text-indent: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 30px;
    }

    .bita_pop_slide div[rel="btn"] {
        position: absolute;
        left: 5px;
        top: 2px;
        background-color: red;
    }

    .bita_pop_slide div[rel="frame"] {
        border: 1px solid #f78e3f;
        background-color: #fff;
        margin: 1px 5px 5px 5px;
    }

.bita_pop_wait {
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    background-image: url(../Image/Transparency/w70.png);
    position: absolute;
}
.bita_pop_wait2 {
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    background-color: #fff;

    position: absolute;
    /*
    left: 50%;
    top: 50%;
    */
    padding: 9px 6px 6px 6px;
    text-align: center;
    color: #484848;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 17px;
}