.zmy-hidden-icon .input-group-prepend {
    display: none;
}

.dropdown-item > a > span[data-toggle="modal"] {
    display: block;
}

.hide-table-create > div > .form-group {
    display: none;
}

.hide-table-del tbody .remove {
    display: none;
}

.text-red {
    color: red !important;
}

.text-upper {
    text-transform: uppercase;
}

.index-max {
    z-index: 1070;
}

.modal-child-a-font-color-red > span > a {
    color: red !important;
}
.zmy-table-head-bg {
    background: #ececf1;
}

.grid-line {
    cursor: pointer;
    border-bottom: 1px dashed;
}

.grid-tip {
    border: 1px solid #586cb1;
    border-radius: 8px;
    position: absolute;
    margin-top: 5px;
    background: #586cb1;
    color: white;
    font-size: 12px;
    padding: 0 5px 7px 5px;
    max-width: 200px;
    display: none;
    min-width: 150px;
    min-height: 20px;
}

.grid-tip-icon {
    background: #586cb1;
    width: 10px;
    height: 10px;
    border: 1px solid #586cb1;
    position: relative;
    left: 4px;
    top: -4px;
    transform: rotate(45deg);
    border-radius: 2px;
}

.grid-content {
    margin-top: -5px;
}

.grid-content .grid-tip-text {
    text-indent: 1em;
    white-space: normal;
}

.grid-content div {
    margin: 2px;
}

.grid-line:hover + .grid-tip {
    display: block;
}




