@font-face {
  font-family: 'dricons';
  src:  url('fonts/dricons.eot');
  src:  url('fonts/dricons.eot') format('embedded-opentype'),
    url('fonts/dricons.ttf') format('truetype'),
    url('fonts/dricons.woff') format('woff'),
    url('fonts/dricons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dricons' !important;
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1440px) {
	[class^="icon-"], [class*=" icon-"] {
		font-size: 1.1rem;
	}
}

@media only screen and (min-width: 319px) and (orientation: portrait), (max-width: 926px) {
	[class^="icon-"], [class*=" icon-"] {
		font-size: 1.3rem;
	}
}

.topitem [class^="icon-"]{
  font-size: 1.5rem;
}

.greyC [class^="icon-"]{
  color: inherit;
}

.icon-archive:before {
  content: "\e900";
}
.icon-arrow-up:before {
  content: "\e901";
}
.icon-book:before {
  content: "\e902";
}
.icon-clock:before {
  content: "\e903";
}
.icon-download:before {
  content: "\e904";
}
.icon-ellipsis-h:before {
  content: "\e905";
}
.icon-ellipsis-v:before {
  content: "\e906";
}
.icon-exit:before {
  content: "\e907";
}
.icon-file:before {
  content: "\e908";
}
.icon-file-audio:before {
  content: "\e909";
}
.icon-file-code:before {
  content: "\e90a";
}
.icon-file-csv:before {
  content: "\e90b";
}
.icon-file-excel:before {
  content: "\e90c";
}
.icon-file-image:before {
  content: "\e90d";
}
.icon-file-pdf:before {
  content: "\e90e";
}
.icon-file-powerpoint:before {
  content: "\e90f";
}
.icon-file-video:before {
  content: "\e910";
}
.icon-file-word:before {
  content: "\e911";
}
.icon-file-zip:before {
  content: "\e912";
}
.icon-folder:before {
  color: #fe9;
  content: "\e913";
}
.icon-home:before {
  content: "\e914";
}
.icon-icons:before {
  content: "\e915";
}
.icon-link:before {
  content: "\e916";
}
.icon-lock:before {
  content: "\e917";
}
.icon-menu:before {
  content: "\e918";
}
.icon-pencil:before {
  content: "\e919";
}
.icon-settings:before {
  content: "\e91a";
}
.icon-sync:before {
  content: "\e91b";
}
.icon-table:before {
  content: "\e91c";
}
.icon-times:before {
  content: "\e91d";
}
.icon-trash:before {
  content: "\e91e";
}
.icon-trash-empty:before {
  content: "\e91f";
}
.icon-trash-restore:before {
  content: "\e920";
}
.icon-upload:before {
  content: "\e921";
}
.icon-user:before {
  content: "\e922";
}
