span.required {
    color: #e02222;
}

body.ui-layout-container {
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.flow-more {
    margin: 10px 0;
    padding: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.layui-layer-iframe .layui-layer-content > form[id^="layui-layer-iframe-form"] {
    margin-bottom: unset;
}

.addTabPage {
    cursor: pointer;
}

.tc {
    text-align: center;
}

.moreItems {
    text-align: center;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #ccc;
    position: absolute;
    z-index: 100;
    display: none;
}

.mask {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999998;
}

.logo:hover {
    background-color: transparent !important;
}

li.env {
    border-left: 1px solid #f5f5f560;
}

li.env a {
    cursor: default !important;
}

li.env a:active,
li.env a:hover,
li.env a:focus {
    background: none !important;
}

li.env:hover {
    background: none !important;
}

li.env span {
    color: #fff;
    border-radius: 4px;
    padding: 8px;
    letter-spacing: 1px;
}

.select2-selection__clear {
    padding-right: 10px;
}

input.fixed-number-input {
    text-align: left !important;
}

.sh-text-primary {
    color: #1890ff !important;
}

.nowrap, .line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.actions a {
    margin: 4px !important;
}

.helptext,
a.helptext,
a.helptext:hover,
a.helptext:active,
a.helptext:focus {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
    color: #2d97fd;
}

.tooltip.right .tooltip-inner {
    color: #abb9c5;
    background: #ebf8ff !important;
    padding: 8px 16px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    border-left: 2px solid #4ebffe;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4ebffe !important;
}