/*  BOOTSTRAP GLYPHICON SUPPORT (minimal) */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  font-size:inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 3px;  /* they shift on load if this is changed, oddly */
}

/* see glyphs_all.css */
.glyphicon-th:before {content: '\e011'}
.glyphicon-chevron-left:before {content: '\e079'}
.glyphicon-chevron-right:before {content: '\e080'}
.glyphicon-step-backward:before {content: '\e069'}
.glyphicon-step-forward:before {content: '\e077'}
.glyphicon-eye-open:before {content: '\e105'}
.glyphicon-refresh:before {content: '\e031'}
.glyphicon-align-justify:before {content: '\e055'}
.glyphicon-columns:before {content: '\e236';display:inline-block;transform:rotate(90deg)}
.glyphicon-menu-right:before {content: '\e258'}
.glyphicon-text-size:before {content: '\e241'}
.glyphicon-remove:before {content: '\e014'}
.glyphicon-tags:before {content: '\e042'}
.glyphicon-ok:before {content: '\e013'}
.glyphicon-remove:before {content: '\e014'}
.glyphicon-folder-open:before {content: '\e118'}
.glyphicon-pencil:before {content: '\270f'}
.glyphicon-triangle-right:before {content: '\e250'}
.glyphicon-triangle-bottom:before {content: '\e252'}
.glyphicon-indents:before {content: '\e054';display:inline-block;transform:scaleY(-1)}
.glyphicon-ok-sign:before {content: '\e084';color:green}
.glyphicon-exclamation-sign:before {content: '\e101';color:#EE0}
.glyphicon-info-sign:before {content: '\e086'}
.glyphicon-remove-sign:before {content: '\e083';color:var(--alert)}
.glyphicon-lock:before {content: '\e033'}
.glyphicon-adjust:before {content: '\e063'}
.glyphicon-option-vertical:before {content: '\e235'}
.glyphicon-repeat:before {content: '\e030'}
.glyphicon-undo:before {content: '\e030';display:inline-block;transform:scaleX(-1)}
.glyphicon-plus:before {content: '\2b'}
.glyphicon-minus:before {content: '\2212'}
.glyphicon-stats:before {content: '\e185'}
.glyphicon-duplicate:before {content: '\e224'}
.glyphicon-arrow-up:before {content: '\e093'}
.glyphicon-arrow-down:before {content: '\e094'}
.glyphicon-arrow-right:before {content: '\e092'}
.glyphicon-search:before {content: '\e003'}
.glyphicon-menu-up:before {content: '\e260'}
.glyphicon-menu-down:before {content: '\e259'}
.glyphicon-cog:before {content: '\e019'}
.glyphicon-filter:before {content: '\e138'}
.glyphicon-open:before {content: '\e167'}
.glyphicon-save:before {content: '\e166'}
.glyphicon-list-alt:before {content: '\e032';padding-right:2px}
.glyphicon-plus-sign:before {content: '\e081'}
.glyphicon-minus-sign:before {content: '\e082'}
.glyphicon-export:before {content: '\e170'}
.glyphicon-flash:before {content: '\e162'}
.glyphicon-sort:before {content: '\e150'}
.glyphicon-swap:before {content: '\e150';display:inline-block;transform:rotate(90deg)}
.glyphicon-book:before {content: '\e043'}
.glyphicon-trash:before {content: '\e020'}
.glyphicon-copy:before {content: '\e205'}