@font-face {
  font-family: 'rioni vera';
  src: url('/content/fonts/bpg_rioni_vera.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nino mtavruli';
  src: url('/content/fonts/bpg_nino_mtavruli_normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nateli mtavruli';
  src: url('/content/fonts/bpg_nateli_mtavruli.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-width: 1000px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body,
input,
button,
select,
textarea {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div,
p,
label,
span,
input,
select,
table,
button,
textarea {
  box-sizing: border-box;
}
label {
  font-weight: normal;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}
nav {
  margin: 0;
  padding: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul > li {
  display: inline-block;
}
nav ul > li a:hover,
nav ul > li a:focus,
nav ul > li a:visited {
  text-decoration: none;
}
header.main {
  height: 3.2em;
  border-bottom: 1px solid #e5e5e5;
  opacity: .95;
  margin: 0;
  box-sizing: border-box;
  padding: 0 2px 0 6px;
  background-color: #f8f8f5;
  color: #333;
}
header.main a,
header.main a:visited,
header.main a:hover {
  text-decoration: none;
}
header.main .app {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
  margin: 0;
  height: 24px;
}
header.main .app h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/content/img/app/logo.png");
  background-size: 18px;
  width: 18px;
  height: 18px;
  color: #333;
}
header.main .app h2 {
  font-size: 10px;
  margin: 4px 0 0 .5em;
  display: inline-block;
  vertical-align: top;
  color: #555;
  font-style: italic;
  font-weight: normal;
}
header.main > nav.menu {
  display: inline-block;
  float: right;
  margin-right: 5em;
  color: #333;
}
header.main > nav.menu ul > li {
  border-right: 0 solid #ddd;
  line-height: 1em;
  font-size: 16px;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header.main > nav.menu ul > li a {
  padding: .5em .6em;
  color: #6c6a7a;
}
header.main > nav.menu ul > li a:hover,
header.main > nav.menu ul > li a:focus,
header.main > nav.menu ul > li a:visited {
  text-decoration: none;
  color: #6c6a7a;
}
header.main > nav.menu ul > li a:hover {
  color: #347fd1;
  background-color: #f6f6f0;
}
header.main > nav.path {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1em;
}
header.main > nav.path ul > li {
  border-right: 0 solid #ddd;
  line-height: 1em;
}
header.main > nav.path ul > li:last-child > span {
  display: none;
}
header.main > nav.path ul > li a {
  padding: 0 .5em;
  font-size: .9em;
  color: #2668b0;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header.main > nav.path ul > li a:hover,
header.main > nav.path ul > li a:focus,
header.main > nav.path ul > li a:visited {
  text-decoration: none;
  color: #2668b0;
}
header.main > nav.path ul > li a:hover {
  color: #347fd1;
}
header.main > nav.path ul > li:first-child a {
  padding: 0 .5em 0 0;
}
header.main > nav.path ul > li span {
  font-size: .8em;
  color: #aaa;
}
header.main div.user-container {
  float: right;
  font-size: 1em;
}
header.main div.user-container > div {
  display: block;
  text-align: right;
}
header.main div.user-container a {
  color: #5c747c;
  text-decoration: none;
}
header.main div.user-container a:hover {
  color: #347fd1;
}
header.main div.user-container a.profile:focus,
header.main div.user-container a.profile:visited {
  color: #555;
}
header.main div.user-container a.profile:hover {
  color: #222;
}
header.main div.user-container a.profile span {
  white-space: nowrap;
}
header.main div.user-container .user-actions {
  float: right;
  font-size: 1.2em;
  color: #333;
  margin: .4em 0 0 0;
}
header.main div.user-container .user-actions a {
  color: #5c747c;
  padding-left: 2em;
  padding-right: .4em;
}
header.main div.user-container .user-actions a:hover {
  color: #347fd1;
}
div.multi-select-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 45em;
}
div.multi-select-dropdown ul li {
  display: inline-block;
  margin: .2em .4em;
  border-radius: 3px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  padding: .2em .4em;
  white-space: nowrap;
  max-width: none;
  line-height: 1em;
}
div.multi-select-dropdown ul li button.remove {
  padding: .2em .2em .2em .5em;
  color: #aaa;
  border: 0;
  outline: 0;
  background-color: transparent;
}
div.multi-select-dropdown ul li button.remove:hover {
  color: #555;
  cursor: pointer;
}
div.multi-select-dropdown select {
  min-width: 8em;
}
#app-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#app-container > div.ember-view:first-of-type,
#app-container > hr-admin {
  width: 100%;
  height: 100%;
}
#app-container > div.ember-view:first-of-type > div.content,
#app-container > hr-admin > div.content {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  margin-top: .5em;
}
#app-container > div.ember-view:first-of-type {
  height: calc(100% - 4em);
}
