.templateSpan {
    font-size: 12px;
    display: block;
    height: 20px;
    text-indent: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
}

.template {
    width: 340px;
    max-height: 200px;
    background-color: #ffffff;
    position: absolute;
    top: 195px;
    left: 136px;
    display: none;
    cursor:pointer;
    overflow: auto;
    border: 1px solid #d1c4c4;
}

.template::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.template::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.template::-webkit-scrollbar-thumb
{
    background-color: #9e9b9b;
    border-radius: 6px;
}

span.btn_info {
    font-size: 14px;
    width: 80px;
    display: inline-block;
    text-align: center;
    height: 24px;
    padding: 6px 0 0 0;
    background-color: #b0aeae;
    margin-top: 12px;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 20px;
}


.templateTable td {
    height: 30px;
    border: 1px solid #a48e8e;
    text-align: center;
    font-size: 14px;
}

.templateTable tr:first-child {
    background-color: #e7e8e7;
}

.templateTable .weight {
    font-weight: 600;
}

.templateTable tr td:not(:last-child) {
    border: 1px solid #a48e8e;
}

.templateTable {
    width: 298px;
    margin-left: 120px;
    margin-top: 10px;
    table-layout: fixed;
}

.remark {
    font-size: 14px;
    margin-top:8px;
    margin-left:42px;
}

.triangle {
    position:absolute;
    right: 38px;
    top: 164px;
    cursor: pointer;
    width: 22px;
    height: 24px;
    padding: 6px 0 0 0;
    background-color: #ffffff;
}

.triangle .member {
    font-size: 12px;
    margin-left: 7px;
    opacity: 0.6;
    color: #09bbab;
}

.templateDataBar .first {
    color: #2dc6b9;
    background-color: #f0fffe;
    border: 2px solid #daf1ef;
}

.templateDataBar .second {
    color: #ff9e23;
    background-color: #fff9f0;
    border: 2px solid #f5e9d6;
}

.templateDataBar .third {
    color: #69a8e9;
    background-color: #f1faff;
    border: 2px solid #dbe9fa;
}

.templateActive {
    background-color: #6ca2ff;
    color: #ffffff;
}

.templateNoData {
    margin-left: 208px;
    font-size: 14px;
    color: red;
    font-weight: 600;
    margin-top: 20px;
}