﻿/**
 * Glyphicons
 */
@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-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-upload:before {
  content: "\e027";
}