/* line 2, /home/ryterna/vvs/static/main.less */
.top-bar .notifications {
  vertical-align: middle;
  text-align: left;
}
/* line 6, /home/ryterna/vvs/static/main.less */
.top-bar .notifications .notification-item .btn-group > a {
  color: #fff;
}
/* line 10, /home/ryterna/vvs/static/main.less */
.top-bar .notifications > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 16, /home/ryterna/vvs/static/main.less */
.top-bar .notifications > ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 23, /home/ryterna/vvs/static/main.less */
.top-bar .notifications .count {
  position: absolute;
  top: -7px;
  left: 58%;
  padding: 0px 5px;
  border-radius: 30px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  background: #E60404 !important;
  border-color: #555;
}
/* line 39, /home/ryterna/vvs/static/main.less */
.top-bar .notifications .dropdown-menu {
  top: 26px;
  width: 350px;
}
/* line 44, /home/ryterna/vvs/static/main.less */
.top-bar .notifications .general .dropdown-menu {
  left: -183px;
}
/* line 49, /home/ryterna/vvs/static/main.less */
.top-bar .logged-user {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/* line 54, /home/ryterna/vvs/static/main.less */
.top-bar .logged-user .btn {
  padding: 0;
  border: none;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
/* line 62, /home/ryterna/vvs/static/main.less */
.top-bar .logged-user .btn .name {
  font-weight: 400;
}
/* line 66, /home/ryterna/vvs/static/main.less */
.top-bar .logged-user .btn .caret {
  border-top-color: #fff;
}
/* line 71, /home/ryterna/vvs/static/main.less */
.top-bar .logged-user .dropdown-menu {
  left: -38px;
  top: 31px;
  padding: 0;
}
/* line 78, /home/ryterna/vvs/static/main.less */
.top-bar .top-bar-right {
  position: relative;
  float: right;
}
/* line 82, /home/ryterna/vvs/static/main.less */
.top-bar .top-bar-right .btn-link {
  margin: 0 8px;
}
/* line 88, /home/ryterna/vvs/static/main.less */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "latolight";
}
/* line 94, /home/ryterna/vvs/static/main.less */
.btn i {
  margin-right: 3px;
}
/* line 100, /home/ryterna/vvs/static/main.less */
.btn-link {
  border-color: transparent;
}
/* line 104, /home/ryterna/vvs/static/main.less */
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link .open .dropdown-toggle.btn-link {
  outline: none;
  text-decoration: none;
}
/* line 110, /home/ryterna/vvs/static/main.less */
.btn-group > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 116, /home/ryterna/vvs/static/main.less */
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  padding: 0.5em 0.6em;
}
/* line 124, /home/ryterna/vvs/static/main.less */
.footer {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-size: 0.9em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 140, /home/ryterna/vvs/static/main.less */
  .container {
    max-width: 100%;
    width: 100%;
  }
}
/* line 146, /home/ryterna/vvs/static/main.less */
ul.multiselect-container > li.active > a label.checkbox::before {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 12px;
  color: #99A1A7;
  text-align: center;
  line-height: 15px;
  background-color: #EDEDED;
}
