/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(img/icheck_03.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(img/icheck_03_2x.png);
        -webkit-background-size: 240px 18px;
        background-size: 240px 18px;
    }
}
.modal_style01 .modal-body {padding: 20px 0 30px ;}
.modal_style01 .modal-body .box_content_wrap .choose_items_title{position:relative; border-bottom: 1px solid #e5e5e5; padding:0 30px 15px;} 
.modal_style01 .modal-body .box_content_wrap .choose_items_title h4{font-size:16px;font-weight: normal;}
.modal_style01 .modal-body .box_content_wrap .choose_items_content{padding:15px 30px 0;}
.modal_style01 .modal-body .box_content_wrap .choose_items_content p{ padding:8px 0}
.modal_style01 .modal-body .file_style{position:relative;margin-top:15px;cursor:pointer;}
.modal_style01 .modal-body .file_style:after{content:"选择文件";display:block;width:64px;line-height:30px;background: #7194f8;position:absolute;left:0;top:-3px; text-align:center;color:#fff;border-radius:3px;}
.modal_style01 .modal-body .file_style .file_choose:focus,.modal_style01 .modal-footer button:focus{outline:none;} 
.modal_style01 .modal-body .file_style .file_choose::-moz-focus-inner,.modal_style01 .modal-footer button::-moz-focus-inner{border:none;padding:0;}
.modal_style01 .modal-footer .import_btn{    background: #7194f8;color:#fff;}
 