/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.input-clearable-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.input-clearable-wrap > .form-control {
    width: 100%;
    padding-right: 28px;
}

.input-clearable-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 3;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    padding: 0;
    border: 0;
    color: #b7bcc3;
    line-height: 18px;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

.input-clearable-btn:hover,
.input-clearable-btn:focus {
    color: #8b929c;
    outline: none;
}
