﻿.pop_window, .pop_window_bg {
    z-index: 10000;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pop_window_bg {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* first!*/
    filter: alpha(opacity=40); /* second!*/
    background-color: white;
}

.confirm_window, .confirm_call {
    z-index: 10001;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -75px;
    border: 1px solid #2E2E2E;
    border-radius: 5px;
    text-align: left;
    background-color: white;
    max-width: 98%;
}

.confirm_call {
    top: 10%;
    padding-top: 0px;
    border: 1px solid rgb(225, 134, 111);
}

.confirm_call_bg {
    z-index: 10001;
    background: url('../img/bg.png');
    background-size: 100% 100%;
    position: absolute;
}

.confirm_title {
    text-align: center;
    padding: 3%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.confirmbtn {
    background-image: none;
    border: none;
    width: 80px;
    font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "標楷體", "DFKai-sb", serif;
    padding-top: 3px;
    padding-bottom: 3px;
}

.confirm_title, .confirmbtn {
    background: rgb(42, 67, 164);
    color: white;
}

.confirm_title {
    text-align: center;
    padding: 3%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cancelDiv {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-bottom: 10px;
    word-break: break-all;
}

.cancelBtn {
    border: none;
    background: rgba(0,0,0,0);
    font-weight: bold;
    border-radius: 300px;
    width: 23px;
    height: 23px;
    color: white;
    cursor: pointer;
    padding: 5px;
}


.addpanel {
    z-index: 1000;
    width: 60%;
    position: fixed;
    top: 10%;
    left: 15%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 3%;
    text-align: left;
    padding-top: 3%;
    background-color: white;
    display: none;
    border-radius: 10px;
    font-weight: bolder;
}

.confirm_call_w340 {
    width: 340px;
    margin-left: -170px;
    top: 35%;
}

.confirm_call_w600 {
    width: 600px;
    margin-left: -300px;
}

.HeadImgPanelDiv {
    margin-top: -125px;
    top: 50%;
    left: 50%;
    text-align: center;
}

.buttonAdd, .buttonClear {
    font-size: 16px;
    min-height: 30px;
    cursor: pointer;
    border-radius: 10px;
    vertical-align: middle;
    padding: 0 15px;
    outline: none;
}


.buttonAdd {
    border: 1px solid #E1866F;
    background-color: #E1866F;
    color: #FFF;
}

    .buttonAdd:hover {
        border: 1px solid #D96A4F;
        background-color: #D96A4F;
    }

.buttonClear {
    border: 1px solid #23a927;
    background-color: #23a927;
    color: #FFF;
}

    .buttonClear:hover {
        border: 1px solid #166518;
        background-color: #166518;
    }

@media (max-width: 480px) {
    .confirm_window, .confirm_call {
        left: 0;
        position: relative;
    }

    .confirm_setaddr {
        top: -20px;
    }

    .confirm_call_w340 {
        margin: 0 auto;
        top: 30%;
    }
}

@media (max-width: 600px) {
    .confirm_call_w600 {
        margin: 0 auto;
    }
}
