.addArticle, .addCategory {width: 100%; margin-bottom: 20px; text-align: left;}
.addArticle i, .addCategory i {margin-right: 10px;}

li.artItem {display: flex; flex-wrap:wrap; align-items: center;  margin: 5px 0; padding: 0 5px;}
li.artItem> div {font-weight: bold; height: 50px; display: flex; align-items: center;}
li.artItem> div:first-child {width: 80px; text-align: center; justify-content: center; position:relative;}
li.artItem> div:nth-child(2) {width: 50px; text-align: left;}
li.artItem> div:nth-child(3) {width: 80px;}
li.artItem> div:nth-child(4) {flex: 1; padding: 0 10px; text-align: left;}
li.artItem> div:nth-child(5) {width: 120px; text-align: center;}
li.artItem> div:nth-child(3) > div {font-weight: normal;}
li.artItem> div:nth-child(6) {width:100%; height: auto;}

li.catItem {display: flex; flex-wrap:wrap; align-items: center;  margin: 5px 0; padding: 0 5px; cursor: move;}
li.catItem> div {font-weight: bold; height: 50px; display: flex; align-items: center;}
li.catItem> div:nth-child(1) {width: 50px; text-align: left;}
li.catItem> div:nth-child(2) {flex: 1; padding: 0 10px; text-align: left;}
li.catItem> div:nth-child(3) {width: 120px; text-align: center;}
li.catItem> div:nth-child(4) > div {font-weight: normal;}
li.catItem> div:nth-child(4) {width:100%; height: auto;}

.linkupResults {width: 100%; height: 300px; padding: 0 10px; overflow-y: scroll; border: 1px solid #e1e1e1;}

.addRelatedArticle, .addRelatedCategory {margin-top: 20px;}
.linkedArticles .list-group-item, .linkedCategories .list-group-item {display: flex;}
.linkedArticles .list-group-item a, .linkedCategories .list-group-item a  {margin-left: auto;}

.saveCategoriesButton {display: none;}
.saveCategoriesButton i {margin-right: 5px;}
.categoriesTable ul {width: 100%;}

.galleryImages {display:flex; gap:10px; padding: 10px 0; flex-wrap:wrap;}
.galleryImages .galImage {position:relative; max-width:100px; max-height:100px;}
.galleryImages .galImage img {max-width:100%; max-height:100%;}
.galleryImages .galImage > a {display:block; width:15px; height:15px; position:absolute;top:0; right:0; background: #ffffff99 url(../images/icon-delete.svg) no-repeat center; background-size:contain;}
