/**
  Contacts : 
  Written by (c) Petko Yotov 2018-2019
  
  This text is written for PmWiki; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published
  by the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version. See pmwiki.php for full details
  and lack of warranty.

*/








.wikieditfile select.status {
/*   width: 8em; */
  text-overflow: ellipsis;
}

.wikieditfile select.status + strong, .wikieditfile strong.fixedwidth {
  display: inline-block;
  width: 3.2em;
  margin: 0 .5em;
  text-align: right;
}


.wikieditfile input, .wikieditfile select, .wikieditfile textarea {
  max-width: 99%;
}


.wikieditfile strong.new {
  color: #800;
  margin: 0 .5em;
}
.wikieditfile input#deletefile {
  float: right;
  color: red;
  font-weight: bold;
}



.filetablediv * {
    box-sizing: border-box;
}




.reviewtoday, .buttonlink { color: blue; cursor: pointer; }

li.itemlink div.exturl {
  white-space: nowrap;
/*   width: 100%; */
  text-overflow: ellipsis;
  overflow: hidden;
}

li.itemlink div.exturl a {
  color: #999;
  
}




#percent:after {
  content: '%';
}

#progress ~ * {
  color: #f50;
}

#progress[value="100"] ~ * {
  color: green;
  font-weight: bold;
}

.wikinotifysynclist input[data-cnt] {
  padding: 3px 6px;
  border: 1px inset #888;
  border-radius: 1px;
}

.wikinotifysynclist input[data-cnt].invalid {
  background-color: #fcc;
  border-color: red;
}

.wikinotifysynclist .worse-tree-links ul li {
  margin: 7px 0;
}

.wikinotifysynclist .worse-tree-links .set > .dirname {
  color: green; 
}

.wikinotifysynclist input[name^="delnotify"]:checked ~ * {
  color: #888;
  text-decoration: line-through;
}

.wikinotifysynclist #invalidemails {
  display: none;
  color: red;
}


.wikireviewfiles li.exp a {
  color: #800;
}

.wikireviewfiles li.due a {
  color: #f60;
}

.wikieditfile ul.synclist, 
.wikieditfile ul.refindex {
  max-height: 16em;
  overflow: auto;
}
.wikieditfile .llsitesearch,
.wikieditfile .llchk {
  display: none;
}


ul.synclist li[data-role="list-divider"].emptyfilecat {
  background-color: var(--highlight);
}
