
#search_data .EDIT_LIST td{
    vertical-align: top;
}
.EDIT_LIST .edit_td{
    display: none;
    position: relative;
}
.EDIT_LIST .edit_td[disabled]:after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.EDIT_LIST .edit_td input{
    height: 34px;
}
.EDIT .EDIT_LIST td,.EDIT .EDIT_LIST th{
    display: none;
}
.EDIT .EDIT_LIST td.edit_td, .EDIT .EDIT_LIST th.edit_td{
    display: table-cell;
}
.EDIT .EDIT_LIST td.edit_td{
    padding: 0;
}
#EDIT .btn{
   /* display: none;*/
}
#EDIT.EDIT .btn{
    display: inline-block;
    float: right;
}
#EDIT .top_buttons input,#EDIT.EDIT .top_buttons a{
    display: none;
}
#EDIT.EDIT .top_buttons{
    display: block;
}

#EDIT_TOVAR input[type=submit].btn-success,
#EDIT_ANIMATOR input[type=submit].btn-success{
    display: none;
    float: right;
}
#EDIT_TOVAR.EDIT input[type=submit].btn-success,
#EDIT_ANIMATOR.EDIT input[type=submit].btn-success{
    display: inline-block;
}


.table.td-midle>tbody>tr>td, .table.td-midle>tfoot>tr>td, .table.td-midle>thead>tr>td{
    vertical-align: middle;
}

table tr[onclick]:hover td{
    background: #fafafa;
}

tr[onclick] {
    cursor: pointer;
}

table[role="table_colum_sort"] {
    background: #f3f7f9;
}
table[role="table_colum_sort"] th{
    cursor: pointer;
}
table[role="table_colum_sort"] th[col_sort]{
    background: #f2f2f2;
    position: relative;
    background-image: url("images/select_arrow.png");
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
    padding-right: 20px;
}
table[role="table_colum_sort"] th[col_sort="asc"]{
    background-image: url("images/select_arrow_up.png");
}

table[role="table_colum_sort"] td, table[role="table_colum_sort"] th {
    background: #fff;
    transition: all 0s ease-in-out 0s;
}

table[role="table_colum_sort"] th[draggable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

table[role="table_colum_sort"] th[draggable] span {
    display: block;
}
table[role="table_colum_sort"] .drag_column {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.5);
}
