.remove{
    cursor: pointer;
}
.select_list ul li {
    float: right;
    padding: 0;

}

.select_list {
    width: 100%;
    height: 38px;
    background: #fbfbfb;
    border: solid 1px #cdd1cd;
    position: relative;
    cursor: pointer;
}

.select_list .content {
    float: right;
}

.select_list .add {
    float: right;
}

.select_list .remove {
    display: none;
    float: left;
}

.select_list::after {
    content: ' ';
    background: url(public/asset/img/full-icon.png) no-repeat -138px -80px;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 8px;
    right: 3px;
}

.select_list::before {
    content: ' ';
    background: url(public/asset/img/full-icon.png) no-repeat scroll -30px -463px;
    width: 20px;
    height: 11px;
    display: block;
    position: absolute;
    top: 14px;
    left: 3px;
}

.select_list span {
    text-align: center;
    width: 100%;
    line-height: 30px;
    display: block;
}

.select_list ul {
    float: right;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    width: 100%;
    margin-top: 12px;
    border-radius: 5px;
    display: none;
    /*position: absolute;*/
    /*z-index: 2;*/
}

.select_list ul li {
    width: 100%;
    display: block;
    padding: 5px 5px 5px 0;
}

.select_list ul li span {
    width: auto;
    float: right;
}

.select_list ul li:hover {
    background: #eeeeee;
    cursor: pointer;
}


.errortag{
    border: solid #ffb3b3 0;
    box-shadow: 0 0 12px red;
    position: relative;
}
td.parenterror:after{
    content: 'کد وارد شده تکراری است';
    color: red;
    font-size: 12pt;
}

.errorcheck{
    border: solid #ffb3b3 2px;
    position: relative;
}
td.parentcheck:after{
    content: 'کد وارد شده تکراری است';
    color: red;
    font-size: 12pt;
}
.uniqueRow{
    color: red;
    font-size: 12pt;
}
.parentUser:after{
    content: 'عبارت وارد شده تکراری است';
    color: red;
    font-size: 12pt;
}
