/* 
	FILE BUTTON (filebutton.tag)
*/
.file-button {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.file-button + label {
  color: #ffffff;
  border: 1px solid #005aa9;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: 0.1s ease; }

.file-button:focus + label,
.file-button.has-focus + label,
.file-button + label:hover {
  border-color: #004c90; }

.file-button + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

.file-button + label strong {
  background-color: #005aa9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 34px;
  padding: 0 15px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  text-transform: uppercase; }

.file-button:focus + label strong,
.file-button.has-focus + label strong,
.file-button + label:hover strong {
  background-color: #004c90; }

.file-button + label span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: #000000;
  font-size: 12px;
  line-height: 34px;
  padding-left: 10px; }

/* 
	FILTER (filter.tag)
*/