.pl_list_name {
    color: #353535;
}

.pl_list_see {
    width: 250px;
    margin: 1px auto 2px;
    padding: 2px 5px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #767475;
    background: white;
}

.pl_list {
    border: solid 1px transparent;
    padding: 2px;
    margin-bottom: 3px;
    font-size: 10pt;
    cursor: default;
}

.pl_list_ok {
    border-color: #87a245;
    background-color: #d5ff6d;
}

.pl_list_ko {
    border-color: #8f45a2;
    background-color: #e26dff;
}

.pl_l_drawings {
    float: left;
    margin: 5px;
    width: 142px;
    height: 236px;
    background-size: 142px auto;
    background-repeat: no-repeat;
}

/**/

.cr_acc_details {
    display: table-row;
    width: 80%;
    margin: 0 auto;
}
.cr_acc_details div {
    display: table-cell;
    vertical-align: middle;
    border: solid 1px transparent;
}
.cr_acc_details div:first-child {
    text-align: right;
    width: 35%;
    padding-right: 25px;
}
.cr_acc_details input, .cr_acc_details textarea {
    width: 350px;
    font: normal 11pt "Arial";
    resize: none;
}
.cr_acc_details textarea {
    height: 100px;
}
.cr_acc_details input[type="checkbox"] {
    width: auto;
}


/*CATEGORIES*/

.pl_list_ul {
    margin-left: 5px;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.pl_list_li {
    list-style: none;
}
.pl_list_li_cat {
    width: 250px;
    padding-left: 20px;
    background-image: url(../img/public_category.png);
    background-repeat: no-repeat;
    background-size: 16px;
    border: solid 1px transparent;
}
.pl_list_li_cat:hover {
    border-color: #767475;
}
.pl_list_li_plays {
    margin-left: 16px;
}
.pl_list_li_name {
    cursor: pointer;
    float: left;
}
.pl_opt {
    width: 16px;
    height: 16px;
    border: solid 1px transparent;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    cursor: pointer;
}
.pl_opt:hover {
    border-color: #87a245;
}
.pl_del_cat {background-image: url(../img/delete.png);}
.pl_add_cat {background-image: url(../img/add.png);}
.pl_edt_cat {background-image: url(../img/edit.png);}

