@CHARSET "UTF-8";

body {
  font-family: "tahoma", sans-serif;
 // font-weight: 300;
}

.hover-grey:hover {
  background-color: #eee;
}

.clickable {
  cursor: pointer;
}

.fa-cog {
  color: #333;
}

.z-900 {
  z-index: 900;
}

.scrollBox {
  overflow-y: scroll;
  height: calc(100vh - 250px); //
  padding: 0 1rem;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb !important;
  opacity: 1; /* Firefox */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix)
    format('embedded-opentype'),
    url(/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
    url(/assets/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-plus:before {
  content: "\2b"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-transfer:before {
  content: "\e178";
}
