﻿/* // --------- hack dp.base.css ------------ // */
/* 更改图标样式 */
.dpBtn, .dpBtnReadOnly {
    float:none;
    width: 32px;
    height: 31px;
    background-position: center;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-clip: border-box;
}
.dpBoxWrapper {
    width: 100% !important;
    border-radius:0;
    padding:0;
}
div.dpComplete {
    margin: 1px 0px 0px 4px;
}
.dpBox{
    height:30px
}
/* 更改图标父级样式 */
.en_inner_contentInfo .x_dpBoxWrapper, .modal-body .x_dpBoxWrapper {
    position:relative;
    padding-right: 0
}
.x_dpBoxWrapper:after {
    content: '';
    display: table;
    clear: both;
}
.x_dpBoxWrapper .form-control-feedback {
    right: 24px;
}