﻿.ke-icon-biaer_image {
    background-image: url(../scripts/kd_themes/default/default.png);
    background-position: 0px -496px;
    width: 16px;
    height: 16px;
}

.ctrl_popSelector {
    position: relative;
    border: 1px solid #cccccc;
    border-top-color: #666666;
    height: 29px;
    cursor: pointer;
}

    .ctrl_popSelector .text {
        position: absolute;
        height: 100%;
        line-height: 28px;
        font-size: 12px;
        left: 0px;
        right: 30px;
        padding: 0px 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ctrl_popSelector .pop_arrow {
        position: absolute;
        height: 100%;
        width: 30px;
        right: 0px;
        top: 0px;
        background-color: #efefef;
        border-left: 1px solid #dddddd;
        background-image: url('../images/ctrl_bg.png');
        background-position: 0px 0px;
    }

    .ctrl_popSelector .hidden {
        display: none;
    }


.ctrl_dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}


    .ctrl_dialog .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0.4;
    }

    .ctrl_dialog .dialog_window {
        position: absolute;
        left: 50%;
        top: 50%;
        border: 1px solid #999999;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px 0px #999999;
        overflow: hidden;
    }

        .ctrl_dialog .dialog_window .title {
            position: relative;
            height: 39px;
            line-height: 39px;
            font-size: 16px;
            padding: 0px 8px;
            border-bottom: 1px solid #999999;
        }

            .ctrl_dialog .dialog_window .title a {
                position: absolute;
                display: inline-block;
                width: 16px;
                height: 16px;
                top: 13px;
                right: 14px;
                background-image: url('../images/ctrl_bg.png');
                background-repeat: no-repeat;
                background-position: -70px -7px;
                cursor: pointer;
            }

                .ctrl_dialog .dialog_window .title a:hover {
                    background-position: -90px -7px;
                }

        .ctrl_dialog .dialog_window .ctx {
            position: relative;
            font-size: 14px;
            overflow: auto;
            overflow-x: hidden;
        }

            .ctrl_dialog .dialog_window .ctx .txt {
                margin: 15px;
            }

            .ctrl_dialog .dialog_window .ctx iframe {
                position: absolute;
                left: 0px;
                right: 0px;
                top: 0px;
                bottom: 0px;
            }

            .ctrl_dialog .dialog_window .ctx .dialog_err_msg {
                text-align: center;
                font-size: 18px;
                color: #ff0000;
                padding: 15px;
            }

        .ctrl_dialog .dialog_window .btn_bar {
            position: relative;
            left: 0px;
            right: 0px;
            height: 50px;
            text-align: right;
        }

            .ctrl_dialog .dialog_window .btn_bar a {
                position: relative;
                display: inline-block;
                text-align: center;
                padding: 0px 20px;
                line-height: 30px;
                margin: 10px 4px;
                cursor: pointer;
            }

                .ctrl_dialog .dialog_window .btn_bar a.btn_yes {
                    background-color: #f25566;
                    color: #ffffff;
                    border: 1px solid #f25566;
                }

                .ctrl_dialog .dialog_window .btn_bar a.btn_no {
                    background-color: #ffffff;
                    color: #333333;
                    border: 1px solid #999999;
                }

.ctrl_fileUploader {
    position: relative;
}

    .ctrl_fileUploader .file_input {
        position: relative;
        height: 35px;
        margin: 8px;
        overflow: hidden;
    }

        .ctrl_fileUploader .file_input input {
            width: 100%;
            margin: 0px;
            padding: 0px;
            font-size: 1000px;
            border-width: 0px;
            opacity: 0.01;
            cursor: pointer;
        }

        .ctrl_fileUploader .file_input a {
            display: block;
            position: absolute;
            width: 100%;
            top: 0px;
            bottom: 0px;
            text-align: center;
            line-height: 35px;
            font-size: 14px;
            background-color: #efefef;
        }

            .ctrl_fileUploader .file_input a.hover {
                background-color: #cccccc;
            }

    .ctrl_fileUploader .upload_list {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 45px;
        bottom: 8px;
        overflow: auto;
        border: 1px solid #efefef;
    }

    .ctrl_fileUploader .drag_tips {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 45px;
        bottom: 8px;
        padding-top: 30px;
        text-align: center;
        font-size: 30px;
        opacity: 0.2;
    }

    .ctrl_fileUploader .not_support {
        color: #ff0000;
        font-size: 20px;
        text-align: center;
        padding: 20px;
    }

    .ctrl_fileUploader .file_item {
        position: relative;
        margin: 15px 10px;
    }

        .ctrl_fileUploader .file_item .filename {
            line-height: 18px;
        }

        .ctrl_fileUploader .file_item .progress_bar {
            position: relative;
            width: 100%;
            font-size: 1px;
            height: 8px;
            border: 1px solid #cccccc;
        }

            .ctrl_fileUploader .file_item .progress_bar .progress {
                position: absolute;
                height: 100%;
                left: 0px;
                top: 0px;
                background-color: #0095d6;
            }

        .ctrl_fileUploader .file_item .err {
            color: #ff0000;
        }
