.calendar-icon{
    color: #1c84c6;
    position: relative;
    left: -30px;
}
.water-tree-top{
    border: 1px solid #ccc;
    height: 40px;
    padding: 0px 15px;
}
.water-tree-top input{
    height: 40px;
    width: 100%;
}
.water-tree-content{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    height: 680px;
    overflow: auto;
}
.water-tree-info-top{
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.layui-layer-tab .layui-layer-title span.layui-this{
    font-weight: bold;
    color: #1c84c6;
}
.warn-color{
    color: #f4bd00;
}
.error-color{
    color: #eb3941;
}
.abnormal-item{
    padding-left: 20px;
    line-height: 30px;
}
.water-setting-bottm-btn{
    /*text-align: right; */
    /*padding-right: 20px;*/
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.input-table tbody tr td input{
    border: 1px solid #ccc;
    height: 30px;
    box-shadow: inset 0 1px 3px #ddd;
    padding: 0px 6px;
    width: 100%;
    box-sizing: border-box;
}
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Separate rule for compatibility, :focus-within is required on modern Firefox and Chrome */
input.visually-hidden:focus + label {
    outline: thin dotted;
}
input.visually-hidden:focus-within + label {
    outline: thin dotted;
}

.meter-tips-container{
    position: absolute;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    border-radius: 2px;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 22px;
}
.tips-triangle-icon{
    top: 5px;
    border-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: #000;
    left: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: dashed;
}
.search-delete-icon{
    position: relative;
    color: #999;
    right: -94%;
    top: -30px;
    cursor: pointer;
}