/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
.uploader, .selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline; }
  /* line 2, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader *, .selector * {
    margin: 0;
    padding: 0; }

/* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
.selector select:focus {
  outline: 0; }

/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
.uploader {
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  cursor: default; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader span.action {
    width: 85px;
    text-align: center;
    text-shadow: #fff 0px 1px 0px;
    background-color: #fff;
    font-size: 11px;
    font-weight: 600;
    float: left;
    display: inline;
    padding: 2px 0px;
    overflow: hidden;
    cursor: pointer; }
  /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader span.filename {
    color: #777;
    width: 82px;
    border-right: solid 1px #bbb;
    font-size: 11px;
    padding: 0px 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default; }
  /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader input {
    width: 190px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default; }
    /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
    .uploader input:focus {
      outline: 0; }
  /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader.disabled span.action {
    color: #aaa; }
  /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/uniform_default.scss */
  .uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none; }

/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
html {
  min-height: 100%; }

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
body {
  font: normal 12px 'Open Sans', HelveticaNeue, Helvetica, Arial;
  background: url("../images/bg.png");
  min-height: 100%;
  color: #707070;
  overflow-x: hidden; }

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', HelveticaNeue, Helvetica, Arial;
  line-height: 20px; }

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
strong, b {
  font-weight: 600; }

/* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
a {
  color: #78808a; }
  /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
  a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 0px none;
    text-decoration: none;
    color: #5a6573; }

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.label {
  font-size: 10px;
  text-shadow: none; }

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
i {
  font-size: 14px; }

/* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.main-content {
  position: relative;
  margin-left: 201px; }

/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.padded {
  padding: 15px; }

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.nopadding {
  padding: 0; }

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.hpadded {
  padding-left: 15px;
  padding-right: 15px; }

/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.vpadded {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.separate-sections {
  margin: 0;
  list-style: none;
  padding-bottom: 5px; }
  /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
  .separate-sections > li, .separate-sections > div {
    margin-bottom: 15px !important; }
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
    .separate-sections > li:last-child, .separate-sections > div:last-child {
      margin-bottom: 0px; }

/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6, th {
  color: #5f5f5f;
  font-weight: 600; }

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.the-icons {
  list-style: none; }

/* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.avatar {
  display: inline-block; }
  /* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
  .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3); }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.avatar-small {
  max-width: 32px;
  max-height: 32px; }

/* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.twitter-color {
  color: #4099ff; }

/* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.facebook-color {
  color: #35508F; }

/* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.note {
  color: #909090;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px; }

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.close {
  line-height: 14px; }

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.relative {
  position: relative; }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.indent {
  margin-left: 10px; }

/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.strikethrough {
  text-decoration: line-through; }

/* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
.container {
  width: 100%;
  max-width: 100%; }
  /* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/base.scss */
  .container.padded > .row {
    margin: 0; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box {
  -webkit-box-shadow: 0 2px 2px -2px #cccccc;
  -moz-box-shadow: 0 2px 2px -2px #cccccc;
  box-shadow: 0 2px 2px -2px #cccccc;
  background: #fbfbfb;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px; }
  /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-header, .box .box-footer {
    *zoom: 1;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    text-shadow: 0 1px white;
    border-bottom: 1px solid #CDCDCD;
    color: #636363;
    font-weight: 600; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .box .box-header:before, .box .box-header:after, .box .box-footer:before, .box .box-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .box .box-header:after, .box .box-footer:after {
      clear: both; }
    /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .title, .box .box-footer .title {
      float: left;
      display: block;
      padding: 10px;
      font-size: 12px;
      font-weight: 600; }
    /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .box-toolbar, .box .box-footer .box-toolbar {
      margin: 0;
      padding: 0;
      float: right;
      list-style: none; }
      /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
      .box .box-header .box-toolbar .ibutton-container, .box .box-footer .box-toolbar .ibutton-container {
        margin-top: 6px; }
      /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
      .box .box-header .box-toolbar > li, .box .box-footer .box-toolbar > li {
        position: relative;
        float: left;
        margin-left: 15px;
        line-height: 37px;
        padding-right: 10px;
        color: #636363;
        font-size: 12px; }
        /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar > li ul, .box .box-footer .box-toolbar > li ul {
          left: auto;
          right: 0; }
        /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar > li.toolbar-link, .box .box-footer .box-toolbar > li.toolbar-link {
          padding-right: 0; }
        /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar > li.toolbar-link > a, .box .box-footer .box-toolbar > li.toolbar-link > a {
          border-left: 1px solid #cecece;
          height: 37px;
          line-height: 37px;
          display: block;
          padding: 0 10px; }
          /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
          .box .box-header .box-toolbar > li.toolbar-link > a i, .box .box-footer .box-toolbar > li.toolbar-link > a i {
            font-size: 16px; }
          /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
          .box .box-header .box-toolbar > li.toolbar-link > a:hover, .box .box-footer .box-toolbar > li.toolbar-link > a:hover {
            background: #efefef;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
            background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
            background-image: -moz-linear-gradient(top, #ffffff, #efefef);
            background-image: -o-linear-gradient(top, #ffffff, #efefef);
            background-image: linear-gradient(top, #ffffff, #efefef); }
          /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
          .box .box-header .box-toolbar > li.toolbar-link > a:active, .box .box-footer .box-toolbar > li.toolbar-link > a:active {
            background: #e5e5e5; }
        /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar > li > i, .box .box-footer .box-toolbar > li > i {
          font-size: 14px;
          height: 37px;
          line-height: 37px; }
        /* line 79, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
        .box .box-header .box-toolbar > li.open > a, .box .box-footer .box-toolbar > li.open > a {
          background: #eee; }
  /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-header {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px; }
  /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-footer {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: none;
    border-top: 1px solid #dddddd; }
    /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-footer .pagination {
      margin: 10px 0; }
    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-footer.flat {
      border-top: none;
      background: #f1f1f1;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
      background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
      background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
      background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
      background-image: linear-gradient(top, #fbfbfb, #f1f1f1); }

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-list {
  list-style: none;
  margin: 0; }
  /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box-list > li {
    line-height: 24px;
    *zoom: 1;
    background: #f1f1f1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #fbfbfb, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fbfbfb, #f1f1f1);
    background-image: -o-linear-gradient(top, #fbfbfb, #f1f1f1);
    background-image: linear-gradient(top, #fbfbfb, #f1f1f1);
    text-shadow: 0 1px white;
    padding: 10px;
    border-bottom: 1px solid #ddd; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .box-list > li:before, .box-list > li:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .box-list > li:after {
      clear: both; }
    /* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box-list > li:last-child {
      border-bottom: none; }
  /* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box-list .fields li {
    line-height: 23px; }

/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-section {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box-section:last-child {
    border-bottom: none; }

/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar a {
  margin-right: 10px; }
/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar.pull-right a {
  margin-left: 10px;
  margin-right: 0; }
/* line 168, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.faded-toolbar i {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  vertical-align: middle;
  color: #989898;
  opacity: .6; }
  /* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .faded-toolbar i:hover {
    opacity: 1; }

/* line 182, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav {
  margin-bottom: 0; }
/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav-tabs + .title {
  float: right; }
/* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav-tabs {
  border-bottom: none; }
  /* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-header .nav-tabs > .active > a, .box .box-header .nav-tabs > .active > a:hover {
    background: #fbfbfb;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  /* line 203, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-header .nav-tabs.nav-tabs-left {
    float: left; }
    /* line 206, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .nav-tabs.nav-tabs-left li:first-child a {
      border-left: 0;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px; }
  /* line 212, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
  .box .box-header .nav-tabs.nav-tabs-right {
    float: right; }
    /* line 215, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
    .box .box-header .nav-tabs.nav-tabs-right li:last-child a {
      border-right: 0;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      margin-right: 0; }
/* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box .box-header .nav > li > a:hover {
  border-color: transparent;
  background: none; }

/* line 234, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .tooltip {
  line-height: 20px !important;
  text-shadow: none; }
/* line 239, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .progress {
  margin-top: 15px; }
/* line 243, /home/andrei/core-admin-release/core-admin/source/stylesheets/box.scss */
.box-header .input-with-submit input {
  margin-bottom: 0;
  margin-top: 5px; }
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.chat-message-box {
  position: relative;
  background: white;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.chat-message-box:after, .chat-message-box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.chat-message-box:after {
  border-bottom-color: white;
  border-width: 7px;
  left: 10px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.chat-message-box:before {
  border-bottom-color: #d8d8d8;
  border-width: 8px;
  left: 9px; }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.chat-message-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px; }
  /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .chat-message-box textarea {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 5px;
    width: 97% !important;
    background: #fff; }
    /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .chat-message-box textarea:focus {
      border: none; }

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .chat-message-box {
  margin-bottom: 0; }
  /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .closable-chat-box .chat-message-box textarea {
    height: 25px; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .actions {
  display: none; }
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box.open .chat-message-box {
  margin-bottom: 15px; }
  /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .closable-chat-box.open .chat-message-box textarea {
    height: auto; }
/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box.open .actions {
  display: block; }
/* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
.closable-chat-box .fields {
  *zoom: 1;
  position: relative; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .closable-chat-box .fields:before, .closable-chat-box .fields:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .closable-chat-box .fields:after {
    clear: both; }
  /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .closable-chat-box .fields ul {
    float: left;
    margin-left: 50px;
    margin-bottom: 2px;
    list-style: none;
    padding: 0; }
    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .fields ul li {
      line-height: 18px;
      color: #949494; }
  /* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .closable-chat-box .fields a {
    color: #393939; }
  /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
  .closable-chat-box .fields .avatar {
    position: absolute;
    left: 0; }
    /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/message_box.scss */
    .closable-chat-box .fields .avatar img {
      max-width: 36px;
      max-height: 36px; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.to-right .dropdown-menu {
  top: 0px;
  left: 100%;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  float: none;
  width: 100%;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .to-right .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-top: 7px solid transparent !important;
    border-left: 7px solid transparent !important;
    border-right: 8px solid #11161A;
    border-bottom: 7px solid transparent !important;
    position: absolute;
    top: 12px;
    left: -15px; }

/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.dark-nav {
  position: relative; }
  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .dark-nav.to-right .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .dark-nav > ul {
    margin: 0;
    padding: 0;
    background: #11161A;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px 2px inset; }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul:before {
      border-bottom: 7px solid #0a0d0e !important; }
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul:after {
      border-bottom: 6px solid #0a0d0e !important; }
    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul li.active a {
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
      background: rgba(50, 50, 50, 0.1);
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
      background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
      background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
      background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
      background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1)); }
      /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
      .dark-nav > ul li.active a:hover {
        background: rgba(50, 50, 50, 0.1);
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
        background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1)); }
    /* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul li a {
      text-shadow: none;
      text-align: left;
      font-size: 11px;
      padding: 6px 5px 6px 20px;
      border-top: 1px solid #20292f;
      border-bottom: 1px solid #0a0d0e;
      color: #bbb;
      display: block; }
      /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
      .dark-nav > ul li a:hover {
        background: rgba(50, 50, 50, 0.1);
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
        background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        background-image: linear-gradient(top, rgba(90, 90, 90, 0.2) 0%, rgba(50, 50, 50, 0.1));
        color: #fff; }
    /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul li:last-child a {
      border-bottom: none; }
    /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dark-nav > ul li:first-child a {
      border-top: none; }

/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.navbar-inverse .nav.full {
  margin: 0;
  margin-left: 10px; }
  /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .navbar-inverse .nav.full > li > a {
    height: 40px;
    line-height: 40px;
    padding: 3px 10px;
    margin-right: 10px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    /* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .navbar-inverse .nav.full > li > a:hover {
      background: transparent; }
    /* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .navbar-inverse .nav.full > li > a img {
      width: 32px;
      height: 32px; }

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
.dropdown-menu {
  background: whitesmoke;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: -o-linear-gradient(top, #fdfdfd, #f5f5f5);
  background-image: linear-gradient(top, #fdfdfd, #f5f5f5);
  -webkit-box-shadow: 0 1px 2px #dadada;
  -moz-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada; }
  /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .dropdown-menu li > a:hover, .dropdown-menu .dropdown-menu li > a:focus, .dropdown-menu .dropdown-submenu:hover > a {
    background: #f2f2f2;
    color: #404040; }
  /* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .dropdown-menu li a {
    text-shadow: 0 1px white;
    color: #475967;
    font-weight: 600; }
    /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li a i {
      color: #BCBECA; }
  /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
  .dropdown-menu li.with-image {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px; }
    /* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li.with-image .avatar img {
      max-width: 100px;
      max-height: 100px;
      border: 4px solid #fff; }
    /* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/dropdowns.scss */
    .dropdown-menu li.with-image span {
      text-shadow: 0 1px white;
      display: block;
      margin-top: 15px;
      color: #9EA1AA;
      font-size: 16px;
      font-weight: 600; }
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.0.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block; }

/* makes the font 33% larger relative to the icon container */
/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */ }
  /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn [class^="icon-"].icon-large,
  .btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
  .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  /* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn [class^="icon-"].icon-spin,
  .btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
  .nav [class*=" icon-"].icon-spin {
    display: inline-block; }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */ }
  /* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
  .nav-tabs [class*=" icon-"],
  .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
  .nav-pills [class*=" icon-"],
  .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }
  /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  li [class^="icon-"].icon-large,
  li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
  .nav li [class*=" icon-"].icon-large {
    /* increased font size for icon-large */
    width: 1.5625em; }

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
ul.icons {
  list-style-type: none;
  text-indent: -.75em; }
  /* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  ul.icons li [class^="icon-"],
  ul.icons li [class*=" icon-"] {
    width: .75em; }

/* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-muted {
  color: #eeeeee; }

/* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-2x {
  font-size: 2em; }
  /* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-3x {
  font-size: 3em; }
  /* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

/* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-4x {
  font-size: 4em; }
  /* line 176, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.pull-right {
  float: right; }

/* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.pull-left {
  float: left; }

/* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
/* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* line 203, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
/* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn.btn-sm [class^="icon-"].pull-left.icon-2x, .btn.btn-sm [class^="icon-"].pull-right.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-left.icon-2x,
.btn.btn-sm [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

/* line 220, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.btn.btn-lg [class^="icon-"],
.btn.btn-lg [class*=" icon-"] {
  margin-top: 0; }
  /* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn.btn-lg [class^="icon-"].pull-left.icon-2x, .btn.btn-lg [class^="icon-"].pull-right.icon-2x,
  .btn.btn-lg [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  /* line 225, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn.btn-lg [class^="icon-"].pull-left.icon-2x,
  .btn.btn-lg [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn.btn-lg [class^="icon-"].pull-right.icon-2x,
  .btn.btn-lg [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  /* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg); }

  /* line 241, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  /* line 244, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 245, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  /* line 248, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  0% {
    -o-transform: rotate(0deg); }

  /* line 249, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  /* line 252, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg); }

  /* line 253, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  /* line 256, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  0% {
    transform: rotate(0deg); }

  /* line 257, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  100% {
    transform: rotate(359deg); } }

@-moz-document url-prefix() {
  /* line 261, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .icon-spin {
    height: .9em; }

  /* line 262, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn .icon-spin {
    height: auto; }

  /* line 263, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .icon-spin.icon-large {
    height: 1.25em; }

  /* line 264, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
  .btn .icon-spin.icon-large {
    height: .75em; } }

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 269, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-glass:before {
  content: "\f000"; }

/* line 270, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-music:before {
  content: "\f001"; }

/* line 271, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-search:before {
  content: "\f002"; }

/* line 272, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-envelope:before {
  content: "\f003"; }

/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-heart:before {
  content: "\f004"; }

/* line 274, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star:before {
  content: "\f005"; }

/* line 275, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star-empty:before {
  content: "\f006"; }

/* line 276, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-user:before {
  content: "\f007"; }

/* line 277, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-film:before {
  content: "\f008"; }

/* line 278, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th-large:before {
  content: "\f009"; }

/* line 279, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th:before {
  content: "\f00a"; }

/* line 280, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-th-list:before {
  content: "\f00b"; }

/* line 281, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok:before {
  content: "\f00c"; }

/* line 282, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove:before {
  content: "\f00d"; }

/* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e"; }

/* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010"; }

/* line 286, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-off:before {
  content: "\f011"; }

/* line 287, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signal:before {
  content: "\f012"; }

/* line 288, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cog:before {
  content: "\f013"; }

/* line 289, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-trash:before {
  content: "\f014"; }

/* line 290, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-home:before {
  content: "\f015"; }

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-file:before {
  content: "\f016"; }

/* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-time:before {
  content: "\f017"; }

/* line 293, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-road:before {
  content: "\f018"; }

/* line 294, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-download-alt:before {
  content: "\f019"; }

/* line 295, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-download:before {
  content: "\f01a"; }

/* line 296, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-upload:before {
  content: "\f01b"; }

/* line 297, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-inbox:before {
  content: "\f01c"; }

/* line 298, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d"; }

/* line 299, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-repeat:before {
  content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
/* line 302, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-refresh:before {
  content: "\f021"; }

/* line 303, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-alt:before {
  content: "\f022"; }

/* line 304, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lock:before {
  content: "\f023"; }

/* line 305, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-flag:before {
  content: "\f024"; }

/* line 306, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-headphones:before {
  content: "\f025"; }

/* line 307, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-off:before {
  content: "\f026"; }

/* line 308, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-down:before {
  content: "\f027"; }

/* line 309, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-volume-up:before {
  content: "\f028"; }

/* line 310, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-qrcode:before {
  content: "\f029"; }

/* line 311, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-barcode:before {
  content: "\f02a"; }

/* line 312, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tag:before {
  content: "\f02b"; }

/* line 313, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tags:before {
  content: "\f02c"; }

/* line 314, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-book:before {
  content: "\f02d"; }

/* line 315, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e"; }

/* line 316, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-print:before {
  content: "\f02f"; }

/* line 318, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-camera:before {
  content: "\f030"; }

/* line 319, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-font:before {
  content: "\f031"; }

/* line 320, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bold:before {
  content: "\f032"; }

/* line 321, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-italic:before {
  content: "\f033"; }

/* line 322, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-text-height:before {
  content: "\f034"; }

/* line 323, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-text-width:before {
  content: "\f035"; }

/* line 324, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-left:before {
  content: "\f036"; }

/* line 325, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-center:before {
  content: "\f037"; }

/* line 326, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-right:before {
  content: "\f038"; }

/* line 327, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-align-justify:before {
  content: "\f039"; }

/* line 328, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list:before {
  content: "\f03a"; }

/* line 329, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b"; }

/* line 330, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c"; }

/* line 331, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d"; }

/* line 332, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-picture:before {
  content: "\f03e"; }

/* line 334, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pencil:before {
  content: "\f040"; }

/* line 335, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-map-marker:before {
  content: "\f041"; }

/* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-adjust:before {
  content: "\f042"; }

/* line 337, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tint:before {
  content: "\f043"; }

/* line 338, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-edit:before {
  content: "\f044"; }

/* line 339, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-share:before {
  content: "\f045"; }

/* line 340, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-check:before {
  content: "\f046"; }

/* line 341, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-move:before {
  content: "\f047"; }

/* line 342, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-step-backward:before {
  content: "\f048"; }

/* line 343, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049"; }

/* line 344, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-backward:before {
  content: "\f04a"; }

/* line 345, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-play:before {
  content: "\f04b"; }

/* line 346, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pause:before {
  content: "\f04c"; }

/* line 347, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-stop:before {
  content: "\f04d"; }

/* line 348, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-forward:before {
  content: "\f04e"; }

/* line 350, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050"; }

/* line 351, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-step-forward:before {
  content: "\f051"; }

/* line 352, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eject:before {
  content: "\f052"; }

/* line 353, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053"; }

/* line 354, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054"; }

/* line 355, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055"; }

/* line 356, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056"; }

/* line 357, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057"; }

/* line 358, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058"; }

/* line 359, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-question-sign:before {
  content: "\f059"; }

/* line 360, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a"; }

/* line 361, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b"; }

/* line 362, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c"; }

/* line 363, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d"; }

/* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e"; }

/* line 366, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060"; }

/* line 367, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061"; }

/* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062"; }

/* line 369, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063"; }

/* line 370, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-share-alt:before {
  content: "\f064"; }

/* line 371, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-full:before {
  content: "\f065"; }

/* line 372, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-small:before {
  content: "\f066"; }

/* line 373, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus:before {
  content: "\f067"; }

/* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-minus:before {
  content: "\f068"; }

/* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-asterisk:before {
  content: "\f069"; }

/* line 376, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a"; }

/* line 377, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-gift:before {
  content: "\f06b"; }

/* line 378, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-leaf:before {
  content: "\f06c"; }

/* line 379, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fire:before {
  content: "\f06d"; }

/* line 380, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e"; }

/* line 382, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-eye-close:before {
  content: "\f070"; }

/* line 383, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071"; }

/* line 384, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plane:before {
  content: "\f072"; }

/* line 385, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-calendar:before {
  content: "\f073"; }

/* line 386, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-random:before {
  content: "\f074"; }

/* line 387, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comment:before {
  content: "\f075"; }

/* line 388, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-magnet:before {
  content: "\f076"; }

/* line 389, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077"; }

/* line 390, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078"; }

/* line 391, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-retweet:before {
  content: "\f079"; }

/* line 392, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a"; }

/* line 393, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b"; }

/* line 394, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c"; }

/* line 395, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d"; }

/* line 396, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e"; }

/* line 398, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080"; }

/* line 399, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081"; }

/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082"; }

/* line 401, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083"; }

/* line 402, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-key:before {
  content: "\f084"; }

/* line 403, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cogs:before {
  content: "\f085"; }

/* line 404, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comments:before {
  content: "\f086"; }

/* line 405, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f087"; }

/* line 406, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f088"; }

/* line 407, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-star-half:before {
  content: "\f089"; }

/* line 408, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a"; }

/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signout:before {
  content: "\f08b"; }

/* line 410, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c"; }

/* line 411, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d"; }

/* line 412, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-external-link:before {
  content: "\f08e"; }

/* line 414, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-signin:before {
  content: "\f090"; }

/* line 415, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-trophy:before {
  content: "\f091"; }

/* line 416, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github-sign:before {
  content: "\f092"; }

/* line 417, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093"; }

/* line 418, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lemon:before {
  content: "\f094"; }

/* line 419, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-phone:before {
  content: "\f095"; }

/* line 420, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-check-empty:before {
  content: "\f096"; }

/* line 421, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097"; }

/* line 422, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098"; }

/* line 423, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-twitter:before {
  content: "\f099"; }

/* line 424, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-facebook:before {
  content: "\f09a"; }

/* line 425, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github:before {
  content: "\f09b"; }

/* line 426, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-unlock:before {
  content: "\f09c"; }

/* line 427, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d"; }

/* line 428, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-rss:before {
  content: "\f09e"; }

/* line 430, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0"; }

/* line 431, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1"; }

/* line 432, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bell:before {
  content: "\f0a2"; }

/* line 433, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3"; }

/* line 434, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4"; }

/* line 435, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5"; }

/* line 436, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6"; }

/* line 437, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7"; }

/* line 438, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8"; }

/* line 439, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9"; }

/* line 440, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa"; }

/* line 441, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab"; }

/* line 442, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-globe:before {
  content: "\f0ac"; }

/* line 443, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad"; }

/* line 444, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae"; }

/* line 446, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-filter:before {
  content: "\f0b0"; }

/* line 447, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1"; }

/* line 448, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2"; }

/* line 450, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-group:before {
  content: "\f0c0"; }

/* line 451, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-link:before {
  content: "\f0c1"; }

/* line 452, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2"; }

/* line 453, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3"; }

/* line 454, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cut:before {
  content: "\f0c4"; }

/* line 455, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-copy:before {
  content: "\f0c5"; }

/* line 456, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-paper-clip:before {
  content: "\f0c6"; }

/* line 457, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-save:before {
  content: "\f0c7"; }

/* line 458, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8"; }

/* line 459, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9"; }

/* line 460, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca"; }

/* line 461, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb"; }

/* line 462, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc"; }

/* line 463, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-underline:before {
  content: "\f0cd"; }

/* line 464, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-table:before {
  content: "\f0ce"; }

/* line 466, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-magic:before {
  content: "\f0d0"; }

/* line 467, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-truck:before {
  content: "\f0d1"; }

/* line 468, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2"; }

/* line 469, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3"; }

/* line 470, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4"; }

/* line 471, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5"; }

/* line 472, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-money:before {
  content: "\f0d6"; }

/* line 473, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7"; }

/* line 474, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8"; }

/* line 475, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9"; }

/* line 476, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da"; }

/* line 477, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-columns:before {
  content: "\f0db"; }

/* line 478, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort:before {
  content: "\f0dc"; }

/* line 479, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd"; }

/* line 480, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de"; }

/* line 482, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f0e0"; }

/* line 483, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1"; }

/* line 484, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-undo:before {
  content: "\f0e2"; }

/* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-legal:before {
  content: "\f0e3"; }

/* line 486, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4"; }

/* line 487, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5"; }

/* line 488, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6"; }

/* line 489, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7"; }

/* line 490, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8"; }

/* line 491, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9"; }

/* line 492, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-paste:before {
  content: "\f0ea"; }

/* line 493, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb"; }

/* line 494, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec"; }

/* line 495, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed"; }

/* line 496, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee"; }

/* line 498, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0"; }

/* line 499, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1"; }

/* line 500, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2"; }

/* line 501, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3"; }

/* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4"; }

/* line 503, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-food:before {
  content: "\f0f5"; }

/* line 504, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-file-alt:before {
  content: "\f0f6"; }

/* line 505, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-building:before {
  content: "\f0f7"; }

/* line 506, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8"; }

/* line 507, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9"; }

/* line 508, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa"; }

/* line 509, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb"; }

/* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-beer:before {
  content: "\f0fc"; }

/* line 511, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd"; }

/* line 512, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe"; }

/* line 514, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100"; }

/* line 515, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101"; }

/* line 516, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102"; }

/* line 517, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103"; }

/* line 518, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-left:before {
  content: "\f104"; }

/* line 519, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-right:before {
  content: "\f105"; }

/* line 520, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-up:before {
  content: "\f106"; }

/* line 521, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-angle-down:before {
  content: "\f107"; }

/* line 522, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-desktop:before {
  content: "\f108"; }

/* line 523, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-laptop:before {
  content: "\f109"; }

/* line 524, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-tablet:before {
  content: "\f10a"; }

/* line 525, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b"; }

/* line 526, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c"; }

/* line 527, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d"; }

/* line 528, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e"; }

/* line 530, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-spinner:before {
  content: "\f110"; }

/* line 531, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-circle:before {
  content: "\f111"; }

/* line 532, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-reply:before {
  content: "\f112"; }

/* line 533, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-github-alt:before {
  content: "\f113"; }

/* line 534, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114"; }

/* line 535, /home/andrei/core-admin-release/core-admin/source/stylesheets/font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115"; }
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  table.responsive {
    margin-bottom: 0; }

  /* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap; }

  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  .pinned td:last-child {
    border-bottom: 0; }

  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  div.table-wrapper div.scrollable table {
    margin-left: 35%; }

  /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive-tables.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
/* -----------------------------------------
   Page Name 1
----------------------------------------- */
/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc {
  direction: ltr;
  text-align: left; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc table {
    border-collapse: collapse;
    border-spacing: 0; }

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
html .fc {
  font-size: 1em; }

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc table {
  font-size: 1em; }
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc td, .fc th {
  padding: 0;
  vertical-align: top; }

/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header {
  position: relative; }
  /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-header td {
    white-space: nowrap; }

/* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left {
  text-align: left;
  width: 100%; }

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-center {
  text-align: center;
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  line-height: 37px; }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-inner {
  border-left: 1px solid #d5d5d5; }

/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left .fc-button-inner {
  border: none; }

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-right {
  text-align: right;
  position: absolute;
  top: -37px;
  right: 0; }
  /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-header-right .fc-button-agendaDay .fc-button-inner {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }

/* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-title {
  display: inline-block; }
  /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-header-title h2 {
    font-size: 12px;
    margin: 0; }
  /* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-header-title strong {
    margin-top: 0;
    white-space: nowrap;
    padding: 8px 12px !important;
    display: block; }

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .fc-header-space {
  padding-left: 10px; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-corner-right {
  margin-right: 0;
  float: right; }
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .ui-corner-right {
  margin-right: 0; }
/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
  z-index: 2; }
/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-down {
  z-index: 3; }
/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header .fc-state-active, .fc-header .ui-state-active {
  z-index: 4; }

/* line 103, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-next {
  float: right;
  margin-right: -2px; }

/* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-view {
  width: 100%;
  overflow: hidden; }

/* line 113, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate thead {
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  height: 25px;
  line-height: 25px; }

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header, .fc-widget-content {
  border: 1px solid #ccc; }

/* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-highlight {
  background: #f4f3e6; }

/* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cell-overlay {
  background: #99CCFF;
  opacity: .2; }

/* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button {
  position: relative;
  cursor: pointer; }

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-inner {
  position: relative;
  float: left;
  overflow: hidden; }

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-button-content {
  position: relative;
  float: left;
  height: 37px;
  line-height: 37px;
  padding: 0 14px;
  white-space: nowrap; }

/* line 152, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-left .fc-button-content {
  padding: 0 8px; }

/* line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-header-right .fc-button-content {
  height: 37px; }

/* gloss effect */
/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-default .fc-button-effect {
  position: absolute;
  top: 50%;
  left: 0; }

/* line 168, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-active {
  color: #797979;
  background: #f9f9f9;
  box-shadow: 0 -1px 0 #eaeaea inset; }
  /* line 172, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-state-active .fc-button-inner {
    color: #797979;
    background: #f9f9f9;
    box-shadow: 0 -1px 0 #eaeaea inset; }

/* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-first th {
  padding-top: 1px; }

/* line 183, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-state-disabled {
  color: #999;
  border-color: #ddd;
  cursor: default; }
  /* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-state-disabled .fc-button-inner {
    color: #999;
    border-color: #ddd; }
  /* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-state-disabled .fc-button-effect {
    display: none; }

/* Global Event Styles */
/* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event {
  border-style: solid;
  border-width: 0;
  font-size: .85em;
  cursor: default; }

/* line 205, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
a.fc-event, .fc-event-draggable {
  cursor: pointer; }

/* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
a.fc-event {
  text-decoration: none; }

/* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-event {
  text-align: right; }

/* line 217, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-skin {
  border-color: #32779A;
  background-color: #729BB9;
  color: #fff;
  display: block;
  padding: 1px 0px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin-top: 1px; }

/* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0;
  overflow: hidden; }

/* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-time, .fc-event-title {
  padding: 0 2px 1px 5px;
  display: block;
  float: left;
  line-height: 16px; }

/* line 247, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  font-size: 300%;
  line-height: 50%; }

/* Horizontal Events */
/* line 258, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-hori {
  margin-bottom: 1px; }
  /* line 260, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize; }
  /* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize; }

/* line 276, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-right {
  margin-right: 1px; }
  /* line 278, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
    margin-right: 0; }

/* line 283, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-top {
  margin-top: 1px; }
  /* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-corner-top .fc-event-inner {
    margin-top: -1px; }

/* line 290, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-bottom {
  margin-bottom: 1px; }
  /* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-corner-bottom .fc-event-inner {
    margin-bottom: -1px; }

/* line 297, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-top .fc-event-inner {
  border-top-width: 1px; }

/* line 301, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-corner-bottom .fc-event-inner {
  border-bottom-width: 1px; }

/* line 305, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
table.fc-border-separate {
  border-collapse: separate; }

/* line 310, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate th {
  border-width: 1px 0 0 1px; }
/* line 313, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate td {
  border-width: 1px 0 0 1px; }
  /* line 315, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-border-separate td:first-child {
    border-left: none; }
/* line 319, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate th:first-child {
  border-left: none; }
/* line 323, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
  border-top-width: 1px; }
/* line 328, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th {
  border-top-width: 1px; }

/* Month View, Basic Week View, Basic Day View */
/* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header {
  text-align: center; }

/* line 340, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-day-number {
  float: right;
  padding: 6px 5px 2px 5px; }

/* line 345, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cols .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30); }

/* line 350, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-day-content {
  clear: both;
  padding: 5px 2px 3px; }

/* event styles */
/* line 357, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-cols .fc-event-time {
  font-weight: 600; }

/* right-to-left */
/* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-cols .fc-day-number {
  float: left; }
/* line 367, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-rtl .fc-cols .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View */
/* line 374, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda table {
  border-collapse: separate; }

/* line 378, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days th {
  text-align: center; }

/* line 383, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  font-weight: normal; }
/* line 391, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* line 397, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }
/* line 400, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* line 406, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-allday th {
  border-width: 0 1px; }
/* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  _height: 34px; }

/* line 415, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

/* line 420, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
/* line 427, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }
/* line 430, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }
  /* line 433, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-agenda-slots td div {
    height: 20px; }
/* line 439, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }
/* line 444, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }
/* line 447, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid; }

/* Vertical Events */
/* line 456, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-vert {
  border-width: 0 1px; }
  /* line 458, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden; }
  /* line 464, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px; }
  /* line 468, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
  .fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30); }

/* line 481, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
  display: none; }

/* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

/* line 497, /home/andrei/core-admin-release/core-admin/source/stylesheets/fullcalendar.scss */
.fc-agenda .ui-resizable-resizing {
  overflow: hidden; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  #gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto; }
  /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  #gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px; }
  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  #gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px; }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url("../images/ie-spacer.gif");
  /* ie7/8 fix */ }
  /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  .gritter-item-wrapper.warn .gritter-title {
    color: orange; }
  /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  .gritter-item-wrapper.error .gritter-title {
    color: #ff4d4d; }
  /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
  .gritter-item-wrapper.success .gritter-title {
    color: #00cc00; }

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #eee;
  padding: 10px;
  font-size: 11px;
  font-family: 'Open Sans';
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.hover .gritter-item {
  background-position: right -40px; }

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word; }

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-close {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%; }

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-title {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
  /* Not supported by IE :( */ }

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-image {
  width: 48px;
  height: 48px;
  float: left; }

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-with-image,
.gritter-without-image {
  padding: 0; }

/* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/gritter.scss */
.gritter-with-image {
  width: 220px;
  float: right; }
/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.num-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #717e88;
  *zoom: 1; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .num-stats:before, .num-stats:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .num-stats:after {
    clear: both; }
  /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li {
    text-align: center;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px dotted #bbbbbb;
    border-left: 1px dotted whitesmoke;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .num-stats li:first-child {
      border-left: none; }
    /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .num-stats li:last-child {
      border-right: none; }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .num-stats li .number {
      text-shadow: 0 1px #fff;
      font-size: 18px;
      font-weight: 600;
      display: block;
      line-height: 18px; }
    /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
    .num-stats li i {
      color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      height: 36px;
      width: 36px;
      line-height: 36px;
      font-size: 14px;
      float: left;
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-blue .number {
    color: #6e97aa; }
  /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-blue i {
    background: #6e97aa;
    text-shadow: 0 1px rgba(66, 98, 112, 0.5); }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-blue strong {
    color: #6e97aa; }
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-red .number {
    color: #ba6d6d; }
  /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-red i {
    background: #ba6d6d;
    text-shadow: 0 1px rgba(131, 62, 62, 0.5); }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-red strong {
    color: #ba6d6d; }
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-green .number {
    color: #8fae53; }
  /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-green i {
    background: #8fae53;
    text-shadow: 0 1px rgba(86, 105, 50, 0.5); }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .num-stats li.stat-green strong {
    color: #8fae53; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.well .num-stats li {
  border-right-color: #bbb;
  border-left-color: transparent; }

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
.area-top .num-stats {
  margin-top: 5px; }
  /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/numeric_stats.scss */
  .area-top .num-stats li {
    border: none; }
/* \f020 doesn't work in Safari. all shifted one down */
/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  form.fill-up * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  form.fill-up input, form.fill-up textarea, form.fill-up select {
    width: 100%; }
  /* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  form.fill-up .padded .control-group:last-child {
    margin-bottom: 0; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  form.fill-up.form-horizontal .form-actions {
    padding-left: 20px; }

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form.fill-up .radio, form.fill-up .checkbox {
  padding-left: 0; }

/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.form-actions {
  margin-bottom: 0;
  padding: 20px; }

/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.box form {
  padding: 0; }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
form {
  margin-bottom: 0; }

/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
./* input-group, .input-group {
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1; }
  line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
  .input-group .input-group-addon i, .input-group .input-group-addon i {
    line-height: 26px; }
  line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
  .input-group *, .input-group * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
  .input-group a.input-group-addon, .input-group span.input-group-addon, .input-group a.input-group-addon, .input-group span.input-group-addon {
    min-width: 36px;
    color: #5a6573;
    position: absolute;
    height: 100%;
    z-index: 2;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    border: 1px solid #ccc;
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    padding-left: 10px;
    padding-right: 10px; }
    line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
    .input-group a.input-group-addon:active, .input-group span.input-group-addon:active, .input-group a.input-group-addon:active, .input-group span.input-group-addon:active {
      background: #eee; }
  line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
  .input-group ul.input-group-addon, .input-group ul.input-group-addon {
    list-style: none;
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 1px;
    right: 2px; }
    line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
    .input-group ul.input-group-addon li, .input-group ul.input-group-addon li {
      float: left;
      margin-left: 10px;
      line-height: 32px;
      height: 32px; }
      line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
      .input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button, .input-group ul.input-group-addon li a, .input-group ul.input-group-addon li button {
        vertical-align: middle; }
        line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
        .input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn, .input-group ul.input-group-addon li a.btn, .input-group ul.input-group-addon li button.btn {
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px; }
      line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
      .input-group ul.input-group-addon li .btn, .input-group ul.input-group-addon li .btn {
        padding: 0;
        line-height: 25px;
        height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 5px; }
  line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
  .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"], .input-group input[type="text"], .input-group input[type="password"], .input-group input[type="email"], .input-group input[type="number"] {
    height: 36px;
    width: 100%;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
.box .input-group, .box .input-group {
  margin-bottom: 0; }

line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
.input-group.addon-right .input-group-addon {
  right: 0;
  width: auto; }
line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
.input-group.addon-right input[type="text"], .input-group.addon-right input[type="password"], .input-group.addon-right input[type="email"], .input-group.addon-right input[type="number"] {
  padding-right: 35px; }

line 156, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
.input-group.addon-left .input-group-addon {
  left: 0;
  width: auto; }
line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss
.input-group.addon-left input[type="text"], .input-group.addon-left input[type="password"], .input-group.addon-left input[type="email"], .input-group.addon-left input[type="number"] {
  padding-left: 45px; } */

/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
div.uploader {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 28px;
  background: #fff; }
  /* line 179, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.uploader span.filename {
    border-right: none;
    width: 120px;
    height: 24px;
    margin: 2px 0px 2px 2px;
    line-height: 24px; }
  /* line 188, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.uploader.hover span.action {
    background: #8dbfd8; }
  /* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.uploader.active span.action {
    background: #4194bd; }
  /* line 199, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.uploader span.action {
    height: 24px;
    line-height: 24px;
    float: right;
    width: 22px;
    text-align: center;
    height: 22px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #549fc4;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYjRkMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0OWZjNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7ab4d1), color-stop(100%, #549fc4));
    background-image: -webkit-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: -moz-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: -o-linear-gradient(top, #7ab4d1, #549fc4);
    background-image: linear-gradient(top, #7ab4d1, #549fc4);
    color: white;
    text-shadow: none;
    font-size: 16px;
    line-height: 20px; }

/* line 220, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
div.selector {
  position: relative;
  padding-left: 5px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: whitesmoke;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  color: #666; }
  /* line 228, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.selector:after {
    content: "\f0dd";
    top: 2px;
    right: 2px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #888; }
  /* line 235, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 25px 0px 2px;
    cursor: pointer;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    height: 26px;
    line-height: 26px;
    background: transparent; }
  /* line 252, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.selector.disabled span {
    color: #bbb; }
  /* line 257, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  div.selector select {
    position: absolute;
    opacity: 0;
    height: 25px;
    border: none;
    background: none;
    top: 0;
    left: 0;
    font-size: 12px;
    border: solid 1px #fff; }

/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #858585;
  padding: 0 0 0 5px;
  border: 1px solid #d7d7d7;
  display: inline-block;
  background: #fdfdfd;
  height: 26px;
  line-height: 26px; }
  /* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #68A6CE; }

/* line 291, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
textarea {
  height: auto; }

/* line 295, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
label {
  font-size: 12px;
  color: #5F5F5F; }

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.search-dropdown {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.search-dropdown:after, .search-dropdown:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.search-dropdown:after {
  border-bottom-color: #fbfbfb;
  border-width: 7px;
  left: 50%;
  margin-left: -7px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.search-dropdown:before {
  border-bottom-color: #cccccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

/* line 305, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.search-dropdown {
  margin-top: 15px; }
  /* line 308, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  .search-dropdown .box-section:first-child {
    border-top: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }

/* line 317, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
.input-with-submit {
  position: relative; }
  /* line 320, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  .input-with-submit button {
    background: transparent;
    border: none;
    position: absolute;
    right: 2px;
    top: 7px;
    height: 22px;
    line-height: 22px; }
  /* line 330, /home/andrei/core-admin-release/core-admin/source/stylesheets/form_elements.scss */
  .input-with-submit i {
    color: #909090; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.tagsinput {
  border: 1px solid #ddd;
  background: #fdfdfd;
  padding: 5px;
  width: 100%;
  overflow-y: auto; }
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
  .tagsinput input {
    font-size: 11px;
    line-height: normal;
    width: auto !important; }
  /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
  .tagsinput span.tag {
    display: block;
    float: left;
    padding: 0 8px;
    margin: 5px 5px 5px 5px;
    line-height: 23px;
    font-size: 11px;
    border: 1px solid #d2d2d2;
    background: #f2f2f2;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .tagsinput span.tag a {
      font-weight: 600;
      font-size: 11px;
      float: right; }
  /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
  .tagsinput input {
    width: 60px;
    border: none;
    padding: 5px 8px 6px 8px;
    background: transparent;
    margin: 5px 5px 0 4px; }
  /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
  .tagsinput div {
    display: block;
    float: left; }

/* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px; }

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
.secondary-sidebar .tagsinput {
  background: none;
  border: none;
  padding: 0 8px;
  margin: -3px 0; }
  /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
  .secondary-sidebar .tagsinput span.tag {
    margin: 3px;
    color: #5f5f5f;
    background: #f2f2f2;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f2f2f2));
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: -o-linear-gradient(top, #fcfcfc, #f2f2f2);
    background-image: linear-gradient(top, #fcfcfc, #f2f2f2);
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    /* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/tags.scss */
    .secondary-sidebar .tagsinput span.tag a {
      color: #aaa; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-static-top .navbar-collapse {
  padding-left: 20px;
  padding-right: 20px; }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar {
  margin-bottom: 0; }

/* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-toggle i {
  color: #fff; }

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.menu-avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  margin-right: 10px; }

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-nav > li > a.dropdown-avatar {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 600; }
  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-nav > li > a.dropdown-avatar .badge {
    position: absolute;
    top: 5px;
    left: 7px; }

/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
/* .navbar-inverse {
  border-bottom: 1px solid rgba(10, 13, 14, 0.8);
  background: #11161a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMjMyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTYxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1b2329), color-stop(100%, #11161a));
  background-image: -webkit-linear-gradient(top, #1b2329, #11161a);
  background-image: -moz-linear-gradient(top, #1b2329, #11161a);
  background-image: -o-linear-gradient(top, #1b2329, #11161a);
  background-image: linear-gradient(top, #1b2329, #11161a);
  border-left: 0;
  border-right: 0; } */
  
.navbar-inverse {
    background: #0099de;
    border-bottom: none;
    border-left: 0 none;
    border-right: 0 none;
}

/* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-inverse .nav > li.cdrop {
  margin-top: 13px; }
  /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-inverse .nav > li.cdrop > a {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    padding: 3px 10px;
    margin-right: 10px;
    line-height: 20px;
    height: 24px; }
    /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-inverse .nav > li.cdrop > a:hover {
      background: rgba(0, 0, 0, 0.8); }
  /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-inverse .nav > li.cdrop.active > a {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); }

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-form {
  margin-top: 12px; }
  /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-form .form-group {
    position: relative; }
  /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-form .search-query {
    padding: 2px 10px;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: none;
    height: 25px;
    line-height: 25px; }
    /* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-form .search-query:focus, .navbar-form .search-query.focused {
      padding: 2px 10px; }
    /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
    .navbar-form .search-query.animated {
      width: 100px;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
      /* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
      .navbar-form .search-query.animated:focus, .navbar-form .search-query.animated .focused {
        width: 200px; }
  /* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-form i {
    position: absolute;
    right: 10px;
    top: 5px; }

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.primary-sidebar .navbar-collapse {
  max-height: 9999px; }

/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.primary-sidebar .nav {
  position: relative;
  padding: 0; }

/* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
.navbar-nav > li > .dropdown-menu {
  border-radius: 4px; }
  /* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/navigation.scss */
  .navbar-nav > li > .dropdown-menu > li > a {
    white-space: normal; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.sidebar-background {
  position: fixed;
  z-index: -1;
  width: 200px;
  background: #eaeaea;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #ccc; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .sidebar-background .primary-sidebar-background {
    width: 200px;
    background: #11161A;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar {
  width: 200px;
  float: left;
  position: absolute; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  /* .primary-sidebar .nav {
    margin-bottom: 20px; } */
    /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .primary-sidebar .nav:after {
      content: "";
      position: absolute;
      bottom: -1px;
      height: 1px;
      width: 100%;
      left: 0;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
      background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
      background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%); }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .primary-sidebar .nav > li {
      position: relative;
      border-bottom: 1px solid transparent; }
      /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li a:after {
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        width: 100%;
        left: 0;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMGQwZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSJyZ2JhKDEwLCAxMywgMTQsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(30%, rgba(10, 13, 14, 0.8)), color-stop(50%, #0a0d0e), color-stop(70%, rgba(10, 13, 14, 0.8)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: -moz-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%);
        background: linear-gradient(left, transparent 0%, rgba(10, 13, 14, 0.8) 30%, #0a0d0e 50%, rgba(10, 13, 14, 0.8) 70%, transparent 100%); }
      /* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li a:before {
        content: "";
        position: absolute;
        top: 0px;
        height: 1px;
        width: 100%;
        left: 0;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
        background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(35%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(65%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%);
        background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 35%, #20292f 50%, rgba(32, 41, 47, 0.8) 65%, transparent 100%); }
      /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li .glow {
        position: absolute;
        height: 41px;
        width: 5px;
        -webkit-transition: box-shadow 0.3s;
        -moz-transition: box-shadow 0.3s;
        -o-transition: box-shadow 0.3s;
        transition: box-shadow 0.3s;
        background: #1F2B42;
        -webkit-box-shadow: 0 0 2px 1px #434d59 inset;
        -moz-box-shadow: 0 0 2px 1px #434d59 inset;
        box-shadow: 0 0 2px 1px #434d59 inset; }
      /* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav>li:hover .glow {
        background: #4291A6;
        -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        box-shadow: 0 0 2px 1px #7bc8d7 inset; }
      /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li:hover > a {
        color: #939ea4; }
      /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li.active .glow {
        background: #4291A6;
        -webkit-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        -moz-box-shadow: 0 0 2px 1px #7bc8d7 inset;
        box-shadow: 0 0 2px 1px #7bc8d7 inset; }
      /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li.active > a {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        color: #939ea4; }
      /* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
      .primary-sidebar .nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 25px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
        color: #6B787F; }
        /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav > li > a:hover, .primary-sidebar .nav > li > a:focus {
          background: #11161A;
          position: static; }
        /* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav > li > a span {
          font-size: 12px;
          vertical-align: middle; }
        /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav > li > a i {
          vertical-align: middle; }
        /* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
        .primary-sidebar .nav > li > a i + span {
          padding-left: 10px; }

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.active .glow:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  left: 8px;
  -webkit-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  -moz-box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  box-shadow: -10px 0 15px 23px rgba(122, 171, 216, 0.15);
  background: rgba(124, 190, 215, 0.2); }

/* line 150, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.user-avatar {
  width: 100%;
  position: relative; }
  /* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .user-avatar .dropdown-toggle span {
    font-weight: 600; }
  /* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .user-avatar a {
    display: inline-block; }
    /* line 164, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar a > span {
      position: relative; }
    /* line 168, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar a img {
      -webkit-box-shadow: 0 1px 3px #1e1e1e;
      -moz-box-shadow: 0 1px 3px #1e1e1e;
      box-shadow: 0 1px 3px #1e1e1e;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
    /* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .user-avatar a .badge {
      z-index: 2;
      position: absolute;
      left: -6px;
      top: -10px; }
  /* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .user-avatar .dropdown-menu {
    margin-top: 4px; }

/* line 186, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-error {
  color: #d13b3b; }

/* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-success {
  color: #629b3e; }

/* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-pending {
  color: #888; }

/* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-warning {
  color: #E36D2D; }

/* line 202, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.status-info {
  color: #4C9ECD; }

/* line 207, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
hr.divider, li.divider {
  border: 0;
  height: 1px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyMDUsIDIwNSwgMjA1LCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2RjZGNkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDIwNSwgMjA1LCAyMDUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(205, 205, 205, 0)), color-stop(50%, #cdcdcd), color-stop(100%, rgba(205, 205, 205, 0)));
  background: -webkit-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: -moz-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: -o-linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  background: linear-gradient(left, rgba(205, 205, 205, 0), #cdcdcd, rgba(205, 205, 205, 0));
  position: relative; }
  /* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  hr.divider:after, li.divider:after {
    content: '';
    height: 1px;
    top: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNTAsIDI1MCwgMjUwLCAwKSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmFmYWZhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI1MCwgMjUwLCAyNTAsIDApIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(250, 250, 250, 0)), color-stop(50%, #fafafa), color-stop(100%, rgba(250, 250, 250, 0)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
    background: -o-linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0));
    background: linear-gradient(left, rgba(250, 250, 250, 0), #fafafa, rgba(250, 250, 250, 0)); }
  /* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  hr.divider + .padded, hr.divider + .vpadded, li.divider + .padded, li.divider + .vpadded {
    padding-top: 0; }

/* line 229, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.primary-sidebar .divider {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #0a0d0e;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzIwMjkyZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSJyZ2JhKDMyLCA0MSwgNDcsIDAuOCkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiJ0cmFuc3BhcmVudCIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, transparent), color-stop(25%, rgba(32, 41, 47, 0.8)), color-stop(50%, #20292f), color-stop(75%, rgba(32, 41, 47, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%);
  background: linear-gradient(left, transparent 0%, rgba(32, 41, 47, 0.8) 25%, #20292f 50%, rgba(32, 41, 47, 0.8) 75%, transparent 100%); }
  /* line 230, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .primary-sidebar .divider:after {
    content: none; }

/* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
.area-top {
  background: #ececec;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px; }
  /* line 247, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
  .area-top .header {
    font-size: 14px; }
    /* line 251, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header i {
      float: left;
      font-size: 24px;
      margin-top: 4px;
      margin-right: 10px; }
    /* line 258, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header h3, .area-top .header h5 {
      margin: 0;
      font-weight: 300; }
    /* line 263, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header h3, .area-top .header i {
      color: #888; }
    /* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header h3 {
      line-height: 35px; }
    /* line 271, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header h5 {
      color: #aaa; }
    /* line 275, /home/andrei/core-admin-release/core-admin/source/stylesheets/sidebar.scss */
    .area-top .header > * {
      vertical-align: middle;
      text-shadow: 0 1px #fff; }
/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
#breadcrumbs {
  display: inline-block;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 0 0 1px #cccccc inset, 0 1px 0px rgba(255, 255, 255, 0.6), 0 1px 0 1px rgba(255, 255, 255, 0.6) inset;
  background: #ececec;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
  background-image: -moz-linear-gradient(top, #fafafa, #ececec);
  background-image: -o-linear-gradient(top, #fafafa, #ececec);
  background-image: linear-gradient(top, #fafafa, #ececec);
  width: 100%; }
  /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  #breadcrumbs .breadcrumb-button .breadcrumb-label {
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  #breadcrumbs .breadcrumb-button {
    text-shadow: 0 1px 1px #fafafa, 0 -1px 1px #ececec;
    background: #ececec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
    background-image: -moz-linear-gradient(top, #fafafa, #ececec);
    background-image: -o-linear-gradient(top, #fafafa, #ececec);
    background-image: linear-gradient(top, #fafafa, #ececec);
    display: inline-block;
    cursor: pointer;
    margin-right: -20px; }
    /* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button.yellow {
      text-shadow: 0 1px 1px #ffd972, 0 -1px 1px #ffba49;
      background: #ffba49;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffd972), color-stop(100%, #ffba49));
      background-image: -webkit-linear-gradient(top, #ffd972, #ffba49);
      background-image: -moz-linear-gradient(top, #ffd972, #ffba49);
      background-image: -o-linear-gradient(top, #ffd972, #ffba49);
      background-image: linear-gradient(top, #ffd972, #ffba49); }
      /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
        color: #5c481d; }
      /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.yellow:hover {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmE0OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffba49), color-stop(100%, #ffd972));
        background: -webkit-linear-gradient(bottom, #ffba49, #ffd972);
        background: -moz-linear-gradient(bottom, #ffba49, #ffd972);
        background: -o-linear-gradient(bottom, #ffba49, #ffd972);
        background: linear-gradient(bottom, #ffba49, #ffd972); }
        /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button.yellow:hover .breadcrumb-arrow span {
          background-color: #ffba49;
          background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
          background: -ms-linear-gradient(135deg, #ffd972, #ffba49);
          background: -o-linear-gradient(135deg, #ffd972, #ffba49);
          background: -webkit-gradient(linear, left top, right bottom, from(#ffd972), to(#ffba49)); }
      /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
        background-color: #ffd972;
        background: -moz-linear-gradient(135deg, #ffba49, #ffd972);
        background: -ms-linear-gradient(135deg, #ffba49, #ffd972);
        background: -o-linear-gradient(135deg, #ffba49, #ffd972);
        background: -webkit-gradient(linear, right bottom, left top, from(#ffba49), to(#ffd972)); }
      /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.yellow .breadcrumb-label {
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom: 1px solid #C99337;
        border-left: 1px solid #D79D3B;
        border-top: 1px solid #F5B244; }
      /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.yellow .breadcrumb-arrow span {
        box-shadow: 1px -1px 0px #E29B1E, 1px -1px 1px #F09900; }
    /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button.blue {
      text-shadow: 0 1px 1px #92cff5, 0 -1px 1px #68a6ce;
      background: #68a6ce;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92cff5), color-stop(100%, #68a6ce));
      background-image: -webkit-linear-gradient(top, #92cff5, #68a6ce);
      background-image: -moz-linear-gradient(top, #92cff5, #68a6ce);
      background-image: -o-linear-gradient(top, #92cff5, #68a6ce);
      background-image: linear-gradient(top, #92cff5, #68a6ce); }
      /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
        color: white; }
      /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.blue:hover {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4YTZjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkyY2ZmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #68a6ce), color-stop(100%, #92cff5));
        background: -webkit-linear-gradient(bottom, #68a6ce, #92cff5);
        background: -moz-linear-gradient(bottom, #68a6ce, #92cff5);
        background: -o-linear-gradient(bottom, #68a6ce, #92cff5);
        background: linear-gradient(bottom, #68a6ce, #92cff5); }
        /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button.blue:hover .breadcrumb-arrow span {
          background-color: #68a6ce;
          background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);
          background: -ms-linear-gradient(135deg, #92cff5, #68a6ce);
          background: -o-linear-gradient(135deg, #92cff5, #68a6ce);
          background: -webkit-gradient(linear, left top, right bottom, from(#92cff5), to(#68a6ce)); }
      /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
        background-color: #92cff5;
        background: -moz-linear-gradient(135deg, #68a6ce, #92cff5);
        background: -ms-linear-gradient(135deg, #68a6ce, #92cff5);
        background: -o-linear-gradient(135deg, #68a6ce, #92cff5);
        background: -webkit-gradient(linear, right bottom, left top, from(#68a6ce), to(#92cff5)); }
      /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.blue .breadcrumb-label {
        font-weight: 600;
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom: 1px solid #3e89b9;
        border-left: 1px solid #60a1ca;
        border-top: 1px solid #73acd0; }
        /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
        #breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover {
          color: white; }
          /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
          #breadcrumbs .breadcrumb-button.blue .breadcrumb-label:hover .breadcrumb-label {
            color: white; }
      /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button.blue .breadcrumb-arrow span {
        box-shadow: 1px -1px 0px #7599AF, 1px -1px 1px #45A8E7; }
    /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-label {
      box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5) inset;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #ccc; }
    /* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
      box-shadow: 1px -1px 0px #ccc, 1px -1px 1px #ccc; }
    /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-label {
      color: #888888; }
    /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ececec), color-stop(100%, #fafafa));
      background: -webkit-linear-gradient(bottom, #ececec, #fafafa);
      background: -moz-linear-gradient(bottom, #ececec, #fafafa);
      background: -o-linear-gradient(bottom, #ececec, #fafafa);
      background: linear-gradient(bottom, #ececec, #fafafa); }
      /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button:hover .breadcrumb-arrow span {
        background-color: #ececec;
        background: -moz-linear-gradient(135deg, #ececec, #fafafa);
        background: -ms-linear-gradient(135deg, #fafafa, #ececec);
        background: -o-linear-gradient(135deg, #fafafa, #ececec);
        background: -webkit-gradient(linear, left top, right bottom, from(#fafafa), to(#ececec)); }
    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
      background-color: #fafafa;
      background: -moz-linear-gradient(135deg, #ececec, #fafafa);
      background: -ms-linear-gradient(135deg, #ececec, #fafafa);
      background: -o-linear-gradient(135deg, #ececec, #fafafa);
      background: -webkit-gradient(linear, right bottom, left top, from(#ececec), to(#fafafa)); }
    /* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:first-child {
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      -ms-border-radius: 3px 0 0 3px;
      -o-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
      /* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
    /* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:last-child {
      -webkit-border-radius: 0 3px 3px 0;
      -moz-border-radius: 0 3px 3px 0;
      -ms-border-radius: 0 3px 3px 0;
      -o-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }
    /* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:first-child .breadcrumb-label {
      padding-left: 15px; }
    /* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:last-child .breadcrumb-label {
      padding-right: 15px; }
    /* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button:last-child .breadcrumb-arrow {
      display: none; }
    /* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-label {
      padding: 8px;
      -moz-user-select: none;
      -webkit-user-select: none;
      display: inline-block;
      padding-left: 25px; }
    /* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    #breadcrumbs .breadcrumb-button .breadcrumb-arrow {
      width: 17px;
      height: 34px;
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      margin-left: -5px; }
      /* line 170, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      #breadcrumbs .breadcrumb-button .breadcrumb-arrow span {
        border-radius: 4px;
        width: 26px;
        height: 30px;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -16px;
        margin-top: 3px; }

/* line 190, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
.breadcrumb-line {
  color: #666;
  height: 28px;
  -webkit-box-shadow: 0 1px 0 white, 0 1px 0 white inset;
  -moz-box-shadow: 0 1px 0 white, 0 1px 0 white inset;
  box-shadow: 0 1px 0 white, 0 1px 0 white inset;
  background: #e3e3e3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -moz-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: -o-linear-gradient(top, #f4f4f4, #e3e3e3);
  background-image: linear-gradient(top, #f4f4f4, #e3e3e3);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 11px; }
  /* line 199, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  .breadcrumb-line .breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 204, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .breadcrumbs li {
      float: left;
      line-height: 28px;
      margin-left: 10px; }
      /* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      .breadcrumb-line .breadcrumbs li:after {
        content: ">";
        margin-left: 10px; }
      /* line 214, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      .breadcrumb-line .breadcrumbs li:last-child:after {
        content: ""; }
      /* line 216, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      .breadcrumb-line .breadcrumbs li:first-child {
        margin-left: 20px; }
      /* line 218, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
      .breadcrumb-line .breadcrumbs li.current {
        color: #888; }
  /* line 222, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  .breadcrumb-line .nav.pull-right {
    margin-right: 20px;
    border-right: 1px solid #ccc; }
    /* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .nav.pull-right .badge {
      margin-left: 4px; }
  /* line 231, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  .breadcrumb-line .nav .dropdown-toggle .caret {
    margin-top: 12px; }
  /* line 235, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
  .breadcrumb-line .nav > li > a {
    text-shadow: none;
    line-height: 28px;
    height: 28px;
    margin: 0;
    padding: 0 15px;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #666; }
    /* line 245, /home/andrei/core-admin-release/core-admin/source/stylesheets/breadcrumbs.scss */
    .breadcrumb-line .nav > li > a strong {
      color: #B35D5D;
      margin-left: 4px; }
/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
.triangle-button {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  top: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  height: 32px;
  width: 32px;
  text-shadow: none; }
  /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button i, .triangle-button .inner {
    z-index: 1;
    position: absolute;
    right: 3px;
    top: 2px; }
  /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button:before {
    content: '';
    display: inline-block;
    border-right: 32px solid;
    border-bottom: 32px solid transparent;
    position: absolute;
    top: 0;
    right: 0; }
  /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button:hover, .triangle-button:active {
    color: #fff; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.red:before {
    border-right-color: #aa433a; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.red:hover:before {
    border-right-color: #b5473e; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.red:active:before {
    border-right-color: #9f3f36; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.green:before {
    border-right-color: #8fae53; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.green:hover:before {
    border-right-color: #96b35d; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.green:active:before {
    border-right-color: #87a44d; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.blue:before {
    border-right-color: #7fb3d4; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.blue:hover:before {
    border-right-color: #8abad8; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.blue:active:before {
    border-right-color: #74acd0; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.orange:before {
    border-right-color: #cf6e20; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.orange:hover:before {
    border-right-color: #dc7522; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/triangle_button.scss */
  .triangle-button.orange:active:before {
    border-right-color: #c2671e; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/tooltips.scss */
.jqstooltip {
  z-index: 10001;
  border: 1px solid #333333 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.7);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjUpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDAsIDAsIDAuNykiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn {
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 -1px #6f6f6f; }
  /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn:hover, .btn:active, .btn:focus {
    color: #fff; }
  /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-full {
    display: block; }
  /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-default {
    color: #686868;
    text-shadow: none; }
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default:hover, .btn.btn-default:active {
      color: #505050; }
    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default .caret {
      border-top: 4px solid black; }
  /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn .caret {
    border-top: 4px solid white; }
  /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-lg {
    font-size: 12px; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-default {
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background: #e9e9e9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fdfdfd, #e9e9e9);
    background-image: -o-linear-gradient(top, #fdfdfd, #e9e9e9);
    background-image: linear-gradient(top, #fdfdfd, #e9e9e9); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default:hover {
      background: #e6e6e6;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, #e6e6e6);
      background-image: -moz-linear-gradient(top, #fdfdfd, #e6e6e6);
      background-image: -o-linear-gradient(top, #fdfdfd, #e6e6e6);
      background-image: linear-gradient(top, #fdfdfd, #e6e6e6);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-default:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-red {
    border: 1px solid #a54747;
    -webkit-box-shadow: inset 0 1px 2px #cd8b8b;
    -moz-box-shadow: inset 0 1px 2px #cd8b8b;
    box-shadow: inset 0 1px 2px #cd8b8b;
    background: #b95d5d;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5NWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b95d5d));
    background-image: -webkit-linear-gradient(top, #c57979, #b95d5d);
    background-image: -moz-linear-gradient(top, #c57979, #b95d5d);
    background-image: -o-linear-gradient(top, #c57979, #b95d5d);
    background-image: linear-gradient(top, #c57979, #b95d5d); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-red:hover {
      background: #b75959;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1Nzk3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c57979), color-stop(100%, #b75959));
      background-image: -webkit-linear-gradient(top, #c57979, #b75959);
      background-image: -moz-linear-gradient(top, #c57979, #b75959);
      background-image: -o-linear-gradient(top, #c57979, #b75959);
      background-image: linear-gradient(top, #c57979, #b75959);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-red:active {
      background: #bf6b6b;
      border-color: #9e4444;
      -webkit-box-shadow: 0 0 5px #bf6b6b inset;
      -moz-box-shadow: 0 0 5px #bf6b6b inset;
      box-shadow: 0 0 5px #bf6b6b inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-green {
    border: 1px solid #6d963b;
    -webkit-box-shadow: inset 0 1px 2px #a2c873;
    -moz-box-shadow: inset 0 1px 2px #a2c873;
    box-shadow: inset 0 1px 2px #a2c873;
    background: #82b346;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgyYjM0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #82b346));
    background-image: -webkit-linear-gradient(top, #96c161, #82b346);
    background-image: -moz-linear-gradient(top, #96c161, #82b346);
    background-image: -o-linear-gradient(top, #96c161, #82b346);
    background-image: linear-gradient(top, #96c161, #82b346); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-green:hover {
      background: #80af45;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2YzE2MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwYWY0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96c161), color-stop(100%, #80af45));
      background-image: -webkit-linear-gradient(top, #96c161, #80af45);
      background-image: -moz-linear-gradient(top, #96c161, #80af45);
      background-image: -o-linear-gradient(top, #96c161, #80af45);
      background-image: linear-gradient(top, #96c161, #80af45);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-green:active {
      background: #8cbb52;
      border-color: #688e38;
      -webkit-box-shadow: 0 0 5px #8cbb52 inset;
      -moz-box-shadow: 0 0 5px #8cbb52 inset;
      box-shadow: 0 0 5px #8cbb52 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-blue {
    border: 1px solid #337ca1;
    -webkit-box-shadow: inset 0 1px 2px #6eb0d1;
    -moz-box-shadow: inset 0 1px 2px #6eb0d1;
    box-shadow: inset 0 1px 2px #6eb0d1;
    background: #3d94c0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOTRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3d94c0));
    background-image: -webkit-linear-gradient(top, #5ba5cb, #3d94c0);
    background-image: -moz-linear-gradient(top, #5ba5cb, #3d94c0);
    background-image: -o-linear-gradient(top, #5ba5cb, #3d94c0);
    background-image: linear-gradient(top, #5ba5cb, #3d94c0); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-blue:hover {
      background: #3c91bc;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYTVjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNjOTFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ba5cb), color-stop(100%, #3c91bc));
      background-image: -webkit-linear-gradient(top, #5ba5cb, #3c91bc);
      background-image: -moz-linear-gradient(top, #5ba5cb, #3c91bc);
      background-image: -o-linear-gradient(top, #5ba5cb, #3c91bc);
      background-image: linear-gradient(top, #5ba5cb, #3c91bc);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-blue:active {
      background: #4c9dc6;
      border-color: #31769a;
      -webkit-box-shadow: 0 0 5px #4c9dc6 inset;
      -moz-box-shadow: 0 0 5px #4c9dc6 inset;
      box-shadow: 0 0 5px #4c9dc6 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-gray {
    border: 1px solid #626e7f;
    -webkit-box-shadow: inset 0 1px 2px #9aa4b1;
    -moz-box-shadow: inset 0 1px 2px #9aa4b1;
    box-shadow: inset 0 1px 2px #9aa4b1;
    background: #758294;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1ODI5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #758294));
    background-image: -webkit-linear-gradient(top, #8c97a6, #758294);
    background-image: -moz-linear-gradient(top, #8c97a6, #758294);
    background-image: -o-linear-gradient(top, #8c97a6, #758294);
    background-image: linear-gradient(top, #8c97a6, #758294); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gray:hover {
      background: #728092;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOTdhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcyODA5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c97a6), color-stop(100%, #728092));
      background-image: -webkit-linear-gradient(top, #8c97a6, #728092);
      background-image: -moz-linear-gradient(top, #8c97a6, #728092);
      background-image: -o-linear-gradient(top, #8c97a6, #728092);
      background-image: linear-gradient(top, #8c97a6, #728092);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gray:active {
      background: #818d9d;
      border-color: #5d6979;
      -webkit-box-shadow: 0 0 5px #818d9d inset;
      -moz-box-shadow: 0 0 5px #818d9d inset;
      box-shadow: 0 0 5px #818d9d inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-black {
    border: 1px solid #5a5a5a;
    -webkit-box-shadow: inset 0 1px 2px #909090;
    -moz-box-shadow: inset 0 1px 2px #909090;
    box-shadow: inset 0 1px 2px #909090;
    background: #6f6f6f;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmNmY2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6f6f6f));
    background-image: -webkit-linear-gradient(top, #838383, #6f6f6f);
    background-image: -moz-linear-gradient(top, #838383, #6f6f6f);
    background-image: -o-linear-gradient(top, #838383, #6f6f6f);
    background-image: linear-gradient(top, #838383, #6f6f6f); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-black:hover {
      background: #6c6c6c;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzODM4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjNmM2YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #838383), color-stop(100%, #6c6c6c));
      background-image: -webkit-linear-gradient(top, #838383, #6c6c6c);
      background-image: -moz-linear-gradient(top, #838383, #6c6c6c);
      background-image: -o-linear-gradient(top, #838383, #6c6c6c);
      background-image: linear-gradient(top, #838383, #6c6c6c);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-black:active {
      background: #797979;
      border-color: #555555;
      -webkit-box-shadow: 0 0 5px #797979 inset;
      -moz-box-shadow: 0 0 5px #797979 inset;
      box-shadow: 0 0 5px #797979 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-lightblue {
    border: 1px solid #3692bb;
    -webkit-box-shadow: inset 0 1px 2px #81bfdb;
    -moz-box-shadow: inset 0 1px 2px #81bfdb;
    box-shadow: inset 0 1px 2px #81bfdb;
    background: #4da5cc;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkYTVjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #4da5cc));
    background-image: -webkit-linear-gradient(top, #6db5d5, #4da5cc);
    background-image: -moz-linear-gradient(top, #6db5d5, #4da5cc);
    background-image: -o-linear-gradient(top, #6db5d5, #4da5cc);
    background-image: linear-gradient(top, #6db5d5, #4da5cc); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-lightblue:hover {
      background: #49a3cb;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkYjVkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5YTNjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6db5d5), color-stop(100%, #49a3cb));
      background-image: -webkit-linear-gradient(top, #6db5d5, #49a3cb);
      background-image: -moz-linear-gradient(top, #6db5d5, #49a3cb);
      background-image: -o-linear-gradient(top, #6db5d5, #49a3cb);
      background-image: linear-gradient(top, #6db5d5, #49a3cb);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-lightblue:active {
      background: #5dadd0;
      border-color: #338cb3;
      -webkit-box-shadow: 0 0 5px #5dadd0 inset;
      -moz-box-shadow: 0 0 5px #5dadd0 inset;
      box-shadow: 0 0 5px #5dadd0 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-gold {
    border: 1px solid #a87a27;
    -webkit-box-shadow: inset 0 1px 2px #daaf61;
    -moz-box-shadow: inset 0 1px 2px #daaf61;
    box-shadow: inset 0 1px 2px #daaf61;
    background: #c9922f;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5OTIyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c9922f));
    background-image: -webkit-linear-gradient(top, #d5a44c, #c9922f);
    background-image: -moz-linear-gradient(top, #d5a44c, #c9922f);
    background-image: -o-linear-gradient(top, #d5a44c, #c9922f);
    background-image: linear-gradient(top, #d5a44c, #c9922f); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gold:hover {
      background: #c58f2e;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1YTQ0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1OGYyZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5a44c), color-stop(100%, #c58f2e));
      background-image: -webkit-linear-gradient(top, #d5a44c, #c58f2e);
      background-image: -moz-linear-gradient(top, #d5a44c, #c58f2e);
      background-image: -o-linear-gradient(top, #d5a44c, #c58f2e);
      background-image: linear-gradient(top, #d5a44c, #c58f2e);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-gold:active {
      background: #d19c3b;
      border-color: #a07425;
      -webkit-box-shadow: 0 0 5px #d19c3b inset;
      -moz-box-shadow: 0 0 5px #d19c3b inset;
      box-shadow: 0 0 5px #d19c3b inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-sea {
    border: 1px solid #39534f;
    -webkit-box-shadow: inset 0 1px 2px #64928d;
    -moz-box-shadow: inset 0 1px 2px #64928d;
    box-shadow: inset 0 1px 2px #64928d;
    background: #496b67;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5NmI2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #496b67));
    background-image: -webkit-linear-gradient(top, #5a837e, #496b67);
    background-image: -moz-linear-gradient(top, #5a837e, #496b67);
    background-image: -o-linear-gradient(top, #5a837e, #496b67);
    background-image: linear-gradient(top, #5a837e, #496b67); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-sea:hover {
      background: #476864;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODM3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ3Njg2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a837e), color-stop(100%, #476864));
      background-image: -webkit-linear-gradient(top, #5a837e, #476864);
      background-image: -moz-linear-gradient(top, #5a837e, #476864);
      background-image: -o-linear-gradient(top, #5a837e, #476864);
      background-image: linear-gradient(top, #5a837e, #476864);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-sea:active {
      background: #527772;
      border-color: #354d4a;
      -webkit-box-shadow: 0 0 5px #527772 inset;
      -moz-box-shadow: 0 0 5px #527772 inset;
      box-shadow: 0 0 5px #527772 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-brown {
    border: 1px solid #856733;
    -webkit-box-shadow: inset 0 1px 2px #c29e61;
    -moz-box-shadow: inset 0 1px 2px #c29e61;
    box-shadow: inset 0 1px 2px #c29e61;
    background: #a27e3f;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2UzZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #a27e3f));
    background-image: -webkit-linear-gradient(top, #bb934f, #a27e3f);
    background-image: -moz-linear-gradient(top, #bb934f, #a27e3f);
    background-image: -o-linear-gradient(top, #bb934f, #a27e3f);
    background-image: linear-gradient(top, #bb934f, #a27e3f); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-brown:hover {
      background: #9f7b3d;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiOTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmN2IzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb934f), color-stop(100%, #9f7b3d));
      background-image: -webkit-linear-gradient(top, #bb934f, #9f7b3d);
      background-image: -moz-linear-gradient(top, #bb934f, #9f7b3d);
      background-image: -o-linear-gradient(top, #bb934f, #9f7b3d);
      background-image: linear-gradient(top, #bb934f, #9f7b3d);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-brown:active {
      background: #b18944;
      border-color: #7e6131;
      -webkit-box-shadow: 0 0 5px #b18944 inset;
      -moz-box-shadow: 0 0 5px #b18944 inset;
      box-shadow: 0 0 5px #b18944 inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-twitter {
    border: 1px solid #2189ff;
    -webkit-box-shadow: inset 0 1px 2px #8dc2ff;
    -moz-box-shadow: inset 0 1px 2px #8dc2ff;
    box-shadow: inset 0 1px 2px #8dc2ff;
    background: #4a9eff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhOWVmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #4a9eff));
    background-image: -webkit-linear-gradient(top, #73b4ff, #4a9eff);
    background-image: -moz-linear-gradient(top, #73b4ff, #4a9eff);
    background-image: -o-linear-gradient(top, #73b4ff, #4a9eff);
    background-image: linear-gradient(top, #73b4ff, #4a9eff); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-twitter:hover {
      background: #459cff;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczYjRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1OWNmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73b4ff), color-stop(100%, #459cff));
      background-image: -webkit-linear-gradient(top, #73b4ff, #459cff);
      background-image: -moz-linear-gradient(top, #73b4ff, #459cff);
      background-image: -o-linear-gradient(top, #73b4ff, #459cff);
      background-image: linear-gradient(top, #73b4ff, #459cff);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-twitter:active {
      background: #5fa9ff;
      border-color: #1783ff;
      -webkit-box-shadow: 0 0 5px #5fa9ff inset;
      -moz-box-shadow: 0 0 5px #5fa9ff inset;
      box-shadow: 0 0 5px #5fa9ff inset; }
  /* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
  .btn.btn-facebook {
    border: 1px solid #2d4479;
    -webkit-box-shadow: inset 0 1px 2px #5272bf;
    -moz-box-shadow: inset 0 1px 2px #5272bf;
    box-shadow: inset 0 1px 2px #5272bf;
    background: #385496;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4NTQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #385496));
    background-image: -webkit-linear-gradient(top, #4365b4, #385496);
    background-image: -moz-linear-gradient(top, #4365b4, #385496);
    background-image: -o-linear-gradient(top, #4365b4, #385496);
    background-image: linear-gradient(top, #4365b4, #385496); }
    /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-facebook:hover {
      background: #365293;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNjViNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2NTI5MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4365b4), color-stop(100%, #365293));
      background-image: -webkit-linear-gradient(top, #4365b4, #365293);
      background-image: -moz-linear-gradient(top, #4365b4, #365293);
      background-image: -o-linear-gradient(top, #4365b4, #365293);
      background-image: linear-gradient(top, #4365b4, #365293);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out; }
    /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
    .btn.btn-facebook:active {
      background: #3d5ca5;
      border-color: #2a3f71;
      -webkit-box-shadow: 0 0 5px #3d5ca5 inset;
      -moz-box-shadow: 0 0 5px #3d5ca5 inset;
      box-shadow: 0 0 5px #3d5ca5 inset; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-default.dropdown-toggle {
  background-color: #fdfdfd; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-red.dropdown-toggle {
  background-color: #c57979; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-green.dropdown-toggle {
  background-color: #96c161; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-blue.dropdown-toggle {
  background-color: #5ba5cb; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-gray.dropdown-toggle {
  background-color: #8c97a6; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-black.dropdown-toggle {
  background-color: #838383; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-lightblue.dropdown-toggle {
  background-color: #6db5d5; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-gold.dropdown-toggle {
  background-color: #d5a44c; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-sea.dropdown-toggle {
  background-color: #5a837e; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-brown.dropdown-toggle {
  background-color: #bb934f; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-twitter.dropdown-toggle {
  background-color: #73b4ff; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.open .btn.btn-facebook.dropdown-toggle {
  background-color: #4365b4; }

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group.btn.btn-lg {
  padding: 8px 10px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
button.btn {
  font-weight: 600; }

/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn, .btn-group > .dropdown-menu {
  font-size: 12px; }

/* line 102, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.caret {
  opacity: 0.6; }

/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-xs .caret, .btn-sm .caret, .btn-lg .caret {
  margin-top: 8px;
  margin-left: 4px; }

/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.dropdown-menu .divider {
  border-top: none !important; }

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn i {
  vertical-align: middle; }

/* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn.large:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/buttons.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal .action-nav-button.btn-default a, .action-nav-normal .action-nav-button.btn-red a, .action-nav-normal .action-nav-button.btn-green a, .action-nav-normal .action-nav-button.btn-blue a, .action-nav-normal .action-nav-button.btn-gray a, .action-nav-normal .action-nav-button.btn-black a, .action-nav-normal .action-nav-button.btn-lightblue a, .action-nav-normal .action-nav-button.btn-gold a, .action-nav-normal .action-nav-button.btn-sea a, .action-nav-normal .action-nav-button.btn-brown a, .action-nav-normal .action-nav-button.btn-twitter a, .action-nav-normal .action-nav-button.btn-facebook a {
  color: #fff;
  text-shadow: 0 1px rgba(51, 51, 51, 0.5); }
  /* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
  .action-nav-normal .action-nav-button.btn-default a i, .action-nav-normal .action-nav-button.btn-red a i, .action-nav-normal .action-nav-button.btn-green a i, .action-nav-normal .action-nav-button.btn-blue a i, .action-nav-normal .action-nav-button.btn-gray a i, .action-nav-normal .action-nav-button.btn-black a i, .action-nav-normal .action-nav-button.btn-lightblue a i, .action-nav-normal .action-nav-button.btn-gold a i, .action-nav-normal .action-nav-button.btn-sea a i, .action-nav-normal .action-nav-button.btn-brown a i, .action-nav-normal .action-nav-button.btn-twitter a i, .action-nav-normal .action-nav-button.btn-facebook a i {
    color: #fff;
    text-shadow: 0 1px rgba(51, 51, 51, 0.5); }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
  .action-nav-normal .action-nav-button.btn-default a:active, .action-nav-normal .action-nav-button.btn-red a:active, .action-nav-normal .action-nav-button.btn-green a:active, .action-nav-normal .action-nav-button.btn-blue a:active, .action-nav-normal .action-nav-button.btn-gray a:active, .action-nav-normal .action-nav-button.btn-black a:active, .action-nav-normal .action-nav-button.btn-lightblue a:active, .action-nav-normal .action-nav-button.btn-gold a:active, .action-nav-normal .action-nav-button.btn-sea a:active, .action-nav-normal .action-nav-button.btn-brown a:active, .action-nav-normal .action-nav-button.btn-twitter a:active, .action-nav-normal .action-nav-button.btn-facebook a:active {
    -webkit-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
    -moz-box-shadow: 0 0 2px #707070 inset, 0 1px 0 white;
    box-shadow: 0 0 2px #707070 inset, 0 1px 0 white; }

/* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal {
  text-align: center; }
  /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
  .action-nav-normal.rounded .action-nav-button {
    margin-left: 10px;
    margin-right: 10px; }
    /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal.rounded .action-nav-button a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      padding: 16px;
      min-width: auto; }
      /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal.rounded .action-nav-button a i {
        height: 40px;
        line-height: 40px; }
  /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
  .action-nav-normal .action-nav-button {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-right: 0; }
    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      background: #ececec;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #ececec));
      background-image: -webkit-linear-gradient(top, #fafafa, #ececec);
      background-image: -moz-linear-gradient(top, #fafafa, #ececec);
      background-image: -o-linear-gradient(top, #fafafa, #ececec);
      background-image: linear-gradient(top, #fafafa, #ececec);
      border: 1px solid #d5d5d5;
      -webkit-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
      -moz-box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
      box-shadow: 0 0 0 1px #fafafa inset, 0 1px 1px 0px #dddddd;
      padding: 10px 0;
      display: block;
      font-weight: 600;
      white-space: nowrap;
      color: #626262;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button a:hover {
        background: #f2f2f2;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f2f2f2));
        background-image: -webkit-linear-gradient(top, #f7f7f7, #f2f2f2);
        background-image: -moz-linear-gradient(top, #f7f7f7, #f2f2f2);
        background-image: -o-linear-gradient(top, #f7f7f7, #f2f2f2);
        background-image: linear-gradient(top, #f7f7f7, #f2f2f2); }
      /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button a:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #f7f7f7;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #f7f7f7));
        background-image: -webkit-linear-gradient(top, #f4f4f4, #f7f7f7);
        background-image: -moz-linear-gradient(top, #f4f4f4, #f7f7f7);
        background-image: -o-linear-gradient(top, #f4f4f4, #f7f7f7);
        background-image: linear-gradient(top, #f4f4f4, #f7f7f7); }
      /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button a > span {
        display: block;
        padding-top: 4px;
        font-weight: 600; }
      /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button a > i {
        font-size: 32px;
        color: #808080; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-default a {
      border: 1px solid #d9d9d9;
      -webkit-box-shadow: 0 1px 2px 0 #f8f8f8 inset;
      -moz-box-shadow: 0 1px 2px 0 #f8f8f8 inset;
      box-shadow: 0 1px 2px 0 #f8f8f8 inset;
      background: #d4d4d4;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #d4d4d4));
      background-image: -webkit-linear-gradient(top, #f8f8f8, #d4d4d4);
      background-image: -moz-linear-gradient(top, #f8f8f8, #d4d4d4);
      background-image: -o-linear-gradient(top, #f8f8f8, #d4d4d4);
      background-image: linear-gradient(top, #f8f8f8, #d4d4d4); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-default a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-default a:active {
        background: #e4e4e4; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-red a {
      border: 1px solid #ac4a4a;
      -webkit-box-shadow: 0 1px 2px 0 #c27272 inset;
      -moz-box-shadow: 0 1px 2px 0 #c27272 inset;
      box-shadow: 0 1px 2px 0 #c27272 inset;
      background: #a54747;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyNzI3MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c27272), color-stop(100%, #a54747));
      background-image: -webkit-linear-gradient(top, #c27272, #a54747);
      background-image: -moz-linear-gradient(top, #c27272, #a54747);
      background-image: -o-linear-gradient(top, #c27272, #a54747);
      background-image: linear-gradient(top, #c27272, #a54747); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-red a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-red a:active {
        background: #b65555; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-green a {
      border: 1px solid #729d3e;
      -webkit-box-shadow: 0 1px 2px 0 #91be5a inset;
      -moz-box-shadow: 0 1px 2px 0 #91be5a inset;
      box-shadow: 0 1px 2px 0 #91be5a inset;
      background: #6d963b;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxYmU1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkOTYzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91be5a), color-stop(100%, #6d963b));
      background-image: -webkit-linear-gradient(top, #91be5a, #6d963b);
      background-image: -moz-linear-gradient(top, #91be5a, #6d963b);
      background-image: -o-linear-gradient(top, #91be5a, #6d963b);
      background-image: linear-gradient(top, #91be5a, #6d963b); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-green a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-green a:active {
        background: #7dac43; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-blue a {
      border: 1px solid #3682a9;
      -webkit-box-shadow: 0 1px 2px 0 #53a1c9 inset;
      -moz-box-shadow: 0 1px 2px 0 #53a1c9 inset;
      box-shadow: 0 1px 2px 0 #53a1c9 inset;
      background: #337ca1;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYTFjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzN2NhMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #53a1c9), color-stop(100%, #337ca1));
      background-image: -webkit-linear-gradient(top, #53a1c9, #337ca1);
      background-image: -moz-linear-gradient(top, #53a1c9, #337ca1);
      background-image: -o-linear-gradient(top, #53a1c9, #337ca1);
      background-image: linear-gradient(top, #53a1c9, #337ca1); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-blue a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-blue a:active {
        background: #3b8eb8; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-gray a {
      border: 1px solid #667384;
      -webkit-box-shadow: 0 1px 2px 0 #8692a2 inset;
      -moz-box-shadow: 0 1px 2px 0 #8692a2 inset;
      box-shadow: 0 1px 2px 0 #8692a2 inset;
      background: #626e7f;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2OTJhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyNmU3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8692a2), color-stop(100%, #626e7f));
      background-image: -webkit-linear-gradient(top, #8692a2, #626e7f);
      background-image: -moz-linear-gradient(top, #8692a2, #626e7f);
      background-image: -o-linear-gradient(top, #8692a2, #626e7f);
      background-image: linear-gradient(top, #8692a2, #626e7f); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-gray a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-gray a:active {
        background: #6f7d90; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-black a {
      border: 1px solid #5f5f5f;
      -webkit-box-shadow: 0 1px 2px 0 #7e7e7e inset;
      -moz-box-shadow: 0 1px 2px 0 #7e7e7e inset;
      box-shadow: 0 1px 2px 0 #7e7e7e inset;
      background: #5a5a5a;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlN2U3ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNWE1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7e7e7e), color-stop(100%, #5a5a5a));
      background-image: -webkit-linear-gradient(top, #7e7e7e, #5a5a5a);
      background-image: -moz-linear-gradient(top, #7e7e7e, #5a5a5a);
      background-image: -o-linear-gradient(top, #7e7e7e, #5a5a5a);
      background-image: linear-gradient(top, #7e7e7e, #5a5a5a); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-black a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-black a:active {
        background: #6a6a6a; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-lightblue a {
      border: 1px solid #3898c3;
      -webkit-box-shadow: 0 1px 2px 0 #65b1d3 inset;
      -moz-box-shadow: 0 1px 2px 0 #65b1d3 inset;
      box-shadow: 0 1px 2px 0 #65b1d3 inset;
      background: #3692bb;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1YjFkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2OTJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #65b1d3), color-stop(100%, #3692bb));
      background-image: -webkit-linear-gradient(top, #65b1d3, #3692bb);
      background-image: -moz-linear-gradient(top, #65b1d3, #3692bb);
      background-image: -o-linear-gradient(top, #65b1d3, #3692bb);
      background-image: linear-gradient(top, #65b1d3, #3692bb); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-lightblue a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-lightblue a:active {
        background: #45a1ca; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-gold a {
      border: 1px solid #b08029;
      -webkit-box-shadow: 0 1px 2px 0 #d3a044 inset;
      -moz-box-shadow: 0 1px 2px 0 #d3a044 inset;
      box-shadow: 0 1px 2px 0 #d3a044 inset;
      background: #a87a27;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzYTA0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4N2EyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d3a044), color-stop(100%, #a87a27));
      background-image: -webkit-linear-gradient(top, #d3a044, #a87a27);
      background-image: -moz-linear-gradient(top, #d3a044, #a87a27);
      background-image: -o-linear-gradient(top, #d3a044, #a87a27);
      background-image: linear-gradient(top, #d3a044, #a87a27); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-gold a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-gold a:active {
        background: #c18c2d; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-sea a {
      border: 1px solid #3d5955;
      -webkit-box-shadow: 0 1px 2px 0 #567d78 inset;
      -moz-box-shadow: 0 1px 2px 0 #567d78 inset;
      box-shadow: 0 1px 2px 0 #567d78 inset;
      background: #39534f;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2N2Q3OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5NTM0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #567d78), color-stop(100%, #39534f));
      background-image: -webkit-linear-gradient(top, #567d78, #39534f);
      background-image: -moz-linear-gradient(top, #567d78, #39534f);
      background-image: -o-linear-gradient(top, #567d78, #39534f);
      background-image: linear-gradient(top, #567d78, #39534f); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-sea a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-sea a:active {
        background: #456561; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-brown a {
      border: 1px solid #8c6c36;
      -webkit-box-shadow: 0 1px 2px 0 #b88e48 inset;
      -moz-box-shadow: 0 1px 2px 0 #b88e48 inset;
      box-shadow: 0 1px 2px 0 #b88e48 inset;
      background: #856733;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4OGU0OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg1NjczMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b88e48), color-stop(100%, #856733));
      background-image: -webkit-linear-gradient(top, #b88e48, #856733);
      background-image: -moz-linear-gradient(top, #b88e48, #856733);
      background-image: -o-linear-gradient(top, #b88e48, #856733);
      background-image: linear-gradient(top, #b88e48, #856733); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-brown a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-brown a:active {
        background: #9b783c; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-twitter a {
      border: 1px solid #2c8eff;
      -webkit-box-shadow: 0 1px 2px 0 #69afff inset;
      -moz-box-shadow: 0 1px 2px 0 #69afff inset;
      box-shadow: 0 1px 2px 0 #69afff inset;
      background: #2189ff;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxODlmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69afff), color-stop(100%, #2189ff));
      background-image: -webkit-linear-gradient(top, #69afff, #2189ff);
      background-image: -moz-linear-gradient(top, #69afff, #2189ff);
      background-image: -o-linear-gradient(top, #69afff, #2189ff);
      background-image: linear-gradient(top, #69afff, #2189ff); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-twitter a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-twitter a:active {
        background: #4099ff; }
    /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
    .action-nav-normal .action-nav-button.btn-facebook a {
      border: 1px solid #2f4880;
      -webkit-box-shadow: 0 1px 2px 0 #4061ad inset;
      -moz-box-shadow: 0 1px 2px 0 #4061ad inset;
      box-shadow: 0 1px 2px 0 #4061ad inset;
      background: #2d4479;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNjFhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDQ3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4061ad), color-stop(100%, #2d4479));
      background-image: -webkit-linear-gradient(top, #4061ad, #2d4479);
      background-image: -moz-linear-gradient(top, #4061ad, #2d4479);
      background-image: -o-linear-gradient(top, #4061ad, #2d4479);
      background-image: linear-gradient(top, #4061ad, #2d4479); }
      /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-facebook a:hover {
        opacity: 0.95;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
      .action-nav-normal .action-nav-button.btn-facebook a:active {
        background: #35508f; }

/* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal .badge, .action-nav-normal .label {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px 5px;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal.action-nav-line .action-nav-row {
  margin-right: 0; }
/* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
.action-nav-normal .triangle-button {
  border-top-right-radius: 3px;
  pointer-events: none; }
  /* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/action_nav.scss */
  .action-nav-normal .triangle-button i {
    right: 4px;
    top: 3px; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .glyph {
  padding: 0;
  background: #86B6DA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #5F9FCE;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
  .dashboard-stats .glyph i {
    color: white;
    line-height: 29px; }
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .count {
  font-size: 32px;
  line-height: 32px;
  height: 32px; }
/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats ul.inline li {
  vertical-align: middle; }
/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .stats-label {
  color: #999999;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px; }
/* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats.small .glyph {
  height: 24px;
  width: 24px; }
  /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
  .dashboard-stats.small .glyph i {
    line-height: 23px; }
/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats.small .count {
  font-size: 16px;
  line-height: 16px;
  height: 16px; }
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/stats.scss */
.dashboard-stats .progress {
  margin-bottom: 0;
  height: 5px; }
/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 24px;
  cursor: pointer;
  overflow: hidden;
  /* set max width to that of sprite */
  max-width: 400px;
  /* prevent text selection */
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  /* set default width based on ON/OFF labels */
  width: 80px; }
  /* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-container input {
    position: absolute;
    top: 0;
    left: 0;
    /* hide the element */
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
    /* allow checking of input if visible */
    -moz-user-input: enabled  !important; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-container i {
    position: relative;
    top: -2px; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle {
  display: block;
  height: 24px;
  cursor: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background: red;
  z-index: 3;
  /* set default width based on ON/OFF labels */
  width: 30px; }

/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle-right {
  display: none;
  height: 100%;
  width: 100%;
  padding-right: 3px;
  background: blue;
  z-index: 3; }

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle-middle {
  height: 100%;
  width: 100%;
  background: green;
  z-index: 3; }

/* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on, .ibutton-label-off {
  white-space: nowrap;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  cursor: inherit;
  display: block;
  height: 22px;
  position: absolute;
  width: auto;
  top: 0;
  overflow: hidden;
  height: 24px; }
  /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-label-on span, .ibutton-label-off span {
    display: inline-block;
    text-align: center;
    position: absolute; }
  /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-label-on label, .ibutton-label-off label {
    padding: 0;
    margin: 0;
    height: 24px;
    line-height: 26px; }

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on {
  background: blue;
  color: #fff;
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 1; }
  /* line 108, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-label-on span {
    left: 0px;
    right: 4px; }

/* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off {
  background: yellow;
  color: #7c7c7c;
  background-position: 100% 0;
  text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
  text-align: right;
  width: 100%; }
  /* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-label-off span {
    right: 0;
    padding-right: 6px; }

/* create an outline when button gets focus via keyboard */
/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container label {
  cursor: inherit;
  padding: 0px 3px;
  font-size: 1em !important; }

/* line 136, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-focus label {
  /* we must use border, since outline doesn't work in IE */
  border: 1px dotted #666 !important;
  padding: 0 2px; }
/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-focus div.ibutton-label-on span label {
  /* use white for more contrast */
  border-color: #fff !important; }

/* add padding to right/left so that text gets clipped before absolute edge */
/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-left, .ibutton-padding-right {
  display: none;
  position: absolute;
  top: 4px;
  z-index: 2;
  width: 3px;
  height: 20px; }

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-left {
  left: 0; }

/* line 162, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-padding-right {
  right: 0;
  background-position: 100% -4px; }

/* change the styles of the handle when being dragged */
/* styles to use when the button is disabled */
/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-disabled {
  cursor: not-allowed !important;
  /* cursor options: default or not-allowed */ }
  /* line 174, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled .ibutton-handle {
    background-position: 0 -81px; }
  /* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled .ibutton-handle-right {
    background-position: 100% -81px; }
  /* line 180, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled .ibutton-handle-middle {
    background-position: 50% -81px; }
  /* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled div.ibutton-label-on {
    background-position: 0 -27px; }
  /* line 187, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled div.ibutton-label-off {
    background-position: 100% -27px; }
  /* line 191, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled .ibutton-padding-left {
    background-position: 0 -27px; }
  /* line 194, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled .ibutton-padding-right {
    background-position: 100% -27px; }
  /* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled div.ibutton-label-on {
    color: #fff; }
  /* line 201, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-disabled div.ibutton-label-off {
    color: #cbcbcb; }

/* line 209, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off, .ibutton-label-on {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3) inset; }
  /* line 211, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
  .ibutton-label-off label, .ibutton-label-on label {
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5); }

/* line 217, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-on {
  background: #7fb3d4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));
  background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);
  background-image: linear-gradient(top, #a5cae1, #7fb3d4);
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 223, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-label-off {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #e49181;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjN2U2ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0OTE4MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dc7e6f), color-stop(100%, #e49181));
  background-image: -webkit-linear-gradient(top, #dc7e6f, #e49181);
  background-image: -moz-linear-gradient(top, #dc7e6f, #e49181);
  background-image: -o-linear-gradient(top, #dc7e6f, #e49181);
  background-image: linear-gradient(top, #dc7e6f, #e49181); }

/* line 229, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-handle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #8F8F8F;
  background: #ebebeb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #ebebeb);
  background-image: -moz-linear-gradient(top, #fdfdfd, #ebebeb);
  background-image: -o-linear-gradient(top, #fdfdfd, #ebebeb);
  background-image: linear-gradient(top, #fdfdfd, #ebebeb); }

/* line 235, /home/andrei/core-admin-release/core-admin/source/stylesheets/ibutton.scss */
.ibutton-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
/* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress {
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #eee;
  -webkit-box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset; }
  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress .progress-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%; }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress-green {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b2cb49), to(#97af32));
  background-image: -webkit-linear-gradient(top, #b2cb49, 0%, #97af32, 100%);
  background-image: -moz-linear-gradient(top, #b2cb49 0%, #97af32 100%);
  background-image: linear-gradient(to bottom, #b2cb49 0%, #97af32 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB2CB49', endColorstr='#FF97AF32', GradientType=0);
  border: 1px solid #869b2c; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress-striped .progress-green {
    background-color: #b2cb49;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress-blue {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
  background-image: -webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
  background-image: -moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
  background-image: linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9BCFF5', endColorstr='#FF6DB9F0', GradientType=0);
  border: 1px solid #55aeee; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress-striped .progress-blue {
    background-color: #9bcff5;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress-orange {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dc9e6f), to(#d28346));
  background-image: -webkit-linear-gradient(top, #dc9e6f, 0%, #d28346, 100%);
  background-image: -moz-linear-gradient(top, #dc9e6f 0%, #d28346 100%);
  background-image: linear-gradient(to bottom, #dc9e6f 0%, #d28346 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDC9E6F', endColorstr='#FFD28346', GradientType=0);
  border: 1px solid #cd7532; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress-striped .progress-orange {
    background-color: #dc9e6f;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress-black {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#666666), to(#4c4c4c));
  background-image: -webkit-linear-gradient(top, #666666, 0%, #4c4c4c, 100%);
  background-image: -moz-linear-gradient(top, #666666 0%, #4c4c4c 100%);
  background-image: linear-gradient(to bottom, #666666 0%, #4c4c4c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF666666', endColorstr='#FF4C4C4C', GradientType=0);
  border: 1px solid #3f3f3f; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress-striped .progress-black {
    background-color: #666666;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
.progress-red {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d47775), to(#c8514e));
  background-image: -webkit-linear-gradient(top, #d47775, 0%, #c8514e, 100%);
  background-image: -moz-linear-gradient(top, #d47775 0%, #c8514e 100%);
  background-image: linear-gradient(to bottom, #d47775 0%, #c8514e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD47775', endColorstr='#FFC8514E', GradientType=0);
  border: 1px solid #c13f3c; }
  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/content_progress.scss */
  .progress-striped .progress-red {
    background-color: #d47775;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
/* line 2, /home/andrei/core-admin-release/core-admin/source/stylesheets/charts.scss */
.sine-chart {
  height: 186px; }

/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider {
  position: relative;
  text-align: left; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: default;
    border: none;
    cursor: pointer; }
  /* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 6px;
    font-size: .7em;
    display: block;
    border: 1px solid #5ba8e1;
    box-shadow: 0 1px 0 #aad6f6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81b8f3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d4f5), color-stop(100%, #81b8f3));
    background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);
    background-image: linear-gradient(top, #a0d4f5, #81b8f3);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

/* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-horizontal {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 4px;
  background: #d7d7d7;
  border: 1px solid #bababa;
  box-shadow: 0 1px 0 #fff, 0 1px 0 #cfcfcf inset;
  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
  /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -0.6em; }
  /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%; }
  /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

/* line 59, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-left: 0;
  margin-bottom: -0.6em; }
/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 4px;
  background: #81b8f3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZDRmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYjhmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0d4f5), color-stop(100%, #81b8f3));
  background-image: -webkit-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -moz-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: -o-linear-gradient(top, #a0d4f5, #81b8f3);
  background-image: linear-gradient(top, #a0d4f5, #81b8f3); }
/* line 70, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }
/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical {
  height: 100px;
  width: 6px;
  background: #d7d7d7;
  box-shadow: 0 1px 0 white, 0 1px 0 #cfcfcf inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

/* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #f9fbfa;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3Y2VkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZmJmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c7ced6), color-stop(100%, #f9fbfa));
  background-image: -webkit-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: -moz-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: -o-linear-gradient(top, #c7ced6, #f9fbfa);
  background-image: linear-gradient(top, #c7ced6, #f9fbfa);
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider .ui-slider-handle:active {
    -webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.6), 0 -1px 0px 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0px 1px rgba(255, 255, 255, 0.9) inset; }
  /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #30a2d2;
    -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white;
    -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white;
    box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0px 0px white; }

/* line 115, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -10px; }

/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -8px; }

/* line 124, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui label {
  color: #858585; }
/* line 128, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui input {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0; }
  /* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
  .ranged-slider-ui input:focus {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
/* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/ui_custom.scss */
.ranged-slider-ui.vertical-bars span {
  height: 120px;
  float: left;
  margin-right: 30px;
  display: block; }
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/icheck_blue.scss */
  .icheckbox_flat-aero,
  .iradio_flat-aero {
    background-image: url("../images/blue@2x.png");
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px; } }
/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .line {
  stroke-width: 3px;
  fill: none; }
/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .fill {
  stroke-width: 0; }
/* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart circle {
  stroke: #FFF;
  stroke-width: 3px; }
/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis .domain {
  fill: none; }
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis .tick {
  stroke: #EEE;
  stroke-width: 1px; }
/* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .axis text {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  fill: #666;
  font-size: 12px; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 .line {
  stroke: #3880aa; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 rect, .xchart .color0 circle {
  fill: #3880aa; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0 .fill {
  fill: rgba(56, 128, 170, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp .line {
  stroke: #89bbd8; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp rect {
  fill: #89bbd8; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color0.comp circle, .xchart .color0.comp .pointer {
  fill: #89bbd8; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 .line {
  stroke: #4da944; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 rect, .xchart .color1 circle {
  fill: #4da944; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1 .fill {
  fill: rgba(77, 169, 68, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp .line {
  stroke: #9dd597; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp rect {
  fill: #9dd597; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color1.comp circle, .xchart .color1.comp .pointer {
  fill: #9dd597; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 .line {
  stroke: #f26522; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 rect, .xchart .color2 circle {
  fill: #f26522; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2 .fill {
  fill: rgba(242, 101, 34, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp .line {
  stroke: #f9b99a; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp rect {
  fill: #f9b99a; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color2.comp circle, .xchart .color2.comp .pointer {
  fill: #f9b99a; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 .line {
  stroke: #c6080d; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 rect, .xchart .color3 circle {
  fill: #c6080d; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3 .fill {
  fill: rgba(198, 8, 13, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp .line {
  stroke: #f8555a; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp rect {
  fill: #f8555a; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color3.comp circle, .xchart .color3.comp .pointer {
  fill: #f8555a; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 .line {
  stroke: #672d8b; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 rect, .xchart .color4 circle {
  fill: #672d8b; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4 .fill {
  fill: rgba(103, 45, 139, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp .line {
  stroke: #a869ce; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp rect {
  fill: #a869ce; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color4.comp circle, .xchart .color4.comp .pointer {
  fill: #a869ce; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 .line {
  stroke: #ce1797; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 rect, .xchart .color5 circle {
  fill: #ce1797; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5 .fill {
  fill: rgba(206, 23, 151, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp .line {
  stroke: #f075cb; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp rect {
  fill: #f075cb; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color5.comp circle, .xchart .color5.comp .pointer {
  fill: #f075cb; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 .line {
  stroke: #d9ce00; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 rect, .xchart .color6 circle {
  fill: #d9ce00; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6 .fill {
  fill: rgba(217, 206, 0, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp .line {
  stroke: #fff75a; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp rect {
  fill: #fff75a; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color6.comp circle, .xchart .color6.comp .pointer {
  fill: #fff75a; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 .line {
  stroke: #754c24; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 rect, .xchart .color7 circle {
  fill: #754c24; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7 .fill {
  fill: rgba(117, 76, 36, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp .line {
  stroke: #c98c50; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp rect {
  fill: #c98c50; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color7.comp circle, .xchart .color7.comp .pointer {
  fill: #c98c50; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 .line {
  stroke: #2eb9b4; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 rect, .xchart .color8 circle {
  fill: #2eb9b4; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8 .fill {
  fill: rgba(46, 185, 180, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp .line {
  stroke: #86e1de; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp rect {
  fill: #86e1de; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color8.comp circle, .xchart .color8.comp .pointer {
  fill: #86e1de; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 .line {
  stroke: #0e2e42; }
/* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 rect, .xchart .color9 circle {
  fill: #0e2e42; }
/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9 .fill {
  fill: rgba(14, 46, 66, 0.1); }
/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp .line {
  stroke: #2477ab; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp rect {
  fill: #2477ab; }
/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp .fill {
  display: none; }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.xchart .color9.comp circle, .xchart .color9.comp .pointer {
  fill: #2477ab; }

/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/xcharts.scss */
.ex-tooltip {
  position: absolute;
  background: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  -webkit-box-shadow: 0 1px 3px #000;
  -moz-box-shadow: 0 1px 3px #000;
  -ms-box-shadow: 0 1px 3px #000;
  -o-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
  border-collapse: separate;
  display: none; }
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/justgage.scss */
.justgage {
  width: 200px;
  height: 160px;
  display: inline-block; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/justgage.scss */
  .justgage.small {
    width: 90px;
    height: 70px; }
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
.easyPieChart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600; }
  /* line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
  .easyPieChart.easy-pie-chart-small {
    font-size: 10px; }

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/easy_pie_chart.scss */
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
.sparkline-box {
  margin: 0;
  padding: 0;
  margin-top: 10px; }
  /* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box.side .sparkline {
    margin-top: 5px; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box.side .sparkline-row {
    padding: 0;
    float: none;
    border: none; }
  /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box.side h4 {
    margin-right: 20px;
    min-width: 70px;
    text-shadow: none; }
    /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box.side h4 span {
      color: inherit; }
  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box .sparkline {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    height: 30px; }
  /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box .big {
    width: 83px;
    height: 30px; }
  /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box .sparkline-row {
    *zoom: 1;
    text-align: center;
    padding: 0;
    padding-right: 15px;
    float: left;
    border-right: 1px dotted #aaa;
    border-left: 1px dotted #fff; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .sparkline-box .sparkline-row:before, .sparkline-box .sparkline-row:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .sparkline-box .sparkline-row:after {
      clear: both; }
    /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box .sparkline-row:last-child {
      border-right: none; }
    /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box .sparkline-row:first-child {
      border-left: none; }
  /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
  .sparkline-box h4 {
    display: inline-block;
    text-align: center;
    margin: 0;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    min-width: 70px; }
    /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.red {
      color: #c75d5d; }
    /* line 73, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.orange {
      color: #ff9f01; }
    /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.blue {
      color: #6e97aa; }
    /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.gray {
      color: #6b787f; }
    /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.green {
      color: #8fae53; }
    /* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4.dark-green {
      color: #779148; }
    /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/sparkline_box.scss */
    .sparkline-box h4 span {
      color: #717e88;
      font-size: 12px;
      display: block;
      text-align: center;
      font-weight: normal; }
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-left {
  position: relative;
  background: #fafeff;
  border: 1px solid #b5cdd7;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-left:after, .arrow-box-left:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-left:after {
  border-right-color: #fafeff;
  border-width: 6px;
  top: 7px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-left:before {
  border-right-color: #b5cdd7;
  border-width: 7px;
  top: 6px; }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-left.gray {
  background: nil;
  border-color: #d8d8d8; }
  /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
  .arrow-box-left.gray:before {
    border-right-color: #d8d8d8; }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-left {
  -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1); }

/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-right {
  position: relative;
  background: #fafeff;
  border: 1px solid #b5cdd7;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-right:after, .arrow-box-right:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-right:after {
  border-left-color: #fafeff;
  border-width: 6px;
  top: 7px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.arrow-box-right:before {
  border-left-color: #b5cdd7;
  border-width: 7px;
  top: 6px; }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-right.gray {
  background: nil;
  border-color: #d8d8d8; }
  /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
  .arrow-box-right.gray:before {
    border-left-color: #d8d8d8; }

/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.arrow-box-right {
  -webkit-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1); }

/* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .arrow-box-left {
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  min-height: auto;
  margin-right: 0; }
/* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .info, .chat-box.timeline .content {
  background: #fafafa;
  padding: 5px 10px; }
/* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .content {
  *zoom: 1;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .chat-box.timeline .content:before, .chat-box.timeline .content:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .chat-box.timeline .content:after {
    clear: both; }
/* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline blockquote {
  margin: 10px 0px; }
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline .chat-message-box {
  display: inline-block;
  min-width: 100px;
  margin-left: 64px;
  padding: 3px 10px;
  border-radius: 10px; }

/* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box.timeline + .closable-chat-box {
  margin-left: 65px; }

/* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
.chat-box {
  list-style: none;
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  color: #5f5f5f; }
  /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
  .chat-box .avatar {
    position: absolute;
    top: 0; }
  /* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
  .chat-box .arrow-box-left, .chat-box .arrow-box-right {
    min-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 10px; }
  /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
  .chat-box .arrow-box-left {
    margin-left: 65px;
    margin-right: 15px; }
    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-left .avatar {
      left: -50px; }
    /* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-left.gray .info .name strong {
      color: #393939; }
  /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
  .chat-box .arrow-box-right {
    margin-right: 65px;
    margin-left: 15px; }
    /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-right .avatar {
      right: -50px; }
    /* line 109, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .arrow-box-right.gray .info .name strong {
      color: #393939; }
  /* line 114, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
  .chat-box .info {
    *zoom: 1;
    color: #949494;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .chat-box .info:before, .chat-box .info:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .chat-box .info:after {
      clear: both; }
    /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .info .name {
      float: left; }
      /* line 122, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
      .chat-box .info .name strong {
        color: #2c596d;
        margin-right: 10px; }
    /* line 132, /home/andrei/core-admin-release/core-admin/source/stylesheets/chat-box.scss */
    .chat-box .info .time {
      float: right; }
/* \f020 doesn't work in Safari. all shifted one down */
/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%; }
  /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable thead th {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #666666;
    cursor: pointer;
    *cursor: hand;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0px white inset;
    -moz-box-shadow: 0 1px 0px white inset;
    box-shadow: 0 1px 0px white inset; }
  /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable tfoot th {
    padding: 3px 18px 3px 10px;
    font-weight: 600; }
  /* line 33, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable td {
    padding: 7px 11px; }
    /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable td.center, table.dataTable td.dataTables_empty {
      text-align: center; }
  /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable tbody tr td {
    border-left: 1px solid #eaebef; }
  /* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable thead tr th {
    border-left: 1px solid #b5b7c3;
    border-bottom: 1px solid #b5b7c3;
    border-top: 1px solid #c3c5ce; }
  /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable tbody tr td:first-child {
    border-left: none; }
  /* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable thead tr {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea); }
    /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable thead tr th:first-child {
      border-left: none; }
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable thead tr:first-child {
      margin: 0;
      padding: 0;
      border-top: none; }
  /* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  table.dataTable tr {
    border-top: 1px solid #eaebef; }
    /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    table.dataTable tr.even {
      background-color: #F3F4F8; }

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1; }

/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_length {
  float: right;
  margin: 0; }
  /* line 84, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_length label {
    line-height: 61px;
    height: 61px;
    margin: 0; }
  /* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_length select {
    width: auto; }
  /* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_length div.selector {
    width: auto; }

/* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.entries-per-page {
  float: left;
  margin: 0px 15px 0 0; }

/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_filter {
  float: left;
  font-size: 11px;
  text-align: left;
  margin: 0;
  position: relative; }
  /* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_filter label {
    line-height: 61px;
    height: 61px;
    margin-bottom: 0; }
  /* line 118, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_filter label > span {
    display: block;
    float: left;
    padding-top: 1px; }
  /* line 123, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .dataTables_filter input[type=text] {
    height: auto;
    padding: 2px 20px 2px 7px;
    margin-left: 15px;
    margin-bottom: 0;
    width: 180px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7; }

/* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_info {
  clear: both;
  float: left;
  padding: 10px 0; }

/* line 140, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.table-footer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  padding: 8px 12px;
  height: 36px;
  font-size: 11px;
  color: #666;
  border-top: 1px solid #cdcdcd;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #fdfdfd;
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea); }

/* line 155, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.table-header {
  border-bottom: 1px solid #eaebef;
  height: 61px;
  -webkit-box-shadow: 0 1px 0 white inset;
  -moz-box-shadow: 0 1px 0 white inset;
  box-shadow: 0 1px 0 white inset;
  clear: both;
  padding: 0 16px;
  font-size: 11px;
  color: #666;
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea); }

/* line 166, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_paginate {
  float: right;
  margin-top: 7px; }

/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.paging_full_numbers {
  height: 22px;
  line-height: 22px; }
  /* line 176, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    border-top: 1px solid #E2E2E2;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #AEAEAE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
    padding: 4px 7px;
    margin: 0 3px;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    font-size: 11px;
    -webkit-box-shadow: 0 1px 0 white inset;
    -moz-box-shadow: 0 1px 0 white inset;
    box-shadow: 0 1px 0 white inset; }
  /* line 195, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .paging_full_numbers a.paginate_button {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea); }
    /* line 198, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .paging_full_numbers a.paginate_button:hover {
      background: #eaeaea;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
      background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
      background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
      background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
      background-image: linear-gradient(top, #f1f1f1, #eaeaea); }
  /* line 202, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .paging_full_numbers a.paginate_active, .paging_full_numbers a.paginate_button:active {
    border: 1px solid #AEAEAE;
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white; }
  /* line 207, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .paging_full_numbers a.paginate_button_disabled {
    background: #eee;
    color: #c5c5c5;
    box-shadow: none;
    border: 1px solid #E2E2E2; }
    /* line 213, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .paging_full_numbers a.paginate_button_disabled:active, .paging_full_numbers a.paginate_button_disabled:hover {
      background: #eee;
      border: 1px solid #E2E2E2;
      box-shadow: none; }

/* line 225, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting, .sorting_asc, .sorting_desc {
  position: relative; }
  /* line 228, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
  .sorting > div, .sorting_asc > div, .sorting_desc > div {
    position: relative;
    height: 20px;
    line-height: 20px; }
    /* line 232, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
    .sorting > div:after, .sorting_asc > div:after, .sorting_desc > div:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      position: absolute;
      width: 18px;
      height: 18px;
      pointer-events: none;
      text-align: center;
      line-height: 18px;
      font-size: 14px;
      color: #888;
      color: #666666;
      line-height: 14px;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 3px;
      top: 3px; }

/* line 247, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_asc, .sorting_desc {
  background: #f2f3f7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjNmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8fc), color-stop(100%, #f2f3f7));
  background-image: -webkit-linear-gradient(top, #f7f8fc, #f2f3f7);
  background-image: -moz-linear-gradient(top, #f7f8fc, #f2f3f7);
  background-image: -o-linear-gradient(top, #f7f8fc, #f2f3f7);
  background-image: linear-gradient(top, #f7f8fc, #f2f3f7); }

/* line 251, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting > div:after {
  content: "\f0dc"; }

/* line 255, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_asc > div:after {
  content: "\f0de";
  top: 7px; }

/* line 260, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.sorting_desc > div:after {
  content: "\f0dd";
  top: 1px; }

/* line 265, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
table.dataTable th:active {
  outline: none; }

/* line 269, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_scroll {
  clear: both; }

/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/dataTables.scss */
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }

/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-group {
  margin-bottom: 0;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-top: -1px;
  border-top: none; }
  /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-group .accordion-heading {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    text-shadow: 0 1px white;
    border-bottom: 1px solid #CDCDCD;
    color: #636363;
    font-weight: 600;
    border-top: 1px solid #cdcdcd; }
  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-group:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 0px;
    border-top: none; }
    /* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .accordion-group:first-child .accordion-heading {
      -moz-border-radius-topleft: 4px;
      -webkit-border-top-left-radius: 4px;
      border-top-left-radius: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px; }
  /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-group:last-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #cdcdcd; }
  /* line 40, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-group .accordion-inner {
    background: #fbfbfb;
    margin-bottom: 1px; }

/* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-heading .accordion-toggle {
  padding: 10px;
  color: #636363;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block; }

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-inner .nav {
  margin-bottom: 0; }
/* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.accordion-inner .nav li {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ddd; }
  /* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-inner .nav li a {
    padding-left: 10px; }
  /* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .accordion-inner .nav li:last-child {
    border-bottom: none; }

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  /* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .sidebar-tabs .accordion .active {
    border-left: 6px solid #505050;
    margin-left: -3px; }
    /* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
    .sidebar-tabs .accordion .active a {
      padding-left: 7px;
      color: #505050; }
/* line 88, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion-group {
  border-left: none;
  border-right: none; }
  /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .sidebar-tabs .accordion-group:first-child, .sidebar-tabs .accordion-group:first-child .accordion-heading, .sidebar-tabs .accordion-group:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  /* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
  .sidebar-tabs .accordion-group:last-child {
    border-bottom: none; }
/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/accordion.scss */
.sidebar-tabs .accordion-heading .accordion-toggle {
  padding: 15px; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/thumbnails.scss */
.thumbnails {
  list-style: none;
  *zoom: 1; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
  .thumbnails:after {
    clear: both; }
/* line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert {
  border: 1px solid #f1d276;
  color: #a37f11;
  background: #f6e1a4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZTliYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZTFhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8e9bb), color-stop(100%, #f6e1a4));
  background-image: -webkit-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: -moz-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: -o-linear-gradient(top, #f8e9bb, #f6e1a4);
  background-image: linear-gradient(top, #f8e9bb, #f6e1a4);
  -webkit-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #f9edc9 inset, 0 1px 1px #dfdfdf; }

/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-info {
  border: 1px solid #a8c3dc;
  color: #3c6a95;
  background: #ccdcea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZThmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjZGNlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dee8f2), color-stop(100%, #ccdcea));
  background-image: -webkit-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: -moz-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: -o-linear-gradient(top, #dee8f2, #ccdcea);
  background-image: linear-gradient(top, #dee8f2, #ccdcea);
  -webkit-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #e9f0f6 inset, 0 1px 1px #dfdfdf; }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-danger, .alert-error {
  border: 1px solid #de7e6d;
  color: #7d2a1c;
  background: #e8a397;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYjVhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4YTM5NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb5ac), color-stop(100%, #e8a397));
  background-image: -webkit-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: -moz-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: -o-linear-gradient(top, #ecb5ac, #e8a397);
  background-image: linear-gradient(top, #ecb5ac, #e8a397);
  -webkit-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf; }

/* line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap_alerts.scss */
.alert-success {
  border: 1px solid #97cc2e;
  color: #2b3a0d;
  background: #acd954;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ZGQ2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FjZDk1NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6dd69), color-stop(100%, #acd954));
  background-image: -webkit-linear-gradient(top, #b6dd69, #acd954);
  background-image: -moz-linear-gradient(top, #b6dd69, #acd954);
  background-image: -o-linear-gradient(top, #b6dd69, #acd954);
  background-image: linear-gradient(top, #b6dd69, #acd954);
  -webkit-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
  -moz-box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf;
  box-shadow: 0 1px 2px #bce075 inset, 0 1px 1px #dfdfdf; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination > ul {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 9px 16px; }

/* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination > li > a {
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea);
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #AEAEAE;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 1px;
  cursor: pointer;
  color: #666;
  -webkit-box-shadow: 0 1px 0 white inset;
  box-shadow: 0 1px 0 white inset; }
  /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
  .pagination > li > a:hover {
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #f1f1f1, #eaeaea);
    background-image: -moz-linear-gradient(top, #f1f1f1, #eaeaea);
    background-image: -o-linear-gradient(top, #f1f1f1, #eaeaea);
    background-image: linear-gradient(top, #f1f1f1, #eaeaea); }
/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/pagination.scss */
.pagination > li.active a, .pagination > li > a:active, .pagination > li.active:hover a {
  color: #666;
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 white;
  text-shadow: none; }

/* line 507, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 4px 6px;
  font-size: 10px; }
/* line 513, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 519, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap/_mixins.scss */
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss */
/* .modal-body {
  background: #f5f5f5; }

line 7, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
.modal-content {
  border: 3px solid #808080; }

line 11, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
.modal-header, .modal-footer {
  background: #eaeaea;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
  background-image: linear-gradient(top, #fdfdfd, #eaeaea); }
  line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
  .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6, .modal-footer h1, .modal-footer h2, .modal-footer h3, .modal-footer h4, .modal-footer h5, .modal-footer h6 {
    margin: 0; }

line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
.modal-footer {
  margin-top: 0; }

line 23, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
.modal-header {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/modal.scss
.modal-header {
  border-bottom: 1px solid #CDCDCD; } */
/* The gallery overlay */
/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }

/* This class will trigger the animation */
/* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#galleryOverlay.visible {
  opacity: 1; }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease; }

/* line 45, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider .placeholder {
  background: url("../images/loading.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block; }

/* The before element moves the
 * image halfway from the top */
/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

/* line 65, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

/* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

/* Firefox Keyframe Animations */
@-moz-keyframes rightSpring {
  /* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  50% {
    margin-left: -30px; }

  /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  50% {
    margin-left: 30px; }

  /* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  100% {
    margin-left: 0px; } }

/* Safari and Chrome Keyframe Animations */
@-webkit-keyframes rightSpring {
  /* line 99, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  50% {
    margin-left: -30px; }

  /* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  /* line 105, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  0% {
    margin-left: 0px; }

  /* line 106, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  50% {
    margin-left: 30px; }

  /* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  100% {
    margin-left: 0px; } }

/* Arrows */
/* line 112, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  /* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
  #prevArrow i, #nextArrow i {
    height: 55px;
    line-height: 55px;
    width: 100%;
    text-align: center; }

/* line 138, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#prevArrow:hover, #nextArrow:hover {
  opacity: 1; }

/* line 142, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#prevArrow {
  left: 40px; }

/* line 146, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#nextArrow {
  right: 40px; }

/*----------------------------
	Thumbnails
-----------------------------*/
/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#thumbs {
  margin: 60px auto 35px;
  text-align: center; }

/* line 159, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#thumbs a {
  width: 120px;
  height: 120px;
  display: inline-block;
  border: 7px solid #303030;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 6px 6px 40px;
  position: relative;
  text-decoration: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

/* line 178, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#thumbs a:after {
  background-color: #303030;
  border-radius: 7px;
  bottom: -136px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  content: attr(title);
  display: inline-block;
  font-size: 10px;
  max-width: 90px;
  overflow: hidden;
  padding: 2px 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 196, /home/andrei/core-admin-release/core-admin/source/stylesheets/touchTouch.scss */
#credit {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 11px;
  margin: 0 auto 70px;
  opacity: 0.5;
  padding: 12px 16px;
  text-align: center;
  width: 400px; }
/* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
.table-normal {
  margin-bottom: 0;
  color: #5a6573; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal tbody td, .table-normal thead td {
    border-left: 1px solid #eaebef; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal tbody td:first-child, .table-normal thead td:first-child {
    border-left: none; }
  /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal tbody td {
    border-top: 1px solid #eaebef; }
  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal thead td {
    text-align: center;
    font-size: 11px;
    padding: 3px 5px 2px 5px;
    color: #666;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    background: #eaeaea;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
    background-image: linear-gradient(top, #fdfdfd, #eaeaea);
    border-left: 1px solid #d1d2da;
    border-right: 1px solid #d1d2da;
    border-bottom: 1px solid #d1d2da; }
    /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal thead td:first-child {
      border-left: none; }
    /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal thead td:last-child {
      border-right: none; }
  /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal tbody td {
    padding: 7px 11px;
    vertical-align: middle; }
  /* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal tbody tr {
    border-top: 1px solid #eaebef; }
    /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
    .table-normal tbody tr:nth-child(even) {
      background: #F3F4F8; }
  /* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/tables.scss */
  .table-normal .icon {
    width: 30px;
    text-align: center; }
/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar {
  height: 16px;
  width: 10px; }
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-button:start:decrement, .scrollable::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0; }
/* line 15, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px; }
/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
/* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb; }
/* line 28, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
.scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border: solid transparent;
  border-width: 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box; }
  /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
  .scrollable::-webkit-scrollbar-thumb:vertical, .scrollable::-webkit-scrollbar-thumb:horizontal {
    background-color: #c6c6c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
  .scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #949494; }
  /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/scrollable.scss */
  .scrollable::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35); }
/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news {
  min-height: 85px; }
  /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
  .news .avatar {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar.blue {
      background: #7fb3d4;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2FlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5cae1), color-stop(100%, #7fb3d4));
      background-image: -webkit-linear-gradient(top, #a5cae1, #7fb3d4);
      background-image: -moz-linear-gradient(top, #a5cae1, #7fb3d4);
      background-image: -o-linear-gradient(top, #a5cae1, #7fb3d4);
      background-image: linear-gradient(top, #a5cae1, #7fb3d4);
      border: 1px solid #60a1ca; }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar.green {
      background: #8cc079;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDA5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aad09c), color-stop(100%, #8cc079));
      background-image: -webkit-linear-gradient(top, #aad09c, #8cc079);
      background-image: -moz-linear-gradient(top, #aad09c, #8cc079);
      background-image: -o-linear-gradient(top, #aad09c, #8cc079);
      background-image: linear-gradient(top, #aad09c, #8cc079);
      border: 1px solid #74b35d; }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar.cyan {
      background: #81babd;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyY2NjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2cccf), color-stop(100%, #81babd));
      background-image: -webkit-linear-gradient(top, #a2cccf, #81babd);
      background-image: -moz-linear-gradient(top, #a2cccf, #81babd);
      background-image: -o-linear-gradient(top, #a2cccf, #81babd);
      background-image: linear-gradient(top, #a2cccf, #81babd);
      border: 1px solid #66abaf; }
    /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar.purple {
      background: #aea7cf;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjYzhlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ccc8e1), color-stop(100%, #aea7cf));
      background-image: -webkit-linear-gradient(top, #ccc8e1, #aea7cf);
      background-image: -moz-linear-gradient(top, #ccc8e1, #aea7cf);
      background-image: -o-linear-gradient(top, #ccc8e1, #aea7cf);
      background-image: linear-gradient(top, #ccc8e1, #aea7cf);
      border: 1px solid #968dc1; }
    /* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
    .news .avatar i {
      color: white;
      line-height: 36px; }
  /* line 37, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
  .news.with-icons .news-content {
    margin-left: 55px; }

/* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-content {
  margin-left: 50px;
  margin-right: 50px; }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-title {
  color: #636364;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 16px; }

/* line 54, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news-time {
  float: right;
  color: #bbb;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center; }
  /* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
  .news-time span {
    display: block;
    font-size: 24px;
    font-weight: 600; }
/* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-blue, .badge-gray, .badge-green, .badge-red, .badge-dark-red, .badge-black, .badge-cyan, .badge-purple {
  display: inline-block;
  padding: 0 4px;
  border-radius: 10px;
  height: 14px;
  min-width: 14px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  color: #fff; }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label, .badge {
  font-weight: 600; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-blue {
  background: #599cc7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5OWNjNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #599cc7));
  background-image: -webkit-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: -moz-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: -o-linear-gradient(top, #7fb3d4, #599cc7);
  background-image: linear-gradient(top, #7fb3d4, #599cc7);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-gray {
  background: #5d5d5d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkNWQ1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #5d5d5d));
  background-image: -webkit-linear-gradient(top, #767676, #5d5d5d);
  background-image: -moz-linear-gradient(top, #767676, #5d5d5d);
  background-image: -o-linear-gradient(top, #767676, #5d5d5d);
  background-image: linear-gradient(top, #767676, #5d5d5d);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-green {
  background: #6eb056;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlYjA1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #6eb056));
  background-image: -webkit-linear-gradient(top, #8cc079, #6eb056);
  background-image: -moz-linear-gradient(top, #8cc079, #6eb056);
  background-image: -o-linear-gradient(top, #8cc079, #6eb056);
  background-image: linear-gradient(top, #8cc079, #6eb056);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-red {
  background: #964747;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NDc0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #964747));
  background-image: -webkit-linear-gradient(top, #b35d5d, #964747);
  background-image: -moz-linear-gradient(top, #b35d5d, #964747);
  background-image: -o-linear-gradient(top, #b35d5d, #964747);
  background-image: linear-gradient(top, #b35d5d, #964747);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-dark-red {
  background: #8f3831;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhmMzgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #8f3831));
  background-image: -webkit-linear-gradient(top, #b5473e, #8f3831);
  background-image: -moz-linear-gradient(top, #b5473e, #8f3831);
  background-image: -o-linear-gradient(top, #b5473e, #8f3831);
  background-image: linear-gradient(top, #b5473e, #8f3831);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-black {
  background: #4d4d4d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #4d4d4d));
  background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
  background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
  background-image: linear-gradient(top, #666666, #4d4d4d);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-cyan {
  background: #60a8ab;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwYThhYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #60a8ab));
  background-image: -webkit-linear-gradient(top, #81babd, #60a8ab);
  background-image: -moz-linear-gradient(top, #81babd, #60a8ab);
  background-image: -o-linear-gradient(top, #81babd, #60a8ab);
  background-image: linear-gradient(top, #81babd, #60a8ab);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.label-purple {
  background: #9086bd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwODZiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9086bd));
  background-image: -webkit-linear-gradient(top, #aea7cf, #9086bd);
  background-image: -moz-linear-gradient(top, #aea7cf, #9086bd);
  background-image: -o-linear-gradient(top, #aea7cf, #9086bd);
  background-image: linear-gradient(top, #aea7cf, #9086bd);
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-blue {
  background: #6ca8ce;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmYjNkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjYThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7fb3d4), color-stop(100%, #6ca8ce));
  background-image: -webkit-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: -moz-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: -o-linear-gradient(top, #7fb3d4, #6ca8ce);
  background-image: linear-gradient(top, #7fb3d4, #6ca8ce);
  -webkit-box-shadow: 0 0 0 1px #3c84b1;
  -moz-box-shadow: 0 0 0 1px #3c84b1;
  box-shadow: 0 0 0 1px #3c84b1; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-gray {
  background: dimgrey;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #767676), color-stop(100%, #696969));
  background-image: -webkit-linear-gradient(top, #767676, #696969);
  background-image: -moz-linear-gradient(top, #767676, #696969);
  background-image: -o-linear-gradient(top, #767676, #696969);
  background-image: linear-gradient(top, #767676, #696969);
  -webkit-box-shadow: 0 0 0 1px #434343;
  -moz-box-shadow: 0 0 0 1px #434343;
  box-shadow: 0 0 0 1px #434343; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-green {
  background: #7db868;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYzA3OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjg2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc079), color-stop(100%, #7db868));
  background-image: -webkit-linear-gradient(top, #8cc079, #7db868);
  background-image: -moz-linear-gradient(top, #8cc079, #7db868);
  background-image: -o-linear-gradient(top, #8cc079, #7db868);
  background-image: linear-gradient(top, #8cc079, #7db868);
  -webkit-box-shadow: 0 0 0 1px #589043;
  -moz-box-shadow: 0 0 0 1px #589043;
  box-shadow: 0 0 0 1px #589043; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-red {
  background: #a84f4f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNWQ1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E4NGY0ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b35d5d), color-stop(100%, #a84f4f));
  background-image: -webkit-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: -moz-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: -o-linear-gradient(top, #b35d5d, #a84f4f);
  background-image: linear-gradient(top, #b35d5d, #a84f4f);
  -webkit-box-shadow: 0 0 0 1px #743636;
  -moz-box-shadow: 0 0 0 1px #743636;
  box-shadow: 0 0 0 1px #743636; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-dark-red {
  background: #a24037;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1NDczZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyNDAzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b5473e), color-stop(100%, #a24037));
  background-image: -webkit-linear-gradient(top, #b5473e, #a24037);
  background-image: -moz-linear-gradient(top, #b5473e, #a24037);
  background-image: -o-linear-gradient(top, #b5473e, #a24037);
  background-image: linear-gradient(top, #b5473e, #a24037);
  -webkit-box-shadow: 0 0 0 1px #692924;
  -moz-box-shadow: 0 0 0 1px #692924;
  box-shadow: 0 0 0 1px #692924; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-black {
  background: #595959;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #595959));
  background-image: -webkit-linear-gradient(top, #666666, #595959);
  background-image: -moz-linear-gradient(top, #666666, #595959);
  background-image: -o-linear-gradient(top, #666666, #595959);
  background-image: linear-gradient(top, #666666, #595959);
  -webkit-box-shadow: 0 0 0 1px #333333;
  -moz-box-shadow: 0 0 0 1px #333333;
  box-shadow: 0 0 0 1px #333333; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-cyan {
  background: #70b1b4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxYmFiZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwYjFiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81babd), color-stop(100%, #70b1b4));
  background-image: -webkit-linear-gradient(top, #81babd, #70b1b4);
  background-image: -moz-linear-gradient(top, #81babd, #70b1b4);
  background-image: -o-linear-gradient(top, #81babd, #70b1b4);
  background-image: linear-gradient(top, #81babd, #70b1b4);
  -webkit-box-shadow: 0 0 0 1px #4a8a8e;
  -moz-box-shadow: 0 0 0 1px #4a8a8e;
  box-shadow: 0 0 0 1px #4a8a8e; }

/* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-purple {
  background: #9f97c6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYTdjZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOTdjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aea7cf), color-stop(100%, #9f97c6));
  background-image: -webkit-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: -moz-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: -o-linear-gradient(top, #aea7cf, #9f97c6);
  background-image: linear-gradient(top, #aea7cf, #9f97c6);
  -webkit-box-shadow: 0 0 0 1px #7165ab;
  -moz-box-shadow: 0 0 0 1px #7165ab;
  box-shadow: 0 0 0 1px #7165ab; }

/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/badges.scss */
.badge-flat {
  text-shadow: none; }
/* line 1, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard {
  display: none; }

/* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal form {
  margin: 0;
  padding: 0; }

/* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal {
  width: 750px;
  margin-left: -375px;
  top: 50%; }

/* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-footer {
  padding: 0px;
  text-align: right; }

/* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-header.modal-header h3 {
  line-height: 35px;
  display: inline; }

/* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal-header.modal-header {
  border-bottom: 0; }

/* line 25, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-subtitle {
  font-weight: 600;
  color: #AFAFAF;
  padding-left: 20px; }

/* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-error,
.wizard-failure,
.wizard-success,
.wizard-loading,
.wizard-card {
  position: relative;
  padding: 35px;
  padding-top: 20px;
  overflow-y: auto;
  height: 300px;
  display: none;
  border-top: 1px solid #EEE;
  margin-right: 5px; }

/* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-nav-link .icon-chevron-right {
  float: right;
  margin-top: 12px;
  margin-right: -6px;
  opacity: .25; }

/* line 53, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
li.wizard-nav-item.active .icon-chevron-right {
  opacity: 1; }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
li.wizard-nav-item {
  line-height: 40px; }

/* line 61, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li > a {
  background-color: #f5f5f5;
  padding: 3px 15px 3px 20px;
  cursor: default;
  color: #B4B4B4; }

/* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list li.active > a {
  background-color: #08C; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li.already-visited > a.wizard-nav-link {
  color: #08C;
  cursor: pointer; }

/* line 77, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal.modal .nav-list > li.active > a.wizard-nav-link {
  color: white; }

/* line 81, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.already-visited > a.wizard-nav-link:hover {
  background-color: #E4E4E4; }

/* line 85, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-card > h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  font-weight: normal; }

/* line 93, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-progress {
  padding: 15px;
  bottom: 0; }

/* line 97, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-progress-container {
  padding: 20px; }

/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-steps {
  width: 28%;
  height: 425px;
  background-color: #f5f5f5; }

/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-nav-container {
  height: 360px; }

/* line 111, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.nav > li > a.wizard-step-error {
  background-color: #F2DEDE;
  color: #B94A48;
  font-weight: 600; }

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-step-error .icon-chevron-right {
  opacity: 0; }

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-input-section {
  margin-bottom: 20px; }

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-buttons-container {
  padding: 20px; }

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal .popover.error-popover {
  background-color: #F2DEDE;
  color: #B94A48;
  border-color: #953B39; }

/* line 135, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal .popover.error-popover .arrow::after {
  border-right-color: #F2DEDE; }

/* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal .popover.error-popover .popover-title {
  display: none; }

/* line 143, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wizard.scss */
.wizard-modal .popover.error-popover .arrow {
  border-right-color: #953B39; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
.error-box {
  margin-top: 100px;
  color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6), 0 0 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: 600; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
  .error-box .message-small {
    font-size: 25px; }
  /* line 14, /home/andrei/core-admin-release/core-admin/source/stylesheets/error_pages.scss */
  .error-box .message-big {
    font-size: 160px; }
/* line 3, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.textarea-html5 {
  margin: 0;
  padding: 10px;
  padding-top: 0;
  width: 100%;
  height: 190px;
  border-radius: 4px; }

/* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysihtml5-sandbox {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  background: #f7f7f7; }

/* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.closable-chat-box .wysihtml5-sandbox {
  width: 97% !important; }

/* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 10px;
  display: block; }
  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: ""; }
  /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0; }
  /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: 600; }
  /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic; }
  /* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline; }
  /* line 52, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
  ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #eaeaea;
    background-color: #D9D9D9;
    outline: 0; }
/* line 63, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important; }
/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none; }
/* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px; }
/* line 80, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important; }
/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important; }
/* line 86, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important; }
/* line 89, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important; }
/* line 92, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important; }
/* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important; }
/* line 98, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important; }
/* line 101, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important; }
/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important; }
/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important; }
/* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important; }

/* line 117, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-black {
  color: black; }

/* line 121, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-silver {
  color: silver; }

/* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-gray {
  color: gray; }

/* line 129, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-white {
  color: white; }

/* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-maroon {
  color: maroon; }

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-red {
  color: red; }

/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-purple {
  color: purple; }

/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-fuchsia {
  color: fuchsia; }

/* line 149, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-green {
  color: green; }

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-lime {
  color: lime; }

/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-olive {
  color: olive; }

/* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-yellow {
  color: yellow; }

/* line 165, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-navy {
  color: navy; }

/* line 169, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-blue {
  color: blue; }

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-teal {
  color: teal; }

/* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-aqua {
  color: aqua; }

/* line 181, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-wysihtml5.scss */
.wysiwyg-color-orange {
  color: orange; }
/* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.formError {
  position: relative;
  background: #202020;
  border: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 72, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.formError:after, .formError:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.formError:after {
  border-top-color: #202020;
  border-width: 7px;
  left: 7px; }

/* line 94, /home/andrei/core-admin-release/core-admin/source/stylesheets/_arrow.scss */
.formError:before {
  border-top-color: #cccccc;
  border-width: 8px;
  left: 6px; }

/* line 6, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError {
  z-index: 990;
  background: transparent;
  border: none; }
  /* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
  .formError .formErrorContent {
    z-index: 991; }
  /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
  .formError .formErrorArrow {
    z-index: 996;
    display: none; }

/* line 19, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.ui-dialog .formError {
  z-index: 5000; }
  /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
  .ui-dialog .formError .formErrorContent {
    z-index: 5001; }
  /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
  .ui-dialog .formError .formErrorArrow {
    z-index: 5006; }

/* line 29, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.inputContainer {
  position: relative;
  float: left; }

/* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }
  /* line 41, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
  .formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block; }

/* line 49, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

/* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorContent {
  width: 100%;
  background: #202020;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }
/* line 67, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError.inline .formErrorContent {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* line 74, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.greenPopup .formErrorContent {
  background: #33be40; }

/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

/* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

/* line 96, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }
/* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }
/* line 119, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

/* line 127, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.greenPopup .formErrorArrow div {
  background: #33be40; }

/* line 131, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

/* line 137, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }
/* line 141, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }
/* line 145, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line8 {
  width: 11px; }
/* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line7 {
  width: 9px; }
/* line 151, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line6 {
  width: 7px; }
/* line 154, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line5 {
  width: 5px; }
/* line 157, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line4 {
  width: 3px; }
/* line 160, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }
/* line 166, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }
/* line 171, /home/andrei/core-admin-release/core-admin/source/stylesheets/validation_engine.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }
/* \f020 doesn't work in Safari. all shifted one down */
/*! X-editable - v1.4.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }
  /* line 12, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editableform .control-group {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
    white-space: nowrap;
    /* prevent wrapping buttons on new line */ }

/* line 20, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

/* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline; }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons .editable-cancel {
  margin-left: 7px; }
/* line 47, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

/*for jquery-ui buttons need set height to look more pretty*/
/* line 55, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform-loading {
  background: url("../images/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

/* line 62, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-inline .editableform-loading {
  background-position: left 5px; }

/* line 66, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }
  /* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-error-block.ui-state-error {
    padding: 3px; }

/*add padding for jquery ui*/
/* line 78, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-error {
  color: red; }

/* line 82, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }

/* checklist vertical alignment */
/* line 90, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-checklist label {
  white-space: nowrap; }
  /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-checklist label input[type="checkbox"], .editable-checklist label span {
    vertical-align: middle;
    margin: 0; }

/* set exact width of textarea to fit buttons toolbar */
/* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

/* clear button shown as link in date inputs */
/* line 107, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

/* IOS-style clear button for text inputs */
/* line 116, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100; }
  /* line 125, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-clear-x:hover {
    opacity: 1; }

/* line 130, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-container {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }
  /* line 133, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-container.popover {
    /*   width: 300px;*/
    /* debug */
    width: auto;
    /* without this rule popover does not stretch */ }
  /* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline; }
  /* line 147, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-container.ui-widget {
    font-size: inherit;
    /* jqueryui widget font 1.1em too big, overwrite it */ }

/* line 153, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-click {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }

/* line 158, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
a.editable-click {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }
  /* line 161, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc; }

/* line 167, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-click.editable-disabled {
  color: #585858;
  cursor: default;
  border-bottom: none; }

/* line 173, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
a.editable-click.editable-disabled {
  color: #585858;
  cursor: default;
  border-bottom: none; }
  /* line 177, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  a.editable-click.editable-disabled:hover {
    color: #585858;
    cursor: default;
    border-bottom: none; }

/* line 184, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-empty {
  font-style: italic;
  color: #DD1144;
  border-bottom: none;
  text-decoration: none; }
  /* line 189, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-empty:hover {
    font-style: italic;
    color: #DD1144;
    border-bottom: none;
    text-decoration: none; }

/* line 197, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.editable-unsaved {
  font-weight: 600; }
  /* line 199, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .editable-unsaved:after {
    /*    content: '*'*/ }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 214, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

/* line 226, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker-inline {
  width: 220px; }

/* line 230, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker.datepicker-rtl {
  direction: rtl; }
  /* line 232, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker.datepicker-rtl table tr td span {
    float: right; }

/* line 237, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker-dropdown {
  top: 0;
  left: 0; }
  /* line 240, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  /* line 251, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px; }

/* line 264, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker > div {
  display: none; }
/* line 267, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block; }
/* line 270, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table {
  margin: 0; }
/* line 273, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

/* line 285, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 292, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }
/* line 296, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999; }
/* line 299, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.disabled {
  background: none;
  color: #999999;
  cursor: default; }
  /* line 303, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default; }
/* line 309, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.today {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 322, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 336, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    /* line 349, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled:hover {
      background-color: #fde19a;
      background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
      background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
      background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
      background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
      background-image: linear-gradient(top, #fdd49a, #fdf59a);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
      border-color: #fdf59a #fdf59a #fbed50;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 364, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
    background-color: #fdf59a; }
  /* line 368, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
    background-color: #fdf59a; }
  /* line 372, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
    background-color: #fdf59a; }
  /* line 375, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled {
    background-color: #fdf59a; }
    /* line 376, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
      background-color: #fdf59a; }
  /* line 381, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today:hover.disabled {
    background-color: #fdf59a; }
  /* line 385, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled {
    background-color: #fdf59a; }
  /* line 389, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled] {
    background-color: #fdf59a; }
  /* line 393, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a; }
  /* line 397, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069 \9; }
  /* line 401, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active {
    background-color: #fbf069 \9; }
  /* line 405, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active {
    background-color: #fbf069 \9; }
  /* line 409, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9; }
/* line 414, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td.active {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 429, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 445, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 460, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled:hover {
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(top, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 477, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
    background-color: #0044cc; }
  /* line 481, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
    background-color: #0044cc; }
  /* line 485, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
    background-color: #0044cc; }
  /* line 488, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled {
    background-color: #0044cc; }
    /* line 489, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
      background-color: #0044cc; }
  /* line 494, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active:hover.disabled {
    background-color: #0044cc; }
  /* line 498, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled {
    background-color: #0044cc; }
  /* line 502, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled] {
    background-color: #0044cc; }
  /* line 506, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc; }
  /* line 510, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active {
    background-color: #003399 \9; }
  /* line 514, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active {
    background-color: #003399 \9; }
  /* line 518, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active {
    background-color: #003399 \9; }
  /* line 522, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9; }
/* line 527, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  /* line 538, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td span:hover {
    background: #eeeeee; }
  /* line 541, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td span.disabled {
    background: none;
    color: #999999;
    cursor: default; }
    /* line 545, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.disabled:hover {
      background: none;
      color: #999999;
      cursor: default; }
  /* line 551, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td span.active {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 566, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active:hover {
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(top, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 582, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled {
      background-color: #006dcc;
      background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
      background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
      background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
      background-image: -o-linear-gradient(top, #0088cc, #0044cc);
      background-image: linear-gradient(top, #0088cc, #0044cc);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
      border-color: #0044cc #0044cc #002a80;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      /* line 597, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
      .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
        background-image: -o-linear-gradient(top, #0088cc, #0044cc);
        background-image: linear-gradient(top, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    /* line 614, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
      background-color: #0044cc; }
    /* line 618, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
      background-color: #0044cc; }
    /* line 622, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
      background-color: #0044cc; }
    /* line 625, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled {
      background-color: #0044cc; }
      /* line 626, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
      .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
        background-color: #0044cc; }
    /* line 631, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active:hover.disabled {
      background-color: #0044cc; }
    /* line 635, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled {
      background-color: #0044cc; }
    /* line 639, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled] {
      background-color: #0044cc; }
    /* line 643, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
      background-color: #0044cc; }
    /* line 647, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active {
      background-color: #003399 \9; }
    /* line 651, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active {
      background-color: #003399 \9; }
    /* line 655, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
      background-color: #003399 \9; }
    /* line 659, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
    .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
      background-color: #003399 \9; }
  /* line 664, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
  .datepicker table tr td span.old {
    color: #999999; }
/* line 669, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker th.switch {
  width: 145px; }
/* line 672, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
  cursor: pointer; }
/* line 675, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.datepicker thead tr:first-child th:hover, .datepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

/* line 680, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable.scss */
.input-group.date .input-group-addon i, .input-group.date .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }
/* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker table {
  width: 100%;
  border: 1px solid #CDCDCD;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -2px #cccccc;
  -moz-box-shadow: 0 2px 2px -2px #cccccc;
  box-shadow: 0 2px 2px -2px #cccccc; }
  /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table thead tr:first-child {
    background: #ececec;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
    background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
    background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
    background-image: linear-gradient(top, #fdfdfd, #ececec);
    border-bottom: 1px solid #CDCDCD; }
    /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
    .datepicker table thead tr:first-child th {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
      .datepicker table thead tr:first-child th:hover {
        background: #ececec;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #ececec));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -moz-linear-gradient(top, #fdfdfd, #ececec);
        background-image: -o-linear-gradient(top, #fdfdfd, #ececec);
        background-image: linear-gradient(top, #fdfdfd, #ececec);
        color: #404040; }
  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table tr td.day:hover, .datepicker table tr td span:hover {
    background: #32779a;
    color: #fff; }
  /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
  .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.active {
    background: #519FC7;
    color: #fff; }

/* line 44, /home/andrei/core-admin-release/core-admin/source/stylesheets/bootstrap-editable-fix.scss */
.datepicker-inline {
  width: auto; }
@media (max-width: 991px) {
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .sidebar-background {
    display: none; }

  /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .primary-sidebar {
    *zoom: 1;
    position: static;
    width: auto;
    float: none;
    background: #11161A; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .primary-sidebar:before, .primary-sidebar:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .primary-sidebar:after {
      clear: both; }

  /* line 17, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .main-content {
    margin: 0; }

  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .user-avatar > .dropdown-toggle {
    display: none; }

  /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .dropdown-menu li.with-image span, .dropdown-menu li a {
    text-shadow: none; }

  /* line 31, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .label, .badge, .navbar-inverse .nav > li > a, .navbar-inverse .nav > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  /* line 35, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .navbar-collapse .nav > li > a, .navbar-collapse .dropdown-menu a {
    font-weight: 600; }

  /* line 39, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .primary-sidebar .nav {
    margin: 0; }

  /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .breadcrumb-line {
    height: auto; }
    /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .breadcrumb-line .breadcrumbs {
      *zoom: 1;
      float: none; }
      /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
      .breadcrumb-line .breadcrumbs:before, .breadcrumb-line .breadcrumbs:after {
        display: table;
        content: "";
        line-height: 0; }
      /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
      .breadcrumb-line .breadcrumbs:after {
        clear: both; }
    /* line 51, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .breadcrumb-line .nav.pull-right {
      float: none;
      margin-right: 0px;
      border-right: none;
      border-top: 1px solid #ccc; }
      /* line 56, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
      .breadcrumb-line .nav.pull-right > li:first-child > a {
        border-left: none; }

  /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .user-avatar .dropdown-menu {
    display: block; }

  /* line 68, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .navbar-collapse .dropdown-menu {
    background: transparent; }
    /* line 71, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .navbar-collapse .dropdown-menu li a {
      background: rgba(0, 0, 0, 0.2);
      margin-bottom: 3px; }
    /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .navbar-collapse .dropdown-menu li + li a {
      margin-bottom: 3px; }

  /* line 83, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .action-nav-normal .action-nav-button {
    display: block; }
  /* line 87, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .action-nav-normal.action-nav-line .action-nav-row {
    margin-right: 0; }
  /* line 91, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .action-nav-normal .action-nav-row {
    margin-right: 0px; }
  /* line 95, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .action-nav-normal.rounded .action-nav-button {
    display: inline-block; }

  /* line 100, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .navbar-form .form-group, .navbar-form .search-query.animated, .navbar-form .search-query.animated:focus, .navbar-form .search-query.animated .focused {
    width: 100%; }

  /* line 104, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .dropdown-menu .divider {
    display: none; }

  /* line 110, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .navbar-inverse .nav > li.cdrop > a, .navbar-inverse .nav > li.cdrop.active > a {
    margin-right: 0;
    background: transparent;
    border: none;
    box-shadow: none; }

  /* line 120, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .nav-tabs-right li > a > span, .nav-tabs-right .title, .nav-tabs-left li > a > span, .nav-tabs-left .title {
    display: none; }

  /* line 126, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
  .dark-nav.to-right .dropdown-menu {
    margin: 0;
    position: relative;
    left: 0;
    background: #11161A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 100%; }
    /* line 134, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .dark-nav.to-right .dropdown-menu:before {
      content: none; }
    /* line 139, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .dark-nav.to-right .dropdown-menu li a {
      margin-bottom: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    /* line 144, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .dark-nav.to-right .dropdown-menu li + li a {
      margin-bottom: 0; }
    /* line 148, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive992.scss */
    .dark-nav.to-right .dropdown-menu a:hover {
      background: rgba(50, 50, 50, 0.1);
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg5MCwgOTAsIDkwLCAwLjIpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDUwLCA1MCwgNTAsIDAuMSkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 90, 90, 0.2)), color-stop(100%, rgba(50, 50, 50, 0.1)));
      background-image: -webkit-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
      background-image: -moz-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
      background-image: -o-linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
      background-image: linear-gradient(top, rgba(90, 90, 90, 0.2), rgba(50, 50, 50, 0.1));
      color: white; } }
@media (max-width: 767px) {
  /* line 5, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  body {
    padding: 0; }

  /* line 9, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .btn-block {
    margin-bottom: 10px; }

  /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .user-avatar {
    padding-bottom: 0; }

  /* line 18, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .dataTables_info {
    display: none; }

  /* line 22, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .dataTables_filter input[type="text"] {
    width: 130px; }

  /* line 26, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .dataTables_length {
    display: none; }

  /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .next.paginate_button, .previous.paginate_button {
    display: none; }

  /* line 34, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .area-top {
    text-align: center; }
    /* line 38, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .area-top .header {
      margin-top: 0;
      margin-bottom: 7px;
      text-align: center;
      float: none !important; }
      /* line 43, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
      .area-top .header i {
        float: none; }
    /* line 48, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
    .area-top .sparkline-box {
      float: none !important;
      display: inline-block; } }
@media (max-width: 550px) {
  /* line 58, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive768.scss */
  .area-top .sparkline-box .sparkline {
    display: none; } }
@media (max-width: 480px) {
  /* line 4, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .area-top .num-stats li {
    width: auto; }

  /* line 8, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar .nav.pull-right {
    float: none;
    *zoom: 1; }
    /* line 24, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .navbar .nav.pull-right:before, .navbar .nav.pull-right:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 30, /home/andrei/core-admin-release/core-admin/source/stylesheets/mixin_helpers.scss */
    .navbar .nav.pull-right:after {
      clear: both; }

  /* line 13, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar-inner {
    text-align: center; }
    /* line 16, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .navbar-inner a {
      margin-right: 0; }

  /* line 21, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar-brand + .nav {
    display: inline-block;
    margin-bottom: 10px; }

  /* line 27, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar-inverse .nav > li > a {
    margin-right: 0; }
  /* line 32, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar-inverse .navbar-brand + .nav > li > a {
    margin-right: 10px; }
  /* line 36, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .navbar-inverse .navbar-brand + .nav > li:last-child a {
    margin-right: 0; }

  /* line 42, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .area-top {
    height: auto;
    text-align: center; }
    /* line 46, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .area-top .num-stats {
      float: none;
      display: inline-block; }
      /* line 50, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
      .area-top .num-stats li {
        padding: 5px; }

  /* line 57, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .chat-box.timeline .arrow-box-left {
    margin-left: 0; }
    /* line 60, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .chat-box.timeline .arrow-box-left:after, .chat-box.timeline .arrow-box-left:before {
      content: none; }
    /* line 64, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .chat-box.timeline .arrow-box-left .avatar {
      left: 10px;
      top: 5px; }
    /* line 69, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
    .chat-box.timeline .arrow-box-left .name {
      float: left;
      margin-left: 45px; }

  /* line 76, /home/andrei/core-admin-release/core-admin/source/stylesheets/responsive480.scss */
  .chat-box.timeline + .closable-chat-box {
    margin-left: 0; } }

/***************************View More.js.css ********************************/
.events-view-more a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
    background-color: #f1f1f1;
    color: #000;
    border: solid 1px #cbcbcb !important;
    height: 14px;
    outline:none;
    font-size: 10px;
    line-height: 14px;
    float:right;
}

.form-bubble.overlay {
  padding: 14px 14px 10px 14px !important;
  background-color: #EBF5FF;
  border-top: none !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -webkit-border-radius: 0 0 5px 5px !important;
  background-image: -moz-linear-gradient(100% 100% 90deg, white, #ebf5ff);
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.form-bubble.calendar-overlay {
  -moz-border-radius: 0;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #f5f5f5; }
  

#calendar{
    margin-top:0;
}
.post-body #calendar a{
    padding:0;
}

.fc-grid .fc-day-content {
    padding-top:0;
}
.form-bubble .form-bubble-content ul h5 {
    font-size:13px;
    color: #3D9B46;
    margin: -6px 0 4px;
}

.fc div.fc-content{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
thead {
    background-color:#fff;
}
.fc-other-month{
    opacity:.8;
}
.fc-today{
    
}
  .form-bubble .form-bubble-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.events-view-more a span {
      padding: 5px;
}
.events-view-more a:hover {
    background-color: #fff;
}
.events-view-more {
    color: #000;
    padding-top:2px;
    margin-top:-1px;
}
.fc-event.arrow-right a {
  background: url("../images/arrow-right.png") no-repeat scroll right 2px; }



.fc-event.arrow-left a span {
  padding-left: 9px;
  background: url("../images/arrow-left.png") no-repeat scroll left 2px transparent; }
  
/***************************View Bubble.css.js ********************************/

.form-bubble{
    background-color:#fff;
    border:solid 1px #A7B1B8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:3px 3px 7px #A7B1B8;
    -moz-box-shadow:3px 3px 7px #A7B1B8;
    -webkit-box-shadow:3px 3px 7px #A7B1B8;
    display:none;
    float:left;
    margin-right:14px;
    padding:14px;
    position:absolute;
    z-index:101;
}
.form-bubble .form-bubble-close{
    background:#fff url('../images/close_button.png') no-repeat;
    cursor:pointer;
    height:9px;
    position:absolute;
    right:4px;
    top:4px;
    width:9px !important;
}
/*all pointers*/
.form-bubble .form-bubble-pointer-right, .form-bubble .form-bubble-pointer-top-right, .form-bubble .form-bubble-pointer-left, .form-bubble .form-bubble-pointer-top-left, .form-bubble .form-bubble-pointer-bottom-left{
    background-repeat:no-repeat;
    float:left;
    height:13px;
    position:absolute;
    width:14px !important;
}
/*pointers right*/
.form-bubble .form-bubble-pointer-right, .form-bubble .form-bubble-pointer-top-right{
    background-image: url('../images/formbubblepointer-right.png');
    right:-14px;
}
.form-bubble .form-bubble-pointer-right{
    margin-top:-6px;
    top:50%;
}
.form-bubble .form-bubble-pointer-top-right{
    top:8px;
}
/*pointers left*/
.form-bubble .form-bubble-pointer-left, .form-bubble .form-bubble-pointer-top-left, .form-bubble .form-bubble-pointer-bottom-left{
    background-image: url('../images/formbubblepointer.png');
    left:-14px;
}
.form-bubble .form-bubble-pointer-left{
    margin-top:-6px;
    top:50%;
}
.form-bubble .form-bubble-pointer-top-left{
    top:8px;
}
.form-bubble .form-bubble-pointer-bottom-left{
    bottom:14px;
}

/***************************************
*ACE  Checkbox & Radio 
*****************************************/
input[type=checkbox].ace {
  opacity: 0;
 /* position: absolute; */
  z-index: 12;
  width: 18px;
  height: 18px;
}
input[type=checkbox].ace :checked,
input[type=checkbox].ace :focus {
  outline: none !important;
}
input[type=checkbox].ace  + .lbl {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 14px;
  min-width: 14px;
  font-weight: normal;
}
input[type=checkbox].ace  + .lbl.padding-16::before {
  margin-right: 16px;
}
input[type=checkbox].ace  + .lbl.padding-12::before {
  margin-right: 12px;
}
input[type=checkbox].ace  + .lbl.padding-8::before {
  margin-right: 8px;
}
input[type=checkbox].ace  + .lbl.padding-4::before {
  margin-right: 4px;
}
input[type=checkbox].ace  + .lbl.padding-0::before {
  margin-right: 0px;
}
input[type=checkbox].ace  + .lbl::before{
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 11px;
  color: #32a3ce;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /*, inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/

  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  min-width: 13px;
  margin-right: 1px;
}
input[type=checkbox].ace :checked + .lbl::before{
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type=checkbox].ace :hover + .lbl::before,
input[type=checkbox].ace  + .lbl:hover::before
{
  border-color: #ff893c;
}
input[type=checkbox].ace :active + .lbl::before,
input[type=checkbox].ace :checked:active + .lbl::before
{
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* CSS3 switches */
input[type=checkbox].ace-switch {
  width: 55px;
  height: 20px;
  /* switch style 4 & 5 */

  /* switch style 6 */

}
input[type=checkbox].ace-switch + .lbl {
  margin: 0 4px;
  min-height: 24px;
}
input[type=checkbox].ace-switch + .lbl::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  color: #999;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  line-height: 21px\9;
  /*ie9*/

  height: 18px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #F5F5F5;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 50px;
  text-indent: -19px;
  text-indent: -21px\9;
  margin-right: 0;
  -webkit-transition: text-indent .4s ease;
  -moz-transition: text-indent .4s ease;
  -o-transition: text-indent .4s ease;
  transition: text-indent .4s ease;
}
input[type=checkbox].ace-switch + .lbl::after {
  font-family: Arial, Helvetica, sans-serif;
  content: '|||';
  font-size: 10px;
  font-weight: lighter;
  color: #E5E5E5;
  background-color: #FFF;
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 12px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -3px;
  padding: 0;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: left .4s ease;
  -moz-transition: left .4s ease;
  -o-transition: left .4s ease;
  transition: left .4s ease;
}
input[type=checkbox].ace-switch:checked + .lbl::before {
  text-indent: 9px;
  color: #FFF;
  background-color: #8ab2c9;
  border-color: #468fcc;
}
input[type=checkbox].ace-switch:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
  color: #8ab2c9;
}
input[type=checkbox].ace-switch.ace-switch-2 + .lbl::before {
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO";
}
input[type=checkbox].ace-switch.ace-switch-3 + .lbl::before{
	content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO";
}
input[type=checkbox].ace-switch.ace-switch-3 + .lbl::after {
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 23px;
  content: "\f00d";
  top: -1px;
}
input[type=checkbox].ace-switch.ace-switch-3:checked + .lbl::after {
  content: "\f00c";
}
input[type=checkbox].ace-switch.ace-switch-4 + .lbl::before,
input[type=checkbox].ace-switch.ace-switch-5 + .lbl::before {
  content: "NO\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0YES";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  line-height: 19px;
  height: 20px;
  overflow: hidden;
  line-height: 21px\9;
  border-radius: 12px;
  background-color: #4A98BE;
  border: 1px solid #4A98BE;
  color: #FFF;
  width: 52px;
  text-indent: -25px;
  text-indent: -28px\9;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  box-shadow: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
input[type=checkbox].ace-switch.ace-switch-4 + .lbl::after,
input[type=checkbox].ace-switch.ace-switch-5 + .lbl::after {
  font-family: Arial, Helvetica, sans-serif;
  content: '|||';
  text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.2);
  font-size: 7px;
  font-weight: lighter;
  color: #8b9aa3;
  text-align: center;
  position: absolute;
  border-radius: 12px;
  color: #5b6a73;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  background-color: #FFF;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
input[type=checkbox].ace-switch.ace-switch-4:checked + .lbl::before,
input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::before {
  text-indent: 9px;
  background-color: #8b9aa3;
  border-color: #8b9aa3;
}
input[type=checkbox].ace-switch.ace-switch-4:checked + .lbl::after,
input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
}
input[type=checkbox].ace-switch.ace-switch-5 + .lbl::before {
  content: "\2713\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0";
}
input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::before {
  text-indent: 8px;
}
input[type=checkbox].ace-switch.ace-switch-6 + .lbl {
  position: relative;
}
input[type=checkbox].ace-switch.ace-switch-6 + .lbl::before {
  font-family: FontAwesome;
  content: "\f00d";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: none;
  border: none;
  font-weight: lighter;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  background-color: #888;
  color: #F2F2F2;
  width: 52px;
  height: 22px;
  line-height: 20px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
input[type=checkbox].ace-switch.ace-switch-6 + .lbl::after {
  content: '';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #F2F2F2;
  border: 4px solid #F2F2F2;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
input[type=checkbox].ace-switch.ace-switch-6:checked + .lbl::before {
  content: "\f00c";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5;
  background-color: #ff893c;
}
input[type=checkbox].ace-switch.ace-switch-6:checked + .lbl::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
input[type=checkbox].ace-switch.ace-switch-7 {
  width: 75px;
}
input[type=checkbox].ace-switch.ace-switch-7 + .lbl {
  position: relative;
}
input[type=checkbox].ace-switch.ace-switch-7 + .lbl::before {
  content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
  font-weight: bolder;
  font-size: 14px;
  line-height: 20px;
  background-color: #FFF;
  border: 2px solid #AAA;
  border-radius: 0;
  box-shadow: none;
  color: #aaa;
  width: 70px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-indent: 4px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=checkbox].ace-switch.ace-switch-7 + .lbl::after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 39px;
  width: 32px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background-color: #aaa;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox].ace-switch.ace-switch-7:checked + .lbl::before {
  color: #468fcc;
  background-color: #FFF;
  text-indent: -33px;
  border-color: #6fb3e0;
}
input[type=checkbox].ace-switch.ace-switch-7:checked + .lbl::after {
  left: 3px;
  content: '\f00c';
  background-color: #468fcc;
  color: #FFF;
}
