@charset "UTF-8";
/*.navbar-inner {
  $colBg: #783730;
  background-color: $colBg !important;
  @include background-image(linear-gradient(darken($colBg,10),$colBg)!important);
}*/
/* line 11, global.scss */
.reference-parent {
  display: none; }

/* line 15, global.scss */
.filter-tpl {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid silver;
  margin-bottom: 8px;
  background-color: #EEE; }
  /* line 17, global.scss */
  .filter-tpl.current {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #FCEFD4; }
  /* line 28, global.scss */
  .filter-tpl .tpl-title {
    font-weight: 700;
    font-size: 1.2em;
    padding: 8px 0 4px 208px; }
  /* line 33, global.scss */
  .filter-tpl .table {
    display: block; }
    /* line 35, global.scss */
    .filter-tpl .table .help-block {
      display: inline-block; }
    /* line 38, global.scss */
    .filter-tpl .table .tr {
      display: table-row; }
      /* line 40, global.scss */
      .filter-tpl .table .tr .td {
        display: table-cell;
        padding: 2px 8px 2px 0; }
        /* line 43, global.scss */
        .filter-tpl .table .tr .td label {
          display: inline-block; }
        /* line 46, global.scss */
        .filter-tpl .table .tr .td:first-of-type {
          width: 200px;
          text-align: right; }
    /* line 52, global.scss */
    .filter-tpl .table .additional {
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display: block;
      opacity: 1;
      height: auto; }
      /* line 57, global.scss */
      .filter-tpl .table .additional.hidden {
        display: block;
        opacity: 0;
        height: 0px;
        overflow: hidden; }
    /* line 64, global.scss */
    .filter-tpl .table .row2 {
      margin-left: 208px; }
    /* line 68, global.scss */
    .filter-tpl .table .openclose:before {
      content: '[+] раз'; }
    /* line 72, global.scss */
    .filter-tpl .table .openclose.toclose:before {
      content: '[-] с'; }

/* line 80, global.scss */
.useTplDrafts {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 84, global.scss */
  .useTplDrafts .useThisTpl {
    list-style: none;
    padding: 2px 20px 2px 4px;
    display: inline-block;
    min-width: 400px;
    padding-right: 20px; }
    /* line 90, global.scss */
    .useTplDrafts .useThisTpl span {
      cursor: pointer; }
    /* line 93, global.scss */
    .useTplDrafts .useThisTpl:hover {
      background-color: #FAE1C6; }

/* line 99, global.scss */
div#directVisual {
  position: fixed;
  right: -4px;
  top: 55px;
  box-shadow: 7px 12px 17px 1px rgba(0, 0, 0, 0.12);
  border: 1px solid silver;
  padding: 12px 15px; }

/* line 108, global.scss */
#s_tpl_title {
  color: #00C; }

/*# sourceMappingURL=global.css.map */
