/** plugin: New List #1.0 code **/
/******* COLORS ********/
form .table-striped:not(#characters)>tbody>tr>td>a[class=name],
form .table-striped>tbody>tr>td:nth-child(3)>a[class=name] {
    color: #ffffff;
}
form .table-striped:not(#characters)>tbody>tr:nth-of-type(odd)>td>a[class=name],
form .table-striped>tbody>tr:nth-of-type(odd)>td:nth-child(3)>a[class=name] {
    background-color: #597C94;
}
form .table-striped:not(#characters)>tbody>tr:nth-of-type(even)>td>a[class=name],
form .table-striped>tbody>tr:nth-of-type(even)>td:nth-child(3)>a[class=name] {
    background-color: #7697AE;
}

.table-striped>tbody>tr:nth-of-type(odd)>td .entity-image {
    box-shadow: -12px 0px 12px #597C94 inset,-6px 0px 6px #597C94 inset,-3px 0px 3px #597C94 inset;
}
.table-striped>tbody>tr:nth-of-type(even)>td .entity-image {
    box-shadow: -12px 0px 12px #7697AE inset,-6px 0px 6px #7697AE inset,-3px 0px 3px #7697AE inset;
}
form .table-striped>tbody>tr:nth-of-type(odd)>td:nth-child(n+3) {
    background-color: rgb(100,100,180, 0.2);
}


/******* TABLES ********/
form .table-striped tr {
    border-bottom: 2px solid transparent;
    }
form .table-striped th:nth-child(1) ,
form .table-striped td:nth-child(1) {
    width: 25px;
    background-color: inherit;
}
/*narrow the table*/
form .table-striped>tbody>tr>td, form .table-striped>tbody>tr>th, 
form .table-striped>tfoot>tr>td, form .table-striped>tfoot>tr>th, 
form .table-striped>thead>tr>td, form .table-striped>thead>tr>th {
    padding: 0px 0px 0px 8px;
    border: none;
}
/* center number coumns */
#locations.table-striped>thead>tr>th:nth-child(5),
#locations.table-striped>thead>tr>th:nth-child(7),
#locations.table-striped>tbody>tr>td:nth-child(5),
#locations.table-striped>tbody>tr>td:nth-child(7),
#organisations.table-striped>thead>tr>th:nth-child(5),
#organisations.table-striped>thead>tr>th:nth-child(7),
#organisations.table-striped>tbody>tr>td:nth-child(5),
#organisations.table-striped>tbody>tr>td:nth-child(7),
#families.table-striped>thead>tr>th:nth-child(5),
#families.table-striped>thead>tr>th:nth-child(7),
#families.table-striped>tbody>tr>td:nth-child(5),
#families.table-striped>tbody>tr>td:nth-child(7),
#timelines.table-striped>thead>tr>th:nth-child(6),
#timelines.table-striped>thead>tr>th:nth-child(7),
#timelines.table-striped>tbody>tr>td:nth-child(6),
#timelines.table-striped>tbody>tr>td:nth-child(7),
#maps.table-striped>thead>tr>th:nth-child(6),
#maps.table-striped>tbody>tr>td:nth-child(6){
    text-align:center;
}
/* move edit tag further right */
.table-striped>tbody>tr>td:last-child {
     text-align:right;
     padding-right: 10px;
}
.table-striped .entity-image {
    float: right;
    border-radius: 7px 0% 0% 7px;
}
form .table-striped:not(#characters)>tbody>tr>td>a[class=name],
form .table-striped>tbody>tr>td:nth-child(3)>a[class=name] {
    position:relative;
    left: -8px;
    border-radius: 0 7px 7px 0;
    display: block;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

