@import url(lcdbq/LCDBQ.css);
/* html {
    filter: grayscale(100%);
} */
html,
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.logo {
    width: auto;
    height: 100%;
}

.gentleman {
    background-color: #101015;
    color: white
}

.ht-ui-badge {
    display: inline-block !important;
    min-width: 10px !important;
    padding: 3px 7px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    /* color: #fff !important; */
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    background: #d9534f !important;
    border-radius: 10px !important;
}

.ht-tag {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 2px 4px 2px 0;
    padding: 0 8px;
    border: 1px solid #e9eaec;
    border-radius: 3px;
    /* background: #f7f7f7; */
    background: #2d8cf0;
    font-size: 12px;
    vertical-align: middle;
    opacity: 1;
    overflow: hidden;
    cursor: pointer;
}

.ht-tag-text {
    /* color: #495060; */
    color: #FFF;
}

.leaflet-container {
    width: 100%;
    height: 100%;
}

.table-cell-text {
    position: absolute;
    word-wrap: break-word;
    word-break: break-all;
    padding-left: 4px;
    padding-top: 8px;
    touch-action: none;
    cursor: default;
}

.table-cell-online {
    border-radius: 50%;
    border: 6px solid #64dd17;
    width: 0;
    margin-top: 10px;
    margin-left: 4px;
}

.table-cell-offline {
    border-radius: 50%;
    border: 6px solid #f44336;
    width: 0;
    margin-top: 10px;
    margin-left: 4px;
}

/* div.loginField ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50) !important;
}

div.loginField ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.50) !important;
}

div.loginField :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50) !important;
} */

/* 高德地图样式 */
.content-window-card{
    position: relative;
    width: 23rem;
    padding: 0.75rem 0 0 1.25rem;
    box-shadow: none;
    bottom: 0;
    left: 0;
}

.content-window-card p{
    height: 2rem;
}

/* .amap-marker-label{
    border: 0;
    background-color: #d9534f;
    color: antiquewhite;
} */

/* .amap-marker-label {
    font-size: 13px;
    border: 1px solid orange;
    background: #fff;
    border-radius: 10px 0 0 0;
    color: #690441;
} */

.amap-marker-label {
    font-size: 13px;
    border: 1px solid #b8b8b8;
    background: #fff;
    border-radius: 10px 0 0 0;
    color: #777;
    line-height: 130%;
}
