/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.thumbnails-list.equal-rows .first-of-row{
    clear: left;
}

.thumbnails li.selected .thumbnail{
    border: 1px #0088cc solid;
}

.libraryModal .modal-dialog{
    width: 95%;
}

.libraryModal .modal-dialog .modal-content{
    padding: 20px;
}


.ng-file-over { border: dotted 3px red; }